/* ABOUT US */

#aboutUsBg {
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.01)),
        url("../../imgs/b3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s2 a:hover {
    color: black !important;
}

.s2{
    overflow: hidden !important;
}

.leftHalfForAboutUs {
    background: rgba(0, 53, 107, .7);
    position: absolute;
    left: 0px;
    width: 50%;
    height: 100vh;
    color: white;
}

.s2 h1 {
    position: absolute;
    top: 22%;
    left: 22%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    font-weight: 900;
    font-family: 'Archivo Black', sans-serif;
    letter-spacing: 3px;
    line-height: 85px;
    color: white;
}


.underline2:after {
    position: absolute;
    content: '';
    height: 3px;
    bottom: -65px;
    margin: 0 auto;
    left: -190;
    right: -35;
    width: 50%;
    background: white;
    transition: 1.5s;
}

.s2 p {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-68%, -50%);
    font-size: 16px;
    font-family: 'Archivo Black', sans-serif;
    letter-spacing: 3px;
    line-height: 2rem;
    width: 80%;
    color: white;
}

.s2 #galeriBtn {
    position: absolute;
    top: 70%;
    left: 35.7%;
    transform: translate(-78%, -70%);
    font-size: 16px;
    font-family: 'Archivo Black', sans-serif;
    letter-spacing: 3px;
    line-height: 2rem;
    color: white;
}

.s2 #galeriBtn:hover {
    color: black !important;
}

.s2 button {
    position: absolute;
    top: 70%;
    left: 19.7%;
    transform: translate(-78%, -70%);
    font-size: 16px;
    font-family: 'Archivo Black', sans-serif;
    letter-spacing: 3px;
    line-height: 2rem;
    color: white;
}

.gallery_modal {
    height: 100vh;
    width: 100%;
    z-index: 1000 !important;
}



/* ABOUT US PART MEDIA QUERIES */


@media only screen and (max-device-width:1440px) {
    .s2 h1 {
        position: absolute;
        top: 22%;
        left: 28%;
        font-size: 4rem;
    }

    .s2 #galeriBtn {
        left: 45.7%;
    }

    .s2 button {
        left: 24%;
    }

    #aboutUsBtn{
        position: absolute;
        top: -5%;
        left: 26%;
    }
}


@media only screen and (max-device-width:1024px) {
    .s2 h1 {
        position: absolute;
        top: 22%;
        left: 32%;
        font-size: 3rem;
    }

    .s2 #galeriBtn {
        left: 60%;
    }
    
     .underline2:after {
        display: none;
    }

    .s2 button {
        left: 30%;
    }

    #aboutUsBtn {
        position: absolute;
        top: 2%;
        left: 37%;
    }

    .gallery_modal .row{
        margin-top: 50% !important;
    }
}


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

    .leftHalfForAboutUs {
        width: 58%;
        }

    .s2 h1 {
        position: absolute;
        top: 22%;
        left: 40%;
        font-size: 3rem;
    }

    .underline2:after {
        display: none;
    }

    .s2 button {
        left: 38%;
    }
    
    #aboutUsBg p{
        font-size: .8rem;
    }

    .s2 #galeriBtn {
        left: 71%;
    }

    .gallery_modal .row {
        margin-top: 57% !important;
    }

    #aboutUsBtn {
        position: absolute;
        top: 2%;
        left: 42%;
    }

}


@media only screen and (max-device-width: 480px) {
    .leftHalfForAboutUs {
        width: 100%;
    }

    .s2 h1 {
        position: absolute;
        top: 22%;
        left: 38%;
        font-size: 4em;
    }

    .s2 p {
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 1.5rem;
        transform: translate(-50%, -50%);
        font-size: 1em;
        letter-spacing: 2px;
        line-height: 2rem;
        width: 100%;
        justify-content: center;
    }

    .s2 button {
        left: 35%;
    }

    .s2 #galeriBtn {
        left: 70%;
    }

    .gallery_modal .row {
        margin-top: 59% !important;
    }

    #aboutUsBtn {
       
        left: 45%;
    }

}


@media only screen and (max-device-width: 375px) {
    .s2 button {
            left: 40%;
        }
    .s2 #galeriBtn {
            left: 80%;
        }

    .gallery_modal .row {
        margin-top: 70% !important;
    }

    #aboutUsBtn {
        position: absolute;
       
        left: 50%;
    }
}


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

    .s2 p {
        top: 55%;
    }

    .s2 button {
        left: 47%;
        top: 80%;
    }

    .s2 #galeriBtn {
        left: 90%;
        top: 80%;
    }

    .gallery_modal .row {
        margin-top: 80% !important;
    }

    #aboutUsBtn {
        position: absolute;
       
        left: 59%;
    }
}

/*
    @media only screen and (max-device-width: 320px) {}


    @media only screen and (max-device-width: 375px) {}


    @media only screen and (max-device-width: 425px) {}


    @media only screen and (max-device-width: 768px) {}


    @media only screen and (max-device-width: 1024px) {}


    @media only screen and (max-device-width:1440px) {}
*/







