@import url("https://pro.fontawesome.com/releases/v5.10.0/css/all.css");

:root {
  --bs-gray: #f2dfd0;
  --bs-primary: #caa890;
  --bs-secondary: #91684a;
  --bs-212: #212529;
  --bs-1c1: #1C1C1C;
  --bs-ae: #AEAEAE;
  --bs-b89: #b89881;
  --bs-dark: #111111;
  --bs-f1e: #f1eae6;
  --bs-light: #f4a88a;
  --bs-font-sans-serif: 'Open Sans', sans-serif;
  --bs-font-monospace: 'laluxesserif', sans-serif;
  --bs-font-playfair: 'Playfair Display', sans-serif;
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v35-latin-300.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v35-latin-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v35-latin-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v35-latin-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v35-latin-800.woff2') format('woff2');
}


@font-face {
  font-family: 'laluxesserif';
  src: url('../fonts/laluxesserif-regular.woff2') format('woff2'),
    url('../fonts/laluxesserif-regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v30-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/playfair-display-v30-latin-italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/playfair-display-v30-latin-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/playfair-display-v30-latin-500italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/playfair-display-v30-latin-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/playfair-display-v30-latin-600italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/playfair-display-v30-latin-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/playfair-display-v30-latin-700italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/playfair-display-v30-latin-800.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/playfair-display-v30-latin-800italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/playfair-display-v30-latin-900.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/playfair-display-v30-latin-900italic.woff2') format('woff2');
}



html {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: var(--bs-primary);
}

p {
  margin-bottom: 0;
}

ul {
  margin-bottom: 0;
}

b {
  font-weight: 700;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bs-212);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}

body {
  background-color: var(--bs-white);
  color: var(--bs-212);
  font-family: var(--bs-font-sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}

/* HEADING */

.heading-01 {
  font-size: 64px;
}

.heading-02 {
  font-size: 40px;
}

.heading-03 {
  font-size: 36px;
}

.heading-04 {
  font-size: 32px;
}

.heading-05 {
  font-size: 20px;
}

/* TEXT COLOR */

.text-primary {
  color: var(--bs-primary) !important;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.link-primary {
  color: var(--bs-primary) !important;
}

/* FORM */

.form-control {
  color: var(--bs-1c1);
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-size: 13px;
  font-style: italic;
  border-radius: 0;
  border: 1px solid var(--bs-ae);
  padding: 16px 30px;
  box-shadow: none !important;
  /* font-family: var(--bs-font-monospace); */
}

.form-control:focus {
  border-color: var(--bs-ae);
}

.form-control::-webkit-input-placeholder {
  /* Edge */
  color: var(--bs-ae);
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--bs-ae);
}

.form-control::placeholder {
  color: var(--bs-ae);
}

textarea {
  resize: none;
}

/* BUTTON */

.btn {
  --bs-btn-font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
  height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
  min-width: 125px;
  border-radius: 44px;
}

.btn-primary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-border-radius: .5rem;
  --bs-btn-hover-color: rgba(255, 255, 255, 0.5);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
}

.btn-secondary {
  --bs-btn-color: var(--bs-333);
  --bs-btn-bg: var(--bs-gray);
  --bs-btn-border-color: var(--bs-gray);
  --bs-btn-border-radius: .5rem;
  --bs-btn-hover-color: var(--bs-333);
  --bs-btn-hover-bg: var(--bs-gray);
  --bs-btn-hover-border-color: var(--bs-gray);
  --bs-btn-focus-shadow-rgb: var(--bs-gray-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-gray);
  --bs-btn-active-border-color: var(--bs-gray);
}

.btn-light {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-light);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-border-radius: .5rem;
  --bs-btn-hover-color: rgba(255, 255, 255, 0.5);
  --bs-btn-hover-bg: var(--bs-light);
  --bs-btn-hover-border-color: var(--bs-light);
  --bs-btn-focus-shadow-rgb: var(--bs-light-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-light);
  --bs-btn-active-border-color: var(--bs-light);
}

