/* inter sans serif g-font */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* cormorant g-font */
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.container {
  padding: 0 20px;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
body {
  font-family: "Inter", sans-serif;
}
h1,
h2,
h3 {
  font-family:
    Cormorant Garamond,
    serif;
}
.cmn-btn {
  display: inline-block;
  padding: 16px 32px;
  background: #248f8b;
  color: #faf8f5;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.3s ease;
}
.cmn-btn:hover {
  background: #59c0bc;
}
/* navbar */
.navbar {
  background-color: #ffffff;
  z-index: 1030;
}
.offcanvas {
  z-index: 9999 !important;
}
.navbar-brand,
.offcanvas-title img {
  width: 120px;
}
.header .nav-link {
  /* color: #fff; */
  text-transform: uppercase;
  padding: 0 20px !important;
  /* font-size: 12px; */
  font-weight: 600;
}
.header .nav-link:hover {
  color: #248f8b;
}
.header {
  width: 100%;
  transition: 0.3s ease;
  z-index: 999;
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  animation: smoothScroll 0.4s ease;
}

@keyframes smoothScroll {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}
.header.sticky .navbar-brand{
  padding: 0;
}
/* bannner */
.banner {
  position: relative;
}
.banner-img {
  width: 100%;
  position: relative;
}
.banner-img::before {
  content: "";
  background: linear-gradient(45deg, #3a3535, transparent);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner-img img {
  width: 100%;
  height: 100%;
}
.banner-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner-box .premium {
  color: #faf8f5;
  font-size: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 24px;
}
.banner-box h1,
.banner-box h1 span {
  font-size: 90px;
  color: #ffffff;
  display: block;
}
.banner-box p {
  color: #faf8f5;
  font-size: 20px;
  margin-bottom: 40px;
  max-width: 540px;
}
.banner-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.banner-btn-wrapper .exp-btn {
  display: inline-block;
  padding: 15px 32px;
  background: transparent;
  color: #faf8f5;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid #faf8f54d;
  transition: 0.3s ease;
}
.banner-btn-wrapper .exp-btn:hover {
  background: hsl(40deg 33% 97% / 10%);
}
/* collection */
.collection {
  padding: 90px 0 0;
}
.cmn-sec-box {
  text-align: center;
  margin-bottom: 50px;
}
.cmn-sec-box strong {
  color: #248f8b;
  font-size: 12px;
  letter-spacing: 4px;
  margin-bottom: 16px;
  text-transform: uppercase;
  display: block;
}
.cmn-sec-box h2 {
  font-size: 48px;
  font-family: "Cormorant", serif;
  margin-bottom: 16px;
  text-align: center;
}
.wlcm-head h2{
  text-align: left;
  font-size: 48px;
}
.cmn-sec-box p {
  font-size: 16px;
  color: #7c736a;
  max-width: 600px;
  margin: 0 auto;
}
/* about */
.welcome-sec {
  padding: 90px 0 0;
}
.wlcm-head.cmn-sec-box {
  margin-bottom: 0;
}
.wlcm-head.cmn-sec-box p {
  margin-bottom: 20px;
  max-width: 100%;
  text-align: justify;
  font-size: 16px;
}
/* collection */
.collect-box-card {
  border: 1px solid hsl(36deg 18.99% 84.51%);
  transition: 0.3s ease;
}
.collect-box-card:hover {
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-color: #248f8b4d;
}
.collect-box-img {
  overflow: hidden;
}
.collect-box-img img {
  transition: 0.3s ease;
  width: 100%;
}
.collect-box-card:hover .collect-box-img img {
  transform: scale(1.05);
}
.collect-box-card-content {
  padding: 20px;
  background-color: #f6f4ee;
}
.collect-box-card i {
  display: block;
  color: #248f8b;
  font-size: 30px;
  margin-bottom: 16px;
}
.collect-box-card span {
  background-color: #e1e9e4;
  color: #248f8b;
  padding: 5px 10px;
  margin-bottom: 16px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 3px;
}
.collect-box-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 600;
}
.collect-box-card p {
  font-size: 14px;
  color: #7c736a;
}
.collection .row {
  row-gap: 24px;
}
/* partner */
.partner {
  padding: 90px 0;
  background-color: #ece7df;
}
.partner-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.partner-box .icon-box i {
  border: 1px solid #248f8b4d;
  color: #248f8b;
  width: 48px;
  height: 48px;
  display: block;
  text-align: center;
  align-content: center;
  font-size: 20px;
}
.partner-box-content h3 {
  font-size: 20px;
}
.partner-box-content p {
  font-size: 14px;
  color: #7c736a;
}
.partner .row {
  row-gap: 30px;
}
.global {
  padding: 90px 0;
  background-color: #faf8f5;
}
.country-flag {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-left: 0px;
  max-width: 800px;
  justify-content: center;
  margin: 0 auto;
}
.country-flag li {
  padding: 10px 15px;
  background-color: #f6f4ee;
  border: 1px solid hsl(36deg 18.99% 84.51%);
  display: flex;
  align-items: center;
  gap: 10px;
}
.country-flag img {
  max-width: 20px;
}
/* request */
.request {
  padding: 90px 0;
  background-color: #ece7df;
}
.request-form-box {
  max-width: 700px;
  margin: 0 auto;
}
.request-form-box .row {
  row-gap: 24px;
}
.form-control,
.form-select {
  height: 50px;
  background-color: #faf8f5;
}
.form-control:focus,
.form-select:focus {
  border-color: #248f8b;
}
.form-select {
  font-size: 14px;
  color: #7c736a;
}
.form-control::placeholder {
  font-size: 14px;
  color: #7c736a;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
}
.request-form-box textarea {
  height: 150px;
}
.request-form-box .cmn-btn {
  border-radius: 8px;
  border: 0;
}
/* footer */
.footer {
  background-color: #2a2622;
}
.footer-logo img {
  width: 200px;
  margin-bottom: 16px;
}
.footer-para {
  color: #faf8f599;
  font-size: 14px;
  line-height: 1.8;
}
.footer-head {
  font-size: 12px;
  color: #248f8b;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 16px;
}
.foot-menu,
.cont-details {
  padding-left: 0;
}
.foot-menu a,
.cont-details a {
  color: #faf8f599;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  transition: 0.3s ease;
}
.foot-menu a:hover,
.cont-details a:hover {
  color: #248f8b;
}
.cont-details a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-top {
  padding: 64px 0;
  border-bottom: 1px solid hsl(40deg 33% 97% / 10%);
}
.footer-bottom {
  color: #faf8f599;
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
}
.collection .collect-box {
  margin-bottom: 90px;
}
.abt-vdo-box video {
  max-width: 100%;
  display: block;
  border-radius: 20px;
}
.tc-response.tc-sent {
  text-align: center;
  color: #248f8b;
  border: 1px solid #248f8b;
  padding: 5px 10px;
  border-radius: 8px;
  width: fit-content;
  margin: 15px auto;
}
/* ============================= */
@media (max-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1441px) and (max-width: 1920px) {
  .container {
    max-width: 1440px;
  }
}

/* responsive */
@media (min-width: 1441px) and (max-width: 1920px) {
  .navbar-brand {
    width: 200px;
  }
  .header.sticky .navbar{
    padding: 0;
  }
  .wlcm-head.cmn-sec-box p{
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .banner-box h1,
  .banner-box h1 span {
    font-size: 50px;
    margin-bottom: 24px;
  }
  .banner-box h1 span {
    display: inline-block;
  }
  .banner-box p {
    font-size: 16px;
  }
  .request-form-box {
    max-width: 100%;
  }
  .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .collect-box-card {
    height: 100%;
  }
  .collect-box-card h3 {
    font-size: 20px;
  }
  .collect-box-card-content {
    padding: 20px;
  }
  .collect-box-card-content {
    height: -webkit-fill-available;
  }
  .collection {
    padding: 30px 0 0;
  }
  .cmn-sec-box h2 {
    font-size: 28px;
  }
  .cmn-sec-box {
    margin-bottom: 30px;
  }
  .partner-box .icon-box i {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .partner,
  .global,
  .request {
    padding: 30px 0;
  }
  .footer-top {
    padding: 30px 0;
    padding-bottom: 0;
  }
  .banner-box h1,
  .banner-box h1 span {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .header .nav-link {
    color: #2a2622;
    font-size: 16px;
    padding: 15px 10px !important;
    border-bottom: 1px solid #248f8b;
  }
  .offcanvas-body {
    padding: 0 10px;
    background-color: #f6f4ee;
  }
  .navbar-toggler {
    background-color: #ffffff;
  }
  .banner-box .premium {
    line-height: 26px;
  }
  .offcanvas-wrap {
    width: 80% !important;
  }
  .collection .collect-box {
    margin-bottom: 30px;
  }
  .welcome-sec {
    padding: 30px 0 0;
  }
  .wlcm-head.cmn-sec-box p {
    text-align: justify;
  }
}
@media (max-width: 480px) {
  .banner-img {
    height: 600px;
  }
  .banner-btn-wrapper {
    gap: 20px;
  }
  .premium-dot {
    display: none;
  }
  .country-flag li {
    width: 45%;
    padding: 10px;
  }
  .tc-response.tc-sent {
    font-size: 14px;
    padding: 5px;
  }
}
@media (max-width: 375px) {
  .banner-box h1,
  .banner-box h1 span {
    font-size: 34px;
  }

}
