@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("../icomoon/style.css");

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Urbanist", sans-serif;
  font-weight: normal;
  color: #707070;
  background: #e0d8d6;
  overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #0b5798;
}

:focus {
  outline: none !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

iframe {
  max-width: 100%;
}

label {
  display: inline-block;
}

.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.form-select {
  position: relative;
}

.form-select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: " ";
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0.25) transparent transparent transparent;
  background: url(../img/downarrow-icon.svg);
  pointer-events: none;
}

textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #5a5a5a;
  outline: none;
  padding: 9px 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #707070;
  border-radius: 0px;
  transition: 0.2s ease all;
  background: #f0f0f0;
  resize: none;
}

[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
  width: 100%;
  height: 40px;
  border: 1px solid #5a5a5a;
  outline: none;
  padding: 9px 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #707070;
  border-radius: 0px;
  transition: 0.2s ease all;
  background: #f0f0f0;
}

input::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}

textarea::placeholder,
input::placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #707070;
  opacity: 100;
}

[type="submit"] {
  border: 1px solid #292929;
  outline: none;
  padding: 13px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  color: #292929;
  border-radius: 0px;
  transition: 0.2s ease all;
  background: #fff;
  text-align: center;
  display: inline-block;
}

[type="submit"]:hover {
  background: #ea3319;
}

.bg-about {
  background-color: #d8d9db;
}

.bg-wedding {
  background-color: #e2e2e2;
}

.bg-content-pasge {
  background-color: #f7f5f5;
}

.bg-img-heading-box {
  background-color: #edeeed;
}

.bg {
  background-color: #cfd3c6;
}

.bg2 {
  background-color: #dfdfdf;
}

.bg3 {
  background-color: #cdc8bc;
}

.bg4 {
  background-color: #e1e4dd;
}

.bg5 {
  background-color: #f0f0f0;
}

.btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding: 12px 18px;
  border-radius: 0px;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  font-family: "Urbanist", sans-serif;
}

.btn:hover {
  background-color: #df290b;
  color: #fff;
  border-color: #fff;
}

.btn-primary {
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
}

.btn-secondary {
  background: #fff;
  border: #292929 1px solid;
  color: #292929;
}

.btn-secondary:hover {
  border: #292929 1px solid;
}

h1 {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
}

h1 span {
  display: block;
  color: #292929;
}

h2 {
  font-family: "Gilda Display", serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #5a5a5a;
  text-transform: uppercase;
}

.Sub-heading {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #5a5a5a;
}

p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

@media (min-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 126px;
    line-height: 87px;
  }

  p {
    font-size: 18px;
    line-height: 30px;
  }

  h2 {
    font-size: 40px;
    line-height: 53px;
  }
}

.container {
  max-width: 1118px;
}

/* headre */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 100;
  transition: all 0.5s ease-in-out;
}

.header.active {
  background-color: #fff;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.header__wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 80px;
  transition: all 0.3s ease-in-out;
}

.header-logo img {
  display: none;
}

.header.home-header.active .header-logo img {
  display: block;
  width: 100%;
}

.header-mobile-logo {
  width: 98px;
  margin-top: -38px;
}

.toggle-btn {
  width: 30px;
  cursor: pointer;
  z-index: 11111;
}

.inner--header .toggle-btn div {
  background-color: #000000;
}

