@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cause:wght@100..900&family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.animated-element {
    opacity: 0;
    position: relative;
    top: 5rem;
    transition: all .8s ease;
    transition-delay: 2.7;
}
.animated-element.visible {
    opacity: 1;
    position: relative;
    top: 0rem;
    transition: all .9s ease;
}
.whatsapp{
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
}
.whatsapp i{
    background-color: green;
    font-size: 2.2rem;
    padding: .5rem;
    border-radius: 50%;
    font-weight: 400;
}
.whatsapp a{
    background-color: var(--secondary-color);
    color: #fff;
    text-decoration: none;
    padding: .75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
}
:root{
    --black-color: rgb(0,0,0);
    --main-color: rgb(21, 128, 61);
    --secondary-color: rgb(220, 38, 38);
    --tertiary-color: rgb(250, 204, 21);
    --main-font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    /*--animate-delay: 0.7s;*/
    --logo-width: 350px; /* Base width per logo; adjust for your designs */
    --slider-max-width: 90%; /* Controls how many logos are visible (e.g., 4 at 200px) */
    --slider-height: 250px; /* Logo container height */
    /*--animation-duration: 20s; */
}
a{
    text-decoration: none;
    font-family: var(--main-font-family)
}
.hide-menu{
    transform: scale(0,0);
    transform-origin: right;
    transition: transform .5s ease-in-out;
}
.show-menu{
    transform: scale(1, 1);
    transform-origin: right;
    transition: transform .5s ease-in-out;
}

div#mobile-nav{
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background-color: rgba(70, 70, 70, 1);
    position: fixed;
    display: flex;
    justify-content: center;
    padding-block: 1.2rem;
    overflow: scroll;
}
#mobile-nav-div{
    width: 65%;
}
#mobile-nav ul{
    list-style: none;
    margin-block-start: 1.5rem;
}
div#mobile-nav i{
    color: #ffffff;
}
#mobile-nav-div > ul >li > a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: .5rem;
    font-weight: 500;
    font-size: 1rem;
}
.mobile-menu p{
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: .5rem;
    font-weight: 500;
    font-size: 1rem;
}
#mobile-menu{
    display: none;
}
#close-menu{
    font-size: 1.5rem;
    text-align: right;
    display: inline-block;
    width: 100%;
    color: #ffffff;
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 5rem;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 9;
}
nav #logo{
    display: flex;
    align-items: center;
    gap: .1rem;
    font-family: var(--main-font-family);
}
nav .logo-text-one{
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--main-color);
    text-transform: uppercase;
}
nav .logo-text-two{
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--main-color);
}
nav p{
    line-height: 15px;
}
nav img{
    width: 60px;
}
nav ul{
    display: flex;
    gap: .5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
nav a{
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    padding: 1rem .3rem;
    font-size: 1rem;
    font-family: var(--main-font-family);
    text-transform: capitalize;
}
nav a:hover{
    color: var(--main-color)
}
nav i{
    color: #000000;
}
nav .header-contact{
    background-color: var(--secondary-color);
    color: #fff;
    padding: .5rem 1.5rem;
    border-radius: 50px;
}
.menuList{
    display: none;
}
#menu .menuList{
    top:37px;
    position: absolute;
    background-color: #ffffff;
    z-index: 99;
    width: 450px;
    border-radius: 6px;
    padding: 1rem 2rem;
}
#menu .menuList ul li{
    margin-top: .5rem;
}
.menuList a{
    color: var(--main-color);
    display: block;
    margin-block: .25rem;
}
.menuList a:hover{
    color: rgba(210, 210, 210, .95)
}
.dropdown:hover > .menuList{
    display: block;
}



