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{
    color: #535756;
    opacity: 80%;
    font-weight: 500;
}
.wrapper-sarlavha{
    width: 100%;
    height: 35vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
    background-image: url(./img/position/header-position.jpg);
    background-position: bottom;
}
.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;
}
.about{
    width: 100%;
    height: fit-content;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;

}
.about-content{
    max-width: 1200px;
    height: fit-content;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 2rem;    
    background-image: linear-gradient(160deg,#fff, #dffffd);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4PX;
}
.about-content-img{
    width: fit-content;
    height:150px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #387975;
}
.about-content-img img{
    width: 100%;
    height: 100%;
    transform: scale(1.1);
}
.about-content-img{
    width: 15%;
}
.about-content-lable-2{
    width: 30%;
}
.sub-1{
    font-size: 1.6rem;
    font-weight: 900;
    color: #387975;
}
.about-in1{
    width: 100%;
    height: fit-content;
    padding-top: 4rem;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-in-part-1-img{
    width: 100%;
    box-shadow: 0px 0px 1em #2222223c;
}
.about-in-part-1-img img{
    width: 100%;
}
.about-in-part-1{
    width: 100%;
    display: flex;
    gap: 5rem;
    flex-direction: column;
    background-color: #f6f8fc;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 6rem;
}
.about-in-part-1-lable{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
}
.about-in-part-1-lable-blog-1{
    width: 35%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    background-color: #fff;
    box-shadow: 0px 0px 1em #2222223c;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}
.about-in-part-1-lable-blog-2{
    width: 60%;
}
.about-in-part-1-lable-blog-1-lable-1{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.about-in-part-1-lable-blog-1-lable-1 h2{
    font-size: 20px;
    font-family: Cardo,sans-serif;
    color: #222;
}
.about-in-part-1-lable-blog-1-lable-1 h2:last-child{
    color: #969aa0;
    font-family: "Poppins";
    font-weight: 400;
}
.about-in-part-1-lable-blog-2-lable-1{
    font-size: 2.5rem;
    font-family: Cardo,sans-serif;
    position: relative;
    margin-bottom: 2rem;
    font-weight: 600;
}
.about-in-part-1-lable-blog-2-lable-2{
    font-size: 1.2rem;
    color: #969aa0;
    margin-bottom: 4rem;
}
.about-in-part-1-lable-blog-2-lable-1::before{
    content: "";
    position: absolute;
    width:5%;
    height: 3px;
    bottom: -1rem;
    background-color: #387975;
}
.about-in-part-1-lable-blog-2-button a{
    padding: 20px 35px;
    background-color: #387975;
    border: 1px solid #387975;
    color:#fff;
    font-weight: 600;
    font-size: 18px;
    font-family: "Quicksand", sans-serif;
}
.about-in-part-1-lable-blog-2-button a:hover{
    background-color: #1B3764;
    color: #fff;
    border-color: #1B3764;
}
.about-in-part-2-blog-1-lable-1{
    font-size: 2rem;
    margin-bottom: 2rem;
}
@media only screen and (max-width:1314px) {
    .about-in-part-1-lable{
        flex-direction: column;
        gap: 4rem;
    }
    .about-in-part-1-lable-blog-1{
        width: 100%;
    }
    .about-in-part-1-lable-blog-2{
        width: 100%;
    }
}
@media only screen and (max-width:933px) {
    .about-in-part-1-lable-blog-2-lable-2 br{
        display: none;
    }
}
@media only screen and (max-width:744px) {
    .about-in-part-1{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media only screen and (max-width:539px) {
    .about-in-part-1-lable-blog-2-lable-1{
        font-size: 2rem;
    }
    .about-in-part-1-lable-blog-2-lable-2{
        font-size: 0.9rem;
    }
    .about-in-part-1-lable-blog-1-lable-1 h2{
        font-size: 1rem;
    }
}
@media only screen and (max-width:427px) {
    .about-in-part-1-lable-blog-1{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .about-in-part-1-lable-blog-1-lable-1 h2{
        font-size: 0.9rem;
    }
    .about-in-part-1-lable-blog-2-lable-1{
        font-size: 1.7rem;
    }
}
.about-in-part-2{
    width: 100%;
    height: fit-content;
    padding-top: 8rem;
    background-color: #fff;
    display: flex;
    padding-left: 5rem;
    padding-right: 5rem;
    overflow: hidden;
}
.about-in-part-2-lable{
    width: 50%;
    padding-top: 2rem;
}
.about-in-part-2-lable-1{
    width: fit-content;
    font-size: 2.5rem;
    font-family: Cardo,sans-serif;
    font-weight: 600;
    color: #1B3764;
    margin-bottom: 2rem;
    position: relative;
}
.about-in-part-2-lable-1::before{
    content: "";
    width: 25%;
    height: 3px;
    background-color: #387975;
    position: absolute;
    bottom: -1rem;
}
.about-in-part-2-lable-2{
    width: 650px;
    font-size: 1.2rem;
    color: #969aa0;
    line-height: 2rem;
    margin-bottom: 2rem;
}
.about-in-part-2-img{
    width: 50%;
}
.about-in-part-2-img img{
    width: 100%;
}
.about-in-part-2-blog-s{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 3rem;
    gap: 2rem;
}
.about-in-part-2-blog-1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.about-in-part-2-blog-1-num{
    padding: 18px  20px;
    background-color:#387975;
    font-size: 30px;
    color: #fff;
    font-family: Cardo,sans-serif;
    font-weight: 700;
}
.about-in-part-2-blog-1-lable-1{
    font-size: 1.7rem;
    font-weight: 700;
    font-family: Cardo,sans-serif;
    margin-bottom: 0.5rem;
    color: #1B3764;
}
.about-in-part-2-blog-1-lable-1:last-child{
    font-size: 1rem;
    font-weight: 600;
    font-family: "Poppins";
    color: #969aa0;
}
.lable-in{
    gap: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 1rem;
}
.tech-block-bottom-img-in{
    bottom: 3rem !important;
}
@media only screen and (max-width:1294px) {
    .about-in-part-2{
        flex-direction: column;
        gap: 3rem;
    }
    .about-in-part-2-blog-s{
        width: 70%;
        display: flex;
        justify-content: start;
        align-items: start;
    }
    .about-in-part-2-blog-1{
        width: 100%;
    }
    .about-in-part-2-img{
        width: 100%;
    }
    .about-in-part-2-img img{
        width: 100%;
    }
    .about-in-part-2-lable{
        width: 100%;
    }
    .about-in-part-2-lable-2{
        width: 100%;
    }
    .tech-block-bottom-img-in{
        bottom: 12rem !important;
    }
}
@media only screen and (max-width:917px) {
    .about-in-part-2-blog-s{
        width: 100%;
    }
    .kurs-sarlavha{
        font-size: 3rem;
    }
    .kurs-matn{
        font-size: 1rem;
    }
}
@media only screen and (max-width:820px) {
    .tech-block-bottom-img-in{
        bottom: 8rem !important;
    }
}
@media only screen and (max-width:680px) {
    .about-in-part-2{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .kurs-sarlavha{
        font-size: 2rem;
    }
    .wrapper-sarlavha{
        margin-top: 0;
    }
    .kurs-matn{
        font-size: 0.7rem;
    }
}
@media only screen and (max-width:546px) {
    .about-in-part-2-blog-s{
        padding-left: 0;
        padding-right: 0;
    }
    .kurs-sarlavha{
        font-size: 2rem;
    }
    .wrapper-sarlavha{
        margin-top: 0;
    }
    .kurs-matn{
        font-size: 0.5rem;
    }
    .about-in1{
        padding-top: 1rem;
    }
    .about-in-part-1{
        gap: 2rem;
    }
}
@media only screen and (max-width:507px) {
    .about-in-part-2{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .about-in-part-2-lable-2{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .about-in-part-2-blog-1-lable-1{
        font-size: 1.2rem;
    }  
    .about-in-part-2-blog-1-lable-1:last-child{
        font-size:0.7rem;
    }  
}
.trust-part-3{
    display: none;
}
.trust-part-4{
    display: none;
}
.active{
    color: #fff;
}
.trust-part-3{
    display: flex;
}
@media only screen and (max-width: 500px) {
    .futer {
        padding-top: 5rem;
    }
}
@media only screen and (max-width:420px) {
    .futer-block-2-lable-1{
        font-size: 13px;
    }
}
