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


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5 {
    color: #eceff3;
    text-transform: capitalize;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #222; 
    border: 1px solid #111;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #000; 
  }
h1 {
    font-size: 28px;
    margin: 0;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 300;
}

h3 {
    margin-top: 0;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.bg-theme {
    background-color: #111 !important;
}

/* .navbar{
    background-color: #000;
    padding: 50px 10px !important;
    position: sticky !important;
    top: 0;
    z-index: 100;
    transition: 200ms;
} */
header {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px 10px !important;
    position: fixed !important;
    top: 0;
    z-index: 100;
    transition: 200ms;
}

.bgc {
    background: #000;
    padding: 2px !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 5px;
    padding: 15px 20px !important;
    margin: 5px;
    display: flex;
    align-items: center;

}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    transition: .3s;
    background-color: rgba(0, 0, 0, 0.4) !important;
}
.dropdown-menu {
    background-color: #000 !important;
    color: #fff !important;
    position: absolute;
    top: 50px !important;
    border-radius: 0px !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    /* Other styles */
}

.dropdown-item {
    margin-top: 5px;
    font-size: 13px;
    letter-spacing: 5px;
    color: #fff !important;
}

.dropdown-item:hover {
    color: #CD1818 !important;
    background-color: transparent !important;
}

.dropdown-toggle::after {
    display: none !important;

}



.logo {
    width: 150px;
    height: 50px;
}


.slideimg {
    height: 100vh;
    object-fit: cover;
}

.carousel-item::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #0c0c0cd8 !important;
    left: 0;
    top: 0;
    opacity: .8;
    z-index: 0;
}

.carousel-caption {
    bottom: 180px !important;
    left: 8% !important;
    text-align: left !important;

}

.carousel-control-prev,
.carousel-control-next {
    width: 8% !important;
}

.service-card {
    width: 17rem;
}

/* about section in home */
.fontset {
    color: #CD1818 !important;
}

.card-title {
    margin-bottom: 0rem;
}

.line {
    width: 90px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CD1818;
}

.line2 {
    width: 80px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CD1818;
}

.line3 {
    width: 80px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CD1818;
}

.sectionbackground {
    background: #111;
    padding: 50px 0 50px 0;
}

.separator {
    line-height: 0.5;
    text-align: center;
    margin: 30px 0 30px 0;
}

.separator span {
    display: inline-block;
    position: relative;
}

.separator span:before {
    right: 100%;
    margin-right: 15px;
}

.separator span:before,
.separator span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    /* top: 5px; */
    width: 300px;
}

.separator span i {
    font-size: 6px;
    padding: 0;
    margin: 0;
    float: none;
    position: relative;
    bottom: 8px;
    right: 6px;
}

.heightset {
    height: 34vh;
    /* background-color: blue; */
}

.servicesimg {
    width: 100%;
    height: 30vh;
    margin-top: 15px;
}

.process {
    width: 100%;
    background-image: url(../img/bg-2.jpg);
    background-size: cover;
}

.processbtn {
    padding: 15px 20px;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    background-color: transparent;
    border: 2px solid #fff;
}

.processbtn:hover {
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    transition: .5s;
}

.tab-content-set {
    margin-top: 50px;
    padding-top: 30px;
    border-top: solid 1px rgba(255, 255, 255, .4);
}


/* counter  */
.cauter-pera {
    color: #fff;
}

.count-data h1 {
    font-size: 50px;
    font-weight: 700;
}

/* portfolio gellery  */

.gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}

.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.pics>a>img {
    width: 100%;
    height: 200px;
}

.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallerybtn {
    background-color: #000 !important;
    color: #fff !important;
    outline: none;
    padding: 10px 20px 8px 20px;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    border: none !important;
    margin: 5px;
}

.gallerybtn:hover {
    background-color: #111 !important;
    color: #fff !important;
    outline: none;
    padding: 10px 20px 8px 20px;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    border: none !important;
    margin: 5px;
    transition: .5s;
}

.viewallbtnback {
    width: 100%;
    background-color: #111;
    padding: 50px 0px;
    display: flex;
    justify-content: center;
}

.viewallbtn {
    padding: 10px 20px 8px 20px;
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #fff;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
}

.viewallbtn:hover {
    text-decoration: none;
    background-color: #000 !important;
    color: #fff !important;
}

.viewallbtn:hover>i {
    padding-left: 10px;
    transition: .4s;
}


.testimornials {
    width: 100%;
    height: auto;
    background-image: url(../img/bg-3.jpg);
    background-size: cover;
}

.de_testi {
    display: block;
}

.de_testi blockquote,
.de_testi blockquote p {
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
}

.de_testi blockquote {
    color: #eceff3;
}

.de_testi blockquote {
    margin: 0;
    border: none;
    padding: 20px 30px 30px 80px;
    background: rgba(0, 0, 0, 0.5);
    font-style: normal;
    line-height: 1.6em;
    font-weight: 500;
}

blockquote {
    font-size: 24px;
    font-style: italic;
    line-height: 1.5em;
    font-weight: 300;
}

.de_testi blockquote:before {
    font-family: FontAwesome;
    content: "\f10d";
    color: #111;
    padding-bottom: 10px;
    font-size: 20px;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    font-style: normal;
    background: #CD1818;
    position: absolute;
    left: 0;
    top: 0;
}