.toggle-btn div {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.toggle-btn div.two {
  width: 25px;
  margin-left: 5px;
}

.toggle-btn.open div {
  background-color: #000;
}

header .toggle-btn div {
  background-color: #fff;
}

header.active .toggle-btn div {
  background-color: #000;
}

header.active .toggle-btn.open div {
  background-color: #000;
}

.toggle-btn.open .one {
  transform: rotate(45deg) translate(8px, 8px);
}

.toggle-btn.open .two {
  opacity: 0;
}

.toggle-btn.open .three {
  transform: rotate(-45deg) translate(9px, -9px);
}

.headre-right {
  display: flex;
}

.headre-right a {
  margin-right: 40px;
  display: none;
}

.header.home-header.active .headre-right a {
  display: none;
  z-index: 9;
}

.menu-item-has-children {
  position: relative;
}

.nav-primary .sub-menu {
  display: none;
}

.nav-primary li>.sub-menu.js-toggled,
.nav-primary li>.mega-menu.js-toggled,
.nav-primary li>.mega-menu.js-toggled>.sub-menu {
  display: block;
}
.nav-primary ul li::before {
  display: none;
}

.sub-menu-toggle.fa-solid.fa-angle-down.js-toggled::before {
  content: "\f077";
}

.nav-primary .sub-menu-toggle {
  position: absolute;
  top: 15px;
  right: 10%;
  cursor: pointer;
  display: block;
  line-height: 18px;
  text-align: center;
  color: #FFF;
  width: 28px;
  height: 20px;
  background: #ec2e12;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-primary ul.sub-menu.dropdown.js-toggled li a {
  padding: 2px 0 2px 0;
}

@media (min-width: 768px) {
  .headre-nav>.nav-primary.active {
    width: 50%;
  }

  .header-mobile-logo {
    display: none;
  }
}


@media (min-width: 1200px) {
  .header.home-header.active .headre-right a {
    display: block;
  }

  .nav-primary .sub-menu-toggle {
    top: 5px;
    right: 20%;
    width: 30px;
    height: 30px;
  }

  .nav-primary ul.sub-menu.dropdown.js-toggled li a {
    font-size: 16px;
    line-height: 26px;
  }

}

.headre-nav>.nav-primary {
  position: fixed;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: calc(100% - 64px);
  background: #fff;
  padding: 50px 0 0 25px;
  overflow: auto;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}

.headre-nav>.nav-primary.active {
  right: 0;
}

.headre-nav>.nav-primary {
  height: 100%;
  padding: 58px 25px 0;
}

.nav-primary ul li a {
  color: #292929;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  display: inline-block;
  font-size: 14px;
  width: 100%;
  padding: 16px 0 3px 0;
  text-transform: uppercase;
  text-align: center;
}

.nav-primary ul li .book-btn {
  text-align: center;
  border-block: 1px solid rgba(0, 0, 0, 0.30);
  margin-top: 30px;
  padding: 32px 0;
}

.nav-primary ul li .book-btn a {
  display: inline;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding: 12px 18.5px;
  border-radius: 0px;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
}

@media (min-width: 1200px) {
  .nav-primary ul li .book-btn {
    display: none;
  }
}

.nav-primary ul li a:hover {
  color: #f75a41;
}

/* .nav-primary ul li.active a {
  color: #f75a41;
} */

.nav-bottom {
  width: 100%;
  position: absolute;
  bottom: 20px;
  right: 97px;
  text-align: right;
}

.nav-bottom h5 {
  margin-bottom: 10px;
  color: #ffebdf;
}

.nav-bottom h5 img {
  margin-right: 10px;
}

.nav-bottom h6 {
  font-size: 18px;
  line-height: 29px;
  color: #ffebdf;
  font-weight: none;
}

.nav-bottom h5 a,
.nav-bottom h6 a {
  font-weight: none;
  font-size: 18px;
  line-height: 29px;
  color: #ffebdf;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-left: auto;
}

.nav-bottom h5 a:hover,
.nav-bottom h6 a:hover {
  background-color: #66330a;
  padding: 7px 15px 0px;
}

.nav-bottom h5 a img {
  position: relative;
  top: -3px;
}

/* INNER */

.inner-header .header-logo img:first-child {
  display: block;
}

.inner-header.active .header-logo img:last-child {
  display: block;
}

.inner-header.active .header-logo img:first-child {
  display: none;
}

.inner-header .toggle-btn div {
  background-color: #ffffff;
}

.inner-header .toggle-btn.open div {
  background-color: #000;
}

.menu-bottom-content {
  padding-top: 40px;
}

.menu-bottom-content p {
  text-align: center;
  color: #707070;
}

.menu-bottom-content p span {
  text-transform: uppercase;
  display: block;
}

.menu-bottom-content p a {
  display: block;
  color: #707070;
}

.menu-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-social-icons li {
  margin: 0 10px;
}

.menu-social-icons li a {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #939393;
}

.header.inner-header .headre-right a {
  display: none;
  z-index: 9;
}

@media (min-width: 1200px) {
  .header.inner-header .headre-right a {
    display: block;
  }
}

.bg-white {
  background-color: #fff;
}

.bg-white .header-logo img:first-child {
  display: none;
}

.bg-white .header-logo img:last-child {
  display: block;
}

header.bg-white .toggle-btn div {
  background-color: #000;
}

@media (min-width: 768px) {
  .header-logo {
    width: 7.5vw;
  }
}

@media (min-width: 1200px) {
  .header-logo {
    width: 145px;
    width: 7.5vw;
  }

  .header.home-header.active .header-logo img {
    display: block;
    width: 100%;
  }

  .header {
    padding: 36px 0 0px 0;
    height: auto;
  }

  .bg-white.header {
    padding: 36px 0 26px 0;
  }

  .header.active {
    padding: 25px 0 24px 0;
    background-color: #fff;
  }

  .headre-nav>.nav-primary {
    width: 670px;
    height: calc(100% - 17.5vh);
    padding: 20px 0px 0 20px;
  }

  .inner-header .headre-nav>.nav-primary {
    height: 100%;
    padding: 100px 0px 0 0px;
  }

  .nav-primary ul li a {
    font-size: 14px;
    font-size: 26px;
    line-height: 36px;
    padding: 16px 0 15px 0;
  }

  .nav-primary ul li a {
    padding: 12px 0 0px 0;
  }

  .nav-primary .header.active .header-logo {
    width: 3.8vw;
  }

  .home-header .headre-nav>.nav-primary {
    height: 100%;
    padding: 100px 0 0 0px;
  }

  .menu-bottom-content {
    padding-top: 23px;
  }

  .menu-bottom-content p span {
    padding-bottom: 4px;
  }

  .menu-bottom-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 38px;
  }

  .nav-primary {
    position: relative;
  }

  .nav-primary::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    height: 185px;
    background: url(../img/menu-top-bg.jpg) no-repeat;
  }

  .nav-primary::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 224px;
    height: 386px;
    background: url(../img/menu-bottom.jpg) no-repeat;
    z-index: -1;
  }

  .menu-social-icons li a {
    padding-top: 0 !important;
    font-size: 15px !important;
  }

  /* INNER */
}

