@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/BebasNeuePro-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/BebasNeuePro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/BebasNeuePro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro Book';
    src: url('../fonts/BebasNeuePro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/BebasNeuePro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 100%;
}

body {
    font-family: 'Bebas Neue Pro Book', sans-serif;
    color: #382d1f;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    background: #FFF;
    line-height: 40px;
}

li {
    font-size: 25px;
    font-weight: normal;
    font-family: 'Bebas Neue Pro';
}

li::marker {
    color: #db4b4c;
}

a,
a:link,
a:visited {
    outline: none;
    text-decoration: none;
    -moz-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

img {
    border: none;
    margin: 0px;
    max-width: 100%;
}

h1 {
    font-family: 'Bebas Neue Pro', sans-serif;
    font-weight: 300;
    font-size: 80px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    line-height: 80px;
}

h2 {
    font-family: 'Bebas Neue Pro', sans-serif;
    font-weight: bold;
    font-size: 70px;
    margin: 0px;
    padding: 0px;
    line-height: 80px;
}

h3,
h4,
h5,
h6 {
    font-family: 'Bebas Neue Pro', sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

form,
input,
select,
textarea,
p {
    margin: 0px;
    padding: 0;
}

textarea {
    resize: none;
}

input:focus,
textarea:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0px;
    padding: 0;
}

.customClear {
    clear: both;
    font-size: 0em;
    line-height: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

/*IE below 9*/
#ieWrapper {
    background: #000;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
    position: relative;
    width: 555px;
    padding: 20px;
    margin: 200px auto 0 auto;
    background: #FFF;
    border: 7px solid #2b2927;
}

.btnIeUpdate {
    background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
    width: 144px;
    height: 37px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.ieLogo {
    float: left;
    width: 134px;
    height: 139px;
    background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
    float: right;
    margin: 0;
    padding: 0;
    width: 350px;
    color: #666;
    font-size: 15px;
    line-height: 18px;
}

.ieContent strong {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #cccccc;
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

/*End IE below 9*/

* {
    box-sizing: border-box;
}

section.banner-main {
    position: relative;
    background: url('../images/banner.jpg');
    background-size: cover!important;
    height: 820px
}

section.banner-main img {
    width: 100%
}

.banner-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 40%;
}

.page-center {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    display: flex;
}

.banner-main .banner-left {}

figure.green-layer img {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.banner-left {
    max-width: 705px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 38%;
}

.banner-right {
    max-width: 488px;
    position: absolute;
    z-index: 1;
    left: 67%;
    bottom: -154px;
    transform: translateX(-50%);
}

.banner-left .left-content {
    display: flex;
    gap: 35px;
    padding: 45px 0;
}

.banner-left .left-content img {
    width: 125px;
    height: 125px;
    border: 6px solid #fbfbfb;
    border-radius: 27px;
}

.banner-left .left-content h4,
h6 {
    color: #ffffff;
    padding-bottom: 20px;
}

.banner-main h4 {
    font-size: 55px;
    font-weight: bold;
}

.banner-main h6 {
    font-size: 40px;
}



/*.owl-mobile-slides .owl-prev:hover{
filter: brightness(0) saturate(100%) invert(34%) sepia(71%) saturate(4321%) hue-rotate(338deg) brightness(102%) contrast(77%);
}*/
.mobile-title {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    padding-bottom: 50px;
}

.mobile-title h4 {
    font-size: 55px;
    color: #382d1f;
    font-weight: bold;
    padding-bottom: 30px;
}

.mobile-title h3 {
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
}

.mobile-title.clear-roads h2 {
    padding: 50px 0 25px;
}

.hill-country-vacation .mobile-title {
    padding: 100px 0 0;
}

.hill-country-vacation .mobile-title p {
    padding: 0 68px 30px;
}

section.mobile-slides-section {
    padding: 150px 0 60px;
}

.page-center.mobile {
    max-width: 1638px;
}



section.app-details {
    padding: 50px 0;
}

.app-details .page-center {
    flex-wrap: wrap;
    gap: 30px;
}

.app-content-box {
    border: 1px solid #c5c1be;
    max-width: 377px;
    padding: 20px;
    border-radius: 30px;
    position: relative;
    flex: 32%;
    flex-grow: 0;
    background-color: white;
}

.app-content-box::after {
   content: "";
    position: absolute;
    background-color: #ebeae9;
    width: 100%;
    height: 50px;
    width: 295px;
    height: 61px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    bottom: -16px;
    border-radius: 50px;
    z-index: -1;
}

.page-center.app-store-section {
    margin: 0 auto;
    justify-content: center;
    gap: 30px;
    padding: 40px 50px 100px;
}

section.hill-country-vacation {
    background-color: #f4f5f6;
}

.page-center.backroads-reservation {
    max-width: 1421px;
    flex-wrap: wrap;
    gap: 20px;
    padding: 65px 0 15px;
    justify-content: center;
}

.reservation-block {
    border: 1px solid #c5c1be;
    /*max-width: 340px;
    max-height: 235px;*/
    min-height: 200px;
    min-width: 280px;
    padding: 20px;
    border-radius: 30px;
    position: relative;
    flex: 19%;
    flex-grow: 0;
    background-color: #ffffff;
    position: relative;
}

.reservation-block img {
    /*transform: translate(-50%,-50%);
    top: 50%;
    position: absolute;
    left: 50%;*/
    margin: 0 auto;
    display: flex;
    transform: translateY(14px);
}

.reservation-block::after {
    content: "";
    position: absolute;
    /*background-color: #ebeae9;
    width: 100%;*/
    background: url('../images/bg-shadow2.png') no-repeat;
    background-size: 215px;
    height: 50px;
    width: 215px;
    height: 15px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    bottom: -16px;
    /*border-radius: 0 0 15px 15px*/
}

.reservation-block.vacation-homes::after {
    content: "";
    position: absolute;
    /*background-color: #ebeae9;
    width: 100%;*/
    background: url('../images/bg-red.png') no-repeat;
    background-size: 215px;
    height: 50px;
    width: 215px;
    height: 15px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    bottom: -16px;
}

.reservation-block ul li {
    font-size: 25px
}

/*.reservation-detail:hover{
    transform: translateY(-10px);
    max-height: 194px;
    min-height: 177px;
    transition: 1s
}
.reservation-block:hover::after{
    /*background-color: #de4a48;*/
/*  background: url(../images/bg-red.png) no-repeat;*/
/*}*/

.reservation-detail h5 {
    color: #0000ef;
    font-size: 35px;
    padding: 25px 0;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 10px;
}

.reservation-detail:hover h5 {
    display: block;
}

.reservation-detail {
    max-width: 340px;
    flex: 30%;
    flex-grow: 0;
}

.reservation-detail:first-child {
    transform: translateY(10px);

}

.page-center.event {
    padding: 100px 0;
    display: block;
}

.event .mobile-title h3 {
    padding-bottom: 0
}

.event p {
    text-align: center;
}

.event-box h6 {
    color: #0000ef;
    font-size: 35px;
    padding: 15px 0;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-align: center;
}

.events-icon {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    gap: 50px;
    padding: 50px 0 30px;
    flex-wrap: wrap;
}

.events-icon figure {
    border: 1px solid #df4f4f;
    /* padding: 27px; */
    width: 156px;
    height: 150px;
    border-radius: 27px;
    box-sizing: border-box;
    position: relative;
}

.events-icon figure img {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 45%;
    position: absolute;
}

p.event-bold {
    font-weight: bold;
    font-family: 'Bebas Neue Pro';
}

.page-center.social-icons {
    gap: 20px;
    justify-content: center;
    padding: 25px 0 130px;
}

.social-icons figure img {
    width: 82px;
    height: 82px
}

footer {
    background-color: #3d3027;
    position: relative;
    min-height: 155px;
}

footer ul {
    display: flex;
    list-style: none;
    gap: 50px;
    flex-wrap: wrap;
    padding: 25px 20px 0;
}
.footer-left ul{
    justify-content: flex-end;
}
.footer-right ul{
      justify-content: flex-start;
}

footer ul li {
    color: #f6e8d0;
    font-size: 28px;
    text-decoration: underline;
}

footer ul li figure img {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
}

li.footer-left-items {
    transform: translateX(-160px);
}

li.footer-right-tems {
    transform: translateX(16px);
}

footer p {
    color: #e7c182;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0 30px;
    font-weight: 200;
}

footer p a {
    color: #e7c182;
    text-decoration: underline !important;
    padding-right: 15px;
}

footer figure {
        height: 134px;
   /* position: absolute;
    left: 50%;
    transform: translate(-50%, -29%);*/
}
footer .page-center{
    justify-content: center;
    align-items: center;
    position: relative;
    top: -45px;
}

.footer-left {
    max-width: 481px;
    width: 100%;
}
.footer-middle {
    max-width: 185px;
    width: 100%;
}
.footer-right {
    max-width: 481px;
    width: 100%;
}
.mobile-title h6 {
    color: #382d1f;
    font-size: 40px;
    padding: 86px 0 36px;
}

.features {
    display: flex;
    gap: 40px;
    border: 1px solid #c5c1be;
    border-radius: 50px;
    padding: 50px;
    position: relative;
    background-color: white;
}

.features-right-area ul li {
    padding-bottom: 15px;
}

.features-left-area {
    max-width: 450px;
    width: 100%;
}

.features-left-area figure img {
    max-width: 441px;
    max-height: 456px;
    width: 100%;
    border-radius: 50px;
    box-shadow: 0px 0px 18px 5px #cccccc
}

.features::after {
     content: "";
    position: absolute;
   background-color: #ebeae9;
    width: 100%;
    height: 50px;
    width: 295px;
    height: 61px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    bottom: -16px;
    border-radius: 50px;
    z-index: -1;
    bottom: -27px;
}

.events-icon.second {
    padding: 100px 0 65px;
}

/*--owl css boxed*/


.slider .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important
}

 .owl_wrapper{
          overflow: hidden;
        }
      .owl_wrapper .owl-item{
        opacity: 0;
        transform: scale(0.6);
        -ms-transform: scale(0.6);
        transition: all .2s;
        -webkit-transform: all .2s;
        z-index: 1;
      }
      .owl_wrapper .active{
        /*opacity: 0.5;*/
        opacity: 1;
      }
      .owl_wrapper .active.middle_beside, .active.middle_beside_next{
        transform: scale(0.8)  translateX(6vw);
        -ms-transform: scale(0.8)  translateX(10vw);
       /* opacity: 0.8;*/
       opacity: 1;
        /*margin: 0 -1%;*/
        z-index: 2;
      }
      .owl_wrapper .active.middle{
        transform: scale(1);
        -ms-transform: scale(1);
        opacity: 1;
        z-index: 3;
      }
      .owl_wrapper .owl-item.middle_beside_next_1{/*margin-left: -1%;*/ transform: scale(0.6) translateX(-22vw);opacity: 1;}
      .owl_wrapper .owl-item.middle_beside_1{/*margin-right: -1%;*/transform: scale(0.6) translateX(21vw);opacity: 1;}

      .active.middle_beside_next {
        transform: scale(0.8) translateX(-6vw);
      }

      .owl_wrapper .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
          background: #fff;
          color: inherit;
          border: none;
          padding: 0!important;
          font: inherit;
          width: 77px;
          box-shadow: 2px 0px 3px 3px #80808024;
          border-radius: 50%;
          height: 77px;
          position: absolute;
          top: 50%;
          left: 15%;
      }
       .owl-carousel .owl-nav button.owl-prev{
          position: absolute;
          left: 15%;
          top: 50%;
          background: url('../images/left.png') no-repeat!important;
          background-color: white!important;
          background-position: center!important;
          transform: translateY(-100%);
        }

         .owl-carousel .owl-nav button.owl-next{
          position: absolute;
           width: 77px;
          box-shadow: 2px 0px 3px 3px #80808024;
          border-radius: 50%;
          height: 77px;
          top: 50%;
          right: 15%;
          background: url('../images/left.png') no-repeat!important;
          background-color: white!important;
          background-position: center!important;
          transform: rotate(180deg) translateY(100%);
        }
        .owl-carousel .owl-nav button.owl-next span{
          display: none;
        }
        .owl-carousel .owl-nav button.owl-prev span{
          display: none;
         }
        .owl_wrapper .active.middle::before{
          content: "";
          width: 110%;
          height: 100%;
          z-index: 100;
          content: '';
          position: absolute;
          margin: auto;
          top: 0;
          bottom: 0;
          left: -7%;
          right: 0;
          background: url('../images/mobile.png') no-repeat center;
          background-size: contain;
        }
        .owl-carousel .owl-item img {
          display: block;
          width: 100%;
          border-radius: 50px;
          max-height: fit-content;
      }
      .owl-item.cloned.active.middle_beside::after{
           content: "";
          position: absolute;
          width: 282px;
          height: 35px;
          background: url('../images/mobile-shadow.png');
          left: 50%;
          transform: translateX(-50%);
          margin: 13px 0;
      }
      .owl-item.cloned.active.middle_beside_1::after{
          content: "";
          position: absolute;
          width: 282px;
          height: 35px;
          background: url('../images/mobile-shadow.png');
          left: 50%;
          transform: translateX(-50%);
          margin: 13px 0;
      }
      .owl-item.active.middle_beside_next_1::after{
          content: "";
          position: absolute;
          width: 282px;
          height: 35px;
          background: url('../images/mobile-shadow.png');
          left: 50%;
          transform: translateX(-50%);
          margin: 13px 0;
      }
      .owl-item.cloned.active.prev_to_mid::after{
         content: "";
          position: absolute;
          width: 282px;
          height: 35px;
          background: url('../images/mobile-shadow.png');
          left: 50%;
          transform: translateX(-50%);
          margin: 13px 0;
      }
      .owl-item.active.middle_beside_next::after{
         content: "";
          position: absolute;
          width: 282px;
          height: 35px;
          background: url('../images/mobile-shadow.png');
          left: 50%;
          transform: translateX(-50%);
          margin: 13px 0;
      }
      .owl-item.active.next_to_mid::after{
         content: "";
          position: absolute;
          width: 282px;
          height: 35px;
          background: url('../images/mobile-shadow.png');
          left: 50%;
          transform: translateX(-50%);
          margin: 13px 0;
      }
      .owl-item.active.middle_beside::after{
        content: "";
          position: absolute;
          width: 282px;
          height: 35px;
          background: url('../images/mobile-shadow.png');
          left: 50%;
          transform: translateX(-50%);
          margin: 13px 0;
      }
      .owl-item.active.middle_beside_1::after{
         content: "";
          position: absolute;
          width: 282px;
          height: 35px;
          background: url('../images/mobile-shadow.png');
          left: 50%;
          transform: translateX(-50%);
          margin: 13px 0;
      }
      .owl-item.active.prev_to_mid::after{
         content: "";
          position: absolute;
          width: 282px;
          height: 35px;
          background: url('../images/mobile-shadow.png');
          left: 50%;
          transform: translateX(-50%);
          margin: 13px 0;
      }
      .owl_wrapper .active.middle::after {
         content: "";
          position: absolute;
          width: 282px;
          height: 35px;
          background: url('../images/mobile-shadow.png');
          left: 50%;
          transform: translateX(-50%);
          margin: 13px 0;
      }
      .owl-carousel .owl-stage-outer {
          position: relative;
          overflow: hidden;
          -webkit-transform: translate3d(0,0,0);
          min-height: 900px;
      }
      .owl-carousel .owl-nav button.owl-next:hover{
        background-color: #df494b;
      }
      .owl-carousel .owl-nav button.owl-prev:hover{
        background-color: #df494b
      }

      /*second slider*/
        .owl_wrapper1{
          overflow: hidden;
        }
      .owl_wrapper1 .owl-item{
        opacity: 0;
        transform: scale(0.6);
        -ms-transform: scale(0.6);
        transition: all .2s;
        -webkit-transform: all .2s;
        z-index: 1;
      }
      .owl_wrapper1 .active{
        /*opacity: 0.5;*/
        opacity: 1;
      }
      .owl_wrapper1 .active.middle_beside, .active.middle_beside_next{
        transform: scale(0.8)  translateX(6vw);
        -ms-transform: scale(0.8)  translateX(10vw);
       /* opacity: 0.8;*/
       opacity: 1;
        /*margin: 0 -1%;*/
        z-index: 2;
      }
      .owl_wrapper1 .active.middle{
        transform: scale(1);
        -ms-transform: scale(1);
        opacity: 1;
        z-index: 3;
      }
      .owl_wrapper1 .active.next_to_mid{/*margin-left: -1%;*/ transform: scale(0.6) translateX(-22vw);}
      .owl_wrapper1 .active.prev_to_mid{/*margin-right: -1%;*/transform: scale(0.6) translateX(21vw);}

      .active.middle_beside_next {
        transform: scale(0.8) translateX(-6vw)!important;
      }

      .owl_wrapper1 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
          background-color: #fff;
          color: inherit;
          border: none;
          padding: 0!important;
          font: inherit;
          width: 77px;
          box-shadow: 2px 0px 3px 3px #80808024;
          border-radius: 50%;
          height: 77px;
          position: absolute;
          top: 50%;
          left: 15%;
      }
       .owl_wrapper1 .owl-carousel .owl-nav button.owl-prev{
          position: absolute;
          left: 15%;
          top: 50%;
          background: url('../images/left.png') no-repeat;
          background-color: white;
          background-position: center;
          transform: translateY(-100%);
        }

        .owl_wrapper1 .owl-carousel .owl-nav button.owl-next{
          position: absolute;
           width: 77px;
          box-shadow: 2px 0px 3px 3px #80808024;
          border-radius: 50%;
          height: 77px;
          top: 50%;
          right: 15%;
          background: url('../images/left.png') no-repeat;
          background-color: white;
          background-position: center;
          transform: rotate(180deg) translateY(100%);
        }
        .owl_wrapper1 .owl-carousel .owl-nav button.owl-next span{
          display: none;
        }
        .owl_wrapper1 .owl-carousel .owl-nav button.owl-prev span{
          display: none;
         }
        .owl_wrapper1 .active.middle::before{
          content: "";
          width: 110%;
          height: 100%;
          z-index: 100;
          content: '';
          position: absolute;
          margin: auto;
          top: 0;
          bottom: 0;
          left: -7%;
          right: 0;
          background: url('../images/mobile.png') no-repeat center;
          background-size: cover;
        }
        .owl_wrapper1 .owl-carousel .owl-item img {
          display: block;
          width: 100%;
          border-radius: 50px;
          max-height: fit-content;
      }
      .owl_wrapper1 .owl-item.cloned.active.middle_beside::after{
       content: "";
          position: absolute;
          width: 282px;
          height: 35px;
          background: url('../images/mobile-shadow.png');
          left: 50%;
          transform: translateX(-50%);
          margin: 13px 0;
      }
      .owl_wrapper1 .owl-item.cloned.active.prev_to_mid::after{
         content: "";
          position: absolute;
          width: 282px;
          height: 35px;
          background: url('../images/mobile-shadow.png');
          left: 50%;
          transform: translateX(-50%);
          margin: 13px 0;
      }
      .owl_wrapper1 .owl-item.active.middle_beside_next::after{
         content: "";
          position: absolute;
          width: 282px;
          height: 35px;
          background: url('../images/mobile-shadow.png');
          left: 50%;
          transform: translateX(-50%);
          margin: 13px 0;
      }
      .owl_wrapper1 .owl-item.active.next_to_mid::after{
         content: "";
          position: absolute;
          width: 282px;
          height: 35px;
          background: url('../images/mobile-shadow.png');
          left: 50%;
          transform: translateX(-50%);
          margin: 13px 0;
      }
      .owl_wrapper1 .owl-item.active.middle_beside::after{
        content: "";
          position: absolute;
          width: 282px;
          height: 35px;
          background: url('../images/mobile-shadow.png');
          left: 50%;
          transform: translateX(-50%);
          margin: 13px 0;
      }
      .owl_wrapper1 .owl-item.active.prev_to_mid::after{
         content: "";
          position: absolute;
          width: 282px;
          height: 35px;
          background: url('../images/mobile-shadow.png');
          left: 50%;
          transform: translateX(-50%);
          margin: 13px 0;
      }
      .owl_wrapper1 .active.middle::after {
         content: "";
          position: absolute;
          width: 282px;
          height: 35px;
          background: url('../images/mobile-shadow.png');
          left: 50%;
          transform: translateX(-50%);
          margin: 13px 0;
      }
      .owl_wrapper1 .owl-carousel .owl-stage-outer {
          position: relative;
          overflow: hidden;
          -webkit-transform: translate3d(0,0,0);
          height: 900px;
      }
      .owl_wrapper1 .owl-carousel .owl-nav button.owl-next:hover{
        background-color: #df494b;
      }
      .owl_wrapper1 .owl-carousel .owl-nav button.owl-prev:hover{
        background-color: #df494b
      }
      footer ul li a{
        color: #f6e8d0
      }

      .owl-dots {
      display: none;
  }
  .owl-carousel .owl-item{
    padding: 15px 0
  }

