@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;400;500;600&family=Taviraj:wght@200;400;500;600&display=swap');

:root {
  --primary: #e59800;
  --black: #1a1a1a;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Mulish", sans-serif;
  color: var(--black);
}

a {
  color: var(--black);
}

a,
a:hover,
a:focus {
  text-decoration: none;
}
button:focus {
  outline: none;
}
input:focus {
  outline: none;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* top header */
.top__header {
  background: #000;
  padding: 10px 0;
}

.top__header .top__header-wrapper {
  display: flex;
  justify-content: end;
}

.top__header .top__header-wrapper ul {
  display: flex;
  gap: 20px;
}

.top__header .top__header-wrapper .follow {
  padding-right: 20px;
  display: inline-block;
  color: #fff;
}

.top__header .top__header-wrapper .follow::after {
  content: "";
  width: 10px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin: 0 0 3px 14px;
}

.top__header .top__header-wrapper ul a i {
  color: #fff;
}

.main__header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main__header-wrapper .logo {
  max-width: 200px;
}

.main__header {
  padding: 10px 0;
}

.main__header .menu_item {
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
}

.main__header .has_submenu {
  position: relative;
}

.fa-angle-down:before {
    padding: 0px 4px 0px 4px;
}

@media(min-width:1025px){

.main__header .has_submenu .sub__menu {
  width: 250px;
  margin: 15px 0px 0 0px;
  padding: 8px 0px 8px;
  margin-left: -75px;
  display: block;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 0;
  pointer-events: none;
  text-align: left;
  list-style: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  background-color: var(--white);
}

.main__header .has_submenu:hover .sub__menu {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 100;
  pointer-events: auto;
}

.main__header .has_submenu:hover:after {
  content: "";
  z-index: 0;
  position: absolute;
  height: 92px;
  width: 100%;
  min-width: 100px;
  bottom: -30px;
  left: 0;
  display: block;
  background: transparent;
}
}

.main__header .menu_item a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.main__header .menu_item:hover > a {
  color: var(--primary);
}

.whatsapp_num a {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap:10px;
}

.whatsapp_num a i {
  font-size: 24px;
}

.whatsapp_num a:hover i,
.whatsapp_num a:hover {
  color: var(--primary);
}

.main__header .has_submenu .sub__menu a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 10px;
  padding: 12px 18px 12px;
  display: block;
}

.main__header .has_submenu .sub__menu a:hover {
  background: var(--primary);
  color: var(--black);
}

.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
  width: 100%;
}

.slide .slide__img:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 101%;
  height: 100%;
  z-index: 1;
  background-color: #192026;
  background-color: var(--black);
  background: #192026;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}

.slide .slide__content {
  position: absolute;
  top: calc(50% - 157px);
  left:0;
  right: 0;
  transform: translateY(calc(-50% + 127px));
  z-index: 9;
  width: 100%;
}

.slide .slide__content--headings {
    text-align: left;
    color: #fff;
    opacity: 0;
    transform: translateY(-100px);
    transition: ease 1.3s all;
}

.slide.slick-active .slide__content--headings {
    opacity: 1;
    transform: translateY(0px);
}

.slide .slide__content--headings h2 {
  font-size: 100px;
    color: var(--primary);
    margin: 10px 0;
    line-height: 1.1em;
    font-family: 'taviraj';
}

.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.banner__slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  color: #fff;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slide .slide__content--headings h2 span {
  color: #fff;
  font-family: 'taviraj';
}

.slide .slide__content--headings p {
  font-size: 36px;
  font-style: italic;
  font-family: 'taviraj';
  color: #fff;
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  animation-name: zoomOutImage;
}

.banner_bottom-sec {
  background: #26243c;
  padding: 60px 0;
/*  margin-top: -255px;*/
  position: relative;
}