@media (min-width: 1600px) {
  .nav-primary ul li {
    padding: 0px 0 29px 0;
  }

  .nav-primary ul li a {
    font-size: 32px;
    line-height: 43px;
    padding: 0px 0 0px 0;
  }

  .headre-nav>.nav-primary {
    width: 49vw;
  }

  .menu-social-icons li a {
    padding-top: 0 !important;
    font-size: 15px !important;
  }

  .menu-bottom-content {
    padding-top: 50px;
  }

  .home-header .headre-nav>.nav-primary {
    padding: 170px 0 0 0px;
  }

  .inner-header .headre-nav>.nav-primary {
    padding: 200px 0px 0 0px;
  }

  .nav-primary ul.sub-menu.dropdown.js-toggled li a {
    font-size: 22px;
  }
  .nav-primary ul.sub-menu.dropdown.js-toggled li{
    padding: 0px 0 10px 0;
  }
  
  .nav-primary ul.sub-menu.dropdown.js-toggled li a {
    font-size: 22px;
  }

}

/* headre end */

.home-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-banner {
  position: relative;
  height: 100vh;
}

.home-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner-content {
  text-align: center;
}

.home-banner-content img{
  margin: 0 auto;
}

@media (max-width: 760px) {
  .home-banner-content img {
    max-width: 220px;
  }
}

.home-banner-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding: 15px 0 30px;
  /* margin-left: 30px; */
}

/* 
.home-banner-content a {
  margin-left: 30px;
} */

.inner-banner {
  position: relative;
  height: 300px;
}

.inner-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  z-index: -1;
}

.inner-banner-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(128, 128, 128, 0) 54%,
      rgba(0, 0, 0, 0.45) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.inner-banner-img img {
  object-position: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.inner-banner h1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}

.text-section {
  padding: 30px 0;
}

.image-hover-text-item {
  position: relative;
  margin: 23px;
  overflow: hidden;
}

.image-hover-text__wrapper {
  margin: -23px -23px 0;
}

.image-hover-text-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-hover-text-item__hover-text {
  position: absolute;
  background: rgba(237, 238, 237, 0.96);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;  
  transition: ease-in-out 0.5s all;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.image-hover-text-item:hover .image-hover-text-item__hover-text {
  background: rgba(90, 90, 90, 0.96);
  height: 100%;
  color: #f0f0f0;
}

.image-hover-text-item__hover-text--content {
  text-align: center;
}

.image-hover-text-item:hover .image-hover-text-item__hover-text .image-hover-text-item__hover-text--content {
  padding: 15px;
}

.image-hover-text-item__hover-text--content p {
  padding: 12px 15px 26px;
}


.color2 {
  background: rgba(207, 211, 198, 0.96);
}

.color4 {
  background: rgba(205, 200, 188, 0.96);
}

.color5 {
  background: rgba(225, 228, 221, 0.96);
}

.color6 {
  background: rgba(207, 190, 181, 0.96);
}

.image-hover-text-item__hover-text h3.image-hover-text__title {
  font-family: "Gilda Display", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
}

.hero-banner {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero-banner h1 {
  text-transform: unset;
}

.hero-banner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0 39px;
}

.hero-banner ul li {
  position: relative;
  color: #d5d5d5;
  padding: 0 10px;
}

.hero-banner ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -3px;
  width: 7px;
  height: 1px;
  background-color: #d5d5d5;
}

.hero-banner ul li:first-child:before {
  display: none;
}

