.banner {
    position: relative;
    margin-bottom: 20px;
}

.banner img {
    width: 100%;
    height: 100vh;
}


.banner-text-box-out {
    width: 590px;
    height: 100%;
    position: absolute;
    top: 35%;
    left: 15%;
}

.banner-text-out {
    position: sticky;
    top: 35%;
    width: 590px;
    color: #FFFFFF;
}

.banner-text-box-in {
    width: 590px;
    height: 100%;
    position: absolute;
    top: 35%;
    left: 15%;
    z-index: -1;
}

.banner-text-in {
    position: sticky;
    top: 35%;
    width: 590px;
    color: #000000;
}

.banner-text-out > p:nth-of-type(1), .banner-text-in > p:nth-of-type(1) {
    font-size: 90px;
    letter-spacing: 0;
    font-weight: 700;
}

.banner-text-out > p:nth-of-type(2), .banner-text-in > p:nth-of-type(2) {
    font-size: 50px;
    letter-spacing: 0;
}

.banner-text-out > p:nth-of-type(3), .banner-text-in > p:nth-of-type(3) {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 40px;
}


.banner-text-stop {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 1400px;
    height: 600px;
    margin: 0 auto;
    background-color: #FFFFFF;
    z-index: -10;
}

.banner-text-stop > div {
    width: 306px;
    height: 306px;
    background: #FFFFFF;
    box-shadow: 0px 0px 110px 0px rgba(174, 174, 174, 0.38);
    border-radius: 44.7px;
    text-align: center;
    line-height: 306px;
    color: #CB3826;
    font-size: 70px;
    font-weight: 700;
}

.scroll-grow {
    width: 100%;
    text-align: center;
}

.scroll-grow img {
    width: 1400px;
    height: 900px;
}
.project-page-parent{
    background-color: #F8FAF8;
}
.project-page {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 15px;
    display: flex;
    flex-direction: column;
}
.project-page>p{
    line-height: 38px !important;
    font-size: 20px !important;
}
.project-page>p:nth-of-type(1){
   line-height: normal !important;
}

.project-page img {
    max-width: 100% !important; 
    height: auto !important;
    margin: 20px auto;
    object-fit: contain;
}

@media (max-width: 768px) {

    .project-page {
        width: 100%;
        padding: 40px 12px;
    }
    .project-page img {
        width: 24%;
        padding: 0 3px;
        /* padding-bottom: 20px; */
    }
}

.details-jump {
    padding: 0 13.6%;
    padding-bottom: 50px;
    font-size: 16px;
    color: #333333;
    background-color: #F8FAF8;
}

.details-jump > p:nth-of-type(1) {
    padding: 20px 0;
}

.details-jump > p:nth-of-type(2) {
    padding-bottom: 20px;
}

.details-jump a:hover {
    color: #7CBC26;
    font-weight: 600;
}

.details-jump span {
    padding-right: 30px;
}

@media (max-width: 768px) {
    .details-jump > p:nth-of-type(2) {
        padding-bottom: 30px;
    }
}

.head-container > section {
    overflow: hidden;
    position: relative;
    margin-bottom: 130px;
    z-index: 1;
}

.head-container > section > img {
    width: 100%;
    /* height: 100vh; */
}

.head-container > div:nth-of-type(1) {
    float: left;
    margin-left: 13.6%;
}

.head-img {
    width: 306px;
    height: 306px;
    display: flex;
    box-shadow: 0px 0px 110px 0px rgba(174, 174, 174, 0.38);
    border-radius: 44.7px;
    float: right;
    margin-right: 13.6%;
    margin-bottom: 145px;
}

.head-box {
    /* width: 590px; */
    width: 900px;
    position: sticky;
    bottom: 35%;
    margin-top: -15px;
}

.head-box div:nth-of-type(1) {
    font-size: 90px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 700;
}

.head-box div:nth-of-type(2) {
    font-size: 50px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 10px;
}

.head-box div:nth-of-type(3) {
    margin-top: 33px;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    line-height: 40px;
    font-weight: 400;
}