.btn-info {
  --bs-btn-color: var(--bs-dark);
  --bs-btn-bg: var(--bs-white);
  --bs-btn-border-color: var(--bs-white);
  --bs-btn-border-radius: .5rem;
  --bs-btn-hover-color: rgba(0, 0, 0, 0.5);
  --bs-btn-hover-bg: var(--bs-white);
  --bs-btn-hover-border-color: var(--bs-white);
  --bs-btn-focus-shadow-rgb: var(--bs-white-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-white);
  --bs-btn-active-border-color: var(--bs-white);
}

/* HEADER */

.header {
  position: fixed;
  padding-top: 8px;
  padding-bottom: 8px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 12px 0px;
  transition: background-color 1s;
}

.header.active {
  background-color: var(--bs-dark);
}

.header .container-fluid {
  max-width: 95%;
}

.header .navbar {
  padding: 0;
}

.header .navbar-brand {
  padding: 0;
  max-width: 148px;
}

.header .navbar-toggler {
  border: 0;
  box-shadow: none;
  padding: 0;
  font-size: 34px;
  color: var(--bs-white);
}

.header .navbar-toggler span {
  height: 2px;
  width: 100%;
  background-color: var(--bs-white);
  display: block;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

.header .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--bs-white);
  text-transform: capitalize;
  transition-duration: 0.25s;
  transition-property: opacity;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 12px;
  padding-left: 12px;
}

.header .nav-link.active {
  color: var(--bs-white);
}

.header .navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 10px;
  padding-right: 10px;
}

.header .nav-link:hover {
  opacity: 0.5;
}

.header .btn {
  margin-left: 12px;
  margin-right: 10px;
}

.navbar-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: var(--bs-gray);
  background-color: var(--bs-primary);
}

.navbar-mobile-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 54px;
  width: 54px;
  background-color: var(--bs-primary);
  color: var(--bs-dark);
  font-size: 31px;
  padding: 4px 18px;
  cursor: pointer;
}

.navbar-mobile-close i {
  opacity: 0.3;
}

.navbar-mobile-banner img {
  width: 100%;
  height: 256px;
  display: block;
  object-fit: cover;
  object-position: bottom;
}

.navbar-mobile-menu {
  padding: 50px;
  display: block;
  position: relative;
}

.navbar-mobile-menu::after {
  content: '';
  position: absolute;
  top: -27px;
  left: 0;
  width: 1px;
  height: 100%;
  margin-left: 45px;
  background-color: var(--bs-white);
}

.navbar-mobile-menu a {
  display: block;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.7;
  letter-spacing: 0.2em;
  padding: 16px 0px;
  font-weight: 500;
  font-style: normal;
  margin-left: 45px;
  color: var(--bs-white);
}

.navbar-mobile-menu a:hover {
  opacity: 0.7;
}

/* FOOTER */

.footer {
  background-color: var(--bs-1c1);
  overflow: hidden;
}

.footer-top {
  padding: 55px 0px 44px;
}

.footer-copyright {
  text-align: right;
  padding: 10px 8px;
  border-top: 1px solid var(--bs-white);
}

.footer-copyright a {
  font-size: 9px;
  font-weight: 400;
  color: var(--bs-white);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer>div {
  padding-left: 13%;
}

.footer-vertical-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8%;
}

.footer-vertical-text p {
  color: var(--bs-white);
  border-bottom: 1px solid var(--bs-white);
  padding: 0 16px 24px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  transform: rotate(-90deg);
}

.footer-logo {
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}

.footer-logo-content {
  margin-top: 24px;
}

.footer-logo-content p {
  color: var(--bs-white);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  padding: 0px 10px;
  margin-top: 15px;
}

.footer-links {
  min-width: 170px;
  padding-left: 20px;
}

.footer-link {
  margin-bottom: 12px;
}

