/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ex-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.ex-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ex-transition {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.ex-transition-medium {
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.ex-transition-large {
  -webkit-transition: all 1.8s ease;
  transition: all 1.8s ease;
}

/*--------------------------------------- Mixins Ends -------------------------------------*/
/*------------------------------------ Site Wide Starts -----------------------------------*/
.kenburns-top {
  -webkit-animation: kenburns-top 12s ease-out both;
  animation: kenburns-top 12s ease-out both;
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}

@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem);
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem);
    opacity: 0;
  }
}

@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
}

@keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
}

/*------------------------------------- Site Wide Ends ------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
#header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

#header-wrapper .custom-container {
  padding: 0.5rem 6rem;
}

#header-wrapper .custom-container.no-top-bottom-padding .navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header-wrapper .custom-container.no-top-bottom-padding .navbar-container .logo-container {
  height: 12rem;
  width: 12rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#header-wrapper .custom-container.no-top-bottom-padding .navbar-container .nav-container .nav-content > ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 6rem;
}

#header-wrapper .custom-container.no-top-bottom-padding .navbar-container .nav-container .nav-content > ul > li {
  position: relative;
  text-transform: uppercase;
  font-size: 2.4rem;
  display: inline-block;
}

#header-wrapper .custom-container.no-top-bottom-padding .navbar-container .nav-container .nav-content > ul > li > a {
  font-size: 1.4rem;
  color: #fff;
  vertical-align: middle;
  padding: 5rem 0 4.5rem;
}

#header-wrapper .custom-container.no-top-bottom-padding .navbar-container .nav-container .nav-content > ul > li > a:hover {
  text-decoration: none;
}

#header-wrapper .custom-container.no-top-bottom-padding .navbar-container .nav-container .nav-content > ul > li.submenu-container {
  position: relative;
}

#header-wrapper .custom-container.no-top-bottom-padding .navbar-container .nav-container .nav-content > ul > li.submenu-container:hover ul.dropdown-menu-own {
  opacity: 1;
  -webkit-transition: all 0.5 ease;
  transition: all 0.5 ease;
  pointer-events: initial;
  top: 120%;
}

#header-wrapper .custom-container.no-top-bottom-padding .navbar-container .nav-container .nav-content > ul > li.submenu-container:hover ul.dropdown-menu-own::after {
  opacity: 1;
  content: "";
  z-index: 1100;
  height: 2rem;
  width: 1.9rem;
  position: absolute;
  background-color: #2e2e2e;
  top: -2%;
  right: 80%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#header-wrapper .custom-container.no-top-bottom-padding .navbar-container .nav-container .nav-content > ul > li ul.dropdown-menu-own {
  position: absolute;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 0;
  min-width: 19rem;
  background-color: #2e2e2e;
}

#header-wrapper .custom-container.no-top-bottom-padding .navbar-container .nav-container .nav-content > ul > li ul.dropdown-menu-own > li {
  padding: 1.4rem 1.2rem;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

#header-wrapper .custom-container.no-top-bottom-padding .navbar-container .nav-container .nav-content > ul > li ul.dropdown-menu-own > li > a {
  text-decoration: none;
  color: #bebebe;
  font-size: 1.4rem;
}

#header-wrapper .custom-container.no-top-bottom-padding .navbar-container .nav-container .nav-content > ul > li ul.dropdown-menu-own > li > a:hover {
  color: #fff;
}

#header-wrapper .custom-container.no-top-bottom-padding .navbar-container .nav-container .nav-content > ul .common-button-container a button {
  font-size: 1.6rem;
  padding: 1rem 2rem;
  border-radius: 5rem;
}

#header-wrapper .custom-container.no-top-bottom-padding .navbar-container .nav-container .nav-content > ul .common-button-container a button i {
  font-size: 1.6rem;
}

#header-wrapper .custom-container.no-top-bottom-padding .navbar-container .nav-container .nav-content > ul .common-button-container a button:hover {
  cursor: pointer;
}

#header-wrapper.nav-scroll {
  position: fixed;
  background-color: #2d2e3182;
  -webkit-animation: slide-down 0.7s;
          animation: slide-down 0.7s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#header-wrapper.nav-scroll .custom-container.no-top-bottom-padding .navbar-container .logo-container {
  height: 7rem;
  width: 7rem;
}

.openbtn {
  display: none;
  font-size: 3rem;
  cursor: pointer;
  z-index: 999;
  color: white;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: #092648;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 6rem;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 2.5rem;
  font-size: 3.6rem;
  margin-left: 5rem;
}

.sidenav .closebtn:hover {
  text-decoration: none;
}

.sidenav .nav-section .navigation ul > li a {
  text-align: left;
  padding: 1rem 3rem;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 0.2px;
  color: white;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}

.sidenav .nav-section .navigation ul > li a::before {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.sidenav .nav-section .navigation ul > li .uk-accordion-content {
  margin-top: 0;
}

.sidenav .nav-section .navigation ul > li .uk-accordion-content .sub-menu {
  margin-left: 3rem;
}

.sidenav .nav-section .navigation ul > li .uk-accordion-content .sub-menu li a {
  font-size: 1.6rem;
}

/*--------------------------------- Header Wrapper Starts ---------------------------------*/
body.normal #about-page .about-section .custom-container .about-container .section-content-container .column-2 {
  display: none;
}

body.normal #about-page .about-section .custom-container .about-container .section-content-container .column-3 {
  right: 1rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: unset;
}

/*-------------------------------- Content Wrapper Starts ---------------------------------*/
#homepage {
  background-color: #f7f7f7;
}

#homepage .display-room-section {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#homepage .display-room-section .custom-container {
  padding: 4rem 6rem;
}

#homepage .display-room-section .custom-container .display-room-container .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#homepage .display-room-section .custom-container .display-room-container .card-container .card-item {
  border-radius: 2rem;
  background-color: #fff;
  width: 33.33%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

#homepage .display-room-section .custom-container .display-room-container .card-container .card-item:not(:last-of-type) {
  margin-right: 5rem;
}

#homepage .display-room-section .custom-container .display-room-container .card-container .card-item .row1-container {
  position: relative;
}

#homepage .display-room-section .custom-container .display-room-container .card-container .card-item .row1-container .image-container img {
  border-radius: 2rem 2rem 0 0;
}

#homepage .display-room-section .custom-container .display-room-container .card-container .card-item .row1-container .text-container h3 {
  position: absolute;
  top: 5%;
  left: 5%;
  text-transform: capitalize;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

#homepage .display-room-section .custom-container .display-room-container .card-container .card-item .row2-container {
  padding: 2rem;
}

#homepage .display-room-section .custom-container .display-room-container .card-container .card-item .row2-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
}

#homepage .display-room-section .custom-container .display-room-container .card-container .card-item .row2-container ul li {
  color: #FE393E;
  font-size: 1.6rem;
  font-weight: 500;
}

#homepage .display-room-section .custom-container .display-room-container .card-container .card-item .row3-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 0 2rem 2rem;
}

#homepage .display-room-section .custom-container .display-room-container .card-container .card-item .row3-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.9rem;
  padding: 0;
  width: 100%;
}

#homepage .display-room-section .custom-container .display-room-container .card-container .card-item .row3-container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

#homepage .display-room-section .custom-container .display-room-container .card-container .card-item .row3-container ul li img {
  width: 1.6rem !important;
}

#homepage .display-room-section .custom-container .display-room-container .card-container .card-item .row3-container ul li p {
  margin: 0;
  font-size: 1.3rem;
}

#homepage .menu-section {
  overflow: hidden;
}

#homepage .menu-section .custom-container .menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#homepage .menu-section .custom-container .menu-container .column-1 {
  margin-right: 5.4rem;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-subtitle h2 {
  font-size: 1.6rem;
  color: #FE393E;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.6px;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-title h1 {
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

#homepage .menu-section .custom-container .menu-container .column-1 .text-container p {
  font-size: 1.6rem;
  letter-spacing: 0.2px;
}

#homepage .menu-section .custom-container .menu-container .column-1 .menu-title {
  margin-top: 3rem;
}

