:root {
  --font-primary: "Jost", sans-serif;
}

:root {
  --text-14: 14px;
  --text-15: 15px;
  --text-16: 16px;
  --text-18: 18px;
  --text-20: 20px;
  --text-24: 24px;
  --text-30: 30px;
  --text-36: 36px;
  --text-38: 38px;
  --text-40: 40px;
  --text-44: 44px;
  --text-55: 55px;
  --text-62: 62px;
  --text-72: 72px;
  --text-82: 82px;
}

:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-border: #DDDDDD;
  --color-accent-1: #228ed3;
  --color-accent-2: #c3c8cb;
  --color-dark-1: #181D24;
  --color-dark-2: #191D23;
  --color-dark-3: #121418;
  --color-dark-4: #71677A;
  --color-dark-5: #2F3337;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
     font-weight:300;
}
.custom-mana-heading .mana-subheading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}.custom-mana-heading .mana-subheading h6 {
    margin-bottom: 0;
    white-space: nowrap;
    color: #51383B99;
     font-family: 'Cormorant Garamond', serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}.custom-mana-heading .mana-subheading span {
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #51383b33;
}.mana-button-group a {
    display: inline-flex;
    align-items: center;
    gap: clamp(12px, 2vw, 20px);
    width: max-content;
    text-decoration: none;
    transition: color .3s ease;
}.mana-button-group span.btn-text {
    position: relative;
    padding: .3em 0;
    line-height: 1.2;
}.mana-button-group .underline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #51383b;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s ease;
}.mana-button-group a div {
    width: clamp(36px, 4vw, 40px);
    height: clamp(36px, 4vw, 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 50%;
    transition: background-color .3s ease, border-color .3s ease;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
}

body {
  padding: 0;
  font-family: var(--font-primary);
  width: 100%;
  background-color: white;
  color: var(--color-dark-1);
  font-size: 16px;
  line-height: 1.875;
}

select,
input:not([type="range"]),
textarea {
  border: 0;
  outline: none;
  width: 100%;
  background-color: transparent;
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ratio {
  position: relative;
  display: block;
  overflow: hidden;
}

.ratio::before {
  display: block;
  width: 100%;
  content: "";
}

.ratio-1\:1::before {
  padding-bottom: 100%;
}

.ratio-2\:1::before {
  padding-bottom: 50%;
}

.ratio-3\:2::before {
  padding-bottom: 66.66667%;
}

.ratio-3\:4::before {
  padding-bottom: 133.33333%;
}

.ratio-4\:3::before {
  padding-bottom: 75%;
}

.ratio-4\:1::before {
  padding-bottom: 25%;
}

.ratio-5\:4::before {
  padding-bottom: 80%;
}

.ratio-8\:5::before {
  padding-bottom: 62.5%;
}

.ratio-15\:9::before {
  padding-bottom: 60%;
}

.ratio-16\:9::before {
  padding-bottom: 56.25%;
}

.ratio-33\:35::before {
  padding-bottom: 106.06061%;
}

.ratio-45\:40::before {
  padding-bottom: 88.88889%;
}

.ratio-45\:50::before {
  padding-bottom: 111.11111%;
}

.ratio-45\:55::before {
  padding-bottom: 122.22222%;
}

.ratio-69\:50::before {
  padding-bottom: 72.46377%;
}

.ratio-69\:65::before {
  padding-bottom: 94.2029%;
}

.ratio-69\:70::before {
  padding-bottom: 101.44928%;
}

.ratio-69\:80::before {
  padding-bottom: 115.94203%;
}

.ratio-57\:60::before {
  padding-bottom: 105.26316%;
}

.ratio-57\:45::before {
  padding-bottom: 78.94737%;
}

.ratio-93\:60::before {
  padding-bottom: 64.51613%;
}



p {
  margin: 0;
  font-size: 19px;
  color: var(--color-light-1);
      line-height: 32px;
}

.-mobileScroll > * {
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .-mobileScroll {
    overflow-x: scroll;
  }
}

.video.-type-1 {
  position: relative;
  padding: 380px 0;
  z-index: 0;
}

@media (max-width: 1199px) {
  .video.-type-1 {
    padding: 300px 0;
  }
}

@media (max-width: 991px) {
  .video.-type-1 {
    padding: 180px 0;
  }
}

@media (max-width: 767px) {
  .video.-type-1 {
    padding: 120px 0;
  }
}

@media (max-width: 575px) {
  .video.-type-1 {
    padding: 60px 0;
    text-align: center;
  }
}

.video.-type-1 .video__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.video.-type-1 .video__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.video.-type-1 .video__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video.-type-1 .video__title {
  font-size: 82px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: white;
}

@media (max-width: 1199px) {
  .video.-type-1 .video__title {
    font-size: 62px;
  }
}

@media (max-width: 767px) {
  .video.-type-1 .video__title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .video.-type-1 .video__title {
    font-size: 34px;
  }
}

.video.-type-1 .video__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid white;
  border-radius: 100%;
  font-size: 24px;
  width: 140px;
  height: 140px;
  color: white;
}

@media (max-width: 767px) {
  .video.-type-1 .video__button {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 575px) {
  .video.-type-1 .video__button {
    width: 80px;
    height: 80px;
  }
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 160px;
  height: 160px;
}

.play-button.-sm {
  width: 90px;
  height: 90px;
}

@media (max-width: 767px) {
  .play-button {
    width: 100px;
    height: 100px;
  }
  .play-button > i {
    font-size: 18px !important;
  }
}

.play-button:hover {
  color: var(--color-accent-1);
}

.arrowButton.-type-1 {
  display: flex;
  align-items: center;
}

.arrowButton.-type-1 > span {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.arrowButton.-type-1 > span i {
  transform: rotate(-90deg);
}

.contactForm select,
.contactForm input:not([type="range"]),
.contactForm textarea {
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.contactForm select:focus,
.contactForm input:not([type="range"]):focus,
.contactForm textarea:focus {
  outline: none;
  border-color: var(--color-dark-1);
}

.contactForm ::-moz-placeholder {
  font-weight: 400;
}

.contactForm ::placeholder {
  font-weight: 400;
}

.contactForm__caption {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}


.header.-type-1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 95px;
  color: white;
  z-index: 700;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 767px) {
  .header.-type-1 {
    height: auto;
  }
}

.header.-type-1 .header__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 60px;
  align-items: center;
}

@media (max-width: 991px) {
  .header.-type-1 .header__container {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .header.-type-1 .header__container {
            padding: 5px 10px;
  }
}

.header.-type-1 .header__left {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .header.-type-1 .header__left {
    width: 100%;
    justify-content: space-between;
  }
  .header.-type-1 .header__left > *:nth-child(1) {
    order: 2;
  }
  .header.-type-1 .header__left > *:nth-child(2) {
    order: 1;
  }
}
.header.-type-1 .header__center {
      position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 991px) {
   .header.-type-1 .header__center {
               position: relative;
        left: unset;
        transform: none;
        right: 50px;
    }
}
.header.-type-1 .header__menuBtn {
  display: flex;
  align-items: center;
  color: #fff;
}

.header.-type-1 .header__menuBtn i {
      position: absolute;
    height: 11px;
    width: 25px;
}

.header.-type-1 .header__menuBtn i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.header.-type-1 .header__menuBtn i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.-is-sticky .header__menuBtn i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #393131 !important;
}
.-is-sticky .header__menuBtn i::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #393131 !important;
}
.header.-type-1 .header__menuBtn span {
     margin-left: 0;
    color: #000;
}

.header.-type-1 .header__logo {
  position: relative;
  margin-left: 0;
  z-index: 0;
}

@media (max-width: 991px) {
  .header.-type-1 .header__logo {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .header.-type-1 .header__logo {
    margin-left: 0;
    max-width: 140px;
  }
}

.header.-type-1 .header__logo > *:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.header.-type-1 .header__right {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .header.-type-1 .header__right {
    display: none;
  }
}

.header.-type-1 .header__number {
  margin-right: 60px;
}
.header.-type-1 .header__number a{
  color: #fff;
}
@media (max-width: 991px) {
  .header.-type-1 .header__number {
    margin-right: 40px;
  }
}

.header.-type-1 .header__socials {
  margin-right: 60px;
}

@media (max-width: 991px) {
  .header.-type-1 .header__socials {
    margin-right: 40px;
  }
}

.header.-type-1 .header__socials > a {
  font-size: 20px;
  color: #fff;
}
.header.-type-1 .button.-md {
    padding: 15px 30px;
    background: #665b5b;
    color: #fff;
}
.header.-type-1.-is-sticky {
    background-color: #fff;
}
.header.-type-1 .header__socials > a + a {
  margin-left: 20px;
}

.header.-type-1 .header__language {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

@media (max-width: 991px) {
  .header.-type-1 .header__language {
    margin-right: 40px;
  }
}

.header.-type-1 .header__language span {
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: white;
  margin: 0 15px;
}

.header.-type-1.-dark-always, .header.-type-1.-dark {
  color: black;
  background-color: white !important;
}

.header.-type-1.-dark-always .header__menuBtn, .header.-type-1.-dark .header__menuBtn {
  color: var(--color-dark-1) !important;
}

.header.-type-1.-dark-always .header__menuBtn i::before,
.header.-type-1.-dark-always .header__menuBtn i::after, .header.-type-1.-dark .header__menuBtn i::before,
.header.-type-1.-dark .header__menuBtn i::after {
  background-color: var(--color-dark-1) !important;
}

.header.-type-1.-dark-always .header__logo > *:nth-child(1), .header.-type-1.-dark .header__logo > *:nth-child(1) {
  opacity: 0;
}

.header.-type-1.-dark-always .header__logo > *:nth-child(2), .header.-type-1.-dark .header__logo > *:nth-child(2) {
  opacity: 1;
}

.header.-type-1.-is-sticky {
  background-color:#f5f4f2;
      box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
}


.hero.-type-1 {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero.-type-1 {
    height: 700px;
  }
}

.hero.-type-1 .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #4F80AF 0%, #E3E1DE 100%);
  z-index: -1;
}

.hero.-type-1 .hero__content {
  padding-top: 200px;
}

@media (max-width: 479px) {
  .hero.-type-1 .hero__content {
    padding-top: 120px;
  }
}

.hero.-type-1 .hero__title {
  position: relative;
  overflow: hidden;
  font-size: 8.4vw;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  line-height: 1;
  color: white;
  text-align: center;
}

@media (max-width: 1199px) {
  .hero.-type-1 .hero__title {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .hero.-type-1 .hero__title {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .hero.-type-1 .hero__title span {
    display: block;
  }
}

@media (max-width: 479px) {
  .hero.-type-1 .hero__title {
    padding: 0 20px;
    font-size: 54px;
  }
}

.hero.-type-1 .hero__front {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero.-type-1 .hero__front {
    left: -30%;
    width: 200%;
  }
}

@media (max-width: 479px) {
  .hero.-type-1 .hero__front {
    left: -60%;
    width: 290%;
  }
}

.hero.-type-1 .hero__front img {
  width: 100%;
  height: auto;
}


.imageCard.-type-1 {
  position: relative;
  z-index: 0;
}

.imageCard.-type-1 .imageCard__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.imageCard.-type-1 .imageCard__title {
  position: absolute;
  bottom: 100px;
  left: 100px;
  font-size: 24px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 991px) {
  .imageCard.-type-1 .imageCard__title {
    bottom: 50px;
    left: 50px;
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .imageCard.-type-1 .imageCard__title {
    bottom: 30px;
    left: 30px;
  }
}

.imageCard.-type-2 .imageCard__image {
  margin-bottom: 30px;
  aspect-ratio: 3 / 3;
}

.imageCard.-type-2 .imageCard__title {
  font-size: 27px;
  font-weight: 500;
  line-height: 36px;
}

.imageCard.-type-2 .imageCard__text {
  line-height: 30px;
}

.iconCard.-type-1 {
 position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #9E9E9E;
    background: #6866661a;
}

.iconCard.-type-1 .iconCard__content {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

.iconCard.-type-1 .iconCard__icon {
    font-size: 50px;
    color: #000;
}

.iconCard.-type-1 .iconCard__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 14px;
   color: #000;
}

.blogCard.-type-1 .blogCard__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
  border: 1px solid var(--color-accent-1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 767px) {
  .blogCard.-type-1 .blogCard__content {
    min-height: 410px;
  }
}

.blogCard.-type-1 .blogCard__tag {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blogCard.-type-1 .blogCard__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blogCard.-type-1 .blogCard__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blogCard.-type-1 .blogCard__date > *:nth-child(1) {
  font-size: 62px;
  font-weight: 500;
  line-height: 76px;
  letter-spacing: 2.5px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blogCard.-type-1 .blogCard__date > *:nth-child(2) {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blogCard.-type-1:hover .blogCard__content {
  background-color: var(--color-dark-1);
  border-color: transparent;
}

.blogCard.-type-1:hover .blogCard__tag {
  color: white;
}

.blogCard.-type-1:hover .blogCard__title {
  color: white;
}

.blogCard.-type-1:hover .blogCard__date > * {
  color: white;
}

.blogCard.-type-1.-hover-accent:hover .blogCard__content {
  background-color: var(--color-accent-1);
  border-color: transparent;
}

.testimonials.-type-1 .testimonials__image {
  flex-shrink: 0;
  width: 210px;
  height: 210px;
}

@media (max-width: 767px) {
  .testimonials.-type-1 .testimonials__image {
    width: 150px;
    height: 150px;
    margin-bottom: 30px;
  }
}

.testimonials.-type-1 .testimonials__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

.testimonials.-type-1 .testimonials__icon {
  margin-bottom: 35px;
}

.testimonials.-type-1 .testimonials__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .testimonials.-type-1 .testimonials__text {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.testimonials.-type-1 .testimonials__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
}

.testimonials.-type-1 .testimonials__position {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}

.mapPlaces .mapPlaces__map {
  position: relative;
  right: -100px;
}

@media (max-width: 767px) {
  .mapPlaces .mapPlaces__map {
    right: 0;
  }
}

.mapPlaces .mapPlacesCard {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  opacity: 0.3;
}

.mapPlaces .mapPlacesCard__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.mapPlaces .mapPlacesCard__caption {
  font-size: 16px;
  line-height: 30px;
}

.mapPlaces .mapPlacesCard__image {
  width: 150px;
  height: 150px;
}

@media (max-width: 767px) {
  .mapPlaces .mapPlacesCard__image {
    width: 120px;
    height: 120px;
  }
}

.mapPlaces .mapPlacesCard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mapPlaces .mapPlacesCard.isCardActive {
  opacity: 1;
}

.mapPlaces .mapPlacesPlace {
  position: absolute;
}

.mapPlaces .mapPlacesPlace:nth-child(2) {
  top: 50%;
  left: 47%;
}

.mapPlaces .mapPlacesPlace:nth-child(3) {
  top: 30%;
  left: 47%;
}

.mapPlaces .mapPlacesPlace:nth-child(4) {
  top: 50%;
  left: 27%;
}

.mapPlaces .mapPlacesPlace:nth-child(5) {
  top: 20%;
  left: 17%;
}

.mapPlaces .mapPlacesPlace__marker {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: var(--color-accent-1);
  border-radius: 100%;
}

.mapPlaces .mapPlacesPlace__marker::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 40px;
  height: 40px;
  background-color: var(--color-accent-1);
  opacity: 0.4;
  border-radius: 100%;
}

.mapPlaces .mapPlacesPlace__content {
  position: absolute;
  bottom: calc(100% + 25px);
  left: 50%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: white;
  text-transform: uppercase;
  padding: 8px 22px;
  background-color: var(--color-accent-1);
  border-radius: 200px;
  white-space: nowrap;
  transition: all 0.3s ease;
  transform: translateY(12px) translateX(-50%);
  opacity: 0;
}

.mapPlaces .mapPlacesPlace.isActive .mapPlacesPlace__content {
  transform: translateX(-50%);
  opacity: 1;
}

.-apartments .tabs__controls .is-tab-el-active {
  background-color: var(--color-accent-2);
}

.tabs__content {
  position: relative;
}

.tabs__pane {
  position: absolute;
  top: 0;
  visibility: hidden;
  transition: none;
  opacity: 0;
}

.tabs__pane.is-tab-el-active {
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  position: relative;
  opacity: 1;
  visibility: visible;
}

.tabs.-type-1 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 150px;
  z-index: 0;
}

@media (max-width: 767px) {
  .tabs.-type-1 {
    padding-top: 100px;
  }
}

@media (max-width: 575px) {
  .tabs.-type-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.tabs.-type-1 .tabs__controls {
  display: flex;
  padding: 20px 0;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .tabs.-type-1 .tabs__controls {
    margin-top: 10px;
  }
}

.tabs.-type-1 .tabs__button {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .tabs.-type-1 .tabs__button {
    font-size: 16px;
  }
}

.tabs.-type-1 .tabs__button + * {
  margin-left: 80px;
}

@media (max-width: 991px) {
  .tabs.-type-1 .tabs__button + * {
    margin-left: 32px;
  }
}

.tabs.-type-1 .tabs__button::after {
  content: "";
  background-color: currentColor;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
}

.tabs.-type-1 .tabs__button.is-tab-el-active::after {
  opacity: 1;
}

.tabs.-type-1 .tabs__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tabs.-type-1 .tabs__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.tabs.-type-1 .tabs__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shapeBg.-type-1 {
  position: absolute;
  top: 0;
}

.footer.-type-1 {
  padding-bottom: 68px;
}

@media (max-width: 767px) {
  .footer.-type-1 {
    padding-bottom: 56px;
  }
}

.footer.-type-1 .footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #2F3337;
  padding: 60px 0;
  margin: 0 60px;
}

@media (max-width: 767px) {
  .footer.-type-1 .footer__top {
    padding: 30px 0;
    margin: 0 30px;
  }
}

@media (max-width: 767px) {
  .footer.-type-1 .footer__top {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .footer.-type-1 .footer__links {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
}

.footer.-type-1 .footer__links a {
  font-size: 14px;
}

.footer.-type-1 .footer__links > * + * {
  margin-left: 24px;
}

@media (max-width: 767px) {
  .footer.-type-1 .footer__links > * + * {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .footer.-type-1 .footer__socials {
    margin-top: 30px;
  }
}

.footer.-type-1 .footer__socials a {
  font-size: 14px;
}

.footer.-type-1 .footer__socials > * + * {
  margin-left: 30px;
}

.footer.-type-1 .footer__main {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 140px;
}

@media (max-width: 767px) {
  .footer.-type-1 .footer__main {
    margin-top: 60px;
  }
}

.footer.-type-1 .footer__icon {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .footer.-type-1 .footer__icon {
    margin-bottom: 0;
  }
  .footer.-type-1 .footer__icon svg {
    width: 60px;
    height: 60px;
  }
}

.footer.-type-1 .footer__number {
  color: var(--color-accent-1);
  font-family: Jost;
  font-size: 62px;
  font-weight: 500;
  line-height: 76px;
  letter-spacing: 2.5px;
}

@media (max-width: 767px) {
  .footer.-type-1 .footer__number {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .footer.-type-1 .footer__number {
    font-size: 28px;
  }
}

.footer.-type-1 .footer__mainContent {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .footer.-type-1 .footer__mainContent {
    margin-top: 0;
  }
}

.footer.-type-1 .footer__mainContent > h4 {
  color: #71677A;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.footer.-type-1 .footer__mainContent > p {
  font-size: 15px;
  line-height: 30px;
  margin-top: 14px;
}

.footer.-type-1 .footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
}

@media (max-width: 767px) {
  .footer.-type-1 .footer__bottom {
    flex-direction: column;
    margin-top: 30px;
  }
}

.footer.-type-1 .footer__bottom > * {
  font-size: 15px;
  line-height: 26px;
  color: #71677A;
}

@media (max-width: 767px) {
  .footer.-type-1 .footer__bottom > *:first-child {
    margin-bottom: 30px;
  }
}

.footer.-type-1 .footer__bottom > *:last-child > * + * {
  margin-left: 20px;
}

.footer.-type-1.-container .footer__top {
  margin: 0;
}

@media (max-width: 767px) {
  .footer.-type-1.-container .footer__top {
    margin: 0;
  }
}

.footer.-type-1.-light .footer__top {
  border-bottom: 1px solid #F7F0EC;
}

.footer.-type-1.-accent-2 .footer__top {
  border-bottom: 1px solid rgba(25, 29, 35, 0.1);
}



body.is-cursor-active {
  cursor: none !important;
}

body.is-cursor-active * {
  cursor: none !important;
}

.cursor {
  position: fixed;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 10000;
}

.cursor__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor__follower {
  position: absolute;
  background-color: #888888;
  opacity: 0.25;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor__arrows {
  position: absolute;
  display: flex;
  opacity: 0;
  transform: scale(0.7) rotate(40deg);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor__arrows > * {
  position: relative;
  color: black;
  stroke-width: 1;
}

.cursor__arrows > *:first-child {
  left: -10px;
}

.cursor__arrows > *:last-child {
  right: -10px;
}

.cursor__label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
  transform: scale(0);
  will-change: transform, opacity;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor__icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transform: scale(0);
  will-change: transform, opacity;
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor__icon svg {
  width: 48px;
  height: 48px;
  stroke-width: 0.75;
}

.cursor {
  visibility: hidden;
}

.cursor.is-enabled {
  visibility: visible;
}

.cursor.is-hidden .cursor__wrapper {
  transform: scale(0) !important;
}

.cursor.is-mouse-down .cursor__wrapper {
  transform: scale(0.8);
}

.cursor.is-active .cursor__follower {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  transform: scale(3.4);
  opacity: 0.25;
}

.cursor.is-active.has-label .cursor__follower {
  background-color: #01213A;
  opacity: 1;
}

.cursor.is-active.has-label .cursor__label {
  transform: scale(1);
}

.cursor.is-active.has-label-light .cursor__follower {
  box-shadow: 0px 5px 70px rgba(1, 33, 58, 0.03);
  background-color: #ffffff;
  opacity: 1;
}

.cursor.is-active.has-label-light .cursor__label {
  color: var(--bg-dark-1) !important;
  transform: scale(1);
}

.cursor.is-active.has-icon .cursor__follower {
  background-color: black;
  opacity: 0.8;
}

.cursor.is-active.has-icon .cursor__icon {
  transform: scale(1);
}
@media(min-width:991px){
.logo-resize{
        max-width: 120px;
        margin-top: -8px;
       /* border-radius: 50px 0;
        padding: 10px;
        background: #fff;*/
}
}
.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  background-color: white;
  color: black;
  z-index: 500;
  opacity: 0;
  pointer-events: none;
}

.menu.-is-active {
  pointer-events: auto;
}

.menu__left {
  width: 50%;
  height: 100%;
}

@media (max-width: 575px) {
  .menu__left {
    width: 100%;
  }
}

.menu .menuNav {
  overflow-y: scroll;
  height: calc(100% - 85px);
  margin: 85px 60px;
  margin-bottom: 0;
  padding-bottom: 85px;
}

@media (max-width: 991px) {
  .menu .menuNav {
    height: calc(100% - 40px);
    margin: 40px 40px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .menu .menuNav {
    height: calc(100% - 30px);
    margin: 30px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}

.menu .menuNav::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.menu .menuNav::-webkit-scrollbar-thumb {
  background-color: #F7F0EC;
  border-radius: 100px;
}

.menu .menuNav__item > a {
  display: flex;
  align-items: center;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .menu .menuNav__item > a {
    font-size: 20px;
  }
}

.menu .menuNav__item > a i {
  font-size: 20px;
  margin-left: 12px;
}

.menu .menuNav__item > a:hover {
  color: var(--color-accent-1);
}

.menu .menuNav__item + * {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .menu .menuNav__item + * {
    margin-top: 16px;
  }
}

.menu .submenu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.menu .submenu__wrap {
  padding-top: 12px;
}

.menu .submenu__item > a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #71677A;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .menu .submenu__item > a {
    font-size: 16px;
  }
}

.menu .submenu__item + * {
  margin-top: 4px;
}

.menu__right {
  width: 50%;
  height: 100%;
}

@media (max-width: 575px) {
  .menu__right {
    display: none;
  }
}

.menu .menuImage {
  width: 100%;
  height: 100%;
}

.menu .menuImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu__close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid #228ed3;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 575px) {
  .menu__close {
    display: none;
  }
}

.menu__close i {
  transition: all 0.1s ease;
}

.menu__close:hover i {
  color: var(--color-accent-1) !important;
}

.menu.-top-header {
  padding-top: 130px;
}

@media (max-width: 575px) {
  .menu.-top-header {
    padding-top: 108px;
  }
}

.menu.-top-header .menu__close {
  top: calc(50% + 65px);
}

.-sidebar .menu__left {
  padding-left: 80px;
}

@media (max-width: 767px) {
  .-sidebar .menu__left {
    padding-left: 0;
  }
}



.marquee {
  position: relative;
}

.marquee > * {
  font-size: 150px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2.5px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .marquee > * {
    font-size: 90px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .marquee > * {
    font-size: 80px;
  }
}

.marquee > *:nth-child(1) {
  position: relative;
  left: 250px;
}

@media (max-width: 767px) {
  .marquee > *:nth-child(1) {
    left: 20%;
  }
}

.marquee > *:nth-child(2) {
  position: relative;
  right: 70%;
}

@media (max-width: 767px) {
  .marquee > *:nth-child(2) {
    right: 70%;
  }
}

.sliderNav {
 display: flex
;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 1px solid #228ed3;
    background-color: #fff;
    border-radius: 100%;
    font-size: 22px;
}

.sliderNav:hover {
  background-color: white;
  border-color: var(--color-accent-1);
}

.sliderNav.-transparent {
  border-color: var(--color-accent-1);
  background-color: transparent;
}

.sliderNav.-transparent:hover {
  background-color: var(--color-accent-1);
  color: white !important;
}



.sectionBg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.sectionBg.-left {
  right: unset;
}

@media (max-width: 991px) {
  .sectionBg.-left {
    position: relative;
    width: 100% !important;
    height: 100%;
  }
}

.sectionBg.-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sectionBg.-mx-60 {
  margin: 0 60px;
}

@media (max-width: 1600px) {
  .sectionBg.-mx-60 {
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .sectionBg.-mx-60 {
    margin: 0;
  }
}

.sectionBg.-overlay-1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

/*.table.-type-1 {
  overflow-x: scroll;
  width: 100%;
}

.table.-type-1::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.table.-type-1::-webkit-scrollbar-thumb {
  background-color: #F7F0EC;
  border-radius: 100px;
}

.table.-type-1 table {
  width: 100%;
}

.table.-type-1 table thead {
  color: white;
  background-color: var(--color-accent-1);
}

.table.-type-1 table thead tr {
  border: none;
}

.table.-type-1 table tr {
  border-bottom: 1px solid #F7F0EC;
}

.table.-type-1 table td {
  font-weight: 500;
  padding: 25px 60px;
}

@media (max-width: 1199px) {
  .table.-type-1 table td {
    padding: 20px 40px;
  }
}

.table.-type-2 {
  overflow-x: scroll;
  width: 100%;
}

.table.-type-2::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.table.-type-2::-webkit-scrollbar-thumb {
  background-color: #F7F0EC;
  border-radius: 100px;
}

.table.-type-2 table {
  width: 100%;
}

.table.-type-2 table thead {
  color: white;
  background-color: var(--color-accent-1);
}

.table.-type-2 table thead tr {
  border: none;
}

.table.-type-2 table tr {
  border-bottom: 1px solid #F7F0EC;
}

.table.-type-2 table td {
  font-weight: 500;
  padding: 18px 25px;
}

.searchInput input {
  padding: 15px 20px;
  border: 1px solid #F7F0EC;
}

.searchInput input::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  color: black;
}

.searchInput input::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  color: black;
}
*/
.imageSlider.-type-1 {
  overflow: hidden;
  position: relative;
  margin: 0 20px;
  height: 960px;
  color: white;
  z-index: 0;
}

@media (max-width: 1199px) {
  .imageSlider.-type-1 {
    height: 800px;
  }
}

@media (max-width: 991px) {
  .imageSlider.-type-1 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .imageSlider.-type-1 {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .imageSlider.-type-1 {
    height: 480px;
  }
}

.imageSlider.-type-1 .imageSlider__slider {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  border-radius: 12px;
  z-index: -1;
}

.imageSlider.-type-1 .imageSlider__image {
  position: relative;
  height: 100%;
}

.imageSlider.-type-1 .imageSlider__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(25, 29, 35, 0) 23.13%, rgba(25, 29, 35, 0.7) 100%);
}

.imageSlider.-type-1 .imageSlider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.imageSlider.-type-1 .imageSlider__title {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.imageSlider.-type-1 .imageSlider__content {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .imageSlider.-type-1 .imageSlider__content {
    padding-top: 60px;
  }
}

.imageSlider.-type-1 .imageSlider__nav {
  display: flex;
}

.imageSlider.-type-1.-center .imageSlider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 5;
}

.imageSlider.-type-1.-center .imageSlider__nav > * {
  display: flex;
  justify-content: space-between;
}

.testimonialsSection {
  position: relative;
  height: 960px;
  z-index: 0;
}

@media (max-width: 1199px) {
  .testimonialsSection {
    height: 720px;
  }
}

@media (max-width: 991px) {
  .testimonialsSection {
    height: 640px;
  }
}

@media (max-width: 767px) {
  .testimonialsSection {
    height: auto;
  }
}

.testimonialsSection .container {
  height: 100%;
}

.testimonialsSection .row {
  height: 100%;
}

.testimonialsSection__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonialsSection__bg > *:nth-child(2) {
  width: 50%;
  height: 100%;
}

@media (max-width: 1199px) {
  .testimonialsSection__bg > *:nth-child(2) {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .testimonialsSection__bg > *:nth-child(2) {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .testimonialsSection__bg > *:nth-child(2) {
    width: 100%;
  }
}

.testimonialsSection__images {
  position: relative;
  display: flex;
  width: 50%;
  height: 100%;
  z-index: -1;
  transition: .5s;
}

@media (max-width: 1199px) {
  .testimonialsSection__images {
    width: 40%;
  }
}

@media (max-width: 991px) {
  .testimonialsSection__images {
    width: 35%;
  }
}

@media (max-width: 767px) {
  .testimonialsSection__images {
    display: none;
  }
}

.testimonialsSection__images img {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonialsSection__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.imageSliderNav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  z-index: 1;
}

.imageSliderNav > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  color: white;
  font-size: 27px;
  background-color: var(--color-dark-1);
}

.imageSliderNav > *:hover {
  background-color: var(--color-dark-3);
}

.testimonialsNav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonialsNav > button {
  display: flex;
  align-items: center;
  font-size: 22px;
}

.testimonialsNav > * + * {
  margin-left: 15px;
}

.testimonialsPag {
  font-size: 14px;
}

.testimonialsPag > * {
  color: #fff;
  opacity: 0.4;
}

.testimonialsPag .is-active {
  color: #228ed3 !important;
  opacity: 1;
}

.testimonialsPag > * + * {
  margin-left: 15px;
}

.testimonialsPag.-dark .is-active {
  color: var(--color-dark-1) !important;
}

.-hover-link:hover {
  color: var(--color-accent-1);
}

.-hover-link-2:hover {
  color: var(--color-white);
}


.requestForm {
  position: relative;
  transition: 0.2s;
  pointer-events: none;
  opacity: 0;
  z-index: 5000;
}

.requestForm__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(25, 29, 35, 0.5);
  z-index: 4999;
}

.requestForm__content {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 720px;
  max-width: 100%;
  background-color: white;
  z-index: 5000;
}

.requestForm__container {
  padding: 30px 60px 80px 60px;
}

@media (max-width: 575px) {
  .requestForm__container {
    padding: 20px 20px;
  }
}

.requestForm__close {
  position: absolute;
  top: 30px;
  right: 60px;
}

@media (max-width: 575px) {
  .requestForm__close {
    top: 20px;
    right: 20px;
  }
}

.requestForm__close button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 1px solid var(--color-accent-1);
  transition: 0.15s;
}

@media (max-width: 575px) {
  .requestForm__close button {
    width: 64px;
    height: 64px;
  }
}

.requestForm__close button:hover {
  background-color: var(--color-dark-1);
  border-color: var(--color-dark-2);
  color: white;
}

.requestForm__close i {
  font-size: 13px;
}

.requestForm__title {
  font-size: 62px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .requestForm__title {
    font-size: 44px;
  }
}

@media (max-width: 575px) {
  .requestForm__title {
    font-size: 36px;
  }
}

.requestForm__form {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .requestForm__form {
    margin-top: 20px;
  }
}

.requestForm.is-active {
  pointer-events: auto;
  opacity: 1;
}

.hover-btn-explore__item {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.9);
  transition: .3s;
  opacity: 0;
  z-index: 5;
}

.hover-btn-explore:hover .hover-btn-explore__item {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.-hover-iconCard-1 {
  transition: 0.2s;
}

.-hover-iconCard-1:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0);
  color: white;
}

.hover-icon-1__item {
  transition: .2s;
}

.hover-icon-1:hover .hover-icon-1__item {
  background-color: var(--color-accent-1) !important;
  color: white !important;
}


.toTopButton {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
    height: 70px;
  color: var(--color-accent-1);
  border-radius: 100%;
  border: 1px solid var(--color-accent-1);
  transition: .15s;
  z-index: 500;
}

@media (max-width: 767px) {
  .toTopButton {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
  }
}

.toTopButton.is-hidden {
  pointer-events: none;
  opacity: 0;
}

.toTopButton > * {
  display: block;
  transform: rotate(180deg);
  font-size: 20px;
}

.toTopButton:hover {
  background-color: var(--color-accent-1);
  color: white;
}
#home-video {
      position: relative;
    height: 100vh;
    overflow: hidden
}
@media (min-width: 768px) {
    #home-video {
        width: 100vw;
        height: 100vh;
    }

    #home-video .wp-video-shortcode {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
    }
}

@media (max-width: 767px) {
    #home-video {
       width: 100vw;
        height: 70vh;
        position: relative;
    }
    .bnr-home-txt {
    position: absolute;
    bottom: 5%;
    left: 0 !important;
    z-index: 3;
}
    .bnr-home-txt h1 {
        font-size: 38px ;
    }

   .bnr-home-txt p {
    font-size: 14px;
}
    #home-video .wp-video-shortcode {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
}
.service-section{
      background-image: url(../img/shape1.svg);
    /* background-size: cover; */
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-color: #6866666e !important;
    padding: 80px 0;
}
.about-section{
  padding: 80px 0;
}
.gallery-section{
  padding: 80px 0 0;
}
.planning-sec{
  padding: 80px 0;
}
.project-slider{
   padding: 80px 0;
}
.cta-section{
  padding: 80px 0;
}
.testimonials-sec{
  
    padding: 80px 0;
    background-image: url(../img/bg-testi1.jpg);
    /* background-blend-mode: overlay; */
    /* background-color: #403e3e !important; */
    background-size: cover;
}
.contact-sec{
     padding: 80px 0;
    background-image: url(../img/pattern-2.png);
   /* background-blend-mode: overlay;
    background-color: #403e3e !important;*/
}
@media(max-width:991px){
  .logo-resize{
    max-width: 100px;
  }
  .about-section {
    padding: 40px 0;
}
.gallery-section{
  padding: 40px 0 0;
}
.planning-sec{
  padding: 40px 0;
}
.service-section{
padding: 40px 0;
}
.project-slider{
   padding: 40px 0;
}
.cta-section{
  padding: 40px 0;
}
.testimonials-sec{
  padding: 40px 0;
}
.contact-sec{
   padding: 40px 0;
}
}
.service-section .s-box{
/*  clip-path: polygon(0% 0%, 95% 0%, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0% 95%, 0% 5%);*/
      border-top: 5px solid var(--color-accent-1);
}
.footer.-type-2 {
  position: relative;
  padding-top: 120px;
  z-index: 0;
}

@media (max-width: 991px) {
  .footer.-type-2 {
    padding-top: 80px;
  }
}

.footer.-type-2 .footer__logo img {
  width: 200px;
}

@media (max-width: 991px) {
  .footer.-type-2 .footer__logo img {
    width: 140px;
  }
}

.footer.-type-2 .footer__mainTitle {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .footer.-type-2 .footer__mainTitle {
    font-size: 42px;
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .footer.-type-2 .footer__mainTitle {
    font-size: 32px;
  }
}

.footer.-type-2 .footer__list {
  margin-top: 20px;
}

.footer.-type-2 .footer__list > * {
  display: block;
  font-size: 15px;
}

.footer.-type-2 .footer__list > * + * {
  margin-top: 6px;
}

.footer.-type-2 .footer__bottom {
  padding-top: 30px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .footer.-type-2 .footer__bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.footer.-type-2 .footerForm {
  margin-top: 30px;
}

.footer.-type-2 .footerForm__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.footer.-type-2 .footerForm__input input {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid black;
}

.footer.-type-2 .footerForm__button {
  width: 100%;
  margin-top: 25px;
}

.footer.-type-2.-dark .footer__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 55.4vw;
  background-color: #15191F;
  z-index: -1;
}

@media (max-width: 1199px) {
  .footer.-type-2.-dark .footer__bg {
    width: 60vw;
  }
}

@media (max-width: 991px) {
  .footer.-type-2.-dark .footer__bg {
    display: none;
  }
}

.footer.-type-2.-dark .footerForm__input input {
  border-color: white;
}
.footer.-type-2.-dark .footer__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 55.4vw;
    background-color: #9E9E9E;
    z-index: -1;
}
.footer.-type-2 {
    position: relative;
    padding-top: 80px;
    z-index: 0; background: #e5e4e2;

}
.swiper-wrapper {
    
    height: 100% !important;
   
}
.footer__title{

}
.footer_nav2 {padding:0;margin:0;list-style:none;;}
.footer_nav2 li{display:block;margin:0 0 15px;display:block;color:#000;font-size:15px;padding:0 0 0 34px;position:relative;line-height:25px;}
.footer_nav2 li i{position:absolute;left:0;margin-top:2px;font-size:20px;color:#000}
.main-menu ul{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    align-items:center;
    gap:40px;
}

.main-menu ul li{
    position:relative;
}

.main-menu ul li a{
         display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    /* padding: 25px 0; */
    transition: .3s;
    /* font-size: 12px; */
    font-weight: 500;
    text-transform: uppercase;
    /* letter-spacing: 2px */
}

/* .main-menu ul li:hover > a{
    color:#e41e26;
} */
.header.-type-1.-is-sticky .main-menu ul li a {
    
    color: #000;
   
}
.header.-type-1.-is-sticky  .header__socials > a {
    font-size: 20px;
    color: #000000;
}
/* Arrow */
.menu-item-has-children > a::after{
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 8px;
    font-size: 12px;
}

/* Dropdown */
.sub-menu{
    position:absolute;
    top:120%;
    left:0;
    width:260px;
    background:#fff;
    /* border-radius:15px; */
    padding:12px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);

    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:.35s ease;
    z-index:999;
    display:block !important;
}

.menu-item-has-children:hover .sub-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    top:100%;
}

.sub-menu li{
    width:100%;
}

.sub-menu li a{
    padding:8px 18px;
    border-radius:10px;
    font-size:15px !important;
    font-weight:500;
    color:#000 !important;
}

.sub-menu li a:hover{
    background:#f5f7fa;
    color:#000;
    /* padding-left:25px; */
}.c-video-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / .4);
    z-index: 2;
}
.bnr-home-txt {
    position: absolute;
    bottom: 5%;
    left: 6%;
    z-index: 3;
}.c-video-head {
      --bs-white-rgb: 255, 255, 255;
  --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    font-size: 48px;
}
.bnr-home-txt {
    position: absolute;
    bottom: 5%;
    left: 6%;
    z-index: 3;
    /* position: absolute;
    bottom: 5%;
    left: 6%;
    z-index: 3;
    top: 50%; */
}

.c-video-section {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.c-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
    object-fit: cover;
    z-index: 1
}

.c-video-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / .4);
    z-index: 2
}

