
    body {
      font-family: 'Montserrat', var(--bs-font);
      background-color:#990000 !important;
      color: var(--lig) !important;
    }

    .banner {
      position: relative;
      width: 100%;
      height: auto;
      text-align: left;
      padding: 120px 0;
      font-family: var(--bs-font);
      position: relative;
      width: 100%;
      height: auto;
      background-size: cover;
      background-position: top;
      text-align: left;
      padding: 150px 0;
    }

    .bann-cont {
      max-width: 800px;
      margin: 0 auto;
      padding: 0 20px
    }

    .hero-line {
      max-width: 400px;
      font-size: 24px;
      line-height: 1.2;
      margin: 0;
      margin-bottom: 10px;
      color: var(--lig);
      font-weight: 900
    }

    .banner p {
      font-size: 16px;
      margin: 10px 0;
      color: var(--lig)
    }

    @media(max-width:768px) {
      .banner {
        text-align: center
      }

      .banner .cta-button {
        display: block;
        margin: 20px auto
      }

      .hero-line,
      .banner p {
        margin: 10px auto
      }
    }

    header {
      display: flex !important;
      justify-content: space-between;
      align-items: center;
      background-color:#990000;
      padding: 8px 5px;
      position: fixed;
      top: 0;
      z-index: 9999;
      width: 100%;
      font-family: var(--bs-font);
      font-weight: 500
    }

    .logo img {
      height: auto;
      width: 100%;
      max-width: 200px
    }

    .navigation {
      display: flex;
      justify-content: end;
      align-items: end;
      flex-grow: 1
    }

    .links {
      display: flex;
      align-items: center;
      margin: 0;
      padding: 0;
      list-style: none;
      text-transform:capitalize
    }

    .links li {
      margin-right: 10px
    }

    .nav-link {
      padding: 0
    }

    .links a {
      color:#FFFFFF;
	  font-size:20px;
    }

    .dropdown {
      position: relative
    }

    .sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1;
      display: none;
      min-width: 300px;
      padding: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, .1);
      height: auto;
      max-height: 325px;
      overflow-y: auto;
      border: 3px solid var(--dar);
      border-bottom-right-radius: .3rem;
      border-bottom-left-radius: .3rem;
      transition: transform .5s ease
    }

    .sub-menu li {
      margin-bottom: 10px
    }

    .sub-menu li:last-child {
      margin-bottom: 0
    }

    .button-links {
      display: none;
      align-items: center
    }

    .button-links a {
      display: inline-block;
      margin: 0 6px
    }

    .toggle-location.active {
      background-color: var(--c1);
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      color: var(--lig)
    }

    .toggle-location span {
      flex: 1;
      text-align: center
    }

    .sub-menu.active {
      display: block;
      background-color: var(--c1)
    }

    .links.show {
      display: flex;
      flex-direction: column
    }

    .button-links.show {
      display: flex
    }

    @media only screen and (max-width:1200px) {
      .navigation {
        flex-wrap: wrap
      }

      .links {
        display: none;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center
      }

      .links.show {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--c1);
        max-height: calc(107vh - 106px);
        overflow-y: auto;
        height: 100vh
      }

      .links li {
        margin-bottom: 10px;
        margin: 12px auto;
        width: 100%;
        text-align: center;
        max-width: 300px
      }

      .links li a {
        width: 100%;
        color: var(--dar);
        padding: .5rem 0;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: .3rem;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--dar)
      }

      .links li a:hover {
        color: var(--c1);
        background: var(--dar)
      }

      .button-links {
        display: flex
      }

      .toggle-menu {
        display: block;
        margin-left: 10px;
        background: 0;
        border: 0
      }

      .toggle-menu span {
        display: block;
        height: 2px;
        width: 25px;
        background-color: var(--dar);
        margin: 5px 0;
        transition: transform .25s
      }

      .toggle-menu:focus {
        outline: 0
      }

      .sub-menu {
        position: static;
        display: none;
        min-width: 200px
      }

      .toggle-location.active+.sub-menu {
        display: block
      }

      .toggle-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px)
      }

      .toggle-menu.active span:nth-child(2) {
        opacity: 0
      }

      .toggle-menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px)
      }

      .plus-icon {
        width: 23px;
        height: 23px;
        position: relative;
        transform: rotate(44deg);
        left: 7px;
        background: var(--c1);
        border-radius: 50%;
        border: 7px solid var(--c1)
      }

      .plus-line {
        position: absolute;
        top: 45%;
        left: 1px;
        right: 6px;
        width: 100%;
        height: 2px;
        background-color: var(--dar);
        transform: rotate(45deg)
      }

      .plus-line:first-child {
        transform: rotate(-45deg)
      }

      .rotate {
        transform: rotate(45deg);
        transition: transform 2s
      }

      .lastelm {
        height: 250px
      }
    }

    .links .sub-menu ul {
      padding: 0;
      margin: 0;
      list-style: none
    }

    .links .sub-menu li {
      display: flex;
      padding: 5px;
      box-sizing: border-box
    }

    .links .sub-menu a {
      width: 100%;
      color: var(--dar);
      font-size: 13px;
      line-height: 1.5;
      border-radius: .3rem;
      display: flex;
      align-items: center;
      padding: 10px 15px;
      border: 1px solid var(--dar)
    }

    .links .sub-menu a:hover {
      background: var(--dar);
      color: var(--lig);
      text-decoration: none
    }

    .location-icon {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: var(--dar);
      position: relative;
      left: 18px
    }

    .location-icon::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: var(--c1)
    }

    .sub-menu span {
      flex: 1;
      text-align: center;
      margin-right: 18px
    }

    .btn-p {
      background-color:#FFFFFF;
      color: var(--dar) !important;
      border: 1px solid var(--c1);
	  font-weight:bold;
	  
    }

    .btn-p:hover {
      background-color:#CCCCCC;
      color:#FFFFFF;
    }

    .cta-button {
      display: inline-block;
      padding: 10px 20px;
      text-decoration: none;
      margin-right: 10px;
      border-radius: 4px;
      max-width: 300px;
	 
    }

    .cta-button {
      margin: 6px auto
    }

    .btn-s {
      background-color: var(--c2) !important;
      color: var(--lig) !important;
      border: 1px solid var(--c2)
    }

    .btn-s:hover {
      background-color: var(--lig);
      color: var(--c2)
    }

    .mx-2 {
      margin-right: .5rem !important
    }

    .mx-2 {
      margin-left: .5rem !important
    }

    .dropdown {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      dropdown-anchor: bottom
    }

    .mx-3 {
      margin-right: 1rem !important
    }

    .mx-3 {
      margin-left: 1rem !important
    }

    section.analitical-sec {
      background-color: #00000038
    }

    .section {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
      background-color:#333333;
      color:#000000;
    }


    .section a {
      color: var(--c2)
    }

    .py-5 {
      padding-bottom: 3rem !important
    }

    .py-5 {
      padding-top: 3rem !important
    }

    .container {
      position: relative
    }

    .content {
      display: flex;
      flex-wrap: wrap;
      align-items: center
    }

    .main-heading {
      font-weight: 900;
      font-size: 42px;
      text-transform: uppercase
    }

    .main-heading span {
      display: block;
      font-size: 21px;
      font-weight: 900
    }

    .ts {
      color: var(--c2)
    }

    .button {
      display: flex;
      align-items: center;
      padding: 10px;
      border-radius: 5px;
      text-decoration: none
    }

    .button img {
      width: 20px;
      height: 20px;
      margin-right: 5px
    }

    @media(max-width:768px) {
      .content {
        flex-direction: column;
        align-items: flex-start
      }
    }

    @media screen and (min-width:1201px) {
      .main-heading {
        font-size: 50px
      }
    }

    @media screen and (max-width:1200px) {
      .main-heading {
        font-size: 42px
      }

      .main-heading span {
        font-size: 30px
      }
    }

    @media screen and (max-width:425px) {
      .main-heading {
        font-size: 34px
      }

      .main-heading span {
        font-size: 22px
      }
    }

    @media screen and (max-width:370px) {
      .main-heading {
        font-size: 30px
      }

      .main-heading span {
        font-size: 20px
      }
    }

    @media(max-width:375px) {
      .button {
        font-size: 13px
      }
    }

    .opn-btn,
    .call-btn,
    .cross-btn,
    .whatsapp-btn,
    .top-btn {
      display: inline-block;
      position: fixed;
      right: 20px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      text-align: center;
      font-size: 24px;
      color: var(--lig);
      background: var(--c1);
      transition: all .3s ease-in-out;
      z-index: 1080;
      border: 0
    }

    .opn-btn img,
    .cross-btn img,
    .call-btn img,
    .whatsapp-btn img,
    .top-btn img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto
    }

    .opn-btn {
      bottom: 0;
      right: 20px;
      width: 50px;
      height: 20px;
      background: var(--lig);
      border-radius: 0
    }

    .cross-btn {
      bottom: 190px;
      right: 60px;
      width: 20px;
      height: 20px;
      background: var(--lig)
    }

    .call-btn {
      bottom: 70px
    }

    .whatsapp-btn {
      bottom: 130px
    }

    .top-btn {
      bottom: 10px
    }

    .opn-btn:hover,
    .call-btn:hover,
    .top-btn:hover,
    .whatsapp-btn:hover {
      transform: scale(1.1);
      background: var(--green)
    }

    .breadcrumb {
      background-color: var(--trns);
    }

    .breadcrumb {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: .75rem 1rem;
      margin-bottom: 1rem;
      list-style: none;
      /* background-color: #e9ecef; */
      border-radius: .25rem
    }

    .breadcrumb-item+.breadcrumb-item {
      padding-left: .5rem
    }

    .breadcrumb-item+.breadcrumb-item::before {
      float: left;
      padding-right: .5rem;
      color: #6c757d;
      content: "/"
    }

    .breadcrumb-item+.breadcrumb-item:hover::before {
      text-decoration: underline
    }

    .breadcrumb-item+.breadcrumb-item:hover::before {
      text-decoration: none
    }

    .breadcrumb-item.active {
      color: #6c757d
    }

    .breadcrumb-item.active {
      color: var(--btntrans);
    }

    .btn-danger {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545
    }

    .btn-danger:hover {
      color: #fff;
      background-color: #c82333;
      border-color: #bd2130
    }

    .btn-danger.focus,
    .btn-danger:focus {
      color: #fff;
      background-color: #c82333;
      border-color: #bd2130;
      box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
    }

    .d-flex {
      display: -ms-flexbox !important;
      display: flex !important
    }

    .align-items-center {
      -ms-flex-align: center !important;
      align-items: center !important
    }

    .my-5 {
      margin-top: 3rem !important
    }

    .my-5 {
      margin-bottom: 3rem !important
    }

    .text-warning {
      color: #ffc107 !important
    }

    a.text-warning:focus,
    a.text-warning:hover {
      color: #ba8b00 !important
    }

    .rounded {
      border-radius: .25rem !important
    }

    .mt-4 {
      margin-top: 1.5rem !important
    }





    ._orientationRight_bc52 .button_e524 {
      margin-left: 10px !important;
    }

    ._orientationRight_bc52.wrap_f1eb {
      left: 0 !important;
    }

    .jdiv {
      left: 0 !important;
    }

    body {
      margin: 0
    }

    .label_db9f {
      left: 15px !important;
      right: auto !important;
    }




  .mob-beau {
    display: none;
  }

  img.img-fluid.rounded.mb-3.lazyload.borderd {
    border: 1px solid #737070;
  }

  @media screen and (max-width:667px) {

    .mob-beau {
      display: block;
    }

    .desk-beau {
      display: none;
    }

  }


.room-item{ background:#000}