#homepage .menu-section .custom-container .menu-container .column-1 .menu-title h2 {
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion ul li {
  background-color: #373737;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion ul li .uk-accordion-title {
  text-transform: uppercase;
  font-size: 2.4rem;
  color: #fff;
  padding: 1.5rem;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion ul li .uk-accordion-title::before {
  width: 3em;
  height: 1.5;
  color: white;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion ul li .uk-accordion-content {
  background-color: #f2f2f2;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion ul li .uk-accordion-content .section-menu-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion ul li .uk-accordion-content .section-menu-item ul li .common-icon-button .serach-button {
  background-color: #FE393E;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: 7rem;
  width: 7rem;
  margin-right: 3rem;
  padding: 2rem;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion ul li .uk-accordion-content .section-menu-item ul li .common-icon-button .serach-button span {
  font-size: 1.4rem;
  font-family: "Poppins";
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion ul li .uk-accordion-content .section-menu-item ul li {
  background-color: #f2f2f2;
  margin-top: 2rem;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion ul li .uk-accordion-content .section-menu-item ul li h5 {
  text-transform: uppercase;
  color: #1ACE75;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion ul li .uk-accordion-content .section-menu-item ul li p {
  font-size: 1.4rem;
  margin-top: 5px;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion .accordion .accordion-item {
  margin: 2rem 0;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion .accordion .accordion-item .accordion-header {
  text-transform: uppercase;
  font-size: 2.4rem;
  color: #fff;
  padding: 0.5rem;
  background: #333;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion .accordion .accordion-item .accordion-header button {
  background: #333;
  color: white;
  text-transform: uppercase;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.5rem;
  letter-spacing: 0.4px;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion .accordion .accordion-item .accordion-header button i {
  margin-left: auto;
  font-size: 2rem;
  margin-top: -5px;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion .accordion .accordion-item .accordion-header button::after {
  display: none;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion .accordion .accordion-item .accordion-body {
  background-color: #f2f2f2;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion .accordion .accordion-item .accordion-body .section-menu-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-left: 2rem;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion .accordion .accordion-item .accordion-body .section-menu-item ul li .common-icon-button button {
  background-color: #FE393E;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: 7rem;
  width: 7rem;
  margin-right: 3rem;
  padding: 2rem;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion .accordion .accordion-item .accordion-body .section-menu-item ul li .common-icon-button button span {
  font-size: 1.4rem;
  font-family: "Poppins";
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion .accordion .accordion-item .accordion-body .section-menu-item ul li {
  background-color: #f2f2f2;
  margin-top: 2rem;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion .accordion .accordion-item .accordion-body .section-menu-item ul li h5 {
  text-transform: uppercase;
  color: #1ACE75;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0;
}

#homepage .menu-section .custom-container .menu-container .column-1 .section-accordion .accordion .accordion-item .accordion-body .section-menu-item ul li p {
  font-size: 1.4rem;
  margin-top: 5px;
}

#homepage .menu-section .custom-container .menu-container .column-2 {
  margin-top: 10rem;
}

#homepage .menu-section .custom-container .menu-container .column-2 .background-color {
  border-radius: 2rem;
  position: relative;
  background-color: #DDECEF;
  width: 53rem;
  height: 34rem;
}

#homepage .menu-section .custom-container .menu-container .column-2 .background-color .main-image-container {
  position: absolute;
  height: 28rem;
  width: 46rem;
  top: -24%;
  left: 6.5%;
}

#homepage .menu-section .custom-container .menu-container .column-2 .background-color .main-image-container img {
  border-radius: 2rem;
}

#homepage .menu-section .custom-container .menu-container .column-2 .background-color .images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  margin-bottom: 1rem;
  bottom: 12%;
  right: 14%;
}

#homepage .menu-section .custom-container .menu-container .column-2 .background-color .images-container .image-container {
  height: 7rem;
  width: 7rem;
}

#homepage .menu-section .custom-container .menu-container .column-2 .background-color .images-container .image-container:not(:last-of-type) {
  margin-right: 0.5rem;
}

#homepage .menu-section .custom-container .menu-container .column-2 .background-color .gallery-link {
  position: absolute;
  bottom: 1.3rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: #1ACE75;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}

#homepage .feature-section {
  overflow: hidden;
}

#homepage .feature-section .custom-container .feature-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}

#homepage .feature-section .custom-container .feature-container .column-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#homepage .feature-section .custom-container .feature-container .column-1 .image-container {
  height: 36rem;
  width: 18rem;
  margin-right: 1.5rem;
}

#homepage .feature-section .custom-container .feature-container .column-1 .image-container.upper {
  margin-bottom: 18%;
}

#homepage .feature-section .custom-container .feature-container .column-1 .image-container.upper img {
  border-radius: 2rem 2rem 0 0 !important;
}

#homepage .feature-section .custom-container .feature-container .column-1 .like-container {
  background-color: #fff;
  border-radius: 0 2rem 2rem 2rem;
  position: absolute;
  left: 33%;
  bottom: 20%;
  padding: 0 1rem;
}

#homepage .feature-section .custom-container .feature-container .column-1 .like-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #00A8FF;
  padding-left: 0;
  padding-bottom: 1rem;
  gap: 1rem;
  margin: 1.5rem 0;
}

#homepage .feature-section .custom-container .feature-container .column-1 .like-container ul li:nth-of-type(1) {
  color: #FE393E;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 1rem;
}

#homepage .feature-section .custom-container .feature-container .column-1 .like-container ul li:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#homepage .feature-section .custom-container .feature-container .column-1 .like-container ul li:nth-of-type(2) .image-container {
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 5px;
}

#homepage .feature-section .custom-container .feature-container .column-1 .like-container ul li:nth-of-type(2) .text-container {
  color: #FFBE58;
  font-size: 1.8rem;
  font-weight: 600;
}

#homepage .feature-section .custom-container .feature-container .column-1 .like-container .common-button-container a button {
  border-radius: 0.7rem;
  font-size: 1.4rem;
  padding: 1rem 2rem;
}

#homepage .feature-section .custom-container .feature-container .column-2 .section-subtitle h2 {
  font-size: 1.6rem;
  color: #FE393E;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.4px;
}

#homepage .feature-section .custom-container .feature-container .column-2 .section-title h1 {
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

#homepage .feature-section .custom-container .feature-container .column-2 .text-container p {
  font-size: 1.6rem;
  letter-spacing: 0.2px;
}

#homepage .feature-section .custom-container .feature-container .column-2 .row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  gap: 6rem;
}

#homepage .feature-section .custom-container .feature-container .column-2 .row-item .sub-column-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

#homepage .feature-section .custom-container .feature-container .column-2 .row-item .sub-column-1 ul li:nth-of-type(1) .image-container {
  height: 4.5rem;
  width: 4.5rem;
  background-color: #DDECEF;
  border-radius: 50%;
  padding: 1rem;
  margin-right: 2rem;
}

#homepage .feature-section .custom-container .feature-container .column-2 .row-item .sub-column-1 ul li:nth-of-type(2) {
  color: #1ACE75;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: capitalize;
}

#homepage .feature-section .custom-container .feature-container .column-2 .row-item .sub-column-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

#homepage .feature-section .custom-container .feature-container .column-2 .row-item .sub-column-2 ul li:nth-of-type(1) .image-container {
  height: 4.5rem;
  width: 4.5rem;
  background-color: #DDECEF;
  border-radius: 50%;
  padding: 1rem;
  margin-right: 2rem;
}

#homepage .feature-section .custom-container .feature-container .column-2 .row-item .sub-column-2 ul li:nth-of-type(2) {
  color: #1ACE75;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: capitalize;
}

#homepage .service-section {
  background-color: #DDECEF;
  overflow: hidden;
}

#homepage .service-section .custom-container {
  padding-bottom: 0;
}

#homepage .service-section .custom-container .service-container .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#homepage .service-section .custom-container .service-container .section-content .column-1 .common-box-container {
  margin-bottom: 6rem;
  padding: 2rem;
}

#homepage .service-section .custom-container .service-container .section-content .column-1 .common-box-container.text-right {
  text-align: right;
}

#homepage .service-section .custom-container .service-container .section-content .column-1 .common-box-container.text-left {
  text-align: left;
}

#homepage .service-section .custom-container .service-container .section-content .column-2 .image-container {
  width: 44.3rem;
  height: 64rem;
}