.c-video-content {
    position: relative;
    z-index: 3;
    text-align: center
}

.c-video-head {
    font-size: 48px
}
.iconCard.-type-2 {
  display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.iconCard.-type-2 .iconCard__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 40px;
  border-radius: 100%;
  border: 1px solid var(--color-accent-1);
  margin: 0 auto;
  margin-bottom: 30px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      outline: 1px solid #817974;
    outline-offset: -10px;    color: #fff;
}
.text-white{
  color: white !important;
}
@media (max-width: 767px) {
  .iconCard.-type-2 .iconCard__icon {
    margin-bottom: 20px;
  }
}

.iconCard.-type-2 .iconCard__title {
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-family: 'Jost';
    
}

.iconCard.-type-2 .iconCard__text {
  margin-top: 6px;
}

/* .iconCard.-type-2:hover .iconCard__icon {
  color: white;
  background-color: var(--color-accent-1);
}

.iconCard.-type-2:hover .iconCard__title {
  color: white;
}

.iconCard.-type-2:hover .iconCard__text {
  color: white;
}

.iconCard.-type-2.-hover-2:hover .iconCard__icon {
  color: white;
  background-color: var(--color-accent-1);
}

.iconCard.-type-2.-hover-2:hover .iconCard__title {
  color: black;
}

.iconCard.-type-2.-hover-2:hover .iconCard__text {
  color: black;
} */

