@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&family=Open+Sans:wght@700&family=Patua+One&family=Secular+One&display=swap');
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Atkinson Hyperlegible', sans-serif;
    /* font-family: 'Secular One', sans-serif; */
}
nav{
    top: 0;
    padding: 0px 10px;
    transition: .8s ease-in-out;
}
nav .navbar-brand{
    color: white;
    font-size: 2.7rem;
    font-weight: bolder;
    font-family: 'Patua One', cursive;
}
nav .collapse{
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 1s ease-in-out;
}
nav .nav-item{
    margin:  auto 10px;
    transition: 1s ease-in-out;
}
nav .nav-item .nav-link{
    color: white;
    padding: 10px;
    letter-spacing: 1px;
    font-weight: lighter;
    font-size: 0.9rem;
    transition: .3s ease-in-out;
}
nav .navbar-nav .nav-item .nav-link::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #ccc;
    transition: width .3s;
}
nav .navbar-nav .nav-item .nav-link:hover{
    color: #ccc;
}
nav .navbar-nav .nav-item .nav-link:hover::after{
    width: 100%;
}
.navbar-toggler{
    border: 1px solid transparent;
    color: white;
    position: absolute;
    top: 20px;
    right: 10px;
}
.navbar-toggler:focus{
    border: 1px solid transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    border: 1px transparent;
}
.fa-bars{
    color: white;
    font-size: 2rem;
}
.cartNav{
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/img\ \(1\).jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    padding: 10px 4px;
    transition: 1s ease-in-out;
}
@media (max-width: 700px) {
    nav .navbar-nav .nav-item .nav-link::after{
        display: none;
    }
    .fa-cart-plus{
        position: absolute;
        top: 30px;
        right:80px;
        box-shadow: none;
        font-size: 1.3rem;
    }
    nav .collapse{
        transition: 1s ease-in-out;
        justify-content: left;
        align-items: flex-start;
        text-align: left;
        transition: 1s ease-in-out;
    }
    nav .navbar-brand{
        color: white;
        font-size: 2.2rem;
        line-height: -40px;
    }
}
.jumbotron{
    background-image: url(../img/defwr.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    background-position: center;
    height: 680px;
    padding: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}
.jumbotron .container{
    padding: 10px;
}
.jumbotron .hero{
    padding: 50px 20px;
}
.jumbotron .hero p{
    font-weight: bolder;
    color: gray;
    letter-spacing: 2px;
    font-size: 1rem;
}
.jumbotron .hero h1{
    font-family: 'Patua One', cursive;
    font-weight: 900;
    font-size: 4.8rem;
    color: white;
    text-shadow: 1px 1px 2px rgb(39, 39, 39);
}
.jumbotron .hero #text{
    font-size: 1.2rem;
    font-weight: lighter;
    width: 400px;
    margin-bottom: 30px;
}
/* .jumbotron .hero .m11{
    position: relative;
    font-weight: bolder;
    color: gray;
    letter-spacing: 2px;
    font-size: 1.4rem;
}
.jumbotron .hero .m11 .text-wrapper{
    position: relative;
    display: inline-block;
    padding-left: 0.04em;
    padding-bottom: 0.2em;
    overflow: hidden;
    font-weight: lighter;

}
.jumbotron .hero .m11 .text-wrapper .letter{
    display: inline-block;
}
.jumbotron .hero .m12{
    font-size: 4.8rem;
    font-weight: 900;
    letter-spacing: 0px;
    color: white;
    text-shadow: 2px 2px 2px rgb(39, 39, 39);
}
.jumbotron .hero .m12 .letter{
    display: inline-block;
    font-size: 4.7rem;
    letter-spacing: 4px;
    font-weight: bolder;
} */
.jumbotron label{
    font-weight: bolder;
    color: white;
}
.jumbotron .form-control{
    border-radius: 20px;
    border: 2px solid #ccc;
    background-color: white;
    color: black;
    /* width: 70%; */
}
.jumbotron .formText{
    padding: 14px;
}
.jumbotron .formText p{
    font-size: 0.9rem;
    color: white;
    font-weight: bolder;
}
@media (max-width: 700px) {
    .jumbotron{
        background-image: url(../img/defwr.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-size: cover;
        background-position: center;
        height: 670px;
        padding: 0px;
        color: white;
    }
    .jumbotron .hero{
        padding: 70px 20px;
    }
    .jumbotron .hero #alert{
        font-weight: lighter;
        letter-spacing: 2px;
        font-size: 0.7rem;
        color: white;

    }
    .jumbotron .hero h1{
        font-size: 3.7rem;
    }
    .jumbotron .hero2{
        padding: 10px 20px;
    }
    .jumbotron h1{
        font-weight: lighter;
        font-size: 3rem;
    }
    .jumbotron h5{
        font-weight: lighter;
    }
    .jumbotron .hero #text{
        font-size: 1rem;
        font-weight: lighter;
        width: 300px;
    }
    .jumbotron .hero .btn{
        width: 140px;
        border-radius: 30px;
        height: 50px;
        background-color: white;
        color: black;
        font-weight: lighter;
        font-size: 1rem;
        box-shadow: none;
    }
    .jumbotron .form-group label{
        font-weight: lighter;
    }
    .jumbotron .form-control{
        border-radius: 20px;
        border: 1px solid white;
        background-color: transparent;
        color: white;
    }
}
.section1{
    padding: 100px 20px;
}
.section1 .row{
    overflow: hidden;
}
.section1 .sec1col{
    position: relative;
    justify-content: right;
    align-items: flex-end;
    text-align: right;
    height: 500px;
}
.section1 .sec1col .blackbox{
    background-color: black;
    position: relative;
    height: 100%;
    height: 500px;
}
.section1 .sec1col .sectImgDiv{
    height: 370px;
    width: 600px;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 70;
    justify-content: right;
    align-items: flex-end;

}
.section1 .col-sm-8 .sectImgDiv .img-fluid{
    height: 100%;
    width: 100%;
    object-fit: cover;
    right: 0;
    left: 0;
    top: 0;
}
.section1 .section1-text{
    padding: 100px 20px 20px 20px;
}
.section1 .section1-text h1{
    font-family: 'Patua One', cursive;
    font-weight: 900;
    font-size: 2.4rem;
}
.section1 .section1-text h1::after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    margin: 10px 10px;
    background-color: black;
}
.section1 .section1-text .btn{
    background-color: black;
    border-radius: 0px;
    padding: 10px;
    color: white;
    transition: 1s ease-in-out;
}
.section1 .section1-text .btn:hover{
    background-color: gray;
    transform: translate(1.2px);
}
.section1 .section1-text2{
    padding: 100px 20px 20px 20px;
    overflow: hidden;
}
.section1 .section1-text2 .text{
    padding-top: 40px;
    padding-right: 20px;
}
.section1 .section1-text2 h5, h6{
    font-weight: bolder;
}
.section1 .iconDiv{
    padding: 10px;
}
.section1 .section1-text2 .text-center{
    transition: 1s ease-in-out;
}
.section1 .section1-text2 .text-center:hover{
    border-radius: 30px;
    border: 1px solid black;
    transform: scale(1.2);
}
.section1 .iconDiv .img-fluid{
    width: 50%;
}
@media (max-width: 700px) {
    .section1{
        padding: 40px 10px;
    }
    .section1 .sec1col{
        height: 400px;
    }
    .section1 .sec1col .blackbox{
        height: 100%;
        height: 400px;
    }
    .section1 .sec1col .sectImgDiv{
        height: 340px;
        width: 100%;
        z-index: 1;
        position: absolute;
        right: 0;
        top: 30;
    }
    .section1 .section1-text{
        padding: 20px;
    }
    .section1 .section1-text2{
        padding: 20px;
        overflow: hidden;
    }
    .section1 .section1-text2 .text-center{
        width: 50%;
    }
    .section1 .iconDiv{
        padding: 10px;
        height: 80px;
    }
    .section1 .iconDiv .img-fluid{
        width: 50%;
        height: 100%;
    }
}
.slideanim{
    visibility: hidden;
}
.slide{
    animation-name: slide;
    animation-duration: 2s;
    visibility: visible;
}
@keyframes slide{
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
.lefteanim{
    visibility: hidden;
}
.left{
    animation-name: left;
    animation-duration: 3s;
    visibility: visible;
}
@keyframes left{
    0% {
        opacity: 0;
        -webkit-transform: translateX(-70%);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
.services{
    padding: 100px 20px;
    background-color: black;
    color: white;
}
.services .serviceObjCon{
    width: 100%;
    height: 400px;
    padding: 20px;
    margin-bottom: 40px;
    position: relative;
    justify-content: right;
    align-items: flex-end;
    text-align: right;
}
.services .serviceObjCon .redbox{
    height: 340px;
    width: 65%;
    background-color: red;
    position: absolute;
    right: 100;
    bottom: 0;
    
}
.services .serviceObjCon .imgDiv{
    width: 65%;
    height: 340px;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}
.services .serviceObjCon .imgDiv .img-fluid{
    height: 100%;
    width: 100%;
    object-fit: cover;
    right: 0;
    left: 0;
    top: 0;
}
.services .dealerCon1{
    padding: 20px;
}
.services .dealerCon1 .btn{
    background-color: red;
    color: white;
    border-radius: 0px;
    padding: 10px;
    transition: .7s ease-in-out;
}
.services .dealerCon1 .btn:hover{
    background-color: rgb(160, 9, 9);
    transform: translate(1.2px);
}
.services .dealerCon1 h1{
    color: red;
}
.services .dealConImg{
    height: 440px;
}
.services .dealConImg .img-fluid{
    height: 100%;
    width: 100%;
    object-fit: cover;
    right: 0;
    left: 0;
    top: 0;
}
.services .safeDrive{
    padding-top: 80px;
    justify-content: right;
    align-items: flex-end;
    text-align: right;
}
.services .safeDrive h2{
    font-weight: 900;
    font-size: 2.4rem;
}
.services .safeDrive .btn{
    background-color: red;
    color: white;
    border-radius: 0px;
    padding: 10px;
    transition: .7s ease-in-out;
}
.services .safeDrive .btn:hover{
    background-color: rgb(160, 9, 9);
    transform: translate(-1.2px);
}
.stock{
    padding: 100px 40px;
}
.stock h1{
    font-family: 'Patua One', cursive;
    font-weight: 900;
    padding: 20px;
    color: red;
}
.stock .card{
    padding: 10px;
    height: 300px;
    text-align: center;
    border: 1px solid transparent;
    overflow: hidden;
}
.stock .card .img-fluid{
    height: 200px;
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    right: 0;
    left: 0;
    top: 0;
    filter: grayscale(100%);
    transition: .8s ease-in-out;
}
.stock .card .img-fluid:hover{
    transform: scale(1.1);
    filter: grayscale(0%);
}
.stock .card h4{
    margin-top: 20px;
    font-weight: 900;
}
@media (max-width: 700px) {
    .services{
        padding: 20px 4px;
    }
    .services .serviceObjCon{
        height: 370px;
    }
    .services .serviceObjCon .redbox{
        height: 300px;
        width: 90%;
        background-color: red;
        position: absolute;
        right: 0;
        bottom: 30;
        
    }
    .services .serviceObjCon .imgDiv{
        width: 90%;
        height: 300px;
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
    }
    .services .dealerCon1{
        padding: 10px;
    }
    .stock{
        padding: 40px 10px;
    }
}
.historyCon{
    padding: 140px 40px;
}
.historyCon .img-fluid{
    height: 400px;
}
.historyCon .history{
    padding-top: 40px;
    text-align: justify;
}
.historyCon .history h1{
    /* font-family: 'Patua One', cursive; */
    font-weight: 900;
    color: red;
}
@media (max-width: 700px) {
    .historyCon{
        padding: 40px 10px;
    }
    .historyCon .img-fluid{
        height: 200px;
        width: 100%;
    }
    .historyCon .history{
        padding: 10px 20px;
        text-align: center;
    }
}
.r8{
    padding: 0px;
    overflow: hidden;
    /* width: 97%; */
}
.r8 .row{
    padding: 0px;
}
.r8 .row .col-sm-6{
    padding: 0px;
    overflow: hidden;
}
.r8 .row .col-sm-6 .img-fluid{
    height: 100%;
    width: 100%;
    object-fit: cover;
    right: 0;
    left: 0;
    top: 0;
    transition: .8s ease-in-out;
}
.r8 .row .col-sm-6 .img-fluid:hover{
    transform: scale(1.1);
}
.r8 .row .col-sm-6  .text{
    padding: 30px;
}
.r8 .row .col-sm-6  .red{
    background-color: red;
    color: white;
}
.r8 .row .col-sm-6  .red:hover{
    background-color: black;
}
.r8 .row .col-sm-6  .red h1{
    font-weight: 900;
}
.r8 .row .col-sm-6  .white:hover{
    background-color: #ccc;
}
.r8 .row .col-sm-6  .white h1{
    font-weight: 900;
    padding-top: 30px;
}
.r8 .row .col-sm-6  .white .btn{
    background-color: red;
    color: white;
    padding: 10px;
    border-radius: 0px;
}
.r8 .row .col-sm-6 .white .btn:hover{
    background-color: rgb(160, 9, 9);
    transform: translate(-1.2px);
}
.r8 .row .col-sm-6 .right{
    height: 320px;
}
@media (max-width: 700px) {
    .r8{
        padding: 0px;
        height: auto;
    }
    .r8 .img-fluid{
        height: 200px;
    }
    .r8 .row .col-sm-6{
        height: 300px;
    }
    .r8 .row .col-sm-6 .right{
        height: 320px;
    }
}
footer{
    padding: 100px 40px;
    background-color: #ccc;
}
footer section{
    padding-bottom: 10px;
}
footer section h4{
    font-weight: bolder;
}
footer .address{
    padding: 40px 20px;
}
footer h1{
    margin-bottom: 20px;
    font-weight: 900;
}
footer .form-control{
    padding: 10px;
    border: 2px solid #ccc;
    background-color: rgb(228, 226, 226);
}
footer .btn{
    background-color: red;
    color: white;
    padding: 10px;
    border-radius: 0px;
    width: 130px;
}
.postFooter{
    background-color: black;
    padding: 40px;
    color: white;
}
@media (max-width: 700px) {
    footer{
        padding: 40px 10px;
    }
    footer section{
        padding-bottom: 7px;
    }
    footer .address{
        padding: 0px;
    }
    footer h1{
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: lighter;
    }
    footer section h4{
        font-weight: lighter;
    }
}
#myBtn{
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    border: none;
    border-radius: 30px;
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 15px;
    display: block;
    transition: 1s ease;
}
#myBtn:hover{
    background-color: red;
    transition: 1s ease;
}
.explore{
    background-color: #0a0908;
}
.explore .slider {
    height: 90vh;
    width: 100%;
    background-color: #0a0908;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    overflow: hidden;
    transition: background-color 2s;
  }
.explore .slider .credits {
    position: absolute;
    top: 2rem;
    left: 2rem;
    line-height: 1.65;
    z-index: 10;
    max-width: 320px;
    font-size: 1.2rem;
    font-weight: bolder;
    letter-spacing: 0px;
}
  
.explore .slider .item .imgs {
    position: relative;
    width: 60%;
    padding-top: 60%;
  }
.explore .slider .item .imgs .grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    transform: rotate(-20deg);
    opacity: 0.65;
}
  
