
/* location cards */

section.featured-pro {
  background:#fff;
  padding: 0;
}


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: space-between;
}
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: 636px;
  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: 0 !important;
}

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(--f26);
  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: 636px;
}
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;
}

section.featured-pro .main-prop {
    position: relative;
    overflow: hidden;
    padding: 0;
}


section.featured-pro .main-prop:hover .line {
    width: 97%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}




/* video section css start  */



.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.2);
    padding-top: 0;
    flex-direction: column;
}

.video-detail {
    /* width: 70%;
    margin: auto; */
    text-align: center;
}

.video-cont .container {
    margin-bottom: 0px;
}

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

.video-cont h1 {
    /* font-style: italic; */
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0px 0px 20px #000;
    text-transform: capitalize;
    font-size: 72px;
    letter-spacing: 2px;
    font-family: var(--secondary-font);
    font-weight: 600;
    /* text-align: center; */
    position: relative;
}

.video-cont h1:before {
    position: absolute;
    content: '';
    top: -90px;
    left: 50%;
    width: 1px;
    height: 60px;
    background-color: #be9a78;
    transform: translateX(-50%);
    display: none;
}

.video-cont p {
    max-width: 1266px;
    margin: auto;
    margin-bottom: var(--m20);
    color: var(--white-color);
    text-shadow: 1px 1px 20px #000;
    text-transform: capitalize;
    font-size: var(--f30);
    /* text-align: left; */
    color: var(--white-color);
    /* font-style: italic; */
}

.video-cont .main-btn {
    width: 180px;
    display: inline-block;
    text-align: center;
    color: var(--white-color);
    border-color: var(--white-color);
}

.video-cont .features-video {
    display: flex;
    gap: 60px;
    display: none;
}

.video-cont .features-video li {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.video-cont .features-video i {
    font-size: var(--f25);
    color: var(--white-color);
}

.video-cont .features-video span {
    color: var(--white-color);
    font-size: var(--f15);
}

.video-cont .features-video li .active-hotel {
    background: #297cbb;
    padding: var(--p13);
    border-radius: 50%;
}

section.video-banner {
    height: 100vh;
    padding: 0;
    position: relative;
    z-index: 3;
}

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

section.video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

section.video-banner button#play {
    display: none;
}

section.video-banner button#pause {
    display: none;
}

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

















/* ******************************* */




.banner-wrapper {
    height: 90vh;
    position: relative;
}

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

.video-sec {
    height: 100%;
    overflow: hidden;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000006b;
    z-index: 0;
    display: none;
}

.hero-scetion .hero-content {
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    position: relative;
}

.hero-scetion .hero-content {
    width: 90%;
    text-align: center;
    margin: auto;
    color: rgb(255, 255, 255);
}

.nst {
    font-size: 5rem;
}

.hero-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.hero-content h1 {
    font-family: GoudyOldStyle Roman;
    font-size: 70px;
    width: 90%;
    margin: auto;
    text-shadow: 0 0 2px #000;
    margin-bottom: 0px;
    margin-top: 50px;
    font-weight: normal;
}

.hero-content p {
    text-shadow: 0 0 2px #000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: americanscribe;
}

.h-big {
    font-family: var(--secondary-font);
    color: #fff;
    text-shadow: 0px 0px 4px #000;
    text-transform: capitalize;
    font-size: 60px;
    text-align: center;
    letter-spacing: 0px;
    max-width: 1140px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
}

.h-big span {
    font-size: 96px;
}

.h-li-big {
    color: #fff;
    font-size: 20px;
    text-shadow: 0px 0px 5px #000;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.search-sec {
    margin-top: -60px;
    z-index: 1;
    position: relative;
}

.search-bar {
    /* background-color: rgba(255, 255, 255, 0.1); */
    border-radius: 0px;
    /* padding: 15px 15px 15px 15px; */
    -webkit-backdrop-filter: blur(5px);
    /* backdrop-filter: blur(5px); */
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    background-color: #F7F7F7;
    padding: 20px 22px;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
    width: 85%;
    margin: auto;
}

.search-bar label {
    display: inline-block;
    font-size: 16px;
    font-family: var(--primary-font);
    color: var(--black-color);
    margin-bottom: 5px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: bold;
}

.search-bar form {
    position: relative;
    margin: auto;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: transparent;
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 12%); */
}

.search-bar form .select {
    padding-left: 0px;
    padding-right: 10px;
}

