@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Hanken+Grotesk:wght@300;400;500;600;700&display=swap');
body {
 font-family: 'Hanken Grotesk', sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
 
  font-family: 'DM Sans', sans-serif;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
}

button,
input {
  overflow: visible;
}

button:focus,
.form-control:focus,
.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

table td {
  white-space: pre;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
    appearance: auto;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.vs_fs_50 {
  font-size: calc(1.1rem + 2vw);
}

.vs_fs_30 {
  font-size: calc(0.7rem + 1.4vw);
}

.vs_fs_40 {
  font-size: calc(0.8rem + 1.2vw);
}

.vs_fs_35 {
  font-size: 35px;
}

.vs_fs_24 {
  font-size: calc(0.7rem + 1vw);
}

.vs_fs_20 {
  font-size: 20px;
}

.vs_fs_15 {
  font-size: 15px !important;
}
.vs_fs_12{
  font-size: 12px;
}

.vs_fc_blue {
  color: #006db7;
}



.vs_fc_green {
  color: #73bd1b;
}
.vs_bg_green {
  background-color: #73bd1b !important;
}
.vs_fc_red {
  color: #ee3a24;
}
.vs_bg_red {
  background-color: #ee3a24 !important;
}

.vs_ctm_btn {
    background: #ee3a24;
    padding: 10px 20px;
    width: auto;
    border: 1px solid #ee3a24;
    position: relative;
    transition: all 0.5s;
    z-index: 1;
    overflow: hidden;
    font-size: 16px;
    border-radius: 3px;
    color: #fff;
}

.vs_ctm_btn:after {
        background: #000;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.5s;
    height: 100%;
    left: 0%;
    top: 0;
    transform: skew(51deg);
    transition-duration: 0.9s;
    transform-origin: top left;
    width: 0;
}

.vs_ctm_btn:hover:after {
    height: 100%;
    width: 135%;
}

.vs_ctm_btn:hover a {
    color: #fff;
}

.vs_ctm_btn a {
    color: #fff;
}

.vs_ctm_btn a {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
}





.vs_overlay_clr {
  position: relative;
}

.vs_overlay_clr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #000;
  opacity: 0.6;
}

.vs_face:hover {
  color: #1877f2 !important;
}

.vs_twit:hover {
  color: #00b6f1 !important;
}

.vs_inst:hover .bi-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

.vs_linked:hover {
  color: #0077b5 !important;
}

.vs_yout:hover {
  color: #FF0000 !important;
}

.vs_last_btn {
  position: fixed;
  bottom: 0;
  right: 0;
}



/*uss S*/


.vs_heading h1 {
  position: relative;
  display: inline-block;
  font-size: calc(1rem + 1.5vw);
}

.vs_heading h1::before{
      position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: -5px;
    background-color: #ee3a24;
}
.vs_heading.text-center h1::before{
     transform: translate(-50%, 0px);
    left: 50%;
}
.vs_heading.headwhite h1::before{
     background-color: #fff;
}


.vs_more_btn{
  position: relative;
  color: #fdc300 !important;
  font-size: 18px;
  transition: all 0.5s;
      padding-right: 50px;
}

.vs_more_btn:hover {
  color: #000 !important;
}

.vs_more_btn::after {
     content: "\F138";
    position: absolute;
    font-family: bootstrap-icons !important;
    color: #fdc300;
    font-size: 20px;
    padding-left: 9px;
    transition: all 0.5s;
}
.vs_more_btn:hover::after{
  padding-left: 20px;
}
.vs_more_btn_w{
  color: #fff !important;
}
.vs_more_btn_w::after {
 color: #fff !important;
}

/*uss E*/


#vs_hightlight_menu {
     background: linear-gradient(-45deg, #fd1100, #e7e7e7, #fd1100, #e7e7e7);
  background-size: 400% 400%;
  animation: Gradient_h 3s ease infinite, rocking_h 3s ease infinite;
  animation-delay: 2s;
  border-radius: 2px;
  color: #000;
}

#vs_hightlight_menu a{
  color: #000;
}
#vs_hightlight_menu:hover a {
  color: #fff;
}


@keyframes Gradient_h {

  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@keyframes rocking_h {

  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(2deg);
  }

  75% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(0);
  }
}



/*banner S*/
.vs_bnr_sldr .item.vs_slide_item {
  display: flex;
  width: 100%;
  /*height: 100vh;*/
}

.vs_bnr_sldr.owl-theme .owl-item {
  display: flex;
}

.vs_bnr_sldr .owl-stage {
  display: flex;
}

.vs_slide_item img {
  width: 100%;
  /*height: 85vh;*/
  object-fit: cover;
  object-position: top;
  /*transform: scale(1.3);
  transition: transform 7000ms ease;*/
}

