@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}



.bg-brown {
  background-color: #b26f3b; /* close to your screenshot */
}

body{
 font-family: "Poppins", sans-serif;
  font-weight: 400;
}

@media (min-width: 1360px) {
  .container {
    max-width: 1340px;
  }
}


.tib_phone{
    border-right: 1px rgba(255,255,255,.5) solid;
    padding-right: 15px;
}
.tib_map{
    border-right: 1px rgba(255,255,255,.5) solid;
    padding-right: 15px;
}

.navbar-nav .nav-link {
font-size:16px;
color: #333;
text-transform: uppercase;
padding: 0 14px;
}

.navbar-nav .nav-link.active {
color: #d17a45;
}

.nav-icons a {
color: #333;
margin-left: 16px;
font-size: 15px;
}

.navbar-nav{
    gap: 25px;
}

.play-icon{
    position: absolute;
    width: 79px;
    height: 79px;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.play-icon img{
    width: 79px;
    height: 79px;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
}

.owl-dot.active span {
  width: 70px;
  height: 10px;
  background: #4b2b27; /* brown */
  border-radius: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0;
}


/*
.origin-img-cont{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
}
*/

.origin-img-cont .col-6{
    height: auto;
}

.origin-img-cont .col-6:nth-child(2){
    margin-top: 72px;
}

.origin-img {
  height: 440px;
    border-radius: 20px;
/*
    width: 50%;
    max-width: 50%;
*/
}
.origin-img {
  width: 100%;
  height: 440px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.origin-img-cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Image boxes */
.img-box {
  width: 100%;
  height: 440px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}

/* Staggered effect */
.img-2 {
  margin-top: 60px;
}
.img-3 {
  margin-top: -60px;
}
.img-4 {
  margin-top: 0px;
}

/* Responsive */
@media (max-width: 768px) {
  .origin-img-cont {
    grid-template-columns: 1fr;
  }

  .img-2,
  .img-4 {
    margin-top: 0;
  }
}




.origin-title {
  font-family: "Playfair Display", serif;
  font-size: 55px;
    font-weight: 700;
  color: #4A2C2A;
    margin-bottom: 40px;
}

.origin-text-wrap {
  position: relative;
  padding-left: 20px;
    height: 270px;
    overflow-y: auto;
     direction: rtl;  
}

.origin-text-wrap > * {
  direction: ltr;
}


.origin-line {
  position: absolute;
  left: 0;
  top: 5px;
  width: 3px;
  height: 100%;
  background: #b06a2e;
}

.origin-text-wrap p {
  font-size: 16px;
  line-height: 28px;
  color: #6b6b6b;
}


.btn-origin {
  background: #b06a2e;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 1px;
}

.btn-origin:hover {
  background: #4b2b27;
}

.origin-text-wrap::-webkit-scrollbar {
  width: 6px;
}

.origin-text-wrap::-webkit-scrollbar-thumb {
  background: #4A2C2A;
  border-radius: 10px;
}

.origin-text-wrap::-webkit-scrollbar-track {
  background: #f2f2f2;
}


.btn-origin {
   font-family: "Playfair Display", serif;
    font-size: 18px;
}

.btn-origin:hover{
    color: #FFF;
}





.prelaunch-section {
  background: #f6f0eb;
}

/* Left content */
.pre-title {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  color: #4b2b27;
  margin-bottom: 16px;
}

.pre-desc {
  font-size: 15px;
  line-height: 28px;
  color: #6b6b6b;
}

/* Slider nav */
.slider-nav {
  display: flex;
  gap: 14px;
}

.nav-btn {
  width: 44px;
  height: 44px;
  border: 1px solid #b6a8a1;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4b2b27;
}

/* Cards */
.pre-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
    text-decoration: none;
    overflow: hidden;
}

.pre-img {
  height: 260px;
  background-size: cover;
  background-position: center;
     border-radius: 16px 16px 0 0;
}

.pre-card-body {
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
    background: #FFF;
    border-radius:  0 0 16px 16px;
}

.pre-card-body h5 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  margin: 0;
  color: #4b2b27;
    font-weight: 700;
}

.pre-card-body .arrow {
  width: 36px;
  height: 36px;
  background: #e6e6e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
    padding: 5px;
}

.pre-card-body .arrow img{
    
}
.our-values {
  background: #FFF;
  color: #b07a4a;
}

.value-box {
  padding: 20px;
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: #b07a4a;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
}

.value-box h5 {
    font-family: "Playfair Display", serif;
  font-size: 30px;
    font-weight: 500;
  margin-bottom: 10px;
  color: #4A2C2A;
}

.value-box p {
    font-weight: 300;
  font-size: 20px;
  line-height: 1.6;
  color: #4A2C2A;
}

.value-circle{
    width: 70px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}




.waitlist-section { 
    border-radius: 50px;
    overflow: hidden;
    padding: 0px !important;
}

/* LEFT */
.waitlist-left {
  background: #b37545;
    
}

.waitlist-box h3 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
}

.mail-icon {
  font-size: 40px;
}

.waitlist-input {
  border-radius: 40px;
  padding: 14px 20px;
  border: none;
  background: #e7d3c2;
    text-align: center;
}

.waitlist-btn {
    font-family: 'Playfair Display', serif;
  background: #fff;
  color: #4a2f1f;
  padding: 12px 35px;
  border-radius: 40px;
  font-weight: 500;
    font-size: 20px;
}
.waitlist-btn:hover {
  background: #4a2f1f;
  color: #fff;
}


.privacy-text {
  font-size: 13px;
}

/* RIGHT SLIDER */
.waitlist-right,
.waitlist-slider,
.waitlist-slider .item,
.waitlist-slider img {
  height: 100%;
}