.search-bar select {
    font-size: var(--f15);
    color: #999;
    /* line-height: 32px; */
    font-weight: 400;
    border-radius: 0px;
    padding: 0 var(--p12) 0 0;
    background: #F7F7F7;
    text-indent: 0px;
    border: 0px solid #e0e0e0;
    height: 45px;
    width: 100%;
}

.search-bar select option {
    color: var(--black-color);
}

.search-bar input {
    font-size: var(--f15);
    color: var(--primary-color);
    /* line-height: 32px; */
    font-weight: 400;
    border-radius: 0px;
    padding: 0px 0 0px 0px;
    height: 30px;
    background: transparent !important;
    border: 0px solid;
    text-transform: capitalize;
}

.search-bar img {
    width: 16px;
    position: absolute;
    bottom: 7px;
    left: 0;
}

.search-bar input#end_date {
    /* padding-left: 20px; */
}

.search-bar input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #4f5962;
    opacity: 1;
    /* Firefox */
}

.search-bar i {
    color: #4f5962;
    position: absolute;
    top: 1.5rem;
    font-size: var(--f18);
    left: 20px;
}

.search-bar .col-3 {
    position: relative;
    /* width: 20%; */
    width: 25%;
    padding-left: var(--p20);
    padding-right: var(--p20);
    padding-top: 0;
    padding-bottom: 0;
    border: 0px solid var(--white-color);
}

.search-bar .col-3:before {
    position: absolute;
    content: '';
    top: 24px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
    display: none;
}

.search-bar .check:before {
    position: absolute;
    content: '';
    top: 9px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
    display: none;
}

.search-bar .check i {
    top: 18px;
}

.search-bar .col-3.guest:before,
.search-bar .col-3.srch-btn:before {
    display: none;
}

.search-bar .col-3.srch-btn {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    border-left: 1px solid #f2f2f2;
}

.search-bar button.main-btn {
    width: 100%;
    /* height: 73px; */
    letter-spacing: 1px;
    display: block !important;
    color: var(--white-color);
    background: var(--secondary-color);
    margin: 0;
}

.search-bar button.main-btn:hover {
    background: var(--btn-color);
}

.search-bar button.main-btn.close111 {
    height: 42px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
    border: none;
    width: 100%;
    margin-left: auto;
}

.search-bar .datepicker-common-2 {
    padding: 0;
    /* width: 50%; */
}

.search-bar .guest {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}

.search-bar .guest i {
    left: 30px;
    top: 18px;
    display: none;
}

.search-bar .check.right,
.search-bar .check.left {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
}

.search-bar .check.right {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.search-bar .main-check {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    /* border: 1px solid var(--white-color); */
    /* display: flex; */
    /* gap: 1%; */
    /* justify-content: space-between; */
    /* width: 40%; */
    width: 50%;
}

.check.right.icns.mb-lg-0.position-relative.datepicker-common-2.check-out::before {
    display: none;
}

.search-bar .main-check .row {
    position: relative;
    justify-content: center;
    /* gap: 0 25px; */
    justify-content: space-between;
}

div#guestsss {
    width: 100%;
    min-width: 260px;
    /* background: var(--white-color); */
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 10px;
    margin-top: 9px;
    border-radius: 4px;
    border: 1px solid #d8dce1;
    display: none;
    /* box-shadow: 0px 0px 3px 0px #888888; */
    background-color: #fff;
    /* border-radius: 0px; */
}

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

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

#guestsss .adult-value {
    display: flex;
    align-items: center;
    gap: 12px;
}

#guestsss .adult-box p {
    letter-spacing: 0px;
    color: var(--primary-color);
    text-shadow: 0px 0px 0px #000;
    font-size: var(--f16);
    text-align: left;
    margin: 0px;
    text-transform: inherit;
}

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

p.pets-label {
    color: var(--primary-color);
    text-shadow: 0px 0px 0px rgba(2, 1, 1, 0.47843137254901963);
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 0px;
    margin-left: 0;
}

.pets-value {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pets-calculator {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pets-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-bar p.pets-label {
    padding: 0px;
    margin: 0;
    text-transform: capitalize;
    color: var(--primary-color);
    letter-spacing: 0px;
    text-shadow: 0px 0px 0px rgba(2, 1, 1, 0.47843137254901963);
}

.datepicker-section {
    position: relative;
}

.datepicker-common-2 {
    padding: 0;
}

input#demo17 {
    position: absolute;
    left: 0px;
    top: auto !important;
    bottom: 0px !important;
    width: 100% !important;
    opacity: 0;
    height: 50px !important;
    z-index: 9;
    background: transparent !important;
    padding-left: 0px;
}

.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: transparent !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: center;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    padding-top: 0;
    flex-direction: column;
}

