@import url('https://fonts.googleapis.com/css2?family=Habibi&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'poppins';
}
body{
    color: white;
    background-color: black;
    overflow-x: hidden;
}
#dropdown{
    width: 100vw;
    height: 100vh;
    background-color: black;
    color: white;
    position: fixed;
    z-index: 99;
    margin-left: -100vw;
    transition: all ease .6s;    
}
i{
    cursor: pointer;
}
#drop-content a{
    color: white;
    text-decoration: none;
    font-size: 5vw;
}
#drop-heading i{
    cursor: pointer;
    font-size: 6vw;
}
#drop-heading{
    padding: 4vw 10vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#drop-heading img{
    width: 30vw;
}
#drop-content{
    display: flex;
    flex-direction: column;
    padding: 5vw 10vw;
    gap: 2vw;
    text-transform: capitalize;
}
#page1{
    width: 100vw;
    margin-bottom: 7vw;
    height: 100vh;
}
#logo{
    display: flex;
    align-items: center;
}
#logo img{
    width: 5vw;
    padding: 1vw 4vw;
}
nav{
    display: grid;
    grid-template-columns: 1.7fr 5fr;
}
nav a{
    color: white;
    text-decoration: none;
}
.mobile-nav a{
    color: white;
    text-decoration: none;
}
#socials i, .social-media i{
    cursor: pointer;
    font-size: 3vw;
}
.social-media i a{
    text-decoration: none;
}
#socials{
    display: flex; 
    background-color: #FF7B00;
    gap: 3vw;
    padding: 1.5vw 4vw;
    border-bottom-left-radius: 70px;
}
#right-nav{
    display: flex;
    flex-direction: column;
    gap: 2vw;
}
button{
    text-transform: capitalize;
    background-color: white;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 12px 18px;
    font-size: 1.2vw;
    border-radius: 5px;
    transition: all ease 0.3s;
}
button:hover{
    box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.7); /* Default box shadow */
    transform: translateY(-10px);
}
#right-bottom-nav button{
    margin-left: 8vw;
}
#right-bottom-nav{
    display: flex;
    gap: 2vw;
    padding: 0 4vw;
    text-transform: uppercase;
    align-items: center;
}
#right-bottom-nav a h4{
    color: white;
    text-decoration: underline;
}
#page1-content{
    display: grid;
    grid-template-columns: 1.2fr 1fr;
}
#construction{
    color: #FF7B00;
}
#left-content{
    padding: 3vw 5vw;
}

#guarantees{
    font-size: 1.4vw;
    display: flex;
    text-transform: capitalize;
    justify-content: space-around;
    margin-top: 2vw;
}
#guarantees i {
    margin-right: 5px;
}
#left-content h1{
    font-size: 4vw;
    line-height: 4.5vw;
    text-transform: uppercase;
}
#right-content{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#right-content img{
    width: 50vw;
    height: 50vh;
}
#Gbadge{
    position: absolute;
    top: 2;
    right: 27%;
    width: 9vw;
    rotate: 25deg;
}
#page2{
    width: 100vw;
    min-height: 100vh;
    margin-bottom: 10vw;
}
#page2-heading{
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin-bottom: 5vw;
}
#page2-heading h2{
    font-size: 2.8vw;
    font-weight: 700;
}

