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

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

/* NABAR*/
#navbar_top {
    z-index: 100000 !important;
}


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

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

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


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


/* NABAR*/
@media all and (max-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }

}










/* CONTACT US*/

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

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

.s3{
    overflow: hidden !important;
}

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

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

.s3 form {
    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;
}

.s3 input,
.s3 textarea {
    background: transparent !important;
    color: white !important;
    width: 70% !important;
}


.s3 .form-control::placeholder {
    color: white !important;
}

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

.s3 #mapBtn {
    position: relative;
    top: 70%;
    left: 25.3%;
    transform: translate(-28%, -70%);
    font-size: 16px;
    font-family: 'Archivo Black', sans-serif;
    letter-spacing: 3px;
    line-height: 2rem;
}

.s3 #mapBtn:hover {
    color: black !important;
}




/* CONTACT PART MEDIA QUERIES */

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

        .s3 h1 {
            position: absolute;
            top: 22%;
            left: 35%;
            font-size: 4rem;
        }

        .s3 h1:after {
            display: none !important;
        }

        .s3 form {
            margin-left: 7%;
            margin-top: 5%;
        }

        .s3 button {
            position: relative !important;
            left: 18% !important;
            margin-top: 20% !important;
        }

        .s3 a {
            display: none !important;
        }
}


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

    .s3 h1 {
            font-size: 3rem;
        }

    .s3 form {
        margin-top: 0%;
    }

    .s3 button {
        left: 26% !important;
    }

}


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

    .underline:after {
        display: none;
    }

    .s3 h1 {
        position: absolute;
        top: 18%;
        left: 42% !important;
        font-size: 3rem;
        letter-spacing: 3px;
        line-height: 55px;
    }

    .s3 button {
        left: 34% !important;
    }

    footer{
        position: fixed !important;
        bottom: 0 !important;
        right: 0 !important;
    }

}


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

    .leftHalf {
        width: 110% !important;
    }

    .s1 h1 {
        top: 28%;
        left: 10%;
        font-size: 6rem;
        letter-spacing: 3px;
        line-height: 125px;
    }



    .leftHalfForContactUs {
        width: 100%;
    }

    .s3 h1 {
        left: 40% !important;
    }

    .s3 button {
        left: 31.7% !important;
    }

}


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

    .s1 h1 {
        font-size: 5rem;
    }

    .s3 button {
        left: 35.5% !important;
    }
    
     .s3 h1 {
       
        left: 40% !important;
       
    }

}


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

    .s1 h1 {
        top: 28%;
        left: 5%;
        font-size: 5rem;
        letter-spacing: 3px;
        line-height: 125px;
    }

    .s3 h1 {
        position: absolute;
        top: 18%;
        left: 53% !important;
        font-size: 3rem;
        letter-spacing: 3px;
        line-height: 55px;
    }

    .s3 form {
        margin-left: 12%;
    }

    .s3 button {
        left: 42% !important;
    }

}



/*

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

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

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

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

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

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

*/
