


.banner img{
    width: 100%;
}

.banner-img {
    width: 301%;
}

.my-carousel .item {
  padding: 40px;
}

.my-carousel .item img{
    width: 90%;
    height: 750px;
}

.owl-carousel.my-carousel {
    width: 350%;
    margin-left: -3%;
    margin-top: -2%;
}

    /* .brand-1 {
    display: none;
} */

.call {
    border-radius: 50%;
    background-color: blue;
    padding: 20px 20px;
    color: #fff;
    position: fixed;
    margin-left: 3%;
    margin-top: -4%;
    z-index: 999;
}

.whatsapp {
    border-radius: 50%;
    background-color: green;
    padding: 20px 20px;
    color: #fff;
    position: fixed;
    margin-left: 3%;
    margin-top: 0%;
    z-index: 999;
}




/* end banner */




.welcome{
    display: flex;
    justify-content: space-between;
    padding: 80px 50px 0 200px;
    margin-bottom: 70px;
    align-items: center;
    position: relative;
    margin-top: -2%;
}
.wel-top{
    position: absolute;
    top: 0%;
    right: 0%;
}
.wel-text{
    width: 51%;
    text-align: center;
}

.wel-img{
    width: 90%;
}
.wel-img img{
    width: 100%;
}

.wel-text p{
    color: #444444;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 31px;
    text-align: left;
    margin-bottom: 40px;
}

.main-bt{
    text-align: left;
}
.wel-main-area{
    position: relative;
}
.wel-line-bg{
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -2;
}
.bt-ar{
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    background-color: #D6152C;
    padding: 9px 25px;
    border-radius: 20px;
}

/* end welcome */

.d-flex{
    display: flex;
}

.ser-con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ser-area{
    width: 24%;
    background-color: #fff;
    box-shadow: 1px 1px 10px #9a9a9a;
    padding: 30px 10px;
    text-align: center;
    border-radius: 170px 170px 0 0;
    transition: all ease 0.4s;
}
.ser-area:hover{
    background-color: #f3ecb9;
    transform: translateY(-15px);
}

.services{
    padding-bottom: 30px;
    position: relative;
    padding: 0 200px 20px;
}

.ser-bot{
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    z-index: -1;
}

.ser-bot img{
    width: 100%;
}

.ser-area h1{
    color: #242424;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

.ser-area p{
    color: #444444;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}


/* end services */

.exp-main-area {
    padding-top: 80px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.explore{
      position: relative;
      padding: 0px 0px 0;
}

.exp-con {
    position: relative;
    padding: 0px 80px;
}
.moto-bg{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
}
.moto-bg img{
    width: 100%;
}
.exp-con {
    position: relative;
    z-index: 1;
}
.moto-div-area-main-2 {
    width: 70%;
}
.bi-logo {
    margin-top: 20px;
}
.exp-img {
    width: 48%;
}
.exp-text-area {
    width: 46%;
    text-align: center;
}

.price-arrow img{
    width: 100%;
}
.explore-area {
    position: relative;
    padding: 126px 0 40px;
}
.varaity {
  text-align: center;
  width: 26%;
}

.ex-pop-bt {
  color: #222;
  font-weight: 500;
  border: 1px solid red;
  padding: 8px 10px;
  text-align: center;
  border-radius: 0 20px 20px 0;
}

.prise p{
  color:#444 ;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
  margin-top: 5px;
}
.prise p span{
  color:red;
  font-size: 18px;
  font-weight: 700;
}
.varaity p {
  color: #222;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat";
  margin-top: 5px;
}
.scoo-top img{
 width: 100%;
}

.explore-area-2 {
    transform: rotate(90deg);
    width: 30%;
    position: absolute;
    top: 21%;
    right: 0%;
}
.exp-top-ar{
    display: none;
    text-align: center;
}
.explore-area-1 {
    width:90%;
}
.scooter .exp-text-area{
    width: 47.6%;
    text-align: center;
}
.scooter .moto-div-area-main-2 {
    width: 61%;
}

  .explore-area-2 .owl-carousel .owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 30%;
    transform: translateY(-30%);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}
  
  div .explore-area-2 .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -9%;
    font-size: 36px;
}
 div .explore-area-2 .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -9%;
    font-size: 36px;
}

