* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.section-3,
.section-4,
.section-5,
.section-6 {
    padding-top: 60px !important;
}

.section-2 {
    background: #2d2d2d;
}

.section-2-container {
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.section-2 .section-2-container h5 {
    border-left: 4px solid #fcbf00;
    padding-left: 2%;
}

.section-3 hr {
    position: absolute;
    width: 80px;
    margin: 0px;
    height: 2px;
    background: #f6b60b;
    opacity: 1;
    border: 0px;
}

.section-3-container-left img {
    width: -webkit-fill-available;
}


/* .section-3 h3 span,
.section-4 h3 span,
.section-5 h3 span,
.section-6 h3 span {
    color: #fcbf00
} */



.section-4 {
    background-color: #f0f0f0;
}

.section-4 img {
    width: 25%;
}

/* .section-4-container-one, */
/* .section-4-container-two,
.section-4-container-three {
    display: grid;
    grid-template-columns: 10% 90%;
} */

/* .section-4-container-one img,
.section-4-container-two img,
.section-4-container-three img {
    width: 50%;
} */



.section-5-container {
    display: grid;
    grid-template-columns: 37% 63%;
}


.section-6,
.img_container {
    justify-content: center;
    align-items: center;
    grid-gap: 3%;
}

.section-6 .img_container .img-1,
.section-6 .img_container .img-2,
.section-6 .img_container .img-3 {
    width: 15%;
    position: relative;
}


.section-6 .img_container .img-1 img,
.section-6 .img_container .img-2 img,
.section-6 .img_container .img-3 img {
    width: -webkit-fill-available;
    border: 2px solid #ddd;
}


.section-6 .img_container .img-1 .hidden,
.section-6 .img_container .img-2 .hidden,
.section-6 .img_container .img-3 .hidden {

    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    color: white;
    font-size: x-large;
    visibility: hidden;
}


.section-6 .img_container .img-1 .hidden i,
.section-6 .img_container .img-2 .hidden i,
.section-6 .img_container .img-3 .hidden i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: -webkit-fill-available;
}


.section-6 .img_container .img-1:hover .hidden,
.section-6 .img_container .img-2:hover .hidden,
.section-6 .img_container .img-3:hover .hidden {
    visibility: visible;
}


.section-7 {
    background-color: #fcbf00;
    text-align: -webkit-center;
    color: #fff;
}

.section-7 button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid white;
    padding: 0px;
    font-weight: 600;
    background: #fcbf00;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
}

.section-7 button:after {
    content: " ";
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #3d3d3d;
    position: absolute;
    transition: all 0.4s ease-in-out;
}

.section-7 button:hover::after {
    top: auto;
    bottom: 0;
    height: 100%;
}

.section-7 button span:hover {
    color: #fff;
}

.section-7 button span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 8px 15px;
    color: #fff;
    font-size: medium;
    letter-spacing: 0.1em;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.section-7 button span a {
    text-decoration: none;
    color: #fff;
}




/* ========================
------- Media Queries  ----
=======================-- */



@media (max-width: 1200px) {

    .section-6 .img_container .img-1,
    .section-6 .img_container .img-2,
    .section-6 .img_container .img-3 {
        width: 20%;
    }

    .section-5-container {
        display: grid;
        grid-template-columns: 33% 67%;
    }

    .section-4 img {
        width: 32%;
    }
}

@media (max-width: 991px) {


    .section-3-container-right p,
    .section-5-container .right p,
    .section-4 p,
    .section-4 li {
        font-size: smaller;
    }

    .section-3,
    .section-4,
    .section-5,
    .section-6 {
        padding-top: 50px !important;
    }

    .section-3-container-right h5 {
        font-size: large;
    }

    .section-3-container-left {
        padding-bottom: 30px;
        text-align: center;
    }

    .section-3-container-left img {
        width: auto;
    }



    /* .section-4-container-one,
    .section-4-container-two,
    .section-4-container-three {
        display: grid;
        grid-template-columns: 15% 85%;
    } */
    .section-4 img {
        width: unset;
    }

    .section-5-container {
        display: block;
    }

    .section-6 .img_container .img-1,
    .section-6 .img_container .img-2,
    .section-6 .img_container .img-3 {
        width: 25%;
    }
}


@media (max-width: 768px) {
    .section-3-container-left {
        height: 40vh;
    }

    .section-3-container-left img {
        /* width: -webkit-fill-available; */
        height: -webkit-fill-available;
    }

    /* .section-4-container-one img,
    .section-4-container-two img,
    .section-4-container-three img {
        width: 72%;
    } */

    .section-3,
    .section-4,
    .section-5,
    .section-6 {
        padding-top: 30px !important;
    }

    .section-6 .img_container .img-1,
    .section-6 .img_container .img-2,
    .section-6 .img_container .img-3 {
        width: 30%;
    }
}


@media (max-width: 576px) {

    .section-6,
    .img_container {
        display: block !important;
        text-align: -webkit-center;
    }

    .section-6 .img_container .img-1,
    .section-6 .img_container .img-2,
    .section-6 .img_container .img-3 {
        width: 50%;
    }

    .section-6 .img_container .img-2 {
        margin: 10% 0%;
    }
}


@media (max-width: 450px) {
    .section-3-container-left {
        height: 32vh;
    }

    .section-4-container-one,
    .section-4-container-two,
    .section-4-container-three {
        display: block;
    }

    .section-4-container-one img,
    .section-4-container-two img,
    .section-4-container-three img {
        width: 20%;
    }

    /* .section-4-container-one .left,
    .section-4-container-two .left,
    .section-4-container-three .left {
        text-align: left !important;
    } */
}

@media (max-width: 425px) {
    .section-2-container {
        min-height: 200px;
    }

    .section-2-container h2 {
        margin-bottom: 0px;
    }

    .section-2-container h5 {
        margin-top: 7px !important;
        font-size: medium;
    }
}

@media (max-width: 375px) {
    .section-3-container-left {
        height: 30vh;
    }
}




.section-3 .title,
.section-4 .title,
.section-5 .title,
.section-6 .title,
.section-4 .left,
.section-4 .right,
.section-5 .left,
.section-5 .right,
.section-7 {
    opacity: 0;
}



.section-3 .title.animate__animated,
.section-4 .title.animate__animated,
.section-5 .title.animate__animated,
.section-6 .title.animate__animated,
.section-4 .left.animate__animated,
.section-4 .right.animate__animated,
.section-5 .left.animate__animated,
.section-5 .right.animate__animated,
.section-7.animate__animated {
    opacity: 1;
}


/* .section-3 .left,
.section-4 .left,
.section-5 .left {
    animation-delay: 0.6s;
    animation-timing-function: ease-in-out;

}

.section-3 .right,
.section-4 .right,
.section-5 .right {
    animation-delay: 0.9s;
    animation-timing-function: ease-in-out;
} */


.animate__animated.animate__zoomInUp {
    animation-duration: 1s;
}