.video-cont h2 {
    margin-top: 100px;
    /* font-weight: 600; */
    line-height: 1.3em;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
    text-align: center;
    font-size: 40px;
    margin-bottom: 0px;
    color: var(--white-color);
    /* font-family: var(--primary-font); */
}

.video-cont .container {
    margin-bottom: 0px;
    /* max-width: 1076px !important; */
    /* padding: 10px; */
}

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

.video-cont {
    text-align: center;
}

.video-cont h1 {
    /* max-width: 100%; */
    margin: auto;
    margin-bottom: 30px;
    color: #ffffff;
    text-shadow: 0px 0px 2px #000;
    /* text-transform: capitalize; */
    font-size: var(--f60);
    text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
    line-height: 90px;
    letter-spacing: 0;
    font-family: var(--heading-font);
    font-weight: 700;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.video-cont a.main-btn.video-btn {
    display: inline-block;
    padding: 8px 20px;
    border-color: var(--secondary-color);
    margin: auto;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.video-cont h1:before {
    position: absolute;
    content: '';
    top: -90px;
    left: 50%;
    width: 1px;
    height: 60px;
    background-color: #be9a78;
    transform: translateX(-50%);
    display: none;
}

.video-cont p {
    /* max-width: 1266px; */
    margin: auto;
    margin-bottom: var(--m20);
    color: var(--white-color);
    text-shadow: 1px 1px 4px #000;
    text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
    text-transform: uppercase;
    font-size: var(--f16);
    text-align: center;
    letter-spacing: 1px;
    /* color: var(--secondary-color); */
    margin-top: 0;
    font-weight: 400;
}

.video-cont .features-video {
    display: flex;
    gap: 60px;
    display: none;
}

.video-cont .features-video li {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.video-cont .features-video i {
    font-size: var(--f25);
    color: var(--white-color);
}

.video-cont .features-video span {
    color: var(--white-color);
    font-size: var(--f15);
}

.video-cont .features-video li .active-hotel {
    background: #297cbb;
    padding: var(--p13);
    border-radius: 50%;
}

section.video-banner {
    height: 100vh;
    padding: 0;
    position: relative;
    z-index: 1;
}

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

section.video-banner button#play {
    display: none;
}

section.video-banner button#pause {
    display: none;
}

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

#datepicker-demo17.datepicker {
    left: 0;
}

.form-dates .dates {
    font-size: 44px;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 1;
}

h4.hd-sm {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

.form-dates {
    margin-top: -10px;
}







/* ********************** */


/* about section css start  */

section.about {
    position: relative;
    padding-top: 160px;
}

h4.abthd {
    text-transform: uppercase;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
}

h2.abt-mnhd {
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
    font-family: "Poppins", Sans-serif;
    color: black;
}

p.abt-para {
    font-size: 16px;
    padding-bottom: 20px;
    padding-right: 60px;
}

p.abt-para1 {
    font-size: 16px;
    padding-bottom: 0px;
    padding-right: 60px;
}

a.abt-btn {
    text-decoration: none;
    background: #191919;
    color: white;
    padding: 13px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 45%;
    display: block;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: var(--secondary-font);
}

.abt-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.abt-img video {
    width: 100%;
    height: 350px;
    object-fit: cover;
}


/* what we offer section css start  */


section.whatWeOffer {
    position: relative;
    background: var(--lt-bg-color);
}

.main-head h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: var(--p40);
    color: black;
    margin: 0;
}

.whatweoffer-row {
    gap: 20px !important;
    padding-bottom: var(--p20);
}

.whatwecol {
    border: 1px solid #BDBDBD;
    text-align: center;
    width: 32.3% !important;
    padding: var(--p30) var(--p30) var(--p50) !important;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: var(--white-color);
}

.whatwecol:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}

.whatweimg {
    width: 100%;
    text-align: center;
    padding-bottom: var(--p20);
}

.whatweimg .whatwespan {
    background: #000;
    display: inline-block;
    padding: var(--p20);
    border-radius: 50%;
}

.whatweimg img {
    width: 50px;
    height: 50px;
}

h4.whatwe-hd {
    text-transform: uppercase;
    font-weight: 600;
    font-size: var(--p20);
    padding-bottom: var(--p10);
}

.whatweoffer-btn {
    text-align: center;
    padding-top: var(--p40);
}

