@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
.header{
    position: fixed;
    backdrop-filter: blur(4px);
    width: 100%;
    height: 50px;
    display: flex;
    background: rgba(255, 255, 255, 0.103);
}
.nav{
    width: 70%;
    display: flex;
    margin:15px auto;
    align-items: center;
    justify-content: space-between;
}
.nav ul{
    display: flex;
    list-style: none;
    gap: 50px;
    
}
.nav a{
    font-family: 'inter';
    font-style: normal;
    font-size: 10px;
    padding: 18.5px 0;
    line-height: 18px;
    text-decoration: none;
    text-transform: lowercase !important;
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.menu-btn{
    display: none;
}
.logo a{
    text-transform: uppercase !important;
}
.circle{
    height: 42rem;
    width: 42rem;
    left: calc(50% - 679px/2 - 601.5px);
    top: -324px;
    z-index: -1;
    border-radius: 100%;
    position: absolute;
    background: rgba(142, 173, 213, 0.867);
    filter: blur(306px);
}
.container{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info{
    margin-top: 50px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about{
    padding-top: 20px;
    font-family: 'Inter';
    font-weight: 700;
    width:450px;
    height: 400px;
    font-size: 1.5rem;
}
.about p{
    font-weight: 100;
    font-size: 1.1rem;
}
.button{
    margin-top: 25px;
    width: 167px;
    height: 48px;
    background: #8EADD5;
    border-radius: 10px;
    text-align: center;
    padding-top: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.button a{
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    
}
.img-con{
    width:400px;
    height: 400px;
}
.img-con img{
    width: 100%;
    height: 100%;
}
.partners-con{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 160px;
}
.partners-panel{
    display: flex;
    justify-content:space-around;
    align-items: center;
    width: 70%;
    background: #F6F6F6;
    padding: 10px;
    border-radius: 10px;
}
.partners-con p{
    color: #667085;
    font-family: 'Inter';
    font-size: 0.8rem;
}
.about-con{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
    justify-content: space-between;
    align-items: center;
}
.about-info{
    margin-top: 100px;
    width: 70%;
    align-items: center;
    display: flex;
    justify-content: space-between;

}
.about-text{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 1.5rem;
    width: 392px;
    padding: 10px;
    border-radius: 10px;
}
.about-text p{
    
    font-weight: 100;
    font-size: 1.1rem;
}
.about-info2{
    margin-bottom: 100px;
    width: 70%;
    align-items: center;
    display: flex;
    justify-content: space-between;

}
.cir-con{
    width: 100%;
    height: 10px;
    display: flex;
    justify-content: right;
    align-items: center;
    
}
.circle1{
    width: 250px;
    height: 450px;
    background: rgba(142, 173, 213, 0.867);
    z-index: -1;
    filter: blur(306px);
    border-radius: 550px 0 0 550px !important;
}
.testimonials{
    width:100%;
    font-family: 'Inter';
    padding: 50px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-evenly;
    align-items: center;
}
.testimonials h1{
    max-width: 300px;
}
.test-users{
    width: 70%;
    gap: 10px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}
.user{
    width: 15rem;
    height: 17rem;
    background-color: #dedcdb96;
    border-radius: 10px;
    font-family: 'Inter';
}
.para{
    font-size: 0.8rem;
    font-weight: 300;
    color: #667085;
}
.contact-con{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-info{
    margin: 50px 0;
    border-radius: 10px;
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    background-color: #F6F6F6;
    margin-top: 100px;
    gap: 100px;
    padding: 60px 0 100px 0;
    font-family: 'Inter';
    
}
.footer ul{
    list-style: none;
    line-height: 30px;
    text-align: center;
}
.footer ul a{
    text-decoration: none;
    color: #000000;
}
@media screen and (max-width:944px){
    .about{
        padding-top: 50px;
        font-size: 1.2rem;
    }
    
}
@media screen and  (min-height:897px){
    .container{
        height: 60vh;
    }
 
}
@media screen and (max-height:501px) {
    .container{
        height: 450px;
    }
    .info{
        height: 350px;
    }
    .info .about, .img-con{
        height: 350px;
    }
}
@media screen and (max-width:860px){
    .menu-btn{
        
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 30px;
    }
    .ul{
        top: 50px;
        border-radius: 5px 10px;
        width: 70%;
        text-align: center;
        position: fixed;
        background-color: rgba(255, 255, 255, 0.835);
        backdrop-filter: blur(50px);
        transform: translateY(-50rem);
        flex-direction: column;
        z-index: 2;
        transition: transform .5s;
    }
    .menu{
        transform: translateY(0);
    }
    .menu-btn__burger{
        width: 35px;
        height: 4px;
        background:#000;
        transition: 0.5s;
    }
    .menu-btn__burger::before{
        content: ' ';
        width: 35px;
        height: 4px;
        background:#000;
        transform: translateY(-8px);
        position: absolute;
        border-radius: 5px;
        transition: 0.8s;
    }
    .menu-btn__burger::after{
        content: ' ';
        width: 35px;
        height: 4px;
        background:#000;
        transform: translateY(8px);
        position: absolute;
        border-radius: 5px;
    }
    .menu-btn.open .menu-btn__burger::before{
        transform: rotate(45deg);
    }
    .menu-btn.open .menu-btn__burger::after{
        transform: rotate(-45deg);
        
    }
    .menu-btn.open .menu-btn__burger{
        transition: 0.5s;
        transform: rotate(90deg);
        background: transparent;
    }
    .partner img{
        width: 90px;
    }
}
@media screen and (max-width:754px) {
    .about h1{
        font-size: 1.9rem;
    }
    .about p{
        font-size: 1rem;
        margin-bottom: 10px;
    }
    h2{
        font-size: 1.5rem;
    }
    .about-text p{
        font-size: 1rem;
    }
    
}
@media screen and (max-width:597px) {
    h1{
        font-size: 1.5rem;
    }
    .about p{
        font-size: 0.9rem;
    }
    h2{
        font-size: 1.5rem;
    }
    .about-text p{
        font-size: 1rem;
    }
    .about-info .about-text img{
        transform: rotate(-90deg);
    }
    .about-info2 .about-text img{
        transform: rotate(90deg);
    }
    .container{
        height: 100vh;
    }
    .info{
        height: 80vh;
        flex-direction: column;
        justify-content: center;
    }
    .button{
        width: 100px;
        height: 28px;
        padding: 0;
        margin-top: 10px;
        border-radius: 5px;
    }
    .button a{
        font-size: 0.7rem;
    }
    .info .about{

        justify-content: center;
        padding-top: 0;
        text-align: center;
        height: 250PX;
        width: 100%;
    }
    .info .about .button{
        margin:auto;
    }
    .img-con{
        height: 50%;
        width: 100%;
    }
    .img-con img{
        width: 100%;
        height: 100%;
    }
    .partner {
        width: 150px;
    }
    .partner img{
        width: 100%;
    }
    .partners-panel{
        justify-content:space-evenly;
        gap: 20px;
    }
    
    .about-info, .about-info2{
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 70%;
        
    }
    .about-text{
        width: 100%;
    }
    .contact-info .img-con,.contact-info .img-con img{
        display: none;
    }
    .contact-info .about{
        height: 300px;
    }
    
    
}
@media screen and (max-width:374px) {
    .about h1{
        font-size: 1.3rem;
    }
    .about p{
        font-size: 0.8rem;
    }
    h2{
        font-size: 1.5rem;
    }
    .about-text p{
        font-size: 1rem;
    }
    
}






