.footer-link a {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bs-white);
  padding-bottom: 14px;
  display: block;
}

.footer-social a {
  font-size: 16px;
  color: var(--bs-white);
  margin-right: 16px;
  display: inline-block;
  vertical-align: top;
}

.footer-block-images {
  min-width: 860px;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.footer-block-image {
  max-width: 260px;
}

/* HOME PAGE */

.section-hero {
  width: 100%;
  position: relative;
  height: 100vh;
  background-image: url("../images/Homepage/Home1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.section-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-dark);
  z-index: -1;
}

.hero-content {
  text-align: center;
  /*max-width: 775px;*/
  width: 100%;
  margin: 130px auto 0;
}

.hero-content h6 {
  color: var(--bs-white);
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  margin-bottom: 8px;
}

.hero-content h6::after {
  content: '';
  width: 59px;
  height: 1px;
  display: block;
  margin: 37px auto 0px;
  background-color: var(--bs-white);
}

.hero-content h1 {
  color: var(--bs-white);
  letter-spacing: -0.6vw;
  font-family: "Butler", Sans-serif;
  font-size: 10vw;
  line-height: 0.8;
  font-weight: 400;
  margin-bottom: 8px;
}

.hero-content .text {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.1em;
  letter-spacing: 5.5px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #FFFDF9;
  margin: 0 auto;
}

.vertical-divider {
  position: relative;
  margin: 47px 0;
}

.vertical-divider::before {
  content: '';
  width: 1px;
  height: 60px;
  display: block;
  margin: 0 auto;
  background-color: var(--bs-white);
}

.section-hero p {
  color: var(--bs-white);
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 500;
  max-width: 545px;
  margin: 0 auto;
}

/* SECTION ABOUT PHOTOGRAPHER */

.section-about-photographer {
  padding: 155px 0px 130px;
}

.about-photographer-content {
  max-width: 350px;
  margin: 0 auto;
}

.about-photographer-content h6 {
  color: var(--bs-212);
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}

.about-photographer-content h2 {
  color: var(--bs-1c1);
  line-height: 1.6;
  font-size: 31px;
  font-family: var(--bs-font-playfair);
  font-weight: 400;
  font-style: italic;
  margin-bottom: 8px;
}

.about-photographer-content p {
  color: var(--bs-1c1);
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 2.2;
  text-align: justify;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 16px;
}

.about-photographer-image {
  max-width: 405px;
}

.link-text {
  color: var(--bs-secondary);
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid var(--bs-secondary);
}

/* SECTION REASON */

.section-reason {
  padding: 152px 0px;
  background-image: url('../images/home-2.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
  position: relative;
}

.section-reason::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: var(--bs-b89);
}

.section-reason .container {
  position: relative;
}

.reason-text {
  padding-left: 60px;
}

.reason-text h6 {
  color: var(--bs-white);
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 500;
}

.reason-text h3 {
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: var(--bs-white);
  font-size: 47px;
  font-family: var(--bs-font-monospace);
  font-weight: 400;
}

.reason-content {
  max-width: 365px;
  margin: 30px auto 0px 64px;
  color: var(--bs-white);
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-size: 15px;
  text-align: justify;
  font-weight: 500;
}

.section-price {
  padding: 100px 0px 70px;
  background-color: var(--bs-1c1);
}

.section-price .link-text {
  font-size: 15px;
  margin-bottom: 20px;
}

.section-price h3 {
  margin: 50px 0;
  color: var(--bs-white);
  font-family: var(--bs-font-monospace);
  font-size: 36px;
}

.section-client {
  padding: 90px 0px 80px;
  background-color: var(--bs-f1e);
}

.card-price {
  max-width: 355px;
  margin: 0 auto;
  color: var(--bs-white);
}

.card-price-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.card-price-title h4 {
  color: var(--bs-white);
  line-height: 1.6;
  font-size: 31px;
  font-family: var(--bs-font-playfair);
  font-weight: 400;
  font-style: italic;
  text-transform: capitalize;
}

.card-price-title p {
  line-height: 1.6;
  font-family: var(--bs-font-playfair);
  font-weight: 400;
  color: var(--bs-white);
  text-transform: capitalize;
  font-size: 34px;
}

.card-price-title p span {
  margin-right: 3px;
  font-size: 28px;
}

.card-price>p {
  color: var(--bs-white);
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: left;
  line-height: 26px;
  font-weight: 500;
}

.card-price h5 {
  color: var(--bs-white);
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 26px;
  font-weight: 500;
}

.card-price ul {
  color: var(--bs-white);
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: left;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 40px;
  padding-left: 12px;
}

.card-price ul li {
  margin-bottom: 6px;
  padding-left: 8px;
}

.card-price-divider {
  height: 100%;
  width: 1px;
  background-color: var(--bs-white);
  margin: 0 40px;
}

.section-benefit {
  position: relative;
  min-height: 773px;
  display: flex;
  align-items: center;
}

.section-benefit .row {
  padding-left: 14%;
  padding-top: 70px;
}

.bg-benefit {
  width: 777px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-benefit img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 773px;
}

.benefit-image {
  width: 386px;
  height: 526px;
  display: block;
}

.benefit-content {
  max-width: 436px;
  margin-left: 100px;
}

.benefit-content h4 {
  color: var(--bs-1c1);
  line-height: 1.6;
  font-size: 31px;
  font-family: var(--bs-font-playfair);
  font-weight: 400;
  font-style: italic;
  margin-bottom: 30px;
  margin-left: 16px;
}

.benefit-content li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.benefit-content-image {
  width: 44px;
  height: 67px;
  margin-right: 35px;
}

.benefit-content-text {
  max-width: 355px;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 2.2;
  text-align: justify;
  font-weight: 500;
  flex: 1;
}

.client-content {
  max-width: 746px;
  margin: 0 auto;
}

.client-content h6 {
  color: var(--bs-1c1);
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.client-content h6::after {
  content: '';
  width: 59px;
  height: 1px;
  display: block;
  margin: 37px auto 0px;
  background-color: var(--bs-primary);
}

.client-content p {
  margin-top: 32px;
  margin-bottom: 32px;
  color: var(--bs-1c1);
  line-height: 2;
  font-size: 26px;
  text-align: center;
  font-family: var(--bs-font-playfair);
  font-weight: 400;
  font-style: italic;
}

.section-banner-inquiry {
  padding: 223px 0px;
  background-image: url("../images/footer-6.webp");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
  text-align: center;
  position: relative;
}

.section-banner-inquiry::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--bs-1c1);
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-inquiry-content h2 {
  font-size: 36px;
  color: var(--bs-white);
  letter-spacing: 0.05em;
  font-family: var(--bs-font-monospace);
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 70px;
}

.section-trial {
  padding: 80px 0px;
  background-color: #f1eae6;
}

.trial-image {
  max-width: 274px;
}

.trial-content {
  max-width: 395px;
  width: 100%;
  margin-left: 80px;
}

.trial-content h4 {
  margin-bottom: 20px;
  color: var(--bs-1c1);
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 31px;
  font-family: var(--bs-font-playfair);
  font-weight: 400;
  font-style: italic;
}

.trial-content p {
  font-size: 15px;
  color: var(--bs-1c1);
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-size: 15px;
  text-align: justify;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 20px;
}

.trial-content .btn {
  min-width: 185px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
}

/* SAMPLE */

.section-project-banner {
  position: relative;
}

.section-project-banner .container {
  position: absolute;
  top: 21%;
  left: 47%;
  max-width: 950px;
  margin: 0px auto;
  transform: translateX(-50%);
}

.project-banner {
  position: relative;
}

.project-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bs-1c1);
  z-index: -1;
}