.iconCard.-type-2.-dark:hover .iconCard__icon {
  color: white;
  background-color: var(--color-accent-1);
}

.iconCard.-type-2.-dark:hover .iconCard__title {
  color: black;
}

.iconCard.-type-2.-dark:hover .iconCard__text {
  color: black;
}

.iconCard.-type-2.-light .iconCard__icon {
  border: 1px solid rgba(255, 255, 255, 0.1);
   background-color: rgba(255, 255, 255, 0.1);
}

.iconCard.-type-2.-light:hover .iconCard__icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.layout-pb-lg {
    padding-bottom: 80px !important;
    padding-top: 60px !important;
}
.c-video-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}.bg-black {
    --bs-bg-opacity: 1;
    /* background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; */
}.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}.position-relative {
    position: relative !important;
}.c-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: fill;
    z-index: 1;
}
audio, embed, img, object, video {
    height: auto;
    max-width: 100%;
}.c-video-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 69%);
    z-index: 2;
}.bnr-home-txt {
    position: absolute;
    bottom: 5%;
    left: 6%;
    z-index: 3;
}.c-video-head {
    font-size: 48px; 
    font-family: 'Jost';
}.mb-4 {
    margin-bottom: 1.5rem !important;
}

@media (min-width: 992px) {
    .txt-20 {
        font-size: 20px;
    }
}
.bg-image{
       position: relative;
    overflow: hidden;
    background-color: #00000096;
}

