html{
    overflow-x: hidden;
}
.head-sec {
    text-align: center;
    margin-bottom: var(--m40);
}
.head-sec h2{
    margin-bottom: 0px;
}
.head-sec p {
    font-size: var(--f14);
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}
/*video section*/
section.video-banner {
    padding: 0px;
    width: 100%;
    height: 100vh;
    position: relative;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-sec {
    width: 100%;
    height: 100%;
}

.video-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#play,
#pause {
    display: none;
}
.search-bar form{
    position: relative;
    margin: auto;
    justify-content: center;
    width: 90%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: var(--white-color);
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    margin-top: var(--m20);
    border-radius: 40px;
}

.search{
    position: absolute;
    /* top: 450px; */
    width: 88%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    z-index: 1;
}
.search .col-3{
    padding-left: 16px;
    padding-right: 16px;
}
.search .col-3:first-child, form.Search-bar .checkbar{
    border-right: 1px solid #cccccc;
}
.search span{
    font-size: 16px;
    font-family: var(--primary-font);
    color: #999;
    font-weight: 500;
}
form.Search-bar {
    position: relative;
    margin: auto;
    justify-content: center;
    width: 66%;
    left: 0;
    right: 0;
    top: -15px;
    background:var(--white-color);
    padding: var(--p10) 0;
    border-radius: 0px;
    z-index: 2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    border-radius: 10px;
}
form.Search-bar .checkbar{
    display: flex;
    width: 50%;
    gap: 10px;
    position: relative;
    padding-top: 0;
}
form.Search-bar .people{
    /* display: flex; */
    justify-content: space-between;
}
form .adult_field {
    display: flex;
    align-items: center;
    justify-content: center;
}
form.Search-bar .people label{
    text-align: center;
    width: 100%;
}
form.Search-bar .people .adult{
    width: 100%;
    flex-direction: column;
}
form.Search-bar .people .children{
    width: 50%;
}
form.Search-bar  .check-out{
    width: 50%;
}
form.Search-bar  .check-in{
    width: 50%;
}
form.Search-bar input, form.Search-bar select{
    width: 100%;
    background: transparent;
    border: none;
    font-size: 14px;
    font-family: var(--primary-font);
    color: #999;
    height: 33px;
}
form.Search-bar input:focus-visible, form.Search-bar select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
} 
form.Search-bar .people button{
    background: transparent;
    border-radius: 50%;
    border: 1px solid var(--btn-color);
    width: 25px;
    height: 25px;
    font-family: var(--primary-font);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--btn-color);
    margin-left: 0;
}
form.Search-bar .people button.disabled {
    opacity: 0.3;
}
form.Search-bar .sub-btn{
    width: 24%;
    /* align-items: center; */
    justify-content: end;
    display: flex;
    align-items: center;
    padding-right: 0;
}
form.Search-bar .adult-box {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    justify-content: center;
    width: 200px;
    gap: 20px;
}
form.Search-bar .adult-box input{
    text-align: center;
    width: 35px;
}
form.Search-bar .submit-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
form.Search-bar .submit-btn button{
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 10px;
    background: var(--btn-color);
    font-size: var(--f14);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
}
form.Search-bar .submit-btn button:hover{
    /* border-radius: 0px; */
}
form.Search-bar label{
    font-size: var(--f10);
    font-weight: 700;
    font-family: var(--primary-font);
    color: var(--black-color);
}
form.Search-bar input::placeholder{
    font-size: var(--f13);
}
form.Search-bar .people .inc{
    border: 1px solid var(--btn-color); 
} 
.datepicker-section{
                         position: relative;
                     }
                     .datepicker-common-2{
                         padding:0;
                         position: absolute;
                         width: 100%;
                         height: 33px;
                         left: 0;
                         bottom: 0;
                     }
                     input#demo17 {
                         position: absolute;
                         left: 0px;
                         top: auto !important;
                         bottom: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 33px !important;
                         z-index: 9;
                     }
.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;
}
}
.form-control:focus {
 background-color: transparent !important;
 border-color: var(--white-color) !important;
 box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}

@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;
}
}
.form-control:focus {
 background-color: var(--white-color) !important;
 border-color: var(--white-color) !important;
 box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.3);
    padding-top: 0;
    flex-direction: column;
}

.video-cont .scroll {
    position: absolute;
    bottom: 10px;
    display: none;
}

.video-cont h1 {
    max-width: 100%;
    margin: auto;
    margin-bottom: 0;
    color: var(--white-color);
    text-transform: capitalize;
    font-size: var(--f70);
    letter-spacing: 2px;
    font-family: var(--video-font);
    font-weight: 500;
    text-align: center;
    position: relative;
    margin-bottom: 0px;
    text-shadow: 1px 1px 1px #000;
}

.video-cont h1 span {
    color: var(--white-color);
}

.video-cont p {
    margin-bottom: var(--m20);
    margin-top: 0;
    color: var(--white-color);
    text-transform: capitalize;
    font-size: var(--f18);
    text-align: center;
    text-shadow: 0 0 3px #000;
}

.video-cont .play {
    color: var(--black-color);
    font-size: var(--f15);
}

.video-cont .play-video {
    display: none;
    gap: 20px;
    align-items: center;
    margin-bottom: 70px;
}

.video-cont .play-video .line {
    height: 1px;
    width: 50px;
    right: 3px;
    background: var(--black-color);
}
/* cloud video */

section.cloud-video{
    padding: 0;
    position: absolute;
    bottom: -235px;
    display: none;
}
section.cloud-video img{
    width: 100%;
}

/* about us */
/*start about*/
section.about-us .star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 1em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 0.3em solid transparent;
    font-size: 10px;
}

section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

section.about-us .star-rating:before,
section.about-us .star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

section.about-us .star-rating:after {
    transform: rotate(35deg);
}

section.about-us p.head {
    margin-bottom: 20px;
    color: var(--secondary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
}

section.about-us .about-content-sec {
    padding-right: 50px;
    display: flex;
    align-items: center;
}

section.about-us .about-content-sec a.main-btn {
    display: block;
    width: 180px;
    transition: all ease-in-out 300ms;
    text-align: center;
}

section.about-us .about-content-sec a.main-btn:hover {
    transform: translateY(-4px);
}

section.about-us .about-content-sec .abt-btn {
    margin-top: 20px;
}

section.about-us .about-image-sec img {
    width: 550px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.1);
}

section.about-us .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

section.about-us .about-image-sec .abt-img1 {
    margin: -20px 0px 30px -15%;
}

section.about-us .about-image-sec .abt-img2 {
    margin: 0px -15% 0px 0px;
}

section.about-us .about-content-sec .abt-para {
    max-height: 422px;
    overflow: hidden;
}
section.about-us .about-content-sec .abt-para h5{
    text-transform:capitalize;
    font-size:18px;
}
/*end about section*/
/*About company css*/
/* 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: 0px 0;
    height: 450px;
}
    .about_section .about_img img {
      border-radius: 0;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      height: 450px;
      width: 100%;
      object-fit: cover;
      object-position: top;
    }
    .about_section .about_img .side-effect:after {
      content: "";
      position: absolute;
      top: -12px;
      height: calc(100% - 18px);
      background: url(../images/about.webp);
      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/about.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/about.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/about.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: 55px;
    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;
      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;
  }
  

/* cta start */

section.business{
    padding:var(--p80) 0;
    background: url(../images/call1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    -webkit-filter: blur(0);
    filter: blur(0);
    transition: filter 400ms, -webkit-filter 400ms;
}
section.business:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    top: 0;
    z-index: -1;
}
section.business .box {
    padding: 60px 60px;
    background-color: #52b0b9;
}
section.business  h5{
    color: var(--white-color);
    font-style: italic;
    font-weight: 500;
    margin-bottom: var(--m10);
}

