@font-face {
    font-family: "Italianno";
   src: url(../font/Italianno-Regular.ttf);
}

html{
    overflow-x:hidden !important;
}
.how-we-value-heading{
    text-align:center;
    margin-bottom: var(--m30);
}
.how-we-value-heading h4{
    font-size: var(--f20);
}



section.video-banner {
    padding: 0px;
    width: 100%;
    height: 100vh;
    position: relative;
}

section.video-banner .container-fluid{
    padding-left: 0;
}
section.video-banner .container-fluid .col-2{
    width:7%;
    height:100vh;
    border-right: 2px solid #9c7231;
}
section.video-banner .container-fluid .col-10{
    width:93%;
    display: flex;
    justify-content: center;
    align-items: end;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-sec {
    width: 100%;
    height: 100%;
    position: relative;
}
.video-sec button#play, .video-sec button#pause{
    display:none;
}
.head-sec {
    text-align: left;
    margin-bottom: var(--m30);
}
.head-sec h2{
    margin-bottom: var(--m15);
}
.head-sec p {
    font-size: var(--f12);
    font-weight: 600;
    color: var(--btn-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}





.search-bar form p i{
    position:unset;
}

.search-bar form p{
    font-size: var(--f16);
    color: var(--white-color);
    text-shadow: 0 0px;
    text-align:left;
    margin-bottom: var(--m10);
    display: none;
} 

.search-bar form{
        margin: auto;
        justify-content: center;
        width: 100%;
        left: 0;
        right: 0;
        background: transparent;
        padding: 0;
        border-radius: 0px;
        z-index: 2;
        /*box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);*/
        /* background: rgb(255 255 255 / 50%); */
        border-radius: 20px;
        position:relative;
        /* left:25%; */
        bottom: -130px;
}
.search-bar form h2{
    font-size: var(--f28);
    text-align:left;
    display: none;
}
.search-bar form .dropdown {
    position: relative;
    display: inline-block;
    background: var(--white-color);
    border: 1px solid #e0e0e0;
    height: 60px;
    width: 650px;
    border-radius: 30px;
    box-shadow: 1px 1px 7px #0000008f;
    padding: 10px 20px;
  text-align:left;
}
.select2-container{
    width:91% !important;
}
.search-bar form .dropdown button{
  border: 0px solid;
}
.select2-container .select2-selection--single{
    height: 38px !important;
    border: 0px solid !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
    text-align: left !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    display:none !important;
}
 .search-bar .row{
     /* gap:15px; */
 }

.search-bar select{
    font-size: var(--f14);
    color: var(--white-color);
    line-height: 21px;
    font-weight: 400;
    border-radius: 0px;
    padding: var(--p12) var(--p22) var(--p11) var(--p10);
    background: #0000008c;
    text-indent:24px;
    border: 1px solid #e0e0e0;
    height: 50px;
    width: 100%;
}
.search-bar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='30' viewBox='0 0 24 24' width='30' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 8px;
}
.search-bar input{
   font-size: var(--f14);
    color: var(--black-color);
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: var(--p30) var(--p30);
    background: var(--white-color);
    border: 1px solid #e0e0e0;
    height: 50px;
    width: 650px;
    border-radius: 30px;
    box-shadow: 1px 1px 7px #0000008f;
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--black-color);
    opacity: 1; /* Firefox */
  }

  .search-bar i{
   color: var(--white-color);
    position: absolute;
    left: auto;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
    font-size: var(--f18);
    cursor: pointer;
    height: 60px;
    width: 70px;
    border-radius: 0 50px 50px 0;
    background: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .search-bar .col-3{
   position: relative;
   width: 16.5%;
   padding-left: var(--p6);
   padding-right: var(--p6);
  }

  .search-bar button.main-btn {
    width: 100%;
    height: 50px;
}
.search-bar button.main-btn.close111 {
    height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
}

div#guestsss {
    width: 100%;
    min-width: 250px;
    background: var(--white-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss .close1 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0.3rem;
    font-size: var(--f18);
    color: var(--secondary-color);
    cursor: pointer;
}

#guestsss .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m20);
}

#guestsss .adult-box p{
    letter-spacing: 0px;
    margin: 0px;
    font-size: var(--f14);
}

#guestsss button.button1 {
   background: transparent;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f20);
    line-height: 35px;
    margin-left: 0;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    transition: all .3s;
    cursor: pointer;
}
#guestsss button.button11.button1 {
    margin-left: var(--m14);
}

