

*{margin: 0; padding:0; box-sizing: border-box;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,button {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face{
  font-family: "Madera W01 Regular";
  src: url("../fonts/ea82369846239b74436ec7ba3eff1f78.eot");
  src: url("../fonts/ea82369846239b74436ec7ba3eff1f78.eot?#iefix")format("embedded-opentype"),
      url("../fonts/ea82369846239b74436ec7ba3eff1f78.woff")format("woff"),
      url("../fonts/ea82369846239b74436ec7ba3eff1f78.woff2")format("woff2"),
      url("../fonts/ea82369846239b74436ec7ba3eff1f78.ttf")format("truetype"),
      url("../fonts/ea82369846239b74436ec7ba3eff1f78.svg#Madera W01 Regular")format("svg");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
  --blue: #1e90ff;
  --black:#000;
  --white: #ffffff;
  --orange:#ff3c00;
  --navy:#01080e;
  --darkgray:#0f1418;

  --bebasNeue:"Madera W01 Regular";
  --weight-100:100;
  --weight-200:200;
  --weight-300:300;
  --weight-400:400;
  --weight-500:500;
  --weight-600:600;
  --weight-700:700;
  --weight-800:800;
  --lineheight-20:20px;
  --lineheight-24:24px;
  --lineheight-28:28px;
  --lineheight-32:32px;
  --lineheight-36:36px;
  --lineheight-40:40px;
  --lineheight-44:44px;
  --lineheight-48:48px;
  --lineheight-52:52px;
  --lineheight-56:56px;
  --lineheight-60:60px;
  --fontsize-20:20px;
  --fontsize-24:24px;
  --fontsize-28:28px;
  --fontsize-32:32px;
  --fontsize-36:36px;
  --fontsize-40:40px;
  --fontsize-44:44px;
  --fontsize-48:48px;
  --fontsize-52:52px;
  --fontsize-56:56px;
  --fontsize-60:60px;
  --fontsize-64:64px;
  --fontsize-68:68px;
  --fontsize-72:72px;
  --fontsize-76:76px;
  --fontsize-80:80px;
  --gap-15:15px;
  --gap-20:20px;
  --gap-25:25px;
  --gap-30:30px;
  --gap-35:35px;
  --gap-40:40px;
  --gap-45:45px;
  --gap-50:50px;
  --gap-55:55px;
  --gap-60:60px;
  --gap-65:65px;
  --gap-70:70px;
}

/* #wa_btn-content p {
    margin-left: 8px !important;
    font-style: normal;
    font-size: 20px !important;
    line-height: 36px !important;
    font-weight:bold !important;
} */

.nav-link:focus, .nav-link:hover {
  color:#fff;
}

.d-block{display: block;}
.text-right{text-align: right;}
.header{padding: var(--gap-15); position: absolute; left: 0; top: 0; width: 100%; z-index: 1;}
.header-bg{ background-image: linear-gradient(#472819, transparent);}
header .main-menu {padding: 0;}
header .main-menu .navbar-collapse .navbar-nav .nav-item{font-family: "Madera W01 Regular"; font-weight: var(--weight-400); font-size: 14px; color: #fff; line-height: 18px; display: inline-block; padding: 0 30px; position: relative; text-transform: uppercase; font-weight: 600;}
.sml-fnt{font-size: 11px; text-transform: capitalize;}
header .main-menu .navbar-collapse .navbar-nav .nav-item .nav-link{padding-bottom: 0;}
header .main-menu .navbar-collapse .navbar-nav .nav-item a{text-decoration: none; color:#fff; letter-spacing: 1px;}
header .main-menu .navbar-collapse .navbar-nav .nav-item:after{
  display      : block;
  content      : '';
  border-bottom: solid 2px #fff;
  transform    : scaleX(0);
  transition   : transform 300ms ease-in-out;
}

header .main-menu .navbar-collapse .navbar-nav .nav-item:hover:after {
  transform: scaleX(1);
}
.header .top-contact{text-align: right; margin-top: 7px;}
.header .top-contact li{font-family: var(--bebasNeue); font-weight: var(--weight-400); font-size: 26px; color: #fff; line-height: 31px; display: inline-block; padding: 0 15px; letter-spacing: 1px; position: relative;}
.header .top-contact li:after {
  display      : block;
  content      : '';
  border-bottom: solid 2px #fff;
  transform    : scaleX(0);
  transition   : transform 300ms ease-in-out;
}

.header .top-contact li:hover:after {
  transform: scaleX(1);
}

.header .top-contact li:last-child{padding-right:0}
.header .top-contact li a{text-decoration: none; color:#fff; letter-spacing: 1;}
.header .top-contact li:last-child a{color:#ff3c00}

.navbar-toggler {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  .navbar-collapse.collapse:not(.show) {
    display: block;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background: #212529;
    width: 215px;
    height: 100%;
    z-index: 9999;
    padding: 25px;
    transform: translateX(-215px);
    transition: 0.5s ease-in-out;
    display: block;
  }
  .navbar-collapse.show {
    transform: translateX(0px);
  }
  .nav-overlay {
    position: absolute;
    background: #0000007d;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-100vw);
    transition: 0.5s ease-in-out;
    display: block;
  }
  .nav-overlay.active {
    transform: translateX(0);
  }
}

.top-menu{
  display: flex;
  justify-content: end;
  height: 100%;
  align-items: center;
}

.queries{ font-size: 12px; color:#fff; font-family: "Madera W01 Regular";}
.bignumber{font-size: 21px;}

.full-width{width:100%}
.slider{position: relative;}
.slider-inform{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.slider .slider-inform .wild-excussions{font-family: "Madera W01 Regular"; font-size: 17px; color:#fff; letter-spacing: 5px; }
.slider .slider-inform .experince-dubai{font-family: "Madera W01 Regular"; font-size: 63px; color:#fff; text-transform: uppercase;  font-weight: 600;  }

.more-infobtn {
  position: relative;
  width: 200px;
  margin: 0 auto;
  margin-top: var(--gap-15);
}


.more-infobtn .btn-wave {
  display: inline-block;
  color: #000;
  padding: 10px 25px;
  font-family: "Madera W01 Regular";
  font-size: 16px;
  line-height: 24px;
  background-repeat: repeat-x;
  background-position: 0 -55%;
  transition: all 1.25s ease-out;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  background-color: #fff;
}

.more-infobtn .fillwave:hover {
  background-position: 100% 55%;
  color: #fff;
}


.four-point .white-bg{background-color: #fff; padding: 30px 150px; margin-top: -45px; position: relative; box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.07);}
.four-point ul{list-style: none; display: flex; justify-content: space-between;}


.embrace-thejourney{padding: 60px 0 20px;}
.embrace-thejourney .left-text{text-align: left;}
.embrace-thejourney .minus-gap{margin-top: -60px;}

.embrace-thejourney .jouney-title{font-family: var(--bebasNeue); font-size: 24px; color:#000;  font-weight: 600;  }
.embrace-thejourney  .journeybg{background-color: #fdaa5a; color:#fff; border-radius: 5px; padding: 5px; line-height: 60px;}
.embrace-thejourney .desert-profit{ font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #383838; line-height: 24px; margin-top: 15px;}

.mobile-category-section{display: none; padding: 30px; border-bottom: 1px solid #a8a8a8;}
.mobile-category-section .owl-dots, .mobile-category-section .owl-nav{display: none;}
.mobile-category-section .owl-carousel:before{display: none;}

.mobile-category-section .category-title{font-family: "Madera W01 Regular"; font-size: 28px; color: #000000; margin-bottom: 40px; font-weight: 600; position: relative;}

.mobile-category-section .category-title:before{content:''; position: absolute; bottom: -15px; left: 0px; width:50px; height: 5px; background-color: #505050; border-radius: 10px;}

.mobile-category-section .tumb-category{width:115px; height:140px; border-radius: 30px;}
.mobile-category-section .tumb-category img{border-radius: 30px;}
.mobile-category-section .tumb-title{font-family: "Madera W01 Regular"; font-size: 17px; color: #000000;}

.buggy-tour{position: relative;}
.pt-50{padding-top: 50px;}
.pt-70{padding-top: 90px;}

.slider-sup:before{content:''; position: absolute; bottom: 50px; left: -25px; width: 104%; height:135px ; background-color: #f8f2ee; border-radius: 10px;}

.slider-sup2:before{content:''; position: absolute; bottom: -40px; left: -25px; width: 104%; height:150px ; background-color: #f8f2ee; border-radius: 10px;}

.buggy-tour .gap-30{margin-top: 50px;}
.buggy-tour .buggy-title{font-family: "Madera W01 Regular"; font-size:32px ; color: #4d545a; font-weight: 600; text-transform: uppercase;}
.buggy-tour .tours-await{font-family: "Madera W01 Regular"; font-size:18px ; color: #585858; font-weight: 400; margin-top: 10px;}
.buggy-tour .corner-round{border-radius: 10px;}
.buggy-tour .corner-round-pic{border-radius: 10px; border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
.buggy-tour .card{border:none;     box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.07); border-radius: 5px;
}

.buggy-tour .card a{text-decoration: none;}

.buggy-tour .owl-prev {
  position: absolute;
  top: 115px;
  left: -39px;
  background-color: #fff !important;
  padding: 30px !important;
  width: 30px;
  height: 30px;
  font-size: 30px;
}
.buggy-tour .owl-prev span, .buggy-tour .owl-next span{font-size: 50px;}

.buggy-tour .owl-next {
  position: absolute;
  top: 115px;
  right: -39px;
  background-color: #fff !important;
  padding: 30px !important;
  width: 30px;
  height: 30px;
  font-size: 30px;
}
.nowenquire{
  background-color: #df723c;
  padding: 7px 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
  font-weight: 600;
  width: 100%;
}
.buggy-tour .card-img-top{border-radius: 5px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}


.buggy-tour .owl-carousel .card-title{font-size: 16px; font-weight: 600; margin: 0; color:#4d545a;     font-family: "Madera W01 Regular"; margin-bottom: 15px; text-transform: uppercase;}
.buggy-tour .owl-carousel .card-text{font-size: 12px; font-weight: 600; margin: 5px 0 0 0;}


.buggy-tour .owl-carousel .card-price ul li{font-size: 12px; font-weight: 600; margin: 0; color:#4d545a;     font-family: "Madera W01 Regular"; line-height: 20px;}

.buggy-tour .owl-carousel .card-price strong{font-size: 12px; color:#000; font-weight: 400; text-decoration: line-through;}

.perperson{font-size: 12px; color:#000; font-weight: 400; margin-top: -5px;
  display: block;}

.buggy-tour .owl-carousel .owl-dots{margin-top: 70px;}
.buggy-tour .owl-theme .owl-dots .owl-dot span{margin: 5px 3px;}
.buggy-tour .owl-theme .owl-dots .owl-dot span{background-color: #ddd;}
.buggy-tour .owl-theme .owl-dots .owl-dot.active span{background-color: #f4a072;}

.buggy-tour .item .img-sec{transition: all 0.5 ease-in-out;}   
.buggy-tour .item:hover .img-sec img{transform: scale(1.2);}


.why-us .why-box{border: 1px solid #e3d6cd; padding: 15px; margin-top: 30px;}
.why-us .why-box .inside-access{position: relative; font-size: 14px; padding-left: 40px; font-weight: 700;}
.why-us .why-box .circle{width: 25px; height:25px; background-color: #3ec685; border-radius: 50%; display: block; font-size: 18px; padding:2px; position: absolute; top: -5px; left: 0; text-align: center;}

.why-us{margin-top: 30px;}
.why-us .whyus-title, .gallery .gallery-title{font-family: "Madera W01 Regular"; font-size:32px ; color: #4d545a; font-weight: 600;}
.why-us .sml-title, .gallery .sml-title{
  font-family: "Madera W01 Regular";
  font-size: 18px;
  color: #585858;
  font-weight: 400;
  margin-top: 10px;
}
.why-us .why-box p{margin-top: 20px; font-size: 13px; line-height: 20px;}

.carousel-indicators{position: relative; margin-top: 15px;}
.carousel-indicators [data-bs-target]{    background-color: #ce8153;}


.get-in-touch-mobile{padding: 50px 0; display: none;}
.get-in-touch-mobile .getin-title{font-family: "Madera W01 Regular"; font-size:32px ; color: #4d545a;}
.get-in-touch-mobile .for-enquiry{font-family: "Madera W01 Regular"; font-size:16px ; color: #4d545a; line-height: 24px; margin-top: 15px;}

.get-in-touch-mobile .enquiry-boxform{padding: 30px; border-radius: 10px; border: 1px solid #eaeaea; margin-top: 30px; text-align: left;}

.get-in-touch-mobile .touch-fiele{width: 100%; height:45px; font-family: "Madera W01 Regular"; font-size:16px ; color: #4d545a; border: 1px solid #eaeaea; border-radius: 5px; margin-top: 5px;}

.get-in-touch-mobile .rw-top{margin-top: 15px;}
.submit-query {
  background-color: #29a482;
  padding: 7px 34px;
  border-radius: 10px;
  color: #fff;
  font-size: 21px;
  margin-top: 15px;
  width: 100%;
}

.get-in-touch-mobile textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  font-size: 16px;
  resize: none;
}
.gallery .round-gallery{border-radius: 10px;}
.gallery .gap-10{margin-top: 10px;}

.gallery .carousel{margin-top: 30px;}

.inbox-inpt{width: 100%; height: 60px; line-height: 60px; background-color: transparent; padding: 10px; border: none; border-bottom: 1px solid #fff; outline: none;}


.form-gap{margin-top: 30px;}

.submit-fot {
  display: inline-block;
  color: #000;
  padding: 10px 25px;
  font-family: "Madera W01 Regular";
  font-size: 16px;
  line-height: 24px;
  background-image: url(../images/green-button.png);
  background-repeat: repeat-x;
  background-position: 0 -55%;
  transition: all 1.25s ease-out;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  background-color: #fff;
  width: 100%;
  height: 60px;
}

.submit-fot:hover {
  background-position: 100% 55%;
  color: #fff;
}

.address{color:#fff; font-weight: 600; margin-top: 30px;}

.circle {
  width: 25px;
  height: 25px;
  background-color: #3ec685;
  border-radius: 50%;
  display: block;
  font-size: 18px;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.circle i{display: block; font-size: 14px; margin-top: 4px;}

.consdier-point li{position: relative; padding-left: 30px; padding-right: 50px; border-right: 1px solid #66441a; font-weight: 700; }
.consdier-point li:last-child{border-right: none;}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #2a2525;
  text-decoration: none;
}

.padd-50{padding:0px 15px}


.package-detail{margin-top: 40px;}
.package-detail .package-title{color:#080808; font-size: 31px; 
  font-family: "Madera W01 Regular"; 
   font-weight: 600; margin-top: 5px; margin-left: 50px;}

.package-detail .nav{margin-top: 30px;}
.package-detail .nav li{color:#4d545a; font-size: 14px; font-family: "Madera W01 Regular";  font-weight: 400; padding: 15px 45px; background-color: #fff; box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.07);   border: 1px solid #efefef; font-weight: 600;}
.package-detail .nav li a{text-decoration: none; color:#4d545a;}
.package-detail .nav li.active {
  background-color: red;
  color: #fff;
}

.mob-close{display: none;}

.package-detail .nav li.active a{color:#fff}

.package-detail .product-slider{background-color: #fff; box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.07);   border: 1px solid #efefef; padding: 40px;}

.product-slider .owl-dots{display: none;}
.package-detail #sync2 .owl-nav{display: none;}
.package-detail .owl-carousel:before{display: none;}

.package-detail .house-roll{background-color: #fff; box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.07);   border: 1px solid #efefef; padding: 40px; margin-top: 30px;}

.roll-title{
  /* color: #414141; */
  color:#080808;
  /* font-size: 21px; */
    font-size: 23px;
  font-family: "Madera W01 Regular";
  font-weight: 600;
}

.package-detail .house-roll .facility{border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-top: 15px;}

.package-detail .house-roll .facility ul li{position: relative; padding-left: 15px; color:#000000; font-size: 14px; 
  /* font-family: "Madera W01 Regular";   */
  font-family: "Poppins", sans-serif;
  font-weight: 400; line-height: 27px;
}
.package-detail .house-roll .facility ul li:before{content:''; position: absolute; top: 12px; left: 0; width: 5px; height: 5px; background-color: #414141; border-radius: 50%;}

.package-detail .price-box{background-color: #fff; box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.07);   border: 1px solid #efefef; padding: 15px; margin-top: 127px;}


.package-detail .star-review {
  display: flex;
}

.package-detail  .star-review i {
  font-size: 12px;
  padding: 0 2px;
}

.package-detail .benefit-feature{background-color: #e7fdeb; color: #008d00; display: inline-block; margin-top: 15px; padding: 5px 10px; font-size: 14px; font-family: "Madera W01 Regular"; font-weight: 600;}

.package-detail .price{margin-top: 15px; font-size: 28px;}
.detail-booknow {
  background-color: #29a482;
  padding: 7px 34px;
  color: #fff;
  font-size: 21px;
  margin-top: 15px;
  width: 100%;
}

.enquire-form .modal-header{flex-direction: column; align-items: flex-start;}
.enquire-form .btn-close{position: absolute; top: 10px; right: 10px;}

.enquire-form .msg-height{height: 100px;}

.label-title{display: block; font-size: 14px; font-family: "Madera W01 Regular"; color: #414141;}
.full-name{width: 100%; padding: 5px 15px; font-size: 14px; font-family: "Madera W01 Regular"; color: #414141; border: 1px solid #ccc; height: 50px;}


.detail-submit{
  background-color: #29a482;
  padding: 7px 34px;
  color: #fff;
  font-size: 21px;
  width: 250px;
  border-radius: 5px;
}


.mobile-priceview{display: none;}
.mobile-footer{padding:40px 0; display: none;}

.mob-link{margin-top: 15px;}
.mob-link li{display: inline-block;}
.mob-link li a{text-decoration: none;  font-size: 14px; font-family: "Madera W01 Regular"; color: #414141; font-weight: 600;}

.mobile-priceview .mobilestar-review {
  display: flex;
  margin-top: 20px;
}


.copyright{background-color: #ac6628; padding: 5px 0;}
.copyright ul{list-style: none;}
.copyright ul li{  font-size: 12px; font-family: "Madera W01 Regular"; color: #fff; display: inline-block; padding:  15px;}
.copyright ul li a{text-decoration: none; color: #fff;}

.policy-point{margin-top: 15px;}

.policy-point li{  font-size: 12px; font-family: "Madera W01 Regular"; color: #414141; position: relative; line-height: 24px; padding-left: 20px;} 
.policy-point li::before{content: ''; position: absolute; top: 10px; left: 0; width: 5px; height: 5px; background-color: #414141; border-radius: 50%;}

.enquire-form .modal-body{padding: 40px;}
.lovehelp{font-family: Arial, Helvetica, sans-serif; font-size: 28px; color:#414141; margin-top: 30px; font-weight: 600;}
.service-agency{font-family: Arial, Helvetica, sans-serif; font-size: 13px; color:#414141; margin-top: 5px; font-weight: 400; margin-bottom: 15px;}

.c-code{font-size: 12px; font-family: "Madera W01 Regular"; color: #414141; margin-top: 5px;}
.c-dropdown{font-size: 12px; font-family: "Madera W01 Regular"; color: #414141; width: 100%; border: 1px solid #ccc; height: 49px;}

.enquire-form .gp10{margin-top: 10px;}
.round5{border-radius: 10px;}

.exhilarating-adventure{position: relative; box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.07); background-image: url(../images/curve-bg.jpg); background-repeat: no-repeat;  padding: 50px;}

.exhilarating-adventure .adventure-title {
  font-family: "Madera W01 Regular";
  font-size: 52px;
  color: #4d545a;
  font-weight: 800;
  text-transform: capitalize;
}

.exhilarating-adventure .sandy-dones {
  font-family: "Madera W01 Regular";
  font-size: 24px;
  color: #4d545a;
  font-weight: 800;
  margin-top: 15px;
}

.exhilarating-adventure .sandy-dones span{background-color: #fdaa5a; color: #fff; display: inline-block; padding: 0 10px;}

.swiper-slide {
  height: 320px;  
  transition: all 200ms linear;
  transform: scale(0.8);
  text-align: center;
}

.swiper-slide .book-now{padding: 10px ; background-color: #ffe400; border-radius: 5px; margin: 0 auto; width: 150px; margin-top: 10px; }

.swiper-slide .book-now a{text-decoration: none; color:#000}

.swiper-slide.swiper-slide-active {
  transform: scale(1);
  background: #dd7f3c;
  height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.swiper-slide__content {
  height: 300px;
}

.product-card{background: #dd7f3c; padding: 20px 10px; border-radius: 10px;}


.swiper-slide .active-title {
  font-family: "Madera W01 Regular";
  font-size: 19px;
  line-height: 24px;
  color: #fff;
  font-weight: 800;
  padding: 0 15px;
  text-align: center;
}

.swiper-slide .amount-txt{
  font-family: "Madera W01 Regular";
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 800;
  padding: 0 15px;
  text-align: center;
  margin-top: 10px;
}

.big-slide{height:0; overflow: hidden; transition: height 0.5s;}
.swiper-slide-active .big-slide{height:120px; transition: height 0.5s;}
.swiper-slide-active .milton{display: none;}

.milton h2, .milton h3{
  font-family: "Madera W01 Regular";
  font-size: 16px;
  line-height: 30px;
  color: #414141;
  font-weight: 800;
}

.img-sec {
  width: 100% !important;
  background: #d7cdc6;
  background-size: 90% 100%;
  background-position: center;
  text-align: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.buggy-tour .owl-carousel .owl-item img {
  display: inline-block;
  width: 250px;
  transition: all 0.5s ease-in-out;
  
}

.great-deal{margin-top: 50px;}
.great-deal .ride-budget{background-color: #f7eeea; border-radius: 10px;  padding: 30px; margin-top: 120px; border-top-right-radius: 0; border-bottom-right-radius: 0;}

.great-deal .deal-title
{
  font-family: "Madera W01 Regular";
  font-size: 48px;
  line-height: 48px;
  color: #414141;
  font-weight: 800;
}

.great-deal .flexi-ride{
  font-family: "Madera W01 Regular";
  font-size: 24px;
  line-height: 30px;
  color: #4d545a;
  font-weight: 800;
}

.great-deal .expert-advice{
  font-family: "Madera W01 Regular";
  font-size: 16px;
  line-height: 30px;
  color: #4d545a;
  font-weight: 800;
  margin-top: 15px;
}



.banner-num{display: flex;     justify-content: space-between;  margin-top: 30px;}
.banner-num .explore-now{display: inline-block; background-color: #29a482; border-radius: 5px; font-family: "Madera W01 Regular";
  font-size: 16px;
  line-height: 30px;
color:#fff; padding: 10px 30px;}

.banner-num .or{background-color: #34383c; width: 30px; height: 30px; background-color: #34383c; border-radius: 50%; text-align: center; color:#fff; margin-top: 5px;}
.banner-num .callbakc{font-family: "Madera W01 Regular";
  font-size: 16px;
  line-height: 30px; position: relative; font-weight: 600;}

  .banner-num .callbakc:before{
    content: "";
    background-image: url(../images/half-circle.png);
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: -50px;
    height: 58px;
    top: -15px;
    width: 29px;
}

.locaiton-map{margin-top: 75px;}

.footer{background-color: #f1f0f0; padding: 40px 0; margin-top: 40px;}
.footer .footer-link{margin-top: 15px;}
.footer-link li{font-family: "Madera W01 Regular";
  font-size: 13px;
color: #414141;
display: inline-block; padding: 0 10px; border-right: 1px solid #414141;}
.footer-link li:last-child{border: none;}

.footer-link li a{text-decoration: none; color: #414141;}



.best-place-ride{background-image: url(../images/review-bg.jpg); background-repeat: no-repeat; height: 500px; padding: 20px;}
.best-place-ride h2{font-family: "Madera W01 Regular";
  font-size: 16px; color:#414141; font-weight: 600;}

  .star{font-size: 12px; display: flex; justify-content: end; margin-top: 5px;}
  .pl-0{padding-left: 0;}
  .pr-0{padding-right: 0;}

  .great-deal .testimonial{width: 220px; background-color: #fff; margin: 0 auto; margin-top: 100px; text-align: left; padding: 10px;}

  .category-title{position: absolute; top: 0; right: 0; background-color: #dd7f3c; padding: 5px; color:#fff; font-size: 12px;}

  .testimonial .owl-carousel:before{display: none;}
  .testimonial .card{border: none;}

  .testimonial .card .card-title{font-family: "Madera W01 Regular";
    font-size: 13px;
  color: #e24d31; font-weight: 600;}

  .msg{font-family: "Madera W01 Regular";
    font-size: 11px;
  color: #414141; }

  .very-good {
    text-decoration: none;
    font-family: "Madera W01 Regular";
    font-size: 12px;
    color: #464646;
    font-weight: 600;
    margin-top: 15px;
}

.very-good a {
  text-decoration: none;
}

.price {
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  color: #29a482;
  line-height: 14px;
  font-weight: 700;
}

.price .cancel-price {
  text-decoration: line-through;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.price small {
  font-size: 12px;
  color: #000;
  font-weight: 500;
}

.rating-number {
  background-color: #3568bd;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.orange-star {
  color: #e7a268;
}

.board {
  /* color: #4d545a; */
  color: #000000;
  font-size: 14px;
  /* font-family: "Madera W01 Regular"; */
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 27px;
}


.book-btn {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-width: 150px;
}
  .book-btn span {         
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0; left: 0;
    width: 100%;
    padding: 7px 20px;
    transition: 0.3s;
  }

.bookbtn-2::before {
  background-color: rgb(221, 127, 60);
  transition: 0.3s ease-out;
  position: absolute;
  content: "";
}
.bookbtn-2 span {
  color: rgb(221, 127, 60);
  border: 1px solid rgb(221, 127, 60);
  transition: 0.2s;
}  

.bookbtn-2 span a{color: rgb(221, 127, 60);}

.bookbtn-2 span:hover {
  color: rgb(255,255,255);
  transition: 0.2s 0.1s;
}

.bookbtn-2 span:hover a{color:white}


.book-btn.hover-slide-left::before {
  top: 0; bottom: 0; right: 0; 
  height: 100%; width: 0%;
  position: absolute;
  content: "";
}
.book-btn.hover-slide-left:hover::before {
  width: 100%;
}


.desert-friendly{padding: 90px 0;}
.desert-friendly-title {
  font-family: "Madera W01 Regular";
  font-size: 32px;
  color: #4a4a4a;
  font-weight: 600;
  text-transform: uppercase;
}

.desert-friendly-subtitle {
  font-family: "Madera W01 Regular";
  font-size: 24px;
  color: #4a4a4a;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
}

.desert-friendly-desp{
  font-family: "Madera W01 Regular";
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 400;
  margin-top: 10px;
}

.mt-40{margin-top: 40px;}

.accordion-button::after {
  background-image: url("../images/plus-icon.png");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.png");
}
.accordion-button::after {
  transition: all 0.5s;
}

.faq{padding: 50px 0;}
.faq-title {
  font-family: "Madera W01 Regular";
  font-size: 32px;
  color: #4d545a;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.faq .accordion-button{
  font-family: "Madera W01 Regular";
  font-size: 16px;
  color: #4d545a;
  font-weight: 600;
}

.map{margin-top: 30px;}

.copyright{background-color: #3c3c3c; padding: 10px 0;}
.copyright{
  font-family: "Madera W01 Regular";
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

.accordion-button:not(.collapsed){    background-color: #3c3c3c; color: #fff;}

/* .canam-buggy-cc{
  color: #080808;
  font-size: 17px;
  font-family: "Madera W01 Regular";
  font-weight: 600;
  margin: 15px 0;
} */

/* .modelwrap {
    border: 1px solid #e9e9e917;
    margin-top: 16px;
    padding: 15px 15px;
    border-radius: 4px;
    background: #fdfdfd;
    box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.07);
} */

.modelwrap {
    border: 1px solid #75757517;
    margin-top: 16px;
    padding: 15px 15px;
    border-radius: 4px;
    background: #fdfdfd;
    box-shadow: 1px 1.732px 16px 0px rgb(0 0 0 / 5%);
}


.canam-buggy-cc {
    /* color: #414141; */
    color: #080808;
    font-size: 17px;
    font-family: "Madera W01 Regular";
    font-weight: 600;
    margin: 15px 0;
}

.modelwrap button span {
    font-size: 14px;
   }

.modelwrap button a{
 text-decoration:none;

}

.modelwrap button span a {
    font-size: 13px;
}
.modelwrap button{
  margin-top:10px;
}
.modelwrap h3 { margin-top: 0px; }

.inner-fq{margin-top: 30px;}

.why-choose{ margin-bottom: 50px;}

.why-choose-title{
  font-family: "Madera W01 Regular";
  font-size: 32px;
  color: #4d545a;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.why-choose ul li{position: relative; color: #414141;
  font-size: 16px;
  font-family: "Madera W01 Regular";
  font-weight: 400;
  line-height: 30px;
  padding-left: 20px;
}

.why-choose ul li:before{content:''; position: absolute; top: 15px; left: 0; width: 10px; height: 2px; background-color: #4d545a;}

.desert-mt{margin-top: 30px;}
.bx-pr{padding-right:30px;}
.bx-pl{padding-left:30px;}
.bx-sep{position: relative;}
.bx-sep:before{content:''; position: absolute; top:10px; right: 0; width: 1px; height:270px; background-color: #ccc;}

.pick-mt{margin-top: 30px;}

.chosse-title{
  font-family: "Madera W01 Regular";
  font-size: 18px;
  color: #4d545a;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0;
}

.buggies{ color: #414141;
  font-size: 14px;
  font-family: "Madera W01 Regular";
  font-weight: 400;
  line-height: 24px;
}

.seeker{background-color: #f8f2ee; padding: 15px 0; margin: 0;}
.tb-tp{padding: 15px 30px;}

.left-border{border-left: 1px solid #ccc;}
.top-border{border-top: 1px solid #ccc;}

.milton-top{display:flex;     justify-content: end;
  align-items: center;}

  .w-number{color:#fff; font-size: 18px;}
  .w-number a{color:#fff; text-decoration: none;}

  .contact-box{margin-top: 40px;}

  .contact-map{margin-top: 40px;}

  .contact-map h2, .contact-map h3 {
    font-family: "Madera W01 Regular";
    font-size: 18px;
    color: #4d545a;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;
}

.contact-map p{
  color: #414141;
  font-size: 14px;
  font-family: "Madera W01 Regular";
  font-weight: 400;
  line-height: 24px;
}

.map-gap{margin-top: 15px;}

.fourzero{font-size: 150px; color: #222; font-family: "Madera W01 Regular"; font-weight: 400; line-height: 150px; text-align: center;}
.notfound{width: 100%; height: 655px; display: flex; align-items: center; justify-content: center;}
.page{text-align: center; font-size: 20px; margin-top: 30px;}

.skilled-guide{font-size:18px; color: #222; font-family: "Madera W01 Regular"; font-weight: 600; line-height: 30px; margin-bottom: 15px;}

.red-dune{list-style: none;}
.red-dune li{font-size:15px; color: #222; font-family: "Madera W01 Regular"; font-weight: 400; line-height: 24px; margin-bottom: 10px; position: relative; padding-left: 20px;}
.red-dune li a{color: #222;}
.red-dune li:before{content:''; position: absolute; top: 12px; left: 0; width: 8px; height: 8px; border-radius: 50%; background-color: #222;}
