@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&family=Outfit:wght@100..900&display=swap');

*{
    font-family: "Outfit", sans-serif;
}

:root{
    --primary: #ff5900;
    --secondary: #1d3c3f;
}

a{
    text-decoration: none;
}

h1, h2{
    color: var(--primary);
}


/**** Navbar ****/

.navbar{
    background-color: white;
}

.navbar .nav-link{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--secondary);
    transition: .5s all ease-in-out;
}

.navbar .nav-item .active{
    color: var(--primary);
}

.navbar .nav-item .nav-link:hover{
   color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .nav-item .dropdown-menu{
    border-radius: 0px !important;
}

.navbar .nav-item .dropdown-menu .dropdown-item{
    font-size: 15px;
    font-weight: 500;
    color: var(--secondary);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition-behavior: normal;
    transition-duration: 500ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--primary) !important;
    color: var(--secondary) !important;
}

.dropdown .dropdown-menu .dropdown-item.active{
    color: var(--secondary);
    background-color: var(--primary);
}

@media (min-width: 992px){
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 19px;
        background: var(--bs-white);
        transition: .5s;
        opacity: 1;
    }
}

.navbar-toggler{
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.menuline{
    position: relative;
    width: 29px;
    height:2px;
    background-color: black;
    transition: .5s ease-in-out;
}
.menuline::after{
    position: absolute;
    content: "";
    left:0;
    margin-top: -10px;
    width: 29px;
    height:2px;
    background-color: black;
    transition: .5s ease-in-out;
}
.menuline::before{
    position: absolute;
    content: "";
    left:0;
     margin-top: 10px;
    width: 29px;
    height:2px;
    background-color: black;
    transition: .5s ease-in-out;
}

.newtoggle .menuline{
    position: relative;
    transform: rotate(45deg);
    
}
.newtoggle .menuline::before{
    position: absolute;
    transform: rotate(85deg);
    top: -10px;
}
.newtoggle .menuline::after{
   opacity: 0;
}

.sticky-top{
    transition: .5s all ease-in-out;
}


.go-icon{
    /* border-left: 1px solid grey; */
    font-size: 26px;
    color: var(--secondary);
    transition: .5s all ease-in-out;
}

.go-icon:hover{
    color: var(--primary);
}

/* .go-text{
    color: var(--secondary);
    font-weight: 400;
    font-size: 16px;
} */





/**** Page Header ****/

.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.629)), url(../imgs/sawgb1.jpg) center no-repeat;
    background-size: cover;
    /* padding: 150px 70px; */
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .text-primary{
    color: var(--primary) !important;
}



/**** Owl Carousel ****/

/* .main-carousel{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} */

.owl-carousel{
    display: block;
}

.main-inner{
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.main-carousel .owl-dots {
    position: absolute;
    /* display: inline-block; */
    top: 45%;
    right: 5%;
    transform: rotate(90deg);
    /* width: 100%;
    margin: 0 auto; */
}
  
.main-carousel .owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 500ms ease;
}
  
.main-carousel .owl-theme .owl-dots .owl-dot.active span{
    width: 17px;
    height: 17px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: transparent;
    top: 3px;
}




/**** Card ****/

/* .banner{
    background-image: url(../imgs/283272817_2138891409624806_7416313620505674473_n.png);
    object-fit: cover;
    background-size: cover;
    height: 100vh;
    width: 100%;
} */


.cards{
    border: 0px !important;
    border-radius: 0px !important;
    /* max-height: 300px; */
}

.cards img{
    /* height: 300px; */
    width: 100%;
    object-fit: cover;
}




.cl1{
    background-image: url(../imgs/new/ride1.jpg);
    background-repeat: no-repeat;
    height:  100% !important;
    /* height:  540px !important; */
    /* width: 100%; */
    object-fit: cover;
    background-size: cover;
    background-color: #000000a5;
    background-blend-mode: multiply;
    padding: 70px;
}