.vs_slide_item figure {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  /*height: 100vh;*/
  overflow: hidden;
}

/*.owl-item.active .vs_slide_item figure img {
  transform: scale(1);
  transition: transform 7000ms ease;
}*/

.vs_slide_item figure:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000000c2;
  opacity: 0.2;
  width: 100%;
  height: 100%;
}






.vs_bnr_sldr {
  position: relative;
}

.vs_bnr_sldr .owl-nav {
  display: none;
}

.vs_bnr_sldr .owl-dots {
  position: absolute;
  height: 45px;
  bottom: 15px;
  left: 125px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vs_bnr_sldr .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 3px solid #FFFFFF;
  transition: all 0.5s;
  border-radius: 50%;
}


.vs_bnr_sldr .owl-dot.active {
  background-color: #FFFFFF;
}

.vs_bnr_form{
  /*position: absolute; */
    /*top: 50%;*/
    /* transform: translate(0, -50%); */
    /*right: 80px;*/
    /*background-color: #ffffffc4;*/
    padding: 20px;
    /*border-radius: 10px;*/
     /*width: 30%;*/
     background-color: #ebebeb;
}

.vs_banner_refa{
      background-color: #1a4c95;
    padding: 7px;
    text-align: center;
    color: #fff;
     font-size: calc(0.5rem + 1vw);
}
.vs_bnr_form h6 a{
        background-color: #ee3a24;
    padding: 7px;
    text-align: center;
    color: #000;
    justify-content: center;
}

/*banner E*/

.vs_video_section{
  position: relative;
  overflow: hidden;
      height: 400px;
      background-image: url(../img/home/bg_video_bg.jpg);
      background-size: cover;
      background-repeat: no-repeat;
}
.vs_video_section video{
      height: 400px;
    object-fit: cover;
}

.vs_video_details{
  position: absolute;
    top: 50%;
    transform: translate(60px, -50%);
    color: #fff;
}

.vs_video_details h1{
      font-size: calc(1rem + 3.3vw);
  font-weight: 600;
}

.vs_video_details img{
  height: 370px;
  object-fit: contain;
}



.vs_hightlight_sldr{
transition: all 0.5s;
}


.vs_hightlight_sldr .owl-nav {
  display: none;
}

.vs_hightlight_sldr .owl-dots {
      position: absolute;
    height: 45px;
    display: none;
    /*left: 50%;
    transform: translate(-50%, 0px);
*/
}

.vs_hightlight_sldr .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 3px solid #000;
  transition: all 0.5s;
  border-radius: 50%;
  bottom: -24px;
}


.vs_hightlight_sldr .owl-dot.active {
  background-color: #fa3022;
}
.vs_hightlight_sldr_img{
  overflow: hidden;
}
.vs_hightlight_sldr img{
  transition: all 0.5s;
  width: 100%;
  object-fit: cover;
}
.vs_hightlight_sldr img:hover{
      transform: scale(1.5);
}

.vs_hightlight_sldr h6{
  padding-top: 10px;
}

/*vs_floor_sldr S*/

.vs_floor_sldr_section{
      background-color: #1a4c95;
      position: relative;
}

.vs_floor_img {
  position: relative;
  transition: all 0.5s;
      border: 2px #000000;
    border-style: dashed;
}

.vs_floor_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #000;
  opacity: 0;
  transition: all 0.5s;
}

.vs_floor_img:hover:before {
  opacity: 0.5;
}

.vs_floor_img_hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.vs_floor_img_hover_detail {
  display: none;
  transition: all 0.5s;
}

.vs_floor_img img {
  transition: all 0.9s;
      height: 250px;
    width: 100%;
    object-fit: cover;
}

.vs_floor_img:hover img {
  transform: scale(1.3);
}

.vs_floor_img:hover .vs_floor_img_hover {
      border: 3px solid #000000;
    background-color: #181818bf;
}

.vs_floor_img:hover .vs_floor_img_hover_detail {
  display: block;
}

.vs_floor_img_hover i {
  font-size: 25px;
  color: white;
}

.vs_floor_sldr .owl-nav {
  display: none;
}

.vs_floor_sldr .owl-dots {
      position: absolute;
    height: 45px;
    /*left: 50%;
    transform: translate(-50%, 0px);
*/
}

.vs_floor_sldr .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 3px solid #FFFFFF;
  transition: all 0.5s;
  border-radius: 50%;
  bottom: -24px;
}


.vs_floor_sldr .owl-dot.active {
  background-color: #FFFFFF;
}
iframe{
      box-shadow: 0 0 10px #606060;
}