#homepage .places-section .custom-container {
  padding: 6rem 8rem;
}

#homepage .places-section .custom-container .places-container .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}

#homepage .places-section .custom-container .places-container .section-content .item h3 {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 3rem 0 2rem;
  font-size: 1.8rem;
}

#homepage .places-section .custom-container .places-container .section-content .item p {
  text-align: center;
}

#about-page {
  background-color: #f7f7f7;
}

#about-page .about-section {
  min-height: 80rem;
  overflow: hidden;
}

#about-page .about-section .custom-container .about-container .section-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about-page .about-section .custom-container .about-container .section-content-container .column-1 {
  width: 50%;
  margin-right: 12rem;
}

#about-page .about-section .custom-container .about-container .section-content-container .column-1 p {
  font-size: 1.6rem;
  word-spacing: 1px;
  line-height: 2.4;
  margin: 2rem 0;
  text-align: justify;
}

#about-page .about-section .custom-container .about-container .section-content-container .column-1 p.read-more-text {
  display: none;
}

#about-page .about-section .custom-container .about-container .section-content-container .column-1 p.read-more-text.show {
  display: block;
}

#about-page .about-section .custom-container .about-container .section-content-container .column-1 button {
  border: none;
  background: none;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: black;
  margin-top: 2rem;
  padding-left: 0;
  border-bottom: 1px solid black;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#about-page .about-section .custom-container .about-container .section-content-container .column-1 button:hover {
  color: #1ACE75;
  border-bottom: 1px solid #1ACE75;
}

#about-page .about-section .custom-container .about-container .section-content-container .column-2 {
  width: 50%;
}

#about-page .about-section .custom-container .about-container .section-content-container .column-2 .images-container .image-1-container {
  height: 35rem;
  width: 40.4rem;
  position: relative;
}

#about-page .about-section .custom-container .about-container .section-content-container .column-2 .images-container .image-1-container .image-2-container {
  height: 24.4rem;
  width: 32rem;
  position: absolute;
  top: 39%;
  right: -34%;
}

#about-page .about-section .custom-container .about-container .section-content-container .column-2 .images-container .image-1-container .image-3-container {
  height: 26rem;
  width: 31.6rem;
  position: absolute;
  bottom: -49%;
  right: 9%;
}

#about-page .about-section .custom-container .about-container .section-content-container .column-2 .images-container .text-container {
  font-size: 2.2rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  right: -13%;
  bottom: 0;
  color: #fff;
}

#about-page .about-section .custom-container .about-container .section-content-container .column-2 .images-container .text-container span {
  color: #96ce8c;
  font-size: 7rem;
  margin-top: -1rem;
  font-weight: 600;
  display: block;
}

#about-page .about-section .custom-container .about-container .section-content-container .column-3 {
  width: 50%;
  display: none;
  margin-left: 2rem;
}

#about-page .about-section .custom-container .about-container .section-content-container .column-3 .about-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 4rem;
}

#about-page .about-section .custom-container .about-container .section-content-container .column-3 .about-item-container .icon-container {
  background-color: white;
  border-radius: 50%;
  padding: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6rem;
}

#about-page .about-section .custom-container .about-container .section-content-container .column-3 .about-item-container .icon-container .image-container {
  height: 4rem;
  width: 4rem;
}

#about-page .about-section .custom-container .about-container .section-content-container .column-3 .about-item-container .text-container .title-container h4 {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Poppins";
  margin-bottom: 1.2rem;
}

#about-page .about-section .custom-container .about-container .section-content-container .column-3 .about-item-container .text-container .content-container p {
  font-size: 1.6rem;
  word-spacing: 1px;
}

#about-page .video-section {
  margin-top: 3rem;
}

#about-page .video-section .custom-container {
  padding: 0 !important;
}

#about-page .video-section .custom-container .video-container .image-container {
  height: 50rem;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
  padding: 12rem 10rem 6rem;
}

#about-page .video-section .custom-container .video-container .image-container .title-container h4 {
  font-size: 2.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins";
}

#about-page .video-section .custom-container .video-container .image-container .title-container h2 {
  margin-top: 2rem;
  font-size: 4.2rem;
  letter-spacing: 0.6px;
  word-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Poppins";
}

#about-page .video-section .custom-container .video-container .image-container .icon-container button {
  border: 5px solid white;
  border-radius: 50%;
  background-color: transparent;
  height: 13.5rem;
  width: 13.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about-page .video-section .custom-container .video-container .image-container .icon-container button a .image-container {
  height: 4.5rem;
  width: 4.5rem;
  padding: 0;
  padding-left: 1rem;
}

#about-page .offers-section {
  margin-top: 6rem;
}

#about-page .offers-section .custom-container .offers-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

#about-page .offers-section .custom-container .offers-container .left-content {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

#about-page .offers-section .custom-container .offers-container .left-content h3 {
  text-transform: uppercase;
  font-size: 2.1rem;
  line-height: 2.1;
  font-weight: 600;
  max-width: 75%;
}

#about-page .offers-section .custom-container .offers-container .right-content {
  width: 100%;
}

#about-page .offers-section .custom-container .offers-container .right-content .accordion .accordion-item {
  margin-bottom: 2.5rem;
}

#about-page .offers-section .custom-container .offers-container .right-content .accordion .accordion-item .accordion-header button {
  background: #092648;
  color: white;
  padding: 1.5rem;
  font-size: 1.6rem;
  text-transform: capitalize;
}

#about-page .offers-section .custom-container .offers-container .right-content .accordion .accordion-item .accordion-header button:after {
  background-image: none;
  font: var(--fa-font-solid);
  content: "\2b";
}

#about-page .offers-section .custom-container .offers-container .right-content .accordion .accordion-item .accordion-header button.accordion-button:not(.collapsed)::after {
  background-image: none;
  font: var(--fa-font-solid);
  content: "\f068";
}

#about-page .offers-section .custom-container .offers-container .right-content .accordion .accordion-item .accordion-collapse .accordion-body {
  border: 1px solid #092648;
  padding: 1.5rem 1.25rem;
}

#about-page .offers-section .custom-container .offers-container .right-content .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: 1.6rem;
}

#about-page .offers-section .custom-container .offers-container .right-content .uk-accordion li .uk-accordion-title {
  background: #092648;
  color: white;
  padding: 1.5rem;
  font-size: 1.6rem;
  text-transform: capitalize;
}

#about-page .offers-section .custom-container .offers-container .right-content .uk-accordion li .uk-accordion-title::before {
  -webkit-filter: brightness(50);
          filter: brightness(50);
}

#about-page .offers-section .custom-container .offers-container .right-content .uk-accordion li .uk-accordion-content {
  border: 1px solid #092648;
  padding: 1.5rem;
  margin-top: 0;
}

#about-page .offers-section .custom-container .offers-container .right-content .uk-accordion li .uk-accordion-content p {
  font-size: 1.6rem;
}

#about-page .details-section .custom-container .details-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

#about-page .details-section .custom-container .details-container .left-content {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}

#about-page .details-section .custom-container .details-container .left-content h3 {
  font-size: 2.1rem;
  line-height: 2.1;
  font-weight: 600;
  max-width: 70%;
}

#about-page .details-section .custom-container .details-container .right-content {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

#about-page .details-section .custom-container .details-container .right-content p {
  font-size: 1.6rem;
  line-height: 2.4;
}

#about-page .details-section .custom-container .details-container .right-content .contact-section {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

#about-page .details-section .custom-container .details-container .right-content .contact-section .item {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

#about-page .details-section .custom-container .details-container .right-content .contact-section .item h4 {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
}

#about-page .details-section .custom-container .details-container .right-content .contact-section .item p {
  font-size: 1.6rem;
  margin-top: 1.5rem;
}

#about-page .details-section .custom-container .details-container .right-content .contact-section .item ul {
  margin-top: 1.5rem;
}

#about-page .details-section .custom-container .details-container .right-content .contact-section .item ul li {
  font-size: 1.6rem;
}

#about-page .details-section .custom-container .details-container .right-content .contact-section .item ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}

#founder-message-page {
  background-color: #f7f7f7;
}

#founder-message-page .founder-message-section .custom-container .founder-message-container {
  padding-top: 3rem;
}

#founder-message-page .founder-message-section .custom-container .founder-message-container .profile-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