.waitlist-slider img {
  width: 100%;
  object-fit: cover;
}

/* Owl arrows */
.waitlist-right .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #fff !important;
  background: rgba(255,255,255,0.0) !important;
  color: #fff !important;
}

.waitlist-right .owl-nav button span{
    display: none;
}

.waitlist-right .owl-nav .owl-prev {
  left: 20px;
    background: url(../images/chevron-left.svg) no-repeat center center !important;  
    background-size: 32px!important;
}

.waitlist-right .owl-nav .owl-next {
  right: 20px;
     background: url(../images/chevron-right.svg) no-repeat center center !important;  
    background-size: 32px!important;
}

.slider-pic{
    height: 530px;
    position: relative;
}

.slider-pic:after{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    content: '';
    background: rgba(178,114,65,.29);
}



.press-section {
  padding: 80px 0;
  background: #ffffff;
}


.press-brand {
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
  color: #4a2f1f;
    font-size: 40px;
}

.press-quote {
  font-size: 18px;
  color: #7a6a62;
  margin-top: 10px;
}

.press-brands-faded span {
    font-family: 'Playfair Display', serif;
  margin: 0 25px;
  font-size: 30px;
  letter-spacing: 1px;
  color: rgba(74,44,42,.37);
}

.marquee-wrapper {
  background: #b37545;
  overflow: hidden;
  white-space: nowrap;
}

.marquee {
  position: relative;
  width: 100%;
}

.marquee-content {
  display: inline-flex;
  align-items: center;
  animation: marquee 18s linear infinite;
}

.marquee-content span {
  padding: 12px 40px;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  letter-spacing: 1px;
}

/* Animation */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}



.testimonials-section {
  background: #f7efe9;
  padding: 80px 30px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: #4a2f1f;
}

.custom-nav button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #4a2f1f;
  background: transparent;
  color: #4a2f1f;
  margin-left: 10px;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 14px;
  height: 100%;
    overflow: hidden
}


.testimonial-card-picture{
    height: 300px;
    position: relative
}

.testimonial-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  margin-bottom: 15px;
  color: #4a2f1f;
}

.stars {
  color: #f5b400;
  font-size: 14px;
  margin-bottom: 10px;
}

.testimonial-card p {
  font-size: 16px;
  color: #6f5f56;
  line-height: 1.6;
}

.testimonial-card-text{
    padding: 15px;
}

.testimonial-slider .owl-stage {
  display: flex;
}

.testimonial-slider .owl-item {
  padding-right: 10px;
}


.faq-section {
  background: #f7efe9;
  padding: 80px 0;
}

.faq-title {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: #4a2f1f;
  margin-bottom: 20px;
}

.faq-section p {
  font-size: 15px;
  color: #6f5f56;
  line-height: 1.7;
}

/* Accordion styling */
.custom-accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.custom-accordion .accordion-button {
  background: #ffffff;
  color: #4a2f1f;
  font-size: 22px;
  padding: 18px 22px;
  border: 0px solid #b37545;
  box-shadow: none;
    font-family: 'Playfair Display', serif;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background: #b37545;
  color: #fff;
}

.custom-accordion .accordion-button::after {
  content: "+";
  background-image: none;
  font-size: 20px;
  transform: none;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  content: "–";
}

.custom-accordion .accordion-body {
  background: #fff;
  color: #6f5f56;
  font-size: 14px;
}


.site-footer {
  background: url('../images/footer-bg.png') center/cover no-repeat;
  position: relative;
    background: rgba(169px,98,43,42 );
}

.footer-overlay {
  background: rgba(58, 36, 22, 0.85);
}

.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
}

.footer-heading {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
   font-family: 'Playfair Display', serif; 
}

.footer-text {
  font-size: 14px;
  color: #ddd;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #ddd;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: #fff;
}

.footer-divider {
  border-color: rgba(255,255,255,0.2);
  margin: 30px 0;
}

.footer-copy {
  font-size: 13px;
  color: #ccc;
}

.footer-copy a {
  color: #ccc;
  text-decoration: none;
}

.footer-social a {
  color: #fff;
  margin-left: 12px;
  font-size: 14px;
}
ul.navbar-nav.align-items-center.me-4 li {
    list-style-type: none;
}
ul.navbar-nav.align-items-center.me-4 li a{
  font-size: 16px;
    color: #333;
    text-transform: uppercase;
    padding: 0 5px;
    text-decoration: none;
}
ul.navbar-nav.align-items-center.me-4 li.active a {
    color: #d17a45;
}

/* Subscriber Popup Modal */
.subscriber-popup {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.subscriber-popup .modal-body {
  padding: 0;
}

.subscriber-image {
  height: 100%;
  min-height: 400px;
}

.subscriber-image img {
  width: 100%;
  height: 100%;
}

.subscriber-content {
  background: #fff;
  padding: 40px;
}

.subscriber-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: #4a2f1f;
  margin-bottom: 15px;
}

.subscriber-description {
  font-size: 15px;
  line-height: 1.6;
  color: #6f5f56;
  margin-bottom: 25px;
}

.subscriber-input {
  border: 1px solid #ddd;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.subscriber-input:focus {
  border-color: #b37545;
  box-shadow: 0 0 0 0.2rem rgba(179, 117, 69, 0.15);
}

.subscriber-input::placeholder {
  color: #999;
}

.subscriber-btn {
  background: #b37545;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  transition: background 0.3s ease;
}

.subscriber-btn:hover {
  background: #4a2f1f;
  color: #fff;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .subscriber-content {
    padding: 30px 20px;
  }

  .subscriber-title {
    font-size: 22px;
  }

  .subscriber-image {
    min-height: 300px;
  }
}