@media (min-width: 768px) {
  .image-hover-text__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .image-hover-text-item {
    width: calc(50% - 46px);
  }

  .inner-banner-img {
    height: calc(100% - 91px);
  }

  .hero-banner ul li {
    padding: 0 18px;
  }

  .hero-banner ul li::before {
    left: -5px;
  }

  .hero-banner {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .text-section {
    padding: 93px 0 98px;
  }

  .image-hover-text-item {
    width: calc(33.333% - 46px);
  }

  .image-hover-text-item__hover-text {
    transition: ease-in-out 0.5s all;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .image-hover-text-item:hover .image-hover-text-item__hover-text {
    background: rgba(90, 90, 90, 0.96);
    height: 100%;
    color: #f0f0f0;
  }

  .image-hover-text-item:hover .image-hover-text-item__hover-text .image-hover-text-item__hover-text--content {
    padding: 0px;
  }

  .image-hover-text-item__hover-text--content {
    text-align: center;
    max-width: 267px;
  }

  .image-hover-text-item__hover-text--content p {
    padding: 12px 0 26px;
  }

  .image-hover-text-item__hover-text--content a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #292929;
    padding: 11px 23px;
    background: #fff;
    border: #292929 1px solid;
  }

  .inner-banner {
    position: relative;
    height: 560px;
  }

  .hero-banner {
    height: 100vh;
  }

  .hero-banner h1 {
    font-size: 60px;
    line-height: 80px;
  }

  .hero-banner ul li {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
  }

  .hero-banner ul li::before {
    top: 17px;
  }
}

.topimage-text {
  padding: 50px 0;
}

.topimage-text__wrapper {
  position: relative;
  max-width: 935px;
  margin: 0 auto;
}

.topimage-text__content {
  background-color: #fbf5f4;
  text-align: center;
  padding: 10px 30px 30px;
  margin: 0 auto;
}

.topimage-text__content h2 {
  font-size: 26px;
  line-height: 35px;
  color: #5a5a5a;
  font-weight: 400;
  padding-bottom: 20px;
}

.topimage-text__content a {
  margin-top: 20px;
}

.flower-img {
  margin: 0 auto -56px;
}

.flower-img2 {
  margin: 0 auto -111px;
}

.flower-img3 {
  margin: 0 auto -65px;
}

.topimage-text.about-us .topimage-text__content {
  padding: 101px 48px 50px;
}

@media (min-width: 1200px) {
  .topimage-text.about-us {
    padding-top: 115px;
  }

  .topimage-text {
    padding: 77px 0 100px;
  }

  .topimage-text__content {
    padding: 0 201px 63px 178px;
  }

  .topimage-text__content h2 {
    padding-bottom: 30px;
  }

  .topimage-text__content a {
    margin-top: 36px;
  }
}

.whatsapp {
        position: fixed;
        bottom: 27px;
        right: -106px;
        display: block;
        z-index: 999;
    
}

@media (min-width: 1200px) {
  .whatsapp {
    position: fixed;
    bottom: 27px;
    right: -106px;
    display: block;
    z-index: 999;
  }
}

@media (min-width: 1440px) {
  .inner-banner {
    height: 670px;
  }
}

.testimonial {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 50px 0;
}

.testimonial-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.testimonial-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial .container {
  z-index: 2;
  position: relative;
  padding: 0 32px;
}

.testimonial h2 {
  color: #fff;
}

.js-testimonial {
  margin-top: 30px;
}

.testimonial-title {
  margin: 30px 0;
}

.testimonial-title h4 {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.testimonial-title h4 span {
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.testimonial .slick-prev,
.testimonial .slick-next {
  display: none !important;
}

@media (min-width: 768px) {
  .testimonial-title h4 {
    font-size: 30px;
    line-height: 47px;
  }

  .testimonial-title h4 span {
    font-size: 18px;
  }

  .testimonial-content {
    max-width: 734px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .testimonial {
    padding: 73px 0 100px;
  }

  .js-testimonial {
    margin-top: 80px;
  }

  .testimonial-title {
    margin: 80px 0 38px;
  }

  .testimonial-content p {
    font-size: 22px;
    line-height: 40px;
  }
}

.image-gallery {
  padding: 50px 0;
}

.image-gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -11px;
  padding-top: 20px;
}

.image-gallery-img {
  margin: 11px;
  width: calc(50% - 22px);
}

.image-gallery-img img {
  width: 100%;
  object-fit: cover;
}

.image-gallery h3 {
  position: relative;
  padding: 0 20px;
  text-align: center;
  font-family: "Gilda Display", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #5a5a5a;
}

.image-gallery h3 span {
  background-color: #e0d8d6;
  padding: 0 20px;
}

.about-us.image-gallery h3 span {
  background-color: #d8d9db;
}

.image-gallery h3::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: #707070;
  z-index: -1;
}

.image-gallery h2 {
  text-align: center;
  color: #5a5a5a;
  font-size: 22px;
  font-weight: 400;
  line-height: 44px;
}

@media (min-width: 768px) {
  .image-gallery-img {
    width: calc(33.333% - 22px);
  }
}

@media (min-width: 1200px) {
  .image-gallery {
    padding: 96px 0 36px;
  }

  .image-gallery-wrapper {
    padding-top: 62px;
  }

  .image-gallery h2 {
    font-size: 40px;
    line-height: 53px;
  }

  .image-gallery h3 span {
    padding: 0 50px;
  }

  .image-gallery-img {
    margin: 0 11px;
    width: calc(20% - 22px);
  }

  .about-us .image-gallery-wrapper {
    margin: 0 -43px;
  }

  .about-us .image-gallery-img {
    margin: 0 11px;
    width: calc(20% - 22px);
  }

  .about-us.image-gallery {
    padding: 96px 0 96px;
  }
}

.img-right-bg {
  display: none;
}

.image-overlay-text h2 {
  padding-bottom: 30px;
  text-align: center;
}

.image-overlay-text__item {
  position: relative;
  padding: 15px 0 15px 0;
  margin-bottom: 20px;
}

.image-overlay-text__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.image-overlay-text__content {
  position: relative;
  z-index: 2;
  max-width: 272px;
  margin: 0 0 0 auto;
  padding: 25px 20px 19px 47px;
  height: 100%;
}

.image-overlay-text__box-color1 {
  background: rgba(236, 236, 236, 0.8);
  color: #292929;
}

.image-overlay-text__box-color2 {
  background: rgba(61, 61, 61, 0.8);
  color: #fff;
}

.image-overlay-text__content h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .image-overlay-text__wrapper {
    display: flex;
    justify-content: space-between;
  }

  .image-overlay-text__item {
    width: calc(50% - 16px);
    margin-bottom: 0px;
  }

  .image-overlay-text h2 {
    padding-bottom: 100px;
  }

  .image-overlay-text {
    padding-top: 193px;
    padding-bottom: 76px;
  }

  .about-us.image-overlay-text {
    padding-top: 0px;
    padding-bottom: 76px;
  }

  .image-overlay-text .container {
    position: relative;
  }

  .img-right-bg {
    display: block;
    position: absolute;
    right: -88px;
    top: -201px;
  }
}

footer {
  position: relative;
  padding: 15px 0;
}

.footer-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
}

.footer-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  display: none;
}

.footer-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-info {
  padding-top: 12px;
}

.footer-logo {
  max-width: 139px;
  padding-bottom: 8px;
}

.footer-info ul li {
  position: relative;
  padding-left: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #292929;
  padding-bottom: 14px;
}

.footer-info ul li:last-child {
  text-transform: uppercase;
  padding-bottom: 0;
}

.footer-info ul li:last-child span {
  display: block;
}

.footer-info ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #292929;
}

.footer-info ul li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #5a5a5a;
}

