/*!
Theme Name: spazio
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: spazio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

spazio is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/* global  */
body {
  color: #fff;
}

a {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.opcty-5 {
  opacity: 0.5;
}

.opcty-8 {
  opacity: 0.8;
}

.fw-700 {
  font-weight: 700;
}

.text-2 {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  /* font-size: 34px; */
  font-size: clamp(1.625rem, 1.4393rem + 0.7619vw, 2.125rem);
  line-height: 130%;
  text-align: center;
}

@media (max-width: 991px) {
  .text-2 {
    line-height: 100%;
    letter-spacing: 0%;
  }
}

.text-3 {
  font-family: "DM Sans", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
}

.heading-2 {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-size: 128px;
  line-height: 125px;
  letter-spacing: 0%;
}

/* btn */
.primary-btn {
  font-family: "DM Sans", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  border: 1px solid #ffffffcc;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  text-decoration: none;
  color: #ffffffcc;
  background-color: transparent;
  width: fit-content;
  transition: all 0.3s ease;
}

.primary-btn:hover {
  background-color: #ffffffcc;
  color: #000000cc;
}

/* homepage  */

/* hero sec  */
.hero-video {
  width: 100%;
  background-color: #111111;
  padding: 22px 0;
  position: relative;
}

.hero-svg {
  display: block;
  width: 100%;
  height: auto;
}

foreignObject {
  width: 100%;
  height: 100%;
}

foreignObject video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 75px;
  padding-left: 22%;
  padding-bottom: 16%;
}

.hero-content-row-wrap {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  inset: auto 0 0 0;
  padding-bottom: 22px;
}

/* .hero-video-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 820px;
} */

.hero-content-row {
  position: relative;
}

.bottom-svg {
  bottom: 22px;
  left: 18px;
  z-index: 1;
  position: absolute;
}

.hero-content .content {
  max-width: 58%;
  font-family: "DM Sans", serif;
  font-weight: 400;
  font-size: 16px;
}

.hero-content .heading {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffffcc;
}