/*=============Responsive=====================*/

@media only screen and (max-width: 1800px) {
    .page-center.mobile {
        max-width: 1579px;
        padding: 0 7vw;
    }
    figure.green-layer img {
      bottom: -1px;
  }
}

@media only screen and (max-width: 1500px) {
    .page-center {
        padding: 0 7vw;
    }

    .page-center.event {
        padding: 7vw
    }

    .app-content-box {
        flex: 31%;
    }

    .app-content-box::after {
        width: 234px;
    }

    h1 {
        font-size: 5vw;
        line-height: 5.3vw;
    }

    .banner-main h4 {
        font-size: 2.9vw;
    }

    .banner-main h6 {
        font-size: 2vw;
    }

    .banner-left .left-content h4,
    h6 {
        padding-bottom: 6px
    }

    .banner-left .left-content img {
        width: 100px;
        height: 100px;
    }

    .banner-left .left-content {
        padding: 30px 0
    }

    .page-center.backroads-reservation {
        padding: 7vw;
    }

    .mobile-title {
        padding: 4vw 7vw;
    }

    footer p {
        padding: 0 7vw
    }

    .mobile-title h4 {
        font-size: 4vw;
        line-height: 5vw;
    }

    .banner-left {
        max-width: 553px;
    }


    footer p {
        font-size: 2.5vw
    }

    footer ul {
        gap: 11px;
    }
    .owl-carousel .owl-stage-outer{
      min-height: 700px
    }
}
@media only screen and (max-width: 1300px) {

.owl-carousel .owl-stage-outer {
    min-height: 591px;
}
}
@media only screen and (max-width: 1200px) {
    .reservation-block ul li {
        font-size: 22px;
    }

    h1 {
        font-size: 55px;
        line-height: 65px;
    }

    .mobile-title h4 {
        font-size: 45px;
        line-height: 55px;
    }

    .mobile-title h3 {
        font-size: 50px;
        line-height: 60px;
    }

    h2 {
        line-height: 54px;
        font-size: 64px
    }

    .features-left-area {
        max-width: fit-content;
        width: auto;
    }
    .owl_wrapper .owl-item.middle_beside_1{
      opacity: 0
    }
    .owl_wrapper .owl-item.middle_beside_next_1{
      opacity: 0
    }
    .owl-carousel .owl-nav button.owl-next{
      right: 5%
    }
    .owl_wrapper1 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
      left: 5%
    }
    .owl-carousel .owl-item img {
      border-radius: 43px;
  }
  footer ul li {
    font-size: 22px;
}
}