.bg-image::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/cta1.png") center center / cover no-repeat;
    z-index: -2;
}

.bg-image::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5); /* overlay color */
    z-index: -1;
}

.bg-image > *{
    position: relative;
    z-index: 1;
}.contact-sec{
    background:#f7f8fa;
    padding:100px 0;
    position:relative;
}

.contact-wrapper{
    display:flex;
    flex-wrap:wrap;
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.contact-info{
    width:40%;
    background:linear-gradient(135deg, #9E9E9E, #000000);
    color:#fff;
    padding:60px;
    position:relative;
}

.contact-info:before{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    top:-80px;
    right:-80px;
}

.sub-title{
    color:#c8a45d;
    font-size:14px;
    letter-spacing:2px;
    font-weight:600;
}

.contact-info h2{
    font-size:42px;
    margin:15px 0;
    line-height:1.2;
}

.contact-info p{
    color:#cfcfcf;
    margin-bottom:40px;
}

.contact-box{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:25px;
}

.contact-box i{
    width:55px;
    height:55px;
    background:#000;
    color:#fff;
    border-radius:50%;
    text-align:center;
    line-height:55px;
    font-size:20px;
}
.black{ color: black;}
.contact-box h6{
       margin: 0;
    color: #fff;
    font-size: 20px;
    font-family: 'Jost';
}

.contact-box span{
    color:#d4d4d4;
    font-size:16px;
}
.icon-home-automation p{ color: #000;}
.contact-form-box{
    width:60%;
    padding:60px;
    background:#fff;
}

.contact-form-box h2{
    font-size:42px;
    margin-top:10px;
    color:#111;
}

.contact-form-box input,
.contact-form-box textarea{
    width:100%;
    border:none;
    background:#f4f4f4;
    border-radius:12px;
    padding:16px 20px;
    margin-bottom:20px;
    font-size:15px;
    transition:.3s;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus{
    outline:none;
    background:#fff;
    box-shadow:0 0 0 2px #c8a45d;
}

.contact-form-box button{
    width:100%;
    border:none;
    padding:16px;
    border-radius:12px;
    background:#000;
    color:#fff;
    font-weight:600;
    letter-spacing:1px;
    transition:.3s;
}

.contact-form-box button:hover{
    background:#c8a45d;
}

@media(max-width:991px){

    .contact-info,
    .contact-form-box{
        width:100%;
    }

    .contact-info,
    .contact-form-box{
        padding:40px 30px;
    }

    .contact-info h2,
    .contact-form-box h2{
        font-size:32px;
    }
}
.spotlight-projects{
    background:#f6f4f3;
    padding:100px 0;
}

.section-head{
    margin-bottom:40px;
}

.section-head span{
    display:inline-block;
    font-size:12px;
    letter-spacing:4px;
    color:#8b7f7f;
    position:relative;
    margin-bottom: 0;
    white-space: nowrap;
    color: #51383B99;
    font-family: 'Cormorant Garamond', serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.section-head span:before,
.section-head span:after{
    content:"";
    width:100px;
    height:1px;
    background:#d7d0cc;
    position:absolute;
    top:50%;
}

.section-head span:before{
    right:110%;
}

.section-head span:after{
    left:110%;
}

.section-head h2{
    font-size:64px;
    font-weight:300;
    color:#000;
    margin-top:15px;
}

.project-item{
    display:grid;
    grid-template-columns:480px 1fr;
    gap:80px;
    align-items:center;
}

.project-content h3{
    font-size:70px;
    font-weight:300;
    color:#000;
    margin-bottom:25px;
}

.location{
    display:flex;
    align-items:center;
    gap:12px;
    color:#000;
    text-transform:uppercase;
    font-size:13px;
    margin-bottom:30px;
}

.location span{
    width:28px;
    height:1px;
    background:#000;
}

.project-content p{
    color:#000;
    line-height:2;
    font-size:18px;
    margin-bottom:40px;
}

.btn-project{
     display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 55px;
    border: 1px solid #000000;
    color: #000;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 12px;
}

.project-image img{
    width:100%;
    height:520px;
    object-fit:cover;
    border-radius:4px;
}

.project-bottom{
    margin-top:60px;
    border-top:1px solid #ddd;
    padding-top:30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.swiper-pagination{
    position:relative !important;
    width:auto !important;
    bottom:auto !important;
}

.swiper-pagination-bullet{
    width:14px;
    height:4px;
    border-radius:10px;
    background:#c9c9c9;
    opacity:1;
    margin:0 6px !important;
}

.swiper-pagination-bullet-active{
    width:55px;
    background:#5c4645;
}

.right-controls{
    display:flex;
    align-items:center;
    gap:25px;
}

.slide-counter{
    color:#5c4645;
    font-size:14px;
    letter-spacing:2px;
}

.swiper-button-prev,
.swiper-button-next{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    width:48px;
    height:48px;
    margin:0;
    border:1px solid #6a5552;
    border-radius:50%;
}

.swiper-button-prev:after,
.swiper-button-next:after{
    font-size:14px;
    color:#6a5552;
}.projectSwiper{
    overflow:hidden;
}

.projectSwiper .swiper-wrapper{
    align-items:center;
}

.projectSwiper .swiper-slide{
    width:100% !important;
    flex-shrink:0;
}

.project-item{
    display:grid;
    grid-template-columns: 40% 60%;
    gap:80px;
    align-items:center;
}.projectSwiper .swiper-slide{
    width:100% !important;
    overflow:hidden;
}

.project-item{
    display:grid;
    grid-template-columns: 40% 60%;
    gap:80px;
    align-items:center;
}

.project-content{
    min-width:0;
    overflow:hidden;
}

.project-content h3{
    font-size:70px;
    line-height:1.1;
    word-break:break-word;
}

.project-image{
    width:100%;
}

.project-image img{
    width:100%;
    display:block;
}.project-item{
    display:grid;
    grid-template-columns: 50% 50%;
    gap:80px;
    align-items:center;
}

.project-image{
    min-width:0;
    width:100%;
}

.project-image img{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
}.swiper-button-prev::after,
.swiper-button-next::after{
    display:none;
}

.swiper-button-prev,
.swiper-button-next{
    width:50px;
    height:50px;
    border:1px solid #6b5552;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#6b5552;
    background:#fff;
}

.swiper-button-prev::before{
    content:"‹";
    font-size:30px;
    line-height:1;
}

.swiper-button-next::before{
    content:"›";
    font-size:30px;
    line-height:1;
}.swiper-button-prev::after,
.swiper-button-next::after{
    display:none;
}

.swiper-button-prev,
.swiper-button-next{
    width:50px;
    height:50px;
    border:1px solid #6b5552;
    border-radius:50%;
    color:#6b5552;
}

.swiper-button-prev i,
.swiper-button-next i{
    font-size:22px;
}
.mana-footer{
    background:#2d2d2f;
    padding:80px 0 30px;
    color:#fff;
}

/* .footer-top{
    padding-bottom:40px;
} */

.footer-logo img{
    max-width:100px;
    margin-bottom:25px;
}

.footer-address p{
       color: #000;
    margin-bottom: 8px;
font-size: 16px;
    line-height: 1.8;
}

.footer-top ul li a{
    color: #000;
    text-decoration: none;
    font-size: 17px;
    transition: .3s;
}


.mana-footer h5{
    color:#fff;
    font-size:15px;
    letter-spacing:3px;
    margin-bottom:30px;
    font-weight:500;
}

.mana-footer ul{
    margin:0;
    padding:0;
    list-style:none;
}

.mana-footer ul li{
    margin-bottom:18px;
}

.mana-footer ul li a{
    color:#d7d7d7;
    text-decoration:none;
    font-size:18px;
    transition:.3s;
}

.mana-footer ul li a:hover{
    color:#fff;
    padding-left:5px;
}

.footer-social{
    display:flex;
    gap:12px;
}

.footer-social a{
    width:40px;
    height:40px;
    background:#9E9E9E;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-social a:hover{
    background:#fff;
    color:#222;
}

.footer-divider{
       border-top: 1px solid rgb(36 19 19 / 15%);
    margin: 15px 0 5px;
}

.footer-bottom{
   display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.copyright{
    color:#000;
    font-size:16px;
}

.footer-links{
    display:flex;
    flex-wrap:wrap;
    gap:25px;
}

.footer-links a{
       color: #000;
    text-decoration:none;
    font-size:15px;
    transition:.3s;
}

.footer-links a:hover{
    color:#fff;
}

@media(max-width:991px){

    .footer-bottom{
        flex-direction:column;
        text-align:center;    gap: 0;
    }

    .footer-links{
        justify-content:center;
    }

    .mana-footer{
        padding:60px 0 25px;
    }

    .mana-footer h5{
        margin-top:20px;
    }
}
.foot-title{
      font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--e-global-color-accent);
    font-family: 'Jost';
    margin-bottom: 20px;
}@media (max-width: 767px) {
  .project-content h3 {
    font-size:29px; 
}.section-head h2 {
    font-size: 41px; 
}.black {
    color: black;
    text-align: center;
    font-size: 14px;
}
    .project-item {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .project-image {
        order: 1;
    }

    .project-content {
        order: 2;
    }
}
#page-header {
      position: relative;
    height: 100vh;
    overflow: hidden
}
@media (min-width: 768px) {
    #page-header {
        width: 100vw;
        height: 30vh;
    }

    #page-header .wp-video-shortcode {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
    }
}

#page-header .bnr-home-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    padding: 30px 0;
}
 #page-header .bnr-home-txt h1 {
        font-size: 38px ;
        text-align: center;
            margin-bottom: 0 !important;
    }

    #page-header .bnr-home-txt p {
    font-size: 14px;text-align: center;
}
#page-header img{
  width: 100%;
}

