h1,h2{
    font-weight: bold !important;
}
.section-1{
    padding: 166px 20px 150px 260px; 
}
.section-2{
    padding: 70px 260px 150px 260px; 
}
.section-3{
    padding: 70px 260px 150px 50px; 
}
.section-4{
    padding: 300px 50px 250px 100px; 
}
.section-1 *{
    flex: 1;
}
.brand-text{
    font-size: 48px !important;
    font-weight: bold;
}
.img-with-rect{
    position: relative;
    transform: scale(1.5);
    left: 80px;
    min-width: 400px;
}
.img-with-rect *{
    top: 0;
    max-width: 100%;
    position: absolute;
    display: block;
}
.img-with-rect *:last-child{
    z-index: -1;
}
.section-4 .img-with-rect embed:first-child{
    top: 90px !important;
    left: -20px !important;
}
.brand-desc{
    font-size: 22px !important;
    font-family: "Helvetica Neue", serif;
    padding: 20px 0;
    padding-bottom: 48px;
    width: 85%;
    line-height: 34px;
}

.features{
    margin-top: 51px;
}
.text-center{
    text-align: center;
}
.feature{
    width: 30%;
    box-shadow: 0 2px 0 rgb(0,196,187);
    border-radius: 0 0 25px 25px;
    padding: 0 0px;
    padding-bottom: 50px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}
/* Control radius except center as theyre different */
.features > .feature:first-child, 
.features > .feature:last-child,
.features > .feature:first-child .half-shadow,
.features > .feature:last-child .half-shadow{
    /* border-radius: 0 0 25px 0px; */
}
.half-shadow{
    width: 100%;
    height: 50%;
    position: absolute;
    top: 50%;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border-radius: 0 0 25px 25px;
}
.half-shadow::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 80px;
	background: white;
	top: -35px;
}
.benefit p{
    font-family: "Helvetica Neue";
}
.service-content h3{
    margin-bottom: 36px;
    font-weight: bold;
}
.bidirectional-line{
    font-size: 25px !important;
    color:  #F8AC59;
}
.bidirectional-line::before, .bidirectional-line::after{
    content: '';
    display: block;
    position: relative;
    width: 60px;
    height: 2px;
    background: #F8AC59;
}
.bidirectional-line::before {
    top: 15px;
    left: calc(50% - 215px);
}
.bidirectional-line::after {
    top: -15px;
    left: calc(50% + 155px);
}
.started-text{
    font-size: 40px !important;
    font-weight: bold !important;
}

.title-feature{
    font-size: 29px !important;
    height: 100px;
    margin: 0;
    display: block;
    font-weight: bold;
    margin-bottom: 93px;
    margin-top: 79px;
}
.image-feature{
    height: 220px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    object-fit: cover;
}
.reverse{
    flex-direction: row-reverse;
}
.text-feature{
    margin: 0;
    font-size: 18px !important;
}

.section-3 *, .section-4 *{
    flex: 1;
}
.benefit{
    margin-left: 200px;
    position: relative;
    left: 100px;
    flex: 2;
}
.benefit p{
    font-size: 20px !important;
}
.section-4 > .benefit{
    left: 0;
    margin-left: 0;
    max-width: 50%;
    top: 160px;
}
.section-4 .img-with-rect{
    transform: scale(0.8);
}
.section-4 .img-with-rect img:first-child{
    top: 50px;
}