section.business h2{
    font-size: var(--f40);
    color: var(--white-color);
    font-weight: 500;
    text-shadow: 0px 0px 3px #000;
}
section.business p{
    color: rgba(255, 255, 255, 0.68);
}
section.business a{
    display: block;
    width: 195px;
    text-align: center;
    border-color: var(--white-color);
}
/*Attractions section start*/

/* Attractions*/

.single-box {
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: var(--m20);
    box-shadow: 0 0 1px #4c4c4c;
}

.single-box:hover img {
    -webkit-transform: scale(1.3) rotate(4deg);
    transform: scale(1.3) rotate(4deg);
}

.single-box img {
    height: 464px;
    object-fit: cover;
}

.single-box img {
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
}

.single-box:hover .content {
    opacity: 0;
    visibility: hidden;
}

.single-box .content {
    background-color: #ffffffd9;
    padding: 65px 35px 50px;
    position: absolute;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    height: auto;
    width: 100%;
    bottom: 0;
    border-radius: 100% 100% 5px 5px;
}

.single-box .content h3 {
    margin-bottom: 0;
    position: relative;
    padding-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #321c07;
    font-size: 24px;
    font-weight: 600;
    height: 36px;
    overflow: hidden;
}

.single-box .content h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background-color: #321c07;
    height: 2px;
    width: 60px;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-box .content h3 a {
    display: inline-block;
    color: #321c07;
}

.single-box:hover .hover-content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.single-box .hover-content {
    background-color: #ffffffd9;
    padding: 65px 35px 50px;
    position: absolute;
    left: 0;
    max-height: 290px;
    width: 100%;
    bottom: -138px;
    border-radius: 100% 100% 5px 5px;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.single-box .hover-content h3 {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #321c07;
    font-size: 24px;
    font-weight: 600;
    height:36px;
    overflow:hidden;
}

.single-box .hover-content h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background-color: #321c07;
    height: 2px;
    width: 60px;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-box .hover-content h3 a {
    display: inline-block;
    color: #321c07;
}

.single-box .hover-content p {
    -webkit-transition: .5s;
    transition: .5s;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    height: 120px;
    overflow:hidden;
}
.single-box .hover-content .attaction-view{
    text-decoration: underline!important;
    color: var(--heading-color);
}
.single-box .hover-content p a{
    color:var(--primary-color);
}
.single-box .hover-content .read-more-btn {
    display: inline-block;
    margin-top: 15px;
    color: #321c07;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.single-box .hover-content .read-more-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #0e416b;
}

a {
    text-decoration: none!important;
}


/* about owner css */

/*About owner css*/
section.about-owner {
    background: var(--white-color);
}
section.about-owner .rhea_mask {
    fill: var(--white-color);
}
section.about-owner .svg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}
section.about-owner .col-6.col-md-6.col-sm-12.img{
   position: relative;
    height:500px;
}
section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}
section.about-owner .abt-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}

section.about-owner img{
   width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
    transition: 0.5s all;
    border-radius: 50px;
}
section.about-owner img:hover{
    transform: scale(1.14);
}
section.about-owner svg {
    height: 588px;
    width: 100%;
}
section.about-owner .head-sec{
   text-align:left;
   margin-bottom: var(--m15);
}
section.about-owner h4{
    font-size: var(--f21);
    font-weight: 500;
}
section.about-owner p{
    color: var(--black-color);
}
section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid #b3b3b3;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
}
section.about-owner .call-us, section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.about-owner .call-area {
    display: block;
}
section.about-owner .call-area a{
    display: block;
}
section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: var(--m30);
}
section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}

 /*Testimonial css*/
 .owl-carousel .owl-stage-outer{
    padding-left: 0;
    padding-right: 0px;
 }
 /*Testimonial css*/
 
 section.testimonial .bg-img{
     background: url('../images/testy.webp');
     height: 600px;
 padding: 0;
     background-size: cover ;
 position: relative;
 z-index: 1;
 }
  section.testimonial .attr-bnt {
    position: absolute;
    bottom: 7.7%;
    right: 45%;
    z-index: 1;
}
 section.testimonial .para {
 max-height: 115px;
 overflow: hidden;
 }
 
 section.testimonial {
    background: #fff;
    position: relative;
    /* padding: 0; */
    /* padding-bottom: 60px; */
    background: var(--lt-bg-color);
 }
 
 
 section.testimonial .col-6.cont-head{
     margin-top: 88px;
     padding: 105px 27px 0;
     background: transparent url(../images/testi-bg-a.jpg) no-repeat;
     background-position: center center;
     background-size: 100% 100%;
     position: relative;
     z-index: 1;
     display: none;
 }
 section.testimonial .col-6.cont-head::before {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: #000;
     opacity: 0.50;
 }
 section.testimonial .head-sec{
     position: relative;
     /* text-align: left; */
     /* width: 70%; */
     margin: auto;
     /* padding-left: var(--p30); */
     /* padding-top: var(--p50); */
     margin-bottom: var(--m40);
 }
 
 section.testimonial .icon{
         border-radius: 100%;
         display: flex;
         align-items: center;
         justify-content: center;
         position: absolute;
         right: 0;
         z-index: 1;
         top: -5px;
 }
 section.testimonial .icon img{
     height: 50px;
 }
 section.testimonial .testy {
   
     margin: auto;
     padding: 0;
     padding-bottom: 0;
     border-radius: 0px;
     background: transparent;
     position: relative;
     z-index: 1;
 }
 section.testimonial .item {
     padding-left: var(--p15);
     padding-right: var(--p15);
     padding-bottom: var(--p5);
 }
 section.testimonial .top-text {
     position: relative;
     /* height: 100px; */
 }
 section.testimonial .overlay{
    background-color: #fff;
    width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    position: relative;
    right: 0px;
    padding: 20px 30px;
 }
 section.testimonial .owl-nav {
     display: flex;
     gap: 10px;
     position: relative;
     left: 50%;
     transform: translateX(-50%);
     top: 0px;
     justify-content: center;
     width: 80%;
     margin-top: 30px;
 }
 .owl-carousel .owl-stage-outer{
    padding-left: 0;
    padding-right: 0px;
 }
 section.testimonial .owl-prev{
     font-size: 16px !important;
     border-radius: 0px;
     width: 45px;
     height: 45px;
     display: flex !important;
     align-items: center;
     justify-content: center;
     background: var(--btn-color) !important;
     border: 0px solid !important;
     color: var(--white-color) !important;
 }
 section.testimonial .owl-next{
     font-size: 16px !important;
     border-radius: 0px;
     width: 45px;
     height: 45px;
     display: flex !important;
     align-items: center;
     justify-content: center;
     background: var(--btn-color) !important;
     border: 0px solid !important;
     color: var(--white-color) !important;
 }
 section.testimonial .owl-prev:hover, section.testimonial .owl-next:hover{
     background: var(--btn-hover) !important;
 }
 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 {
     position: absolute;
     z-index: 1;
     left: 17%;
     top: 20%;
     -webkit-transform: translate3d(-50%, -10px, 0);
     -moz-transform: translate3d(-50%, -10px, 0);
     transform: translate3d(-50%, -10px, 0);
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
 }
 section.testimonial .user-icon img{
     width: 70px;
     height: 70px;
     object-fit:cover;
     border-radius: 50%;
     border: 2px solid var(--white-color);
 }
 
 
 section.testimonial .test-card {
     text-align: center;
     background: var(--white-color);
     border-radius: 0px;
     /* box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1); */
     padding-bottom: 0;
     max-width: 900px;
     margin: auto;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,.07);
    padding: var(--p25);
    height: 280px;
    width: 100%;
 }
 section.testimonial .test-card p{
     color: var(--primary-color);
     line-height: 1.6;
     margin-bottom: 0;
     margin-top: var(--m10);
 }
 
 section.testimonial .test-card h4 {
     font-size: var(--f20);
     margin-bottom: var(--m7);
     font-weight: 600;
     color: var(--heading-color);
 }
 section.testimonial .cont-sec{
     margin-top: var(--m70);
     text-align: center;
 }
 section.testimonial i.fa-solid.fa-star {
     color: #FCAF3D;
     font-size: var(--f10);
     margin-right: var(--m3);
 }
 section.testimonial hr {
     width: 200px;
     opacity: 1;
     border-top: 3px solid;
     color: var(--white-color);
 }
 section.testimonial h3 {
   padding-left: 0;
   font-size: var(--f20);
   font-weight: 700;
   text-align: center;
   color: var(--territiary-color);
   margin-bottom: 0;
 }
 section.testimonial .container-fluid{
     padding: 0;
 }
 
 section.testimonial .owl-item.active:first-child .item{
     border-right: 2px solid var(--white-color);
 }
 section.testimonial .para p{
    text-align: center;
    width: 90%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    color: var(--black-color);
    height: auto;
    max-height: 141px;
    margin-top: var(--m10);
    font-size: var(--f16);
    overflow: hidden;
    margin-bottom: var(--m20);
 }
 section.testimonial .para i{
     font-size:var(--f30);
 }
 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 p.clt-name{
     color: var(--heading-color);
     font-weight: bold;
     text-transform: uppercase;
     margin-top: var(--m15);
     margin-bottom: 0px;
 }
 
 section.testimonial span {
     height: auto;
     overflow: hidden;
     display: block;
 }
 section.testimonial .test-card:hover .test-pro {
     height: 180px;
 }
 section.testimonial .test-card:hover .test-pro img {
     top: 0;
     height:100%;
 }
 section.testimonial a.main-bttn{
    display: inline-block;
    padding: 0px;
 }