.whatweoffer-btn a {
    text-decoration: none;
    background: #191919;
    color: white;
    padding: var(--p13) var(--p60);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    transition: all 0.3s ease;
}


/* review section css start  */


section.testimonial-section .head-sec {
    margin-bottom: 50px;
}

section.testimonial-section .head-sec h2 {
    color: var(--black-color);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.HeaderComponent__Top-sc-82145d0b-2.dvcvsm.es-header-component-top {
    /* display: none; */
}

button.ButtonBase__ButtonContainer-sc-2b567eb2-3.daLTkD.es-load-more-button {
    background: #191919 !important;
    color: white !important;
    padding-top: var(--p8) !important;
    padding-bottom: var(--p8) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    font-family: var(--secondary-font) !important;
    transition: all 0.3s ease !important;
}

/* .HeaderContainer__Inner-sc-4da6b4d0-0.kkwqMR.es-header-container.HeaderComponent__StyledHeader-sc-82145d0b-0.hMUqhT {
    display: none;
} */

.HeaderComponent__Top-sc-82145d0b-2.dvcvsm.es-header-component-top {
    display: none;
}

.hDAKTw {
    background-color: rgb(236 248 249) !important;
}

/* faq section css start  */


section.faq {
    background: var(--lt-bg-color);
}

section.faq .container {
    /* max-width: 750px !important; */
    padding-left: var(--p60);
    padding-right: var(--p60);
}

section.faq .head-sec h6 {
    letter-spacing: 2.4px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 37px;
    font-size: var(--f24);
}

section.faq .head-sec h2 {
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

section.faq .head-sec img {
    margin-bottom: 80px;
}

section.faq .accordion-item {
    /* margin-bottom: 20px; */
    border: 0px solid #fff;
    background: transparent;
    padding: 20px 20px 0;
}

section.faq button.accordion-button {
    font-size: var(--f18);
    font-weight: 500;
    color: var(--heading-color);
    padding: 0px;
    border-bottom: 1px solid #DBDEE3;
    padding-bottom: 30px;
    margin-bottom: 0px;
    padding-left: 49px;
    background: transparent;
}

/* section.faq .accordion-button::after {
  background-image: url("../images/down-arrow.png");
  transition: all 0.5s;
  width: 31px;
  height: 31px;
  background-color: var(--heading-color);
  border-radius: 5px;
  background-size: 13px;
  background-position: center;
}

section.faq .accordion-button:hover::after {
  background-color: var(--btn-hover);
}

section.faq .accordion-button:not(.collapsed)::after {
  background-image: url("../images/up-arrow.png") !important;
  background-position: center 75%;
  background-color: var(--btn-hover);
} */

section.faq .accordion-item {
    transition: all 0.3s ease;
}

section.faq .accordion-item:hover {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
}

section.faq .accordion-button::after {
    transition: all 0.5s;
    /* margin-left: 0; */
    /* margin-right: auto; */
    position: absolute;
    left: 0;
}

section.faq .accordion-body {
    padding: 15px 50px 25px;
    /* background: #EFF2F5; */
    /* margin-top: -15px; */
    margin-bottom: 10px;
    border-bottom: 1px solid #DBDEE3;
}

section.faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, .125);
    margin-bottom: 0px;
    border-bottom: 0px solid;
}

.faq-btn {
    text-align: center;
}

.faq-btn .main-btn {
    width: 180px;
}

section.vision-section {
    padding-top: 0;
    background: var(--lt-bg-color);
}

section.vision-section a {
    font-weight: bold;
}

section.vision-section h4 {
    text-align: center;
}

section#about .abt-para p {
    text-align: center;
    height: auto;
}

.vision-section p {
    text-align: center;
}



/* property section css start  */

section.property {
    position: relative;
    background: var(--lt-bg-color);
}

.propcol {
    transition: all 0.3s ease;
}

.propcol:hover {
    transform: translateY(-5px);
}


.propcol .card {
    padding: var(--p20);
    border-radius: 10px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.propcol .card img {
    border-radius: 10px;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.propcol .card .card-body {
    padding: var(--p20) 0;
}

.propcol h4.prop-title {
    text-transform: uppercase;
    font-size: var(--f20);
    margin: 0;
}

p.prop-address {
    color: var(--primary-color);
    font-size: var(--f15);
}

.prop-amn {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 15px;
}

.propbox {
    display: flex;
    align-items: center;
    gap: 6px;
}

p.prop-para {
    margin: 0;
    font-size: var(--f15);
    color: var(--black-color);
}