.project-banner-image {
  padding-left: 45px;
}

.project-banner-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.project-banner-content {
  margin-left: 21px;
  margin-bottom: 104px;
}

.project-banner-content h1 {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0px;
  color: var(--bs-white);
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 36px;
  font-weight: 400;
  font-family: var(--bs-font-monospace);
  font-style: normal;
  margin-bottom: 9px;
}

.project-banner-content h2 {
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  font-family: var(--bs-font-playfair);
  color: var(--bs-white);
}

.project-banner {
  height: 500px;
  position: relative;
}

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

.section-project {
  padding: 60px 0 40px;
}

.card-project {
  max-width: 916px;
  margin: 0 auto 66px;
}

.no-border{ 
	border-bottom: 0 !important;
}

.section-project-list .container {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--bs-ae);
}

.section-project-list {
  padding-top: 63px;
}

.padding-70 {
	padding-bottom: 100px !important;
}

.section-project-list h3 {
  text-transform: uppercase;
  margin: 0;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 36px;
  font-weight: 400;
  font-family: var(--bs-font-monospace);
  font-style: normal;
  margin-bottom: 0px;
  margin-left: 28px;
}

.project-list {
  margin-left: -12px;
  display: flex;
  justify-content: space-between;
}

.project-list ul {
  max-width: 255px;
  margin: 15px 0px 40px;
  display: inline-block;
  vertical-align: top;
  flex: 1;
}


