/*-- Use For Custom Styling --*/

#copyright {

    letter-spacing: 0.2rem;
    color: black;
    font-size: 12px;
    opacity: 0.75;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media screen and (min-width: 320px) {
    .para_text_custom {
        font-size: 16px;
        margin: 0 auto;
        color: black;
        opacity: .7;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        padding: 15px 25px 15px 25px;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 750px) {
    .para_text_custom {

        padding: 15px 100px 15px 100px;

    }
}

.no-paddingTWL {
    padding: 0px !important;
}

/* @media (max-width: 413px) {
    #emailaddress_contact {
        font-size: 18px;
    }
}

@media (max-width: 413px) {
    #emailaddress_contact {
        font-size: 18px;
    }
} */


.container-test {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.blog-content .container {

    max-width: 90%;
}

input[type="submit"],
.ReturnHomBtn,
.FindOutMoreBtn {
    display: block;
    z-index: 11;
    color: #202020;
    position: relative;
    padding: 14px 30px;
    background-color: #f176a0;
    border: solid 1px #ffffff;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    transition: .5s ease;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 2px;

    border: none;
    color: #ffffff;
    /* background: transparent; */
    border-bottom: solid 1px #e6e6e6;
}

/* Contact Form SEND Button */

input[type="submit"]:hover,
.ReturnHomBtn:hover,
.FindOutMoreBtn:hover {
    color: white;
    background-color: #fec107;
    border: solid 1px #fec107;
}

/* Landing Page BG Video Custom CSS */

.landingcontainer {
    padding: 0 !important;

}

.videoBG-Row {
    width: 100vw !important;
    height: 100vh !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0px !important;
}


#videoBG {

    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    overflow: hidden;
    padding: 0px !important;


    /* position:relative;
    z-index: -1;
    width:100%;
    height: 100%; */
}

#videoBG img 
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.LandingHeader {
    position: absolute;
    padding-top: 210px;
    text-align: center;
    letter-spacing: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    /* margin: 15px 0; */
    line-height: 1.2;
    font-size: 25px;
    font-weight: 400;
    color: white;
    font-family: 'Montserrat', sans-serif;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white; /* Adjust as needed */
    font-size: 35px;
    width: 100%;
    z-index: 999;
    font-weight: bold;
}

.LandingSection {
    padding-top: 0px;
}

/* Small devices such as large phones (640px and up) */
@media only screen and (min-width: 250px) {
    .LandingHeader_V2 {
        position: absolute;
        padding-top: 150px;
        text-align: center;
        letter-spacing: 0.3rem;
        margin-bottom: 0;
        text-transform: uppercase;
        /* margin: 15px 0; */
        line-height: 1.2;
        font-size: 40px;
        font-weight: 400;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        z-index: 100;
        /* Additional custom CSS Below: */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 768px) {
    .LandingHeader_V2 {
        position: absolute;
        padding-top: 150px;
        text-align: center;
        letter-spacing: 0.3rem;
        margin-bottom: 0;
        text-transform: uppercase;
        /* margin: 15px 0; */
        line-height: 1.2;
        font-size: 40px;
        font-weight: 400;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        z-index: 100;
        /* Additional custom CSS Below: */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 1024px) {
    .LandingHeader_V2 {
        position: absolute;
        padding-top: 150px;
        text-align: center;
        letter-spacing: 0.3rem;
        margin-bottom: 0;
        text-transform: uppercase;
        /* margin: 15px 0; */
        line-height: 1.2;
        font-size: 40px;
        font-weight: 400;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        z-index: 100;
        /* Additional custom CSS Below: */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 1280px) {
    .LandingHeader_V2 {
        position: absolute;
        padding-top: 150px;
        text-align: center;
        letter-spacing: 0.3rem;
        margin-bottom: 0;
        text-transform: uppercase;
        /* margin: 15px 0; */
        line-height: 1.2;
        font-size: 40px;
        font-weight: 400;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        z-index: 100;
        /* Additional custom CSS Below: */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

















.LandingHeader_p {
    position: relative;
    padding-top: 70px;
    text-align: center;
    letter-spacing: 0.3rem;
    margin-bottom: 0;
    text-transform: uppercase;
    margin: 15px 0;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}


/* @media (max-width: 767px) {
    #videoBG {
        display: none;
    }
    body {
        background: url('poster.jpg');
        background-size: cover;
    }
} */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of  element */
.carousel-item {
    height: 32rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}




#videoBG .CustomerSlider {
    /* max-width: 70vh !important; */
    height: auto;
}

.text-white 
{
    color: #313638 !important;
}



#carouselImg {
    width: 100%;
    height: auto;
    transition: opacity 0.5s ease-in-out;
}