.pageHeader.-type-1 {
  position: relative;
  color: white;
      padding-top: 150px;
    padding-bottom: 161px;
  z-index: 0;
}

.pageHeader.-type-1.-pb-sm {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .pageHeader.-type-1.-pb-sm {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .pageHeader.-type-1.-pb-sm {
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .pageHeader.-type-1 {
    padding-top: 220px;
    padding-bottom: 140px;
  }
}

@media (max-width: 767px) {
  .pageHeader.-type-1 {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}

.pageHeader.-type-1 .pageHeader__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: black;
}

.pageHeader.-type-1 .pageHeader__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pageHeader.-type-1 .pageHeader__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: var(--color-dark-2); */
  background: #00000096;
  /* opacity: 0.2; */
}

.pageHeader.-type-1 .pageHeader__title {
  font-size: 66px;
    /* font-weight: 500; */
    line-height: 75px; 
    /* text-transform: uppercase; */
    font-family: 'Jost', serif;
}

@media (max-width: 991px) {
  .pageHeader.-type-1 .pageHeader__title {
    font-size: 60px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .pageHeader.-type-1 .pageHeader__title {
    font-size: 40px;
  }
}

.pageHeader.-type-1 .pageHeader-nav {
  display: flex;
  text-transform: uppercase;
  margin-top: 5px;
}

.pageHeader.-type-1 .pageHeader-nav > span {
  margin: 0 5px;
}

.pageHeader.-type-1 .pageHeader-nav__link a, .pageHeader.-type-1 .pageHeader-nav__link span {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.about-sec{
    background:#f5f4f2;
    padding:100px 0;
}

.about-img-wrap{
    position:relative;
    width:100%;
}

.about-img{
    /* max-width:550px; */
    margin:auto;
    border:1px solid #ddd;
    padding:0  40px  40px 0;
    background:#f5f4f2;
}

.about-img img{
    width:100%;
    display:block;
    object-fit:cover;
        box-shadow: 0 25px 50px -12px #00000040;
}

.year-badge{
    position:absolute;
    left:-55px;
    top:60px;
    z-index:5;
}

.year-badge img{
    width:190px;
}

/* .about-content{
    padding-left:70px;
} */

.sub-title{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:25px;
}

.sub-title span{
   margin-bottom: 0;
    /* white-space: nowrap; */
    color: #51383B99;
    font-family: 'Cormorant Garamond', serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.sub-title::after{
    content:"";
    height:1px;
    background:#d4cbc6;
    flex:1;
}
.about-img-wrap{
    position: relative;
    display: inline-block;
}

.year-badge{
    position: absolute;
    top: 60px;
    left: -55px;
    width: 190px;
    height: 115px;
    background: #686666;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-inner{
    display: flex;
    align-items: center;
    gap: 12px;
}

.badge-number{
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    font-family: serif;
}

.badge-text{
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* Responsive */

@media(max-width:991px){

.year-badge{
    left: 0;
    top: 20px;
    width: 160px;
    height: 95px;
}

.badge-number{
    font-size: 55px;
}

.badge-text{
    font-size: 11px;
}

}
.about-content h2{
        font-size: 68px;
    line-height: 1.1;
    color: #000;
    font-weight: 300;
    margin-bottom: 35px;
    font-family: 'Cormorant Garamond';
}

.about-content p{
    font-size:19px;
    line-height:1.9;
    color:#000;
    margin-bottom:18px;
}

/* Responsive */

@media(max-width:991px){

.about-content{
    padding-left:0;
    /* margin-top:50px; */
}

.about-content h2{
    font-size:42px;
}

.year-badge{
    left:0;
    top:20px;
}

}
.lifestyle-section{
    padding:100px 0;
    background:#fff;
}

.lifestyle-img-wrap{
    position:relative;
    max-width:720px;
}

.main-img{
    padding:14px;
    border:1px solid #ddd;
}

.main-img img{
    width:100%;
    height:700px;
    object-fit:cover;
    display:block;
}

.small-img{
    position:absolute;

    left: -60px;
    bottom: 15px;
    width: 230px;
    background: #fff;
    padding: 10px;
    z-index: 2;
    left: -10%;
    bottom: 0;
}

.small-img img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
}

/* Content */

.life-content{
    padding-left:60px;
}

.sub-head{
    display:flex;
    align-items:center;
    margin-bottom:30px;
}

.sub-head span{
    color:#9c8075;
    letter-spacing:6px;
    font-size:13px;
}

.sub-head::after{
    content:"";
    flex:1;
    height:1px;
    background:#ddd;
    margin-left:20px;
}

.life-content h2{
       font-size: 68px;
    line-height: 1.1;
    color: #000;
    font-weight: 300;
    margin-bottom: 35px;
    font-family: 'Cormorant Garamond';
}

.life-content p{
    font-size:18px;
    line-height:1.9;
    color:#000;
    /* margin-bottom:22px; */
}
.main-img{
    padding:14px;
    position: relative;
    border:1px solid #ddd;
    overflow:hidden; /* important */
}

.main-img img{
    width:100%;
    height:700px;
    object-fit:cover;
transition: all .5s ease;
}

.main-img:hover img{
       transform: scale(1.1);
    transition: all .5s ease;
}
/* Responsive */

@media(max-width:991px){

.life-content{
    padding-left:0;
    margin-top:80px;
}

.life-content h2{
    font-size:42px;
}

.main-img img{
    height:auto;
    
}

.small-img{
    width:160px;
    left:0;
    bottom:-40px;
}

.small-img img{
    height:180px;
}

}.award-section{
    background:#fff;
    padding:100px 0;
}

.award-heading{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:20px;
}


.award-card{
       
            padding: 40px;
    border: 1px solid #ececec;
    background: #fff;
    height: 100%;
     transition:.4s;
}

.award-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.year{
    color:#6b4e4e;
    font-size:20px;
}

.award-top img{
    width:34px;
}

.award-card h3{
    font-size:32px;
    color:#463235;
    font-weight:400;
    line-height:1.3;
    margin-bottom:25px;
    font-family:serif;
}

.label{
    font-size:10px;
    letter-spacing:3px;
    color:#999;
}

.award-card h6{
    font-size:14px;
    margin-top:10px;
    color:#7c6666;
}

.award-line{
    width:100%;
    height:1px;
    background:#d9d4d1;
    margin:25px 0;
}

.award-card p{
    font-size:12px;
    color:#5d5d5d;
}

.award-card:hover{
    transform:translateY(-5px);
    transition:.4s;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .10196078431372549);
}

/* Responsive */

@media(max-width:991px){

.award-section h2{
    font-size:40px;
}

.award-card h3{
    font-size:26px;
}

}
.m-b30 {
    margin-bottom: 30px;
}
.section-head {
    position: relative;
    z-index: 1;
}.wt-small-separator {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #e0734c;
    text-transform: uppercase;
    z-index: 1;
    font-family: "Urbanist", serif;
    text-align: center;
}.wt-small-separator > i {
    color: #fff;
    padding-bottom: 10px;
    display: block;
}.icon-box-style-three-title .icon-box-style-three-title-bg .wt-title {
    margin-bottom: 0px !important;
}
.title_split_anim {
    font-size: 44px !important;
    font-family: "Marcellus", serif !important;
    line-height: 1.2;
    color: #443935;
}

.icon-box-style-three-title {
  display: flex;
  align-items: end;
  height: 100%;
  background-image: url(../img/ab-bg.jpg);
  background-size: cover;
}
@media (max-width: 767px) {
  .icon-box-style-three-title {
    height: 400px;
  }
}
.icon-box-style-three-title .icon-box-style-three-title-bg {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
}
.icon-box-style-three-title .icon-box-style-three-title-bg .wt-title {
  margin-bottom: 0px !important;
}
@media (max-width: 575px) {
  .icon-box-style-three-title {
    position: relative;
    padding-top: 30px;
  }
}

.icon-box-style-three-wrap {
  position: relative;
}
.icon-box-style-three-wrap .wt-icon-box-wraper {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-box-style-three-wrap .icon-box-style-three {
  padding: 60px 40px;
  border: 1px solid #443935;
  background-color: #f7f6f4;
  transition: all 0.5s ease-in-out;
  -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
          clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.icon-box-style-three-wrap .icon-box-style-three:hover {
  -webkit-clip-path: polygon(0% 0%, 15% 15%, 0% 0%, 100% 0%, 85% 15%, 100% 0%, 100% 100%, 85% 85%, 100% 100%, 0% 100%, 15% 85%, 0% 100%);
          clip-path: polygon(0% 0%, 15% 15%, 0% 0%, 100% 0%, 85% 15%, 100% 0%, 100% 100%, 85% 85%, 100% 100%, 0% 100%, 15% 85%, 0% 100%);
  background-color: #fff;
}
.icon-box-style-three-wrap .icon-box-style-three .icon-box-three-title {
  margin-bottom: 10px;
}
.icon-box-style-three-wrap .icon-box-style-three .icon-box-three-title .wt-title {
  font-size: 31px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 39px;
}
.icon-box-style-three-wrap .icon-box-style-three .icon-box-three-content p {
  margin-bottom: 20px;
}
.what-we-do{
      background: #f7f6f4;
    padding: 90px 0;
}.twm-ab2-section-wrap {
    background-size: cover;
    background-position: bottom;
    padding: 90px 0;
}
.twm-ab2-section-wrap {
  background-size: cover;
  background-position: bottom;
}
.twm-ab2-section-wrap .twm-ab2-section-bx {
  background-color: #f9f3ea;
  padding: 50px;
  margin-bottom: 30px;
}
@media (max-width: 420px) {
  .twm-ab2-section-wrap .twm-ab2-section-bx {
    padding: 30px;
  }
}
.twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-quote-section {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 360px) {
  .twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-quote-section {
    display: block;
  }
}
.twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-quote-section i {
  font-size: 60px;
  color: #e2791d;
  margin-right: 10px;
}
.twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-quote-section p {
  font-family: "Marcellus", serif;
  font-size: 22px;
  color: #443935;
  margin-bottom: 0px;
}
@media (max-width: 420px) {
  .twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-quote-section p {
    font-size: 18px;
  }
}
.twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-au-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-au-name {
    display: block;
  }
}
.twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-au-name .twm-ab2-au-left {
  position: relative;
  margin-left: 60px;
}
@media (max-width: 575px) {
  .twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-au-name .twm-ab2-au-left {
    margin-bottom: 20px;
  }
}
.twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-au-name .twm-ab2-au-left:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #e2791d;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateX(-50%);
}
.twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-au-name .twm-ab2-au-left span {
  display: block;
  color: #e2791d;
}
@media (max-width: 575px) {
  .twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-au-name .twm-ab2-au-sign {
    max-width: 120px;
  }
}
.contact-section{
  padding: 90px 0;    background: #f5f4f2;
}.contact-one {
  position: relative;
  background-color: #fff;
  padding: 60px;
}
@media (max-width: 768px) {
  .contact-one {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .contact-one {
    padding: 15px;
  }
}
.contact-one .contact-info {
  position: relative;
  z-index: 1;
}

.c-info-column-media {
  margin-bottom: 60px;
  height: 440px;
}
@media (max-width: 768px) {
  .c-info-column-media {
    height: 280px;
  }
}
.c-info-column-media img {
  width: 100%;
  height: 600px;
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .c-info-column-media img {
    height: 500px;
  }
}

.c-info-column-wrap {
  margin-right: 30px;
}
.c-info-column-wrap .c-info-column {
  position: relative;
  margin-bottom: 20px;
  display: flex;
}
.c-info-column-wrap .c-info-column .c-info-icon {
  font-size: 18px;
  line-height: 18px;
  margin-top: 10px;
  min-width: 60px;
  color: #e2791d;
}
.c-info-column-wrap .c-info-column span {
     font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 0px;
    color: #443935;
}
.c-info-column-wrap .c-info-column p {
  margin-bottom: 0;
}
.c-info-column-wrap .c-info-column p a{
  color:#000
}
.contact-form-outer {
 background: #443935;
    padding: 40px;
    color: #fff;
}
@media (max-width: 768px) {
  .contact-form-outer {
    padding: 20px;
  }
}

.cons-contact-form .wt-title {
  margin-bottom: 30px;
}
.cons-contact-form .form-group {
  margin-bottom: 10px;
}
.cons-contact-form .form-control {
  height: 52px;
  padding: 10px 20px;
  background-color: #fff;
  border-bottom: 1px solid #cecece;
}
.cons-contact-form .form-control:focus {
  box-shadow: none;
  background-color: #e7e7e7;
}
.cons-contact-form textarea.form-control {
  padding-top: 15px;
  height: 100px;
  /* margin-bottom: 40px; */
  resize: none;
}
.social-icons-contact {
    margin: 40px 0px 0 0;
    display: flex;
    justify-content: left;
    padding-top: 20px;
    border-top: 1px solid #e4e4e4;
}.twm-social2 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
}.twm-social2 ul li {
    margin-right: -1px;
    padding: 0px;
}.twm-social2 ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    z-index: 0;
    transition: 0.5s;
    padding: 6px 15px;
    margin-bottom: 6px;
    margin-right: 0px;
    color: #443935;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}.twm-social2 ul li a.tm-s-x:before {
    background: #000;
}

.twm-social2 ul li a::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: -1;
}
.site-button {
    outline: none;
    color: #fff;
    padding: 15px 35px;
    border-radius: 5px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-flex;
   
    text-transform: uppercase;
    background-color: #18191a;
    border: none;
    font-size: 15px;
    transition: 0.5s all ease;
    white-space: nowrap;
    text-decoration: none;
}
.contact-form-outer h3{
  font-size: 48px;
    line-height: 1.1;
  
    font-weight: 300;
    margin-bottom: 35px;
    font-family: 'Cormorant Garamond';
}

.career-form{
    padding:120px 0;
    background:
    #f5f4f2
}

.career-form .form-box{
    position:relative;
    background:#fff;
    padding:60px;
    

    
    overflow:hidden;
}

/* .career-form .form-box::before{
    content:"";
    position:absolute;

    width:220px;
    height:220px;

    top:-120px;
    right:-120px;

    border-radius:50%;

    background:
    radial-gradient(
    circle,
    rgba(13,110,253,.18),
    transparent
    );
} */

.career-form .section-title{
    font-size:48px;
    font-weight:800;

    text-align:center;

    margin-bottom:45px;

    color:#111827;
}

.career-form .section-title::after{
    content:"";

    width:80px;
    height:4px;

    background:#0d6efd;

    display:block;

    margin:15px auto 0;

    border-radius:50px;
}

.career-form .form-control,
.career-form .form-select{

    height:64px;

    /* border-radius:16px; */

    border:1px solid #dde4ef;

    background:#fbfcff;

    padding:0 22px;

    font-size:15px;

    transition:.3s;

    box-shadow:none;
}

.career-form textarea.form-control{

    height:170px;

    resize:none;

    padding-top:20px;
}

.career-form .form-control:hover,
.career-form .form-select:hover{

    border-color:#bfd5ff;
}

.career-form .form-control:focus,
.career-form .form-select:focus{

    border-color:#0d6efd;

    background:#fff;

    box-shadow:
    0 0 0 5px
    rgba(13,110,253,.12);
}

.career-form .form-control::placeholder{
    color:#98a2b3;
}

/* FILE */

.career-form input[type=file]{

    height:auto;

    padding:16px;

    cursor:pointer;
}

.career-form input[type=file]::file-selector-button{

    border:none;

   padding: 15px 30px;
    background: #665b5b;
    color: #fff;

    margin-right:15px;

   

    font-weight:600;
}

.career-form input[type=file]::file-selector-button:hover{
    opacity:.9;
}

/* BUTTON */

.career-form .submit-btn{

   padding: 15px 30px;
    background: #665b5b;
    color: #fff;
}

.career-form .submit-btn:hover{

    transform:
    translateY(-4px);

    box-shadow:
    0 25px 45px
    rgba(13,110,253,.35);
}

.career-form .row>*{
    margin-bottom:10px;
}

/* Responsive */

@media(max-width:991px){

.career-form .form-box{
    padding:40px;
}

.career-form .section-title{
    font-size:36px;
}

}

@media(max-width:767px){

.career-form{
    padding:70px 0;
}

.career-form .form-box{
    padding:30px 22px;
}

.career-form .section-title{
    font-size:30px;
}

.career-form .form-control,
.career-form .form-select{
    height:56px;
}

.career-form textarea.form-control{
    height:150px;
}

.career-form .submit-btn{
    height:60px;
}

}
.project-section{
  padding: 90px 0;
}
.p-gap{
  padding-bottom: 80px;
}

.ap-banner{
height:740px;

background-image:url("../img/pp7.jpg");
background-position:center;
background-size:cover;
background-repeat:no-repeat;

/* smoother rendering */
will-change: transform;
}

.ap-description-sec{
padding:55px 0 70px;
background:#fff;
}

.ap-description-inner{
    margin: auto;
    margin-top: -227px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0 0 16px rgb(0 0 0 / .16);
    padding: 50px;
        z-index: 9;
    position: relative;
}

.ap-description-title{
margin-bottom:14px;
}

.ap-description-title span{
font-size:15px;
font-weight:500;
letter-spacing:.8px;
color:#777;
display:inline-block;
}

.ap-description{
max-width:920px;
}

.ap-project-name{
font-size:72px;
line-height:1.05;
font-weight:400;
color:#191919;
margin-bottom:16px;
font-family:Georgia, serif;
}

.ap-address{
font-size:22px;
color:#707070;
/* margin-bottom:32px; */
}

.ap-description p{
font-size:20px;
line-height:1.95;
color:#5a5a5a;
margin-bottom:22px;
font-weight:400;
}

.ap-readmore{
background:none;
border:0;
padding:0;
font-size:18px;
font-weight:500;
color:#111;
position:relative;
}

.ap-readmore::after{
content:"";
position:absolute;
left:0;
bottom:-4px;
width:100%;
height:1px;
background:#111;
}

.ap-readmore:hover{
opacity:.8;
}

@media (max-width:991px){

.ap-banner{
height:520px;
}

.ap-project-name{
font-size:48px;
}

.ap-address{
font-size:18px;
}

.ap-description p{
font-size:17px;
line-height:1.8;
}

}

@media (max-width:767px){

.ap-banner{
height:320px;
}

.ap-description-sec{
padding:40px 0 50px;
}

.ap-project-name{
font-size:34px;
line-height:1.2;
}

.ap-address{
font-size:16px;
margin-bottom:20px;
}

.ap-description p{
font-size:15px;
line-height:1.8;
}

.ap-readmore{
font-size:16px;
}

}
.about-content1 h2 {
    font-size: 45px;
    line-height: 1.1;
    color: #000;
    font-weight: 300;
    margin-bottom: 35px;
    font-family: 'Cormorant Garamond';
}.prj-section{
    max-width:1400px;
    margin:auto;
    padding:60px 20px;
    display:flex;
    gap:50px;
}

.prj-left{
    flex:0 0 65%;
}

.prj-right{
    flex:0 0 35%;
}

.prj-title{
    font-size:48px;
    margin-bottom:30px;
    border-bottom:1px solid #ddd;
    padding-bottom:15px;
    font-family:serif;
}

.prj-row{
    /* display:grid;
    grid-template-columns:180px 1fr 220px;
    gap:70px; */
    padding:30px 0;
    border-bottom:1px solid #e5e5e5;
    align-items:start;
}

.prj-label{
    font-size:18px;
    font-weight:700;
}

.prj-value strong{
    display:block;
    font-size:18px;
    margin-bottom:8px;
}

.prj-value span{
    font-size:18px;
}

.prj-link{
    color:#2f6fb8;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
}

.prj-form-box{
    background:#fff;
    padding:35px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    position:sticky;
    top:30px;
}

.prj-form-box h3{
    margin-bottom:20px;
}

.prj-form-box input{
    width:100%;
    padding:14px;
    border:1px solid #ddd;
    margin-bottom:15px;
    border-radius:6px;
}

.prj-form-box button{
    width:100%;
    border:none;
        padding: 15px 30px;
    background: #665b5b;
    color: #fff;
    cursor:pointer;
}
.prj-form-box select, input:not([type="range"]), textarea {
    border: 0;
    outline: none;
    width: 100%;
    background-color: transparent;
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 6px;
}
@media(max-width:991px){

    .prj-section{
        flex-direction:column;
    }

    .prj-left,
    .prj-right{
        flex:100%;
    }

    .prj-row{
        grid-template-columns:1fr;
    }
}
.amenities-sec{
  padding: 90px 0;
      background: #f9f9f9;
}
.icon-youtube{
    position: relative;
    z-index: 999;
}.icon-youtube:before{
    content:"▶";
      
}
/* .video-section{
    padding:120px 0;
    background:
    radial-gradient(circle at top right,#f6d365 0%,transparent 30%),
    linear-gradient(135deg,#071423,#0b2038);
} */

.video-box{
    position:relative;
    /* border-radius:30px; */
    overflow:hidden;
    /* max-width:1200px; */
    margin:auto;
    box-shadow:0 40px 80px rgba(0,0,0,.35);
}

.video-cover{
    position:relative;
    cursor:pointer;
    height:650px;
}

.video-cover img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.8s;
}

