



form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 600px;
    padding: 15px;
    color: #141414;
    margin-top: 3rem;
}
.wrapper-form{
    display: flex;
    align-items: center;
    justify-content: center;
}

input, select{
    width: 100%;
    padding: 16px 20px;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 500;
    border: 1px solid #5357564d;
    outline: none;
}

.login-sarlavha{
    font-size: 42px;
    text-align: center;
}
label{
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.signup{
    background-color: #387975;
    color: #ffffff;
}

.signup:hover{
    background-color: transparent;
    border: transparent;
    border: 2px solid #141414;
    cursor: pointer;
    color: #141414;
}
select{
    cursor: pointer;
}

option{
    width: 100%;
    padding: 16px 20px;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 500;
    border: 1px solid #5357564d;
    outline: none;
}
.hader{
    position: relative;
}

.position{
    position: absolute;
    width: 100%;
    height: 500px;
    z-index: -4;
    top: -100%;
    
    
}

.wrapper-position{
    width: 100%;
}


.kurs-sarlavha{
    font-size: 4.5rem;
    font-weight: 900;
}
.kurs-matn{
    text-align: center;
    max-width: 900px;
    line-height: 1.5rem;
    color: #535756;
    opacity: 80%;
    font-weight: 500;
}
.wrapper-sarlavha{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}
.container{
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding: 2rem;
}

.h1{
    font-size: 2.6rem;
    font-weight: 900;
}

.wrapper-card{
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding: 3rem;
    background-color: #ffffff;
    box-shadow: 2px 3px 10px lightgray;
    border-radius: 10px;
}
.card-right, .card-left{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style-type: disc;
    padding-left: 20px;
}


.card-li{
    color: #535756;
    opacity: 80%;
    font-weight: 500;
}

.card-li::marker{
    color: #141414;
}
.hero{
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
    margin-top: 14rem;
}
.hero-left{
    display: flex;
    flex-direction: column;
    gap: 2.3rem;
    width: 65%;
}

.hero-right{
    width: 35%;
    position: relative;
}
.hippo{
    width: 100%;
    border-radius: 10px;
}

.aylana-qizil{
    position: absolute;
    left: -7%;
    top: -5%;
    width: 45px;
    animation: square 2s cubic-bezier(0.25, 0.8, 0.25, 1) infinite;
}


.matn{
    line-height: 1.5rem;
}



.aylana-kok{
    position: absolute;
    right: -5%;
    bottom: 11%;
    width: 32px;
    animation: pulseSize 2s cubic-bezier(0.25, 0.8, 0.25, 1) infinite;
}


#course{
    background-image: url(./img/position/position-2.png);
    background-position: center;
    background-size: cover;
}
 

.coyurse-part-1{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: start;
    justify-content: center;
}

#curses{
    max-width: 831px;
    margin-right: auto;
    margin-left: 0;
}

.img-lable:hover{
    cursor: pointer;
}

.labell{
    background-color: #387975;
    color: #ffffff;
    padding: 10px 20px;
    border-color: transparent;
    font-size: 18px;
    border-radius: 15px;
    max-width: 220px;
    height: 34px;
    text-align: center;
}

