@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");

:root {
  --primary-color: white;
  --btn-radius: #d7cbb7;
}

ul,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  display: inline-block;
}

html,
body {
  overflow-x: hidden;
}

.container {
  max-width: 1344px;
}

.title1 {
  font-family: "Belleza", sans-serif;
  font-size: 85px;
  letter-spacing: 2px;
  color: var(--primary-color);
  text-transform: uppercase;
}

.title2 {
  font-family: "Belleza", sans-serif;
  font-size: 55px;
  letter-spacing: 3px;
  color: #000000;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
}

.colors-sub-hdr {
  font-size: 50px;
  letter-spacing: 3.9px;
}

.sale-discover-btn {
  padding: 18px 68px 18px 57px;
  background: white;
  color: var(--btn-radius);
  margin-top: 10px;
  border: 1px solid var(--btn-radius);
}

.primary-btn {
  padding: 18px 57px;
  background-color: #000000;
  color: var(--primary-color);
  text-transform: uppercase;
}
/* Navbar section */

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* padding-block: 42px; */
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 20%);
}

nav {
  padding: 0 !important;
}
/* .navbar .offcavas{
  flex-direction: row !important;
} */

.navbar-container {
  max-width: 1844px;
}

.nav-item {
  margin-right: 50px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0px;
}

.nav-link {
  color: var(--primary-color);
  position: relative;
  padding: 0 !important;
  text-transform: uppercase;
}

.nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  bottom: 0;
  height: 1px;
  background: var(--primary-color);
  transition: 0.5s linear;
}

.nav-link:hover,
.nav-link.active {
  color: white !important;
}

.nav-link:hover::after {
  width: 100%;
}

/* Banner section */

.banner-section {
  min-height: 100vh;
  background: url("../assets/Banner.png") no-repeat center/cover;
}

.banner-section .title1 {
  margin-bottom: 50px;
}

.banner-cntn .primary-btn {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

.banner-cntn .primary-btn span {
  margin-right: 10px;
}

/* About Section */

.about-section {
  padding: 100px 0 57px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-section .row {
  justify-content: center;
  align-items: center;
}

.big-img {
  margin-right: 24px;
}

/* ================
.sale-now-section
=================== */

.sale-now-section {
  margin: 0;
  padding: 58px 0 75px 0;
}

.sale-now-section .row > * {
  padding: 0;
}

.sale,
.discover {
  min-height: 554px;
}

.sale {
  background: url("../assets/sale.png") no-repeat center/cover;
}

.discover {
  background: url("../assets/now.png") no-repeat center/cover;
}

/* .discover-btn {
  margin-top: 35px;
} */

/* .sale-logo {
  margin-bottom: 10px;
} */

/* Thinking section */

.thinking-section {
  margin: 0 auto;
  padding: 75px 0 150px 0;
}

.thinking-section .col-7 {
  max-width: 760px;
}

.thinking-section .col-5 {
  max-width: 536px;
}

.thinking-section .discover-btn a {
  position: relative;
  left: 0;
  bottom: 0;
}

.thinking-hdr {
  max-width: 655px;
}

.thinking-cntn {
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 27px;
}

/* play-video -section */

.play-video-section {
  margin: 0;
  padding: 0;
  min-height: 554px;
  background: url("../assets/after-thinking-section.png") no-repeat center/cover;

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

.play-btn {
  height: 200px;
  width: 200px;
  padding: 100px 70px 99px 94px;
  border-radius: 100px;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 13px;
}

/* product section */

.product-section {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-card {
  max-width: 360px;
  margin: 0 auto;
}

/* ===========================
Love & Dedication section 
========================= */

.new,
.new-sub-hdr {
  color: var(--primary-color);
  text-align: end;
}

.love-cntn-hdr {
  font-family: "Belleza", sans-serif;
  font-size: 55px;
  letter-spacing: 3px;
  color: var(--primary-color);
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  text-align: end;
  max-width: 499px;
}

.new-sub-hdr {
  font-size: 50px;
  letter-spacing: 3.9px;
}

.love-section {
  background: url("../assets/after-product-banner.png") no-repeat center/cover;
  padding: 250px 0;
  /* display: flex;
  justify-content: end;
  align-items: center;
  margin: auto 0; */
}

.col-7 {
  max-width: 760px;
}

.love-cntn-hdr {
  margin: 10px 0 12px 0;
}

.love-section .col-7,
.love-dedication-cntn {
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: center;
}

/* VALUES SECTION */


.values-section {
  padding: 100px 20px;
  background-color: #F8F8F8;
}

.values-container {
  max-width: 1320px;
  margin: 0 auto;
}

.values-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.values-left {
  flex: 1;
}

.values-right {
  flex: 1;
}

.values-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 500px;
}

.progress-item {
  margin-bottom: 35px;
}

.progress-item:last-child {
  margin-bottom: 0;
}

.progress-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #222222;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.progress-track {
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
}

.progress-fill {
  height: 1px;
  background-color: #222222;
}

/* FOOTER SECTION */

.footer-section {
  background-color: #111111;
  padding: 80px 20px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  max-width: 1320px;
  margin: 0 auto;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1;
  min-width: 220px;
}

.footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #ffffff;
}

.footer-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #A0A0A0;
  margin-bottom: 25px;
  font-weight: 300;
}