.our-hotels {
  padding-top: 20px;
}

.our-hotels h3 {
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 16px;
  color: #292929;
  font-weight: 600;
  text-transform: uppercase;
}

.our-hotels ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #292929;
  padding-bottom: 15px;
}

.footer-sosal-links {
  padding: 15px 0;
}

.footer-sosal-links ul {
  display: flex;
  justify-content: first baseline;
  align-items: center;
}

.footer-sosal-links ul li {
  margin-right: 20px;
}

.footer-sosal-links ul li a {
  color: #292929;
  font-size: 16px;
}

.footer-sosal-links ul li:last-child {
  margin-right: 0px;
}

.footer-bottom {
  border-top: #919191 1px solid;
  text-align: left;
  padding-top: 20px;
}

.copyright p {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #272727;
}

.copyright-links ul li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #272727;
}

.copyright-links ul li:last-child a {
  padding-right: 0;
  padding-left: 0;
}



@media (max-width: 1024px) {

  .copyright-links ul {
    display: flex;
    flex-wrap: wrap;
  }

  .copyright-links ul li a {
    border-right: 1px solid #272727;
    padding: 0 10px;
  }

  .copyright-links ul li:last-child a {
    border: none;
    padding-right: 0;
  }

  .copyright-links ul li:first-child a {
    padding-left: 0;
  }
}

.developed p {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #272727;
}

.developed p a {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #272727;
}

@media (min-width: 460px) {
  .copyright-links ul li:last-child a {
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .our-hotels ul {
    column-count: 2;
    column-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .footer-video video {
    object-position: top;
    display: block;
  }

  .footer-top-wrapper {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 52px;
  }

  .footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
  }

  .copyright {
    font-size: 12px;
    line-height: 24px;
    color: #272727;
    font-weight: 500;
  }

  .copyright-links ul {
    display: flex;
    justify-content: flex-start;
  }

  .copyright-links ul li {
    position: relative;
    margin: 0 8px;
  }

  .copyright-links ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -8px;
    height: 10px;
    width: 1px;
    background: #272727;
  }

  .copyright-links ul li:first-child:before {
    display: none;
  }

  .our-hotels,
  .footer-info {
    padding-top: 0px;
    padding-right: 40px;
  }

  .footer-sosal-links {
    padding: 0px 0;
  }

  .footer-sosal-links {
    padding: 0px 0;
    display: flex;
    align-items: end;
  }

  .footer-info ul li a:hover,
  .our-hotels ul li a:hover,
  .footer-sosal-links ul li a:hover,
  .copyright-links ul li a:hover,
  .developed p a:hover {
    color: #df290b;
  }
}

.three-image {
  padding-bottom: 50px;
}

.three-image__item {
  margin-bottom: 15px;
}

.three-image__item img {
  width: 100%;
}

.three-image__item:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .three-image__wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 -8px;
  }

  .three-image__item {
    margin: 0 8px;
    margin-bottom: 0px;
  }

  .three-image__item:nth-child(2) {
    margin-top: 100px;
  }

  .three-image {
    padding-bottom: 100px;
  }
}

.contact-us {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.contact-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d8d9db;
  z-index: -1;
}

.conta-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  color: #5a5a5a;
  text-align: center;
  padding-bottom: 22px;
}

.contact-row {
  padding-bottom: 15px;
}

.conta-info ul li {
  color: #292929;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
}

.conta-info ul li i {
  font-size: 25px;
  font-family: "icomoon" !important;
}

.conta-info ul li span {
  display: block;
  margin-bottom: 30px;
}

.conta-info ul li a {
  color: #292929;
}

.left-bg,
.right-bg {
  display: none;
}

@media (min-width: 768px) {
  .conta-text {
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 44px;
  }

  .conta-box {
    max-width: 610px;
    margin: 0 auto;
  }

  .conta-info {
    max-width: 765px;
    margin: 0 auto;
  }

  .conta-info ul {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
  }

  .conta-info ul li {
    padding: 0px;
    margin: 0 20px;
  }
}

@media (min-width: 1200px) {
  .contact-us {
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden;
  }

  .contact-row {
    padding-bottom: 50px;
  }

  .conta-info ul li {
    padding: 0px;
    margin: 0px;
    width: 241px;
  }

  .left-bg,
  .right-bg {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }

  .left-bg {
    left: -495px;
    bottom: -323px;
  }

  .right-bg {
    right: -290px;
    bottom: -43px;
  }
}

@media (min-width: 768px) {
  .js-image-slider .image-slider__item img {
    width: 100%;
  }

  .js-image-slider {
    margin: 0 -8px;
  }

  .js-image-slider .image-slider__item.slick-slide {
    margin: 0 8px;
    transition: 1.1s;
  }

  .js-image-slider .slick-prev::after,
  .js-image-slider .slick-next::after {
    display: none;
  }

  .js-image-slider .slick-prev {
    left: -65px;
  }

  .js-image-slider .slick-next {
    right: -65px;
  }
}

@media (min-width: 1200px) {
  .js-image-slider .image-slider__item.slick-slide.slick-current.slick-active.slick-center {
    margin-top: 100px;
  }

  .img-and-text-slider .slick-prev,
  .img-and-text-slider .slick-next {
    margin-top: -50px;
  }
}

.image-overlay-title {
  padding: 50px 0;
}

.image-overlay-title h2 {
  padding-bottom: 50px;
}

.image-overlay-title__item {
  position: relative;
  margin: 12px 0;
}