/*booking area*/

section.booking-area .how-we-value-heading h4{
    margin-bottom: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 20px;
}

section.booking-area .how-we-value-heading h3 {
    text-transform: uppercase;
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 28px;
}

section.booking-area .box {
    background: var(--other-color);
    width: 300px;
    height: 150px;
    position: absolute;
    left: 0px;
    top: -20px;
}
section.booking-area .col-6.md-12.sm-12.img{
    position: relative;
    padding-left: var(--p60);
    padding-right: var(--p60);
}

section.booking-area .col-6.md-12.sm-12.img img{
    position: relative;
    margin-top: 0;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

section.booking-area .box-area {
   background: var(--white-color);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    padding: var(--p15) var(--p15);
    margin-bottom: var(--m20);
    display: flex;
    align-items: center;
    gap: 15px;
}
section.booking-area .box-area img{
    width:45px;
}
section.booking-area .box-area h3{
    font-size: var(--f22);
    margin-bottom: 0px;
    color: var(--territiary-color);
}


.number-head {
    font-weight: 700;
    font-family: var(--secondary-font);
    font-size: var(--f18);
    letter-spacing: 0.1765px;
}
.number-head:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 5px;
    background: var(--secondary-color);
    margin-left: var(--m11);
    margin-top: -1px;
}
.head-sec h2{
    text-transform: uppercase;
}

.head-sec span{
    font-size: var(--f45);
    font-weight: 400;
    line-height: 1;
    margin-top: -10px;
    color: var(--secondary-color);
    font-family: var(--other-font);
    text-align: right;
}
section.home-list{
    /* background: var(--lt-bg-color); */
}
section.home-list .item{
    padding:5px;
}
section.home-list .row{
    gap: 30px 2%;
      justify-content: center;
}
section.home-list .how-we-value-heading span{
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    background: var(--heading-color);
    border-radius: 50px;
    padding: 4px 18px;
}
section.home-list .view{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: var(--m10);
}
section.home-list .view .forward{
    background: var(--white-color);
    padding: var(--p10);
    box-shadow: 2.5px 4.33px 18px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center;
}
section.home-list .view i{
    margin-right: 0;
}


section.home-list .col-4{
    width: 32%;
}
section.home-list .pro{
    display:flex;
    justify-content:center;
    margin-top: var(--m30);
}
section.home-list img.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
   border-radius: 15px 15px 0 0;
}
section.home-list .pro-img:hover img{
    transform: scale(1.14);
}
section.home-list .pro-img img{
    height: 320px;
    object-fit: cover;
    transition: .5s ease-in-out;
}
section.home-list .pro-img a::before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    width: calc(100% - 66px);
    left: 33px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.home-list .pro-img a::after{
    content: "";
    position: absolute;
    top: 8px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: calc(100% - 16px);
    left: 8px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


section.home-list .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 15px 15px 0 0;
    display: block;
 
}
section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p60) var(--p25) var(--p25) var(--p25);
    background: var(--white-color);
    /* border-radius: 0 0 25px 25px; */
    /* box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05); */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: -40px;
    /* border-radius: 15px; */
}
section.home-list .pro-cont p{
    font-size: var(--f15);
    border-bottom: 1px solid #E6E8EC;
    overflow: hidden;
    max-height: 100px;
}

section.home-list .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.home-list .rating i.checked {
    color: #FCAF3D;
}
section.home-list .rating span{
    color: var(--black-color);
    font-weight: 600;
    font-size: var(--f13);
}
section.home-list h3.title {
    font-size: var(--f18);
    line-height: 1.2;
    font-weight: bold;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height: 22px;
    max-height: 46px;
    overflow: hidden;
    width: 100%;
}
section.home-list h3.title a{
    color: var(--secondary-color);
}
section.home-list p.adr {
    font-size: var(--f16);
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: var(--m15);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
    border-bottom: none;
}
section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}
section.home-list i {
    color: var(--secondary-color);
}
section.home-list ul li{
    font-size: var(--f14);
    color: #777E90;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
}
section.home-list ul.last li{
    color: var(--other-color);
}
section.home-list h5{
    font-size: var(--f14);
    color: #8CC63F;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    border-radius: 30px;
    right: 0;
    z-index: 1;
    font-family: var(--primary-font);
}
section.home-list .pro-img {
    position: relative;
}
section.home-list h5 span{
    font-weight: 600;
    font-size: var(--f22);
    color: #8CC63F;
}

section.home-list .featured span {
  font-weight: 500;
    font-size: var(--f18);
    color: #5383fe;
    background-color: var(--white-color);
    padding: var(--p4) var(--p10);
    display: inline-block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
section.home-list .featured{
    position: absolute;
 top: 18px;
    right: 20px;
    z-index: 1;
    display: none;
}

section.home-list .how-we-value-heading  h2 {
   /* padding-top: var(--p10); */
   /* color: var(--black-color); */
   /* font-weight: 500; */
   /* margin-bottom: var(--m10); */
   /* font-size: var(--f48); */
}
section.home-list .how-we-value-heading p{
    font-size: var(--f19);
    color: var(--btn-color);
}
section.home-list .how-we-value-heading h6{
line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f22);
    font-weight: 600;
    margin-bottom: 0px;
}
section.home-list .filter{
    display: none;
    justify-content: center;
    align-items: center;
}
section.home-list .filter .filter-c{
    display: flex;
    gap: 20px;
    width: 60%;
    justify-content: center;
    padding: var(--p40) 0;
} 
section.home-list .filter .filter-c li{
    cursor: pointer;
}
section.home-list .filter .filter-c .active{
    background: rgb(53, 57, 69);
    border-radius: 15px;
    padding: var(--p5) var(--p15);
    color: var(--white-color);
    font-weight: 400;
}
section.home-list button.owl-prev, section.home-list button.owl-next{
    width: 50px;
    height: 50px;
    background: var(--secondary-color) !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color) !important;
}
section.home-list button.owl-prev:hover, section.home-list button.owl-next:hover{
    background: var(--btn-hover) !important;
}
section.home-list button.owl-prev i, section.home-list button.owl-next i{
 color: var(--white-color) !important;
 font-size: 20px;
}
section.home-list .owl-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}
section.home-list .pro-btn {
    text-align: center;
    margin-top: 40px;
}
section.home-list .pro-btn .main-btn{
  display: inline-block;
    margin: auto;
    width: 200px;
    text-align: center;
}
section.home-list .pro .main-btn{
    width:150px;
    text-align:center;
} 
/*Cta css start*/