.banner_bottom-sec .lte-item {
  background-size: 100%;
  background-position: center center;
  text-align: center;
  padding: 20px 40px 10px 15px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.banner_bottom-sec .lte-item .lte-photo{
  min-width: 110px;
}


.banner_bottom-sec .lte-item img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.banner_bottom-sec .lte-item .lte-item-inner {
  text-align: start;
}

.banner_bottom-sec .lte-item .lte-header {
  font-size: 22px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 8px;
}

.banner_bottom-sec .lte-item .lte-header > * {
  color: #D7B65D;
  font-family: 'Taviraj', serif;
}

.banner_bottom-sec .lte-item .lte-header > *:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f061";
  font-size: 8px;
  margin: -20px 0 0 12px;
  margin-inline-end: 0;
  margin-inline-start: 12px;
  position: relative;
  top: -3px;
}

.banner_bottom-sec .lte-item .lte-item-inner .lte-descr {
  color: rgba(255, 255, 255, 0.5);
}

.banner_bottom-sec .lte-item:after {
  border-right: 1px dashed rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.banner_bottom-sec .lte-item .lte-header:hover > * {
  color: #FFFFFF;
}

/**************************************************************/
.luxury_cars_sec{
  padding-top: 6%;
}
.luxury_cars_head h3{
  font-size: 48px;
  color: #000;
  font-weight: 500;
  padding-bottom: 16px;
  font-family: 'Taviraj', serif;
}
.luxury_cars_head h3 span{
  color: #D7B65D;
  font-family: 'Taviraj', serif;
}
.luxury_cars_head p{
  font-size: 16px;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
}
.luxury_butt_main {
    padding-top: 34px;
}
.luxury_butt_main a {
  font-size: 16px;
  font-weight: 500;
  background-color: #D7B65D;
  padding: 16px 38px;
  font-family: 'Taviraj', serif;
  position: relative;
  display: block;
  margin: 0 0;
  width: fit-content;
}

.airport_sec a{
  margin: 0 auto;
}

.luxury_butt_main a:before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #192026;
  transition: all 0.25s ease-out;
  content: "";
}
.luxury_butt_main a:hover:before {
  width: 100%;
  color: #fff;
}
.luxury_butt_main a:hover i {
  color: #fff;
}
.luxury_butt_main a:hover span {
    color: #fff;
}
.luxury_butt_main a span {
    position: relative;
    z-index: 1;
    font-family: 'Taviraj', serif;
}
.luxury_butt_main a span i{
    margin-left: 4px;
    font-size: 12px;
}
.luxury_cars_imsw img{
  width: 100%;
  height: 100%;
  padding: 20px;
}
/*.luxury_cars_sec .row {
    padding: 0 30px;
}*/
.mercedes_three_sec{
  padding-top: 10px;
  padding-bottom: 70px;
}
.mercedes_main_box{
  border: 2px dashed rgba(0, 0, 0, 0.1);
  padding: 20px 60px 60px;
}
.mercedes_main_md img{
  transition: all 0.3s ease;

}
.mercedes_main_md img:hover{
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.mercedes_contt .mer_hd a{
  font-size: 24px;
  font-weight: 500;
  color: #000;
  font-family: 'Taviraj', serif;
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mercedes_contt .mer_hd a:hover{
  color: #D7B65D;
}
.mercedes_contt .mer_subhd{
  color: #D7B65D;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'Taviraj', serif;
}
.mercedes_contt .mer_pra{
  font-size: 16px;
  line-height: 1.7em;
  font-family: "Mulish", sans-serif;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.star_butt_sec {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
}
.star_head_contt{
  font-size: 24px;
  color: #D7B65D;
  font-weight: 500;
  font-family: 'taviraj';
}
.mer-price{
  color: #192026;
  font-size: 18px;
}
.mer-ratio i{
  color: #D7B65D;
}
.mercedes_three_sec .luxury_butt_main {
    padding-top: 30px;
}
.mercedes_three_sec .luxury_butt_main a {
    display: flex;
    justify-content: center;
    font-size: 18px;
}
.incredible_head_cott {
  padding-top: 40px;
  text-align: center;
}
.incredible_head_cott h5{
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  font-family: 'Taviraj', serif;
  padding-bottom: 20px;
}
.incredible_head_cott h2{
  font-size: 112px;
  line-height: .9em;
  overflow: visible;
  font-weight: 500;
  color: #192026;
  font-family: 'Taviraj', serif;
}
.incredible_head_cott h2 span{
  color: #D7B65D;
  font-family: 'Taviraj', serif;
}
.incredible_imsec{
  padding-top: 55px;
  width: 100%;
}
.incredible_imsec img{
  width: 100%;
  height: 100%;
  padding: 0 16px;
}
.incredible_imsec{
  animation-name: slideInRight;
  animation-duration: 2s;
  overflow: visible;
  z-index: 5;
}
.sls_services_sec{
  background-color: #26243c;
  margin-top: -7%;
}
.sls_services_inner_main{
  padding-top: 15%;
}
.booking_sec_main{
  padding-top: 10%;
  padding-bottom: 50px;
}
.sls_head_inner h4{
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  line-height: 1.1em;
  font-family: 'Taviraj', serif;
}
.sls_head_inner h4 span{
  color: #D7B65D;
  font-family: 'Taviraj', serif;;
}
.incredible_sec {
    overflow: hidden;
}
.sls_main_services ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 100px;
}
.sls_main_services ul li {
  border-right: 1px dashed rgb(131 122 122 / 86%);
  width: 30%;
}
.sls_main_services {
    padding-top: 50px;
}
.sls_services_inn img {
    margin-bottom: -100px;
}
.sls_main_services ul li:last-child,.sls_main_services ul li.thrd {
    border-right: 0;
}

.sls_box {
  text-align: center;
}
.sls_box i{
  color: #D7B65D;
  font-size: 58px;
}
.sls_box i:hover{
  
}
.sls_box h4 {
  font-size: 18px;
  padding-top: 20px;
  color: #fff;
  font-family: 'Taviraj', serif;
}

.booking_boxes {
    width: 570px;
    margin: 0 auto;
}
.booking_contt h4{
  font-size: 36px;
  font-weight: 500;
  font-family: 'Taviraj', serif;
}
.booking_contt h4 span{
  color: #D7B65D;
  font-family: 'Taviraj';
}
.booking_contt p{
  color: #192026;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 400;
  text-align: justify;
}
.booking_contt {
  padding-right: 10%;
}
.booking_boxes_imas img{
  width: 100%;
  height: 100%;
}
.booking_sec_main .luxury_butt_main {
    padding-top: 20px;
}
.booking_last_whats{
  display: flex;
  padding-top: 5%;
}
.booking_last_whats i {
    font-size: 50px;
    margin-right: 20px;
    color: #D7B65D;
}

/*.booking_last_whats .fa-whatsapp:before {
    content: "";
    background-image: url(https://wp.localserverpro.com/sls/wp-content/uploads/2023/07/whatsup.png);
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    background-size: 100%;
    position: absolute;
    margin-left: -24px;
}*/

.booking_last_whats h5{
  font-size: 14px;
  color: #D7B65D;
  font-family: 'taviraj';
}
.booking_last_whats span{
  font-weight: 500;
  color: #192026;
  font-size: 26px;
  font-family: 'taviraj';
}
.airport_sec{
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: background 0s;
  background-position: 50% 20px;
  position: relative;
}
.airport_sec:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#343143;
  opacity: 0.75;
}
.airport_contt {
    text-align: center;
    padding: 150px 0;
}
.airport_contt h2 {
    font-size: 80px;
    color: #fff;
    line-height: 1em;
    font-family: 'Taviraj';
}
.airport_contt h2 span{
  color: #D7B65D;
  font-family: 'Taviraj';
}
.airport_contt h5{
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    padding-top: 30px;
}
.discount_card_sec{
    background-color: #D7B65D;
}
.discount_card_contt {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    padding-right: 80px;
}
.discount_card_contt h2{
  font-size: 100px;
  line-height: 1em;
  font-weight: 500;
  overflow: visible;
  font-family: 'Taviraj';
}
.discount_card_contt h5{
  font-size: 26px;
  font-weight: 500;
  font-family: 'Taviraj';
}
.discount_card img{
  object-position: 0px -35px;
}
.latest_news_sec{
  padding-top: 80px;
  padding-bottom: 80px;
}
.latest_news_contt{
  text-align: center;
}
.latest_news_contt h2{
  font-size: 92px;
  line-height: 1em;
   font-weight: 500;
  color: #192026;
  font-family: 'Taviraj', serif;
}
.latest_news_contt h5{
  font-style: italic;
  font-weight: 300;
  color: #192026;
  font-size: 24px;
  padding-top: 30px;
  padding-bottom: 50px;
}
.latest_news_contt h5 span{
   color: #D7B65D;
}
.latest_news_contt h2 span{
  color: #D7B65D;
  font-family: 'Taviraj', serif;
}
.latest_news_inner{
  box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
.latest_news_inner:hover{
  box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}
.latest_news_imgsed img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.latest_main_boxes{
  margin-top: 20px;
  padding: 0 30px;
}
.latest_contt h3{
  margin-bottom: 25px;
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest_contt h3 a{
  font-size: 21px;
  color: #192026;
  font-weight: 500;
   font-family: 'Taviraj', serif;
}
.latest_contt h3 a:hover {
   color: #D7B65D;
}
.latest_butt{
  margin-bottom: 20px;
}
.latest_butt a{
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.latest_new_foot{
  padding: 15px 30px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
}
.latest_new_foot p{
  line-height: 1.3em;
  font-size: 12px;
  margin-bottom: 0px;
  color: #adadad;
}
.latest_contt p{
  line-height: 1.5em;
  font-size: 16px;
  color: #777;
  display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.latest_contt {
    margin-top: 20px;
}
.latest_small_icon{
  position: relative;
  width: 100%;
  top: -25px;
  height: 0;
  pointer-events: none;
}
.latest_small_icon img{
  border-radius: 50%;
  width: 60px;
  pointer-events: all;
  transform: translateY(-50%);
}
.customer_sec{
  background-color: #F5F5F5;
  padding:40px 0px 40px 0px;
}
.customer_inner {
    padding: 0 20px;
}
.customer_inner ul {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.customer_inner ul li{
    zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  transition: all 0.4s ease;
}
.customer_inner ul li:hover{
   opacity: 1;
}

span.menu-tgl {
    padding: 20px;
}



    footer {
        background: #26243C;
        padding: 100px 50px 0 50px;
    }

    .top-footer {
        display: flex;
        align-items: center;
        padding-bottom: 70px;
        justify-content: space-evenly;
        border-bottom: 1px solid #505050;
    }

    .top-left-foot h4 {
        font-family: 'Taviraj', serif;
        color: #d7b65d;
        font-size: 20px;
        font-weight: 500;
    }

    .top-left-foot h3 {
        font-family: 'Taviraj', serif;
        color: white;
        font-size: 35px;
        font-weight: 500;
    }

    .subscribe-box-foot, .subscribe-box-foot p {
        display: flex;
    }

    .subscribe-box-foot br {
        display: none;
    }

    .subscribe-box-foot input {
        background: white;
        border: none;
        outline: none;
        padding: 20px;
        width: 320px !important;
        height: 50px;
    }

    .subscribe-box-foot input.wpcf7-form-control.has-spinner.wpcf7-submit {
        background: #d7b65d;
        padding: 12px 45px 12px 45px;
        height: 50px;
        box-shadow: none;
        font-weight: 500 ;
        outline: none;
        text-transform: capitalize !important;
        font-family: 'Taviraj', serif;
        font-size: 18px !important;

        border: none;
        width: fit-content !important;
    }

    .foot-logo {
        padding: 50px 70px;
        text-align: center;
    }

    .foot-logo img {
        width: 200px;
    }

    .foot-cont {
        display: flex;
        justify-content: space-evenly;
    }

    .foot-cont .foot-cont-each {
        width: 25%;
        text-align: center;
    }

    .foot-cont .foot-cont-each i {
        color: #d7b65d;
        font-size: 25px;
        margin-bottom: 10px;
    }

    .foot-cont .foot-cont-each p {
        color: white;
        font-size: 18px;
        font-family: 'Taviraj', serif;
        margin-bottom:0px;
    }

    .foot-cont .foot-cont-each a {
        display: block;
        color: white;
        font-family: 'Taviraj', serif;
        font-size: 18px;
    }

    .foot-cont .foot-cont-each a:hover {
        color: #d7b65d;
    }

    .foot-cont .foot-cont-each p:hover {
        color: #d7b65d;
    }
    .foot-cont .foot-cont-each {
    border-right: 1px dashed #505050;
    padding: 20px 0;
}

.foot-cont .foot-cont-each:last-child {
    border: none;
}
.main-footer {
    padding-bottom: 70px;
}
.bottom-footer {
    width: auto;
    margin: auto -50px;
    background: red;
}
.bottom-footer {
    width: auto;
    margin: auto -50px;
    background: #201F33;
    text-align: center;
    padding: 30px 0;
}

.bottom-footer p {
    color: white;
    margin: 0;
}

.bottom-footer p a {
    color: #d7b65d;
}

.slide {
  position: relative;
}

.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}


ul.mobile-main {
    width: 50%;
    position: absolute;
    z-index: 99;
    background-color: #fff;
    right: 0;
    padding: 20px;
    height: 100vh;
}

ul.mobile-main li {
    padding: 20px 0;
    border-bottom: 1px dotted;
}

span.cross {
    display: none;
}
.menu_bar {
    display: none;
}

.whatsapp_num.mobile {
    display: none;
}

li.menu_item.active a,.sub__menu li.active a{
    color: #e59800;
}

.top-right-foot .wpcf7 form.invalid .wpcf7-response-output {
    margin: 2px !important;
    color: white;
    font-size: 13px;
    border-width: 1px !important;
    width: fit-content;
}

.top-right-foot .wpcf7 form.sent .wpcf7-response-output{
    border-color: #46b450;
    color: #fff !important;
    width: fit-content;
    font-size: 13px;
}



@media (min-width: 1200px) {
  .container {
    max-width: 1370px;
  }
  .banner_bottom-sec .lte-item .lte-photo {
    margin-right: 35px;
    margin-inline-end: 35px;
    margin-inline-start: 0;
  }

  
}

@media (min-width: 1600px) {
  .container {
    max-width: 1570px;
  }
  .banner__slider, .slide {
  height: calc(100vh - 157px);
    object-fit: cover;
  }
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 0;
    height: 100%;
  }

  .slide .slide__img img{
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: calc(100vh - 157px);
  }
}

@media(max-width:1600px){

.banner_bottom-sec .lte-item{
  display: flex;
  padding: 10px;
}
.banner_bottom-sec .lte-item .lte-item-inner {
    text-align: left;
    margin-top:0px;
}
.sls_services_inn img {
    margin-bottom:0px;
}

.slide .slide__img img {
    object-fit: cover;
    height: calc(100vh - 157px);
}

.latest_news_contt h2 {
    font-size: 64px;
}
.incredible_head_cott h2 {
    font-size: 84px;
}

.banner_bottom-sec {
    margin-top: 0;
}
.slide .slide__content {
    top: calc(50% - 90px);
    left:0px;
}

.banner_bottom-sec .lte-item:after{
  display: none;
}

.booking_boxes {
    width: 100%;
}

.slide .slide__content--headings h2 {
    font-size: 80px;
    line-height: 1.2em;
}

.sls_head_inner h4{
  text-align: center;
}

.sls_box h4{
  padding: 20px;
}

.sls_services_inner_main .row {
    align-items: center;
}

.booking_sec_main {
    padding-top: 7%;
    padding-bottom: 50px;
}
.subscribe-box-foot input {
    height: 50px;
}

}


@media (max-width:1200px){

.sls_box h4 {
    padding: 20px 0 0;
}

.sls_services_inner_main .row {
    align-items: start;
}

.banner_bottom-sec {
    margin-top: 0;
}

.slide .slide__content {
    left:0px;
    padding: 18px;
    z-index: 999;
    width: 100%;
    transform: translateY(-50%);
    top: calc(50% - 0px);
}

.slide .slide__content--headings h2 {
    font-size: 75px;
}

.banner_bottom-sec .col-lg-4 {
    flex: 100%;
    max-width: 100%;
}

.banner_bottom-sec .lte-item {
    align-items: center;
    gap: 27px;
}
.banner_bottom-sec .lte-item .lte-header > *:after{
  display: none;
}

.mercedes_main_box {
    padding: 20px 10px 60px;
}

.star_head_contt {
    font-size: 18px;
}

.incredible_head_cott h2 {
    font-size: 48px;
}

.sls_main_services ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 30px;
}
.sls_services_maincont {
    margin-bottom: 120px;
}

.discount_card {
    text-align: center;
    margin: 0px 0 40px;
}

.discount_card img{
  object-position: 0px 0px;
}

.discount_card_sec .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

.discount_card_contt {
    display: block;
    text-align: center;
    padding-right: 0;
    margin: 40px 0;
}

.customer_sec {
    background-color: #F5F5F5;
    padding: 25px 0px 25px 0px;
}

.latest_news_sec {
    padding-top: 50px;
    padding-bottom: 50px;
}

.latest_news_contt h2 {
    font-size: 48px;
}

.top-footer {
    align-items: flex-start;
    padding-bottom: 40px;
    gap: 20px;
}

.sls_main_services ul li{
  border-right: 0;
}

.foot-cont .foot-cont-each{
  border-right: 0;
}

.banner_bottom-sec .lte-item:after{
  display: none;
}

.main__header .menu_item {
    padding: 0 8px;
}

.luxury_cars_sec{
  padding-bottom: 6%;
}

.banner_bottom-sec .lte-item {
    align-items: center;
}

}


@media (max-width:1024px){

.main__header .menu_item {
    display: block;
    padding: 10px 0px;
    border-bottom: 1px dotted #fff;
}
.main__header nav ul {
    margin-top: 30px;
}
.main__header .menu_item a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

span.cross {
    width: 100%;
    display: block;
    text-align: right;
}
span.cross i.fas.fa-times {
    color: #fff;
}
.main-menu.active-mobile {
    right: 0;
   
}
.main-menu {
    position: fixed;
    height: 100vh;
    background: #000;
    right: -300px;
    top: 0;
    z-index: 9;
    width: 100%;
    max-width: 300px;
    transition: ease 0.8s all;
     padding: 20px;
}

span.cross {
    display: block;
}
.menu_bar {
    display: block;
}
ul.sub__menu {
    display: none;
}
span.toChild.active-icon:before {
    content: "\f106";
}

.whatsapp_num.mobile a,.whatsapp_num.mobile a i{
  color: #fff;

}

.whatsapp_num.mobile {
    margin-top: 20px;
    display: block;
}

i.fas.fa-angle-down {
    display: none;
}

span.toChild.fa.fa-angle-down {
    color: #fff;
    font-size: 12px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translate(20%, 71%);
}


.main__header .has_submenu .sub__menu a {
    margin: 0;
    padding: 4px 0px 8px;
}

ul.sub__menu {
    margin-top: 0 !important;
}


}


@media (max-width:992px){

.star_head_contt {
    font-size: 24px;
}

.banner_bottom-sec .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.banner_bottom-sec{
  margin-top: 0;
}


.banner_bottom-sec .lte-item {
    display: block;
    text-align: center;
    padding: 20px;
}
.banner_bottom-sec .lte-item:after{
  display: none;
}
.banner_bottom-sec .lte-item .lte-item-inner {
    text-align: center;
    margin-top: 20px;
}

.slide .slide__content--headings h2 {
    font-size: 70px;
    text-align: center;
}
.slide .slide__content--headings p {
    font-size: 20px;
    text-align: center;
}

/*.slide .slide__img img {
    object-fit: cover;
    height: 550px;
}*/

.mercedes_main_box {
    padding: 20px 20px 60px;
    margin-bottom: 30px;
}

.luxury_cars_imsw {
    display: none;
}

.incredible_head_cott h2 {
    font-size: 46px;
}

.sls_services_inn {
    display: none;
}

.sls_main_services ul {
    justify-content: space-around;
    row-gap: 40px;
}
.sls_main_services ul li {
    border-right: 0;
    width: 48%;
}

.sls_services_maincont {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}
.booking_contt {
    padding-right: 0;
}
.booking_boxes {
    width: 100%;
    text-align: center;
    padding:0  4%;
}
.booking_last_whats{
  justify-content: center;
  padding-top: 5%;
}
.booking_boxes_imas img {
    margin: 40px 0 -160px;
    position: relative;
    z-index: 99;
}

.latest_news_contt h2 {
    font-size: 40px;
}

.latest_news_inner {
    margin-bottom: 30px;
}

.customer_inner ul {
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 0;
}

.customer_inner ul li{
  width: 45%;
}

.customer_sec {
    padding: 35px 0px 35px 0px;
}

.top-footer .top-left-foot,.top-footer .top-right-foot {
    width: 50%;
}

.subscribe-box-foot {
    display: block;
}
.subscribe-box-foot button,.subscribe-box-foot input{
  width: 100%;
}
.subscribe-box-foot input{
  margin-bottom: 10px;
}

.foot-cont {
    display: block;
    width: 100%;
}

.foot-cont .foot-cont-each {
    border-right: 0;
    padding: 20px 0;
    width: 100%;
    margin-bottom:0;
}

.customer_inner ul li img{
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.latest_news_sec {
    padding-top: 50px;
    padding-bottom: 40px;
}

 .booking_contt p{
  text-align: center;
 }   

.luxury_butt_main a {
    margin: 0 auto;
}

.subscribe-box-foot .d-flex, .subscribe-box-foot .d-flex p {
    display: block !important;
}
.subscribe-box-foot button, .subscribe-box-foot input {
    width: 100% !important;
}
.subscribe-box-foot input.wpcf7-form-control.has-spinner.wpcf7-submit{
  width: 100% !important;
}


}


@media (max-width:768px){

.luxury_cars_boxcont {
    text-align: center;
}

}

@media (max-width:767px){

.top-footer .top-left-foot, .top-footer .top-right-foot {
    width: 100%;
}
.customer_inner ul li img{
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.slide .slide__img img {
    height: 400px;
}

.slide .slide__content--headings h2 {
    font-size: 45px;
}

.booking_last_whats{
  padding-top: 16%;
}

.airport_contt h2 {
    font-size: 40px;
}

.booking_contt p {
    text-align: center;
}

.airport_contt h5 {
    font-size: 21px;
}
.airport_contt {
    padding: 150px 0;
}

.discount_card{
  display: none;
}


.discount_card_contt h2 {
    font-size: 40px;
}
.discount_card_contt h5 {
    font-size: 22px;
}


.top-footer {
    display: block;
    padding-bottom: 40px;
}
footer {
    padding: 60px 100px 0 100px;
}
.top-left-foot{
  display: none;
}

.subscribe-box-foot {
    display: block;
}
.subscribe-box-foot input {
    width: 100%;
    margin-bottom: 20px;
}

.subscribe-box-foot button {
    width: 100%;
}


.bottom-footer {
    width: 100%;
    margin: 0;
    padding: 14px 0;
}

.bottom-footer p {
    font-size: 14px;
}

.luxury_cars_boxcont {
    text-align: center;
}

.slide .slide__content--headings h2 {
    font-size: 52px;
    text-align: center;
}

.banner_bottom-sec {
    margin-top: 0;
}

.luxury_cars_head h3 {
    font-size: 31px;
}

.luxury_butt_main {
    padding-top: 34px;
}

.incredible_head_cott h5 {
    font-size: 22px;
}

.sls_head_inner h4 {
    font-size: 30px;
}


.sls_box h4 {
    font-size: 16px;
}

.star_butt_sec {
    display: block;
}

.latest_contt h3 {
    margin-bottom: 16px;
    height: auto;
    line-height: 21px;
}

.banner_bottom-sec .col-lg-4 {
    flex: 100%;
    max-width: 100%;
}

.foot-logo {
    padding: 30px;
}

}

@media (max-width:600px){

footer {
    padding: 60px 30px 0 30px;
}



}


@media (max-width:576px){

.whatsapp_num{
  display: none;
}

.luxury_cars_head h3 {
    font-size: 23px;
}

}