#founder-message-page .founder-message-section .custom-container .founder-message-container .profile-section .left-content img {
  width: 15rem;
  border-radius: 50%;
}

#founder-message-page .founder-message-section .custom-container .founder-message-container .profile-section .right-content p {
  margin: 0;
  text-transform: uppercase;
}

#founder-message-page .founder-message-section .custom-container .founder-message-container .profile-section .right-content p.name {
  font-weight: 600;
  font-size: 1.8rem;
}

#founder-message-page .founder-message-section .custom-container .founder-message-container .profile-section .right-content p.title {
  color: #1ACE75;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin-top: -5px;
}

#founder-message-page .founder-message-section .custom-container .founder-message-container .message-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  gap: 6rem;
}

#founder-message-page .founder-message-section .custom-container .founder-message-container .message-section p {
  font-size: 1.6rem;
  line-height: 2.4;
}

#founder-message-page .founder-message-section .custom-container .founder-message-container .message-section p.first-paragraph {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#founder-message-page .founder-message-section .custom-container .founder-message-container .message-section p.second-paragraph {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin: 0;
}

#room-type-page {
  background-color: #f7f7f7;
}

#room-type-page .room-type-section-1 .custom-container .common-room-type-container .column-1 {
  margin-right: 5rem;
}

#room-type-page .room-type-section-2 .custom-container {
  padding-right: 0;
}

#room-type-page .room-type-section-2 .custom-container .common-room-type-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#room-type-page .room-type-section-2 .custom-container .common-room-type-container .column-1 {
  margin-left: 5rem;
}

#room-type-page .room-type-section-3 .custom-container {
  padding-left: 0;
}

#room-type-page .room-type-section-3 .custom-container .common-room-type-container .column-1 {
  margin-right: 5rem;
}

#menu-page {
  background: #f7f7f7;
}

#menu-page .menu-section .custom-container .menu-slider .menu-slider-item .menu-container {
  padding: 6rem 3rem 10rem;
  margin-top: 3rem;
  background-color: #fff;
}

#menu-page .menu-section .custom-container .menu-slider .menu-slider-item .menu-container .heading-container {
  margin-bottom: 8rem;
}

#menu-page .menu-section .custom-container .menu-slider .menu-slider-item .menu-container .heading-container .title-container {
  text-align: center;
}

#menu-page .menu-section .custom-container .menu-slider .menu-slider-item .menu-container .heading-container .title-container h1 {
  font-size: 2.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  position: relative;
}

#menu-page .menu-section .custom-container .menu-slider .menu-slider-item .menu-container .heading-container .title-container h1::after {
  content: "";
  height: 4px;
  width: 4rem;
  background-color: #1ACE75;
  position: absolute;
  bottom: -2.3rem;
  right: 48%;
}

#menu-page .menu-section .custom-container .menu-slider .menu-slider-item .menu-container .menu-images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#menu-page .menu-section .custom-container .menu-slider .menu-slider-item .menu-container .menu-images-container .menu-images-item {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

#menu-page .menu-section .custom-container .menu-slider .menu-slider-item .menu-container .menu-images-container .menu-images-item .img-container {
  width: 100%;
}

#menu-page .menu-section .custom-container .menu-slider .menu-slider-item .menu-container .menu-images-container .menu-images-item .img-container img {
  border-radius: 15% 0 15% 0;
}

#menu-page .menu-section .custom-container .menu-slider .menu-slider-item .menu-container .menu-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10rem;
}

#menu-page .menu-section .custom-container .menu-slider .menu-slider-item .menu-container .menu-items-container .menu-item {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  margin-bottom: 8rem;
}

#menu-page .menu-section .custom-container .menu-slider .menu-slider-item .menu-container .menu-items-container .menu-item h2 {
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

#menu-page .menu-section .custom-container .menu-slider .menu-slider-item .menu-container .menu-items-container .menu-item p {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1ace75;
  margin: 1rem 0 !important;
}

#menu-page .menu-section .custom-container .menu-slider .menu-slider-item .menu-container .menu-items-container .menu-item .price-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  margin-top: 2rem;
}

#menu-page .menu-section .custom-container .menu-slider .menu-slider-item .menu-container .menu-items-container .menu-item .price-section .price-line {
  border: 1px dashed black;
  width: 70%;
  display: block;
}

#menu-page .menu-section .custom-container .menu-slider .menu-slider-item .menu-container .menu-items-container .menu-item .price-section .price {
  text-transform: uppercase;
  margin-left: 2rem;
}

#menu-page .slick-slider .slick-prev,
#menu-page .slick-slider .slick-next {
  z-index: 1;
  height: 4rem;
  width: 4rem;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#menu-page .slick-slider .slick-prev:hover::after,
#menu-page .slick-slider .slick-next:hover::after {
  color: #051924;
}

#menu-page .slick-slider .slick-prev {
  top: 9%;
  border-radius: 50%;
  left: 9rem;
}

#menu-page .slick-slider .slick-prev::after {
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-radius: 50%;
  left: -5px;
  bottom: -79px;
  color: #1ACE75;
  font-size: 3.2rem;
  position: absolute;
  background-image: none;
}

#menu-page .slick-slider .slick-next {
  top: 9%;
  border-radius: 50%;
  right: 9rem;
}

#menu-page .slick-slider .slick-next::after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: -0.3rem;
  bottom: -7.7rem;
  color: #1ACE75;
  font-size: 3.2rem;
  position: absolute;
  background-image: none;
}

#reservation-page {
  background-color: #f7f7f7;
}