/* cta css */

section.cta{
    background: url('../images/cta.jpg');
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
section.cta .head-sec{
    margin-bottom:30px;
}
section.cta .shape img{
    width: 350px;
object-fit: cover;
}
section.cta .head-sec h2 span{
    color: var(--secondary-color);
}
section.cta .shape{
    position: absolute;
    top: -365px;
    z-index: 2;
}
section.cta .container{
    display: flex;
    justify-content: center;
    position: relative;
}
section.cta .content {
    width: 70%;
    background: rgb(0 0 0 / 50%);
    padding: var(--p60);
    box-shadow: 0px 9px rgba(255,255,255,.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.cta .head-sec h2{
    text-align: center;
    color: var(--white-color);
}
section.cta .content p{
    color: var(--white-color);
    text-align:center;
}
section.cta .content .main-btn{
    color: var(--white-color);
    border: 1px solid var(--white-color);
}
section.cta  .man-img {
    position: relative;
}
section.cta .man-img img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

section.cta .main-btn{
    display: inline-block;
    width: 150px;
    text-align: center;
}

/*Agent css*/
section.agent {
    background-image: url(../images/dog.png), url(../images/do.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    background-position: center;
}

section.agent .overlay{
width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}
section.agent .container{
    position: relative;
}
section.agent .col-8{
    width: 100%;
}
section.agent .col-4{
    width: 100%;
}

section.agent .row{
    flex-direction: column;
}
section.agent h2{
    color: var(--white-color);
}
section.agent p {
    color: #f2f2f2;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: var(--m20);
}
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;
}


/*Location css start*/
section.location-list {
    background: #f2f2f2;
    /* display: none; */
}
section.location-list h2{
    padding-bottom: 15px;
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 0px;
}
section.location-list h6{
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}
section.location-list .row {
    gap: 30px 2%;
}
section.location-list .col-4 {
    width: 32%;
}
section.location-list img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 25px;
    webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.location-list .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(231, 56, 39, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(231, 56, 39, 0) 100%);
}
section.location-list .image-sec {
    position: relative;
    overflow: hidden;
     border-radius: 25px;
}
section.location-list .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--p20) var(--p30);
    position: absolute;
   bottom: 20px;
    padding-bottom: 0px;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.location-list a:hover .content-area{
    bottom: 34px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.location-list a{
    position: relative;
}
section.location-list h4 {
    margin-bottom: 0px;
    color: var(--white-color);
    font-weight: 500;
    text-shadow: 0px 0px 3px #000;
}
section.location-list .btn{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}
section.location-list  i.fa-solid.fa-arrow-right {
    font-size: var(--f20);
}
section.location-list a:hover img {
    transform: scale(1.14);
}

/*Attraction css start*/
/* attractions */


.attractions .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
}

.attractions .image-box img{
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover; 
    transition: all 0.6s;
}

.attractions .inner-box:hover .image-box:before{
    border-top-color: #d5ae82;
}
.attractions .col-4:hover .lower-box{
    bottom: 50px;
}
.attractions .col-4:hover .image-box img{
transform: scale(1.14);
}
.attractions .lower-box{
    position: absolute;
    left: 50px;
    bottom: -50px;
    right: 50px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.7s ease;
    z-index: 3;
}

.attractions .inner-box:hover .lower-box{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
}

.attractions .lower-content{
    position: relative;
    display: block;
    background: #ffffff;
    padding: var(--p20);
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0px 0px 3px 3px;
    z-index: 1;
}

.attractions .lower-content .icon-box{
    position: absolute;
    right: 30px;
    top: -45px;
    width: 90px;
    height: 90px;
    background: #061138;
    color: #d5ae82;
    text-align: center;
    font-size: 42px;
    line-height: 90px;
    border-radius: 50%;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    display: none;
}

.attractions .inner-box:hover .lower-content .icon-box{
    background: #d5ae82;
    color: #ffffff;
}

.attractions .lower-content .cat{
    position: relative;
    display: block;
    color: #7b8594;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.attractions .lower-content h4{
    position: relative;
    color: var(--heading-color);
    margin-bottom: 20px;
    height: 36px;
    overflow: hidden;
}

.attractions .lower-content h4 a{
    color: var(--secondary-color);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    font-family: var(--secondary-font);
}

.attractions .lower-content h4 a:hover{
    color: var(--secondary-color);
}

.attractions .inner-box:hover .link-box a{
    color: var(--secondary-color);
}
.attractions .col-4{
    position: relative;
    padding-right: 0;
    width: 32%;
margin-bottom: var(--m20);
}
.attractions .row{
    justify-content: space-between;
    position: relative;
}
.attractions .head{
    position: relative;
    text-align: center;
}
.attractions .head p {
    font-size: var(--f12);
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}
.attractions{
background: var(--white-color);
}
.attractions .how-we-value-heading{
    position: relative;
}
.attractions .how-we-value-heading h2,h6{
    color: var(--secondary-color);
}
 

/*faq css*/

section.faq{
    background: var(--white-color);
}
.how-we-value-heading {
    text-align: center;
    margin-bottom: var(--m40);
}
.how-we-value-heading h2{
    text-transform: uppercase;
}
.how-we-value-heading p{
    color: #777E90;
}
section.faq h2{
    color: var(--black-color);
}

section.faq .list-faq{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 100%;
    padding-left: 18px;
    font-size: 25px;
    line-height: 58px;
    color: var(--white-color);
    background-color: var(--secondary-color);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

section.faq .accordion-flush .accordion-item{
    border: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    background: var(--white-color);
    margin-bottom: var(--m20);
    border: none;
}
section.faq .accordion-flush .accordion-item .accordion-button, section.faq .accordion-flush .accordion-item .accordion-button.collapsed {
    position: relative;
    width: 100%;
    padding: 22px 65px;
    font-size: 18px;
    font-weight: 500;
    color: #555555;
    border: none;
    background-color: transparent;
    background-color: #f4f4f4;
    text-align: left;
}
section.faq .accordion-button::after{
    position: relative;
    left: 25px;
}
section.faq .accordion-button:not(.collapsed){
    background: var(--white-color);
}
section.faq p {
    color: var(--primary-color);
    font-size: var(--f14);
    font-weight: 500;
}

.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
}
section.faq img{
    border-radius: 10px;
}
section.faq .accordion-body {
    color: var(--primary-color);
    font-size: var(--f14);
    box-shadow: 2px 3px 4px 0px #00000052;
}
.accordion-flush .accordion-collapse{
    background:var(--white-color);
}
.accordion-button::after{
    background-image: ur
}


/* blogs css */

/*===============================blog page section css start================================*/
/*.blog-content a.blog-read:hover{background-color: var(--secondary-color);color: var(--text-white);border-color: var(--secondary-color);}*/
.blog-headings p{padding: 0% 27%;}
.blog-content{padding: var(--p15);}
.blog-headings{text-align: center; padding-bottom: var(--p40);}
.blog-headings h5{color: #00E5CC;font-size: var(--f18);font-weight: 500;text-transform: uppercase;margin-bottom: var(--m13);}
.blog-headings h2{color: #000E44;font-size: var(--f42);font-weight: 700; margin-bottom: var(--m14);}
.blog-headings p{color: #848E9F; font-size: var(--f16); font-weight: 400;}
.home-blog-image img{width: 100%;border-radius: 0px;border-bottom-left-radius: 0;border-bottom-right-radius: 0;
    height: 230px;
    object-fit: cover;
}
.blog-category{color: #848E9F;font-size: var(--f16);font-weight: 400;position: absolute;bottom: 10px;right: 10px;background-color: #731a17;padding: var(--p5) var(--p23);border-radius: 50px;color: #fff;box-shadow: 0px 0px 10px #fff;}
.blog-category a{color: #fff;}
.home-blog-image{position: relative; margin-bottom: 0px;}
.blog-date {color: #000;font-size: var(--f14);font-weight: 500;margin-left: var(--m20);
    letter-spacing:0px;
}
.blog-feat{margin-top: var(--m10);margin-bottom: var(--m9);}
.blog-date:first-child{margin-left: 0px;
    letter-spacing: 0px;}
.blog-date i{color: var(--secondary-color);
    font-size: var(--f15);}
.blog-content h4 a{font-weight: 700;
    font-size: var(--f26);
    text-decoration: none;
    line-height: 15px;
    color: var(--secondary-color);}
.blog-content p{color: #212529;
    font-size: var(--f16);
    font-weight: 400;
    height: 104px;}
.blog-content a.blog-read{color: #fff;font-size: var(--f16);background-color: var(--ocean-color);padding: var(--p8) var(--p30);display: inline-block;margin-top: var(--m7);border-radius: 0;text-decoration: none;margin-bottom: 0px;}
.blog-content a.blog-read i{margin-left: var(--m5);font-size: var(--f14);}
.blog-wrapper{padding: var(--p60) var(--p12) var(--p60);
background: var(--lt-bg-color);
}
.blog-page{margin-bottom: var(--m30);background-color: #fff; border-radius: 0px;box-shadow: 0 2px 20px rgb(0 0 0 / 15%);}
.blog-content h4{line-height: 1.1;
    margin-bottom: 20px;
    font-family: var(--secondary-font);
    color: #000;
    height: 27px;
    overflow: hidden;
    text-transform: capitalize;
}
.blog-wrapper a.main-btn{
    width:166px;
    display:block;
}

.blog-wrapper .col-lg-4{
    padding-left: var(--p8);
    padding-right: var(--p8);
}
/*=================================blog page section css end==============================*/


/*=================================Blog detail section css start==================================*/
.blog-detail-page-title h3{font-size: 24px; text-align: center; margin-bottom: 30px; color: #000E44; font-weight: 600; }
.blog-detail-image img{width: 100%;height: 370px;max-height: 370px;object-fit: cover;}
.blog-detail-image{position: relative;}
.blog-detail-title h1{color: #000E44;text-decoration: none;font-size: 33px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title h2{color: #000E44;text-decoration: none;font-size: 29px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title h3{    color: var(--secondary-color);
    text-decoration: none;
    font-size: 26px;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.blog-detail-title h4{color: #000E44;text-decoration: none;font-size: 24px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title h5{color: #000E44;text-decoration: none;font-size: 22px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title h6{color: #000E44;text-decoration: none;font-size: 20px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title{margin-top: 20px;}
.blod-detail-description p{text-align: justify;font-size: 15px;font-weight: 400;color: #212529;}
.blod-detail-description{margin-top: 13px;}
.blog-detail-wrapper .widget {padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    margin-bottom: 30px;}
h2.widget-title, h2.widgettitle {font-size: 26px;
    padding-bottom: 18px;
    margin-bottom: 30px;
    position: relative;
    color: var(--secondary-color);
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--secondary-font);}
.blog-detail-wrapper .widget-title:after{position: absolute;content: '';width: 63px;height: 2px;background-color: var(--secondary-color);bottom: 6px;left: 0;}
#secondary .widget ul {margin: 0; padding-left: 0; list-style-type: none; }
.blog-detail-wrapper .widget ol li, .blog-detail-wrapper .widget ul li {padding: .72rem 0; border-bottom: 1px solid #e8ecef; border-top: 1px solid #e8ecef; list-style-type: none; padding-left: 0; display: flex; justify-content: space-between; }
.blog-detail-wrapper .widget_categories ul{padding-left: 0;}
.blog-detail-wrapper .widget ol li:first-child, .blog-detail-wrapper .widget ul li:first-child {border-top: none; padding-top: 0; }
#secondary .widget ul li {position: relative; }
.blog-detail-wrapper .widget_categories li a {display: flex; color: #000!important; font-size: 15px; text-decoration: none; }
.blog-detail-wrapper .widget_categories li a i {display: flex; color: #000!important; padding-left: 20px; font-size: 19px; padding-right: 14px; padding-top: 7px; }
.blog-detail-wrapper .widget_recent_entries img {margin-right: 17px; height: 74px; max-width: 75px; display: block; object-fit: cover; border-radius: 10px; }
.blog-detail-wrapper .widget_recent_entries li.item-recent-post .title-post {display: flex; flex-direction: column; width: 76%;}
.blog-detail-wrapper .widget_recent_entries li.item-recent-post a {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;line-height: 1.3;max-height: 2.6em;margin-bottom: .5em;font-size: 17px;color: #000;text-decoration: none;font-weight: 600;}
.blog-detail-wrapper .widget_recent_entries .post-date {display: block;font-size: 14px!important;font-size: .6875rem;color: var(--secondary-color);text-transform: uppercase;}
.blog-detail-wrapper .widget_recent_entries ul{padding-left: 0px;}
.feat_blog_con p span {color: var(--text-black);font-size: 15px;margin-right: 17px;font-weight: 400;}
.feat_blog_con p span a {color: var(--secondary-color);font-size: 15px;margin-right: 17px;font-weight: 400; text-decoration: none;}
.blog-detail-image{position: relative;}
.blog-detail-image img{border-radius: 10px;}
.blog-detail-image .blog-detail-cat{font-size: 16px;font-weight: 400;position: absolute;bottom: 10px;right: 10px;background-color: #721915;padding: 5px 23px;border-radius: 50px;color: #fff;box-shadow: 0px 0px 10px #fff;}
.blog-detail-image .blog-detail-cat a{color: #fff; text-decoration: none;}
.blog-detail-wrapper  .blod-detail-description img{width:100%;}

section.blog-detail-wrapper.mt-5 {
    margin-top: 0px !important;
    padding-top: 70px;
    padding-bottom: 70px;
}

.blod-detail-description span{
    font-family: var(--primary-font);
    font-size:16px;
}

.blod-detail-description a span, .blod-detail-description a{
    color:var(--secondary-color) !important;
    text-decoration-color: var(--secondary-color) !important;
}

.feat_blog_con i{
     color:var(--secondary-color);
}

.blog-content .btn-25 span{
    font-size: 14px;
}

.blog-content .blog-feat a {
    color: var(--text-black);
    text-decoration: none;
}


.blog-wrapper .pro{
    display: flex;
    justify-content: center;
}
.blog-wrapper h2{
    color: var(--black-color);
}
/*=================================Blog detail section css end==================================*/



#model-form .modal-content {
    background-color: var(--lt-bg-color);
    border: 0px;
    border-radius: 0px;
}
#model-form img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#model-form .col-6.cont-left {
    padding: var(--p30) var(--p20);
    background: #fff;
}
#model-form .col-6.cont-left #mc_embed_signup{
    background: transparent !important;
    width:100% !important;
}
#model-form .indicates-required {
    text-align: left !important;
    margin-bottom: 10px;
    font-size: 11px;
}
#model-form input {
    display: block !important;
    width: 100% !important;
    padding: 8px !important;
    text-indent: 2% !important;
    border: 0px solid !important;
    border-bottom: 1px solid var(--heading-color) !important;
    border-radius: 0px !important;
}
img.refferal_badge{
    object-fit:contain !important;
}
#model-form .button{
    background-color: var(--heading-color) !important;
    border-radius:0px !important;
}
#model-form .button:hover{
    background-color: var(--other-color) !important;
}
#model-form .modal-header {
    flex-direction: column;
    padding-bottom: 0px;
    border-bottom: 0px;
}
#model-form .col-6{
    padding:0px;
}
#model-form h2 {
   margin-bottom: var(--m10);
    padding-bottom: 10px;
    color: var(--black-color);
    font-weight: 600;
    font-size: var(--f28);
}
#model-form label {
    display: inline-block;
    font-size: var(--f14);
    margin-bottom: var(--m10);
}
#model-form img.logo {
    width: 220px;
    margin-bottom: var(--m10);
}
#model-form .modal-body {
    padding-top: 0px;
    padding: 0px;
}
#model-form .captcha img{
    width: 150px;
    height: 39px;
}
#model-form .modal-header i{
    color: var(--white-color);
    font-size: var(--f19);
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 10px;
}
#model-form p.call-us, p.call-us a{
    color: var(--white-color);
    font-size: var(--f14);
    margin-bottom: var(--m10);
}
#model-form .modal-dialog{
    max-width: 820px;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#model-form p.or {
    color: var(--white-color);
    margin-bottom: var(--m10);
}