/* .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px 7px;
    background: #D6D6D6 !important;
    display: block;
    -webkit-backface-visibility: visible !important;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791 !important;
} */

footer {
    background-color: #000;
    font-size: 15px;
}

.setborder {
    border-bottom: 1px solid #222;
    padding-bottom: 7px;
}

.footerlinks {
    color: #fff;
}

.footerlinks:hover {
    color: #CD1818;
    text-decoration: none;
}

/*=========== Home Page End ===================== */


/* ================= About Page css================= */

.subheader {
    background-image: url(../img/subheader-3.jpg);
    background-size: cover;
    padding: 100px 0px;
}

.subheader h1 {
    color: #eceff3;
    margin-top: 80px;
    font-size: 32px;
    letter-spacing: 5px;
    float: left;
    padding-right: 40px;
    margin-right: 40px;
    text-transform: uppercase;
}

.subheader .crumb {
    font-size: 10px;
    letter-spacing: 3px;
    margin-top: 90px;
    color: #fff;
    text-transform: uppercase;
}

.crumb {
    color: #777;
    float: right;
    font-size: 12px;
}

.crumb li {
    display: inline;
    text-decoration: none;
    padding: 0 2px 0 2px;
}

.sideimg {
    width: 100%;
    object-fit: cover;
    height: 500px;
}

.ptb-90 {
    padding-top: 150px;
    padding-bottom: 50px;
}

.container-4 .de-team-list {
    width: 24.9%;
    float: left;
    position: relative;
}

.team-card {
    width: 100%;
    text-align: center;
    /* background-color: #000; */
}

.team-card>img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
}

.teamcard-data {
    color: #fff;
    padding: 15px;
    font-size: 14px;
}

.section-title {
    text-align: center;
    font-size: 40px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 0
}


.footerlogo {
    width: 190px !important;
}





/* conact css  */
.map-container {
    height: 500px;
    overflow: hidden;
}

.map-container.map-fullwidth iframe {
    width: 100%;
    height: 500px;
    filter: invert(100%);
}

.mb10 {
    margin-bottom: 10px;
}

#contact_form input[placeholder],
#contact_form textarea[placeholder] {
    color: #eee;
}

#contact_form input[type=text],
#contact_form textarea,
#contact_form input[type=email],
#contact_form input[type=number],
#search,
#contact_form select {
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    border: solid 1px rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .1);
    border-radius: 0 !important;
    height: auto;
}

#contact_form input[placeholder],
#contact_form textarea[placeholder] {
    color: #eee;
}

#contact_form textarea {
    height: 178px;
}

#contact_form input[type=submit].btn-line {
    background: none;
    padding: 8px 20px;
    border: solid 1px rgba(255, 255, 255, .2);
    color: #fff;
    outline: none;
}

#contact_form input[type=submit].btn-line:hover {
    background: none;
    padding: 8px 20px;
    background-color: #CD1818;
    color: #000;
    border: 1px solid #000;
    font-weight: 600;
}

address {
    margin: 0;
    margin-top: 20px;
}

address span {
    border-bottom-color: #222;
}

address span {
    display: block;
    border-bottom: solid 1px #222;
    padding-bottom: 5px;
    margin-bottom: 5px;
}


/* ==================interior page design================= */
.interior-cards {
    width: 100%;
    height: auto;
    text-align: center;
}

.interiorimg {
    width: 100%;
    height: 50vh;
}

.ridirectbtn {
    padding: 15px 18px !important;
    font-size: 18px;
    background-color: #000;
    color: #fff;
    margin: 20px 0px !important;
    text-decoration: none;
}

.ridirectbtn:hover {
    padding: 15px 18px !important;
    font-size: 18px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.glasscard{
    height: 24vw;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 25px;
    margin: 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* USe Media tag for responsive the all pages  */
@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .carousel-caption {
        bottom: 239px !important;
        left: 10% !important;
        text-align: left !important;
    }
}

@media (max-width: 375px) {
    .carousel-caption {
        bottom: 170px !important;
        left: 10% !important;
        text-align: left !important;
    }
}


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

    .separator span:before,
    .separator span:after {
        display: none;
    }

    .navbar {
        background-color: #000;
        padding: 20px 10px !important;
    }

    .display-3 {
        font-size: 3rem !important;
        font-weight: 300;
        line-height: 1.2;
    }

    .subheader .crumb {
        font-size: 10px;
        letter-spacing: 3px;
        margin-top: 0px;
        color: #fff;
        text-transform: uppercase;
    }

    .crumb {
        color: #777;
        float: left;
        font-size: 12px;
    }

    .service-card {
        width: 100% !important;
    }

    .footer-logo {
        width: 100px;
    }

    .servicesimg {
        width: 100%;
        height: 30vh;
        margin-bottom: 30px !important;
    }

    .heightset {
        height: auto;
        /* background-color: blue; */
    }

    header {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        padding: 0px !important;
        position: fixed !important;
        top: 0;
        z-index: 100;
        transition: 200ms;
    }
    .glasscard{
        height: auto;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 25px;
        margin: 10px 0px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
}