#reservation-page .room-details-section .custom-container .room-details-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-1 {
  width: 60%;
  margin-right: 10rem;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-1 .title-container h1 {
  font-size: 2.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 4.6rem;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-1 .subtitle-container-1 h2 {
  font-size: 1.7rem;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 2.6rem;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-1 .subtitle-container-1 h2 span {
  font-weight: 400;
  margin-left: 5px;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-1 .subtitle-container-2 h3 {
  font-size: 1.7rem;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 2.6rem;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-1 .subtitle-container-2 h3 span {
  font-weight: 400;
  margin-left: 5px;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-1 .content-container p {
  font-size: 1.6rem;
  margin-top: 3rem;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 2.6;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-1 .images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin: 5rem 0;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-1 .images-container .image-item {
  width: 48%;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-1 .images-container .image-item .image-container {
  width: 100%;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-1 .common-facilities-container ul li .image-container {
  width: 3.8rem;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-1 .common-facilities-container ul li:nth-of-type(2) .image-container {
  width: 2.8rem;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-1 .common-facilities-container ul li:nth-of-type(5) .image-container {
  width: 3.2rem;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-1 .rules-container {
  margin-top: 4.6rem;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-1 .rules-container h4 {
  font-size: 2.1rem;
  font-weight: 500;
  text-transform: capitalize;
  margin: 6rem 0 4rem;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-1 .rules-container ul {
  padding-left: 0;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-1 .rules-container ul li {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-1 .rules-container ul li i {
  color: #1ACE75;
  font-size: 1.4rem;
  margin-right: 7px;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-2 {
  width: 40%;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-2 .form-container {
  padding: 6rem 3rem;
  border: 2px solid #B8B8B8;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-2 .form-container .title-container h2 {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 6rem;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-2 .form-container form label {
  font-size: 1.8rem;
  color: #1ACE75;
  font-weight: 500;
  text-transform: uppercase;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-2 .form-container form label span {
  color: #051924;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-2 .form-container form label .extra-title {
  color: #1ACE75;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-2 .form-container form input {
  width: 100%;
  margin: 3rem 0 4rem;
  padding-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #b8b8b8;
  color: #b8b8b8;
  background: transparent;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-2 .form-container form h2 {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 6rem;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-2 .form-container form ul {
  padding-left: 0;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-2 .form-container form ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-bottom: 4rem;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-2 .form-container form ul li i {
  font-size: 1.8rem;
  color: #b8b8b8;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-2 .form-container form ul li .radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-2 .form-container form ul li .radio-label .line {
  height: 2px;
  width: 5rem;
  background-color: #ababab;
  display: block;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-2 .form-container form h3 {
  text-transform: capitalize;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 8rem;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-2 .form-container form h1 {
  font-size: 2.8rem;
  text-transform: uppercase;
  color: #fe393e;
  text-align: center;
  margin-top: 4rem;
  font-weight: 500;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-2 .form-container form .common-button-container {
  margin-top: 6rem;
}

#reservation-page .room-details-section .custom-container .room-details-container .column-2 .form-container form .common-button-container a button {
  width: 100%;
  padding: 2rem 0;
  border-radius: 5px;
}

#events-page {
  background-color: #F7F7F7;
}

#events-page .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* Modal Content/Box */
}

#events-page .modal .modal-content {
  background-color: #fff;
  margin: 1rem auto;
  /* 15% from the top and centered */
  padding: 2rem 6rem 6rem 6rem;
  border: 1px solid #888;
  width: 65rem;
  max-width: 95%;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#events-page .modal .modal-content .close {
  color: #aaa;
  float: right;
  font-size: 4rem;
  font-weight: 100;
  position: absolute;
  top: 6px;
  right: 20px;
}

#events-page .modal .modal-content .close:hover, #events-page .modal .modal-content .close:focus {
  color: #676767;
  text-decoration: none;
  cursor: pointer;
}

#events-page .event-booking-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  max-width: 800px;
  margin-inline: auto;
  margin-top: 3rem;
}

#events-page .event-booking-form h2 {
  font-weight: 500;
  font-size: 2.6rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #1ACE75;
  margin-bottom: 5rem;
  text-align: center;
}

#events-page .event-booking-form input {
  border: none;
  border-bottom: 2px solid #ddecef;
  padding-bottom: 1rem;
  margin-bottom: 4.5rem;
  font-size: 1.6rem;
  color: grey;
  width: 100%;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#events-page .event-booking-form input::-webkit-input-placeholder {
  color: grey;
}

#events-page .event-booking-form input:-ms-input-placeholder {
  color: grey;
}

#events-page .event-booking-form input::-ms-input-placeholder {
  color: grey;
}

#events-page .event-booking-form input::placeholder {
  color: grey;
}

#events-page .event-booking-form input:focus {
  outline: none;
  border-bottom: 2px solid #17ce7d;
}

#events-page .event-booking-form input:focus::-webkit-input-placeholder {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1ACE75;
}

#events-page .event-booking-form input:focus:-ms-input-placeholder {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1ACE75;
}

#events-page .event-booking-form input:focus::-ms-input-placeholder {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1ACE75;
}

#events-page .event-booking-form input:focus::placeholder {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1ACE75;
}

#events-page .event-booking-form input[name="price"] {
  color: red;
  font-weight: 500;
}

#events-page .event-booking-form .book-now-btn {
  text-transform: uppercase;
  border: none;
  background: #1ACE75;
  color: white;
  width: 100%;
  padding: 1.6rem 0;
  font-size: 1.6rem;
  border-radius: 7px;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#events-page .event-booking-form .book-now-btn:hover {
  background: #051924;
  color: #1ACE75;
}

#gallery-page {
  background-color: #F7F7F7;
}

#gallery-page .gallery {
  margin: 4rem 0;
}

#gallery-page .gallery .custom-container {
  padding: 6rem;
}

#gallery-page .gallery .custom-container .gallery-menu-slider {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

#gallery-page .gallery .custom-container .gallery-menu-slider .list {
  border-radius: 10rem;
  background-color: #1ACE75;
  text-transform: uppercase;
  list-style: none;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  background-color: #e5e5e5;
  padding: 1.5rem 3rem;
  cursor: pointer;
  letter-spacing: 0.04em;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

#gallery-page .gallery .custom-container .gallery-menu-slider .list:hover {
  background-color: black;
  color: #1ACE75;
}

#gallery-page .gallery .custom-container .gallery-menu-slider .list.active {
  background-color: #1ACE75;
  color: white;
}

#gallery-page .gallery .custom-container .items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#gallery-page .gallery .custom-container .items-container .items {
  position: relative;
  width: 325px;
  height: 260px;
  margin: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#gallery-page .gallery .custom-container .items-container .items img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#gallery-page .gallery .custom-container .items-container .items:hover .img-text {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

#gallery-page .gallery .custom-container .items-container .items .img-text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem 1.2rem;
  background: rgba(85, 85, 85, 0.8);
  z-index: 9999;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#gallery-page .gallery .custom-container .items-container .items .img-text .img-title {
  text-transform: uppercase;
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
}

#gallery-page .gallery .custom-container .items-container .items .img-text .img-caption {
  color: #e9e9e9;
  font-size: 1.6rem;
  margin-top: 1rem;
}

#contact-page {
  background-color: #F7F7F7;
}

#contact-page .contact-section {
  margin-top: 3rem;
}

#contact-page .contact-section .custom-container .contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contact-page .contact-section .custom-container .contact-container .contact-us-container {
  width: 45%;
  background-color: #1ACE75;
  color: white;
  padding: 4rem;
}

#contact-page .contact-section .custom-container .contact-container .contact-us-container .heading-container h1 {
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.4px;
  color: #fff;
}

#contact-page .contact-section .custom-container .contact-container .contact-us-container .heading-container p {
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  margin: 3rem 0;
}

#contact-page .contact-section .custom-container .contact-container .contact-us-container .icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

#contact-page .contact-section .custom-container .contact-container .contact-us-container .icon-text .icon {
  margin-right: 2rem;
  font-size: 2.4rem;
}

#contact-page .contact-section .custom-container .contact-container .contact-us-container .icon-text .text {
  font-size: 2.4rem;
  width: 95%;
}

#contact-page .contact-section .custom-container .contact-container .contact-us-container .icon-text .text h6 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  padding-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  margin-top: 5px;
}

#contact-page .contact-section .custom-container .contact-container .contact-us-container .icon-text .text ul {
  padding-left: 0;
}

#contact-page .contact-section .custom-container .contact-container .contact-us-container .icon-text .text ul li {
  font-size: 1.6rem;
}

#contact-page .contact-section .custom-container .contact-container .contact-us-container .icon-text .text ul li:not(:last-of-type) {
  margin-bottom: 1.8rem;
}

#contact-page .contact-section .custom-container .contact-container .form-container {
  text-align: center;
  width: 55%;
  padding: 4rem;
  background: white;
}

#contact-page .contact-section .custom-container .contact-container .form-container h1 {
  font-size: 2.4rem;
  letter-spacing: 0.4px;
  color: #1ACE75;
  font-weight: 600;
  margin-bottom: 4rem;
}

#contact-page .contact-section .custom-container .contact-container .form-container form input,
#contact-page .contact-section .custom-container .contact-container .form-container form textarea {
  width: 100%;
  padding: 1.2rem 1.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: black !important;
  border: 1px solid #b8b8b8;
  margin-bottom: 4rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#contact-page .contact-section .custom-container .contact-container .form-container form input::-webkit-input-placeholder,
#contact-page .contact-section .custom-container .contact-container .form-container form textarea::-webkit-input-placeholder {
  color: black;
}

#contact-page .contact-section .custom-container .contact-container .form-container form input:-ms-input-placeholder,
#contact-page .contact-section .custom-container .contact-container .form-container form textarea:-ms-input-placeholder {
  color: black;
}

#contact-page .contact-section .custom-container .contact-container .form-container form input::-ms-input-placeholder,
#contact-page .contact-section .custom-container .contact-container .form-container form textarea::-ms-input-placeholder {
  color: black;
}

#contact-page .contact-section .custom-container .contact-container .form-container form input::placeholder,
#contact-page .contact-section .custom-container .contact-container .form-container form textarea::placeholder {
  color: black;
}

#contact-page .contact-section .custom-container .contact-container .form-container form input:focus,
#contact-page .contact-section .custom-container .contact-container .form-container form textarea:focus {
  border: 1px solid white;
  outline: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

#contact-page .contact-section .custom-container .contact-container .form-container button {
  width: 100%;
  font-size: 1.8rem;
  background-color: #1ACE75;
  color: white;
  padding: 1.5rem;
  border-style: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#contact-page .contact-section .custom-container .contact-container .form-container button:hover {
  color: #1ACE75;
  background-color: #051924;
}

/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
#footer-wrapper {
  background-color: #f7f7f7;
}

#footer-wrapper .footer-section {
  padding-top: 15rem;
}

#footer-wrapper .footer-section .image-container {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}