.explore .slider .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.explore .slider .item .img {
    width: 100%;
    height: 100%;
    position: relative;
    will-change: transform;
    will-change: opacity;
}
.explore .slider .item .img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    -webkit-filter: contrast(110%) brightness(110%) saturate(130%);
    filter: contrast(110%) brightness(110%) saturate(130%);
}
.explore .slider .item .img img::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    mix-blend-mode: screen;
    background: white;
}
.explore .slider .item .img-1 {
    grid-area: 1/1/7/5;
}
.explore .slider .item .img-2 {
    grid-area: 2/5/7/13;
}
.explore .slider .item .img-3 {
    grid-area: 7/1/12/9;
}
.explore .slider .item .img-4 {
    grid-area: 7/9/13/13;
}
.explore .slider .item .content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.15;
    font-size: 5rem;
    font-weight: 700;
}
.explore .slider .item .content .wrap {
    text-align: center;
    color: white;
    text-shadow: 1px 1px 4px rgba(10, 9, 8, 0.2);
    width: 100%;
    max-width: 600px;
    line-height: 1;
}
.explore .slider .item .content .wrap .letter {
    display: inline-block;
}
  
.explore .slider .nav .next,
.explore .slider .nav .prev{
    height: 2rem;
    width: 2rem;
    position: absolute;
    top: calc(50% - 1rem);
    cursor: pointer;
    z-index: 3;
    transition: transform 0.3s;
}
.explore .slider .nav .next {
    right: 2rem;
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M 19 8 L 19 11 L 1 11 L 1 13 L 19 13 L 19 16 L 23 12 L 19 8 z' fill='white'/%3E%3C/svg%3E");
}
.explore .slider .nav .next:hover {
    transform: translateX(0.5rem);
}
.explore .slider .nav .prev {
    left: 2rem;
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M 5 8 L 1 12 L 5 16 L 5 13 L 23 13 L 23 11 L 5 11 L 5 8 z' fill='white'/%3E%3C/svg%3E");
}
.explore .slider .nav .prev:hover {
    transform: translateX(-0.5rem);
}
.explore .slider .nav .explore-btn {
    z-index: 4;
    position: absolute;
    bottom: 2rem;
    left: calc(50% - 4rem);
    width: 8em;
    text-align: center;
    padding: 1rem 0;
    border: solid 2px white;
    background: transparent;
    color: white;
    transition: background-color 0.3s;
    cursor: pointer;
}
.explore .slider .nav .explore-btn:hover {
    color: #3b5998;
    background: white;
}
.explore .slider .item:not(.is-active) {
    opacity: 0;
    pointer-events: none;
}
@media (max-width: 700px) {
    .explore .slider .item .content {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.15;
        font-size: 3rem;
        font-weight: 700;
    }
    .explore .slider .nav .next {
        top: 20em;
        right: 2rem;
        background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M 19 8 L 19 11 L 1 11 L 1 13 L 19 13 L 19 16 L 23 12 L 19 8 z' fill='white'/%3E%3C/svg%3E");
    }
    .explore .slider .nav .prev {
        top: 20em;
        left: 2rem;
        background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M 5 8 L 1 12 L 5 16 L 5 13 L 23 13 L 23 11 L 5 11 L 5 8 z' fill='white'/%3E%3C/svg%3E");
    }
}