@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
url("../fonts/bootstrap-icons.woff") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-display: block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-geo-fill::before { content: "\F3E9"; }
.bi-house::before { content: "\F425"; }
.bi-x-lg::before { content: "\F659"; }
.bi-list::before { content: "\F479"; }
.bi-envelope::before { content: "\F32F"; }
.bi-whatsapp::before { content: "\F618"; }
.bi-instagram::before { content: "\F437"; }
.bi-house-door::before { content: "\F423"; }
.bi-chevron-down::before { content: "\F282"; }
.bi-geo-alt::before { content: "\F3E8"; }
.bi-chevron-double-left::before { content: "\F27F"; }
.bi-arrow-left:before { content: "\F12F"; }
.bi-telephone-forward::before { content: "\F5B6"; }
.bi-star-fill::before { content: "\F586"; }
.bi-arrow-right::before { content: "\F138"; }
.bi-arrow-down::before { content: "\F128"; }
.bi-x-lg::before { content: "\F659"; }
.bi-bookmark-star::before { content: "\F19F"; }
.bi-check::before { content: "\F26E"; }
.bi-cart::before { content: "\f242"; }
.bi-gem::before { content: "\F3E6"; }
.bi-person::before { content: "\F4E1"; }
.bi-handbag::before { content: "\F409"; }
.bi-briefcase::before { content: "\F1CC"; }
.bi-person-plus::before { content: "\F4E1"; }
.bi-chevron-compact-left::before { content: "\F27A"; }
.bi-chevron-compact-right::before { content: "\F27B"; }
* {
    padding: 0px;
    margin: 0px;
}
p {
  font-size:19px;
  font-weight: 200;
}
ul {
  padding:0px;
}
ul li {
    list-style-type: none;
}
button,
button:hover,
a,
a:hover {
    text-decoration: none !important;
    transition: 0.5s all !important;
}
ul li .active {
    color: #5CE1E6 !important;
}
body {
  /* font-family: 'Libre Baskerville', serif; */
  font-family: 'Catamaran', sans-serif;
  font-weight:300;
  font-size:18px;
  color:#333;
}
.header {font-family: 'Playfair Display', serif; position: absolute; top:0px; left:0px; width:100%; z-index:9999; background: #fff;}
.header .header-nav {
  height:100px;
  line-height:100px;
}
.header .header-nav ul.navbar-left {text-align: left;}
.header .header-nav ul.navbar-right {text-align: right;}
.header .header-nav ul li {
  display: inline-block;
}
.header .header-nav ul.navbar-left li {
  margin-right:15px;
}
.header .header-nav ul.navbar-right li {
  margin-left:15px;
}
.header .header-nav ul li,
.header .header-nav ul li a {
  color:#333;
  font-weight:400;
  font-size:17px;
  letter-spacing:1px;
  cursor:pointer;
}
.header .header-nav ul li a:hover {
  color:#5CE1E6;
}
.header .header-nav ul li:hover {
  color:#5CE1E6;
}
.header .navbar-left li { position: relative;}
.header .navbar-left li ul {
  display: none;
  position: absolute;
  top:99px;
  width:275px;
  z-index: 99999;
  background: #fff;
  border-radius:4px;
}
.header .navbar-left li:hover ul {display: block;}
.header .navbar-left li ul li:hover {
  background: #5ce1e6;
}
.header .navbar-left li ul li:hover a {
  color:#fff;
}
.header .navbar-left li ul li {
  width:100%;
  display: block;
  line-height:0px;
  border-bottom:1px solid #5ce1e630;
}
.header .navbar-left li ul li a {
  display: block;
  width:100%;
  padding:15px;
  line-height: 15px;
  font-size:17px;
}

.header .logo {
  text-align: center;
}

.header .logo img {margin:0px auto; max-width: 75%;}
.slider { position: relative; margin-bottom:100px; width: 100%; height: 800px; z-index:1; display: flex; flex-wrap: wrap; align-items: end; padding-bottom:100px;}
.slider::before {
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  background: transparent;
  z-index: 1;
  top:0px; bottom:0px;
}
.slider .wrapper {position: relative; z-index:2; height:100px; text-align: center;}
.slider .wrapper .title {
  font-family: 'Merriweather', serif;
  color: rgba(255,255,255,1);
  font-size: 35px;
  background-position: 30% 50%;
  -webkit-background-clip: text;
  background-attachment: fixed;
  margin-bottom:15px;
}
.slider .wrapper .sub-title {
  font-weight: 200;
  color: rgba(255,255,255,1);
  font-size: 22px;
  background-position: 30% 50%;
  -webkit-background-clip: text;
  background-attachment: fixed;
  margin-bottom:30px;
}
.slider .wrapper p {
  font-weight: 200;
  color: rgba(255,255,255,1);
  text-shadow: 1px 2px 1px #000;
  font-size:19px;
  line-height:30px;
  width:900px;
  margin:0px auto;
  margin-bottom:30px;
}
.slider .wrapper a {
  display: block;
  width:250px;
  height:50px;
  color:#fff;
  font-weight:600;
  font-size:19px;
  line-height:50px;
  padding:0px 15px;
  border-radius:4px;
  letter-spacing: 1px;
  margin:0px auto;
}
.slider .wrapper a i {
  float:right;
}
.slider .arrow {
  color:#fff;
  font-size:35px;
}

/* scroll */

.scroll-down{
    position: relative;

}

.scroll-down a span {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 14px;
    margin-left: -12px;
    position: absolute;
    left: 50%;
    top: 0;
    width: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.scroll-down a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.scroll-down a span:nth-of-type(2) {
    top: 8px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.scroll-down a span:nth-of-type(3) {
    top: 16px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.modules-title {text-align: center; position: relative; margin-bottom:90px;}
.modules-title::before {
  content:"";
  position: absolute;
  width:150px;
  height:15px;
  left:calc(50% - 75px);
  background: transparent;
  bottom:-40px;
}
.modules-title .title {
  font-size: 30px;
  font-family: 'Merriweather', serif;

  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.modules-title .sub-title {
  font-weight: 300;
  font-size:20px;
  text-transform:capitalize;
}
.home-services {
  margin-bottom:100px;
}
.home-services .item {
  position: relative;
  display: block;
  margin-bottom:30px;
}
.home-services .item .text {
  position: absolute;
  bottom:0px;
  left:0px;
  z-index: 3;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, #000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0, #000 100%);
  width:100%;
  padding:15px;
  border-radius:10px;
}
.home-services .item .img {
  width:100%;
  height:725px;
  object-fit:cover;
  position: relative;
}
.home-services .item .img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.home-services .item .img img {
  width:100%;
  height:100%;
  border-radius:10px;
}
.home-services .item .title {
  font-size:23px;
  color:#fff;
  font-weight:600;
  margin-top:15px;
}
.home-services .item .text p {
  font-size:16px;;
  font-weight:200;
  color:#000;
}
.readmore a {
  display: block;
  width: 250px;
  height: 50px;
  border: 1px solid #5CE1E6;
  background: #5CE1E6;
  color: #fff;
  font-weight: 600;
  font-size:19px;
  line-height: 50px;
  padding: 0px 15px;
  border-radius: 4px;
  letter-spacing: 1px;
  margin: 0px auto; margin-top:30px;
  text-align: center;
}
.car-list {
  margin-bottom:100px;
}
.car-list .item  {
  display: block;
  padding:15px;
  box-shadow:0px 11px 33px rgb(0 0 0 / 8%);
  margin-bottom:30px;
}
.car-list .item .img {
  padding:30px 0px;
  text-align: center;
}
.car-list .item .img img {
  height:86px;
}
.car-list .item .title  {
  font-weight: 500;
  font-size:17px;

  color:#333;
}
.car-list .item .sub-title  {
  font-weight: 300;
  font-size:18px;
  color:#333;
}
.car-list .item .price {
  color:#333;
  font-size:18px;
  width:70%;
}
.car-list .item .price label {
  font-weight:600;
}
.car-list .item .text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.car-list .item .text .titles {
  width:65%;
}
.car-list .item .text .price {
  width:35%;
  text-align: right;
  color:#5CE1E6;
}
.car-list .item .reservation {
  width:100%;
}
.car-list .item .reservation .button {
  font-weight:500;
  width:100%;
  color:#333;
}
.car-list .item:hover .reservation .button {
  color:#FFBD59;
}
.car-list .item .reservation .button i {
  float: right;
}
.service-list { margin-bottom:100px; position: relative;}
.service-list .swiper-nav {
    position: relative
}
.service-list .swiper-button-next {
    position: absolute;
    right:0 ;
    top: -35px
}
.service-list .swiper-button-prev {
    position: absolute;
    right: 40px;
    top: -35px;
    left:auto;
}
.service-list .swiper-button-next:after,
.service-list .swiper-button-prev:after {
    font-size: 35px
}
.service-list .swiper-button-next,
.service-list .swiper-button-prev {
    color:#5CE1E6;
}
.service-list .item {
  color:#333;
  display: block;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 8%);
  margin-bottom:50px;
  height:575px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.service-list .item .img img {
  width:100%;
  height:350px;
  object-fit: cover;
  border-radius:10px;
}
.service-list .item .title {
  font-weight: 500;
  font-size:19px;
  text-transform: capitalize;
  color: #333;
  margin-bottom:15px;
  position: relative;
}
.service-list .item .title::before {
  content:"";
  position: absolute;
  width:40px;
  height:2px;
  background: #5CE1E6;
  left:0px;
  bottom:-8px;
}
.service-list .item .article {
  padding:15px;
  height: 240px;
  position: relative;
}
.service-list .item .text p {
  margin:0px;
  font-weight:200;
  font-size:18px;
}
.service-list .item .readmore {
  font-family: 'Merriweather', serif;
  font-size: 20px;
  text-transform: capitalize;
  width: 100%;
  color: #333;
  margin-top:15px;
  color:#5CE1E6;
  position: absolute;
  bottom:25px;
}
.concierge-modules {
  margin-bottom:100px;
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  background: #d4d4d40f;
  padding:100px 0px;
}
.concierge-modules .sub-title {
  font-family: 'Merriweather', serif;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
  color:#5CE1E6;
}
.concierge-modules .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.concierge-modules p {
  font-weight: 200;
  font-size: 18px;
}
.concierge-modules .img img {width:100%; border-radius:10px;}
.concierge-modules .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.concierge-modules .col-md-5 {
  padding-left:50px;
  padding-right:0px;
}
.concierge-modules .inverse .col-md-5 {
  padding-right:50px;
  padding-left:0px;
}
.concierge-modules a.reservation {
  background: #FFBD59;
  color:#333;
}
.concierge-modules a {
  background: #47B837;
  display: block;
  width:200px;
  height:45px;
  float: left;
  margin-right:15px;
  border-radius:6px;
  text-align: center;
  line-height:45px;
  color:#fff;

  font-weight:500;
  letter-spacing: 0.5px;
  font-size:14px;
  margin-top:30px;
}
.concierge-modules.page {margin:0px; background: #fff;}
.home-form .item  {
  margin:15px 0px;
}
.home-form .item label {
  width:100%;
  display: block;
  font-size:19px;
  font-weight:500;
  margin-bottom:15px;
}
.home-form .item textarea,
.home-form .item input {
  height:45px;
  box-shadow:none;
  outline:none;
  width:100%;
  padding-left:15px;
  border:1px solid #f6f6f6;
  color:#333;
  border-radius:6px;
}
.home-form .item input::placeholder,
.home-form .item textarea::placeholder {
  color:#333;
}
.home-form .item textarea {
  padding:15px;
  min-height:200px;
  color:#333;
}
.home-form .item button {
  display: block;
  width: 250px;
  height: 50px;
  border: 1px solid #5CE1E6;
  background: #5CE1E6;
  color: #fff;
  font-weight: 600;
  font-size:18px;
  line-height: 50px;
  padding: 0px 15px;
  border-radius: 4px;
  letter-spacing: 1px;
  margin: 0px auto;
  margin-top: 30px;
  text-align: center;
}
.home-form .mid-title {
  font-weight: 500;
  font-size:19px;

  color: #333;
  margin-bottom: 15px;
  position: relative;
}
.home-form .mid-title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #5CE1E6;
  left: 0px;
  bottom: -8px;
}
.home-form .foot-item {
  margin:15px 0px;
}
.home-form .foot-name {
  width:100%;
  display: block;
  font-size:18px;
  font-weight:500;
  padding-top:15px;
  padding-bottom:7.5px;
}
.home-form .foot-name i {
  margin-right:5px;
}
.home-form .foot-text a {
  color:#333;
  font-size:18px;
}
.home-form .foot-item ul {
  text-align: left;
}
.home-form .foot-item ul li {
  display: inline-block;
  margin-right:7.5px;
}
.home-form .foot-item ul li a {
  display: block;
}
.home-form .foot-item ul li a i {
  margin:0px;
  padding:0px;
}
.home-form {
  background: #d4d4d40f;
  padding:100px 0px;
}
.footer {
  background: #1F2427;
  padding:30px 0px;
}
.footer ul {
  text-align: left;
  margin:0px;
}
.footer ul li {
  display: inline-block;
  margin-right:15px;
}
.footer ul li a {
  color:#fff;
  font-weight:200;
  font-size:18px;
}
.footer .copyright {
  text-align: right;
  color:#fff;
}
.page-slide {
    height: 450px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 2;
}
.page-slide .container {
  z-index: 3;
  position: relative;
  padding-top:100px;
}
.page-slide {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
    position: relative;
    text-align: center;
}
.page-slide::before {
    content:"";
    position: absolute;
    width:100%;
    height: 100%;
    z-index: 2;
    background: #00000020;
}
.page-slide .container {
  position: relative;
  z-index: 2;
}
.page-slide .title {
  color:#fff;
  font-family: 'Merriweather', serif;

  font-size: 40px;
  text-transform: capitalize;
  font-weight: 600;
  text-shadow: 0.5px 1px 0.5px #000;
}
.page-slide .sub-title {
  color:#fff;
  font-size:25px;
  font-weight:200;
  text-shadow: 0.5px 1px 0.5px #000;
}
.page-slide ul {text-align: center;}
.page-slide ul li {
  display: inline-block;
  font-size:19px;
  color:#fff;
  font-weight:500;
  text-shadow: 1px 2px 1px #000;
}
.page-slide ul li span {
  margin:0px 10px;
}
.page-slide ul li a {
  display: inline-block;
  font-size:19px;
  color:#fff;
}

.page-content-module .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding:100px 0px;
}
.page-content-module .left {
  padding-right: 15px;
}
.page-content-module .left img {
  border-radius: 6px;
  max-height:300px;
  object-fit:cover;
  width:100%;
}
.page-content-module .right{
  padding-left: 15px;
}
.page-content-module .left, .page-content-module .right{
  flex: 1;flex-grow: 1;
}
.page-content-module p {
  color: #5F6973;
  font-size:18px;
  font-weight: 400;
}

.page-content-module .item.inverse { flex-direction: row-reverse; }
.page-content-module .item.inverse .right {   padding-left:0px; padding-right:15px;}
.page-content-module .item.inverse .left {   padding-left:15px; padding-right:0px;}
.p-mr {margin-bottom:0px; margin-top:100px;}
.mt-100 {margin-top:100px;}

.car-page {margin:100px 0px;}
.car-detail-properties {
    margin-top: 30px
}

.car-detail-properties .img {
    height: 297px;
    display: flex;
    align-items: center
}

.car-detail-properties .img img {
    width: 100%
}

.car-detail-properties .item {
  margin:15px 0px;
  font-size:19px;
  font-weight:400;
}
.car-detail-properties .title {
  font-size: 20px;

  font-weight: 500;
  margin-bottom: 10px;
}
.car-detail-properties .car-properties-price {
    background: #d4d4d40f;
    padding: 30px;
    border-radius: 6px
}
.car-detail-properties .car-properties-price ul li {
    margin-bottom: 20px;
    padding-bottom: 5px;
font-size:18px;
    border-bottom: 1px solid #e5e5e5
}

.car-detail-properties .car-properties-price ul li span {
    float: right;
    font-weight: 700
}

.car-detail-properties .car-properties-price .contact-button {
    width: 100%;
    background: #47B837;
    height: 45px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 4px
}

.car-detail-properties .car-properties-price .contact-button a {
    color: #fff;
    line-height: 45px;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase
}

.car-detail-properties .car-properties-price .reservation-button {
    width: 100%;
    background: #5CE1E6;
    height: 45px;
    border-radius: 4px
}


.car-detail-properties .car-properties-price .reservation-button a {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size:19px;
    line-height: 50px;
    line-height: 45px;
    letter-spacing: 1px;
    text-align: center;
}

.car-properties-list {
    margin-top: 20px;
    padding-left: 20px
}

.car-properties-list li {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
    list-style-type: circle
}
.car-list-page {position: relative; margin:15px 0px;}
.car-list-page .swiper-nav {position: absolute; top:175px; z-index: 9; width: 100%;}
.car-list-page a img {width:100%; height:100%; display: block;}
.car-list-page a img {width:100%; height:350px; object-fit: cover; cursor:pointer;}
.car-list-page .swiper-button-next,
.car-list-page .swiper-button-prev {color:#fff;}
.vehicles-page {margin-top:100px;}
.aboutus {
  margin:100px 0px;
}
.aboutus p {
  font-weight:400;
  font-size:18px;
}
.aboutus .title {
  font-weight:500;
  font-size:20px;
  margin-top:30px;
  margin-bottom:30px;
  position: relative;
  color:#333;
}
.aboutus .title::before {
  content:"";
  position: absolute;
  bottom:-10px;
  width:45px;
  height:4px;
  background: #5CE1E6;
}


.contact-page {padding:50px 0px;}
.contact-page .contact-information .item {margin-bottom:30px; display: flex; flex-wrap: wrap; justify-content:flex-start}
.contact-page .contact-information .item a {color:#333; font-weight:200; font-size:18px;}
.contact-page .contact-information .item label {width:100%; display: flex; cursor:pointer; font-size:18px; font-weight:400; letter-spacing: 1.5px; margin-bottom:7.5px;}
.contact-page .contact-information .item label i {color:#5CE1E6; font-size:18px; width:35px; height:35px; display:block; text-align: center; position:relative; top:-5px; line-height:35px; border:1px solid #5CE1E6; margin-right:7.5px; border-radius:100%;}
.contact-page .contact-form { }
.contact-page .contact-form .item {margin-bottom:15px; }
.contact-page .contact-form .item label {width:100%; font-weight:200; font-size:18px; display:block; margin-bottom:7.5px;}
.contact-page .contact-form .item input {width:100%; height:45px; padding:0px 15px; border:1px solid #c2c2c2; box-shadow:none; outline:none;}
.contact-page .contact-form .item textarea {width:100%; height:150px;}
.contact-page .contact-form .item button {
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: 1px solid #5CE1E6;
  background: #5CE1E6;
  font-size:18px;
  font-weight: 500;
  text-align: center;

  letter-spacing: 1.5px;
  transition: 0.5s all;
  cursor: pointer;
}
.contact-page .contact-form .intl-tel-input .flag-dropdown .selected-flag {padding:14px;}
.contact-page .contact-form #phone1 {padding-left:50px;}
.contact-page .contact-form .intl-tel-input .flag-dropdown .country-list {top:44px;}
.contact-page .contact-form .intl-tel-input .flag-dropdown .country-list .country {padding:7.5px 10px;}
.contact-page .map {padding-top:50px;}

.reservation-page {

}
.reservation-page .text {
  padding:30px;
  background: #ffbd59;
  height:856.5px;
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.reservation-page .text .img {
  width:100%;
  padding:100px 0px;
}
.reservation-page .text p {
  width:100%;
  text-align: center;
  display: block;
  font-size:40px;
  color:#fff;
  letter-spacing: 2px;
}
.reservation-page .text p b {
  width:100%;
  text-align: center;
  display: block;
  font-weight:bold;
  font-size:65px;
}

.reservation-form {}
.reservation-form .item  {
  margin:15px 0px;
}
.reservation-form .item label {
  width:100%;
  display: block;
  font-size:19px;
  font-weight:500;
  margin-bottom:15px;
  color:#fff;
}
.reservation-form .item select,
.reservation-form .item textarea,
.reservation-form .item input {
  height:55px;
  box-shadow:none;
  outline:none;
  width:100%;
  padding:0px 15px;
  border:1px solid #f6f6f6;
  color:#5CE1E6;
  border-radius:6px;
  letter-spacing: 1.5px;
}
.reservation-form .item input::placeholder,
.reservation-form .item select::placeholder,
.reservation-form .item textarea::placeholder {
  color:#5CE1E6;
  letter-spacing: 1.5px;
}
.reservation-form .item textarea {
  padding:15px;
  min-height:200px;
  color:#5CE1E6;
}
.reservation-form .item button {
  display: block;
  width: 250px;
  height: 55px;
  border: 1px solid #ffbd59;
  background: #ffbd59;
  color: #fff;
  font-weight: 600;
  font-size:18px;
  line-height: 50px;
  padding: 0px 15px;
  border-radius: 4px;
  letter-spacing: 1px;
  margin: 0px auto;
  margin-top: 30px;
  text-align: center;
}
.reservation-form .mid-title {
  font-weight: 500;
  font-size:19px;

  color: #333;
  margin-bottom: 15px;
  position: relative;
}
.reservation-form .mid-title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #5CE1E6;
  left: 0px;
  bottom: -8px;
}
.reservation-form .foot-item {
  margin:15px 0px;
}
.reservation-form .foot-name {
  width:100%;
  display: block;
  font-size:18px;
  font-weight:500;
  padding-top:15px;
  padding-bottom:7.5px;
}
.reservation-form .foot-name i {
  margin-right:5px;
}
.reservation-form .foot-text a {
  color:#333;
  font-size:18px;
}

.reservation-form .row {margin:0px; padding:0px;}
.reservation-form {
  background: #5CE1E6;
  padding:100px 0px;
  padding:30px;
}
.reservation-form h3 {
  font-family: 'Merriweather', serif;

  color:#fff;
  font-size:35px;
  text-align: center;
  font-weight:600;
  margin-bottom:30px;
}
.reservation-form .intl-tel-input .flag-dropdown .selected-flag {padding:18.5px;}
.reservation-form #phone1 {padding-left:60px;}
.reservation-form .intl-tel-input .flag-dropdown .country-list {top:44px;}
.reservation-form .intl-tel-input .flag-dropdown .country-list .country {padding:7.5px 10px;}
.mobile-nav,
.header-mobile {display: none; font-family: 'Playfair Display', serif;}
.for-mobile {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 40px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    transform-origin: center;
    z-index: 999
}

.for-mobile:hover {
  color:#fff;
}
.for-mobile>.fa-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: rgba(79, 206, 93, .5);
    transition: all 0.2s ease-in-out;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: heart;
    animation-name: heart;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.for-mobile>.fab {
    position: relative;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    padding-top: 4.5px;
    text-align: center;
    display: block;
    line-height: 40px;
    background: #4fce5d;
    text-align: center;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform-origin: 50% 50%
}

@-webkit-keyframes heart {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heart {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.home-form .intl-tel-input .flag-dropdown .selected-flag {padding:14px;}
.home-form #phone {padding-left:50px;}
.home-form .intl-tel-input .flag-dropdown .country-list {top:44px;}
.home-form .intl-tel-input .flag-dropdown .country-list .country {padding:7.5px 10px;}
@media only screen and (max-width:768px) {
  .header {display: none;}
  .header-mobile {
    display: flex; flex-wrap: wrap; justify-content:end;
    background: #fff;
  }
  .header-mobile a {width:75%; display: flex; height:100px; padding-top:15px; padding-left:15px;}
  .header-mobile a img {width:auto; height: 70px; object-fit: cover; }
  .header-mobile .hamburger-toggle {width: 25%; color:#5CE1E6; background: transparent; text-align:right; padding-right:15px; box-shadow: none; outline: none; font-size:30px; border:none;}

  .mobile-close-menu {
    display: flex; flex-wrap: wrap; justify-content:end;
    background: #fff;
  }
  .mobile-close-menu a {width:75%; display: flex; height:100px; padding-top:15px; padding-left:15px;}
  .mobile-close-menu a img {width:auto; height: 70px; object-fit: cover; }
  .mobile-close-menu .navbar-close {width: 25%; display: flex; background: transparent; box-shadow: none; outline: none; font-size:30px; border:none; text-align: center; align-items: center;}
  .mobile-close-menu .navbar-close i {width:100%;}


  .slider {height:250px; padding-bottom:0px; margin-bottom:30px;}
  .slider .wrapper h1 {font-size:25px;}
  .slider .wrapper h5 {font-size:17px;}
  .slider .scroll-down {display: none;}
  .modules-title .title {font-size:20px;}
  .modules-title .sub-title {font-size:17px;}
  .service-list .item .img img {height:237px;}
  .service-list .item .title {font-size:17px;}
  .service-list .item .text p {font-size:16px;}
  .service-list .item .readmore {font-size:18px; bottom:15px;}
  .service-list .item .article {height:240px;}
  .service-list .item {height:477px;}
  .service-list {margin-bottom:0px;}
  .concierge-modules {padding:30px 0px; margin-bottom:30px;}
  .concierge-modules .sub-title {font-size:20px;}
  .concierge-modules .title {font-size:17px;}
  .concierge-modules p {font-size:16px;}
  .concierge-modules a {width:175px; margin-right:7.5px;}
  .concierge-modules .col-md-5 {padding:0px 15px; margin-bottom:30px;}
  .concierge-modules {display: grid;}
  .concierge-modules .col-md-5 {order:1;}
  .concierge-modules .col-md-7 {order:2;}
  .car-list .item .sub-title {font-size:16px;}
  .car-list .item .title {font-size:18px;}
  .car-list .item .reservation .button {font-size:17px;}
  .readmore a {font-size:17px;}
  .service-list .row {padding:0px 15px;}
  .home-services .item .img {height:417px;}
  .home-services {margin-bottom:30px;}
  .home-form {padding:30px 0px;}
  .home-form .item label {font-size:16px;}
  .home-form .item textarea,
  .home-form .item input {
    font-size:16px;
  }
  .home-form .item button {font-size:17px;}
  .home-form .mid-title {margin-top:60px;}
  .footer ul {text-align: center;}
  .home-services .item .title {font-size:20px;}
  .page-slide {height:350px; align-items: end;}
  .page-slide .title {font-size:25px;}
  .page-slide .sub-title {font-size:17px;}
  .page-slide ul li a {font-size:16px;}
  .concierge-modules .inverse .col-md-5 {padding:0px 15px;}
  .concierge-modules .title {margin-bottom:15px;}
  .mt-100 {margin-top:30px;}
  .vehicles-page {margin:30px 0px;}
  .aboutus p {font-size:16px;}
  .aboutus {margin: 30px 0px;}
  .reservation-page .text {height:400px;}
  .reservation-page .text .img {padding:30px 0px;}
  .reservation-page .text p {font-size:20px;}
  .reservation-page .text p b {font-size:35px;}
  .reservation-form h3 {font-size:25px;}
  .reservation-form .item label {font-size:17px;}
  .reservation-form .item select, .reservation-form .item textarea, .reservation-form .item input { font-size: 17px; }
  .reservation-page .row {margin:0px; padding:0px; --bs-gutter-x: 0rem;}
  .reservation-form .item button {font-size: 17px;}
  .footer .copyright {margin-top:30px;}
  .footer ul li a {line-height: 40px;}
  .slider .wrapper .title {font-size:18px; margin-bottom:5px;}
  .slider .wrapper .sub-title {font-size:15px;}
}

.reservation-page .row:first-child {margin:0px; padding:0px; --bs-gutter-x: 0rem;}



@media only screen and (min-width:900px),
(height:1024px) and (width:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:landscape),
(width:1024px) and (height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:portrait) {
    .header-mobile {
        display: none
    }
}

@media only screen and (max-width:900px),
(height:1024px) and (width:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:landscape),
(width:1024px) and (height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:portrait) {
    .mobile-header-icons {
        display: flex
    }
    .mobile-header-icons .i {
        font-size: 22px
    }
    .mobile-header-icons a i {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #222;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff
    }
    .mobile-header-icons a i.far.fa-map-marker-alt {
        margin-left: 15px;
        background-color: #4d4c4c
    }
    .mobile-header-icons a i.fas.fa-phone {
        background-color: #00aad0
    }
    .mobile-header-hamburger .hamburger-toggle {
        background: transparent;
        padding: 0;
        font-size: 30px;
        margin: 0 10px;
        border: none;
        color: #529bb9
    }
    .mobile-nav {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background: #fff;
        z-index: 99999999;
        width: 100%;
        -webkit-animation: fadeOutLeft 0.5s ease-in-out;
        animation: fadeOutLeft 0.5s ease-in-out
    }
    .mobile-nav-content {
        padding-top: 30px;
        background: #fff;
        width: 98%;
        height: 100%;
        cursor: copy;
        overflow-y: scroll
    }
    .mobile-nav-logo {
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 20px
    }
    .mobile-nav-logo-content {
        position: relative
    }
    .mobile-nav-logo-content i {
        display: block;
        margin: 0 auto 10px;
        max-width: 30px;
        line-height: 32px;
        font-size: 30px
    }
    .mobile-nav-logo-content a {
        color: #b5bbc2;
        font-size: 14px;
        font-weight: 600
    }
    .mobile-nav-logo>a {
        display: block;
        padding: 30px 60px
    }
    .mobile-nav-logo>a img {
        width: 100%
    }
    .mobile-nav-menu ul li {
        padding: 10px 15px;
        list-style: none;
        text-transform: uppercase
    }
    .mobile-nav-menu ul li ul li {
        padding: 10px 25px
    }
    .sub-menu ul {
        background-color: #FFBD59
    }
    .sub-menu ul li a {
        color: #fff !important
    }
    .mobile-nav-menu ul {
        overflow-x: hidden
    }
    .mobile-nav-menu ul li i {
        font-style: inherit
    }
    .mobile-nav-menu ul li .sub-menu-flex .ri-arrow-down-s-line {
        width: auto;
        float: right
    }
    .mobile-nav-menu ul li .sub-menu-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .mobile-nav-menu ul li a {
        width: 100%;
        display: block
    }
    .mobile-nav-menu ul li img {
        width: 14px
    }
    .mobile-nav-menu ul li span,
    .mobile-nav-menu ul li a {
        font-size: 14px;
        color: #333
    }
    .mobile-nav-menu ul li ul {
        display: none;
        margin-top: 10px;
        margin-right: -25px;
        margin-left: -25px
    }
    .mobile-nav-login a {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #b5bbc2;
        padding-left: 25px;
        padding-bottom: 20px;
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .mobile-nav-login a svg {
        font-size: 18px;
        margin-right: 5px
    }
    .mobile-nav.open {
        display: block;
        -webkit-animation: fadeInLeft 0.5s;
        animation: fadeInLeft 0.5s;
        overflow-x: scroll
    }
    .cta-link {
        line-height: 40px;
        -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
        display: block;
        color: #fff;
        border-radius: 3px;
        background: #00aad0;
        text-align: center;
        margin: 20px;
        margin-bottom: 10px
    }

    ul.mobile-menu-social {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        list-style: none
    }
    ul.mobile-menu-social li+li {
        margin-left: 15px
    }
    ul.mobile-menu-social li a {
        border: 1px solid #00aad0;
        display: flex;
        width: 35px;
        height: 35px;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 50%
    }
    .mobile-nav-menu ul {
        padding: 0
    }

    .header-mobile-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .header-mobile .header-mobile-logo img {
        max-width: 120px
    }
}










































































  .texasdsadt {color:red;}