#model-form .modal-header p{
    color: var(--white-color);
    line-height: 1.5;
    text-align: center;
    font-size: var(--f12);
}
#model-form .form-group {
    padding: 0px;
}
#model-form .form-control {
    margin-bottom: var(--m15);
    padding: 8px 10px;
    border: 0px solid;
    border-bottom: 2px solid var(--btn-color);
    border-radius: 0px;
    font-family: var(--primary-font);
    font-size: var(--f14);
    background: transparent;
}
#model-form form {
    margin-top: 0;
}
#model-form button.main-btn {
    padding: var(--p10) var(--p15);
    font-size: var(--f14);
    width: 160px;
}
#model-form  .form-control:focus {
    background-color: transparent !important;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
#model-form .captcha-main {
    padding: 0px;
    display: flex;
    gap: 10px;
}
#model-form button#reload {
    height: 39px;
    border-radius: 0px;
}
#model-form .captcha {
    display: flex;
}

section.attraction {
    background: var(--lt-bg-color);
    padding: var(--p60) var(--p12);
}
section.attraction .container-fluid {
    padding: 0px;
}
section.attraction .head-sec h2 {
    margin-bottom: 0px;
    text-align: center;
    color: var(--black-color);
}
section.attraction .head-sec p{
    margin-bottom: 0;
    text-align: center;
    color: var(--white-color);
}
section.attraction .col-6.right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
section.attraction .col-6.right .arrow{
    opacity: 1;
    visibility: visible;
}
section.attraction .col-6.left {
    display: flex;
    align-items: center;
}
section.attraction .col-md-6{
   padding: var(--p8);
    position:relative;
    width: 25%;
}
section.attraction .col-md-6 a{
    position:relative;
}
section.attraction img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 486px;
    object-fit: cover;
}
section.attraction .row{
    gap: 0px 0;
}
section.attraction .img-card {
    border-radius: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
}
section.attraction .img-card:hover img{
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
}
section.attraction .atr-cont{
   background: transparent;
    /* box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24); */
    margin: 0px;
    padding: var(--p30) var(--p30);
    border-radius: 0px;
    position: absolute;
   text-align: center;
    align-items: center;
    justify-content: space-between;
    bottom: 40%;
    width: 100%;
    transition: all 0.3s;
}
section.attraction .atr-cont h4 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: var(--f30);
    max-height: 34px;
    overflow: hidden;
     color: var(--white-color);
    text-shadow: 0px 0px 5px #000;
}