.explore-area-1{
    display: none;
}
.explore-area-1.current{
    display: block;
}

.exp-img img {
    width: 100%;
}

.fea-area.fea-area-2 {
    border-bottom: none;
}

.text-top {
    text-align: center;
    margin-top: -50px;
}
.mo-di{
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.scooter .explore-area-2{
    left: 0%;
    top: 23%;
}

 .moto-bg-2{
    position: absolute;
    right: 0%;
    top: 0%;
    width: 100%;
}
 .moto-bg-2 img{
    width: 100%;
}

.scooter .explore-area-1 {
    width: 100%;
}
.scooter .total-div-area {
    justify-content: flex-end;
    margin-top: 10px;
}

.total-div-area {
    display: flex;
}

/* end scooter */


.motor-cc .explore-area-1 {
  width: 100% !important;
}

.moto-div-k {
    width: 10%;
}

.motor-cc .explore-area-2 {
  left: -13%;
}

.tab-menu ul{
	margin: 0;
	padding: 0;
}
.tab-menu ul li{
	list-style-type: none;
	display: inline-block;
}

.tab-menu ul li a.active-a{
	background-color: #588d7d;
	color: #ffffff;
}
.tab{
	display: none;
}

.tab-active{
	display: block;
}

.motor-cc {
  margin-bottom: 50px;
}



.explore .owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
  color: #000;
  text-decoration: none;
}


.motor-head h1{
  color: #323232;
  font-size: 50px;
  font-weight: 500;
  font-family: "Dancing Script", cursive;
  text-align: center;
}


/* end motorcycle */




/* end  explore */


.star{
    color: #F4C006;
}
.testimonials{
    padding: 50px 0;
    background-color: #242424;
}

.testi-area {
    border: 10px solid #fff;
    text-align: center;
    padding: 0 10px 20px;
    margin-top: 70px;
}
.testi-area:hover {
    background-color: #fff;
    border: 10px solid #D6152C;
}
.testi-area:hover .testi-te-ar h1{
    color: #222;
}
.testi-area:hover .testi-te-ar p{
    color: #222;
}
.testi-img{
    width: 30% !important;
    margin: 0 auto;
}

.testi-img img{
    width: 100%;
    margin-top: -70px;
}

.testimonials .head h1{
    color: #fff;
}

.testimonials .head h2{
    color: #fff;
}

