/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a:focus {
  outline: 0 solid
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-family: 'TT Interphases Pro Trl';
}

body {
  color: #fff;
  background-color: #1A1A1A;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none
}

a,
button,
input,
textarea {
  outline: none !important;
  transition: all .3s ease-in-out;
}




/* ----------------------------------------- HEADER AREA START ------------------------ */
.primary__btn {
  font-family: Satoshi;
  line-height: 20px;
  letter-spacing: -3%;
  color: #05182D;
  padding: 20px;
  padding-left: 45px;
  border-radius: 60px;
  background-color: #C0AB6F;
  display: inline-block;
}

.common__dot::before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: .3s ease-in-out;
}

.main__menu ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

.main__menu ul li a {
  font-family: Satoshi;
  line-height: 20px;
  letter-spacing: -3%;
  text-transform: capitalize;
  color: #fff;
}

.header__btn a {
  font-family: Satoshi;
  line-height: 20px;
  letter-spacing: -3%;
  color: #fff;
  display: inline-block;
  padding: 15px;
  padding-left: 35px;
  border: 1px solid #fff;
  border-radius: 50px;
}

.header__btn a:before {
  background-color: #fff;
  height: 10px;
  width: 10px;
  left: 15px;
}

.header__right__blk {
  align-items: center;
  gap: 40px;
}

.header__btn a:hover::before {
  background-color: #1C8311;
}

.header__btn a:hover {
  background-color: #C0AB6F;
  color: #05182D;
  border-color: #C0AB6F;
}

.header__area {
  padding: 24px 0;
  transition: all .3s ease-in-out;
  z-index: 555;
  position: relative;
}

.main__menu ul li:hover a {
  color: #C0AB6F;
}

/* ----------------------------------------- HEADER AREA END ------------------------ */


/* ----------------------------------------- HERO AREA START ------------------------ */


.hero__content h1 {
  font-weight: 500;
  font-style: italic;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: -7%;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.hero__content h1 span {
  font-size: 95px;
  line-height: 1;
  margin: auto;
  -webkit-text-stroke: 2px white;
  color: transparent;
}

.hero__content h3 {
  font-family: Inter;
  font-weight: 500;
  font-style: italic;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: -4%;
  margin-bottom: 35px;
  font-family: 'TT Interphases Pro Trl';
}

.hero__content {
  max-width: 606px;
}

.hero__shape__one {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -30%;
}

.hero__shape__two {
  position: absolute;
  bottom: -40%;
  left: 200px;
  z-index: -1;
}

.hero__content .common__dot:before {
  background-color: #1C8311;
}

.hero__area {
  padding-top: 220px;
  margin-top: -100px;
  min-height: 800px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
}

/* ----------------------------------------- HERO AREA END ------------------------ */


/* ----------------------------------------- DISCOVER AREA START ------------------------ */

.discover__card {
  height: 500px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.discover__card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all .3s ease-in-out;
}

.discover__card:hover img {
  transform: scale(1.1);
}

.discover__card h4 {
  font-family: TT Interphases Pro Trl;
  font-weight: 500;
  font-style: italic;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 0;
  padding: 30px;
}

.discover__area {
  position: relative;
  z-index: 33;
  padding-bottom: 100px;
}

.section__title h3 {
  font-family: TT Interphases Pro Trl;
  font-weight: 600;
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: -5%;
}

.border__text {
  -webkit-text-stroke: 1px white;
  color: transparent;
}

.swipe__to__view {
  font-family: Inter;
  font-size: 13px;
  letter-spacing: -2%;
  text-transform: uppercase;
  margin: 0;
  margin-top: -44px;
  padding-right: 22px;
}

.discover__card__block .owl-nav button {
  position: absolute;
  top: -23px;
  right: 0;
  font-size: 26px !important;
  line-height: 1 !important;
}

.discover__card__block .owl-nav button.owl-prev {
  right: 175px;
}

.discover__card__block {
  padding-top: 80px;
}

.discover__card__block .owl-stage {
  padding-left: 0 !important;
}

.discover__card__block .owl-stage-outer {
  margin-right: -3000px;
}

.section__title__badge {
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -2%;
  text-transform: uppercase;
  background-color: #6C6C6C1A;
  padding: 10px;
  padding-left: 30px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 15px;
}

.section__title__badge::before {
  left: 10px;
  height: 10px;
  width: 10px;
  background-color: #fff;
}

.hero__area::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
  background: #1A1A1A;
  background: linear-gradient(0deg, rgba(26, 26, 26, 1) 0%, rgba(242, 188, 188, 0) 59%);
  content: '';
}

/* ----------------------------------------- DISCOVER AREA END ------------------------ */


/* ----------------------------------------- STORY AREA START ------------------------ */

.story__content {
  max-width: 421px;
  margin-left: auto;

}

.storoy__sape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.story__thumb img {
  border-radius: 20px;
}