.form-control:focus {
   color: var(--white-color) !important;
    background-color: #0000008c !important;
    border-color: var(--white-color) !important;
    outline: 0 !important;
    box-shadow: 0 0 0 !important;
}




/*google search*/



#myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 200px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
  width: 90%;
  left:35px;
}
.search-bar input:focus{
    border: 1px solid var(--white-color);
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}


/*filter button*/

.filter{
    position:absolute;
    right:0;
    width:100%;
    cursor:pointer;
}


.progress1 {
  height: 7px;
  width: 80%;
 
}
.progress1::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: ew-resize;
  background: #434343;
}
ul.button-inc {
    display: flex;
    gap: 20px;
    justify-content: end;
     align-items: center;
}
ul.button-inc button {
    padding: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--secondary-color);
}

.filter-sec-popular h4 {
    font-size: var(--f18);
    line-height: 1.3;
    font-weight: 500;
      color: var(--black-color);
    margin-bottom: var(--m5);
    font-family: var(--secondary-font);
}
.filter-sec-popular a{
    color: var(--secondary-color);
}

.price h4{
     font-size: var(--f18);
    line-height: 1.3;
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: var(--m5);
    font-family: var(--secondary-font); 
}
.price i{
    transform: rotate(-45deg);
    font-size: var(--f18);
}
.price p{
    margin-bottom: 0;
    color: var(--secondary-color);
    font-size: var(--f18);
}
.price{
       display: flex;
       justify-content: space-between;
       align-items: center;
       padding: 0;
       padding-top: var(--p17);

       align-items: center;
}
.price h6{
    margin-bottom: 0;
    color: var(--black-color);
}
.price .btn_4.learn-more .button-text{
    color: var(--white-color);
}
.room{
    padding-top: var(--p30);
       padding-bottom: var(--p30);
}
.rooms h4{
     font-size: var(--f18);
    line-height: 1.3;
    font-weight: 500;
     color: var(--black-color);
    margin-bottom: var(--m5);
    font-family: var(--secondary-font); 
}

.modal-body label{
    font-size: var(--f14);
    padding-bottom: var(--p10);
}
.rooms .row{
padding-top: var(--p10);
    padding-bottom: var(--p15);
}
div#filterModal .modal-title{
    line-height: 1.3;
    font-weight: 700;
    font-family: var(--secondary-font);
    font-size: var(--f22);
    margin-bottom: 0px;
    color: var(--heading-color);
}
div#filterModal .modal-dialog{
    transform: none;
    max-width: 500px;
    height: 100vh;
    position: absolute;
    left: auto;
    /* right: -700px; */
    width: 500px;
    top: 0;
    margin: 0px;
    transition: all .3s ease;
    overflow-y: scroll;
    background: var(--white-color);
    height:100vh;
}
div#filterModal .modal-content {
    border-radius: 0px;
    border:0px;
    height:100vh;
}
div#filterModal .modal-backdrop.show {
    opacity: 0;
}
.bottom-footer{
    border-top: 1px solid;
}
.bottom-footer .row{
    padding-top: var(--p10);
    align-items:center;
}
.bottom-footer .row .done{
    display:flex;
    justify-content:end;
}
.bottom-footer .row .done button{
    border-radius: 30px;
}

.business-name{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 133px;
    padding: 10px;
}

.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    text-align:center;
    background: rgba(0,0,0,0.5);
}
.video-cont h1 {
      max-width: 1266px;
    margin: auto;
    /* margin-bottom: var(--m10); */
    color: var(--white-color);
    text-shadow: 1px 1px 3px #000;
    text-transform: capitalize;
    font-size: var(--f60);
    letter-spacing: 4px;
    font-family: var(--secondary-font);
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0px;
    height: 105px;
    width: auto;
    position: relative;
    padding: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.video-cont p{
    max-width: 1266px;
    margin: auto;
    color: var(--white-color);
    text-shadow: 0px 0px 3px #000;
    font-size: var(--f14);
    font-weight: 600;
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}
.video-cont .scroll {
   position: absolute;
    bottom: 10px;
    left: 50%;
    width: 28px;
    transform: translateX(-50%);
}
.scroll .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.scroll .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.scroll .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.scroll .chevron:before,
.scroll .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: var(--white-color);
}

.scroll .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.scroll .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scroll .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: var(--primary-font);
  font-size: var(--f12);
  color: var(--white-color);
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}