.image-overlay-title__title {
  font-size: 26px;
  line-height: 35px;
  color: #292929;
  background-color: #edeeed;
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0 15px;
}

.image-overlay-title__item:last-child .image-overlay-title__title {
  background-color: #cfd3c6;
}

.image-overlay-title__img img {
  width: 100%;
}

@media (min-width: 768px) {
  .image-overlay-title__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .image-overlay-title__item {
    margin: 0 12px;
  }

  .image-overlay-title {
    padding: 95px 0 0;
  }

  .image-overlay-title h2 {
    padding-bottom: 100px;
  }
}

.icon-text {
  position: relative;
  padding: 50px 0;
}

.icon-text h2 {
  text-align: center;
  position: relative;
  background-color: #e2e2e2;
  z-index: 3;
  margin-bottom: 30px;
}

.icon-text h2 span {
  background-color: #e2e2e2;
  padding: 0 20px;
}

.icon-text h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background-color: #707070;
  z-index: -1;
}

.icon-text__item {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.icon-text__icon {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.icon-text__icon img {
  margin: 0 auto;
}

.icon-text-title {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #707070;
  font-family: "Urbanist", sans-serif !important;
}

@media (min-width: 768px) {
  .icon-text__wrapper {
    display: flex;
    justify-content: center;
  }

  .icon-text__item {
    margin-bottom: 0px;
    margin: 0 10px;
  }
}

@media (min-width: 1200px) {
  .icon-text__wrapper {
    margin: 0 -22px;
  }

  .icon-text__item {
    margin-bottom: 0px;
    margin: 0 22px;
  }

  .icon-text {
    padding: 96px 0;
  }

  .icon-text h2 {
    margin-bottom: 60px;
  }
}

.special-offer {
  padding-top: 50px;
}

.offer__box {
  margin-bottom: 30px;
  position: relative;
}

.offer__box-right {
  padding: 20px;
  background-color: #fff;
}

.offer__box-right h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  color: #5a5a5a;
  text-transform: uppercase;
  font-family: "Gilda Display", serif;
  padding-bottom: 20px;
}

.offer__box-right h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #292929;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;
}

.offer__box-right ul {
  padding-bottom: 20px;
}

.offer__box-right ul li {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #707070;
  padding-left: 16px;
  padding-bottom: 12px;
}

.offer__box-right ul li:last-child {
  padding-bottom: 0;
}

.offer__box-right ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #5a5a5a;
}

@media (min-width: 768px) {
  .special-offer {
    padding-top: 70px;
  }

  .offer__box-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .offer__box-right h3 {
    font-size: 34px;
  }

  .offer__box-right h4 {
    font-size: 18px;
  }

  .offer__box-left {
    width: 39%;
    position: relative;
  }

  .offer__box-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .offer__box-right {
    width: 61%;
    padding: 50px;
  }
}

@media (min-width: 1200px) {
  .special-offer {
    padding-top: 184px;
  }

  .offer__box-left {
    width: 427px;
  }

  .offer__box-right {
    width: calc(100% - 427px);
    padding: 63px 118px 70px 47px;
  }

  .offer__box-right h3 {
    padding-bottom: 31px;
  }

  .offer__box-right h4 {
    padding-top: 30px;
    padding-bottom: 23px;
  }

  .offer__box-right ul {
    padding-bottom: 50px;
  }

  .offer__box {
    margin-bottom: 100px;
  }
}

.img-and-text-slider {
  padding-bottom: 50px;
}

.img-and-text-slider .section-heading {
  padding-bottom: 50px;
}

.content-pasge {
  margin-top: 100px;
  padding-bottom: 50px;
}

.content-pasge h2 {
  padding-bottom: 20px;
}

.content-pasge p {
  padding-bottom: 15px;
  color: #2d2d2d;
}

.content-pasge p:last-child {
  padding-bottom: 0px;
}

@media (min-width: 1200px) {
  .content-pasge {
    margin-top: 200px;
    padding-bottom: 100px;
  }

  .content-pasge h2 {
    font-size: 26px;
    line-height: 20px;
    padding-bottom: 80px;
  }

  .content-pasge p {
    color: #2d2d2d;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    padding-bottom: 30px;
  }
}

.tab-nav {
  overflow: auto;
}

.tab-nav ul.tabs2,
.tab-nav ul.tabs3,
.tab-nav ul.tabs4,
.tab-nav ul.tabs5,
.tab-nav ul.tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.tab-nav ul.tabs2 li,
.tab-nav ul.tabs3 li,
.tab-nav ul.tabs4 li,
.tab-nav ul.tabs5 li,
.tab-nav ul.tabs li {
  cursor: pointer;
  margin: 0 10px;
  color: #5a5a5a;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 6px;
  text-transform: uppercase;
}

.tab-nav ul.tabs2 li.current,
.tab-nav ul.tabs3 li.current,
.tab-nav ul.tabs4 li.current,
.tab-nav ul.tabs5 li.current,
.tab-nav ul.tabs li.current {
  position: relative;
  color: #5a5a5a;
}

.tab-nav ul.tabs2 li.current::before,
.tab-nav ul.tabs3 li.current::before,
.tab-nav ul.tabs4 li.current::before,
.tab-nav ul.tabs5 li.current::before,
.tab-nav ul.tabs li.current::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #5a5a5a;
}

.tab-content2,
.tab-content3,
.tab-content4,
.tab-content5,
.tab-content {
  display: none;
}

