  /* @font-face {
    font-family: outfit;
    src: url("../fonts/new/Outfit-VariableFont_wght.ttf");
  }

  @font-face {
    font-family: mademirage;
    src: url("../fonts/new/MADE Mirage Regular PERSONAL USE.otf");
  }

  @font-face {
    font-family: glida;
    src: url("../fonts/new/GildaDisplay-Regular.ttf");
  }

  @font-face {
    font-family: "monteserrat";
    src: url("../fonts/new/AvenirLTStd-Light.otf");
  } */

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


  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }

  /* HTML5 display-role reset for older browsers */

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }


  body {
    line-height: 1;
    font-family: "monteserrat" !important;
    font-size: 16px !important;
    overflow-x: hidden;
    font-weight: 300 !important;
  }

  body,
  html {
    overflow-x: hidden;
  }


  blockquote,
  q {
    quotes: none;
  }

  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  a {
    outline: none;
  }

  p,
  li {
    margin-bottom: 10px;
    line-height: 23px;
    font-family: "monteserrat" !important;
  }

  img {
    margin-bottom: 0px;
  }

  .mr0 {
    margin: 0 !important;
  }

  .pd0 {
    padding: 0 !important;
  }

  /*-------------- CSS Resetter ----------*/

  /* width */

  ::-webkit-scrollbar {
    width: 6px;
  }

  /* Track */

  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */

  ::-webkit-scrollbar-thumb {
    background: #FFD558;
  }

  /* Handle on hover */

  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  /*--------------------------------------------------------------------*/

  #home-carousel {
    overflow: hidden;
    /* height: 100vh; */
    margin-top: -36px;
  }

  .carousel-control {
    background-image: none !important;
  }

  #home-carousel .carousel-inner .item .slide {
    width: 100%;
    height: auto;
    margin-top: 5%;
    /*-webkit-animation: zoomin 40s ease-in infinite;*/
    /*animation: zoomin 40s ease-in infinite;*/
    /*transition: all .4s ease-in-out;*/
  }

  #home-carousel .carousel-inner .item:nth-child(2) img {
    /*filter: brightness(0.8);*/
  }

  #home-carousel .carousel-inner .item:nth-child(3) img {
    /*filter: brightness(0.8);*/
  }

  #home-carousel .carousel-inner .item .zoom {
    -webkit-animation: zoomin 60s ease-in infinite;
    animation: zoomin 60s ease-in infinite;
    transition: all 0.4s ease-in-out;
  }

  @-webkit-keyframes zoomin {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.3);
    }

    100% {
      transform: scale(1);
    }
  }

  @keyframes zoomin {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.3);
    }

    100% {
      transform: scale(1);
    }
  }

  @-webkit-keyframes zoomout {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(0.5);
    }

    100% {
      transform: scale(1);
    }
  }

  .carousel-caption {
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Animation delays */

  .anim-item1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  .anim-item2 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }

  .anim-item3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }

  .carousel-caption h3 {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .slide-img1 {
    position: absolute;
    width: 20%;
    top: 24%;
    right: 40%;
    z-index: -1;
  }

  .cover-sec {
    padding: 40px 0px;


    /* background: #fff; */
    background: url(../images/white.jpg) !important;
    border-top: 2px solid rgba(226, 187, 108, 0.8);
  }

  .cover-img {
    overflow: hidden;
    position: relative;
  }

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

  .cover-content {
    height: 675px;
    padding: 90px;
    display: flex;
    align-items: center;
  }

  .cover-tittle {
    color: #FFD558;
    font-family: Oswald;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .cover-tittle span {
    font-weight: 300;
    color: #222222;
    font-size: 35px;
  }

  .coversubhead {
    font-size: 20px;
    margin-top: 10px;
  }

  .cover-content p {
    color: #666666;
    font-size: 17px;
    line-height: 30px;
    font-style: normal;
    font-weight: 300;
  }

  .youtube {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #000 !important;
    font-family: Oswald;
    font-weight: 500;
    text-decoration: none !important;
  }

  .youtube img {
    float: left;
    margin-right: 10px;
  }

  .full-imgsec {
    height: 400px;
    background-position: top;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
  }

  .full-secoverlay {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
  }

  .logo-wrapper img {
    width: 70px !important;
    
     height: auto; 
  }

  .sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 29px !important;
    right: 15px;
    height: 22px;
    width: 22px;
    filter: invert(1);
  }

  .item-center {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .full-imgsec h2 {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
    position: relative;
    z-index: 9;
    text-align: center;
  }

  .full-imgsec h3 {
    text-align: center;
    position: relative;
    z-index: 9;
    margin-top: 16px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
  }

  .a-scroll {
    position: absolute;
    top: 300px;
    width: 20%;
    left: 40%;
  }

  .a2-scroll {
    position: absolute;
    top: 541px;
    width: 20%;
    left: 40%;
  }

  .a3-scroll {
    position: absolute;
    top: 770px;
    width: 20%;
    left: 40%;
  }

  .a4-scroll {
    position: absolute;
    top: 1130px;
    width: 20%;
    left: 40%;
  }

  .coverlist {}

  .coverlist li {
    font-size: 17px;
    margin-bottom: 20px;
    display: flex;
    /*align-items: center;*/
  }

  .coverlist li img {
    display: inline-block !important;
    width: 12px !important;
    margin-right: 7px;
  }

  .backscroll {
    width: 100%;
    height: 400px;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: -1;
  }

  .amisec {
    padding: 60px 0 0;
  }

  .sec-tittle {}

  .sec-tittle h2 {
    margin-bottom: 30px;
    font-size: 25px;
    
    margin-top: 0;
    font-weight: 600 !IMPORTANT;
    text-align: LEFT;
    color: #000 !important;
    /* font-family: mademirage; */
  }
  @media(max-width:768px){
    .sec-tittle h2 {
      font-size: 20px !important;
    }
    .conf3{
      font-size: 20px !important;
    }
  }

  .headline {
    height: 2px;
    width: 70px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .ami-imgwrap {
    position: relative;
  }

  .ami-imgwrap img {
    width: 100%;
    height: 440px;
    object-fit: cover;
  }

  .amenities-content {
    height: 440px;
    background: #FFD558;
    padding: 60px 50px;
    display: flex;
    align-items: center;
  }

  .amenities-content h2 {
    font-family: Oswald;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 48px;
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    margin-left: 15px;
  }

  .amenities-content .ameline {
    height: 2px;
    background: #ffffff;
    width: 70px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .coverlist.amilist li {
    font-weight: 400;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 28px !important;
    height: 4px !important;
  }

  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #222222 !important;
  }

  .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 3px;
    width: 100%;
  }

  .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    margin-top: 0 !important;
  }

  .owl-prev {
    float: left;
    position: relative;
    left: 15px;
    font-size: 90px !important;
    color: #fff !important;
  }

  .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
  }

  .owl-next {
    float: right;
    position: relative;
    right: 15px;
    font-size: 90px !important;
    color: #fff !important;
  }

  .sec-location {
    padding: 60px 0;
  }

  .loc-hightxt {
    margin-bottom: 0;
    font-family: Oswald;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    color: #FFD558;
    font-weight: 400;
  }

  .loc-hightxt span {
    color: #222222;
  }

  .cust-conatiner {
    width: 75%;
    /*display: block;*/
    margin: 0 auto;
    display: table;
  }

  /*-----------location-------------------*/

  .neighborhood-wraper .neighborhood-item {
    cursor: pointer;
    overflow: hidden;
    padding: 0 5px;
    margin-bottom: 10px;
    /* padding:0; */
  }

  .neighborhood-wraper .neighborhood-item .wrapper {
    position: relative;
  }

  .neighborhood-wraper .neighborhood-item .wrapper img {
    width: 100%;
  }

  .neighborhood-wraper .neighborhood-item .wrapper:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .neighborhood-wraper .neighborhood-item .content-data {
    color: #fff;
    text-align: center;
    width: 60%;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
  }

  .neighborhood-wraper .neighborhood-item .title-data {
    margin-top: -70px !important;
  }

  .neighborhood-wraper .neighborhood-item .description-data {
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
    /*visibility: hidden;*/
    /*-webkit-transition: all .2s ease-in-out 0s;*/
    /*-o-transition: all .2s ease-in-out 0s;*/
    /*transition: all .2s ease-in-out 0s;*/
    /*height: 95px;*/
    /*overflow: hidden;*/
    /*transition: all .4s ease 0s;*/
    /*bottom: -105px;*/
    height: 115px;
    bottom: 50%;
    margin-bottom: -125px;
    line-height: 19px;
  }

  .neighborhood-wraper .neighborhood-item .description-data,
  .neighborhood-wraper .neighborhood-item .title-data {
    position: absolute;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
  }

  .neighborhood-wraper .neighborhood-item .title-data {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Oswald;
    padding-bottom: 20px;
    top: 50%;
    margin: 0 -50% 0 0;
    padding: 0;
    transition: all 0.4s ease 0s;
  }

  /*.neighborhood-wraper .neighborhood-item:hover .title-data {
      margin-top: -45px;
  }

  .neighborhood-wraper .neighborhood-item:hover .description-data {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      bottom: 50%;
      margin-bottom: -125px;
      line-height: 19px;
  }

  .neighborhood-wraper .neighborhood-item:hover .wrapper:before {
      -webkit-transform: scale(1);
      transform: scale(1);
  }*/

  /*---------------------------------------*/

  .map-btn {
    color: #222 !important;
    border: 2px solid #FFD558;
    padding: 10px;
    display: block;
    text-align: center;
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
    font-family: Oswald;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none !important;
    transition: ease all 0.5s;
  }

  .map-btn:hover {
    background: #FFD558;
    color: #ffffff !important;
    transition: ease all 0.5s;
  }

  .sec-gallery {
    padding: 60px 0;
  }

  .light-grey {
    background: #f3f3f3;
  }

  /* -------------------  TAB -----------------------*/

  .mytab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 40px;
    /*margin-top: 50px;*/
  }

  .mytab li {
    float: none !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: -6px;
  }

  .mytab>li.active>a,
  .mytab>li.active>a:hover,
  .mytab>li.active>a:focus {
    color: #fff;
    background-color: #f7941d;
    border: 1px solid #f7941d;
    cursor: pointer;
    border-radius: 0;
  }

  .mytab>li>a:hover,
  .mytab>li>a:focus {
    color: #222222;
    /*padding: 9px 20px !important;*/
    border: none;
    border-radius: 0;
    background-color: transparent;
    transition: ease all 0.5s;
  }

  .mytab>li>a {
    color: #000;
    padding: 9px 20px !important;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #f7941d;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: ease all 0.5s;
    /* font-family: 'mademirage'; */
    margin-left: 12px;
  }

  /*-------------------------------------------------*/

  /*---------------gallery----------------------*/

  #Gallery {
    background: url(../newImages/bgblue.png)
  }

  .gall-pd {
    padding: 0 5px !important;
  }

  .amenities-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    margin-bottom: 10px;
    /*box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);*/
  }

  .amenities-gallery img {
    width: 100%;
    transition: all 0.5s;
  }

  .ami-overlay {
    width: 100%;
    height: 100%;
    background: #f7941dad;
    position: absolute;
    top: 0;
    /*transform: translate(-101%, 0);*/
    transition: all 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }

  .amenities-gallery .gall-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .amenities-gallery:hover img {
    transform: scale(1.19);
    transition: all 0.5s;
  }

  .amenities-gallery:hover .ami-overlay {
    /*transform: translate(0%, 0);*/
    opacity: 1;
    transition: all 0.5s;
    cursor: url(../images/hovericon.png), auto !important;
  }

  .amenities-gallery .ami-overlay h3 {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
  }

  .floor-img img {
    width: 100%;
    height: auto;
    filter: blur(2px);
    cursor: pointer;
  }

  /*-----------------------*/

  .contact-sec {
    background: url(../images/img01.jpg) center;
    background-size: cover;
    position: relative;
    border-top: 2px solid #FFF;
  }

  .contact-overlay {
    background: #00000060;
    padding: 70px 0;

  }

  .form-txt {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
  }

  #contact-form input,
  #contact-form select {
    height: 40px;
    border-bottom: 1px solid #fff !important;
    width: 100%;
    background: #f7941d;
    margin-bottom: 0;
    padding-left: 10px;
    color: #fff;
    border-left: navajowhite;
    border-right: navajowhite;
    border-top: none;
    font-family: 'avenir';
  }

  #contact-form input::placeholder,
  #contact-form textarea::placeholder {
    color: #fff;
  }

  #contact-form .input-group-addon {
    background: #fff;
    color: #FFD558;
    border: 1px solid #ffffff;
    border-right: 0;
    border-radius: 7px 0 0 7px;
  }

  .form-ico {
    font-size: 19px !important;
  }

  #contact-form textarea {
    border: none;
    resize: none;
    /*background: #e4e4e4;*/
  }

  #contact-form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
    display: grid;
  }

  .form-control:focus {
    box-shadow: none !important;
  }

  .popup-btn {
    margin: 0px auto;
    display: block;
    background: #f7941d;
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 13px;
    transition: ease all 0.4s;
    text-shadow: none;
    box-shadow: none;
    font-family: 'avenir';
    width: 20%;
    border: 1px solid #fff;
    outline: none;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
  }

  .error {
    color: #ff0000;
  }

  .form-calltxt {
    margin-bottom: 0;
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
    font-family: Oswald;
    font-weight: 600;
  }

  .form-calltxt a {
    color: #FFD558 !important;
    text-decoration: none !important;
  }

  .footer-sec {
    padding-top: 50px;
    /* background: #a04428ed; */
    /* background: url(../images/green.jpg) !important; */
    background-color: #000;
    position: relative;
  }

  .footer-sec p {
    /* margin-bottom: 2%; */
    color: #ffffff;
    text-align: center;
    letter-spacing: 0;
    line-height: 18px;
    font-size: 15px;
  }

  .footer-sec p a {
    color: #ffffff;
  }

  .interested {
    position: fixed;
    z-index: 999;
    font-family: 'avenir';
    text-transform: uppercase;
    bottom: 10px;
    right: 10px;
    border: none;
    color: #fff;
    /* border: 2px solid #FFD558 !important; */
    padding: 13px;
    letter-spacing: 2px;
    font-size: 15px !important;
    outline: none !important;
    background: #f7941d;
  }

  .interested:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: -5px;
    left: -5px;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    transition: all 0.25s;
  }

  .interested:hover:before,
  button:hover:after {
    width: 104%;
    height: 110%;
  }

  .interested:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -5px;
    right: -5px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transition: all 0.3s;
  }

  .dwnld {
    position: fixed;
    z-index: 999;
    font-family: 'avenir';
    text-transform: uppercase;
    bottom: 10px;
    left: 10px;
    /* border: 2px solid #FFD558 !important; */
    border: none;
    color: #fff;
    padding: 13px;
    letter-spacing: 2px;
    font-size: 15px !important;
    outline: none !important;
    background: #f7941d;
  }

  .dwnld:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: -5px;
    left: -5px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transition: all 0.25s;
  }

  .dwnld:hover:before,
  button:hover:after {
    width: 104%;
    height: 110%;
  }

  .dwnld:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -5px;
    right: -5px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transition: all 0.3s;
  }

  /*----------Modal Design-------*/

  .modal {
    z-index: 9999;
    background: rgba(185, 185, 185, 0.6);
  }

  .modal-content {
    /* background-color: #a04428 !important; */
    /* background: url(../images/green.jpg) !important; */
    background-color: #000;
  }

  .modal-body {
    background-size: cover;
    padding-bottom: 30px;
  }

  .modal-body .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    opacity: 1;
    outline: none;
  }

  .modal-body .close span {
    height: 30px;
    width: 30px;
    display: block;
    font-size: 26px;
  }

  .modal-body h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    /* margin-top: -35px; */
    margin-bottom: 10px;
    font-weight: 600;
    /* font-family: 'mademirage'; */
  }

  .modal-body p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .modal-body img {
    width: 100px;
    margin: 0px auto;
    display: block;
    position: relative;
    top: -60px;
  }

  .modal-dialog {
    margin-top: 7% !important;
    z-index: 9999 !important;
  }

  /*---modal form--*/

  /*    ---map Popup------*/

  #mapPop .modal-body {
    padding-bottom: 15px;
  }

  #mapPop .modal-dialog {
    width: 750px;
    max-width: 90%;
    margin: auto;
  }

  #mapPop h3 {
    margin-top: -50px;
    margin-bottom: 15px;
  }

  /*-------------------------------*/

  .modal-body form input,
  .modal-body form select {
    height: 40px;
    border: 1px solid #000;
    width: 100%;
    background: #fff;
    margin-bottom: 0;
    padding-left: 10px;
    border-radius: 0 7px 7px 0 !important;
    color: #222222;
    border-left: none;
  }

  .modal-body form input::placeholder,
  .modal-body form textarea::placeholder {
    color: #222222;
  }

  .modal-body form .input-group-addon {
    /* background: #fff; */
    background: #f7941d;
    color: #fff;
    border: 1px solid #fff;
    border-right: 0;
    border-radius: 7px 0 0 7px;
  }

  .form-ico {
    font-size: 19px !important;
  }

  .modal-body form textarea {
    border: none;
    resize: none;
    /*background: #e4e4e4;*/
  }

  .modal-body form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
  }

  .form-control:focus {
    box-shadow: none !important;
  }

  /*-----------Modal End --------*/

  /*---mobile fix footer----*/

  .fixed-footer-cust {
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
    border-top: 2px solid #fff;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    background: #f7941d;
    color: #fff;
  }

  .f-icon {
    height: 14px;
    width: 14px;
    padding-top: 4px;
  }

  .fix-link {
    color: #fff !important;
    font-size: 14px;
  }

  .div-line {
    border-right: 1px solid #fff;
  }

  .free-call:hover {
    color: #ffffff;
  }

  .i-am,
  .dwnld2 {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
    outline: none !important;
  }

  .i-am:hover,
  .i-am:focus {
    background: transparent !important;
  }

  /*---mobile fix footer----*/

  #pageloader {
    background: rgba(34, 34, 34, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
  }

  .loading-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .loading-wrap img {
    width: 100px;
    transform: rotateY(0deg);
    -webkit-animation: rotateAnimation 2.5s ease-in infinite;
    animation: rotateAnimation 2.5s ease-in infinite;
    transition: all 0.5s ease-in-out;
  }

  @-webkit-keyframes rotateAnimation {
    0% {
      transform: rotateY(0deg);
    }

    25% {
      transform: rotateY(90deg);
    }

    50% {
      transform: rotateY(180deg);
    }

    75% {
      transform: rotateY(270deg);
    }

    100% {
      transform: rotateY(360deg);
    }
  }

  @keyframes rotateAnimation {
    0% {
      transform: rotateY(0deg);
    }

    25% {
      transform: rotateY(90deg);
    }

    50% {
      transform: rotateY(180deg);
    }

    75% {
      transform: rotateY(270deg);
    }

    100% {
      transform: rotateY(360deg);
    }
  }

  .sec-thankyou {
    padding: 50px 0;
  }

  .header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    /* background-color: #a04428 !important; */
    /* background: url(../images/green.jpg) !important; */
    background-color: #000;
    position: fixed;
    height: auto !important;
    overflow: hidden;
    z-index: 10;
  }

  .logo-2 {
    height: 80px;
    display: flex;
    width: 181px;
    align-items: center;
    justify-content: center;
  }


  .logo-2 img {
    width: 80px;
    height: auto;
  }


  .msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background-color: #f7941d;
    color:white;
    border-radius: 50%;
    padding: 27px;
    text-align: center;
    margin: 0px auto;
    display: block;
  }

  .oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
  }

  .oops span {
    font-weight: 300;
  }

  .oops-subtitle {
    /*color: #fff;*/
    font-size: 18px;
  }

  .go-home {
    color: #414041;
    font-size: 19px;
    padding: 10px;
    width: 232px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
    transition: ease 0.5s;
  }

  .go-home:hover {
    transition: ease 0.5s;
    color: white;
    border-radius: 25px;
    background-color: #f7941d;
  }

  .oops-greet {
    color: #a04428;
    font-size: 25px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
  }

  .configsec {
    padding: 60px 0 80px;
    background: #f3f3f3;
  }

  .config-table {
    text-align: center;
    margin-bottom: 0;
  }

  .config-table tr th {
    text-align: center;
    vertical-align: middle !important;
    padding: 15px 0 !important;
  }

  .config-table tr td {
    vertical-align: middle !important;
    padding: 15px 5px !important;
    background: #ffffff;
  }

  .config-table thead {
    background-color: #f7941d;
    color:#FFF ;
    border: none !important;
  }

  .config-table>tbody>tr>td,
  .config-table>tbody>tr>th,
  .config-table>tfoot>tr>td,
  .config-table>tfoot>tr>th,
  .config-table>thead>tr>td,
  .config-table>thead>tr>th {
    border: none !important;
  }

  .config-table tbody {
    background: #ffffff;
  }

  .price-click {
    /* background: #FFD558; */
    color: #222222;
    /* padding: 5px 7px; */
    text-decoration: none !important;
    border: none;
  }

  .price-click:hover,
  .price-click:focus {
    color: #222222;
  }

  .imagepatch {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #222;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
  }

  .virtual-txt {
    font-size: 20px;
    font-weight: 600;
    color: #4e4e4e;
  }

  .svgwrap {
    display: block;
    text-align: center;
  }

  .svgwrap svg {
    width: 60px;
    height: 70px;
    fill: none;
    stroke: #FFD558;
    stroke-width: 2px;
    margin-right: 20px;
  }

  #videoicon:hover {
    cursor: pointer;
  }

  #videoicon path {
    stroke-dasharray: 161;
    stroke-dashoffset: 161;
    animation: line-animation 3s ease forwards infinite;
  }

  #videoicon polyline {
    stroke-dasharray: 75;
    stroke-dashoffset: 75;
    animation: line-animation 3s ease forwards infinite;
  }

  @keyframes line-animation {
    from {
      /*stroke-dashoffset: 300;*/
    }

    to {
      stroke-dashoffset: 0;
    }
  }

  .privacy {
    background: #d2d2d2;
    padding: 10px 0;
  }

  .privacy p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 17px;
  }

  .privacy p span {
    font-weight: 800;
  }

  /*==================================================responsive css=======================================================================================================*/

  @media (max-width: 1300px) {
    .a-scroll {
      position: absolute;
      top: 350px;
      width: 20%;
      left: 40%;
    }

    .a2-scroll {
      position: absolute;
      top: 800px;
      width: 20%;
      left: 40%;
    }

    .a3-scroll {
      position: absolute;
      top: 1590px;
      width: 20%;
      left: 40%;
    }

    .a4-scroll {
      position: absolute;
      top: 2240px;
      width: 20%;
      left: 40%;
    }
  }

  @media (max-width: 767px) {
    .carousel-inner {
      margin-top: 65px;
    }

    .pdm-0 {
      padding: 0 !important;
    }

    .slide-img1 {
      width: 60%;
      top: 28%;
      right: 20%;
    }

    .carousel-caption h3 {
      font-size: 19px;
      width: 77%;
      margin: 0 auto;
      line-height: 25px;
    }

    .cover-content {
      height: initial;
      padding: 50px 20px;
    }

    .cover-img img {
      height: initial;
    }

    .full-imgsec {
      background-size: cover;
      background-position: right;
    }

    .full-imgsec h2 {
      font-size: 21px;
      line-height: 35px;
    }

    .coverlist li {
      font-size: 14px;
      margin-bottom: 14px;
    }

    .ami-imgwrap img {
      height: initial;
    }

    .amenities-content {
      height: initial;
      padding: 40px 15px;
      min-height: 470px;
    }

    .cust-conatiner {
      width: 90%;
    }

    .modal-dialog {
      margin-top: 70px !important;
    }

    .privacy {
      margin-bottom: 40px;
    }

    .a-scroll {
      position: absolute;
      top: 490px;
      width: 60%;
      left: 20%;
    }

    .a2-scroll {
      top: 780px;
      width: 60%;
      left: 20%;
    }

    .a3-scroll {
      top: 330%;
      width: 60%;
      left: 20%;
    }

    .a4-scroll {
      top: 580%;
      width: 60%;
      left: 20%;
    }

    .mytab>li>a {
      padding: 9px 10px !important;
    }

    .price-click {
      display: block;
    }

    #home-carousel {
      height: initial;
      margin-top: -30px;
    }

    #home-carousel .carousel-inner .item .slide {
      height: initial;
      margin-top: 8%;
    }

    .owl-prev {
      left: 0px;
    }

    .owl-next {
      right: 0px;
    }
  }

  .wrapper1 {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row;
  }

  .flx {
    flex: 0 0 30%;
  }

  .image-container {
    position: relative;
    display: inline-block;
  }

  .image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,
        rgb(0 0 0 / 91%) 17%,
        rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
  }

  .content1 h1 {
    font-size: 25px;
    /* position: absolute; */
    z-index: 99;
    color: #000;
    /* font-family: 'mademirage'; */
    margin-bottom: 20px;
    text-align: center;
  }

  .content1 p {
    color: #000;
    margin-top: 1%;
    font-size: 15px;
    text-align: center;
  }

  .content1 ul li {
    color: #000;
    line-height: 1.5;
  }

  .wrapper1 .top1 {
    position: absolute;
    left: 1%;
    top: 15%;
  }

  .wrapper1 .top2 {
    position: absolute;
    left: 1%;
    top: 26%;
  }

  .head-content {
    position: relative;
    width: max-content;
    margin-left: 14%;
  }

  .head-content img {
    position: absolute;
    left: 0%;
  }

  .head-content h2 {
    font-size: 36px;
    color: #a04428;
    text-align: left;
    margin-bottom: 10%;
    /* font-family: 'mademirage'; */
    margin-left: 31%;
  }

  .head-content p {
    margin-bottom: 6%;
    color: #fff;
    width: 58%;
  }

  .head5 {
    text-align: center;
    font-size: 30px;
    color: #FFD558;
    font-weight: 600;
    margin-bottom: 5%;
  }

  .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
    position: relative;
  }

  .card-image {
    width: 28.5vw;
    height: 69vh;
  }

  .card-content {
    position: absolute;
    left: 15%;
    top: 14%;
  }

  .card-content {
    flex: 1;
  }

  .card-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #FFF;
    font-family: 'mademirage';
  }

  .card-text {
    font-size: 16px;
    margin-bottom: 23px;
    color: #FFF;
  }

  .card-button {}

  .cards {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .cover-sec-2 {
    padding: 50px 0px;
    /* padding-top: 50px; */
    /* background: #a04428; */
    /* background: url(../images/green.jpg); */
    background-color: #161616;
  }

  .cover-sec-3 {
    padding: 40px 0px;
    /* background: #fff; */
    background: url(../images/white.jpg) !important;
  }

  .cover-sec-4 {
    padding: 50px 0px;
    position: relative;
    /* background: #a04428; */
    /* background: url(../images/green.jpg) !important; */
    background-color: #000;
  }

  .bet-divide img {
    position: absolute;
    top: -22px;
    width: 114px;
    margin-left: 34px;
  }

  .cover-sec-5 {
    padding: 50px 0px;
    background: #000;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease;
    /* background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 42%,
      rgb(0 0 0 / 85%) 65%
    ); */
    background-image: radial-gradient(circle at bottom left,
        rgba(0, 0, 0, 0) 5%,
        rgb(0 0 0 / 65%) 63%);
  }

  .subbutton {
    border: none;
    font-size: 17px;
    padding: 20px 40px;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
    background: #fff;
    color: #f7941d;
  }

  .subbutton:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: -5px;
    left: -5px;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    transition: all 0.25s;
  }

  .subbutton:hover:before,
  button:hover:after {
    width: 104%;
    height: 110%;
  }

  .subbutton:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -5px;
    right: -5px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transition: all 0.3s;
  }

  .img1 img {
    display: block;
    margin: 0px auto;
    width: 80px;
    border: 2px solid #252422;
    border-radius: 0%;
    outline: 2px solid #151515;
    outline-offset: 5px;
    padding: 15px;
  }

  .descri1 p {
    text-align: center;
    margin: 15px auto;
    color: #000;
    letter-spacing: 1px;
    height: 80px;
  }

  .d-flex-loc {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
  }

  .location-content h3 {
    font-size: 35px;
    margin: 26px auto;
    padding: 4px;
    line-height: 47px;
    /* font-family: "didot"; */
    background-image: linear-gradient(230deg,
        #FFD558 0%,
        #cf9346 51%,
        #FFD558 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .flex-content p {
    color: #fff;
    margin-left: 15px;
    line-height: 20px;
    margin-top: 9px;
    width: 126px;
  }

  .location-img img {
    width: 100%;
    object-fit: cover;
    height: 600px;
  }

  .dflex {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 30px;
  }

  .flex-why {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 50px;
  }

  .con-1 h3 {
    font-size: 35px;
    line-height: 48px;
    margin: 29px auto;
    background-image: linear-gradient(230deg,
        #FFD558 0%,
        #cf9346 51%,
        #FFD558 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    /* font-family: "didot"; */
  }

  .about-logo img {
    width: 30%;
    margin-bottom: 4%;
  }

  .about-content p {
    color: #fff;
    text-align: justify;
  }

  .con-1 p {
    color: #fff;
    font-size: 13px;
  }

  .border-top {
    height: 10px;
    width: 64%;
    display: block;
    margin: 0px auto;
    position: absolute;
    bottom: -10px;
    left: 17%;
    z-index: 99;
    background: #FFF !important;
  }

  .two-content {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 36px;
  }

  .one1 {
    position: relative;
  }

  .one1 img {
    position: absolute;
    margin-left: -24px;
    width: 21px;
    margin-top: -1px;
  }

  .one2 {
    position: relative;
  }

  #home-carousel {
    position: relative;
    overflow: hidden;
  }

  .carousel-inner {
    position: relative;
  }

  .overlay4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,
        0,
        0,
        0.5);
    /* Adjust the overlay color and opacity here */
    z-index: 1;
    /* Make sure the overlay is above the slide images */
  }


  .logo2 {
    width: 85px;
    position: absolute;
    right: 4%;
    top: 0px;
  }

  .slide {
    flex: 1 0 100%;
    width: 100%;
    height: auto;
  }

  .location-img {
    overflow: hidden;
    /* Hide the overflowing parts of the image during zoom */
  }

  /* Add CSS to set the initial scale of the image */
  .zoom {
    transition: transform 0.3s ease;
    /* Set the transition time and easing */
  }

  #more {
    display: none;
  }

  #myBtn {
    position: absolute;
    /* bottom: 11%; */
    display: block;
    margin: 0px auto;
    bottom: 11%;
    margin-left: 20%;
    padding: 10px;
    background: rgb(231, 187, 58);
    background: linear-gradient(90deg,
        rgba(231, 187, 58, 1) 0%,
        rgba(207, 147, 70, 1) 50%,
        rgba(231, 187, 58, 1) 100%);
    border: 2px solid #fff;
    outline: 2px solid #fff;
    outline-offset: 4px;
  }

  /* Add this CSS to apply the zoom effect on hover */
  .zoom:hover {
    transform: scale(1.1);
    /* Set the desired zoom level, e.g., 1.1 for 10% zoom */
  }

  .img1 img:hover {
    border: dashed #f7941d;
    stroke: 2px;
  }

  video {
    margin-top: 0%;
  }

  .top33 {
    position: absolute;
    top: 12%;
  }

  .qr__img {
    text-align: center;
  }

  .qr__img img {
    width: 70%;
  }

  .form-container .title {
    color: #84411c;
    font-size: 23px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 60px;
    font-weight: 700;
  }

  .form-container .form-horizontal {
    background-color: #ffffff7a;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }

  .form-horizontal .form-icon {
    color: #fff;
    background-color: #84411c;
    font-size: 60px;
    line-height: 92px;
    height: 70px;
    width: 70px;
    margin: -65px auto 10px;
    border-radius: 50%;
  }

  .form-horizontal .form-group {
    margin: 0 0 10px;
    position: relative;
  }

  .form-horizontal .form-group:nth-child(3) {
    margin-bottom: 30px;
  }

  .form-horizontal .form-group .input-icon {
    color: #84411c;
    font-size: 23px;
    position: absolute;
    left: 8px;
    top: 10px;
  }

  .form-horizontal .form-control {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    padding: 10px 10px 10px 40px;
    margin: 0 0 5px;
    border: none;
    border-bottom: 2px solid #e7e7e7;
    border-radius: 0px;
    box-shadow: none;
  }

  .form-horizontal .form-control:focus {
    box-shadow: none;
    border-bottom-color: #EC5F20;
  }

  .form-horizontal .form-control::placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 600;
  }

  .form-horizontal .forgot {
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    display: block;
  }

  .form-horizontal .forgot a {
    color: #777;
    transition: all 0.3s ease 0s;
  }

  .form-horizontal .forgot a:hover {
    color: #777;
    text-decoration: underline;
  }

  .form-horizontal .signin {
    color: #fff;
    background-color: #84411c;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 2px;
    /* width: 100%; */
    padding: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease 0s;
  }

  .form-horizontal .signin:hover,
  .form-horizontal .signin:focus {
    font-weight: 600;
    letter-spacing: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  }

  @media screen and (max-width: 767px) {
    .qr__img img {
      width: 35%;
      display: block;
      margin: 10px auto;
    }

    .footer-sec p {
      margin-bottom: 2%;
      color: #ffffff;
      text-align: center;
      letter-spacing: 0;
      line-height: 18px;
      font-size: 16px;
    }

    .cards {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
    }

    .top33 {
      position: relative;
      top: 0;
    }

    .checkbox-wrapper .con {
      /* display: block; */
      font-size: 12px;
    }

    video {
      /* margin-top: 13%; */
    }

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

    .flex-why {
      display: flex;
      align-items: center;
      flex-direction: column;
      margin-left: 12px;
    }

    .card-image {
      width: 100%;
      height: 100%;
      /* margin-right: 20px; */
    }

    .head-content {
      position: relative;
      width: fit-content;
      margin-left: 0%;
    }

    .head-content img {
      position: absolute;
      left: -10px;
      width: 62px;
    }

    .head-content p {
      margin-bottom: 6%;
      color: #fff;
      width: 100%;
      text-align: center;
    }

    .head-content h2 {
      font-size: 30px;
    }

    .wrapper1 {
      display: flex;
      align-items: center;
      position: relative;
      flex-direction: column;
    }

    .wrapper1 .top1 {
      position: relative;
      left: 1%;
      top: 15%;
    }

    .wrapper1 .top2 {
      position: relative;
      left: 1%;
      top: 26%;
    }

    .content1 h3 {
      font-size: 47px;
    }

    .dflex {
      display: flex;
      align-items: center;
      flex-direction: row;
      gap: 0px;
    }

    .flex-content p {
      color: #fff;
      margin-left: 15px;
      line-height: 20px;
      margin-top: 9px;
      width: 125px;
    }

    .con-1 h3 {
      text-align: center;
      font-size: 28px;
    }

    .about-content p {
      color: #fff;
      text-align: justify;
      padding: 22px;
      font-size: 14px;
    }

    .about-logo img {
      width: 72%;
      margin-bottom: 4%;
      display: block;
      margin: auto;
    }

    .popup-btn {
      padding: 13px 30px;
      width: fit-content;
    }

    .sec-tittle h2 {
      margin-bottom: 12px;
    }

    .content1 ul {
      margin-left: 20px;
    }

    .content1 p {
      padding: 10px;
    }

    .card {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      margin-bottom: 0px;
      position: relative;
    }

    .logo2 {
      width: 75px;
      position: absolute;
      right: 4%;
      top: 0px;
    }
  }

  /* ------gall nav------*/
  .gall-carousel .owl-nav img {
    width: 15px;
    /* color: #000; */
    /* filter: invert(100%) sepia(99%) saturate(2%) hue-rotate(8deg) brightness(108%) contrast(100%); */
    margin-top: 1px;
    margin-left: 7px;
  }

  .gall-carousel .owl-nav .owl-prev {
    width: 36px;
    height: 36px;
    border: 2px solid #000 !important;
    border-radius: 25px;
    background: transparent !important;
    margin: 5px;
    /* border-left: none !important; */
    outline: none;
    filter: invert(1);
  }

  .gall-carousel .owl-nav .owl-next {
    width: 36px;
    height: 36px;
    border: 2px solid #000 !important;
    border-radius: 25px;
    background: transparent !important;
    margin: 5px;
    /* border-left: none !important; */
    outline: none;
    filter: invert(1);
  }

  .gall-carousel .owl-nav {
    text-align: center;
    margin-top: 20px;
    padding-right: 0;
  }

  /* ------------------ Accordition -----------------*/



  #accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
    background: transparent;
    margin-bottom: 15px;
  }

  #accordion a {
    display: block;
    padding: 10px 15px;
    border-bottom: 2px solid #fff;
    text-decoration: none;
    transition: ease all 0.5s;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    /*font-family: 'avenir';*/
    font-size: 16px;
    width: 100%;
  }

  #accordion .panel-heading a.collapsed:hover,
  #accordion .panel-heading a.collapsed:focus {
    background-color: #000;
    color: white;
    transition: all 0.2s ease-in;
    border-color: #000;
  }

  #accordion .panel-heading a.collapsed:hover::before,
  #accordion .panel-heading a.collapsed:focus::before {
    color: white;
  }

  #accordion .panel-heading {
    padding: 0;
    border-radius: 0;
    /*text-align: center;*/
  }

  /* #accordion .panel-heading a:not(.collapsed) {
    color: white;
    background-color: #FFD558;
    transition: all 0.2s ease-in;
    border-color: #FFD558;
  } */

  #accordion .panel-body p i {
    color: #FFD558;
    margin-right: 10px;
    font-size: 16px;
  }

  /* Add Indicator fontawesome icon to the left */

  #accordion .panel-heading .accordion-toggle::before {
    font-family: "FontAwesome";
    content: "\f00d";
    float: left;
    color: #fff;
    font-weight: lighter;
    transform: rotate(0deg);
    margin-right: 10px;
    transition: all 0.2s ease-in;
  }

  #accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #fff;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
  }

  .panel-body {
    padding: 0px 36px;
    border: none !important;
    /* background: #fff; */
    /* /* box-shadow: 0 15px 8px -6px rgb(0 0 0 / 30%); */
  }

  .panel-group .panel-heading {
    border-bottom: 0;
    background: transparent;
  }

  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #222;
    font-weight: 600;
  }

  .loc-list li {
    margin-bottom: 17px;
    list-style: disc;
    color: #fff;
    font-family: 'avenir';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .loc-list li i {
    color: #ca1f26;
    margin-right: 10px;
    font-size: 16px;
  }

  .loc-list li span {
    float: right;
    font-weight: 800;
    /*color: #02549a;*/
  }

  @media screen and (max-width: 767px) {
    .loca-wrapp {
      padding: 16px;
    }
  }

  .center-tabs {
    display: flex;
    justify-content: center;
  }

  .mytab>li>button {
    color: #fff;
    padding: 9px 20px !important;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #FFf;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: ease all 0.5s;
    /* font-family: 'mademirage'; */
    margin-left: 12px;
  }

  .mytab>li.active>button, .mytab>li.active>button:hover, .mytab>li.active>button:focus {
    color: #f7941d;
    background-color: #fff;
    border: 1px solid #FFf;
    cursor: pointer;
    border-radius: 0;
  }

  @media (max-width: 767px) {
    .mytab>li>button {
      padding: 9px 10px !important;
    }

    .img1 {
      padding: 1rem;
    }
  }

  .row-conf {
    display: flex;
  }

  .first-tab-but {
    background-color: #000;
  }


  .first-tab, .second-tab {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .conf-carousel .item img {
    height: 85% !important;
    width: 98% !important;
    /* outline: 2px solid #FFD558; */
    /* outline-offset: 3px; */
  }

  .conf-carousel .item {
    display: flex;
    justify-content: center;
  }


  @media screen and (max-width:992px) {
    .row-conf {
      flex-direction: column;
    }

    .second-tab img {

      height: 0%;
    }

    .conf-carousel .item img {

      height: 100% !important;
      width: 100% !important;
    }


    .first-tab {
      text-align: center;
      margin-bottom: 2em;
    }

    .ame-carousel .owl-nav {
      top: 220px;
      display: flex;
      justify-content: center;

    }

    .ame-carousel .owl-nav .owl-prev {
      margin-right: 0 !important;
    }

  }



  .ame-carousel .owl-nav .owl-prev, .ame-carousel .owl-nav .owl-next, .conf-carousel .owl-nav .owl-prev, .conf-carousel .owl-nav .owl-next {

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 23px !important;
  }

  .ame-carousel .owl-nav .owl-prev img, .ame-carousel .owl-nav .owl-next img {
    height: 22px;

  }

  .ame-carousel .item img {
    height: 90px;
    width: 90px;
  }



  .ame-carousel .owl-nav .owl-prev, .ame-carousel .owl-nav .owl-next, .conf-carousel .owl-nav .owl-prev, .conf-carousel .owl-nav .owl-next {
    width: 36px;
    height: 36px;
    border: 2px solid #f7941d !important;
    border-radius: 25px;
    background: #fff !important;
    margin: 5px;
    /* border-left: none !important; */
    outline: none;
    /* filter: invert(1); */
  }

  .ame-carousel .owl-nav {
    top: 205px;
    display: flex;
    justify-content: center;

  }

  .ame-carousel .owl-nav .owl-prev {
    margin-right: 2em;
  }


  .conf-carousel .owl-nav .owl-prev img, .conf-carousel .owl-nav .owl-next img {
    height: 22px;
  }

  .conf-carousel .owl-nav {
    position: absolute;
    top: 41%;
    width: 95%;
    margin-top: 0 !important;
  }

  .conf-carousel {
    overflow: hidden;
  }

  .tab-content {
    margin-bottom: 2em;
  }


  .item .bluring {
    filter: blur(2px);
  }

  /* read more */

  .read-more-container {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* Show only 3 lines */
  }

  .read-more-btn {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    margin-top: 5px;
    display: inline-block;
  }

  .read-more-btn:hover {
    color: #a04428;
  }

  .hidden {
    display: none;
  }

  .hike {
    display: none;
  }

  @media screen and (max-width:768px) {
    .hike {
      display: block;
    }
  }

  .message .short-text {
    display: inline;
  }

  .read-more-button {
    display: inline;
  }

  .checkbox-wrapper .con {
    display: block;

  }

  .checkbox-wrapper {

    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    /* font-size: 16px; */
  }

  /* privacy policy */


  .privacy-head .privacy-title {
    font-size: 1.5rem;
    transition: all 0.45s ease;
  }

  .privacy-desc {
    text-align: justify;
    text-wrap: pretty;
    line-height: 17px;
    transition: all 0.45s ease;
  }

  section.section-privacy {
    /* height: calc(100vh - 30vh); */
    width: 100%;
    display: flex;
    justify-content: center;
    max-height: 100%;
    align-items: center;
    margin: 4rem auto 3rem auto;
    /* background-color: #cc9741; */
  }

  .privacy-head .privacy-title {
    color: var(--secondary);
    font-size: 2rem;
    transition: all 0.45s ease;
    font-weight: 600;
    margin: auto auto 1.5rem auto !important;
  }

  @media only screen and (max-width: 576px) {
    .privacy-desc {
      font-size: 0.9rem;
      transition: all 0.45s ease;
    }
  }

  section.section-privacy {
    /* height: calc(100vh - 30vh); */
    width: 100%;
    display: flex;
    justify-content: center;
    max-height: 100%;
    align-items: center;
    margin: 4rem auto 3rem auto;
    /* background-color: #cc9741; */
  }

  .changing-m {
    margin-top: 80px;
  }

  .read-more-button {
    cursor: pointer;
  }


  .pulseanimation {
    animation: pulse-cust 2s infinite;
  }

  @-webkit-keyframes pulse-cust {
    0% {
      -webkit-box-shadow: 0 0 0 0 #fff;
    }

    70% {
      -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }

    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
  }

  @keyframes pulse-cust {
    0% {
      -webkit-box-shadow: 0 0 0 0 #fff;
    }

    70% {
      -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }

    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
  }
  .conf3{
    text-align: center;
    margin-bottom: 30px;
      font-size: 20px;
   
      margin-top: 0;
      font-weight: 600 !IMPORTANT;
      
      color: white !important;
           /*  font-family: mademirage;*/
      
  }
  .hov{
    padding: 7px 5px;
      font-size: 16px;
      background: #f7941d;
      color: white;
  }
  .btn:hover {
    background-color: #1a3a68;;
    color: #FFF;
    text-decoration: none;
  }
  .more-text {
    display: none;
}
#read-more{
  color: rgb(250, 53, 4);
}
.me{
  height: 80px;
    justify-content: center;
    align-items: center;
    display: flex
;
}