.story__area {
  padding: 120px 0;
  position: relative;
  z-index: 33;
  overflow: hidden;
}

.story__area .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.story__bottom__area {
  padding-top: 120px;
}

.story__bottom__content .common__dot::before {
  background-color: #1A1A1A;
}

.primary__btn:hover {
  background-color: #fff;
}

.story__bottom__content {
  max-width: 334px;
}

.story__bottom__content p {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -4%;
  margin-bottom: 25px;
}

/* ----------------------------------------- STORY AREA END ------------------------ */


/* ----------------------------------------- GALLERY AREA START ------------------------ */

.gallery__container {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
  width: calc(30% - 20px);
}

.gallery__column img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}

.gallery__container .gallery__column:first-child {
  width: calc(40% - 20px) !important;
  flex: 0 0 auto;
}

.gallery__title {
  padding-bottom: 70px;
}

.gallery__area {
  padding: 120px 0;
}

.gallery__shape {
  position: absolute;
  top: 450px;
  z-index: -1;
}

/* ----------------------------------------- GALLERY AREA END ------------------------ */


/* ----------------------------------------- CONTACT AREA START ------------------------ */

.contact__area .container>.row {
  --bs-gutter-x: 60px;
  --bs-gutter-y: 30px;
}

.contact__map {
  height: 100%;
  position: relative;
}

.contact__map iframe {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.contact__map__content {
  padding: 20px 25px;
  background: linear-gradient(94.95deg, rgba(119, 137, 130, 0.7) 4.63%, rgba(119, 137, 130, 0.2) 92.54%);
  border-radius: 20px;
  backdrop-filter: blur(4px);
  width: 388px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 20px;
  left: 20px;
}

.contact__map__content h6 {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.contact__map__content p {
  margin: 0;
  font-family: Inter;
  font-weight: 400;
  font-style: italic;
  line-height: 130%;
  letter-spacing: -4%;
  width: 134px;
}


.contact__title {
  max-width: 400px;
  margin-bottom: 45px;
}

.contact__form__item label {
  font-family: Inter;
  letter-spacing: -2%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.contact__form__item input,
.contact__form__item textarea {
  border: 1px solid #D7D7D780;
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 12px 25px;
  font-family: Inter;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -2%;
  background-color: transparent;
  color: #fff;
  resize: none;
}

.contact__form__item input::placeholder,
.contact__form__item textarea::placeholder {
  color: #fff;
}

.contact__form__item textarea {
  padding-top: 16px;
}

.contact__form__wrap .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.contact__form__btn .primary__btn {
  border: 0;
  background-color: #05182D;
  color: #fff;
  font-weight: 500;
}

.contact__form__btn .common__dot::before {
  background-color: #fff;
  height: 10px;
  width: 10px;
}

.contact__form__btn .common__dot:hover::before {
  background-color: #05182D;
}

.contact__form__btn .primary__btn:hover {
  background-color: #fff;
  color: #05182D;
}

.contact__area {
  padding-top: 120px;
  overflow: hidden;
  position: relative;
  z-index: 333;
}

/* ----------------------------------------- CONTACT AREA END ------------------------ */


/* ----------------------------------------- FOOTER AREA START ------------------------ */
.footer__area {
  padding-top: 120px;
  padding-bottom: 30px;
  position: relative;
  z-index: 4;
}

.f__identity__bottom__content p {
  font-family: Inter;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -4%;
  max-width: 340px;
  margin-bottom: 20px;
}

.footer__social__ico {
  display: flex;
  gap: 20px;
}

.footer__social__ico a {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
}

.footer__social__ico a:hover {
  background-color: #C0AB6F;
  border-color: #C0AB6F;
}

.f__identity__bottom__content {
  margin-top: 20px;
}

.footer__identity__blk {
  width: 490px;
  flex: 0 0 auto;
}

.footer__inner__block {
  gap: 80px;
}

.footer__list ul li a {
  font-family: Inter;
  line-height: 100%;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: #fff;
}

.footer__list {
  width: 270px;
}

.footer__list ul li {
  display: block;
  margin-bottom: 15px;
}

.footer__list ul li a:hover {
  color: #C0AB6F;
}

.footer__copyright {
  padding-top: 100px;
}

.footer__copyright p {
  font-size: 13px;
}

.footer__copyright p span {
  color: #C0AB6F;
}

.footer__link__text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__link__text a {
  font-family: Inter;
  letter-spacing: -2%;
  font-size: 13px;
  color: #fff;
}

.footer__link__text span {
  font-size: 13px;
}

.footer__link__text a:hover {
  color: #C0AB6F;
}

.footer__shape__three {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.footer__shape__two {
  position: absolute;
  left: 10%;
  bottom: 0;
  z-index: -1;
}

.footer__shape__one {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}

/* ----------------------------------------- FOOTER AREA END ------------------------ */