.tab-content2.current,
.tab-content3.current,
.tab-content4.current,
.tab-content5.current,
.tab-content.current {
  display: inherit;
}

.img-heading-box {
  padding: 50px 0 50px;
}

.img-heading-box .offer__box {
  margin-bottom: 0px;
}

.section-heading .Sub-heading,
.section-heading h2 {
  color: #5a5a5a;
  text-transform: unset;
}

.section-heading {
  padding-bottom: 30px;
}

.btn-flex-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
}

.btn-flex-box .btn + .btn {
  margin: 0 0 0 10px;
}

.image-position,
.image-position2,
.image-position3,
.image-position4,
.image-position5,
.image-position6,
.image-position7,
.image-position8,
.image-position9,
.image-position10 {
  display: none;
  position: absolute;
}

.image-overlay-text.bg {
  padding: 50px 0 30px;
}

@media (min-width: 768px) {
  .img-heading-box {
    padding: 70px 0 70px;
  }

  .btn-flex-box {
    margin-bottom: 0;
  }

  .btn-flex-box .btn+.btn {
    margin: 0px 0 0 6px;
  }
}

@media (min-width: 1200px) {
  .image-overlay-text.bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .img-heading-box {
    padding: 96px 0 100px;
  }

  .btn-flex-box .btn+.btn {
    margin: 0px 0 0 30px;
  }

  .tab-nav ul.tabs2,
  .tab-nav ul.tabs3,
  .tab-nav ul.tabs4,
  .tab-nav ul.tabs5,
  .tab-nav ul.tabs {
    margin-bottom: 60px;
  }

  .tab-nav ul.tabs2 li,
  .tab-nav ul.tabs3 li,
  .tab-nav ul.tabs4 li,
  .tab-nav ul.tabs5 li,
  .tab-nav ul.tabs li {
    margin: 0 57px;
  }

  .image-position {
    display: block;
    top: -31px;
    right: -211px;
  }

  .image-position2 {
    display: block;
    bottom: -122px;
    right: -95px;
  }

  .image-position3 {
    display: block;
    top: -62px;
    right: -135px;
  }

  .image-position4 {
    display: block;
    bottom: -58px;
    right: -66px;
  }

  .image-position5 {
    display: block;
    top: -164px;
    right: -158px;
  }

  .image-position6 {
    display: block;
    bottom: -68px;
    right: -69px;
  }

  .image-position7 {
    display: block;
    top: -175px;
    right: -122px;
  }

  .image-position8 {
    display: block;
    bottom: -75px;
    right: -63px;
  }

  .image-position9 {
    display: block;
    top: -75px;
    right: -39px;
  }

  .image-position10 {
    display: block;
    bottom: -146px;
    right: -73px;
  }
}

.cta {
  padding: 22px 0;
}

.cta-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.cta-heading li {
  margin-right: 27px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  color: #292929;
}

.cta-heading li:last-child {
  margin-right: 0px;
}

.cta-heading li::before {
  content: "";
  position: absolute;
  top: 0;
  right: -13.5px;
  width: 1px;
  height: 100%;
  background-color: #292929;
}

.cta-heading li:last-child:before {
  display: none;
}

.cta-links {
  padding-bottom: 31px;
}

.cta-links li {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 10px;
  color: rgba(41, 41, 41, 0.7);
}

.cta-links li a {
  color: rgba(41, 41, 41, 0.7);
}

.cta-links li:last-child {
  padding-bottom: 0px;
}

.cta-reviews {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cta-reviews li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 28px;
  color: #292929;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.cta-reviews li a span {
  margin-left: 10px;
}

.cta-right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
}

.reviews-star {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviews-star a {
  margin: 0 3px;
}

.cta-right p {
  font-size: 40px;
  font-weight: 400;
  line-height: 53px;
  color: #5a5a5a;
  padding: 33px 0 16px;
}

@media (min-width: 768px) {
  .cta-row {
    display: flex;
    justify-content: space-between;
  }

  .cta-heading {
    margin-bottom: 30px;
  }

  .cta-heading li {
    font-size: 18px;
  }

  .cta-reviews li a {
    font-size: 18px;
  }

  .cta-right {
    padding: 0;
  }
}

.light-box-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #292929;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 47px;
}

.light-box-icon img {
  width: 24px;
  height: 19px;
}

.slider.slider-nav .slick-track {
  transform: unset !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider.slider-nav li {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
  width: max-content !important;
  position: relative;
  padding-bottom: 4px;
  margin: 0 10px;
}

.slider.slider-nav li.slick-current::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #5a5a5a;
}

.icon-text-col,
.icon-text-row {
  display: flex;
}

.icon-text-row {
  margin-bottom: 40px;
}

.icon-text-col {
  margin-right: 47px;
}

.icon-text-col h4 {
  margin-left: 10px;
  font-family: "Urbanist", sans-serif;
}

.botm-btn {
  text-align: center;
}

.img-and-text-slider__content h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #5a5a5a;
  padding: 0px 0 20px;
  text-transform: uppercase;
}

.img-and-text-slider__content h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #292929;
  padding: 23px 0;
}

.img-and-text-slider__content p {
  color: #707070;
}

.img-and-text-slider__content ul {
  padding-bottom: 30px;
}

.img-and-text-slider__content ul li {
  position: relative;
  padding-left: 21px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #292929;
}

.img-and-text-slider__content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #5a5a5a;
}