.footer{
    background-color: rgb(22 101 52);
    font-family: var(--main-font-family);
    color: #ffffff;
    padding: 6rem 4rem;
}
.footer-section-one{
    padding: 1rem 3.5rem;
}
.footer-section-one h1{
    font-size: 2.8rem;
}
.footer-section-one a{
    font-size: 1.2rem;
    background-color: #ffffff;
    color: var(--black-color);
    text-decoration: none;
    padding: .5rem 2rem;
    position: relative;
    top: -10px;
    border-radius: 40px;
}
.footer-section-one a:hover{
    color: #ffffff;
    background-color: var(--main-color)
}
.footer-section-two{
    display: flex;
    gap: 2rem;
    /*flex-wrap: wrap;*/
    justify-content: center;
    padding: .2rem 3.5rem;
    width: 100%;
}
.footer-section-two > div{
    width: 25%;
}
.footer-section-two ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-section-two .explore{
    display: flex;
    gap: 1.5rem;
}
.explore > div:nth-child(2){
    display: none;
}
.footer p{
    color: #ffffff;
    font-family: var(--main-font-family);
}
.footer-section-two ul a{
    display:inline-block;
    color: #ffffff;
    font-size: 1rem;
    padding-block-end: .3rem;
    text-decoration: none;
    font-family: var(--main-font-family)
}
.footer-section-two h5{
    color: rgb(160, 160, 160)
}
.footer-section-two p{
    font-family: var(--main-font-family);
    font-size: 1rem;
}
.footer-socials p{
    display: flex;
    gap: 1rem;
}
#footer-form input{
    background-color: rgb(1, 1, 63);
    border: none;
    color: #fff;
    width: 270px;
    padding: .5rem;
    border-bottom: 1px solid #fff;
}
#footer-form button{
    background-color: var(--main-color);
    border: 1px solid #fff;
    font-size: .95rem;
    padding: .2rem 1rem;
    color: #fff;
}
.footer i{
    color: #ffffff;
}
.footer-socials{
    display: flex;
    gap: 1rem;
}
.footer img{
    max-width: 50%;
    margin-bottom: 2rem;
}
.footer-section-two input{
    background-color: #ffffff;
    border: none;
    color: #6B6B6B;
    width: 100%;
    font-family: var(--main-font-family);
    padding: .75rem;
    width: 80%;
}
.footer-section-two button{
    background-color: var(--secondary-color);
    color: #ffffff;
    border-radius: 0 50px 50px 0;
    padding: .75rem;
}
.footer-section-two form{
    margin-top: 3rem;
}
.footer-socials{
    color: #ffffff;
    font-size: 1.35rem;
}
.footer-socials a{
    text-decoration: none;
}
.footer-section-three p{
    padding-left: 5rem;
}
@media screen and (max-width: 598px) {
    nav{
        padding: .5rem .75rem; 
        justify-content: space-between;
    }
    nav #orders{
        display: none;
    }
    nav ul{
        display: none;
    }
    nav img{
        width: 50px;
    }
    nav .logo-text-one{
        font-size: 1rem;
        font-weight: 700;
        line-height: 6px;
    }
    nav .logo-text-two{
        font-size: .95rem;
        line-height: 6px;
    }
    #mobile-menu{
        display: inline-block;
    }
    
    .footer{
        padding: 1rem 2rem;
    }
    .footer-section-one{
        padding: 1rem .5rem;
    }
    .footer-section-one h1{
        font-size: 1.75rem;
    }
    .footer-section-one a{
        font-size: 1rem;
        padding: .5rem 1rem;
        position: relative;
        top: 2px;
        display: block;
        width: 50%;
        text-align: center;
    }
    .footer-section-two{
        display: flex;
        flex-wrap: wrap;
        padding: .2rem .5rem;
    }
    .footer-section-two > div{
        width: 100%;
    }
    .hero-shadow{
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 3px;
        z-index: 9999;
        box-shadow: inset 0 -120px 120px -8px rgba(0, 0, 0, 0.95);
        
    }
    .grace{
        color: #00ffc8
    }
    .footer-section-three p{
        padding-left: 1rem;
    }
    .whatsapp i{
        background-color: green;
        font-size: 1.5rem;
        padding: .5rem;
        border-radius: 50%;
        font-weight: 400;
    }
    .whatsapp a{
        background-color: var(--secondary-color);
        color: #fff;
        text-decoration: none;
        padding: .5rem 2rem;
        font-size: 1rem;
        font-weight: 600;
        border-radius: 50px;
    }
    
}
@media screen and (min-width: 1000px)and (max-width: 1400px) {
    nav ul{
        gap: 1rem;
    }
    .module-down-writ{
        font-size: 3.5rem;
    }
    .module-writ p{
        font-size: 1.07rem;
    }
    .get-started-writ{
        padding: 0 5rem;
    }
    .get-started-writ > div{
        width: 50%;
    }
}