.head-box-aux {
    /* width: 590px; */
    width: 900px;
    position: absolute;
    top: 100%;
    left: 13.6%;
}

.head-box-aux h1:nth-of-type(1) {
    font-size: 90px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 700;
}

.head-box-aux h2:nth-of-type(1) {
    font-size: 50px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 10px;
}

.head-box-aux div:nth-of-type(1) {
    margin-top: 33px;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: justify;
    line-height: 40px;
    font-weight: 400;
}

.other-marketing {
    padding: 90px 13.6% 0px;
    background-color: #F8FAF8;
    clear: both;
    position: relative;
}

.other-marketing > img {
    width: 100%;
    border-radius: 20px;
}

.other-marketing-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 794px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.other-marketing-box img {
    width: 100%;
}
@media(max-width:1300px){
    .head-box-aux {
        left: 6.6%;
    }
    .head-img {
        margin-right: 6.6%;
    }
    .head-container > div:nth-of-type(1) {
        margin-left: 6.6%;
    }
}
@media(max-width:1100px){
    .head-box-aux {
        width: 610px;
        left: 6.6%;
    }
    .head-img {
        width: 200px;
        height: 200px;
        margin-right: 6.6%;
    }
    .head-container > div:nth-of-type(1) {
        margin-left: 6.6%;
    }

    .head-box-aux h1:nth-of-type(1) {
        font-size: 60px;
    }

    .head-box-aux h2:nth-of-type(1) {
        font-size: 30px;
    }

    .head-box-aux div:nth-of-type(1) {
        font-size: 22px;
    }

    .head-box div:nth-of-type(1) {
        font-size: 60px;
    }

    .head-box div:nth-of-type(2) {
        font-size: 30px;
    }

    .head-box div:nth-of-type(3) {
        font-size: 22px;
    }
    
      .head-box {
        width: 610px;
        bottom: 50%;
    }
   /*.head-box {
        top:100px !important;
    } */
}
@media (max-width: 960px) {
    .head-box-aux {
        /* width: 400px; */
    }
    .head-box {
        /* width: 400px; */
        bottom: 53%;
    }
    .head-box-aux div:nth-of-type(1){
        margin-top: 20px;
    }
    .head-box div:nth-of-type(1) {
        font-size: 50px;
    }

    .head-box div:nth-of-type(2) {
        font-size:25px;
    }

    .head-box div:nth-of-type(3) {
        font-size: 18px;
        line-height: 30px;
    }
    .head-box-aux h1:nth-of-type(1) {
        font-size: 50px;
    }

    .head-box-aux h2:nth-of-type(1) {
        font-size: 25px;
    }

    .head-box-aux div:nth-of-type(1) {
        font-size: 18px;
        line-height: 30px;
    }
}
@media (max-width: 768px) {

    .head-box {
        display: none;
    }
    .head-img{
        display: none;
    }
    .head-box div:nth-of-type(1) {
        font-size: 30px;
    }

    .head-box div:nth-of-type(2) {
        font-size:22px;
    }
    .head-box-aux h1:nth-of-type(1) {
        font-size: 30px;
    }

    .head-box-aux h2:nth-of-type(1) {
        font-size: 22px;
    }
    .head-container > section {
        margin-bottom: 0px;
    }
    .head-box-aux div:nth-of-type(1){
        display: none;
    }
    .head-box-aux{
        top:72px !important;
    }

    .other-marketing{
        padding-top: 30px !important;
        padding-left: 8%;
        padding-right: 8%;

        /* margin-top: 30px; */
    }
    .other-marketing-box {
        width: 80%;
        top: 55%;
        left: 50%;
    }
    .other-marketing-box>div{
text-align: center;
    }

    .other-marketing-box img:nth-of-type(2) {
        width: 100px;
    }

    .other-marketing-box img:nth-of-type(1) {
        width: 50%;
    }

    .head-container > div:nth-of-type(2) {
        margin: 0 auto;
        float: none;
    }

    .other-marketing + div {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
        font-size: 20px !important;
    }
}

.getquoteq {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}