@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Raleway:wght@300;400,500,600&display=swap');

.aboutUs-main{
    padding: 0px 60px 330px 60px;
    /* background: linear-gradient(to bottom, #FFFFFF 0%, #F0F5F0 140%); */
    background-color: #FAFFFA;
    display: grid;
    gap: 50px;
    justify-content: unset;
}
.navbar-brand1{
    width: 257px;
    height: 56px;
}
.elipse-div5{
    position: absolute;
    top: -101px;
    left: 0px;
}
.elipse-img3{
    max-width: 480px;
    width: 100%;
}

.about-content{
    padding: 45px 170px;
}
.about-logo{
    display: flex;
    padding-left: 100px;
}
.about-head{
    font-family: Helvetica;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}
.about-para{
    font-family: Helvetica;
    font-size: 17px;
    font-weight: 300;
    line-height: 21px;
     width: 938px;
}
/* ???????? */
.nav-link{
    font-size: 16px;
    color: black !important;
    font-family: Helvetica;
    font-weight: 300;
}

.navbar {
    display: flex;
    justify-content: space-between !important;
    padding: 2.5rem 6rem !important;
    margin-bottom: 0px !important; 
}
.navbar-nav{
    gap: 25px;
}
.nav-arr-main{
    display: flex;
}
.navbar-brand1{
    width: 257px;
    height: 56px;
}
.navbar-collapse{
    justify-content: end;
    display: flex;
}
@media (max-width: 576px) {
    .aboutUs-main {
        padding: 10px 10px 200px 10px;
        display: grid;
        gap: 40px;
        background-repeat: no-repeat;
        background-position: 67% -65%;
        justify-content: unset;
        background-image: none;
    }
    .elipse-div5{
        display: none;
    }
    .about-logo{
        display: flex;
        padding-left: 0px;
    }
    .about-content {
        padding: 45px 10px;
    }
    .about-para{
        width: 100%;
        line-height: 30px;
    }
    .about-head {
        font-size: 20px;
    }
    .navbar{
        padding: 10px !important;
        display: flex;
    }
    .navbar-nav{
        gap: 15px;
        text-align: center;
    }
    .navbar-brand1 {
        width: 200px;
        height: 51px;
    }
    .navbar-collapse{
        justify-content: center;
        display: flex;
    }
    .contact-body{
        display: grid;
        gap: 10px;
        padding:20px;
    }
}

@media (max-width: 767px) {
    .aboutUs-main {
        padding: 10px 10px 200px 10px;
        display: grid;
        gap: 40px;
        background-repeat: no-repeat;
        background-position: 67% -65%;
        justify-content: unset;
        background-image: none;
    }
    .elipse-div5{
        display: none;
    }
    .about-logo{
        display: flex;
        padding-left: 0px;
    }
    .about-content {
        padding: 45px 10px;
    }
    .about-para{
        width: 100%;
        line-height: 30px;
    }
    .about-head {
        font-size: 20px;
    }
    .navbar{
        padding: 10px !important;
        display: flex;
    }
    .navbar-nav{
        gap: 15px;
        text-align: center;
    }
    .navbar-brand1 {
        width: 200px;
        height: 51px;
    }
    .navbar-collapse{
        justify-content: center;
        display: flex;
    }
    .contact-body{
        display: grid;
        gap: 10px;
        padding:20px;
    }

}