#page2-heading i{
    font-size: 1.5vw;
    color: #FF7B00;
    font-weight: 600;
}
#page2-content {
    display: grid;    
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5vw;
    align-content: center;
    padding: 0 5vw;
}
#page2-content .card{
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,123,0,1) 100%);
    width: 28vw;
    height: 50vh;
    cursor: pointer;
    border-radius: 8px;
}
.card-content{
    color: black;
    height: 100%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    padding: 2vw;

}
.card-content h4{
    font-size:1.8vw;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.card-content p{
    font-size: 1.2vw;
    text-transform: capitalize;
}
#page3{
    width: 100vw;
    min-height: 100vh;
    margin-bottom: 7vw;
}
#page3-heading{
    text-transform: uppercase;
    font-size: 2.3vw;
    display: flex;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    margin-bottom: 5vw;
}
#page3-heading span{
    color: #FF7B00;
}
#page3-content{
    display: flex;
    justify-content: space-around;
}
#problem{
    display: flex;
    flex-direction: column;
    background-color: #444444;
    width: 45%;
    gap: 2vw;
    border-radius: 20px;
    border: 1px solid white;
}
#solution{
    gap: 2vw;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    width: 45%;
    background-color: #444444;
    border: 1px solid white;
}
#problem-head{
    line-height: 2.2vw;
    font-size: 2.2vw;
    padding: 2vw 3vw;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    font-weight: 600;
    background-color: #F1F1F1;
    color: black;
}
#solution-head{
    line-height: 2.2vw;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 2.2vw;
    font-weight: 600;
    padding: 3vw;
    color: black;
    background-color: #FF7B00;
}
#problem-text{
    display: flex;
    padding: 2vw 3vw;
    flex-direction: column;
    gap: 2vw;
}
#solution-text{
    display: flex;
    padding: 2vw 3vw;
    flex-direction: column;
    gap: 2vw;
}
.point{
    font-size: 1.4vw;
    font-weight: 400;
    display: flex;
    line-height: 2vw;
    align-items: center;
    gap: 1vw;
}
.point i{
    font-size: 4vw;
}
#page4{
    width: 100vw;
    min-height: 100vh;
    margin-bottom: 7vw;
}
#page4-heading{
    font-size: 2.2vw;
    text-transform: uppercase;
    margin: 0 3vw;
    margin-bottom: 2vw;
}
#page4-heading span{
    color: #FF7B00;
}
#page4-content{
    margin: 0 3vw;
    display: flex;
    flex-direction: column;
    gap: 1.6vw;
}
#page4-content p{
    font-size: 1.8vw;
    font-weight: 300;
}
#page4-content strong{
    font-size: 1.5vw;
    text-transform: capitalize;
}
#page5{
    width: 100vw;
    min-height: 100vh;
    margin-bottom: 7vw;
}
#page5-heading{
    text-transform: uppercase;
    font-size: 2.2vw;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 5vw;
}
#page5-heading span{
    color: #FF7B00;
}
#page5-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
    width: 75%;
    margin: auto;
}
.question{
    width: 100%;
    padding: 1.5vw 2vw;
    background-color: #5A5A5A;
    border: 1px solid white;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}
.question-text{
    gap: 1vw;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    display: flex;
    font-size: 2vw;
}
.answer p{
    font-size: 1.6vw;
    font-weight: 300;
}
.answer{
    transition: all linear 0.3s;
    display: none;
}
.plus{
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 3vw;
    aspect-ratio: 1/1;
    height: 3vw;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
}

