html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

.lang-buttons button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    background: #ffffff;
    border-radius: 5px;
    color: #1F4D36;

}

.container {
    width: 80%;
    margin: 0 auto;
}

.header {
    background-color: #F2F4EA;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 110px;
}

.nav {
    display: flex;
    gap: 60px;
    align-items: center;
}

.nav-list {
    display: flex;
    gap: 25px;
}

.nav-item {
    list-style: none;
    cursor: pointer;
    transition: 0.5s;
    font-weight: 450;
    color: #1F4D36;

}

.nav-item:hover {
    font-size: 18px;
}

.nav-link {
    transition: 0.5s;
    cursor: pointer;
    transition: 0.5s;
    font-weight: 450;
    color: #1F4D36;
    text-decoration: none;
}

.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

.close-icon {
    padding: 10px;
    font-size: 25px;
    display: none;
}

/* header responsive */


/* Planshet (768px – 991px) */
@media (max-width: 1060px) {
    .container {
        max-width: 720px;
    }

    .lang-buttons {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .lang-buttons button {
        margin: 0;
        padding: 5px;
        font-size: 14px;
        font-weight: 700;
    }

    .nav-item {
        font-size: 14px;
        font-weight: 700;
    }

    .logo img {
        width: 80px;
    }
}

/* Katta telefonlar (576px – 767px) */
@media (max-width: 780px) {
    .container {
        max-width: 540px;
    }

    .lang-buttons {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .lang-buttons button {
        margin: 0;
        padding: 5px;
        font-size: 14px;
        font-weight: 700;
        width: 50%;
        margin: 0 auto;
    }

    .nav-item {
        font-size: 14px;
        font-weight: 700;
        /* display: none; */
    }

    .logo img {
        width: 80px;
    }

    .nav {
        position: absolute;
        top: 0px;
        right: 0;
        width: 200px;
        height: 370px;
        background-color: #F2F4EA;
        display: none;

    }

    .nav-list {
        flex-direction: column;
        align-items: center;
        padding: 15px 0;
        gap: 15px;
    }


    .nav-list {
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }

    .menu-toggle {
        display: block;
    }

    .nav.active {
        display: block;
    }

    /* Menyu ochilganda icon almashadi */
    .menu-toggle.active .open-icon {
        display: block;
    }

    .menu-toggle.active .close-icon {
        display: block;
    }

    .close-icon {
        display: flex;
        justify-content: end;
    }


}

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-title {
    color: #1F4D36;
    font-weight: 600;
    font-size: 50px;
    max-width: 570px;
}

.hero-description {
    font-weight: 400;
    font-size: 18px;
    max-width: 570px;
    padding: 25px 0;
}

.heroRight {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
}

.hero-image {
    padding: 3px;
    width: 500px;
    border-radius: 16px;
    border: 5px solid #1F4D36;
    transition: 0.5s;

}

.hero-image:hover {
    transform: scale(1.05);
}

.btn {
    padding: 7px 15px;
    border-radius: 5px;
    background-color: #1F4D36;
    color: white;
    text-decoration: none;
}

/* hero responsive */
@media (max-width: 1370px) {
    .hero {
        flex-direction: column;
        text-align: center;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-image {
        width: 100%;
        max-width: 600px;
        margin-left: -8px;
    }
    .about{
        margin-top: 50px;
    }
}

/* about */

.about {
    display: flex;
    justify-content: space-between;
    /* padding-top: 50px; */
    gap: 50px;
}



.aboutTitle {
    color: #1F4D36;
    font-weight: 600;
    font-size: 40px;
    padding-top: 50px;

}

.aboutSubtitle {
    color: #1F4D36;
    font-weight: 600;
    font-size: 25px;
    max-width: 570px;
}

.aboutDescription {
    color: #1F4D36;
    font-weight: 400;
    font-size: 18px;

}

.about-image {
    width: 500px;
    border-radius: 16px;
    border: 5px solid #1F4D36;
    transition: 0.5s;
    padding: 5px;
}

.about-image:hover {
    transform: scale(1.05);
}

#id {
    transition: 0.5s;
}

@media (max-width: 1200px) {
    .about {
        flex-direction: column;
        text-align: center;


    }

    .aboutTitle {
        font-size: 40px;
        text-align: center;
        padding-top: 50px;

    }

    .aboutSubtitle {
        font-size: 20px;
        text-align: center;

    }

    .aboutDescription {
        font-size: 16px;
        text-align: center;
    }

    .about-image {
        width: 100%;
        max-width: 600px;
        margin-left: -8px;
    }
}

.courageTitle {
    padding-top: 25px;
    text-align: left;
    color: #1F4D36;
    font-weight: 600;
    font-size: 40px;
    padding-top: 50px;
}

.courageSubtitle {
    text-align: left;
    color: #1F4D36;
    font-weight: 400;
    font-size: 18px;
    list-style: square;

}

.courageDescription {
    text-align: left;
    color: #1F4D36;
    font-weight: 400;
    font-size: 18px;


}

.carusel {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 200ms ease-in-out;
    transition-delay: 200ms;
}

.slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slide[data-active] {
    opacity: 1;
    z-index: 1;
    transition-delay: 0ms;
}

.carusel button {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #d7d7d7;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 30px;
}

.carusel button:hover,
.carusel button:focus {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.carusel .prevBtn {
    left: 10px;
}

.carusel .nextBtn {
    right: 10px;
}

.slide img {

    border-radius: 13px;

}

.partnerShip {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.partnerShipTitle {
    color: #1F4D36;
    font-weight: 600;
    font-size: 40px;
    padding-top: 50px;
}

.partnershipRight {
    padding-top: 50px;
}

.partnershipSubtitle {
    font-weight: 600;
    font-size: 18px;
    color: #1F4D36;
}

.hamkorliksubtitle2 {
    font-weight: 400;
    font-size: 16px;
    color: #1F4D36;
}

.qrInfo {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #1F4D36;
}

.partnershipRight div {
    display: flex;
    justify-content: center;
}

@media (max-width: 1200px) {
    .partnerShip {
        flex-direction: column;
        text-align: center;

    }

    .partnerShip li {
        list-style: none;

    }

    .partnerShip img {
        width: 300px;
    }

    .partnerShipTitle {
        font-size: 40px;
        text-align: center;
        padding-top: 50px;

    }

    .partnershipSubtitle {
        font-size: 18px;
        text-align: center;

    }

    .hamkorliksubtitle2 {
        font-size: 16px;
        text-align: center;
    }
}

.contact p {
    padding: 20px 0;
}

.contact ul {
    display: flex; 
    justify-content: space-between; 
}

.contact ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
        align-items: center;
        gap: 10px;   
}

.contact ul li  a {
    text-decoration: none;
    color: #1F4D36;
    font-weight: 700;
    font-size: 20px;

}
.contact ul li a img {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    transition: 0.5s;
  
    
}
footer {
    margin-top: 50px;
    background-color: #F2F4EA;

}

@media (max-width: 1200px) {
    .contact ul {
        flex-direction: column;
        gap: 20px;
        margin-left: -45px;
    }
    .aboutSubtitle{
        text-align: left;
    }
}