.testi-te-ar h1{
    color: #FFFFFF;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}

.testi-te-ar p{
    color: #f5f5f5;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

.testi-con .owl-prev span, .testi-con .owl-next span {
    font-size: 40px;
    position: absolute;
    top: -68%;
    left: 29%;
    color: red;
}

.testi-con .owl-prev {
    background-color: #fafafa !important;
    padding: 0 10px !important;
    height: 30px !important;
    width: 30px !important;
    position: relative;
    top: 60%;
    left: -7%;
    transform: translateY(-60%);
    position: absolute;
    border-radius: 100% !important;
    box-shadow: 1px 1px 7px #7b7b7b;
}

.testi-con .owl-next {
    background-color: #fafafa !important;
    padding: 0 10px !important;
    height: 30px !important;
    width: 30px !important;
    position: relative;
    top: 60%;
    right: -7%;
    transform: translateY(-60%);
    position: absolute;
    border-radius: 100% !important;
    box-shadow: 1px 1px 7px #7b7b7b;
}

/* end testimonials */

.gallery-slider-top .owl-prev span, .gallery-slider-top .owl-next span {
    font-size: 40px;
    position: absolute;
    top: -68%;
    left: 29%;
    color: red;
}
.gallery-slider-top .owl-prev {
    background-color: #fafafa !important;
    padding: 0 10px !important;
    height: 30px !important;
    width: 30px !important;
    position: relative;
    top: 50%;
    left: -7%;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 100% !important;
    box-shadow: 1px 1px 7px #7b7b7b;
}

.gallery-slider-top .owl-next {
    background-color: #fafafa !important;
    padding: 0 10px !important;
    height: 30px !important;
    width: 30px !important;
    position: relative;
    top: 50%;
    right: -7%;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 100% !important;
    box-shadow: 1px 1px 7px #7b7b7b;
}

.gallery-slider-top {
    width: 65%;
    margin: 0 auto;
}
.gallery-slider-bot {
    margin-top: -50px;
    background-color: #222;
    position: relative;
    z-index: 9;
    padding: 15px;
}

.gallery{
    padding: 80px 0;
}




 /* end gallery  */

.video-area{
    position: relative;
}

.video-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.video-img img{
    width: 100%;
    height: 100%;
}

.video-ar {
   width: 100%;
   height: 450px;
}

.video-ar video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.video{
    margin-bottom: 40px;
    padding: 0 20px;
}





@media (max-width: 1920px){


        .menu-link {
        font-size: 17px;
    }

    .call {
    position: fixed !important;
    margin-left: 1%;
    margin-top: 5%;
    z-index: 999;
}

.whatsapp {
        position: fixed !important;
        margin-left: 1%;
        margin-top: 7%;
        z-index: 999;
}

    .wel-text p {
    font-size: 25px;
}

.bt-ar {
    font-size: 33px;
    padding: 14px 33px;
}

img.ser-area-img {
    width: 40%;
}

.ser-area h1 {
    font-size: 33px;
}

.ser-area p {
    font-size: 25px;
}

.motor-head h1 {
    font-size: 70px;
}

.testi-te-ar h1 {
    font-size: 30px;
}

.testi-te-ar p {
    font-size: 22px;
}
}

@media (max-width: 1366px){

    .navbar {
        margin-top: 11%;
    }

    
.owl-carousel.my-carousel {
    margin-top: -3%;
}

        .wel-text p {
        font-size: 25px;
    }

        .bt-ar {
        font-size: 27px;
    }

    .ser-area {
    width: 48%;
}

    img.ser-area-img {
        width: 30%;
    }

    .call {
    position: fixed !important;
    margin-top: 5%;
}

    .whatsapp {
        position: fixed !important;
        margin-top: 7%;
    }
}

@media (max-width: 1024px){

        .navbar {
        margin-top: 10%;
    }

    .banner {
    width: 104%;
}


    .owl-carousel.my-carousel {
        margin-top: -4%;
        margin-left: -4%;
    }

    .my-carousel .item img{
    width: 92%;
    height: 600px;
}

    .call {
        margin-top: 5%;
    }

    .whatsapp {
        margin-top: 7%;
    }

.banner-img {
    width: 300%;
}



.menu-link {
        font-size: 16px;
        margin-top: 10%;
    }

        a.brand {
        margin-left: 2%;
    }

    .wel-main-area {
    width: 104%;
    margin-top: -4%;
}

.wel-text {
    margin-left: 19%;
}

    .wel-text p {
        font-size: 27px;
        width: 211%;
        margin-top: 154%;
        line-height: 1.5;
        margin-left: -45%;
    }

    .wel-img img {
        width: 255%;
        margin-left: -187%;
        margin-top: -183%;
}

    .bt-ar {
        font-size: 26px;
        margin-left: 15%;
    }

    .services {
    padding: 0 40px 20px;
}

.exp-main-area {
    width: 104%;
}

.price-arrow img {
    width: 170%;
    margin-left: -38%;
}

.testimonials {
    width: 104%;
}

.testi-img {
    width: 50% !important;
}

.gallery {
    width: 104%;
}

.video {
    margin-bottom: 82px;
    width: 104%;
}

.footer {
    width: 104%;
}
}



@media (max-width: 768px){

    .nav-main-area {
    width: 104%;
}

    .navbar.active {
    margin-left: 0%;
    margin-top: 0%;
}

.menu-link {
        font-size: 20px;
        margin-top: 1%;
    }

    a.brand-1 {
    margin-left: 0%;
}

a.brand-1 img{
        margin-left: -59%;
}


      a.brand {
        margin-left: 1%;
        margin-top: -165%;
        background-color: red;
        padding: 10px 10px;
        border-radius: 10px;
    }

    a.brand img{
      width: 80%;
    }

    .owl-carousel.my-carousel {
        margin-top: -5%;
        margin-left: -5%;
    }

    
    .my-carousel .item img {
        width: 92%;
        height: 400px;
    }

    /* .brand img {
        width: 42%;
        padding-bottom: 2%;
        padding-top: 2%;
        margin-left: 1%;
    } */

        /* .menu.brand-1 img {
        width: 45%;
        background-color: red;
        padding: 10px 16px;
        border-radius: 10px;
        margin-left: 8%;
    } */

      .banner {
        width: 100%;
    }

    .call {
        margin-top: 10%;
        margin-left: 1%;
    }

    .whatsapp {
        margin-left: 1%;
        margin-top: 13%;
}

        /* .owl-carousel .owl-item img {
        width: 100%;
    } */

      .wel-text {
        margin-left: 12%;
    }

          .head h1 {
            font-size: 40px;
    }

           .head h2 {
            font-size: 35px;
    }

        .wel-main-area {
        margin-top: -5%;
    }

        .wel-text p {
        width: 250%;
        font-size: 19px;
        margin-left: -70%;
        margin-top: 148%;
        text-align: justify;
    }

            .bt-ar {
                margin-left: 13%;
                font-size: 18px;
    }

              .wel-img {
                width: 100%;
                margin-top: -53%;
                margin-left: -50%;
    }

                 .wel-img img {
                   width: 100%;
                    margin-left: -23%;
                    margin-top: 10%;
    }

                  .services {
                    padding: 0 20px 0px;
    }

    

                .ser-con {
                    gap: 20px;
    }

                .ser-area {
                width: 48%;
    }

                 .ser-area h1 {
                font-size: 26px;
    }

              .ser-area p {
                font-size: 20px;
    }

               .explore-area-2 {
                width: 55%;
                top: 17%;
                right: -15%;
    }

        .motor-head h1 {
        font-size: 50px;
    }


                .exp-img {
                width: 52%;
                margin-top: -13%;
    }

                 .price-arrow img {
                width: 150%;
                margin-left: -28%;
    }

                  .scooter .explore-area-2 {
               left: -15%;
               top: 10%;
    }

    .testi-img {
        width: 60% !important;
    }
    

    .testi-te-ar h1 {
        margin-left: 5%;
    }

}

@media (max-width: 600px){
        .brand img {
        padding-top: 12%;
        margin-left: -2%;
    }

        .wel-text {
        margin-left: -9%;
        width: 76%;
    }

        .head h1 {
        font-size: 35px;
    }

    .head h2 {
        font-size: 30px;
    }

    .wel-img {
        width: 100%;
        margin-top: -130%;
        margin-left: -68%;
    }

        .wel-img img {
        width: 120%;
        margin-left: -30%;
        margin-top: 15%;
    }

        .wel-text p {
             width: 183%;
        font-size: 17px;
        margin-left: -37%;
        margin-top: 128%;
    }

        .bt-ar {
        margin-left: -34%;
    }

    .moto-bg {
    top: 4%;
}

    .moto-bg-2 {
    top: 4%;
}

}

@media (max-width: 480px){

        .navbar.active {
        width: 50%;
    }

    .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 64%;
}

     a.brand {
        margin-left: 2%;
        margin-top: -332%;
        background-color: red;
        padding: 10px 16px;
        border-radius: 10px;
        width: 40%;
    }

    a.brand img{
        width: 105%;
        margin-top: -10%;
    }

        a.brand-1 img {
        width: 873%;
        margin-top: 130%;
        margin-left: 27%;
    }

        .menu-link {
        font-size: 15px;
        margin-top: 0%;
    }

    .owl-carousel.my-carousel {
        margin-top: -8%;
        margin-left: -9%;
    }

    .my-carousel .item img {
        width: 100%;
        height: 275px;
    }

    /* .banner {
        width: 157%;
    } */

    .wel-text {
        margin-left: -21%;
    }

    .lin-2 {
    margin-left: 40px;
}

    .call {
        margin-top: 5%;
        margin-left: 1%;
        width: 45px;
        height: 45px;
    }

    svg.bi.bi-telephone-fill {
    width: 404%;
    margin-left: -125%;
    margin-top: -435%;
}

    .whatsapp {
        margin-top: 8%;
        margin-left: 1%;
        width: 45px;
        height: 45px;
    }

svg.bi.bi-whatsapp {
    width: 404%;
    margin-left: -125%;
    margin-top: -435%;
}



        .head h1 {
        font-size: 26px;
    }

    .head h2 {
        font-size: 23px;
    }

        .wel-img img {
        width: 138%;
        margin-left: -45%;
        margin-top: -78%;
    }

        .wel-text p {
        width: 195%;
        font-size: 15px;
        margin-left: -32%;
        margin-top: 135%;
    }

        .bt-ar {
        margin-left: 13%;
        font-size: 14px;
    }

        .ser-area {
        width: 47%;
    }

        .ser-area-img {
        width: 32%;
    }

        .ser-area h1 {
        font-size: 19px;
    }

        .ser-area p {
        font-size: 12px;
    }

    .motor-head h1 {
    font-size: 35px;
}

    .exp-img {
        width: 77%;
        margin-top: -39%;
        margin-left: -63%;
    }

    
    .exp-img img {
    width: 100%;
    margin-left: 42%;
}

 
    .price-arrow img {
        width: 205%;
        margin-left: -53%;
        margin-top: -74%;
    }
/* 
        .owl-carousel .owl-item img {
        margin-left: 0%;
        width: 100%;
    } */

        .explore-area-2 {
        width: 55%;
        top: 25%;
        right: -25%;
    }

        .scooter .explore-area-2 {
        left: -20%;
        top: 30%;
    }


    .testi-img {
        width: 40% !important;
        margin-left: 37%;
    }
   
    .testi-te-ar h1 {
        font-size: 20px;
        margin-left: 15%;
    }

    
.testi-icon {
    margin-left: 14%;
}

    .testi-te-ar p {
        font-size: 15px;
    }

    
/* .gallery-slider-top {
    width: 53%;
    margin-left: 37%;
    padding: 0 20px;
} */


.gallery-slider-bot {
    margin-top: -10px;
}

}

/* @media (max-width: 360px){

        .burger {
        margin-right: -90%;
    }
        .banner {
        width: 213%;
    }

        .brand img {
        margin-left: 2%;
        width: 70%;
        background: none;
    }
   
      .welcome {
        width: 213%;
}

    .head h1 {
        font-size: 33px;
        margin-top: 20%;
    }

    .head h2 {
        font-size: 27px;
        width: 130%;
        margin-left: -15%;
    }

    .wel-text {
        margin-left: -2%;
        margin-top: -7%;
    }

        .wel-text p {
        font-size: 22px;
        margin-top: 135%;
        margin-left: -38%;
        width: 182%;
    }

        .wel-img img {
        width: 120%;
        margin-left: -23%;
        margin-top: 67%;
    }

        .bt-ar {
        font-size: 19px;
        margin-left: -37%;
    }

        .services {
        width: 213%;
    }

    .ser-area {
        width: 46%;
    }

    .ser-area-img {
        width: 45%;
    }

        .ser-area h1 {
        font-size: 23px;
    }

        .ser-area p {
        font-size: 22px;
    }

    .exp-main-area {
        width: 213%;
        margin-top: -33%;
}

    .explore-area-2 {
        width: 55%;
        top: 32%;
        right: -24%;
    }

    
    .scooter .explore-area-2 {
        left: -19%;
        top: 26%;
    }

.price-arrow img {
        width: 235%;
        margin-left: -58%;
        margin-top: -48%;
    }

        .motor-head h1 {
        font-size: 45px;
    }

    
.bi-logo {
    margin-top: 45px;
}

    .testimonials {
    width: 213%;
}

.gallery {
            width: 213%;
        margin-top: -40%;
}

.video {
    width: 213%;
}

.footer {
    width: 213%;
}
} */

@media (max-width: 320px){

     a.brand {
        margin-left: 3%;
        margin-top: -308%;
        background-color: red;
        padding: 10px 15px;
        border-radius: 10px;
    }

    a.brand img{
      width: 100%;
    }

        a.brand-1 img {
        width: 677%;
        margin-top: 100%;
        margin-left: -20%;
    }

    .menu-link {
        font-size: 20px;
    }

        .owl-carousel.my-carousel {
        margin-top: -12%;
        margin-left: -13%;
    }

    .my-carousel .item img {
        width: 108%;
        height: 200px;
    }


        .burger {
        margin-right: -140%;
    }

        .brand-1 img {
        width: 45%;
    }

        .banner {
        width: 109%;
    }

        .call {
        margin-top: 17%;
        margin-left: 1%;
        width: 50px;
        height: 50px;
    }

    svg.bi.bi-telephone-fill {
        width: 637%;
        height: 25px;
        margin-left: -265%;
        margin-top: -133%;
}

    .whatsapp {
        margin-top: 22%;
        margin-left: 1%;
        width: 50px;
        height: 50px;
    }

svg.bi.bi-whatsapp {
        width: 637%;
        height: 25px;
        margin-left: -265%;
        margin-top: -182%;
}

    .wel-main-area {
        width: 116%;
        margin-top: -13%;
    }

        .welcome {
        width: 100%;
    }

    .wel-img {
        width: 150%;
    }

        .wel-img img {
         margin-top: -190%;
        margin-left: -40%;
    }

        .wel-text {
        margin-left:-58%;
    }

    .head h1 {
        font-size: 19px;
    }

        .head h2 {
        font-size: 19px;
        width: 157%;
        margin-left: -26%;
    }

        .wel-text p {
        width: 280%;
        font-size: 14px;
        margin-top: 215%;
        margin-left: -55%;
    }

        .bt-ar {
        margin-left: -62%;
        font-size: 13px;
    }

        .services {
        width: 101%;
    }

        img.ser-area-img {
        width: 42%;
    }

    .ser-area h1 {
        font-size: 20px;
    }

        .ser-area p {
        font-size: 13px;
    }

        .exp-main-area {
        width: 113%;
    }

    .bi-logo img{
        width: 265%;
    }

        .exp-img {
        width: 100%;
        margin-top: -65%;
        margin-left: -91%;
    }

        .price-arrow img {
        width: 328%;
        margin-left: -53%;
        margin-top: -238%;
    }

    
    .explore-area-2 {
        width: 52%;
        top: 38%;
    }

    
    .scooter .explore-area-2 {
        left: -18%;
        top: 37%;
    }

        .testimonials {
        width: 115%;
    }

    
    .testi-te-ar p {
        font-size: 22px;
    }

        .gallery {
        width: 113%;
    }

        .video {
        width: 113%;
    }

        .footer {
        width: 113%;
    }
}




.ban-but a h6{
    background-color: red;
    color: #ffff;
    width: 50px;
    padding: 20px 13px;
    font-size: 20PX;
    letter-spacing: 2PX;
    position: fixed;
    right: 0%;
    z-index: 999;
margin-top: 200px;
border-radius: 10px;
writing-mode: vertical-rl;
text-decoration: none;
}

.ban-but a h6:hover{
    background-color: #0e549e;
}
/* FIX EXPLORE MORE BUTTON - MOBILE ONLY */
@media (max-width: 768px) {

  .main-bt {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }

  .main-bt .bt-ar {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 auto !important;
    display: inline-block !important;
  }

}
/* HIDE WELCOME IMAGE ON MOBILE - FINAL SAFE FIX */
@media (max-width: 768px) {
  .wel-img {
    display: none !important;
  }
}




