body {
    border-top: unset;
}

.heroBGImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heroRow {
    height: 90vh; 
    position: relative;
}

.heroBGImage {
    width: 97.7%;
    height: 95%;
    margin: 0 auto;
    position: relative;
}

.heroBGImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 64px;
    border-bottom-right-radius: 64px;
} 
 
.heroText p {
    font-family: 'Open sans', sans-serif, sans-serif;
    color: white;
    text-align: center;
    padding: 0 19%;
    font-size: 1.2em;
}
.heroText h1 {
    font-family: 'Open Sans', sans-serif, sans-serif;
    font-weight: 700;
    text-align: center;
    color: white;
    font-size: 3.1em;
}

.yellowHR {
    width: 55%;
    height: 3px;
    margin: 0 auto;
    background: #ffc629;
    border-radius: 10px;
}



.heroText .aboutUsButton {
    transform: translateY(80%);
}

.heroText {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}


.heroBGImage::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.57);
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
    z-index: 5;
}

.goDown {
    position: absolute;
    top: 79%;
    left: calc(50%);
    width: 35px;
    height: auto;
    transform: translateX(-50%);
    cursor: pointer;
    padding: 3vh;
    box-sizing: content-box;
    z-index: 10;
}

.goDown svg {
    width: 100%;
    height: 100%;
} 


.aboutUsButton svg {
    width: 22px;
    height: 30px;
    margin-left: auto;
}

.aboutUsButton svg * {
    transition: all 0.15s ease-in-out;
}


.aboutUsButton:hover svg * {
    stroke: #ffc629!important;
}

.aboutUsButton:hover a {
    color: #ffc629!important;
} 



.aboutUsButton a {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    transition: all 0.15s ease-in-out;
    text-decoration: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}


.leftAboutUsRow {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 80%;
}

.rightAboutUsRow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 64px;
    display: block;
    object-position: 81% 0%;
}

.rightAboutUsRow {
    width: 25%;
    height: auto;
    border-radius: 64px;
    transform: scale(1.1);
    transform-origin: center;
}

.topText {
    display: flex;
    flex-direction: row;
}

.bottomText {
    display: flex;
    flex-direction: row;
}

.topText>div, .bottomText>div{
    width:50%;
}

.aboutUsRow {
    display: flex;
    border-radius: 64px;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
    width: 80%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 6vh;
    margin-top: 4vh;
    background: white;
    flex-direction: row;
    height: 100%;
    padding: 4% 3%;
}


.textHeader {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 17%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5%;
}

.verticalHR {
    height: 2.6em;
    width: 4px!important;
    border-radius: 10px;
    margin: unset;
}

.textHeader h2 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #0b109f;
    font-size: 1.7em;
    padding-left: 10px;
    line-height: 120%;
}



.aboutUsRow p {
    font-family: 'Open Sans', sans-serif;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 0.95em;
    padding-right: 23%;
}


.aboutUsButton {
    width: fit-content;
    background: #0b109f;
    border-radius: 50px;
    padding: 0.3em 0.6em;
    position: absolute;
    top: 100%;
    left: 100%;
    white-space: nowrap;
    transform: translate(-170%,-100%);
    font-size: 0.9em;
}


@media only screen and (max-width:1600px){


.textHeader h2 {
    font-size: 1.6em;
}


.aboutUsRow p {
    font-size: 0.85em;
}

.rightAboutUsRow {
    width: 29%;
}


.aboutUsRow {
    width: 92%;
}

.aboutUsButton a {
    font-size: 0.9em;
}


    .heroText p {
    padding: 0 7%;
    font-size:1em;
}

.heroText h1 {
    font-size: 2.5em;
    padding: 0 3%;
}


.goDown {
    width: 29px;
}
.heroSwiperPagination {
    width: 32%!important;
}


.yellowHR {
    width: 65%;
}
}


@media only screen and (max-width:1050px){

    .aboutUsRow {
    flex-direction: column;
}


.leftAboutUsRow {
    width: 100%;
}

.rightAboutUsRow {
    width: 100%;
    transform: unset;
    height: 22vh;
    margin-top: 6vh;
}

.rightAboutUsRow img {
    object-position: 0% 11%;
}

}

@media only screen and (max-width:950px){

    .textHeader h2 {
    font-size: 1.6em;
    padding: 0 7%;

}
.textHeader {
    margin-bottom: 0.7em;
}



   .heroText {
    width: 70%;
}
.yellowHR.verticalHR {
    height: 2.8em;
}

}

@media only screen and (max-width:750px){



    .topText, .bottomText {
    flex-direction: column;
}

.topText>div, .bottomText>div {
    width: 100%;
}

.aboutUsRow {
    padding-top: 6vh;
}

.textHeader {
    justify-content: center;
    flex-direction: column-reverse;
    width: fit-content;
    margin: 0 auto;
}

html body .aboutUsRow .yellowHR {
    width: 105%!important;
    height: 3px;
    margin: unset;
    background: #ffc629;
    border-radius: 10px;
}


.aboutUsRow h2 {
    padding-right: unset;
    padding-left: unset;
}

.aboutUsRow p {
    padding-right: unset;
    text-align: center;
    padding: 0 12%;
    margin-bottom: 5vh;
    margin-top: 3vh;
}

.aboutUsButton {
    left: 50%;
    transform: translate(-50%,-100%);
}


}

@media only screen and (max-width:650px){

    .leftAboutUsRow {
    padding-bottom: 6vh;
}

    .textHeader h2 {
    font-size: 1.2em;
}


.textHeader {
    justify-content: center;
}

.brandsRow p {
    padding-bottom: 5vh;
}


.bottomText>div:first-child>p:nth-of-type(1) {
    margin-bottom: unset;
}

.rightAboutUsRow img {
    object-position: 48% 0%;
}

.heroRow {
    height: 94vh;
    position: relative;
}

.heroText h1 {
    font-size: 1.6em;
    padding: 0 1%;
}

.heroText h1 {
    font-size: 1.4em;
    padding: 0 4%;
}

.textHeader h2 {
    font-size: 1.3em;
    padding-bottom: 2px;
}

.heroText p {
    padding: 0 11%;
    font-size: 0.9em;
}

.heroText {
    width: 100%;
}

.goDown {
    top: 76%;
}

.heroBGImage {
    height: 100%;
    width: 100%;
}
}