/*vs_floor_sldr E*/


.vs_shop_box{
      background-color: white;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
        width: 100%;
        transition: all 0.5s;
}
.vs_shop_box:hover{
  box-shadow: 0 0 10px #282827;
}
.vs_shop_box .vs_shop_box_img{
        border: 1px dashed #99ca3c;
    border-radius: 50%;
    padding: 5px;
    width: fit-content;
    margin: auto;
        box-shadow: 0 0 10px #b1b1b1;
}
.vs_shop_box .vs_shop_box_img img{
  padding: 12px;
    width: 90px;
    height: 90px;
    filter: invert(60%) sepia(77%) saturate(2344%) hue-rotate(346deg) brightness(94%) contrast(99%);
}

.vs_shop_box h5{
  color: #4a4444
}
.vs_shop_box h4{
      font-size: calc(1rem + .3vw);
}

/*location S*/

.vs_location{
  background-color: #e8e8e8;
}
.vs_location_box{
  background-color: white;
      padding: 40px;
}

.vs_location_img {
  position: relative;
  transition: all 0.5s;
}

.vs_location_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #000;
  opacity: 0;
  transition: all 0.5s;
}

.vs_location_img:hover:before {
  opacity: 0.5;
}

.vs_location_img_hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.vs_location_img_hover_detail {
  display: none;
  transition: all 0.5s;
}

.vs_location_img img {
  transition: all 0.9s;
}

.vs_location_img:hover img {
  transform: scale(1.3);
}

.vs_location_img:hover .vs_location_img_hover {
      border: 3px solid #000000;
    background-color: #00000096;
}

.vs_location_img:hover .vs_location_img_hover_detail {
  display: block;
}

.vs_location_img_hover i {
  font-size: 25px;
  color: white;
}
.vs_location_box li i{
      font-size: 24px;
    color: #ee3a24;
}
.vs_location_box_list li img{
      box-shadow: 0 0 5px #bfbfbf;
    border-radius: 5px;
}

.vs_location_2{
  background-image: url("../img/home/lake_bg.jpg");
      background-size: cover;
    background-repeat: no-repeat;
}

.vs_location_2 .vs_location_box{
      background-color: #ffffffd9;
}

.vs_features_list{
  display: grid !important;
    grid-template-columns: 48% 48%;
    gap: 15px 40px !important;
}


/*location E*/

.vs_amenities_box{
      border: 1px solid #dfdfdf;
      transition: all 0.5s;
      width: 100%;
    text-align: center;
}
.vs_amenities_box:hover{
      box-shadow: 0 0 10px #c5c5c5;
}
.vs_amenities_box h5{
        background-color: #123f8d;
    text-align: center;
    padding: 8px;
    color: #fff;
}
.vs_amenities_box img{
      height: 225px;
    object-fit: contain;
}
/*vs_gallery_img S*/


.vs_gallery_img {
  position: relative;
  transition: all 0.5s;
}

.vs_gallery_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #000;
  opacity: 0;
  transition: all 0.5s;
}

.vs_gallery_img:hover:before {
  opacity: 0.5;
}

.vs_gallery_img_hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  border: 1px solid #fff;
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.vs_gallery_img_hover_detail {
  display: none;
  transition: all 0.5s;
}

.vs_gallery_img img {
  transition: all 0.9s;
      height: 250px;
    width: 100%;
    object-fit: cover;
}

.vs_gallery_img:hover img {
  transform: scale(1.3);
}

.vs_gallery_img:hover .vs_gallery_img_hover {
  border: 3px solid #fff;
  background-color: #0000006b;
}

.vs_gallery_img:hover .vs_gallery_img_hover_detail {
  display: block;
}

.vs_gallery_img_hover i {
  font-size: 25px;
  color: white;
}

/*vs_gallery_img E*/


.vs_video_section2{
  position: relative;
  overflow: hidden;
  height: 300px;
  background-image: url(../img/home/ready_to_bg.jpg);
  background-size: cover;
      background-repeat: no-repeat;
}

.vs_video_section2 video{
      height: auto;
    object-fit: cover;
}

.vs_video_details2{
  position: absolute;
    top: 50%;
    transform: translate(60px, -50%);
    color: #fff;
}

.vs_video_details2 h1{
      font-size: calc(1rem + 3.5vw);
  font-weight: 600;
}



.vs_form_section{
  background-color:#003788;
}
.vs_form_section .form-control{
    padding: 10px 10px;
    background-color: #fff;
    border: 0;
    /*border-bottom: 1px solid #fff;*/
    border-radius: 0;
    color:#000;
}
.vs_form_section .form-control::-webkit-input-placeholder { 
  color: #000;
}

