@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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;
    box-sizing: border-box;
}
:root{

    --primary:#008000;
    --background: #04a0040b;
    --h1:#0080002a;
}

body{
    background-color: white;
}
.hidde {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
  
  .show {
    opacity: 1;
    transform: translateX(0);
  }
  
.hidd {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  
  .show {
    opacity: 1;
    transform: translateY(0);
  }
  
  .overflo {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.8s ease;
  }
  
  .show{
    opacity: 1;
    transform: scale(1);
  }
.hidden{
    transform: translateY(100px);
    
    transition: transform 1s;
    opacity: 0;
    
}


.show{
    transform: translateY(0);
    
    
}
.overflow{
    opacity: 0;
    transition: opacity 2s, transform 1s;
    transform: translateY(100px);
}
.show{
    opacity: 1;
    transform: translateY(0);
}
.icon{
    opacity: 0;
    transform: rotate(60deg);
    transition: transform 2s;
}
.show{
    opacity: 1;
}
.icon{
    animation: rotate-icon 2s infinite;
}

/* Navbar styles */

.navbar {
    display: flex;
    justify-content: left;
    gap: 135px;
    align-items: center;
    background:white;
    color: black;
    padding: auto;
    padding-left: 84px;
    font-family:poppins;
    position: fixed;
    width: 100%;
    margin-top: -84px;
    height: 84px;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.navbar img{
    background: none;        /* Removes background */
    padding: 0;              /* Removes padding */
    margin: 0;               /* Optional: removes margin */
    width: 200px;            /* Resize the logo if needed */
    height: 200px;
    object-fit: contain;
    

}




/* Navigation links */

.nav-links {
    list-style: none;
    display: flex;
    gap: 74px;
}

.nav-links li {
    display: inline;
}

.nav-links a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.nav-links a:hover{
    text-decoration: none;
    color: var(--primary);
    font-size: 16px;
}
.nav-links a.active {
  color: #008000;
  font-weight: bold;
}

.menu-btn {
    font-size: 30px;
    background: none;
    border: none;
    color: var(--primary);
    cursor: pointer;
    display: none;
}


/* Responsive: Hide menu on small screens */
@media(max-width:1200px){
    .navbar {
        display: flex;
        justify-content: left;
        gap: 100px;
        align-items: center;
        background:white;
        color: black;
        padding: auto;
        padding-left: 24px;
        font-family:poppins;
        width: 100%;
        position: fixed;
        margin-top: -84px;
        height: 80px;
        z-index: 1000;
    
    }
    
    .navbar img{
        background: none;        /* Removes background */
        padding: 0;              /* Removes padding */
        margin: 0;               /* Optional: removes margin */
        width: 200px;            /* Resize the logo if needed */
        height: auto;
        object-fit: contain;
        
    
    }
    
    /* Navigation links */
    
    .nav-links {
        list-style: none;
        display: flex;
        gap: 70px;
    }
    
    .nav-links li {
        display: inline;
    }
    
    .nav-links a {
        text-decoration: none;
        color: black;
        font-size: 15px;
        font-weight: 500;
        line-height: 28px;
    }
    .nav-links a:hover{
        text-decoration: none;
        color: var(--primary);
        font-size: 16px;
    }
    .menu-btn {
        font-size: 30px;
        background: none;
        border: none;
        color: var(--primary);
        cursor: pointer;
        display: none;
    }
    
}
@media (max-width: 1000px) {
    .menu-btn {
        display: block; /* Show menu button */
    }

    .nav-links {
        display: none; /* Hide links */
        flex-direction: column;
        background:white;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        padding: 16px 0;
        text-align: center;
        color: black;
        font-size: 16px;
        gap: 64px;
    }
    
    
    .nav-links.show-menu {
        display: flex; /* Show menu when class is added */
    }

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background:white;
        color: black;
        padding: 10px 16px;
        margin-left: 0;
    }
}
@media(max-width:480px){
    .menu-btn {
        display: block; /* Show menu button */
    }

    .nav-links {
        display: none; /* Hide links */
        flex-direction: column;
        background:white;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        padding: 16px 0;
        text-align: center;
        color: black;
        font-size: 16px;
        gap: 64px;
    }
    
    
    .nav-links.show-menu {
        display: flex; /* Show menu when class is added */
    }

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background:white;
        color: black;
        padding: 10px 16px;
        margin-left: 0;
        padding-left: 0px;
        margin-top: -84px;
        
    }
    .navbar img{
        background: none;        /* Removes background */
        padding: 0;              /* Removes padding */
        margin: 0;               /* Optional: removes margin */
        width: 160px;            /* Resize the logo if needed */
        height: 180px;
        object-fit: contain;
        
        
    
    }
}
/*introduction*/
.introduction{
    display: flex;
    flex-direction: row;
    padding: 56px 124px;
    justify-content: center;
    align-items: center;
    background-color:var(--background);
    margin-top: 84px;
    gap: 48px;
}
.first{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 55%;
}
.first_text{
    width: 40%;
    letter-spacing:-0.27px ;
    line-height: 30px;
    font-family: "Inter", sans-serif;
    color: #3C4049;
    font-size: 18px;
    margin-top: -30px;
}
.first h1{
    font-size: 45px;
    font-family: "Archivo", sans-serif;
    letter-spacing: -2.88px;
    line-height: 86px;
    font-weight: 500;
}
.first h1 span{
    font-size: 45px;
    background-color: #00800021;
    border-radius: 6px;
    letter-spacing: -1.2px;
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    padding: 6px 4px;
}
.first h3{
    font-size: 14px;
    color: var(--primary);
    font-family: 'Inter', sans-serif;

}
.first .image{
    width: 50%;
    margin-left: 40%;
}
.first img{
    width: 100%;
    height: 12px;
    color: #008000;
    mix-blend-mode: multiply;

    
    
}

.intro_2{
    display: flex;
    flex-direction: row;
    background-color: black;
    padding:0px 124px;
    justify-content: space-between;
    align-items: center;
    background-color:var(--background);
    
}

.intro_2 p{
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    color: #3C4049;
    width: 44%;
    letter-spacing:-0.27px ;
    line-height: 28px;
    margin-top: -10px;
}
.intro_2 .imae{
    width: 50%;
    height: 400px;
}
.intro_2 .imae img{
    width: 100%;
    height: 350px;
}
@media(max-width:1200px){
    .introduction{
        display: flex;
        flex-direction: row;
        padding: 56px 70px;
        justify-content: center;
        align-items: center;
        background-color:var(--background);
        margin-top: 84px;
        gap: 48px;
    }
    .intro_2{
        display: flex;
        flex-direction: row;
        background-color: black;
        padding:0px 70px;
        justify-content: space-between;
        align-items: center;
        background-color:var(--background);
        
    }
    
}
@media(max-width:900px){
    .introduction{
        display: flex;
        flex-direction: row;
        padding: 56px 56px;
        justify-content: center;
        align-items: center;
        background-color:var(--background);
        margin-top: 84px;
        gap: 48px;
    }
    .first{
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 50%;
    }
    .first_text{
        width: 50%;
        letter-spacing:-0.27px ;
        line-height: 30px;
        font-family: "Inter", sans-serif;
        color: #3C4049;
        font-size: 16px;
        margin-top: -30px;
    }
    .first h1{
        font-size: 30px;
        font-family: "Archivo", sans-serif;
        letter-spacing: -0.88px;
        line-height: 56px;
        font-weight: 500;
    }
    .first h1 span{
        font-size: 30px;
        background-color:var(--h1);
        border-radius: 6px;
        letter-spacing: -0.88px;
        font-family: "Archivo", sans-serif;
        font-weight: 500;
        padding: 6px 4px;
    }
    .first h3{
        font-size: 14px;
        color: var(--primary);
        font-family: 'Inter', sans-serif;
        font-weight: 500;
    
    }
    .first .image{
        width: 50%;
        margin-left: 42%;
    
    }
    .first img{
        width: 100%;
        color: #008000;
        mix-blend-mode: multiply;
        
        
        
    }
    
    .intro_2{
        display: flex;
        flex-direction: column-reverse;
        background-color: black;
        padding:0px 56px;
        justify-content: space-between;
        align-items: center;
        background-color:var(--background);
        padding-bottom: 56px;
        
    }
    
    .intro_2 p{
        font-size: 16px;
        font-family: 'Inter', sans-serif;
        color: #3C4049;
        width: 100%;
        letter-spacing:-0.27px ;
        line-height: 28px;
        margin-top: -10px;
    }
    .intro_2 .imae{
        width: 80%;
        height: 600px;
    }
    .intro_2 .imae img{
        width: 90%;
        height: 500px;
    }
}
@media(max-width:600px){
    .introduction{
        display: flex;
        flex-direction: column;
        padding: 56px 16px;
        justify-content: center;
        align-items: center;
        background-color:var(--background);
        margin-top: 84px;
        gap: 48px;
        padding-bottom:24px;
    }
    .first{
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
    .first_text{
        width: 100%;
        letter-spacing:-0.27px ;
        line-height: 30px;
        font-family: "Inter", sans-serif;
        color: #3C4049;
        font-size: 16px;
        margin-top: -30px;
    }
    .first h1{
        font-size: 28px;
        font-family: "Archivo", sans-serif;
        letter-spacing: -0.88px;
        line-height: 48px;
        font-weight: 500;
    }
    .first h1 span{
        font-size: 28px;
        background-color:var(--h1);
        border-radius: 6px;
        letter-spacing: -0.88px;
        font-family: "Archivo", sans-serif;
        font-weight: 500;
        padding: 6px 4px;
    }
    .first h3{
        font-size: 14px;
        color: var(--primary);
        font-family: 'Inter', sans-serif;
        font-weight: 500;
    
    }
    .first .image{
        width: 50%;
        margin-left: 40%;
    
    }
    .first img{
        width: 100%;
        color: #008000;
        mix-blend-mode: multiply;
        
        
        
        
    }
    
    .intro_2{
        display: flex;
        flex-direction: column-reverse;
        background-color: black;
        padding:0px 16px;
        justify-content: space-between;
        align-items: center;
        background-color:var(--background);
        padding-bottom: 56px;
        
        
    }
    
    .intro_2 p{
        font-size: 16px;
        font-family: 'Inter', sans-serif;
        color: #3C4049;
        width: 100%;
        letter-spacing:-0.27px ;
        line-height: 28px;
        margin-top: -10px;
    }
    .intro_2 .imae{
        width: 100%;
        height: 500px;
    }
    .intro_2 .imae img{
        width: 100%;
        height: 400px;
    }
}

/*stand*/

.stand{
    padding: 0px 80px;
    width: 55%;
    padding-top: 66px;
    
}
.stand .text{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.stand .text h3{
    font-size: 14px;
    color: #008000;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.08px;
    font-weight: 500;
}
.stand .text h1{
    font-size: 32px;

    background-color:var(--h1);
    border-radius: 6px;
    letter-spacing: -1.2px;
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    padding: 7px 4px;
    
}
.stand .text p{
    color: #3C4049;
    font-size:16px ;
    letter-spacing: -0.18px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
}
.pic{
    display: flex;
    flex-direction: row;
    gap: 48px;
    padding: 20px 80px;
    padding-bottom: 66px;

    
}
.pic .content{
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: -50px;
    
    
}
.card1{
    display: flex;
    flex-direction: column;
    gap: 16px;
    

}
.card11{
    border: 1px solid #00800011;
    width: 20vw;
    height: 220px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
    border-radius: 16px;
    
}

.card11 h3{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500 ;
    line-height: 32px;
    letter-spacing: -0.3px;
    color: #090C10;
    text-align: center;
    align-items: center;
    margin: 0px auto;
}
.card11 p{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400 ;
    line-height: 24px;
    letter-spacing: -0.08px;
    color: #3C4049;
    width: 90%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}
.pic .im{
    width: 50%;
    margin-top: 44px;
    height: 400px;
    border-radius: 16px;

}
.pic .im img{
    width: 100%;
    border-radius: 16px;
    height: 400px;
}
.card11 img{
    width: 48px;
    height: 48px;
    margin: 0px auto;
}
@media(max-width:1200px){
    .stand{
        padding: 0px 56px;
        width: 55%;
        padding-top: 66px;
        
    }
    .pic{
        display: flex;
        flex-direction: row;
        gap: 48px;
        padding: 20px 56px;
        padding-bottom: 66px;
    
        
    }
    
}
@media(max-width:900px){
    .stand{
        padding: 0px 56px;
        width: 100%;
        padding-top: 66px;
        
    }
    .stand .text{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .stand .text h3{
        font-size: 14px;
        color: #008000;
        font-family: "Inter", sans-serif;
        letter-spacing: -0.08px;
        font-weight: 500;
    }
    .stand .text h1{
        font-size: 30px;
        width: 65%;
        background-color:var(--h1);
        border-radius: 6px;
        letter-spacing: -0.88px;
        font-family: "Archivo", sans-serif;
        font-weight: 500;
        padding: 7px 0px;
    }
    .stand .text p{
        color: #3C4049;
        font-size:15px ;
        letter-spacing: -0.18px;
        line-height: 24px;
        font-family: "Inter", sans-serif;
    }
    .pic{
        display: flex;
        flex-direction: column;
        gap: 48px;
        padding: 30px 56px;
        padding-bottom: 66px;
    
        
    }
    .pic .content{
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: -50px;
        
        
    }
    .card1{
        display: flex;
        flex-direction: row;
        gap: 16px;
        flex-wrap: wrap;
        
        
    
    }
    .card11{
        border: 1px solid #00800011;
        width:48%;
        height: 250px;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 16px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
        border-radius: 16px;
        
        
    }
    
    .card11 h3{
        font-family: "Inter", sans-serif;
        font-size: 18px;
        font-weight: 500 ;
        line-height: 32px;
        letter-spacing: -0.3px;
        color: #090C10;
        text-align: center;
        align-items: center;
        margin: 0px auto;
    }
    .card11 p{
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-weight: 400 ;
        line-height: 24px;
        letter-spacing: -0.08px;
        color: #3C4049;
        width: 90%;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 0px auto;
    }
    .pic .im{
        width: 80%;
        margin-top: 44px;
    
        border-radius: 16px;
        margin: auto;
    
    }
    .pic .im img{
        width: 85%;
        border-radius: 16px;
        height: 400px;
    }
    .card11 img{
        width: 48px;
        height: 48px;
        margin: 0px auto;
    }
    
    
    
    
}
@media(max-width:700px){
    .pic .im{
        width: 80%;
        margin-top: 44px;
    
        border-radius: 16px;
        margin: auto;
    
    }
    .pic .im img{
        width: 91%;
        border-radius: 16px;
        height: 60vh;
    }
}
@media(max-width:550px){
    .stand{
        padding: 0px 16px;
        width: 100%;
        padding-top: 66px;
        
    }
    .stand .text{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .stand .text h3{
        font-size: 14px;
        color: #008000;
        font-family: "Inter", sans-serif;
        letter-spacing: -0.08px;
        font-weight: 500;
    }
    .stand .text h1{
        font-size: 28px;
        width: 80%;
        background-color:var(--h1);
        border-radius: 6px;
        letter-spacing: -0.88px;
        font-family: "Archivo", sans-serif;
        font-weight: 500;
        padding: 7px 4px;
        line-height: 36px;
    }
    .stand .text p{
        color: #3C4049;
        font-size:15px ;
        letter-spacing: -0.18px;
        line-height: 24px;
        font-family: "Inter", sans-serif;
    }
    .pic{
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 24px 16px;
        padding-bottom: 66px;
    
        
    }
    .pic .content{
        display: flex;
        flex-direction: column;
        gap: 16px;
    
        
        
    }
    .card1{
        display: flex;
        flex-direction: row;
        gap: 16px;
        flex-wrap: wrap;
        
        
    
    }
    .card11{
        border: 1px solid #00800011;
        width:48%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 16px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
        border-radius: 16px;
        
        
    }
    
    .card11 h3{
        font-family: "Inter", sans-serif;
        font-size: 18px;
        font-weight: 500 ;
        line-height: 32px;
        letter-spacing: -0.3px;
        color: #090C10;
        text-align: center;
        align-items: center;
        margin: 0px auto;
    }
    .card11 p{
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-weight: 400 ;
        line-height: 24px;
        letter-spacing: -0.08px;
        color: #3C4049;
        width: 90%;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 0px auto;
    }
    .pic .im{
        width: 80%;
        margin-top: 44px;
    
        border-radius: 16px;
        margin: auto;
    
    }
    .pic .im img{
        width: 100%;
        border-radius: 16px;
        height: 60vh;
    }
    .card11 img{
        width: 48px;
        height: 48px;
        margin: 0px auto;
    }
    
    
    
    
}
@media(max-width:440px){
    .card1{
        display: flex;
        flex-direction: column;
        gap: 16px;
        flex-wrap: wrap;
        margin-top: 32px;
        
    
    }
    .card11{
        border: 1px solid #00800011;
        width:80%;
        height: 250px;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 16px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
        border-radius: 16px;
        margin:auto
        
    }
      
    .pic .im{
        width: 90%;
        margin-top: 32px;
        border-radius: 16px;
    
    }
    .pic .im img{
        width: 100%;
        border-radius: 16px;
        height:400px;
    }
    .content{
        margin-top: 32px;
    }
}








.choose{
    background-color: var(--background);
    padding: 0px 124px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 110px;
}
.choose h3{
    font-size: 14px;
    color: #008000;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.08px;
    font-weight: 500;
    
}
.choose h1 span{
    font-size: 32px;
    
    background-color:var(--h1);
    border-radius: 6px;
    letter-spacing: -1.2px;
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    padding: 7px 4px;
}
.choose h1{
    font-size: 32px;
    letter-spacing: -1.2px;
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.choose .flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.choose .flex1{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 23.5%;
}
.choose .flex1 img{
    width:56px;
    height: 56px;
}
.choose .flex1 p{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400 ;
    line-height: 24px;
    letter-spacing: -0.08px;
}
.choose .flex1 h3{
    font-size: 18px;
color: black;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.08px;
}
.choose hr{
    margin-top: 40px;
    height: 2px;
    background-color: var(--primary);
}
@media(max-width:1200px){
    .choose{
        background-color: var(--background);
        padding: 0px 70px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-top: 110px;
    }
}
@media(max-width:900px){
    .choose{
        background-color: var(--background);
        padding: 0px 56px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-top: 110px;
    }
    .choose h3{
        font-size: 14px;
        color: #008000;
        font-family: "Inter", sans-serif;
        letter-spacing: -0.08px;
        font-weight: 500;
        
    }
    .choose h1 span{
        font-size: 30px;
        
        background-color:var(--h1);
        border-radius: 6px;
        letter-spacing: -0.08px;
        font-family: "Archivo", sans-serif;
        font-weight: 500;
        padding: 7px 4px;
    }
    .choose h1{
        font-size: 30px;
        letter-spacing: -1.2px;
        font-family: "Archivo", sans-serif;
        font-weight: 500;
        margin-bottom: 30px;
        line-height: 40px;
    }
    .choose .flex{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 24px;
    }
    .choose .flex1{
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 47%;
    }
    .choose .flex1 img{
        width:56px;
        height: 56px;
    }
    .choose .flex1 p{
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-weight: 400 ;
        line-height: 24px;
        letter-spacing: -0.08px;
    }
    .choose .flex1 h3{
        font-size: 16px;
    color: black;
        font-family: "Inter", sans-serif;
        letter-spacing: -0.08px;
    }
    .choose hr{
        margin-top: 40px;
        height: 2px;
        background-color: var(--primary);
    }
}

@media(max-width:550px){
    .choose{
        background-color: var(--background);
        padding: 0px 16px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-top: 110px;
    }
    .choose h3{
        font-size: 14px;
        color: #008000;
        font-family: "Inter", sans-serif;
        letter-spacing: -0.08px;
        font-weight: 500;
        
    }
    .choose h1 span{
        font-size: 28px;
        
        background-color:var(--h1);
        border-radius: 6px;
        letter-spacing: -0.08px;
        font-family: "Archivo", sans-serif;
        font-weight: 500;
        padding: 7px 4px;
    }
    .choose h1{
        font-size: 28px;
        letter-spacing: -1.2px;
        font-family: "Archivo", sans-serif;
        font-weight: 500;
        margin-bottom: 30px;
        line-height: 45px;
    }
    .choose .flex{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 24px;
    }
    .choose .flex1{
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }
    .choose .flex1 img{
        width:56px;
        height: 56px;
    }
    .choose .flex1 p{
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-weight: 400 ;
        line-height: 24px;
        letter-spacing: -0.08px;
    }
    .choose .flex1 h3{
        font-size: 16px;
    color: black;
        font-family: "Inter", sans-serif;
        letter-spacing: -0.08px;
    }
    .choose hr{
        margin-top: 40px;
        height: 2px;
        background-color: var(--primary);
    }
}

/* join us*/
.join{
    background-color:var(--background);
    padding: 0px 124px;
    display: flex;
    flex-direction: column;
    gap:24px;
}
.join h1{
    padding-top:60px;
    font-size: 32px;
    letter-spacing: -1.2px;
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    text-align: center;
}
.join p{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400 ;
    line-height: 24px;
    letter-spacing: -0.08px;
    width: 80%;
    text-align: center;
    justify-content: center;
  margin: auto;
}
.buttons{
    display: flex;
    gap: 28px;
    margin: auto;
    font-family: "Inter", sans-serif;
    margin-bottom: 162px;
}
.buttons .a{
    color:#008000;
    border: 1px solid #008000;
    font-weight: 600;
    padding: 12px 0px;
    text-decoration: none;
    border-radius: 32px;
    width: 256px;
    text-align: center;
    margin-top: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}
.buttons .a:hover{
    color: white;
    background-color: #008000;
    transform: scale(1.05);
}
.buttons .b{
    color:white;
    background-color: #008000;
    font-weight: 600;
    padding: 12px 0px;
    text-decoration: none;
    border-radius: 32px;
    width: 256px;
    text-align: center;
    margin-top: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}
.buttons .b:hover{
    color: white;
        background-color:black;
        transform: scale(1.05);
}
@media(max-width:720px){
    .join{
        background-color:var(--background);
        padding: 0px 56px;
        display: flex;
        flex-direction: column;
        gap:24px;
    }
    .join p{
        font-family: "Inter", sans-serif;
        font-size: 17px;
        font-weight: 400 ;
        line-height: 24px;
        letter-spacing: -0.08px;
        width: 80%;
        text-align: center;
        justify-content: center;
      margin: auto;
    }
    .buttons{
        display: flex;
        gap: 12px;
        margin: auto;
        font-family: "Inter", sans-serif;
        margin-bottom: 162px;
        flex-direction: row;
        width: 100%;
        align-items: center;
    }
    .buttons .a{
        color:#008000;
        border: 1px solid #008000;
        font-weight: 600;
        padding: 12px 0px;
        text-decoration: none;
        border-radius: 32px;
        width: 80%;
        text-align: center;
        margin-top: 10px;
    }
    .buttons .a:hover{
        color: white;
        background-color: #008000;
    }
    .buttons .b{
        color:white;
        background-color: #008000;
        font-weight: 600;
        padding: 12px 0px;
        text-decoration: none;
        border-radius: 32px;
        width: 80%;
        text-align: center;
        margin-top: 10px;
    }
    .buttons .b:hover{
        color: white;
            background-color:black;
    }
    
}
@media(max-width:480px){
    .join{
        background-color:var(--background);
        padding: 0px 16px;
        display: flex;
        flex-direction: column;
        gap:24px;
    }
    .join h1{
        padding-top:60px;
        font-size: 28px;
        letter-spacing: -0.08px;
        font-family: "Archivo", sans-serif;
        font-weight: 500;
        text-align: center;
    }
    .join p{
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-weight: 400 ;
        line-height: 24px;
        letter-spacing: -0.08px;
        width: 90%;
        text-align: center;
        justify-content: center;
      margin: auto;
    }
    .buttons{
        display: flex;
        gap: 12px;
        margin: auto;
        font-family: "Inter", sans-serif;
        margin-bottom: 162px;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .buttons .a{
        color:#008000;
        border: 1px solid #008000;
        font-weight: 600;
        padding: 12px 0px;
        text-decoration: none;
        border-radius: 32px;
        width: 80%;
        text-align: center;
        margin-top: 10px;
    }
    .buttons .a:hover{
        color: white;
        background-color: #008000;
    }
    .buttons .b{
        color:white;
        background-color: #008000;
        font-weight: 600;
        padding: 12px 0px;
        text-decoration: none;
        border-radius: 32px;
        width: 80%;
        text-align: center;
        margin-top: 10px;
    }
    .buttons .b:hover{
        color: white;
            background-color:black;
    }
    
}



footer{
    background-color: black;
    padding: 120px 226px;
    color: white;
}
.first_column{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 56px;
}
.company_details{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.company_details img{
    background: none;        /* Removes background */
    padding: 0;              /* Removes padding */
    margin: 0;               /* Optional: removes margin */
    width: 200px;            /* Resize the logo if needed */
    height: 120px;
    object-fit: contain;
 

}
.company_details p{
    font-family: "Inter", sans-serif;
    font-size: 14.5px;
    color: #9EA2AD;
    letter-spacing: -0.08px;
}
.info{
    display: flex;
    flex-direction: row;
    gap: 8px;

}
.info p{
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 32px;
    padding: 12px;
}
.your_mail{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}
.your_mail p{
    font-family: "Inter", sans-serif;
    font-size: 14px;
}
form{
    background-color: black;
    
    
}
input{
    background-color: black;
    border: 1px solid rgba(255, 255, 255, 0.043);
    padding: 12px;
    width: 270px;
}
input:hover{
    border: 1px solid #008000;
}
.your_mail  a{
    background-color: #008000;
    border: none;
    font-weight: 500;
    color: white;
    padding: 12px 24px;
    border-radius: 32px;
    transition: all 1s ease;
    cursor:pointer;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    align-items: center;
    font-size: 14px;
    display: flex;
    justify-content: center;

}
.your_mail a:hover{
    transform:scale(1.05);
    background-color: white;
    border: 1.5px solid #008000;
    color: #008000;
}
footer hr{
   background-color: #008000;
   height: 1px;
   border: none;
}
.third_column{
    margin-top: 56px;
    display: flex;
    flex-direction: row;

}
.third_column .icons{
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 50%;
    font-size: 20px;
}
.third_column .icons a{
    cursor: pointer;
transition: all 1s ease;
}
.third_column .icons a:hover{
    transform: scale(1.05);
}
.third_column .items{
    display: flex;
    flex-direction: row;
    width: 50%;
    justify-content: space-between;
    
}

.third_column .products a{
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  color:#9EA2AD;
  list-style: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.third_column .products li{
    list-style: none;
    font-size: 14px;
    margin: 20px auto;
}
.third_column .products h3{
    margin-bottom: 12px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
}
.fourth_column{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    margin-top: 56px;
    justify-content: right;
    text-align: right;
    font-weight: 200;
}
.fa-linkedin-in{
color: white;

}

.fa-whatsapp{
    color:#075E54;
}
.fa-instagram{

color: #C32AA3;

}
@media(max-width:1200px){
    footer{
        background-color: black;
        padding: 120px 80px;
        color: white;
    }
}
@media(max-width:900px){
    footer{
     background-color: black;
     padding:60px 56px;
     color: white;
     width: 100%;
 }
 .first_column{
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 56px;
 }
 .company_details{
     width: 100%;
     display: flex;
     flex-direction: column;
     gap: 12px;
 }
 .company_details img{
    background: none;        /* Removes background */
    padding: 0;              /* Removes padding */
    margin: 0;               /* Optional: removes margin */
    width: 200px;            /* Resize the logo if needed */
    height:100px;
    object-fit: contain;
 
 
 }
 .company_details p{
     font-family: "Inter", sans-serif;
     font-size: 15px;
     color: #9EA2AD;
     letter-spacing: -0.08px;
 }
 .info{
     display: flex;
     flex-direction: row;
     gap: 8px;
 
 }
 .info p{
     border: 1px solid rgba(255, 255, 255, 0.13);
     border-radius: 32px;
     padding: 12px;
 }
 .your_mail{
     display: flex;
     flex-direction: column;
     gap: 16px;
     width: 100%;
 }
 .your_mail p{
     font-family: "Inter", sans-serif;
     font-size: 14px;
 }
 form{
     background-color: black;
     
     
 }
 input{
     background-color: black;
     border: 1px solid rgba(255, 255, 255, 0.043);
     padding: 12px;
     width: 100%;
 }
 input:hover{
     border: 1px solid #008000;
 }
 .your_mail a{
     background-color: #008000;
     border: none;
     font-weight: bold;
     color: white;
     padding: 12px 24px;
     border-radius: 32px;
     width: 50%;
     align-items: center;
     margin: auto;
     transition: all 1s ease;
     cursor:pointer;
     text-decoration: none;
 
 }
 footer hr{
    background-color: #008000;
    height: 1px;
    border: none;
 }
 .third_column{
     margin-top: 56px;
     display: flex;
     flex-direction: column;
     gap: 48px;
 
 }
 .third_column .icons{
     display: flex;
     flex-direction: row;
     gap: 24px;
     width: 100%;
 }
 .third_column .items{
     display: flex;
     flex-direction: row;
     width: 100%;
     justify-content: space-between;
 
     
 }
 
 .third_column .products a{
   display: flex;
   flex-direction: column;
   gap: 8px;
   text-decoration: none;
   color:#9EA2AD;
   list-style: none;
   font-family: "Inter", sans-serif;
   font-size: 14px;
   font-weight: 300;
 }
 .third_column .products li{
     list-style: none;
     font-size: 14px;
     margin: 20px auto;
 }
 .third_column .products h3{
     margin-bottom: 12px;
     font-family: "Inter", sans-serif;
     font-size: 14px;
 }
 .fourth_column{
     font-family: "Inter", sans-serif;
     font-size: 14px;
     margin-top: 56px;
     justify-content: left;
     text-align: left;
     font-weight: 200;
 
 }
 }

@media(max-width:480px){
   footer{
    background-color: black;
    padding:60px 16px;
    color: white;
    width: 100%;
}
.first_column{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
margin-bottom: 56px;
}
.company_details{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.company_details img{
    background: none;        /* Removes background */
    padding: 0;              /* Removes padding */
    margin: 0;               /* Optional: removes margin */
    width: 170px;            /* Resize the logo if needed */
    height: 100px;
    object-fit: contain;
    

}
.company_details p{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #9EA2AD;
    letter-spacing: -0.08px;
}
.info{
    display: flex;
    flex-direction: column;
    gap: 8px;

}
.info p{
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 32px;
    padding: 12px;
}
.your_mail{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.your_mail p{
    font-family: "Inter", sans-serif;
    font-size: 14px;
}
form{
    background-color: black;
    
    
}
input{
    background-color: black;
    border: 1px solid rgba(255, 255, 255, 0.043);
    padding: 12px;
    width: 100%;
}
input:hover{
    border: 1px solid #008000;
}
.your_mail a{
    background-color: #008000;
    border: none;
    font-weight: bold;
    color: white;
    padding: 12px 24px;
    border-radius: 32px;
    width: 70%;
    margin: auto;
    transition: all 1s ease;
    cursor:pointer;
    text-decoration: none;
    justify-content: center;
    font-family: "Archivo", sans-serif;
    font-family: 14px;
    align-items: center;
    place-items: center;

}
footer hr{
   background-color: #008000;
   height: 1px;
   border: none;
}
.third_column{
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 48px;

}
.third_column .icons{
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
}
.third_column .items{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;

    
}

.third_column .products a{
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  color:#9EA2AD;
  list-style: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.third_column .products li{
    list-style: none;
    font-size: 14px;
    margin: 20px auto;
}
.third_column .products h3{
    margin-bottom: 12px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
}
.fourth_column{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    margin-top: 56px;
    justify-content: left;
    text-align: left;
    font-weight: 200;

}
}