#footer-wrapper .footer-section .image-container .custom-container {
  padding: 23rem 6rem 8rem 6rem;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-1 {
  width: 25%;
  line-height: 2;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-1 .image-container {
  margin-top: 0;
  height: 7rem;
  width: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-1 .image-container h2 {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-1 p {
  font-size: 1.4rem;
  color: #fff;
  padding-top: 0;
  margin: 3rem 0 0 0;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-2 {
  width: 25%;
  line-height: 2.5;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-2 ul {
  padding: 0;
  margin: 0;
  margin-top: 4rem;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-2 ul li {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.4px;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-2 ul li strong {
  font-weight: 600;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-3 {
  width: 25%;
  line-height: 2.5;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-3 ul {
  padding: 0;
  margin: 0;
  margin-top: 4rem;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-3 ul li {
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-3 ul li i {
  font-size: 1.2rem;
  padding-right: 1rem;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-3 ul li a {
  color: white;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-3 ul li a:hover {
  text-decoration: none;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-4 {
  width: 25%;
  line-height: 2.5;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-4 ul {
  padding: 0;
  margin: 0;
  margin-top: 4rem;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-4 ul li {
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-4 ul li span {
  font-weight: 600;
  margin-right: 1rem;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-4 ul li:nth-of-type(5) {
  color: #FE393E;
}

#footer-wrapper .footer-section .image-container .custom-container .footer-container .column-4 ul li:nth-of-type(6) {
  color: #FE393E;
}

#footer-wrapper .copyright-section {
  background-color: #051924;
}

#footer-wrapper .copyright-section .custom-container {
  padding: 20px 60px;
}

#footer-wrapper .copyright-section .custom-container .copyright-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.4px;
}

#footer-wrapper .copyright-section .custom-container .copyright-container .copyright-left {
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
}

#footer-wrapper .copyright-section .custom-container .copyright-container .copyright-right {
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
}

#footer-wrapper .copyright-section .custom-container .copyright-container .copyright-right a {
  color: #1ACE75;
}

/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
.lg-outer .lg-object {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 1.8rem;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common-banner-section {
  width: 100%;
  height: 100vh;
  position: relative;
}

.common-banner-section .common-banner-slider .banner-item {
  overflow: hidden;
}

.common-banner-section .common-banner-slider .banner-item .image-container {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.common-banner-section .common-banner-slider .banner-item .image-container .custom-container {
  width: 100%;
  text-align: center;
}

.common-banner-section .common-banner-slider .banner-item .image-container .custom-container .inner {
  z-index: 2;
}

.common-banner-section .common-banner-slider .banner-item .image-container .custom-container .inner .banner-content {
  margin-top: 6rem;
}

.common-banner-section .common-banner-slider .banner-item .image-container .custom-container .inner .banner-content .section-title {
  margin: 3rem 0;
}

.common-banner-section .common-banner-slider .banner-item .image-container .custom-container .inner .banner-content .section-title h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  font-size: 7rem;
  line-height: 1.4;
}

.common-banner-section .common-banner-slider .banner-item .image-container .custom-container .inner .banner-content .section-title h1 span {
  color: #fe393e;
}

.common-banner-section .common-banner-slider .banner-item .image-container .custom-container .inner .banner-content .section-content-banner span {
  display: inline-block;
  background: #fff;
  width: 24rem;
  height: 5px;
  position: relative;
}

.common-banner-section .common-banner-slider .banner-item .image-container .custom-container .inner .banner-content .section-content-banner span:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  bottom: 1rem;
  width: 24rem;
  height: 1px;
  left: 0;
}

.common-banner-section .common-banner-slider .banner-item .image-container .custom-container .inner .banner-content .section-content-banner .thick {
  height: 1px;
}

.common-banner-section .common-banner-slider .banner-item .image-container .custom-container .inner .banner-content .section-content-banner .thick:after {
  height: 5px;
}

.common-banner-section .common-banner-slider .banner-item .image-container .custom-container .inner .banner-content .section-content-banner p {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem 3rem;
  margin-top: 0;
  letter-spacing: 0.3rem;
  font-weight: 500;
}

.common-banner-section .common-banner-slider .banner-item .image-container .custom-container .inner .banner-content .section-content-banner p.upper {
  padding: 1rem 4rem;
}

.common-banner-section .common-banner-slider .banner-item .image-container .custom-container .inner .banner-content .section-content p {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.common-banner-section .common-banner-slider .banner-item .image-container .custom-container .inner .banner-content .section-content p.margin-top {
  margin-top: 7rem;
}

.common-banner-section .common-banner-slider .banner-item .image-container .custom-container .inner .banner-content .icon-container i {
  color: #fff;
  font-size: 2.1rem;
  position: absolute;
  bottom: 0.5rem;
  cursor: pointer;
}

.common-banner-section .scroll-button {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px;
  cursor: pointer;
}

.common-banner-section .scroll-button .scroll-down-mouse {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.common-banner-section .scroll-button .scroll-down-mouse .scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.common-banner-section .swiper .swiper-wrapper .swiper-slide .banner-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 0;
}

.common-banner-section .swiper .swiper-wrapper .swiper-slide .banner-content {
  position: relative;
  z-index: 1;
}

.common-banner-section .swiper .swiper-wrapper .swiper-slide .banner-content .section-title {
  margin: 2rem 0;
}

.common-banner-section .swiper .swiper-wrapper .swiper-slide .banner-content .section-title h1 {
  font-size: 12rem;
  letter-spacing: 7.2rem;
  margin-left: 7rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.common-banner-section .swiper .swiper-wrapper .swiper-slide .banner-content .section-title h1 span {
  color: #fe393e;
}

.common-banner-section .swiper .swiper-wrapper .swiper-slide .banner-content .section-title h1.text-small {
  font-size: 11.8rem;
  letter-spacing: 0;
}

.common-banner-section .swiper .swiper-wrapper .swiper-slide .banner-content .section-content-banner span {
  display: inline-block;
  background: #fff;
  width: 28rem;
  height: 5px;
  position: relative;
}

.common-banner-section .swiper .swiper-wrapper .swiper-slide .banner-content .section-content-banner span:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  bottom: 1rem;
  width: 28rem;
  height: 1px;
  left: 0;
}

.common-banner-section .swiper .swiper-wrapper .swiper-slide .banner-content .section-content-banner .thick {
  height: 5px;
}

.common-banner-section .swiper .swiper-wrapper .swiper-slide .banner-content p {
  display: inline-block;
  color: #fff;
  margin: 0 2rem;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
}

.common-banner-section .swiper .swiper-wrapper .swiper-slide .banner-content p.upper {
  margin: 0 3.2rem 0 3.2rem;
}

.common-banner-section .swiper .swiper-wrapper .scroll-for-more-section {
  position: absolute;
  bottom: 7%;
}

.common-banner-section .swiper .swiper-wrapper .scroll-for-more-section .section-content p {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.common-banner-section .swiper .swiper-wrapper .scroll-for-more-section .icon-container i {
  color: #fff;
  font-size: 2.1rem;
  position: absolute;
  bottom: 0.5rem;
  cursor: pointer;
}

.common-banner-section2 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.common-banner-section2 .scroll-button {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px;
  cursor: pointer;
}

.common-banner-section2 .scroll-button .scroll-down-mouse {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.common-banner-section2 .scroll-button .scroll-down-mouse .scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.common-banner-section2 .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}

.common-banner-section2 .swiper .swiper-wrapper .swiper-slide .banner-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 0;
}

.common-banner-section2 .swiper .swiper-wrapper .swiper-slide .banner-content {
  position: relative;
  z-index: 1;
  margin-top: -5rem;
}

.common-banner-section2 .swiper .swiper-wrapper .swiper-slide .banner-content .section-title {
  margin: 2rem 0;
}

.common-banner-section2 .swiper .swiper-wrapper .swiper-slide .banner-content .section-title h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  font-size: 7rem;
  line-height: 1.4;
}

.common-banner-section2 .swiper .swiper-wrapper .swiper-slide .banner-content .section-title h1 span {
  color: #fe393e;
}

.common-banner-section2 .swiper .swiper-wrapper .swiper-slide .banner-content .section-content-banner span {
  display: inline-block;
  background: #fff;
  width: 24rem;
  height: 5px;
  position: relative;
}

.common-banner-section2 .swiper .swiper-wrapper .swiper-slide .banner-content .section-content-banner span:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  bottom: 1rem;
  width: 24rem;
  height: 1px;
  left: 0;
}

.common-banner-section2 .swiper .swiper-wrapper .swiper-slide .banner-content .section-content-banner p {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem 3rem;
  margin-top: 0;
  letter-spacing: 0.3rem;
  font-weight: 500;
}

.common-banner-section2 .swiper .swiper-wrapper .swiper-slide .banner-content .section-content-banner p.upper {
  padding: 1rem 4rem;
}

.common-banner-section2 .swiper .swiper-wrapper .swiper-slide .scroll-for-more-section {
  position: absolute;
  bottom: 7%;
}

.common-banner-section2 .swiper .swiper-wrapper .swiper-slide .scroll-for-more-section .section-content p {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.common-banner-section2 .swiper .swiper-wrapper .swiper-slide .scroll-for-more-section .icon-container i {
  color: #fff;
  font-size: 2.1rem;
  position: absolute;
  bottom: 0.5rem;
  cursor: pointer;
}

.common-search-section {
  padding: 2rem 3rem 4rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  margin: 6rem auto 2rem;
  border-color: #B8B8B8;
  border-radius: 1rem;
  background-color: #fff;
  width: 90%;
  z-index: 19;
}

.common-search-section .search-container .section-title h2 {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  border-bottom: 2px solid #b8b8b8;
  padding-bottom: 1rem;
}

.common-search-section .search-container .form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.common-search-section .search-container .form-container .form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.common-search-section .search-container .form-container .form-inputs .input-item {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.common-search-section .search-container .form-container .form-inputs .input-item label {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #646464;
  text-transform: uppercase;
}

.common-search-section .search-container .form-container .form-inputs .input-item .form-input {
  padding: 1rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  color: #868a8d;
  text-transform: uppercase;
  border: 1px solid #B8B8B8;
  width: 100%;
}

.common-search-section .search-container .form-container .form-inputs .select-room {
  position: relative;
  min-width: 20%;
}

.common-search-section .search-container .form-container .form-inputs .select-room select {
  width: 100%;
  padding: 1rem;
  background: transparent;
  border-radius: 10px;
  font-size: 1.4rem;
  height: auto;
  text-transform: uppercase;
  color: #868a8d;
  border: 1px solid #b8b8b8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.common-search-section .search-container .form-container .form-inputs .select-room .custom-arrow {
  position: absolute;
  top: 20%;
  right: 0;
  width: 3rem;
  height: 100%;
  display: block;
  pointer-events: none;
}

.common-search-section .search-container .form-container .form-inputs .select-room .custom-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 0.6em solid transparent;
  border-right: 0.6em solid transparent;
  border-top: 0.6em solid #aba6a6;
}

.common-button-container a button {
  text-transform: uppercase;
  background-color: #1ace75;
  border-style: none;
  color: white;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.common-button-container a button:hover {
  background-color: #051924;
  -webkit-transform: scale(1.015) translateY(4px);
          transform: scale(1.015) translateY(4px);
}

.common-icon-button button {
  border-radius: 50%;
  border-style: none;
  background-color: #1ACE75;
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.common-icon-button button:hover {
  background-color: black;
}

.common-icon-button button:hover i {
  color: #1ACE75;
}

.common-icon-button button i {
  color: white;
}

.common-icon-button .search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border-style: none;
  background-color: #1ace75;
  height: 4rem;
  width: 4rem;
  margin-top: 3rem;
  cursor: pointer;
  -webkit-transform: 0.3s;
          transform: 0.3s;
}

.common-icon-button .search-btn:hover {
  background-color: black;
}

.common-icon-button .search-btn i {
  color: #fff;
  font-size: 1.2rem;
}

.common-icon-button .search2-btn {
  display: none;
  width: 100%;
  border-radius: 5px;
  padding: 1.5rem 4rem;
  height: auto;
  font-size: 1.6rem;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}

.common-box-container {
  background-color: #1ACE75;
  border-radius: 10px;
  position: relative;
}

.common-box-container h2 {
  font-size: 2.1rem;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-weight: 600;
}

.common-box-container p {
  font-size: 1.6rem;
  margin: 0;
  margin-top: 0;
  line-height: 1.75;
  padding-inline: 0;
}

.common-box-container::after {
  content: "";
  height: 1.6rem;
  width: 2.5rem;
  position: absolute;
  background-color: #1ACE75;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.common-box-container.left::after {
  right: -2%;
}

.common-box-container.right::after {
  left: -2%;
}

.common-footer-title {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.6px;
  margin-bottom: 3rem;
  padding-bottom: 5px;
  position: relative;
}

.common-footer-title::before {
  content: "";
  height: 7px;
  width: 33px;
  background-color: #FE393E;
  position: absolute;
  bottom: 0;
}

.common-room-type-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.common-room-type-container .column-1 {
  width: 60%;
  height: 100%;
}

.common-room-type-container .column-2 {
  width: 40%;
  border: 1px solid #C4C4C4;
  padding: 4rem 2.5rem;
}

.common-room-type-container .column-2 .column-2-content h1 {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4rem;
}

.common-room-type-container .column-2 .column-2-content h2 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 2rem;
}

.common-room-type-container .column-2 .column-2-content h2 span {
  color: #FE393E;
  margin-left: 5px;
}

.common-room-type-container .column-2 .column-2-content p {
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  line-height: 2.4;
  margin-bottom: 3rem;
}

.common-room-type-container .column-2 .column-2-content a h4 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #626262;
  border-bottom: 1px solid #626262;
  display: inline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.common-room-type-container .column-2 .column-2-content a:hover {
  text-decoration: none;
}

.common-room-type-container .column-2 .column-2-content a:hover h4 {
  color: #1ACE75;
  border-bottom: 1px solid #1ACE75;
}

.common-facilities-container h2 {
  font-size: 2.1rem;
  font-size: 600;
  font-weight: 500;
  text-transform: capitalize;
  margin: 2rem 0 4rem;
}

.common-facilities-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
  padding-left: 0;
}

.common-facilities-container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 29%;
      flex-basis: 29%;
  gap: 1rem;
  font-size: 1.5rem;
  text-transform: capitalize;
}

.common-facilities-container ul li .image-container {
  width: 2.2rem;
}

.common-facilities-container ul li .image-container img {
  height: auto !important;
}

.common-facilities-container a {
  font-size: 1.4rem;
  color: #051924;
  letter-spacing: 0.4px;
  border-bottom: 1px solid black;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.common-facilities-container a:hover {
  color: #1ACE75;
  border-color: #1ACE75;
  text-decoration: none;
}

.common-card-container:not(:last-of-type) {
  margin-bottom: 10rem;
}

.common-card-container .title-container h1 {
  font-size: 2.3rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6rem;
  position: relative;
}

.common-card-container .title-container h1::after {
  content: "";
  height: 5px;
  width: 3.5rem;
  background-color: #1ACE75;
  position: absolute;
  bottom: -38%;
  left: 0;
}

.common-card-container .card-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.common-card-container .card-items-container .card-item .common-image-container {
  position: relative;
  height: 36rem;
  width: 25rem;
  margin-bottom: 3rem;
}

.common-card-container .card-items-container .card-item .common-image-container img {
  border-radius: 2.5rem;
}

.common-card-container .card-items-container .card-item .common-image-container .date-container {
  position: absolute;
  top: 3%;
  left: 4%;
}

.common-card-container .card-items-container .card-item .common-image-container .date-container button {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  height: 6.5rem;
  width: 6.5rem;
  border: none;
  background-color: #1ACE75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.common-card-container .card-items-container .card-item .common-image-container .tag-container {
  position: absolute;
  bottom: 7%;
  right: 7%;
}

.common-card-container .card-items-container .card-item .common-image-container .tag-container button {
  border-radius: 50%;
  height: 5rem;
  width: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background-color: #1ACE75;
  cursor: pointer;
  position: relative;
}

.common-card-container .card-items-container .card-item .common-image-container .tag-container button::after {
  content: "";
  width: 23rem;
  height: 23rem;
  border: 8px solid white;
  border-radius: 50%;
  position: absolute;
  left: -9rem;
  top: -9rem;
  -webkit-animation: ping 1.5s ease-in-out infinite both;
  animation: ping 1.5s ease-in-out infinite both;
}

.common-card-container .card-items-container .card-item .common-image-container .tag-container button i {
  font-size: 2.6rem;
  color: #fff;
  margin-top: -6px;
}

.common-card-container .card-items-container .card-item .card-caption-container .card-title-container {
  font-size: 1.7rem;
  letter-spacing: 0.2px;
  font-weight: 600;
  text-transform: uppercase;
}

.common-card-container .card-items-container .card-item .card-caption-container .card-location-container p {
  font-size: 1.6rem;
  color: #9c9c9c;
  margin: 5px 0;
  margin-bottom: -10px;
}

.common-card-container .card-items-container .card-item .card-caption-container .card-time-container {
  font-size: 1.7rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin: 1.5rem 0;
}

.common-card-container .card-items-container .card-item .card-caption-container .card-days-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}

.common-card-container .card-items-container .card-item .card-caption-container .card-days-container ul li {
  margin-right: 5px;
  font-size: 1.4rem;
  height: 2.8rem;
  width: 2.8rem;
  background-color: #e5e5e5;
  border-radius: 50%;
  color: #051924;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.common-card-container .card-items-container .card-item .card-caption-container .card-days-container ul li.active {
  color: #1ACE75;
  background-color: #fff;
  border: 2px solid #1ACE75;
}

.common-pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.common-pagination-container .common-arrow-container {
  height: 4rem;
  width: 4rem;
  margin-right: 0;
}

.common-pagination-container .common-arrow-container i {
  font-size: 1.4rem;
}

.common-pagination-container .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 2rem;
}

.common-pagination-container .number button {
  font-size: 1.6rem;
  font-weight: 500;
  background-color: white;
  border: 2px solid #1ace75;
  border-radius: 50%;
  color: #1ace75;
  height: 4rem;
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.common-pagination-container .number button:not(:last-of-type) {
  margin-right: 1rem;
}

.common-pagination-container .number button.active, .common-pagination-container .number button:hover {
  background-color: #1ace75;
  color: black;
  border: 2px solid #1ace75;
}

.common-arrow-container {
  background-color: #1ACE75;
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.common-arrow-container i {
  font-size: 1.7rem;
}

.common-arrow-container:hover {
  background-color: #051924;
  color: #1ACE75;
}

.common-arrow-container.left-margin {
  margin-left: 3rem;
}

.common-arrow-container.right-margin {
  margin-right: 3rem;
}

.common-heading-container {
  margin-bottom: 6rem;
}

.common-heading-container .common-section-subtitle {
  text-align: center;
}

.common-heading-container .common-section-subtitle h2 {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #FE393E;
  font-weight: 600;
  font-family: "Poppins";
  letter-spacing: 0.4rem;
}

.common-heading-container .common-section-subtitle h2:after, .common-heading-container .common-section-subtitle h2:before {
  content: "";
  position: absolute;
  background-color: red;
  height: 2px;
  width: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.common-heading-container .common-section-subtitle h2:after {
  right: -16%;
}

.common-heading-container .common-section-subtitle h2:before {
  left: -16%;
}

.common-heading-container .common-section-title h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.6rem;
  margin-top: 1.5rem;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Poppins";
}

.common-heading-container .common-section-title h1 span {
  color: #1ACE75;
}

.common-heading-container.no-margin {
  margin: 0;
}

/*------------------------------------ Components Ends ------------------------------------*/
/*---------------------------------- animation Starts ----------------------------------*/
.animation-area .ani-sequence {
  opacity: 0;
  position: relative;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
}

.animation-area .ani-sequence:first-of-type {
  left: -100%;
}

.animation-area .ani-sequence:last-of-type {
  right: -100%;
}

.animation-area .ani-sequence.normal {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
}

.animation-area .ani-sequence.normal:first-of-type {
  left: 0;
}

.animation-area .ani-sequence.normal:last-of-type {
  right: 0;
}

.animation-area1 .ani-sequence {
  opacity: 0;
  position: relative;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
}

.animation-area1 .ani-sequence:nth-of-type(1) {
  left: -100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.animation-area1 .ani-sequence:nth-of-type(2) {
  left: -100%;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.animation-area1 .ani-sequence:nth-of-type(3) {
  left: -100%;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.animation-area1 .ani-sequence.lefting {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
}

.animation-area1 .ani-sequence.lefting:nth-of-type(1) {
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.animation-area1 .ani-sequence.lefting:nth-of-type(2) {
  left: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.animation-area1 .ani-sequence.lefting:nth-of-type(3) {
  left: 0;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.animation-area2 .ani-sequence {
  opacity: 0;
  position: relative;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
}

.animation-area2 .ani-sequence:nth-of-type(1) {
  right: -100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.animation-area2 .ani-sequence:nth-of-type(2) {
  right: -100%;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.animation-area2 .ani-sequence:nth-of-type(3) {
  right: -100%;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.animation-area2 .ani-sequence.righting {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
}

.animation-area2 .ani-sequence.righting:nth-of-type(1) {
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.animation-area2 .ani-sequence.righting:nth-of-type(2) {
  right: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.animation-area2 .ani-sequence.righting:nth-of-type(3) {
  right: 0;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.animation-area3 .ani-sequence {
  opacity: 0;
  position: relative;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
}

.animation-area3 .ani-sequence:nth-of-type(1) {
  right: -100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.animation-area3 .ani-sequence:nth-of-type(2) {
  right: -100%;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.animation-area3 .ani-sequence:nth-of-type(3) {
  right: -100%;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.animation-area3 .ani-sequence.normal {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
  position: relative;
}

.animation-area3 .ani-sequence.normal:nth-of-type(1) {
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.animation-area3 .ani-sequence.normal:nth-of-type(2) {
  right: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.animation-area3 .ani-sequence.normal:nth-of-type(3) {
  right: 0;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.animation-area4 .ani-sequence {
  opacity: 0;
  position: relative;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
}

.animation-area4 .ani-sequence:nth-of-type(1) {
  left: -100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.animation-area4 .ani-sequence:nth-of-type(2) {
  right: -100%;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.animation-area4 .ani-sequence:nth-of-type(3) {
  right: -100%;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.animation-area4 .ani-sequence.normal {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
  position: relative;
}

.animation-area4 .ani-sequence.normal:nth-of-type(1) {
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.animation-area4 .ani-sequence.normal:nth-of-type(2) {
  right: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.animation-area4 .ani-sequence.normal:nth-of-type(3) {
  right: 0;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

@-webkit-keyframes pulse-popup {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse-popup {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pulse-animation {
  -webkit-animation: pulse-popup 1.3s ease-in-out infinite both;
          animation: pulse-popup 1.3s ease-in-out infinite both;
}

@-webkit-keyframes banner-popup {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes banner-popup {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.banner-animation {
  -webkit-animation: banner-popup 15s ease-in-out infinite both;
          animation: banner-popup 15s ease-in-out infinite both;
}

@-webkit-keyframes scroll-popup {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scroll-popup {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.scroll-animation {
  -webkit-animation: scroll-popup 0.5s ease-in-out infinite both;
          animation: scroll-popup 0.5s ease-in-out infinite both;
  margin-top: 4rem;
}

/*---------------------------------- animation ends ----------------------------------*/
/*----------------------------------- Slick Slider starts -----------------------------------*/
.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 1;
  height: 5rem;
  width: 5rem;
  color: #fff;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  display: none;
}

.slick-slider .slick-prev:after,
.slick-slider .slick-next:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 5rem;
  width: 5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  right: 0;
  left: 0;
}

.slick-slider .slick-prev {
  left: 6rem;
}

.slick-slider .slick-prev:after {
  background-image: url("../assets/img/icon/chevron-left.png");
}

.slick-slider .slick-next {
  right: 6rem;
}

.slick-slider .slick-next:after {
  background-image: url("../assets/img/icon/chevron-right.png");
}

/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*------------------------------------- Mcustom Starts ------------------------------------*/
/*-------------------------------------- Mcustom Ends -------------------------------------*/
/*-------------------------------------- Modal Starts -------------------------------------*/
/*--------------------------------------- Modal Ends --------------------------------------*/
/*# sourceMappingURL=thestyles.css.map */