.footer {
    background-color: #000000;
    color: #ffffff;
    width: 100vw;
    height: 80vh;
    padding: 5vw 0;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-container {
    max-width: 92%;
    margin: auto;
    padding: 0 1rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1.5fr 1fr 1.5fr 1fr;
    height: 100vh;
    align-items: center;
}

.footer-section{
    display: flex;
    flex-direction: column;
    gap: 1vw;
}
.centered{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-section h3 {
    color: #ffa500;
    margin-bottom: 1rem;
    font-size: 1.4vw;
}

.footer-links {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 1.4vw;
}

.footer-links a:hover {
    color: #ffa500;
}

.operating-hours {
    font-size: 1.1rem;
    margin-top: 0.5rem;
}

.social-media {
    display: flex;
    gap: 1rem;
}

.social-media a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5rem;
    transition: color 0.3s;
}

.social-media a:hover {
    color: #ffa500;
}

.cta-button {
    display: inline-block;
    background-color: #b22222;
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 1rem;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #8b0000;
}

.logo {
    width: 15vw;
    margin-bottom: 1rem;
}

.copyright {
    display: flex;
    padding: 2vw 4vw;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-top: 1px solid #333;
}
.mobile-nav{
    display: none;
}
#page1-content-mobile{
    display: none;
}
.footer-mobile{
    display: none;
}
@media (max-width: 450px) {
    #right-content img{
        width: 100vw;
        height: 30vh;
    }
    .desktop{
        display: none;
    }
    .mobile-nav{
        background-color: #444444;
        padding: 2vw 4vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #mobile-center-nav img{
        width: 20vw;
    }
    #mobile-left-nav i{
        font-size: 10vw;
    }
    #mobile-right-nav i{
        font-size: 10vw;
    }
    #page1-content{
        display: none;
    }
    #page1-content-mobile{
        display: flex;
        flex-direction: column;
        margin-top: 10vw;
    }
    #page1-content-mobile h2{
        font-size: 8vw;
        line-height: 9vw;
        text-transform: uppercase;
    }
    #page1-content-mobile #left-content #guarantees{
        display: flex;
        flex-direction: column;
        gap: 3vw;
    }
    #left-content #guarantees h4{
        font-size: 5vw;
        font-weight: 500;

    }
    #left-content h1{
        font-size: 8vw;
        line-height: 9vw;
    }
    #Gbadge{
        position: absolute;
        top: 2;
        right: 10%;
        width: 20vw; 
    }
    #page-lp-img{
        width: 110vw;
    }
    #page2-heading h2{
        font-size: 7vw;
        font-weight: 600;
    }
    #page2-heading i{
        font-size: 5vw;
    }
    #page2-content{
        display: flex;
        flex-direction: column;
        gap: 5vw;
        justify-content: center;
    }
    #page2-content .card{
        border-radius: 8px;
        cursor: pointer;
        width: 90vw;
        height: 43vh;
    }
    .card h4{
        font-size: 6vw;
    }
    .card-content{
        padding: 3vw;
    }
    #page3-heading h2{
        font-size: 7vw;
    }
    #page3-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5vw;
    }
    #problem{
        display: flex;
        flex-direction: column;
        background-color: #444444;
        width: 90%;
        gap: 2vw;
        max-height: 80vh;
        border-radius: 20px;
        margin: auto;
        border: 1px solid white;
    }
    #problem-head{
        line-height: 7vw;
        font-size: 7vw;
        padding: 6vw 9vw;
    }
    #problem-text{
        display: flex;
        padding: 2vw 3vw;
        flex-direction: column;
        gap: 10vw
    }
    #solution{
        display: flex;
        flex-direction: column;
        background-color: #444444;
        width: 90%;
        gap: 2vw;
        max-height: 80vh;
        border-radius: 20px;
        margin: auto;
        border: 1px solid white;
    }
    #solution-head{
        line-height: 7vw;
        font-size: 7vw;
        padding: 6vw 9vw;
    }
    #solution-text{
        display: flex;
        padding: 2vw 3vw;
        flex-direction: column;
        gap: 10vw
    }
    .point{
        font-size: 4vw;
        font-weight: 400;
        display: flex;
        line-height: 5vw;
        align-items: center;
        gap: 2vw;
    }
    .point i{
        font-size: 8vw;
    }
    #page4-heading{
        font-size: 5vw;
    }
    #page4-content{
        gap: 4vw;
    }
    #page4-content p{
        font-size: 5vw;
    }
    #page4-content strong{
        font-size: 3.4vw;
    }
    #page5{
        min-height: 50vh;
    }
    #page5-heading{
        font-size: 5vw;
        margin-bottom: 10vw;
    }
    #page5-content{
        gap: 7vw;
    }
    .question{
        width: 100%;
        padding: 2.5vw 8vw;
        background-color: #5A5A5A;
        border: 1px solid white;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        gap: 1vw;  
    }
    .question-text{
        gap: 1vw;
        font-size: 5vw;
    }
    .answer p{
        font-size: 5vw;
    }
    .plus{
        width: 8vw;
        height: 8vw;
    }
    .footer{
        display: none;
    }
    .footer-mobile{
        background-color: #000000;
        color: #ffffff;
        width: 100vw;
        min-height: 100vh;
        padding: 5vw 0;
        font-family: Arial, sans-serif;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer-container{
        display: flex;
        gap: 3vw;
        flex-direction: column;
    }
    .social-media i{
        font-size: 10vw;
    }
    .social-media{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .logo{
        width: 80vw;
    }
    .footer-section h3 {
        font-size: 5vw;
        justify-content: center;
        text-align: center;
    }
    .footer-links li a{
        
        font-size: 5vw;
        font-weight: 300;
    }
    .footer-links{
        text-align: center;
    }
    .centered img{
        width: 40vw;
    }
}











@keyframes anime1 {
    from{
        transform: translateY(0px);
    }
    to{
        transform: translateY(-10px);

    }
}
