@media only screen and (min-width: 425px) {
    .founder-img{
        height: 550px;
    }

}

@media only screen and (min-width: 568px) {

    .main-logo{
        width: 150px;
    }

    .arrow-down{
        width: 60px;
    }

    .founder{
        font-size: 70px;
    }

    .founder-name{
        font-size: 24px;
    }

}

@media only screen and (min-width: 768px) {
    .sized-box{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-title{
        font-size: 46px;
    }

    .main-banner{
        height: 500px;
    }

    .main-overlay{
        padding: 100px 35px 35px 35px;
        margin: 50px;
    }

    .lg-font{
        font-size: 72px;
    }

    .md-font{
        font-size: 24px;
    }

    .footer-logo{
        margin: unset;
        margin-bottom: 15px;
    }

    .social{
        justify-content: start;
    }

    .join-us{
        font-size: 40px;
    }

    .explore{
        padding-top: 25px;
    }

    /*.parallelogram{*/
    /*    width: 180px;*/
    /*}*/

    .about-panel,.about-panel-reverse{
        padding: 60px 15px 15px 15px;
        margin-top: 0;
    }

    .about-panel h2,.about-panel-reverse h2{
        font-size: 72px;
        line-height: 1;
        margin-bottom: 0;
    }

    .red-line{
        transform: rotate(-45deg);
        margin: 50px 0;
    }

    .service-title{
        height: 50px;
    }

    .service-wrapper p{
        height: 220px;
    }

    .about-img-holder{
        position: relative;
        width: 100%;
        min-height: 350px;
        overflow: hidden;
    }

    .about-img-holder-2{
        position: relative;
        width: 100%;
        min-height: 250px;
        overflow: hidden;
        margin-top: -10px;
    }

    .about-img-1{
        align-self: center;
        width: 250px;
        height: 200px;
        background-position: center right 30%;
        z-index: 10;
    }

    .about-img-2{
        align-self: start;
        width: 350px;
        height: 225px;
        margin-top: -10px;
        margin-left: -10px;
        z-index: 9;
    }

    .about-img-3{
        align-self: end;
        width: 300px;
        height: 150px;
        margin-left: -50px;
        margin-bottom: 10px;
    }

    .about-img-4{
        align-self: end;
        width: 300px;
        height: 180px;
        z-index: 10;
    }

    .about-img-5{
        align-self: center;
        width: 250px;
        height: 150px;
        z-index: 9;
        margin-top: 10px;
    }

    .shape{
        width: 200px;
        height: 200px;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(-50%,-50%);
        border-right:  1px dashed var(--color-red);
        border-bottom:  1px dashed var(--color-red);
    }

    .shape-2{
        width: 200px;
        height: 200px;
        position: absolute;
        left: 0;
        top: 0;
        transform: translate(25%,-50%);
        border-left:  1px dashed var(--color-red);
        border-bottom:  1px dashed var(--color-red);
    }

    .operation-hour{
        text-align: left;
    }

    .border-left-main{
        border-left: 1px solid var(--color-red);
        padding-left: 35px;
        margin-left: 15px;
    }

    .career-offgrid{
        margin-top: 150px;
    }

    .career-img.last{
        margin-top: -150px;
    }


    .circle-wrapper{
        width: 200px;
        height: 200px;
    }

    .arrow-down{
        width: 80px;
    }

    .founder-wrapper{
        height: 200px;
    }

    .founder-content{
        margin-top: -50px;
    }

    .founder{
        font-size: 90px;
    }

    .founder-name{
        width: 80%;
        border-bottom: 1px dashed var(--color-red);
    }

    .founder-img{
        height: 300px;
    }

    .founder-img img{
        height: 100%;
    }

    .team-name{
        font-size: 18px;
    }

    .team-img{
        width: 115%;
        margin-left: -5%;
    }

    .dash-line{
        width: 150px;
        margin-left: auto;
        margin-right: 0;
    }

    .wording{
        padding-left: 35px;
        font-size: 26px;
    }
}

@media only screen and (min-width: 992px) {
    .main-banner{
        height: 650px;
    }

    .lg-font{
        font-size: 90px;
    }

    .main-overlay{
        margin: 65px;
    }

    html,body{
        font-size: 16px;
    }

    .border-left-main{
        margin-left: 35px;
    }

    .career-content h2{
        font-size: 24px;
    }

    .circle-wrapper{
        width: 250px;
        height: 250px;
    }

    .founder{
        font-size: 120px;
    }

    .founder-wrapper{
        height: 250px;
    }

    .founder-content{
        margin-top: -50px;
    }

    .founder-img{
        height: 350px;
    }

    .team-name{
        font-size: 18px;
    }

    .team-img{
        width: 112%;
        margin-left: -5%;
    }

    .wording{
        font-size: 32px;
    }

    .dash-line{
        width: 180px;
    }

    .about-img-holder{
        margin-top: -15px;
        min-height: 400px;
    }

    .about-img-holder-2{
        margin-top: -25px;
        min-height: 300px;
    }

    .about-img-1{
        width: 300px;
        height: 250px;
    }

    .about-img-2{
        width: 400px;
        height: 275px;
    }

    .about-img-3{
        width: 350px;
        height: 200px;

    }

    .about-img-4{
        width: 350px;
        height: 230px;
    }

    .about-img-5{
        width: 300px;
        height: 200px;
    }

    .shape{
        width: 250px;
        height: 250px;
    }

    .shape-2{
        width: 250px;
        height: 250px;
    }

    .service-wrapper{
        display: block;
        flex-direction: unset;
    }
}

@media only screen and (min-width: 1024px) {

    .menu-item{
        display: block;
    }

    .mobile-menu-item{
        display: none;
    }

    .border-left-main{
        margin-left: 50px;
    }

    .service-holder{
        position: relative;
        padding: 50px 15px;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }

    .service{
        width: 50%;
        align-self: center;
        margin-left: -2%;
        z-index: 10;
    }

    .service .service-line{
        margin-left: -0.5%;
    }

    .service-list{
        width: 50%;
    }

    .service-list ol{
        width: 90%;
    }

    .about-panel,.about-panel-reverse{
        padding: 80px 15px 15px 15px;
    }

    .about-panel h2,.about-panel-reverse h2{
        font-size: 80px;
    }

    .about-img-holder,.about-img-holder-2{
        margin-top: 0;
    }

}

@media only screen and (min-width: 1200px) {

    .section-title{
        font-size: 52px;
    }

    .main-logo{
        width: 180px;
    }

    .main-banner{
        height: 750px;
    }

    .main-overlay{
        padding: 120px 35px 35px 35px;
    }

    .lg-font{
        font-size: 120px;
    }

    .md-font{
        font-size: 30px;
    }

    .join-us{
        font-size: 48px;
        letter-spacing: 0.20em;
    }

    .explore{
        padding-top: 35px;
    }

    footer p{
        width: 70%;
    }

    .contact-info{
        padding: 50px;
    }

    .border-left-main{
        margin-left: 70px;
    }

    .service{
        width: 55%;
    }

    .service-list{
        width: 40%;
    }

    .circle-wrapper{
        width: 300px;
        height: 300px;
    }

    .circle-no{
        font-size: 150px;
    }

    .founder-wrapper{
        background: linear-gradient(to right,
        var(--color-white) 0%,
        var(--color-white) 30%,
        var(--color-grey) 30%,
        var(--color-grey) 100%);
    }

    .founder{
        font-size: 140px;
    }

    .founder-name{
        font-size: 30px;
    }

    .founder-wrapper{
        height: 300px;
    }

    .founder-content{
        margin-top: -70px;
    }

    .founder-img{
        height: 400px;
    }

    .wording{
        font-size: 40px;
        padding-left: 50px;
    }

    .about-img-holder{
        min-height: 450px;
    }

    .about-img-holder-2{
        min-height: 350px;
    }

    .about-img-1{
        width: 350px;
        height: 300px;
    }

    .about-img-2{
        width: 450px;
        height: 325px;
    }

    .about-img-3{
        width: 400px;
        height: 250px;

    }

    .about-img-4{
        width: 400px;
        height: 280px;
    }

    .about-img-5{
        width: 350px;
        height: 250px;
    }

    .shape,.shape-2{
        width: 300px;
        height: 300px;
    }

    .about-panel,.about-panel-reverse{
        width: 80%;
    }


}

@media only screen and (min-width: 1400px) {
    .main-banner{
        height: 800px;
    }

    .career-content h2{
        font-size: 30px;
    }

    .service{
        width: 55%;
    }

    .service-list{
        width: 35%;
    }

    .custom-form{
        width: 80%;
        margin: 0 auto;
    }

    .founder-wrapper{
        height: 350px;
    }

    .founder-content{
        margin-top: -100px;
    }

    .founder-img{
        height: 500px;
    }

    .sized-box{
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .wording{
        font-size: 46px;
        padding-left: 70px;
    }

    .dash-line{
        width: 210px;
    }

    .about-img-holder{
        min-height: 500px;
    }

    .about-img-holder-2{
        min-height: 400px;
    }

    .about-img-1{
        width: 400px;
        height: 350px;
    }

    .about-img-2{
        width: 475px;
        height: 325px;
    }

    .about-img-3{
        width: 450px;
        height: 300px;

    }

    .about-img-4{
        width: 450px;
        height: 330px;
    }

    .about-img-5{
        width: 400px;
        height: 300px;
    }

    .shape,.shape-2{
        width: 400px;
        height: 300px;
    }

    .about-panel,.about-panel-reverse{
        width: 70%;
    }

    .about-panel,.about-panel-reverse{
        padding: 100px 15px 15px 15px;
    }

}

@media only screen and (min-width: 1600px) {
    .menu-item{
        font-size: 18px;
        padding: 0 20px;
    }

    .service{
        width: 60%;
    }

    .service-list{
        width: 30%;
    }

    .founder{
        letter-spacing: 0.25em;
    }

    .wording{
        font-size: 50px;
    }

}