.project-list ul+ul {
  position: relative;
  right: -30px;
}

.project-list ul li p {
  padding-left: 8px;
  position: relative;
  margin-bottom: 5px;
  color: var(--bs-1c1);
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 26px;
  font-weight: 500;
}

.section-bottom-banner {
  background: url('../images/blog-bg1.webp');
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  padding: 223px 0px;
  text-align: center;
  position: relative;
}

.section-bottom-banner::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: var(--bs-1c1);
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}

.section-bottom-banner h4 {
  color: var(--bs-white);
  letter-spacing: 0.05em;
  font-size: 45px;
  font-family: var(--bs-font-monospace);
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 70px;
  position: relative;
  z-index: 1;
}

.section-bottom-banner .link-text {
  border-bottom-color: var(--bs-white);
  position: relative;
  z-index: 1;
}

.section-process-banner {
  position: relative;
}

.section-process-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-dark);
  z-index: -1;
}

.process-content {
  position: relative;
}

.process-banner {
  height: 500px;
}

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

.process-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%;
  right: 0;
  margin: 0 auto;
  bottom: 36px;
}

.process-content h1 {
  text-transform: uppercase;
  margin: 0;
  color: var(--bs-white);
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 36px;
  font-weight: 400;
  font-family: var(--bs-font-monospace);
  font-style: normal;
  margin-bottom: 9px;
}

.process-content h2 {
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  font-family: var(--bs-font-playfair);
  color: var(--bs-white);
}

.section-process {
  padding-top: 40px;
  padding-bottom: 90px;
}

.section-process h3 {
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 36px;
  text-align: center;
  font-family: var(--bs-font-monospace);
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px solid var(--bs-ae);
  padding-bottom: 20px;
  max-width: 988px;
  margin: 0 auto 40px;
}

.row-process {
  justify-content: center;
  margin-bottom: 40px;
}

.process-list-info {
  max-width: 440px;
  margin-bottom: 16px;
}

.process-list-info h4 {
  font-size: 22px;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 12px;
  font-style: italic;
  font-family: var(--bs-font-playfair);
  color: var(--bs-dark);
  position: relative;
  font-weight: normal;
}

.process-list-info h4::before {
  content: '';
  position: absolute;
  top: 16px;
  left: -22px;
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 50%;
}

.process-list-info p {
  line-height: 2.2;
  letter-spacing: 0.03em;
  font-size: 14px;
  color: var(--bs-dark);
  text-align: justify;
  font-weight: 400;
  font-style: normal;
}

.process-list-image {
  width: 330px;
  height: 420px;
  margin-right: 80px;
  margin-left: 20px;
}