.hero-content .content-link {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.banner-ul {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero-content-row {
  display: flex;
  width: 100%;
  margin: 0;
}

.hero-video-wrap {
  position: relative;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  /* background: #00000059; */
  background: #11111175;
  z-index: 1;

  pointer-events: none;
}

/* RWd  */
@media (max-width: 991px) {
  .hero-video {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .video-container-mobile {
    position: relative;
    width: 100%;
    height: 740px;
    overflow: hidden;
    border-radius: 30px;
  }

  .video-container-mobile video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .video-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: #00000059;
    /* Remove these if you don't want everything centered */
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
  }

  .video-overlay-content-wrap {
    height: 100%;
    display: flex;
    align-items: flex-end;
  }

  .heading-content-container {
    display: flex;
    flex-direction: column;
    gap: 52px;
    padding-left: 80px;
    padding-bottom: 86px;
  }

  .video-overlay-content {
    position: relative;
  }

  .banner-svg-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .heading-1-mobile {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .banner-text {
    font-family: "DM Sans", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }
}

/* sec two  */

.home-section-two {
  height: 865px;
  color: #ffffff99;
  padding: 186px 0 156px 0;
}

.content-two-row {
  /* padding-bottom: 210px; */
  padding-bottom: clamp(7.375rem, 5.2393rem + 8.7619vw, 13.125rem);
}

.logo-img-container {
  height: 76px;
  width: 214px;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 
.logo-img-container img {
  height: 76px;
  width: 100%;
} */

.logo-container,
.logo-container-two {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-container {
  gap: 35px;
}
.logo-container-two {
  gap: 10px;
}

/* RWd  */
@media (max-width: 991px) {
  .home-section-two {
    height: auto;
    padding: 100px 0 110px 0;
  }
  .logo-img-container {
    height: 55px !important;
    width: 80px !important;
  }
  .logo-img-container img {
    width: 100%;
    height: auto;
  }
  .logo-container,
  .logo-container-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  .logo-container > *,
  .logo-container-two > * {
    flex: 0 0 33.333%;
    display: flex;
    justify-content: center;
  }
}

/* sec 3  */

.il-sec {
  position: relative;
  overflow: hidden;
}

.img-container-il {
  position: relative;
  width: 100%;
  height: 865px;
  overflow: hidden;
}

.img-container-il img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===========================
   Hotspot
=========================== */

.circle-container {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 5;
}

/* Outer Circle */

.circle-out {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.35s ease;
}

/* Inner Circle */

.circle-in {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.35s ease;
}

/* Hover Animation */

.circle-container:hover .circle-out {
  transform: scale(0.5);
}

.circle-container:hover .circle-in {
  transform: scale(2);
}

/* ===========================
   Tooltip
=========================== */

.tooltip-box {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  min-width: 330px;
  padding: 20px 26px 40px;
  background: #fff;
  color: #111;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  pointer-events: none;
  color: #111111cc;
}

.tooltip-box img {
  width: 100%;
  height: auto;
}

.tooltip-box-heading-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tooltip-box .heading {
  font-family: "Instrument Serif", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
}

.tooltip-box .content {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.circle-container:hover .tooltip-box {
  opacity: 1;
  visibility: visible;
}

.image-right-container {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  background: #ffffff26;
  backdrop-filter: blur(15px);
  width: 36%;
  height: 100%;
  padding: 114px 0 100px 0;
}
.image-right-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.image-right-content .heading {
  font-family: "Instrument Serif", sans-serif;
  font-weight: 400;
  font-size: 93px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffffcc;
}
.image-right-content .heading em,
.image-right-content .heading i {
  font-family: "Instrument Serif", sans-serif;
  font-weight: 400;
  font-size: 29px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.image-right-content .content {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  padding: 0 20%;
  color: #ffffffcc;
}
.circle-container-mobile {
  display: none;
}

.circle-container-desktop {
  display: block;
}
/* RWd  */
@media (max-width: 991px) {
  .circle-container-mobile {
    display: block;
  }

  .circle-container-desktop {
    display: none;
  }
  .tooltip-box .heading {
    font-size: 32px;
  }
  .tooltip-box .content {
    font-size: 14px;
  }
  .tooltip-box {
    min-width: 250px;
    padding: 26px;
  }
  .tooltip-box-heading-content {
    padding-top: 12px;
  }

  .il-content-box {
    width: 100%;
    min-height: 273px;
    backdrop-filter: blur(12px);
    background: #ffffff1c;
    position: absolute;
    top: 2%;
    left: 0;
    padding: 17px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    color: #ffffffcc;
  }
  .il-content-box .heading {
    font-family: "Instrument Serif", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
  .il-content-box .heading i {
    font-size: 16px;
  }
  .ss {
    padding: 30px;
  }

  .il-content-box .content {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
  }
}

/* sec 4  */
.poetry-sec {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #000;
}

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

.poetry-content-wrap {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* display: block; */
  gap: 20px;
}

.poetry-content {
  padding-left: 30px;
  max-width: 75%;
}

.poetry-sec .text-3 {
  color: #ffffffcc;
}

.poetry-content-heading {
  position: relative;
  left: -25%;
  color: #ffffffcc;
}

@media (min-width: 991px) {
  .poetry-sec {
    flex-direction: row;
    min-height: 865px;
    overflow: hidden;
  }

  .poetry-img {
    flex: 0 0 70%;
  }

  .poetry-content-wrap {
    flex: 0 0 30%;
  }
}

/* RWD  */
@media (max-width: 991px) {
  .poetry-sec {
    height: 730px;
    background-color: #000;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
  }
  .image_mobile_potry {
    height: 642px;
    position: absolute;
    bottom: 0;
  }
  .image_mobile_potry-content {
    position: relative;
    z-index: 1;
  }
  .heading-2 {
    font-family: "Instrument Serif", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffffcc;
    padding-bottom: 24px;
  }
  .text-3 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #ffffffcc;
  }
}

/* area sec  */
.area-sec {
  padding: 100px 0;
}

.area-box {
  position: relative;
  width: 400px;
  height: 540px;
  overflow: hidden;
  padding: 30px 30px 60px 20px;
  display: flex;
}

.area-box-top {
  align-items: flex-start;
}

.area-box-bottom {
  align-items: flex-end;
}

/* Image behaves like a background */
.area-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Black overlay */
.area-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); /* Adjust opacity */
  z-index: 2;
}

/* Content stays above overlay */
.area-content {
  position: relative;
  z-index: 3;
  color: #fff;
  display: flex;
  gap: 6px;
  align-items: flex-end;
}

.box-heading {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  /* width: 130px; */
}
.box-text {
  font-family: "DM Sans", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0%;
}

.box-text-line {
  position: relative;
  display: inline-block;
  width: 120px;
  border-bottom: 1px solid #fff;
}

.box-text-line::after {
  content: "•";
  position: absolute;
  right: -8px;
  bottom: -9px;
  color: #fff;
  font-size: 12px;
  /* line-height: 1; */
}

/* .area-section  */

/* gsap  */
.areas-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #111111;
}

.areas-track {
  display: flex;
  height: 100%;
  width: max-content;
  /* padding: 135px 0; */
}

.area-box {
  flex: 0 0 25vw; /* each item takes full screen */
  height: 540px;
  position: relative;
  margin-left: 90px;
}

.area-box:last-child {
  margin-right: 90px;
}

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

/* RWD  */
@media (max-width: 991px) {
  .area-box {
    flex: 0 0 80vw;
    margin-left: 25px;
    height: 498px;
  }
  .areas-section {
    overflow-x: scroll;
  }
  .areas-track {
    padding-top: 70px;
  }
}

/* reimagined sec  */
.reimagined-sec-img {
  width: 100%;
}
/* RWD  */
@media (max-width: 991px) {
  .reimagined-sec {
    min-height: 730px;
    padding: 0;
  }
}

/* our-story-sec */
.our-story-sec {
  background: #111111;
  padding: 40px 0 80px 0;
}
.our-story-sec .heading {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  /* font-size: 96px; */
  font-size: clamp(2.25rem, 0.8571rem + 5.7143vw, 6rem);
  line-height: 72.95px;
  letter-spacing: 0%;
  color: #ffffffcc;
  /* padding-bottom: 60px; */
  padding-bottom: clamp(1.25rem, 0.3214rem + 3.8095vw, 3.75rem);
}
.our-story-sec .description {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  /* font-size: 40px; */
  font-size: clamp(1.5rem, 1.1286rem + 1.5238vw, 2.5rem);
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff99;
}
.our-story-sec .content {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  /* font-size: 80px; */
  font-size: clamp(2.25rem, 1.2286rem + 4.1905vw, 5rem);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffffcc;
}

.os-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 60px; */
  gap: clamp(1.5625rem, 0.75rem + 3.3333vw, 3.75rem);
}
.os-heading-wrap {
  /* padding: 80px 60px; */
  /* 28 40  */
  padding: clamp(1.75rem, 0.5429rem + 4.9524vw, 5rem)
    clamp(2.5rem, 2.0357rem + 1.9048vw, 3.75rem);
  border: 1px solid #ffffff80;
  border-bottom: none;
  position: relative;
}

.os-heading-wrap .half-line {
  width: 50%;
  border-bottom: 1px solid #ffffff80;
  position: absolute;
  bottom: 0;
  right: 0;
}

.os-heading-wrap .half-line::after {
  content: "•";
  position: absolute;
  left: -1%;
  bottom: -9px;
  color: #ffffff80;
  font-size: 12px;
}

@media (max-width: 767px) {
  .our-story-sec .heading,
  .our-story-sec .description {
    text-align: center;
  }
  .our-story-sec .description {
    line-height: 130%;
  }
  .os-content-wrap {
    padding-top: 100px;
  }
}

/* footer  */

footer {
  background-color: #000;
  padding: 70px 0 60px 0;
}

.footer-logo-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.footer-logo {
  width: 342px;
  height: 50px;
}

.f-content {
  font-family: "DM Sans", serif;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.8286rem + 0.1905vw, 1rem);
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff99;
}

.f-created-by {
  font-family: "DM Sans", serif;
  font-weight: 400;
  /* font-size: 18px; */
  font-size: clamp(1rem, 0.9536rem + 0.1905vw, 1.125rem);
  line-height: 100%;
  letter-spacing: 0%;
}

.f-link-heading {
  font-family: "DM Sans", serif;
  font-weight: 700;
  /* font-size: 18px; */
  font-size: clamp(1rem, 0.9536rem + 0.1905vw, 1.125rem);
  line-height: 100%;
  letter-spacing: 0%;
  display: inline-block;
  /* padding-bottom: 25px; */
}

.f-links {
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-family: "DM Sans", serif;
  font-weight: 400;
  /* font-size: 16px; */
  font-size: clamp(0.875rem, 0.8286rem + 0.1905vw, 1rem);
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff99;
  padding-top: 25px;
}
.f-links a,
.f-links li {
  color: #ffffff99;
  transition: all 0.3s ease;
}

.f-links a:hover {
  color: #fff;
}
.footer-links-container {
  display: flex;
  justify-content: space-between;
}

/* RWD  */
@media (max-width: 767px) {
  .footer-logo {
    width: 100%;
  }
  .f-content {
    text-align: center;
    line-height: 120%;
  }
  .f-created-by {
    text-align: center;
  }
  .footer-logo-container {
    padding-bottom: 67px;
  }
  .footer-links-container {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}

/* header  */
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  padding: 22px 0;
  transition:
    background 0.3s ease,
    backdrop-filter 0.3s ease;
}

header.scrolled {
  background: #ffffff26;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.header-container {
  width: 53%;
}

.header-logo {
  height: 30px;
  width: 100%;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 35px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffffb2;
}
.header-nav a {
  color: #ffffffb2;
  transition: all 0.3s ease;
}
.header-nav a:hover {
  color: #fff;
}

/* mobile styles  */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  z-index: 998;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  border-top-left-radius: 33px;
  border-bottom-left-radius: 33px;
  background: #00000066;
  padding: 76px 26px 66px 26px;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  z-index: 999;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.menu-close {
  position: absolute;
  top: -1%;
  right: 1%;
  border: 0;
  background: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

.mobile-menu .header-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu .header-nav li {
  margin-bottom: 25px;
}

.mobile-menu .header-nav a {
  font-family: "DM Sans", sans-serif;
  color: #ffffffb2;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.ham-burger-menu {
  cursor: pointer;
}

body.menu-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  header {
    padding: 14px 0;
  }
  .header-nav {
    flex-direction: column;
  }
}

/* RWd  */
@media (max-width: 991px) {
  */ .header-logo {
    height: 24px;
  }
}
/* RWD  */
@media (max-width: 991px) {
  .hero-content .content {
    max-width: 100%;
  }
}

/* form pop up  */

.contact-popup-content .wpcf7 {
  height: 100%;
}

.contact-popup-content form {
  height: 100%;
  /* display: inline-block; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;

  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

.contact-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.contact-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);

  opacity: 0;
  transition: opacity 0.35s ease;
}

.contact-popup.active .contact-popup-overlay {
  opacity: 1;
}

.contact-popup-content {
  position: relative;
  width: min(90%, 532px);
  background: #252525;
  border-radius: 16px;
  padding: 48px 67px;
  height: 90%;
  z-index: 2;

  /* Fade Up Effect */
  opacity: 0;
  transform: translateY(50px);

  transition:
    opacity 0.5s ease 0.03s,
    transform 0.5s ease 0.03s;
}

.contact-popup.active .contact-popup-content {
  opacity: 1;
  transform: translateY(0);
}

.contact-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;

  width: 40px;
  height: 40px;

  border: none;
  background: transparent;

  font-size: 34px;
  line-height: 1;

  cursor: pointer;

  transition: transform 0.25s ease;
}

.contact-popup .wpcf7 label {
  display: block;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffffcc;
}

/* Inputs & Textarea */
.contact-popup .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  height: 43px;
  padding: 0 18px;
  border: 1px solid #ffffff99;
  border-radius: 20px;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff4d;
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* Textarea */
.contact-popup textarea.wpcf7-form-control {
  height: 93px !important;
  resize: vertical;
}
.contact-popup textarea.wpcf7-form-control {
  padding-top: 14px !important;
}

.contact-popup .wpcf7-form-control::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff4d;
  opacity: 1;
}

.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  position: absolute;
  bottom: -48%;
}
.wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .contact-popup-content {
    width: calc(100% - 30px);
    padding: 30px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .hero-content .heading {
    font-size: 62px;
  }
  .image-right-content .heading {
    font-size: 83px;
  }
  .heading-2 {
    font-size: 100px;
  }
  .area-box {
    height: 500px;
  }
}