@media only screen and (max-width: 992px) {

    .owl-mobile-slides .owl-prev {
        left: 0
    }

    .owl-mobile-slides .owl-next {
        right: -25px
    }

    .app-content-box {
        flex: 47%;
        flex-grow: 0;
    }

    .page-center.app-store-section {
        flex-direction: row;
    }

    .mobile-title h3 {
        font-size: 50px;
        line-height: 60px;
    }

    .banner-left {
        max-width: 100%;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        padding: 7vw;
    }

    .social-icons figure img {
        width: 50px;
        height: 50px;
    }

    body {
        font-size: 25px
    }

    .owl-mobile-slides .owl-prev {
        background-size: 80px !important;
    }

    .owl-mobile-slides .owl-next {
        background-size: 80px !important;
    }

    footer ul li {
        font-size: 20px
    }

    footer p {
        font-size: 23px;
    }

    .features {
        flex-direction: column;
    }

    .features-left-area {
        max-width: 100%;
        width: 100%;
    }

    .features-left-area figure img {
        display: flex;
        margin: 0 auto;
    }

    .features-right-area {
        margin: 0 auto;
    }


    footer ul li {
        font-size: 20px
    }
}

@media only screen and (max-width: 970px) {

    footer ul {
        gap: 0 10px;
        justify-content: center;
    }

    li.footer-right-tems {
        transform: translateX(0);
    }

    li.footer-left-items {
        transform: translateX(0);
    }

    footer p {
        padding: 0 7vw
    }

    footer ul li {
        padding: 0;
    }
    .page-center{
      padding: 0 4vw
    }
    .mobile-title h6 {
      font-size: 40px;
      padding: 40px 0 36px;
  }
  .reservation-detail h5 {
    font-size: 28px;
  }
    body {
      font-size: 22px;
  }
  .page-center.event {
    padding: 30px;
  }

  .page-center.app-store-section{
    gap:8px;
  }
  .page-center.app-store-section{
    padding: 40px 30px 60px;
  }
  .owl-carousel .owl-item img{
    border-radius: 45px
  }
  .owl-carousel .owl-stage-outer {
    min-height: 720px;
}
.hill-country-vacation .mobile-title p {
    padding:0
}
.hill-country-vacation .mobile-title {
    padding: 100px 30px 0;
}
.banner-main h6 {
    font-size: 25px;
}
.banner-main h4 {
    font-size: 30px;
}
}