.video-cover:hover img{
    transform:scale(1.06);
}

.video-cover::after{
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(
    rgba(0,0,0,.2),
    rgba(0,0,0,.55));
}

.play-btn{
    width:120px;
    height:120px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:3;
    border-radius:50%;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
}

.play-btn span{
    width:0;
    height:0;
    border-left:34px solid #665b5b;
    border-top:22px solid transparent;
    border-bottom:22px solid transparent;
    margin-left:8px;
}

.play-btn::before,
.play-btn::after{
    content:"";
    position:absolute;
    inset:-18px;
    border:2px solid rgba(255,255,255,.7);
    border-radius:50%;
    animation:ripple 1s infinite;
}

.play-btn::after{
    animation-delay:1s;
}

@keyframes ripple{
    0%{
        transform:scale(.8);
        opacity:1;
    }

    100%{
        transform:scale(1.5);
        opacity:0;
    }
}

.video-content{
    position:absolute;
    left:60px;
    bottom:60px;
    z-index:3;
    color:#fff;
}

.video-content h2{
    font-size:56px;
    margin-bottom:10px;
}

.video-content p{
    font-size:18px;
    opacity:.9;
}

.video-player{
    display:none;
    height:650px;
}

.video-player iframe{
    width:100%;
    height:100%;
    border:0;
}

.video-player.active{
    display:block;
}

.hide{
    display:none;
}

@media(max-width:768px){

.video-cover,
.video-player{
height:300px;
}

.play-btn{
width:85px;
height:85px;
}

.video-content{
left:25px;
bottom:25px;
}

.video-content h2{
font-size:28px;
}

}.contact-box{
    display:flex;
    align-items:flex-start; /* changed */
    gap:20px;
    margin-bottom:25px;
}

.contact-box i{
    min-width:55px;
    width:55px;
    height:55px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#000;
    color:#fff;
    border-radius:50%;
    font-size:20px;

    flex-shrink:0;
}

.contact-box h6{
    margin:0 0 6px;
}

.contact-box span{
    display:block;
    line-height:1.7;
}