.social-links {
  font-size: 12px;
  color: #A0A0A0;
  letter-spacing: 1px;
}

.social-links a {
  color: #A0A0A0;
  text-decoration: none;
  transition: color 0.3s;
}

.social-links a:hover {
  color: #ffffff;
}

.footer-heading {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer-list {
  list-style: none;
}

.footer-list li {
  font-size: 14px;
  color: #A0A0A0;
  margin-bottom: 12px;
  font-weight: 300;
}

.footer-list li a {
  color: #A0A0A0;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-list li a:hover {
  color: #ffffff;
}

.subscribe-form input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #444444;
  padding: 10px 0;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.subscribe-form input::placeholder {
  color: #A0A0A0;
}

.subscribe-form input:focus {
  outline: none;
  border-bottom: 1px solid #ffffff;
}

.subscribe-text {
  font-size: 12px;
  color: #A0A0A0;
  margin-bottom: 20px;
  font-weight: 300;
}

.submit-btn {
  background: transparent;
  border: 1px solid #A0A0A0;
  color: #ffffff;
  padding: 12px 35px;
  font-size: 13px;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.submit-btn:hover {
  background: #ffffff;
  color: #111111;
  border: 1px solid #ffffff;
}



/* =============
Medeia Quaries
=============== */

@media screen and (max-width: 992px) {
  /* navbar section */

  /* about section */

  /* thinking-section */
  .thinking-section .col-lg-5 {
    margin-bottom: 20px;
  }

  .about-thinking .title2 {
    margin: 0 auto;
    font-size: 32px;
  }

  .about-thinking {
    text-align: center !important;
  }

  .thinking-section .discover-btn {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .offcavas {
    flex-direction: column;
    opacity: 0.5;
    padding-top: 78px;
    background: rgba(255, 255, 255, 20%) !important;
    backdrop-filter: blur(20px);
  }

  .col-lg-6 {
    text-align: center !important;
  }

  /* love section */
}

@media screen and (max-width: 768px) {
  .title1 {
    font-size: 50px;
  }
  .title2 {
    font-size: 35px;
  }
  .offcanvas.show {
    width: 70%;
  }
  /* product section */
  .product-cntn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  /* love section */

  .love-section .row {
    justify-content: center !important;
    margin: 0 auto;
  }

  .love-section .love-dedication-cntn,
  .love-section .colors-sub-hdr,
  .love-section .love-discover-btn {
    justify-content: center;
    margin: 0 auto;
  }
  .love-section .love-cntn-hdr h2 {
    /* margin:;//= */
    text-align: center;
    font-size: 19px;
  }
  /* .love-section .love-discover-btn {
  } */
}

@media screen and (max-width: 425px) {
  .title1 {
    font-size: 32px;
  }
  .title2 {
    font-size: 24px;
  }
  .love-section .love-discover-btn .sale-discover-btn {
    font-size: 12px;
    padding: 18px 35px 18px 40px;
  }
}

@media screen and (max-width: 375px) {
}

/* RESPONSIVE - Pure CSS Flexbox */
@media (max-width: 991px) {
  .values-wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .values-title {
    font-size: 32px;
    max-width: 100%;
  }
  .footer-wrapper {
    gap: 50px 30px;
  }
  .footer-col {
    flex: 1 1 calc(50% - 30px);
  }
}

@media (max-width: 576px) {
  .values-section {
    padding: 60px 20px;
  }
  .values-title {
    font-size: 26px;
  }
  .footer-section {
    padding: 60px 20px;
  }
  .footer-col {
    flex: 1 1 100%;
  }
  .submit-btn {
    width: 100%;
  }
}