/*vs_top_ftr E*/

/*vs_blog_section S*/

/*.vs_blog_section{
      background-color: whitesmoke;
}*/

.vs_blog_box {
  background-color: #fff;
  border: 1px solid #e81a2a;
  border-radius: 10px;
  width: 100%;
}

.vs_blog_box img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  object-fit: cover;
}


.vs_blog_box_icon a {
  color: #f69b22;
}

.vs_blog_box_icon a:hover {
  color: #e81a29;
}

.vs_blog_sldr {}

.vs_blog_sldr .item {
  background-color: whitesmoke;
  display: flex;
}

.vs_blog_sldr .owl-nav {
  display: none;
}

.vs_blog_sldr .owl-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.vs_blog_sldr .owl-dots button {
  padding: 6px;
  border-radius: 50%;
  border: none;
  background-color: #8d8787;
}

.vs_blog_sldr .owl-dot.active {
  background-color: #e81a29;
}

.vs_blog_sldr img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.vs_blog_sldr .owl-stage,
.vs_blog_sldr .owl-item {
  display: flex;
}

.vs_blog_category a {
  color: #000;
  padding: 6px 10px;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #e81a29;
  margin-block: 10px;
  transition: all 0.5s;
}

.vs_blog_category a:hover {
  background-color: #e81a29;
  color: #fff;

}

.vs_blog_category a i {
  color: #e81a29;
}

.vs_blog_category a:hover i {
  color: #fff;
}


/*vs_blog_section E*/

/*vs_all_banner S*/

.vs_all_banner {
  /*height: 40vh;*/
  width: 100%;
  overflow: hidden;
}

.vs_all_banner img {
  /*height: 40vh;*/
  width: 100%;
  object-fit: cover;
}

/*vs_all_banner E*/


.vs_sitemep_box{
    background: #ee3a2429;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    width: 100%;
    transition: all 0.5s;
}
.vs_sitemep_box:hover{
    background:  #000;
}

.vs_sitemep_box a{
    color: #000;
    font-size: 20px;
}
.vs_sitemep_box:hover a{
    color: #fff;
}
.vs_sitemep_box h5{
    padding: 10px;
    position: relative;
   
}


/*** Footer S ***/
footer {
  background-color: #fff !important;
  color: #000;
}

footer a {
  color: #000;
}

footer a:hover {
  color: #ee3a24;
}

footer h4 {
  color: #000;
}

.vs_ftr_form .form-control {
  background: none;
  border: 0;
  border-bottom: 1px solid #ee3a24;
  border-radius: 0;
  height: 70px;
}

footer .vs_social_icon_box {
  border-top: 1px solid #ee3a24;
  border-bottom: 1px solid #ee3a24;
}

footer .vs_social_icon li a{
      width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ee3a24;
    transition: .3s;
    font-size: 20px;
    color: #ee3a24;
    border-radius: 50%;
}



footer .vs_ftr_list li {
  margin-bottom: 3px;
    padding: 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    transition: .3s;
}

footer .vs_ftr_list li i{
  color: #ee3a24;
}


footer .vs_ftr_list li:hover {
  box-shadow: none;
}


footer .copyright {
  font-size: 15px;
  /*border-top: 1px solid rgba(256, 256, 256, .1);*/
}

footer .copyright img{
  width: 200px;
  object-fit: contain;
}

.vs_fix_btn{
        position: fixed;
    bottom: 93px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
}
.vs_fix_whatsup_btn img{
  width: 45px;
  object-fit: contain;
}

#vs_enquire_form .modal-content{
      background: #fff;
    box-shadow: 0 0 10px #22212182;
}
#vs_enquire_form form .form-control{
      border: 0;
    background-color: transparent;
    border-bottom: 1px solid #cbcbcb;
    border-radius: 0;
}







.vs_start_model_section {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: #000000c4;
}

.vs_start_model_section.active {
  display: block;
}

.vs_start_model_dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: 1.75rem auto;
  min-height: calc(100% - 3.5rem);
}

.vs_start_model_content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  outline: 0;
  padding: 22px 13px;
}

.vs_start_model_close {
  position: absolute;
  right: 0;
  padding: 0px 10px;
  top: 0;
  font-size: 25px;
  box-shadow:
}

.vs_start_model p {
  background-color: #ee3a24;
  text-align: center;
  padding: 6px;
  color: #fff;
}

.vs_start_animate {
  animation: bigtext 1s linear infinite;
  transform: scale(0.9);
}

/*.vs_start_model h5 {
  background-color: #e91e63;
  padding: 10px;
  text-align: center;
  color: white;
}*/

@keyframes bigtext {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}

.form-select:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}