.process-list-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.row-process:nth-child(3) .process-list-image {
  max-width: 330px;
  width: 100%;
  margin-left: 80px;
  margin-right: 20px;
}

.section-faq {
  padding: 40px 0 70px;
}

.section-faq h3 {
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 36px;
  text-align: center;
  font-family: var(--bs-font-monospace);
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px solid var(--bs-ae);
  padding-bottom: 20px;
  max-width: 988px;
  margin: 0 auto 40px;
}

.faq-list {
  max-width: 988px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq-list-item {
  margin-bottom: 30px;
  width: 46%;
}

.faq-list-item-full {
  width: 100%;
}

.faq-list-item h4 {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 12px;
  font-style: italic;
  font-family: var(--bs-font-playfair);
  color: var(--bs-dark);
  position: relative;
  font-weight: normal;
}

.faq-list-item h4::before {
  content: '';
  position: absolute;
  top: 16px;
  left: -22px;
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 50%;
}

.faq-list-item p {
  color: var(--bs-1c1);
  line-height: 2.2;
  letter-spacing: 0.01em;
  font-size: 15px;
  text-align: justify;
  font-weight: 500;
  font-style: normal;
}

.section-contact {
  padding-bottom: 30px;
  background-color: var(--bs-f1e);
  position: relative;
}

.contact-content {
  max-width: 330px;
  padding-top: 30px;
  margin-left: 90px;
}

.contact-content h3 {
  color: var(--bs-1c1);
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 31px;
  font-family: var(--bs-font-playfair);
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}

.contact-content p {
  color: var(--bs-1c1);
  line-height: 2.2;
  letter-spacing: 0.01em;
  font-size: 14px;
  text-align: justify;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 16px;
  padding-left: 12px;
}

.contact-social {
  padding-left: 12px;
}

.contact-social a {
  color: var(--bs-primary);
  font-size: 20px;
  margin-right: 16px;
}

.contact-form,
.contact-form-thankyou {
  width: 100%;
  max-width: 486px;
  background-color: var(--bs-white);
  padding: 35px;
  top: -95px;
  position: relative;
  left: 0;
}

.contact-form .form-control:not(textarea) {
  height: 56px;
  border-bottom: 0;
}

.contact-form textarea.form-control {
  height: 218px;
}

.contact-form .btn {
  height: 60px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
  font-weight: 500;
}

.contact-form-thankyou {
  position: absolute;
  transition: all 0.3s ease-in-out;
  min-height: 516px;
  padding-top: 130px;
}

.contact-form-thankyou h5 {
  text-transform: uppercase;
  margin: 0;
  color: var(--bs-1c1);
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 36px;
  font-weight: bold;
  font-family: var(--bs-font-monospace);
  font-style: normal;
  margin-bottom: 9px;
}

.contact-form-thankyou p {
  color: var(--bs-1c1);
  line-height: 2.2;
  letter-spacing: 0.01em;
  font-size: 14px;
  text-align: justify;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 16px;
}

.contact-form-thankyou a {
  display: inline-block;
  margin-top: 24px;
  text-decoration: underline;
  font-size: 16px;
}

.contact-form.active,
.contact-form-thankyou.active {
  opacity: 0;
  visibility: hidden;
}

.contact-form,
.contact-form-thankyou {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.back-top-button {
  text-align: center;
  display: none;
  padding: 40px 0px 30px;
}


.image-title-row {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 25px !important;
}
	
.image-title {
  width: fit-content; /* Ensure the width of the h3 is based on its content */
  margin: 0 auto;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 36px;
  font-weight: 400;
  font-family: var(--bs-font-monospace);
  font-style: normal;
}

.image-subtitle {
  display: inline-block;
  max-width: 500px;  /* Set max width */
  width: 100%;       /* To allow it to resize according to the parent */
  text-align: center; /* Center text */
}

.pricing-title {
	font-weight: 500 !important;
}