/* About css ==========================*/
.about-section .image-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .about-section .image-section .img-box {
      position: relative; }
      .about-section .image-section .img-box + .img-box {
        margin-left: 60px; }
      .about-section .image-section .img-box img {
        -webkit-box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.15);
                box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.15); }
      .about-section .image-section .img-box .no-class {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #ef3f3e;
        padding: 5px;
        left: -15px;
        -webkit-box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.4);
                box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.4); }
        .about-section .image-section .img-box .no-class h3 {
          font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
          color: white;
          margin-bottom: 0;
          font-weight: 700; }
  
  .about-section .about-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-left: 60px; }
    .about-section .about-text h5 {
      font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
      font-style: italic;
      color: #adadad;
      text-transform: capitalize;
      font-weight: 700;
      margin-bottom: 15px;
      margin-top: -2px; }
      .about-section .about-text h5 span {
        color: #ef3f3e; }
    .about-section .about-text h3 {
      font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
      text-transform: capitalize;
      font-weight: 800;
      letter-spacing: 0.001em;
      margin-bottom: 35px; }
    .about-section .about-text h2 {
      font-size: calc(18px + (45 - 18) * ((100vw - 320px) / (1920 - 320)));
      color: #ef3f3e;
      font-weight: 800;
      margin-bottom: 35px; }
    .about-section .about-text p {
      font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320)));
      line-height: 1.5;
      font-weight: 600;
      margin-bottom: 25px; }
  
  .about-section.three-image .image-section .img-box + .img-box {
    margin-left: 45px; }
  
  .about-section.three-image .about-text {
    padding-left: 20px; }
    .about-section.three-image .about-text h5 {
      font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
      margin-bottom: 30px; }
    .about-section.three-image .about-text h2 {
      color: black;
      font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
      margin-bottom: 10px; }
      .about-section.three-image .about-text h2 span {
        font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
        text-transform: lowercase;
        margin-bottom: 0;
        display: block;
        margin-top: 14px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.6); }
    .about-section.three-image .about-text p {
      font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320))); }
  
  .about-section.about_page .image-section .img-box:nth-child(odd) {
    margin-bottom: 40px; }
    .about-section.about_page .image-section .img-box:nth-child(odd) .title-box {
      bottom: -40px; }
  
  .about-section.about_page .image-section .img-box:nth-child(even) {
    margin-top: 40px; }
    .about-section.about_page .image-section .img-box:nth-child(even) .title-box {
      top: -40px; }
  
  .about-section.about_page .image-section .img-box .title-box {
    padding: 20px;
    background-color: white;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.08);
            box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.08);
    min-width: 162px; }
    .about-section.about_page .image-section .img-box .title-box h3 {
      font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
      text-transform: capitalize;
      color: black;
      margin-top: -4px;
      font-weight: 800;
      margin-bottom: 7px; }
    .about-section.about_page .image-section .img-box .title-box h6 {
      font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
      text-transform: uppercase;
      margin-bottom: -4px;
      word-break: break-word;
      color: gray; }
  
  .about-section.about_page .about-text {
    padding-left: 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .about-section.about_page .about-text .title-3 {
      text-align: left;
      margin-bottom: 35px; }
      .about-section.about_page .about-text .title-3 .title-label {
        text-transform: uppercase;
        -webkit-box-shadow: 5px 8.66px 20px 0px rgba(239, 63, 62, 0.22);
                box-shadow: 5px 8.66px 20px 0px rgba(239, 63, 62, 0.22); }
    .about-section.about_page .about-text h2 {
      font-weight: 700; }
      .about-section.about_page .about-text h2 span {
        font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
        text-transform: capitalize;
        margin-top: 20px; }
    .about-section.about_page .about-text .buttons-about {
      margin-top: 45px; }
      .about-section.about_page .about-text .buttons-about .btn + .btn {
        margin-left: 20px; }
  
  .about_section .about_img {
    position: relative;
    margin: 20px 0; }
    .about_section .about_img img {
      border-radius: 25px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; 
  width: 100%;
    height: 500px;
    object-fit: cover;}
    .about_section .about_img .side-effect:after {
      content: "";
      position: absolute;
      top: -12px;
      height: calc(100% - 18px);
      background: url(../images/cta.jpg);
      border-radius: 25px;
      width: calc(100% - 65px);
      left: 76px;
      z-index: -1;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-blend-mode: overlay;
      opacity: 0.3; }
    .about_section .about_img .side-effect:before {
      content: "";
      position: absolute;
      top: -20px;
      height: calc(100% - 44px);
      background: url(../images/cta.jpg);
      border-radius: 25px;
      width: calc(100% - 97px);
      left: 120px;
      z-index: -1;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-blend-mode: overlay;
      opacity: 0.1; }
    .about_section .about_img .side-effect span:after {
      content: "";
      position: absolute;
      bottom: -12px;
      height: calc(100% - 18px);
      background: url(../images/cta.jpg);
      border-radius: 25px;
      width: calc(100% - 65px);
      right: 76px;
      z-index: -1;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-blend-mode: overlay;
      opacity: 0.3; }
    .about_section .about_img .side-effect span:before {
      content: "";
      position: absolute;
      bottom: -20px;
      height: calc(100% - 44px);
      background: url(../images/cta.jpg);
      border-radius: 25px;
      width: calc(100% - 97px);
      right: 120px;
      z-index: -1;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-blend-mode: overlay;
      opacity: 0.1; }
    .about_section .about_img:hover img {
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .about_section .about_img:hover .side-effect:before, .about_section .about_img:hover .side-effect:after {
      top: 0;
      left: 20px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .about_section .about_img:hover .side-effect span:after, .about_section .about_img:hover .side-effect span:before {
      bottom: 0;
      right: 20px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  
  .about_section .about_content {
    margin-left: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .about_section .about_content h5 {
      font-size: var(--f28);
      color: var(--black-color);
      text-transform: capitalize;
      font-weight: 800;
      font-style: italic;
      margin-bottom: 25px; 
      position: relative;
  }
  .about_section .about_content h5:before{
  position: absolute;
  bottom: -20px;
  width: 100px;
  height: 2px;
  background: var(--secondary-color);
  }
  
      .about_section .about_content h5 span {
        color: var(--other-color); }
    .about_section .about_content h2 {
      color: black;
      font-weight: 800;
      text-transform: capitalize;
   }
    .about_section .about_content p {
      color: #464646;
      line-height: 1.9;
      font-weight: 300;
      font-size: var(--f16);
    }
    .about_section .about_content .about_bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .about_section .about_content .about_bottom h6 {
        margin-left: 25px;
        background-color: #f7f7f7;
        color: #acacac;
        font-size: 14px;
        text-transform: capitalize;
        margin-bottom: 0;
        padding: 8px 12px;
        border-radius: 20px;
        font-weight: 600; }
  
  .about_section .about_content .about_bottom a.main-btn{
      display: block;
  }
  




/* brand slider css */
section.brand-slider {
background: var(--lt-bg-color);
}
section.brand-slider .item.slide{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid #E9E9E9;
    padding: var(--p25);
    border-radius: 16px;
    position: relative;
}
section.brand-slider .item.slide a{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
section.brand-slider .item.slide{
    background: var(--white-color);
}
section.brand-slider .item.slide img{
    width: 100px;
    height: 100px;
  object-fit: contain;
}
section.brand-slider .owl-nav{
    display: flex !important;
    position: absolute;
    justify-content: end;
    gap: 20px;
    top: -75px;
    right: 20px;
}
section.brand-slider .owl-nav i{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    color: #fff;
}
section.brand-slider .item.slide:hover h3{
color: #4E6CFB;
}
section.brand-slider .item.slide:hover{
    border: 1px solid #4E6CFB;  
}
section.brand-slider .slide-track.row{
    justify-content: space-between;
}
section.brand-slider .item.slide h3{
    font-size: var(--f18);
    color: #050b20;
}
section.brand-slider .how-we-value-heading h3{
text-align: left;
color: var(--black-color);
font-size: var(--f40);
}
/* car rental section starts*/

section.car-rental .main-btn{
    margin-top: var(--m20);
    display: block;
    width: 140px;
    text-align: center;
    padding: var(--p8) var(--p15);
    font-size: 14px;
}
section.car-rental .property-card {
   border: 1px solid #cec5c5;
   border-radius: 10px;
    position: relative;
}
section.car-rental .img-sec{
    position: relative;
}
section.car-rental .overlay{
    position: absolute;
    background: #3d923a;
    top: 15px;
    left: 15px;
    padding: var(--p3);
    transition: .5s ease-in-out;
    border-radius: 10px;
}

section.car-rental .property-card:hover .about-car{
bottom: 0;
background: transparent;
}
section.car-rental .property-card:hover .dash-prop{
    width: 100%;
}
section.car-rental .overlay p{
    color: var(--white-color);
    font-size: var(--f12);
    margin-bottom: 0;
}
section.car-rental .property-card img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 203px;
    width:100%;
    object-fit: cover;
}
section.car-rental .about-car{
    background: var(--white-color);
    transition: .8s ease-in-out;
    padding: var(--p15);
    border-radius: 0 0 10px 10px;
}
section.car-rental .about-car h5{
  color: var(--black-color);
  padding-bottom: var(--p10);
  border-bottom: 1px solid #cec5c5;
  height: 33px;
  overflow: hidden;
}
section.car-rental .how-we-value-heading h3{
    text-align: left;
    font-size: var(--f40);
    color: var(--black-color);
}
section.car-rental .about-car .dash-prop{
    width: 80px;
    height: 2px;
    background-color: var(--white-color);
    transition: .8s ease-in-out;
    margin-bottom: var(--m18);
    display: none;
}
section.car-rental .ammenities .col-6{
   padding-left: 0px;
    color: #7e7d7d;
    display: flex;
    align-items: center;
    gap: 8px;
}
section.car-rental .ammenities{
    margin-bottom: var(--m5);
    padding: var(--p8);
    border-bottom: 1px solid #cec5c5;
}
section.car-rental .ammenities .right{
    /* border-left: 1px solid var(--white-color); */
    display: flex;
    justify-content: center;
}

section.car-rental .img-sec span{
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: 500;
    font-size: var(--f14);
    color: var(--white-color);
    background-color: var(--heading-color);
    padding: var(--p5) var(--p8);
    display: inline-block;
    border-radius: 8px;
}
section.car-rental .img-sec{
    position:relative;
}

section.car-rental .properties{
    margin-top: var(--m30);
    gap: 30px 0;
}


section.about-car{
    background: url(../images/about-sky.png);
     background-size: cover;
    background-position: center;
    background-attachment: fixed;
padding-bottom:0;
   padding-top:0; 
   display:none;
}



.slide-left {
  position:relative;
  width:100%;
  top:75px;
}

@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}
section.about-car .top{
     padding-top:75px;
}

section.about-car .top p{
font-style: italic;
    font-weight: 300;
    text-align:center;
    margin-bottom: 0;
}

section.about-car .top h2{
font-size: 100px;
    text-align: center;
    margin-bottom: 0;
}
section.about-car .top h2 span{
color:#192026;
    
}


section.ammeniteies-car{
    background-color:var(--territiary-color);
   
}
section.ammeniteies-car .btn_4.learn-more{
    top:10px;
}
section.ammeniteies-car .btn_4.learn-more .button-text{
    color: var(--white-color) !important;
}
section.ammeniteies-car .row{
    padding-top: 60px;
    justify-content:space-between;
}

section.ammeniteies-car .row .col-5 img{
width:100%;
height: 500px;
object-fit:cover;
border-radius:10px;
}

section.ammeniteies-car .row .col-7{
    width: 53%;
}

section.ammeniteies-car .row .col-7 h4{
    color:var(--white-color);
    font-size:var(--f36);
}
section.ammeniteies-car .row .col-7 h4 span{
    color:var(--heading-color);
}

section.ammeniteies-car .row.main-amenity i{
    font-size:var(--f38);
    color:var(--heading-color);
}
section.ammeniteies-car .row.main-amenity i:hover{
   
}
section.ammeniteies-car .row.main-amenity p{
     color:var(--white-color); 
      font-size:var(--f15);
      margin-top: var(--m10);
}
section.ammeniteies-car .main-amenity{
    padding-top:0;
}
section.ammeniteies-car .main-amenity .dash1{
    border-right: 1px dashed var(--white-color) ;
}
section.ammeniteies-car .main-amenity .col-4{
    margin-top: var(--m40);
    width:30%; 
}


/* cta why-choose us */
section.car-cta .img-sec img{
    width: 100%;
} 
section.car-cta h2{
    font-size: var(--f40);
    color: var(--black-color);
    margin-bottom: var(--m50);
}
section.car-cta li h5{
    color: var(--black-color);
    margin-bottom: var(--m10);
    font-size: var(--f22);
}
section.car-cta img.col-6{
    width: 60px;
    height: 60px;
    margin-right: var(--m20);
}
ul.choose li.row{
    align-items: center;
}
section.car-cta  .img-sec {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.car-cta .col-6{
    padding: 0;
}
.why-choose {
    padding: var(--p40);
    background: #EEF1FB;
}

/*company logo*/

section.logo{
    display:none;
}
section.logo .slider img {
  width: 100px;
  height: 100px;
  animation: scroll 15s linear infinite;
}



section.logo .slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

section.logo .slider {
  margin-top: 70px;
}

 @keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}



/*Agent css*/
section.agent {
    background-color: #1E1D85;
    background-image: url(../images/agent.png), url(../images/agent-bg-01.png);
    background-repeat: no-repeat;
    background-position: right bottom, left bottom;
    background-size: contain;
    position: relative;
}
section.agent h2{
    color: var(--white-color);
}
section.agent p {
    color: #f2f2f2;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0px;
}
section.agent .col-4.col-md-4.col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.agent a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}








/*final testimonials*/
/*Testimonial css*/
section.testimonial {
    background-color: var(--lt-bg-color);
    position: relative;
    padding-bottom: 80px;
}
section.testimonial .testy {
   width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
}
section.testimonial .item {
    padding-left: var(--p5);
    padding-right: var(--p5);
    padding-bottom: var(--p5);
}
section.testimonial h2{
    margin: auto;
    margin-bottom: var(--m40);
    color: var(--secondary-color);
    text-transform: uppercase;
    font-size: var(--f32);
    letter-spacing: 0;
    font-family: var(--other-font);
    font-weight: 600;
    text-align: center;
}
section.testimonial .top-text {
    position: relative;
}
section.testimonial .cont-sec{
    padding:var(--p10) var(--p30);
}
section.testimonial .cont-sec p{
      font-family: var(--primary-font);
    font-weight: 400;
    color: var(--primary-color);
    line-height: 1.5;
    letter-spacing: 0.1px;
    font-size: var(--f14);
}
section.testimonial .para{
    height:130px;
    overflow:hidden;
}
section.testimonial .test-pro {
    height: 100px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
section.testimonial .test-pro:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
section.testimonial .test-pro img {
    position: absolute;
    top: -35%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: none;
}
section.testimonial .user-icon {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
    margin: 20px 0;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.3);
    transition: all 0.6s ease;
}
section.testimonial .test-card:hover .user-icon{
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.5);
}
section.testimonial .user-icon img{
    width: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    height: 120px;
}
section.testimonial .test-card:hover .user-icon img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
section.testimonial .container{
    z-index: 1;
    position: relative;
}
section.testimonial .head-sec h2 {
 color: var(--black-color);
 text-transform: capitalize;
}
section.testimonial .head-sec p{
    color: var(--heading-color);
    text-align: center;
}
section.testimonial h3{
    margin-top: var(--m40);
    color: var(--white-color);
    /* text-transform: uppercase; */
    font-size: var(--f22);
    letter-spacing: 0;
    font-family: var(--other-font);
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
}
section.testimonial i{
    color: var(--territiary-color);
    font-size: var(--f14);
}
section.testimonial .test-card {
    text-align: center;
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
    height: 419px;
    background: var(--white-color);
    border-radius: 4px;
    min-width: 260px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    /* margin: 0 10px; */
}
section.testimonial .test-card:before {
    height: 190px;
    width: calc(100% + 100px);
    content: "";
    position: absolute;
    background: #004aada3;
    border-radius: 4px 4px 100% 100%;
    transition: all 0.4s ease-out;
    top: 0;
}
section.testimonial .test-card:hover:before {
    height: 100%;
    border-radius: 4px;
}
section.testimonial .test-card:hover p{
    color: var(--white-color);
}
section.testimonial .upper, section.testimonial .top-text, section.testimonial .cont-sec{
    z-index:1;
}

section.testimonial i.fa-solid.fa-quote-right {
    position: absolute;
    right: 20px;
    bottom: -10px;
}
section.testimonial i.fa-solid.fa-quote-left {
    position: absolute;
    left: 20px;
    top: -10px;
}


section.testimonial .owl-nav {
    position: absolute;
    bottom: -45px;
    right: 45%;
    /* text-align: right; */
    width: auto;
    z-index: 2;
}
section.testimonial .owl-nav button {
    background: var(--secondary-color);
    padding: var(--p10);
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
section.testimonial .owl-nav button.owl-prev {
    margin-right: var(--m15);
    background: var(--secondary-color);
}
section.testimonial .owl-nav button.owl-next {
    background: var(--secondary-color);
}
section.testimonial .owl-nav button.owl-prev:hover, section.testimonial .owl-nav button.owl-next:hover{
    background: var(--btn-color);
}
section.testimonial .owl-nav button i {
    font-size: var(--f20);
    line-height: 35px;
    color: var(--white-color);
}
section.testimonial .owl-carousel .owl-stage-outer{
    padding:0px;
}
section#abt {
    padding-top: 60px;
    position: relative;
}
section#abt  .owl-nav {
    position: absolute;
    top: -75px;
    right: 10px;
    display: flex;
    justify-content: end;
    gap: 20px;
}
section#abt .owl-nav button{
    width: 42px;
    height: 42px;
    background-color: var(--secondary-color);
    border-radius: 50%;
}
section#abt .owl-nav button i{
    color: var(--white-color);
}
section#abt .col-4 {
    flex: 0 0 auto;
    /* width: 25%; */
    margin-bottom: var(--m30);
    color: var(--white-color);
}
section#abt .row.ammenities img{
width: 32px;
    height: 32px;
    object-fit: scale-down;
    border-radius: 0px !important;
}
button.main-btn.filt {
  width: 120px;
    font-size: var(--f16);
    position: fixed;
    left: -2.2%;
    top: 70%;
    z-index: 9;
    transform: translateY(-50%);
    transition: all .4s ease-out;
    transform: rotate(270deg);
    background: var(--heading-color);
    border-color: var(--heading-color);
}
div#filterModal {
    width: 500px !important;
    max-width: 500px !important;
    padding-right: 0px !important;
    transition: all .3s ease;
}
.modal-backdrop.show {
    opacity: 0 !important;
}
.search-bar1 h5{
   padding: var(--p16);
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--f17);
    color: var(--primary-color);
}
.search-bar1 i{
     color: var(--heading-color);
}
.search-bar1 .down-arrow {
    display:none;
}
.search-bar1 .cont {
    padding: 0px var(--p16);
    padding-bottom: var(--p16);
}
.search-bar1 .model .cont{
    padding-bottom: 0px;
}
.search-bar1 label{
    font-size: 14px;
    padding-bottom:0px;
}
.search-bar1 input{
    width: 14px;
    height: 14px;
}
.search-bar1 .cont div{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: var(--m8);
}
.search-bar1 .cont div.brand-cont, .search-bar1 .cont div.model-cont, .search-bar1 .cont div.colors-cont, .search-bar1 .cont div.transmission-cont {
    display: block;
}
.search-bar1 .tag{
    cursor:pointer;
}
.search-bar1 button.see-all{
    color: var(--heading-color);
    background: transparent;
    border: 0px;
    font-size: 14px;
    font-weight: 500;
    margin-top: var(--m5);
}
.search-bar1 .brand .brand-cont, .search-bar1 .colors .colors-cont{
    height: 110px;
    overflow: hidden;
}
.search-bar1 .model label{
    display:none;
}
.search-bar1 .model, .search-bar1 .colors, .search-bar1 .transmission, .search-bar1 .slider-box,  .search-bar1 .roof-check, .search-bar1 .brand{
    border-top: 1px solid #f0f0f0;
}
.search-bar1 select {
    word-wrap: normal;
    width: 100%;
    padding: 8px 10px;
    border-radius: 0px;
    font-size: 14px;
    margin-bottom: var(--m10);
}
.search-bar1 .slider-box input{width: 100%;
    border:0px solid;
    font-size:13px;
    margin-bottom: 10px;
}
.search-bar1 .slider-box {
    padding: 0 16px;
    padding-bottom:20px;
}
.search-bar1 .slider-box h5{
    padding-left:0px;
    padding-right:0px;
}
.search-bar1 .ui-slider-range.ui-widget-header.ui-corner-all {
    background: #2874F0;
}
.search-bar1 .ui-state-default, .search-bar1 .ui-widget-content .ui-state-default, .search-bar1 .ui-widget-header .ui-state-default{
    border-radius:100%;
    background: #fff !important;
}
.search-bar1 div#gaurav-new-modal-days-area {
    padding: 0px;
}
div#filterModal .filter-btn {
    padding: 0px var(--p16);
    text-align:right;
    display: flex;
    justify-content: space-between;
}
div#filterModal .filter-btn button.main-btn {
    width: 200px;
    postion:relative;
    bottom:10px;
}