.section-3 .started-text, .section-4 .started-text{
    margin-bottom: 44px;
}
.section-3 .benefit{
    margin-top: 125px;
}
.section-5{
    position: relative;
    padding-top: 350px;
    padding-bottom: 400px;
    margin-top: 150px;
}
.section-5-background{
    position:absolute;
    top: 0vh;
    z-index: -1;
}
.text-regular{
    font-weight: normal;
    font-size: 22px !important;
}
.white{
    color: white !important;
}
.white::before, .white::after{
    color: white !important;
}
.services{
    padding: 100px;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.service{
    background: white;
    padding: 50px 25px;
    margin-top: 50px;
    margin-right: 50px;
    max-width: 692px;
    width: 39.6%;
}
/* center them */
.service:nth-child(odd){
    margin-left: auto;
}
.service:nth-child(even){
    margin-right: auto;
}
.service h3{
    margin-left: 25px;
    font-size: 30px !important;
}

.service li{
    font-size: 18px !important;
}
ul{
    list-style: disc !important;
    padding-left: 42px !important;
}
.section-6{
    padding: 0 239px ;
}
.section-6 > h3{
    font-size: 35px !important;
    color: #F8AC59;
}
.w-50{
    width: 50%;
    margin: 0;
}


.fa-bars{
    cursor: pointer;
    color: #00C4BA;
    font-size: 18px !important;
}



.section-1 > div {
    margin-right: 50px;
}
.button{
    font-weight: bold !important;
    font-size: 20px !important;
}
.services > .service:nth-child(1), .services > .service:nth-child(3){
    border-bottom-right-radius: 20px;
}
.services > .service:nth-child(2){
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    height: 393px;
}
.services > .service:nth-child(4){
    height: 293px;
}
.service{
    border-radius: 20px;
}
.service-content{
    line-height: 28px;
}

footer{
    margin-top:20px;
}
@media (max-width: 768px){

    .w-50{
        width: 101%;
        /* text-align: center; */
        margin-bottom: 25px;
    }
    .section-6 > div{
        flex-direction: column;
        margin-bottom: 71px;
    
    }
    .section-6{
        padding: 0 30px;
        text-align: left;
    }
    .mobile-menu{
        display: flex;
        text-align: center;
        flex-direction: column;
        position: absolute;
        top: 120px;
        left: 0;
        width: 100vw;
        /* because skinning */
        opacity: 0;
    }

    .section-1, .section-2, .section-3, .section-4, .section-5{

        padding: 30px;
        padding-top: 120px;
        flex-direction: column;
    }
    .section-1{
        flex-direction: column-reverse;
        text-align: center;
        padding-top: 41px;
        padding: 24px;
    }
    .section-1 embed{
        max-height: 202px;
    }
    .section-1 div{
        margin-right: auto;
        margin-left: auto;
    }
    .brand-text, .started-text{
        font-size: 28px !important;
        
    }
    .brand-text{
        margin-top: 45px;
    }
    .brand-desc{
        font-size: 17px !important;
        width: 100%;
        line-height: 25px;
    }
    .section-2{
        padding-top: 86px;
    }
    .bidirectional-line{
        font-size: 18px !important;
        font-weight: normal;
    }
    .features{
        flex-direction: column;
    }
    .feature{
        width: 100%;
        margin-top: 50px;
        margin-left: 0;
        margin-right: 0;
    }
    .feature embed{
        position: relative;
        z-index: 1;
    }
    .feature h2{
        position: relative;
        z-index: 2;
    }
    .image-feature{
        height: auto;

    }
    .section-3, .section-4{
        text-align: center;
    }
    .section-3{
        flex-direction: column;
    }
    .section-3 .img-with-rect{
        top: 300px;
    }
    .img-with-rect{
        max-width: 100vw;
        position: relative;
        top: 250px;
        min-width: 400px;
        left: 50px;
        transform: scale(1);
    }
    .section-2 > .started-text {
        margin-top: 16px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .section-2 .title-feature{
        margin-top: 38px;
        margin-bottom: 38px;
        font-size: 27px !important;
    }
    .features > .feature:last-child .title-feature{
        height: 123px;
    }
    .features{
        margin-top: 0;
    }
    .features > .feature:first-child{
        margin-top: 16px;
    }
    .section-3{
        padding-top: 20px;
        padding-left: 17px;
        padding-right: 17px;
        
    }
    .section-3 .started-text{
        letter-spacing: 0;
    }
    .section-3 .benefit p{
        text-align: left;
        font-size: 14px;
        line-height: 24px;
        color: #3E396B;
        letter-spacing: 0;
    }
    .img-with-rect *{
        width: 331px;
        height: 333px;
        
    }
    .img-with-rect{
        left: calc(50% - 165px);
        min-width: unset;
        max-width: unset;
    }
    .section-4 .img-with-rect embed:first-child{
        top: unset !important;
        left: unset !important;
    }
    .benefit{
        margin: 0;
        left: 0;
    }
    .services{
        padding-left: 0;
        padding-right: 0;
    }
    .section-4{
        flex-direction: column-reverse;
        margin-bottom: 600px;
    }
    .section-4 > .benefit{
        max-width: 100%;
        margin-top: 70px;
    }
    .section-4 > .benefit p{
        text-align: left;
        color: #3E396B;
        line-height: 24px;
    }
    .section-4 .img-with-rect{
        transform: scale(1);
        top: 200px;
        left: calc(50% - 161px);
    }
    .section-5{
        padding-top: 96px;
    }
    .section-5 .bidirectional-line{
        margin-bottom: 35px;
    }
    .section-5-background{
        left: 37px;
        transform: scaleX(1.5);
    }
    .section-5 > h1{
        margin-bottom: 11px;
    }
    .section-5 > h3{
        font-size: 14px !important;
        width: 251px;
        margin: 0 auto;
        line-height: 24px;
    }
    .services{
        padding-top: 0;
        flex-direction: column;
    }
    .section-6 > h3{
        font-size: 24px !important; 
    }
    .service img {
        margin: 0 auto;
    }
    .service{
        width: 100%;
        flex-direction: column;
        height: unset !important;
        margin-top: 34px !important;
        padding-bottom: 25px !important;
        padding-top: 25px !important;
    }
    ul{
        padding-left: 25px !important;
    }
    .service h3{
        margin-top: 21px !important;
        font-size: 15px !important;
        letter-spacing: 0;
        text-align: center; 
    }
    .service li{
        font-size: 14px !important;
        margin-top: 13px;
        line-height: 15px;
    }
    .service-content h3{
        margin-bottom: 0;
    }
    .section-6{
        padding: 0 30px;
        text-align: left;
    }
    .button{
        align-self: flex-start !important;
        font-weight: bold !important;
        font-size: 17px !important;
    }
    .section-6 .button{
       font-size: 18px !important; 
    }  
    header{
        justify-content: flex-start;
    }

    .bidirectional-line::before {
        top: 11px;
        left: calc(50% - 170px);
    }
    .bidirectional-line::after {
        top: -11px;
        left: calc(50% + 111px);
    }
}
@media (max-width: 1367px){
    .section-4{
        padding-top: 168px !important; 
    }
    .section-3 .benefit{
        margin-top: 38px;
    }
    .img-with-rect{
        min-width: 400px;
    }
}
@media(max-width: 1700px){
    .section-4{
        padding-top: 170px;
    }
}
@media (min-width: 1368px){
    .img-with-rect{
        min-width: 463px;
    }
}

@media(max-width: 374px){
    .img-with-rect{
        left: calc(50% - 140px);
    }
    .img-with-rect *{
        width: 275px;
        height: 323px;
        top: 70px;
        left: 5px;
    }
    .section-4 .img-with-rect {
        transform: scale(1);
        top: 100px;
        left: calc(50% - 138px);
    }
    .section-4 .img-with-rect embed:first-child{
        top: 36px !important;
    }
}