.english-sarlavha{
    font-size: 68px;
    font-weight: 900;
}
.wrapper-english{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}
.english-left{
    width: 30%;
    
}
.english-right{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.english{
    width: 100%;
}

.labell:hover{
    background-color: transparent;
    border: 1px solid #141414;
    color: #141414;
    cursor: pointer;
}
.unique{
    background-image: none !important;
}

.curse-sarlavha{
    font-size: 42px;
    font-weight: 900;
}
.curse-matn, .matn2, .curse-li{
    color: #535756;
    line-height: 1.5rem;
    font-weight: 500;
}
.ul-h3{
    font-size: 28px;
}

.ul-h4{
    font-size: 22px;
}
.wrapper-course-overview{
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url(./img/position/position-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.curse-left{
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.ul{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.curse-li{
    font-weight: 500;
}

.feature-one{
    display: flex;
    justify-content: space-between;
    padding-top: 0.8rem;
    align-items: center;
}
.feature-h3{
    color: #387975;
    font-size: 20px;
    font-weight: 900;
}

.left-h3{
    font-size: 28px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #387975;
}
.tugma{
    padding: 16px 30px;
    font-size: 20px;
    font-weight: 500;
    background-color: #387975;
    border-color: transparent;
    color: #ffffff;
    border-radius: 15px;
    cursor: pointer;
}
.tugma:hover{
    background-color: transparent;
    border: 2px solid #141414;
    color: #141414;
}
.curse-right{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.wrapper-cur{
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}
.curse-left{
    width: 70%;
}
.curse-right{
    width: 30%;
    border-left: 1px solid lightgray;
    padding-left: 1.5rem;
    height: 100%;
}



.ielts-left{
    width: 50%;
}
.ietls-right{
    width: 50%;
}

.btns{
    margin-top: 2rem;
}

.alo, .alo2{
    text-align: center;
}

.wrapper-english{
    margin-bottom: 3rem;
}
.onee{
    padding-bottom: 1.2rem;
}

.five{
    width: 50%;
}
.five2{
    width: 50%;
}

.h1{
    text-align: center;
}

.matnn{
    color: #535756;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.englishsh{
    border-radius: 20px;
}



@media (max-width: 768px){
    .position{
        height: 450px;
    }
    .kurs-sarlavha{
        font-size: 2.6rem;
    }
    .kurs-matn{
        text-align: center;
    }

    .hero{
        display: flex;
        flex-direction: column-reverse;
        gap: 3rem;
    }
    .hero-left{
        width: 100%;
    }
    .hero-right{
        width: 100%;
        height: auto;
        max-height: 40%;
    }
    .hippo{
        width: 100%;
        
    }
    .aylana-qizil{
        left: -3%;
        top: -3%;
    }

    .aylana-kok{
        right: -3%;
        bottom: 1;
    }

    .hero{
        margin-top: 8rem;
    }
    .container{
        max-width: 710px;
        margin-right: auto;
        margin-left: auto;
        padding: 1.3rem;
    }
    .h1{
        text-align: center;
    }

    .wrapper-english{
        display: flex;
        flex-direction: column-reverse;
        gap: 2rem;
    }
    .english-left{
        width: 100%;
    }
    .english-right{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .english-sarlavha{
        font-size: 42px;
        text-align: center;
    }

    .wrapper-cur{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .curse-left{
        width: 100%;
    }
    .curse-right{
        width: 100%;
        border-left: none;
        border-top: 1px solid lightgray;
        padding-left: 0;
    }
    .english{
        width: 100%;
    }
    .container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .wrapper-btn{
        width: 100%;
    }
    .tugma{
        width: 100%;
    }
}


@media (max-width: 500px){
    .wrapper-sarlavha{
       max-width: 450px;
       margin-right: auto;
       margin-left: auto;
       padding: 2rem;
        text-align: center;
        margin-top: 3rem;
    }
    .hero{
        margin-top: 5rem;
    }
    .wrapper-card{
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 1.2rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .h1{
        font-size: 32px;
        text-align: center;
    }
    .container{
        max-width: 450px;
        margin-right: auto;
        margin-left: auto;
        padding: 1rem;
    }

}



@media(max-width: 320px){
    .english-sarlavha{
       font-size: 2.5rem;
    }
    .tugma{
        padding: 13px 20px;
        width: 100%;
    }
    .wrapper-btn{
        width: 100%;
        margin-top: 2rem;
    }
    .onee{
        padding-bottom: 1.5rem;
    }
    .course-lable{
        padding-right: 0;
    }
    .curse-sarlavha{
        font-size: 2rem;
    }
    .wrapper-course-overview{
        padding-top: 2rem;
    }
}
/* sevice */
.service{
    width: 100%;
    height: fit-content;
    padding: 5rem 5rem;
    padding-bottom: 17rem;
    background-color: #387975;
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-lable-1{
    color: #fff;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Epilogue, sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.2em;
    text-align: center; 
}
select {
    padding: 10px;
    font-size: 16px;
}
p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}
.service-bottom{
    width:85%;
    background-color: #fff;
    position: absolute;
    bottom: -9rem;
    box-shadow: 0px 0px 1em #777;
    padding: 4rem 4rem;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
}
.service-botton-lable{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-bottom-lable-1{
    font-size: 45px;
    color: #000;
    font-weight: 800;
    margin-bottom: 1rem;
}
.service-bottom-lable-2{
    font-size: 20px;
    color: #333;
    line-height: 30px;
}
.service-bottom-input{
    width: 70%;
    display: flex;
    justify-content: space-between;
    padding-right: 2rem;
}
.service-bottom-input form{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-bottom-input input{
    width: 48%;
    height: 60px;
    color: #222;
    margin-bottom: 1rem;
    border-radius: 6px;
    font-size: 16px;
    outline: none;
    padding-left: 1rem;
    border: 1px solid #777;
}
.input-3{
    width: 48%;
}
.input-3 *{
    width: 100%;
    height: 60px;
    background-color: transparent;
    color: #777;
    border: 1px solid #777;
    border-radius: 6px;
    padding-right: 1rem;
}
.submitFOrm{
    width: fit-content;
    border: 0px;
    text-align: center;
    color: #fff;
    background-color: #387975;
    border-radius: 20px;
    cursor: pointer;
}
.submitFOrm::placeholder{
    color: #fff;
}
@media only screen and (max-width:1150px) {
    .service{
        padding-bottom: 20rem;
    }
}
@media only screen and (max-width:1117px) {
    .service-bottom{
        bottom: -15%;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }
    .service-botton-lable{
        width: 100%;
    }
    .service-bottom-input{
        width: 100%;
    }
    .service-bottom-lable-1{
        text-align: center;
    }
    .service-bottom-lable-1 br{
        display: none;
    }
    .service-bottom-lable-2{
        text-align: center;
    }
}
@media only screen and (max-width:920px) {
    .service{
        padding-bottom: 25rem;
    }
}
@media only screen and (max-width:800px) {
    .service-bottom{
        width: 95%;
    }
}
@media only screen and (max-width:600px) {
    .service-bottom{
        bottom: -22%;
    }
    .service-bottom-input form{
        flex-direction: column !important;
    }
    .service-bottom-input{
        padding-right: 0;
    }
    .service-bottom-input form input{
        width: 100%;
    }
    .input-3{
        width: 100%;
    }
}
@media only screen and (max-width:500px) {
    .service-bottom{
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
    .service-bottom-lable-1{
        font-size: 30px;
        color: #595555;
    }
}
/* futer */
.futer{
    width: 100%;
    padding-top: 16rem;
    padding-bottom: 4rem;
    padding-left: 7rem;
    padding-right: 7rem;
    display: flex;
    flex-direction: column;
}
.futer-block{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.futer-block-1{
    display: flex;
    justify-content: space-between;
}
.futer-block-2{
    padding-top: 3REM;
}
.futer-block-1-blog-1{
    width: 40%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.futer-block-1-blog-1-lable{
    font-size: 40px;
    font-weight: 600;
    line-height: 46PX;
}
.futer-block-1-blog-1-button{
    width: fit-content;
    height: fit-content;
    margin-top: 1rem;
}
.futer-block-1-blog-1-button a{
    padding: 18px 30px;
    background-color: #387975;
    color: #fff;
    border-radius: 10px;
    border: 1 solid #387975;
}
.futer-block-1-blog-2{
    width: 60%;
}
.futer-nav{
    width: 100%;
    display: flex;
    margin-bottom: 5rem;
    position: relative;
}
.futer-nav::before{
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2rem;

}
.futer-nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.futer-nav ul li a{
    text-decoration: none;
    color: #387975;
    font-size: 20px;
}
.futer-block-1-blog-2-input{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.futer-lable-1{
    font-size: 25px;
    color: #387975;
    font-weight: 700;
}
.futer-1-input{
    display: flex;
    gap: 2rem;
}
.futer-1-input input{
    width: 60%;
    height: 60px;
    border: 1px solid #777;
    color: #333;
    border-radius: 10px;
    font-size: 18px;
}
.futer-1-input a{
    padding: 20px 35px;
    background-color: #387975;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
}
.futer-block-2-lable-1{
    text-align: center;
    font-size: 25px;
    color: #000;
    display: flex;
    gap: 2rem;
    justify-content: center;
}
.futer-block-2-lable-1 a{
    color: #387975;
}
@media only screen and (max-width:1100px) {
    .futer{
        padding-top: 40%;
    }
}
@media only screen and (max-width:1050px) {
    .futer-block-1{
        flex-direction: column;
        gap: 6rem;
    }
    .futer-block-1-blog-1{
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .futer-block-1-blog-1-lable{
        text-align: center;
    }
    .futer-block-1-blog-1-lable br{
        display: none;
    }
    .futer-block-1-blog-2{
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width:800px) {
    .futer{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media only screen and (max-width:632px) {
    .futer-block-2-lable-1{
        font-size: 18px;
    }
}
@media only screen and (max-width:720px) {
    .futer{
        padding-top: 20rem;
    }
    .futer-lable-1{
        text-align: center;
    }
    .service-bottom{
        bottom: -50%;
    }
}
@media only screen and (max-width:500px) {
    
    .service-bottom{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .service-bottom-input form{
        margin-top: 1rem;
        gap: 1rem;
    }
    .service-bottom{
        bottom: -22%;
        border-radius: 4px;
    }
}
@media only screen and (max-width:456px) {
    .futer-block-1-blog-2 .futer-nav ul{
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
    .futer-1-input{
        flex-direction: column;
    }
    .futer-1-input input{
        width: 100%;
    }
    .futer-block-2-lable-1{
        font-size: 16px;
        gap: 0.3rem;
    }
    .service-bottom{
        padding-left: 0rem;
        padding-right: 0rem;
        gap: 0rem;
    }
    .service-botton-lable{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .service-bottom-lable-1{
        font-size: 1.2rem;
    }
    .service-bottom-lable-2{
        font-size: 1rem;
        line-height: 1.4rem;
    }
}
@media only screen and (max-width:376px) {
    .futer-block-2-lable-1{
        font-size: 14px;
    }
}
.adwers{
    display: none;
}