section.attraction .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}
section.attraction .atr-cont .arrow{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--btn-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--btn-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
section.attraction .arrow:hover{
    background: var(--white-color);
    color: var(--btn-color);
}
section.attraction a.main-btn {
    display: block;
    width: 180px;
    text-align: center;
    margin: auto;
}
section.attraction .pro-btn{
    text-align: center;
    margin-top: var(--m30);
}
section.attraction .col-md-6:hover .atr-cont{
   
}
section.attraction .col-md-6:hover .atr-cont h4{
    color: var(--white-color);
    text-shadow: 0px 0px 0px #000;
}
section.attraction .col-md-6:hover .arrow{
    opacity: 1;
    visibility: hidden;
}
.catg{
    width: 50% !important;
}

.about-section .image-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.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 0 rgba(0,0,0,.15);
    box-shadow: 5px 8.66px 20px 0 rgba(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 0 rgba(239,63,62,.4);
    box-shadow: 2.5px 4.33px 25px 0 rgba(239,63,62,.4)
}

.about-section .image-section .img-box .no-class h3 {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #fff;
    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: .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: #000;
    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,.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(2n) {
    margin-top: 40px
}

.about-section.about_page .image-section .img-box:nth-child(2n) .title-box {
    top: -40px
}

.about-section.about_page .image-section .img-box .title-box {
    padding: 20px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: -2px 0 20px 0 rgba(0,0,0,.08);
    box-shadow: -2px 0 20px 0 rgba(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: #000;
    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 0 rgba(239,63,62,.22);
    box-shadow: 5px 8.66px 20px 0 rgba(239,63,62,.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: .5s;
    transition: .5s
}

.about_section .about_img .side-effect::after {
    content: "";
    position: absolute;
    top: -12px;
    height: calc(100% - 18px);
    background: url("../images/about.webp");
    border-radius: 25px;
    width: calc(100% - 65px);
    left: 76px;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    background-blend-mode: overlay;
    opacity: .3
}

.about_section .about_img .side-effect span::after, .about_section .about_img .side-effect::before {
    background:url("../images/about.webp");
    content: "";
    position: absolute;
    border-radius: 25px;
    z-index: -1
}

.about_section .about_img .side-effect::before {
    top: -20px;
    height: calc(100% - 44px);
    width: calc(100% - 97px);
    left: 120px;
    -webkit-transition: .5s;
    transition: .5s;
    background-blend-mode: overlay;
    opacity: .1
}

.about_section .about_img .side-effect span::after {
    bottom: -12px;
    height: calc(100% - 18px);
    width: calc(100% - 65px);
    right: 76px;
    -webkit-transition: .5s;
    transition: .5s;
    background-blend-mode: overlay;
    opacity: .3
}

.about_section .about_img .side-effect span::before {
    content: "";
    position: absolute;
    bottom: -20px;
    height: calc(100% - 44px);
    background: url("../images/about.webp");
    border-radius: 25px;
    width: calc(100% - 97px);
    right: 120px;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    background-blend-mode: overlay;
    opacity: .1
}

.about_section .about_img:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: .5s;
    transition: .5s
}

.about_section .about_img:hover .side-effect::after,.about_section .about_img:hover .side-effect::before {
    top: 0;
    left: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.about_section .about_img:hover .side-effect span::after,.about_section .about_img:hover .side-effect span::before {
    bottom: 0;
    right: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.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;
    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,section.about-owner .call-area a:hover,section.home-list ul.last li {
    color: var(--btn-color)
}

section.home-list h3.title a,section.home-list ul li {
    color: var(--secondary-color)
}

.about_section .about_content h2 {
    color: #000;
    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
}

.cta-banner {
    width: 100%;
    height: 200px;
    background: url(../images/trees.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.cta-banner {
    width: 100%;
    height: 140px;
    background: url(../images/trees.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.button {
    border-radius: 0;
    background-color: var(--btn-color);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0;
    letter-spacing: 0;
    display: block;
    border: 1px solid var(--secondary-color);
}

.button:hover{color: white;background: var(--btn-hover);border-color: var(--btn-hover);}



section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}
section.about-owner .abt-img {
    position: relative;
    left: 0;
    top: 0;
    width: 95%;
    height: 500px;
    text-align: center;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}
section.about-owner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
    transition: 0.5s all;
    border-radius: 50px;
}

.choose-info {
    text-align: center;
    padding: 0;
}
.choose-info h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.choose-info p{
    max-width: 300px;
    margin: auto;
}
.choose-info img{
    margin-bottom: 20px;
    width: 80px;
}
section.choose-us .row{
    justify-content: center;
    gap: 20px 0;
}
section.special-offers {
    background: var(--lt-bg-color);
}
section.special-offers .special-offers-content {
    width: 100%;
    background: var(--white-color);
    padding: 60px;
    text-align: center;
    box-shadow: 0 0 12px #00000038;
    height: 100%;
}
section.special-offers .special-offers-content p b{
    font-weight: bold;
    display: block;
}
section.special-offers .special-offers-content h4{
    height: auto;
    margin-bottom: 40px;
}
section.special-offers a.main-btn {
    display: inline-block;
    margin: auto;
    width: 150px;
    text-align: center;
}
section.special-offers .offers-btn {
    text-align: center;
    margin-top: 40px;
}
section.special-offers .col-6{
    padding-left:12px;
     padding-right:12px;
}
section.weather-widget {
    padding: 0;
}

.home-properties .upper-head {
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: var(--m40);
}
.home-properties h2{
    margin-bottom: var(--m20);
    text-transform: uppercase;
}
.home-properties img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}
.home-properties .heart-icon {
    width: 35px;
    height: 35px;
    background: #000000b5;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    color: var(--white-color);
}
.home-properties .owl-carousel .owl-nav .owl-prev, .home-properties .owl-carousel .owl-nav .owl-next{
    background: var(--white-color) !important;
    border-color: var(--white-color) !important;
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    padding: var(--p5);
    border: 1px solid var(--black-color);
}
.home-properties .owl-nav i {
    font-size: 19px;
}
.home-properties .owl-carousel .owl-nav .owl-prev {
    left: 20px;
}
.home-properties .owl-carousel .owl-nav .owl-next {
    right: 20px;
}
.home-properties .owl-carousel .owl-nav{
    display: none;
}
.home-property-image{
    position: relative;
}
.home-property-image:hover .owl-carousel .owl-nav{
    display: block;
}
.home-property-content {
    padding-top: 15px;
}
.home-property-content h4{
    font-family: var(--primary-font);
    font-size: var(--f20);
    font-weight: 600;
    margin-bottom: var(--m5);
}
.home-property-content a{
     color: var(--primary-color);
}
.home-property-content h4 a{
    color: var(--black-color);
    text-decoration: none;
}
.home-properties .location {
    margin-bottom: var(--m8);
}
.home-properties .location span{
    font-size: var(--f14);
     font-family: var(--primary-font);
}
.home-properties p.amenity {
    margin-bottom: var(--m5);
}
.home-properties .price span{
    font-weight: bold;
}
.home-properties .owl-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.home-properties .owl-dot span{
    width: 7px;
    height: 7px;
    background: #fff;
    display: block;
    border-radius: 100%;
    opacity: 0.5;
}
.home-properties .owl-dot.active span{
    opacity: 1;
}
.pro_view_btn{
    margin-top: 40px;
    text-align: center;
}
.pro_view_btn .main-btn{
    display: block;
    width: 150px;
    margin: auto;
    /* border-radius: 7px; */
}
.service-info {
    padding-top: 40px;
    border-top: 1px solid var(--white-color);
}
section.choose-services {
    background: var(--secondary-color);
}
section.choose-services .head-sec p{
    color:var(--white-color);
}
section.choose-services .head-sec h2{
    color:var(--white-color);
}
section.choose-services .service-head h3, section.choose-services p{
    color:var(--white-color);
}

section.choose-services .row{
  justify-content: space-between;
    gap: 50px 0;
}
section.choose-services .col-6{
  flex: 0 0 auto;
    width: 48%;
  
}
section.choose-services h3{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
section.properties-sec {
    background: var(--lt-bg-color);
}
.faq-sec .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.faq-sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}
.faq-sec .accordion-button::after {
  transition: all 0.5s;
}
section.faq-sec {
    /* background: var(--lt-bg-color); */
}
section.faq-sec .faq-img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 10px;
}
section.faq-sec .head-sec {
    text-align: left;
    margin-bottom: var(--m30);
}
section.faq-sec .accordion-button{
  padding: 12px 12px 22px 0;
  background: transparent;
  border-radius: 0 !important;
  font-size: 20px;
  color: var(--black-color);
  border: 0px solid !important;!i;!;
  box-shadow: 0 0 0;
  font-family: var(--secondary-font);
}
section.faq-sec .accordion-body{
    padding:0 30px 30px 0;
}
section.faq-sec .accordion-item{
  border: 0px solid;
  border-bottom: 1px solid #12121250;
  border-radius: 0 !important;
  background: transparent;
  /* padding: 12px 12px 22px 0; */
}
section.faq-sec .faq-img {
    padding-right: 5%;
}

section.gallery-section img{
  width: 100%;
  height: 395px;
  object-fit: cover;
  border-radius: 10px;
  transform: scale(1);
  /* transform-style: preserve-3d; */
  transition: .6s;
}
section.gallery-section .row{
 justify-content:space-between; 
}
section.gallery-section .col-3{
  width:30%;
  will-change: transform;
    transform: translate3d(0px, 0vw, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  transition: .6s;
}
section.gallery-section .gallery-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 395px;
    margin-bottom: 6vw;
    border-radius: 10px;
    cursor: pointer;
}
section.gallery-section {
    /* padding-top: 180px; */
    padding-bottom: 0;
}
section.gallery-section .head-sec{
    margin-bottom: 150px;
}
section.gallery-section .col-3.second-gallery{
  will-change: transform;
    transform: translate3d(0px, -7vw, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
section.gallery-section img:hover{
  transform: scale(1.2);
    
}
section.review-section {
    background: var(--lt-bg-color);
}
section.review-section .head-sec{
  margin-bottom:30px;
}
.dujrlu, .evIvIr, .bzWNiV, .eZGTss, .kBfvhj, .cgzgCr{
  color:#000 !important;
}
.bDjuux, .biFMWt{
  background-color:#fff !important;
}
.euBiGU{
    background-color:var(--btn-color) !important;
    color:#fff !important;
}
.euBiGU:hover{
    background-color:var(--btn-hover) !important;
}
section.about-us .head-sec {
    text-align: left;
    margin-bottom: var(--m10);
}



section.featured-pro {
    background: #f7f7f7;
    position: relative;
}
.calendar{
    margin-top: var(--m40);
    justify-content: space-between !important;
}
.calendar .col-6{
    width: 49%;
}

.price-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 97%;
}
section.featured-pro .head-sec {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: var(--m40);
}
section.featured-pro .head-sec h2{
  /* color: var(--black-color); */
  margin-bottom: 10px;
}
section.featured-pro .head-sec p{
   color: var(--black-color);
   text-align: center;
}
section.featured-pro .row{
    gap:20px 0;
    justify-content: center;
}
section.featured-pro .main-prop {
    position: relative;
    overflow: hidden;
}
section.featured-pro .prop-contt {
    position: relative;
}
section.featured-pro img.img-fluid {
    width: 100%;
    height: 450px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.featured-pro .main-prop:hover img{
    transform: scale(1.14);
}
section.featured-pro .pro-img a:before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}
section.featured-pro .pro-cont h4{
    color: var(--white-color);
}
section.featured-pro .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px 10px 0 0;
    display: block;
}
section.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,.8));
    position: absolute;
    bottom: -20px;
    width: 100%;
    padding-bottom: var(--p34);
    z-index: 1;
    transition: all 0.7s;
}
section.featured-pro .pro-cont .view-more{
    color: var(--white-color);
    display: flex;
    gap: 5px;
    align-items: center;
}
section.featured-pro .pro-cont span i{
    color: var(--secondary-color);
}
section.featured-pro .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.6);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 10px 0;
}
section.featured-pro .main-prop:hover .line{
    width: 97%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
section.featured-pro a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

section.featured-pro .main-prop:nth-child(3){}
section.featured-pro .single ul{
justify-content: flex-start;
gap: 40px;
}
section.featured-pro .single .pro-img {
height: 550px;
}
section.featured-pro .single .pro-img img{
    height: 550px;   
}
section.featured-pro .single {
    margin-top: var(--m40);
}
section.featured-pro .single a{
    top: 27px;
}
section.featured-pro .single .pro-cont{
    width: 98%;
}
section.featured-pro .main-prop:hover .pro-cont {
bottom: 0;
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.featured-pro .rating i.checked {
    color: #FCAF3D;
}
section.featured-pro .rating{
    margin-bottom:var(--m15);
    display: none;
}
section.featured-pro h3.title {
    font-size: var(--f28);
    line-height: 1.2;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: var(--m11);
}
section.featured-pro h3.title a{
    color: var(--heading-color);
}
section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height:21px;
    overflow:hidden;
}
section.featured-pro ul {
    margin: 0 0 var(--m20);
    padding: var(--p20) var(--p20) var(--p15);
    padding-left: 0;
    padding-top: 3px;
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
}
section.featured-pro i {
    margin-right: var(--m8);
}
section.featured-pro ul li{
    font-size: var(--f14);
    color: var(--white-color);
}
section.featured-pro h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .pro-img {
    position: relative;
    overflow: hidden;
    height: 450px;
}
section.featured-pro h5 span{
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}
section.featured-pro .featured i{
    margin-right: 0;
    cursor: pointer;
}

section.featured-pro .featured span {
    font-weight: 400;
    font-size: var(--f18);
    color: var(--white-color);
    background-color: transparent;
    padding: var(--p7) var(--p15);
    display: inline-block;
    border-radius: 5px;
    transform: rotate(-90deg);
    letter-spacing: .2em;
    border: 1px solid;
}
section.featured-pro .featured{
    position: absolute;
    top: 50px;
    right: -10px;
    z-index: 0;
}



.gallery_btn{
    margin-bottom: 40px;
    text-align: center;
}

.gallery_btn .main-btn{
    padding: 15px 45px;
}
  /*Attraction css*/

section.how-we-value-wrapp .head-sec{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.how-we-value-wrapp h2{
    color: var(--heading-color);
    /* font-weight: 500; */
    margin-bottom: 0px;
    /* font-size: var(--f48); */
}
.attr-btn{
    display: flex;
    justify-content: center;
}
.how-we-value-wrapp h6{
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}
.how-we-value-wrapp .atrr{
   padding: 8px;
   position:relative;
   width: 25%;
}
.how-we-value-wrapp .atr-btn {
    text-align: center;
}
.how-we-value-wrapp .atrr a{
    position:relative;
}
.how-we-value-wrapp img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.how-we-value-wrapp .row{
    gap: 30px 0;
}
.how-we-value-wrapp .img-card {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.7s ease;
    position: relative;
    transform: translateY(0px);
}
.how-we-value-wrapp .img-card:hover{
    transform: translateY(-30px)
}
.how-we-value-wrapp .atr-cont{
   background: transparent;
    width: 100%;
}
.how-we-value-wrapp .atr-cont h4 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 24px;
    /* color: #000; */
    font-family: var(--primary-font);
    padding: 15px 0;
    padding-bottom: 0;
    text-align: center;
    text-transform: capitalize;
}

.how-we-value-wrapp .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0, 0);
    display: none;
}
.how-we-value-wrapp .atr-cont .arrow{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--heading-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.how-we-value-wrapp .arrow:hover{
    background: #fff;
    color: var(--heading-color);
}
.how-we-value-wrapp a.main-btn {
    width: 180px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    display: block;
}
.how-we-value-wrapp .pro-btn{
    text-align: center;
    margin-top: 30px;
}
.how-we-value-wrapp .attr:hover .atr-cont{
    background: #fff;
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}
.how-we-value-wrapp .atrr:hover .atr-cont h4{
    color: var(--heading-color);
    text-shadow: 0px 0px 0px #000;
}
.how-we-value-wrapp .atrr:hover .arrow{
    opacity: 1;
    visibility: visible;
}
.how-we-value-wrapp .attraction-btn{
    margin-top: 30px;
}
section.how-we-value-wrapp.atr {
    background: var(--lt-bg-color);
}
 section.about-us .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

section.about-us .call-us, section.about-us .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.about-us .icon-area {
    border-radius: 100%;
    border: 1px solid #b3b3b3;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
}

section.about-us .call-area {
    display: block;
}

section.about-us .call-area a {
    display: block;
    color: var(--heading-color);
}

section.about-us .icon-area {
    border-radius: 100%;
    border: 1px solid #b3b3b3;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
}


section.about-us .icon-area i{
  color:var(--btn-color);
}
section.question-section {
    background: var(--lt-bg-color);
}

section.question-section .col-lg-8{
        display: block;
        margin: auto;
}

form input.form-control.gst {
	border-bottom:none;
  padding-top: 5px !important;
}

form input.form-control {
   border: 0px solid;
   border-bottom: 2px solid var(--secondary-color);
   border-radius: 0px;
   font-family: var(--primary-font);
   padding-top: 30px !important;
   font-size: var(--f14);
   background: transparent;
}
form label {
    font-family: var(--primary-font);
    font-size: var(--f15);
}
textarea#floatingTextarea {
    border: 0px solid;
    border-bottom: 2px solid var(--secondary-color);
    border-radius: 0px;
    margin-bottom: var(--m15);
    height: 100px;
    font-family: var(--primary-font);
    background: transparent;
}
form button.main-btn {
    width: 250px;
}
.form-floating {
    position: relative;
    margin-bottom: var(--m15);
}
label.error {
   color: red !important;
    font-size: 13px;
    bottom: 0;
    top: 100%;
    padding: 0px;
    font-size: var(--f11) !important;
    height: 20px;
    width: 100%;
    transform: scale(1) translateY(0) translateX(0) !important;
}
.form-control:focus{
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
    background-color: transparent !important;
    border-color: var(--secondary-color) !important;
}
h2.form-head {
    font-size: var(--f30);
}

.form-floating {
    margin-bottom: 17px;
}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after{
    background-color:transparent;
}
.quote_btn.mt-4{
  text-align: center;
}
footer .footer-info-sec .col-6{
 display:block; 
}
footer .footer-info-sec .col-2 {
    width: 18%;
}