.js-img-and-text-slider__item.slick-slide img {
  width: 100%;
  object-fit: cover;
  height: 575px;
}

.js-img-and-text-slider .slick-dots {
  bottom: 25px;
}

.js-img-and-text-slider .slick-dots li button::before {
  opacity: 100;
  background: #fff;
}

.icon-text h2.bg-none {
  background-color: transparent;
}

.icon-text h2.bg-none span {
  background-color: #edeeed;
  padding: 0 27px;
  text-transform: none;
}





@media (min-width: 768px) {
  .botm-btn {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .img-and-text-slider__item--wrapper {
    display: flex;
    justify-content: space-between;
  }

  .img-and-text-slider__content h2 {
    color: #5a5a5a;
    font-size: 34px;
    line-height: 46px;
    padding-bottom: 31px;
  }

  .img-and-text-slider__content h2 {
    font-size: 34px;
    line-height: 46px;
    padding: 0px 0 30px;
  }

  .img-and-text-slider__img {
    width: 497px;
    margin-right: 66px;
  }

  .img-and-text-slider__content {
    width: calc(100% - 563px);
  }

  .slick-dotted.slick-slider {
    margin-bottom: 70px;
  }


  .slider.slider-nav {
    margin: 0 0 60px;
  }

  .slider.slider-nav .slick-track {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }



  .slider.slider-for .slick-prev::after,
  .slider.slider-for .slick-next::after {
    display: none;
  }

  .slider.slider-for .slick-prev::before,
  .slider.slider-for .slick-next::before {
    font-size: 23px;
  }

  .slider.slider-for .slick-prev {
    left: -72px;
  }

  .slider.slider-for .slick-next {
    right: -73px;
  }
}

.text-img-title {
  padding: 0 0 50px;
}

.text-img-title-bg {
  display: none;
}

.heading-title {
  padding-bottom: 30px;
}

.heading-title h2 {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  text-transform: none;
}

.heading-title h2 span {
  background-color: #edeeed;
  padding: 0 20px;
}

.heading-title h2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
  z-index: -1;
}

.text-img-title__right {
  padding-top: 30px;
}

.text-img-title__right--col {
  padding-bottom: 25px;
}

.text-img-title__right--col img {
  width: 100%;
}

.text-img-title__right--col p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  padding-top: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .text-img-title__right--col {
    padding-bottom: 0px;
    width: calc(100% - 28px);
    margin: 0 14px;
  }

  .text-img-title__right--col p {
    text-align: right;
  }

  .text-img-title__right__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .text-img-title__right__row:last-child {
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .text-img-title-bg {
    display: block;
    position: relative;
    margin-top: -32px;
  }

  .heading-title {
    padding-bottom: 50px;
  }

  .text-img-title__right {
    padding-top: 0px;
  }

  .text-img-title__wrapper {
    display: flex;
    justify-content: space-between;
  }

  .text-img-title__left {
    width: 245px;
    margin-right: 73px;
  }

  .text-img-title__left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #707070;
  }

  .text-img-title__right {
    width: calc(100% - 318px);
  }
}

.content-image-gallery-image {
  margin: 8px;
}

.content-image-gallery__image-gallery {
  margin: 42px -8px 0;
}

.content-image-gallerybg {
  display: none;
}

@media (min-width: 768px) {
  .content-image-gallery__image-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .content-image-gallery__content {
    max-width: 811px;
    margin: 0 auto;
  }

  .content-image-gallerybg {
    position: relative;
    display: block;
    margin: -13px -73px -42px auto;
  }
}

.half-image-half-text__container {
  text-align: center;
  padding: 30px 15px;
}

.half-image-half-text__container h2 {
  padding-bottom: 24px;
}

.half-image-half-text__container a {
  margin-top: 30px;
}

.image-overlay-text.bg-img-heading-box {
  padding: 50px 0 30px;
}

@media (min-width: 768px) {
  .half-image-half-text__container {
    text-align: left;
  }

  .half-image-half-text__wrapper {
    display: flex;
    justify-content: space-between;
  }

  .half-image-half-text__content,
  .half-image-half-text__image {
    width: 50%;
    position: relative;
  }

  .half-image-half-text__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .half-image-half-text__container {
    padding: 80px 30px 100px;
    max-width: 485px;
  }

  .image-overlay-text.bg-img-heading-box {
    padding: 70px 0 40px;
  }
}

@media (min-width: 1200px) {
  .image-overlay-text.bg-img-heading-box {
    padding: 93px 0 100px;
  }

  .half-image-half-text__container h2 {
    font-size: 34px;
    line-height: 45px;
    padding-bottom: 34px;
  }

  .half-image-half-text__container a {
    margin-top: 50px;
  }

  .half-image-half-text__container {
    padding: 80px 0px 100px;
    max-width: 485px;
    margin-left: 51px;
  }
}

/*  */

.gilda-display-regular {
  font-family: "Gilda Display", serif;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/* 18/05/24 */
.inner-banner h1 {
  font-size: 42px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .inner-banner h1 {
    font-size: 52px;
    line-height: 40px;
    bottom: 48px;
  }
}

@media (min-width: 1200px) {
  .inner-banner h1 {
    font-size: 126px;
    line-height: 87px;
    bottom: 0;
  }
}

.icon-text__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.icon-text__item {
  width: 50%;
}

@media (min-width: 768px) {
  .icon-text__wrapper {
    flex-wrap: unset;
  }
}




/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 161px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  display: flow;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  text-align: center;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}