.cl2{
    /* background-color: var(--primary);
    padding: 170px; */
    background-image: url(../imgs/bg2.jpg);
    background-repeat: no-repeat;
    height:  100% !important;
    /* height:  540px !important; */
    /* width: 100%; */
    object-fit: cover;
    background-size: cover;
    background-color: #000000a5;
    background-blend-mode: multiply;
    padding: 70px;
}

@media(max-width:768px){
    .cl1, .cl2{
        padding: 30px !important;
    }
}



/*** Index Vehicle ****/



.owl-theme .owl-nav {
   text-align: end;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}


.owl-theme .owl-prev:hover{
    box-shadow: none !important;
    background-color: transparent !important;
}
.owl-theme .owl-next:hover{
    box-shadow: none !important;
    background-color: transparent !important;
}






/**** Accessories ****/

.accessories .bg-text{
    background-color: var(--secondary);
    color: white;
}

.accessories p{
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 500;
}


/**** Content ****/

.content{
    background-image: url(../imgs/new/31316.jpg);
    background-size: cover;
    /* object-fit: cover; */
    padding: 80px 20px;
    background-attachment: fixed;
    /* background-color: #00000051;
    background-blend-mode: multiply; */
    /* height: 100vh;
    width: 100%; */
}







/**** Features ****/

.features h1{
    font-size: 40px;
    line-height: 50px;
    /* letter-spacing: 0.1rem; */
}

.features h6{
    line-height: 30px;
    letter-spacing: 0.1rem;
}


/**** Gallery ****/

.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
}
  
.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}
  
.gallery .gallery-item:hover img {
    transform: scale(1.1);
}
  
.gallery-img{
    height: 350px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}




/**** Contact ****/

input,textarea{
    box-shadow: none !important;
    border-radius: 0px !important;
    border: 1px solid rgb(212, 212, 212) !important;
}

.btns{
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 0px;
    color: white !important;
    transition: .5s all;
}

.btns:hover{
    background-color: var(--secondary);
}

.contact .ctn-icon{
    font-size: 20px;
    color: var(--secondary);
    font-weight: 500;
}

.contact span{
    font-size: 17px;
    font-weight: 500;
}

.contact .btnn{
    background-color: white !important;
    color: var(--secondary) !important;
    border: 1px solid white !important;
}

.contact .ctn-social-media{
    font-size: 20px;
    color: white;
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    transition: .5s all ease-in-out;
}

.contact .ctn-social-media:hover{
    background-color: transparent !important;
    color: var(--secondary) !important;
}




/**** Footer ****/

.footer{
    background-color: #100C08;
    color: #8d9297;
}

.footer .footer-item .links li a{
    color: white !important;
    transition: .7s all ease-in-out;
}

.footer .footer-item .links li a:hover{
    letter-spacing: 2px;
    color: #8d9297 !important;
}

.footer .footer-item .angle{
    font-size: 25px;
    color: white;
}

.footer .footer-item .fc-icon{
    font-size: 20px;
    color: white;
}

.footer .footer-item .social-media{
    font-size: 19px;
    color: white;
    border: 1px solid white;
    transition: .5s all ease-in-out;
}

.footer .footer-item .social-media:hover{
    background-color: var(--primary);
    border: 1px solid var(--primary);
}

.footer .copyright{
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    color: #8d9297;
}

.footer .copyright a{
    color: white;
    transition: .5s all ease-in-out;
}

.footer .copyright a:hover{
    color: var(--primary);
}


.whats a{
    transition: .5s ;
    
}
  
.whats span{
    font-size: 0px;
    word-spacing: -40px;
    transition: .5s ;
   
}
  
.whats:hover span{
   font-size: 13px;
   word-spacing:  0px;
    transition: .5s all;
    /* margin-right: 50px; */
}

.calls{
    border: 1px solid white;
    background-color: white;
    border-radius: 13px;
    box-shadow: 0px 0px 5px #6d6d6d;
}