/* roboto fonts */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* playfair display font */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}
body{
    font-family: 'Roboto', sans-serif;
}
.padding-top{
    padding-top: 80px;
}
a{
    color:#000000 !important;
}
.heading{
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    padding: 10px 0;
}
.sub-heading{
    font-size: 20px;
    font-family: 'Playfair Display', serif ;
    font-weight: 600;
}
.main-btn{
    background-color: #DA3C3C !important;
    color:white !important;
    transition: all 0.5s;
}
.main-btn:hover{
    background-color:#b62e2e !important;
    color:white;
}
.btn:focus{
    box-shadow:none !important;
}
/* navbar start */
#top-bar{
    background-color: #3A3939;
    height: 45px;
    color:white;
}
.top-align{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-info{
    align-items:center;
    display: flex;
}
.top-info i{
    margin-right: 12px;
    margin-left: 8px;
}
.top-text{
    padding: 8px;
    border-right: 1px solid white;
}
.social-icon span{
    margin-right: 20px;
}
.social-icon i{
    margin-right: 10px;
}
.social-icon a i{
    color:white;
}
/* navbar end */


/* header start */
header{
    margin-top: 40px;
    background:white
}
.main-navbar{
    position: relative;
    z-index: 999;
    width: 100%;
    display: flex;
    transition: all 0.3s;
    align-items:center;
    /* height: 95px; */
}
.fixed-navbar{
    top:0;
    position: fixed !important;

}
.color{
    background-color:#EEEEEE;
    color:rgb(0, 0, 0);
    margin-top: 0 !important;
}
.dropdown-toggle::after{
    display: none !important;
}
.dropdown-item.active, .dropdown-item:active{
    background-color:#e9ecef !important;
}
.navbar-light .navbar-nav .nav-link{
    color:black;
}
.dropdown-toggle{
    color:#000000 !important;
}
nav ul li a{
    font-size: 18px !important;
    font-weight: 500;
    transition: all 0.5s;
}
nav ul li{
    padding: 0 8px;
}
nav ul li i{
    font-size: 15px;
    margin-left: 5px;
}
nav ul li a.active{
    color:#DA3C3C !important;
}
nav ul li a:hover{
    color:#DA3C3C !important;
}
.dropdown-menu[data-bs-popper] {
    top:152% !important;
    border-top:2px solid #DA3C3C;
    border-radius:0;
}
.dropdown-item{
    font-weight: 500 !important;
}

/* header end */

/* banner slider start */
.slider-bg1{
    background-image: url(../images/tcon-slider-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.slider-text{
    color:white;
}
.slider-text h2{
    font-size: 60px;
    font-family: 'Playfair Display', serif;
    padding: 15px 0;
}
.slider-text p{
    font-size: 16px;
}
.slider-bg2{
    background-image: url(../images/slider-tcon-3.JPG);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 250px;
    padding-top: 300px;
}
.owl-dots{
    display: none;
}
.slider-mobile-1 img{
    display: none !important;
}
.slider-desk img{
    display: block !important;
}
/* banner slider end */

/* about us section start */
.banner-caption{
    background-image:url(../images/about-bg.jpg);
    border:1px solid black;
    text-align: center;
    padding: 45px;
    margin-top: 60px;
}
.banner-caption button{
    background-color: #DA3C3C;
    color:white;
    transition: all 0.5s;
}
.banner-caption button:hover{
    background-color:#b62e2e;
    color:white;
}
.banner-caption h2{
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    padding: 20px 0;
}
/* about us section end */

/* product section start */
.product h2{
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}
.product-bg{
    background-color:#EEEEEE;
    padding: 45px 0;
}
/* product section end */

/* specialities section start */
.facilities{
    background-color:white;
    border:1px solid #000000;
    text-align: center;
    padding: 20px;
    position: relative;
    border-radius: 5px;
}
.fac_box{
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    width: 75px;
    height: 75px;
    line-height: 85px;
    display: inline-block;
    /* z-index: 1; */
    background-color:white;
    position: absolute;
    top:-40px;
    left:0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
}
.fac_box:hover i{
    color:black;
}
.fac_box i{
    font-size: 35px;
    color:#DA3C3C;
    
}
.fac_text{
    margin-top: 50px;
    margin-bottom: 30px;
}
.fac_text h5{
    color:#6c6b6b;
}
.fac_text h4{
    font-weight: 600;
}
/* specialities section end */

/* footer start */
footer{
    margin-top: 80px;
}
footer h2{
    font-size: 24px;
    color:#DA3C3C;
    padding-bottom: 15px;
    font-family: 'Playfair Display', serif;
}
footer i{
    margin-right: 15px;
}
footer ul li a{
    color:black !important;
    padding: 5px !important;
    transition: all 0.5s;
}
footer ul li a:hover{
    color:#DA3C3C !important;
}
footer input{
    background-color:#EEEEEE;
    width: 90%;
    padding: 10px;
    border-radius:5px;
    border:1px solid black;
}
.last-footer{
    background-color:#3A3939;
}
/* footer end */

/* about us page */

/* main section start */
.main-img{
    background-image:url(../images/about-us-desk-banner.jpg);
    background-position:center;
    background-size:cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    padding-top: 170px;
}
.about-box {
    background: #fff;
    height: 65px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px 30px;
    margin-top: -30px;
    text-align: center;
}
.about-box span{
    font-weight: 600;
}
/* main section end */

/* about us start */
.about p{
    color:#3A3939;
}
.ab_box{
    background-color:white;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 20px 25px;
    margin-top: -50px;
}
/* about page end */

/* contact page start */
.contact-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 50px 30px;
}
.con_icon{
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius:5px;
    line-height: 70px;
    background-color:#3A3939;
   
}
.con_icon i{
    color:white;
    font-size: 25px;
}
.con_text h6{
    color:#3A3939;
}
.con_text h5{
    font-size: 24px;
}
.contact-box input{
    width: 100%;
    border:1px solid black;
    border-radius:5px;
    padding: 15px;
    margin-top: 25px;
}
.contact-box textarea{
    width: 100%;
    border:1px solid black;
    border-radius:5px;
    padding: 15px;
    margin-top: 25px;
}
iframe{
    width: 100%;
}
/* contact page end */


/* Dreamland page start */
.container-img{
    position: relative;
}
.mySlides{
    display: none;
}
.mySlides.active{
    display: block;
}
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-left: 15px;
    margin-top: -50px;
    color: white !important;
    font-weight: bold;
    font-size: 40px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}
.row:after {
    content: "";
    display: table !important;
    clear: both !important;
}
.column {
    float: left !important;
    width: 25% !important;
    /* border:1px solid black; */
}

.dots {
    opacity: 0.6;
}
.active,
.dots:hover {
    opacity: 1;
    /* border:1px solid black; */
}
a{
    text-decoration: none !important;
}
.dreamland table td{
    text-align: center;
    padding: 0.5rem;
}
.dreamland table{
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-color: #dee2e6;
    padding: 10px;
}
.dreamland table th{
    text-align: center;
    padding: 0.5rem;
}
.dreamland i{
    color:#F5B315;
}
.dreamland p{
    color:#3A3939;
    padding: 15px 0;
    margin: 0;
}
.dreamland h6{
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 7px;
}

.one{
    display: block;
}
.two{
    display: none;
}
/* dealership page start */

.dealership-box{
    background-color:#EEEEEE;
    padding: 20px 30px;
    border-top:2px solid #DA3C3C;
}
.dealership-text img{
    margin-top: 300px;
}






/* responsive start */
@media (max-width:575px){
    header{
        margin-top: 122px;
    }
    .color{
        margin-top: -2px;
    }
    #top-bar{
        text-align: center;
        height: auto !important;
    }
    .top-align{
        display:block;
    }
    .top-info{
        display: block;
    }
    .top-text i{
        margin-left: 0;
    }
    .top-text{
        padding-left: 0;
        border:none;
    }
    .navbar-toggler i{
        font-size: 25px;
    }
    .social-icon{
        padding-top: 8px ;
        padding-bottom: 10px;
    }
    .scrollable-menu {
        height: auto;
        max-height: 200px;
        overflow-x: hidden;
       
    }
    .navbar-light .navbar-toggler{
        border-color:rgba(0,0,0,.3) !important;
    }
    .navbar-toggler:focus{
        box-shadow:none !important;
    }
    header img{
        width: 120px;
    }
    .padding-top{
        padding-top: 50px;
    }
    .owl-theme .owl-nav{
        display: none;
    }
    .banner-caption{
        padding: 25px 15px !important;
    }
    .btn:focus{
        box-shadow:none !important;
    }
    .facilities{
        margin-bottom: 60px;
    }
    .space{
        padding-top: 15px;
    }
    .about-box{
        padding: 20px 0;
    }
    .ab_box{
        margin-top: 10px;
    }
    .contact-box{
        margin: 0 !important;
        border-radius:5px;
        padding: 26px 7px;
    }
    .con_text h5{
        font-size: 20px;
    }
    .con_icon{
        width: 55px;
        height: 55px;
        line-height: 57px;
    }
    .con_icon i{
        font-size: 20px;
    }
    .dealership-text img{
        margin-top: 50px;
    }
    .slider-mobile-1 img{
        display: block !important;
        margin-top: 80px;
    }
    .slider-desk img{
        display: none !important;
    }
}
@media (min-width:576px) and (max-width:768px) {
    header img{
        width: 120px;
    }
    .slider-desk{
        margin-top: 50px;
    }
    .scrollable-menu {
        height: auto;
        max-height: 200px;
        overflow-x: hidden;
    }
    .navbar-light .navbar-toggler{
        border-color:rgba(0,0,0,.3) !important;
    }
    .navbar-toggler:focus{
        box-shadow:none !important;
    }
    .owl-theme .owl-nav{
        display: none !important;
    }
    .padding-top{
        padding-top: 50px;
    }
    .banner-caption{
        padding: 23px !important;
        /* padding-bottom: 30px; */
        margin-top: 25px !important;
    }
    .facilities{
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .ab_box{
        margin-top: 6px;
    }
    .space-2{
        padding-top: 15px;
    }
}
@media (min-width:769px) and (max-width:1025px) {
    .banner-caption{
        padding: 45px;
    }
    .slider-desk img{
        margin-top: 94px;
    }
    .one{
        display: none;
    }
    .two{
        display: block;
    }
    
    .ab-none{
        display: none;
    }
    .ab-width{
        width: 100% !important;
    }
    .ab_box{
        margin-top: 3px;
    }
}