@media only screen and (max-width: 768px) {

    .page-center {
        flex-direction: column;
    }

    .app-content-box {
        max-width: 100%;
    }

    .reservation-detail {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .page-center.backroads-reservation {
        padding: 7vw
    }

    .page-center.social-icons {
        flex-direction: row;
    }

    .events-icon {
        flex-direction: column;
    }

    .events-icon figure {
        margin: 0 auto
    }

    .event-box h6 {
        font-size: 30px;
        text-align: center;
    }

    li.footer-left-items {
        transform: translateX(0);
    }

    section.banner-main {
        height: 600px
    }

    .banner-right {
        bottom: -77px
    }

    .reservation-detail h5 {
        padding: 25px 0 0;
    }

    h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .banner-main h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .banner-main h6 {
        font-size: 18px;
        line-height: 25px;
    }

    .banner-left .left-content {
        display: flex;
        gap: 15px;
    }

    .banner-left .left-content img {
        width: 80px;
        height: 80px;
    }

    .mobile-title h4 {
        font-size: 33px;
        line-height: 43px;
    }

    .mobile-title h3 {
        font-size: 36px;
        line-height: 45px;
    }

    h2 {
        line-height: 55px;
        font-size: 45px;
    }

    .events-icon {
        gap: 20px;
    }

    .features {
        padding: 15px
    }
    .footer-left ul{
      padding: 45px 0 0;
      justify-content: center;
    }
    .footer-right ul{
      padding: 0;
      justify-content: center;
    }
    .mobile-title h6{
      font-size: 28px
    }
    .owl_wrapper .owl-item{
      padding: 0 90px
    }
    .owl_wrapper .active.middle::before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 100;
    content: '';
    position: absolute;
    margin: auto;
    top: -8px;
    bottom: 0;
    left: 0%;
    right: 0;
    background: url(../images/mobile.png) no-repeat center;
    background-size: contain;
}
.owl-carousel .owl-nav button.owl-next{
  right: 12%;
  width: 70px;
  height: 70px;
}
.owl_wrapper1 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  left: 12%;
  width: 70px;
  height: 70px
}
.owl_wrapper .owl-item.middle_beside_1{
  opacity: 0
}
.owl_wrapper .owl-item.middle_beside_next_1{
  opacity: 0
}
.owl-carousel .owl-item img{
    border-radius: 45px
  }
}

@media only screen and (max-width: 400px) {
   .features::after {
    content: "";
    width: 173px;
    bottom: -20px;
}

    footer p {
      font-size: 17px;
      line-height: 27px;
  }
  h2 {
    line-height: 45px;
    font-size: 35px;
}
.owl-carousel .owl-item img{
    border-radius: 25px
  }
  .owl-carousel .owl-stage-outer {
    min-height: 363px;
}
.owl_wrapper1 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    left: 16%;
    width: 55px;
    height: 55px;
}
.owl-carousel .owl-nav button.owl-next {
    right: 16%;
    width: 55px;
    height: 55px;
}
}