@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Vidaloka&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Mulish:ital,wght@0,200..1000;1,200..1000&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&family=Vidaloka&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Serif:ital,wght@0,100..900;1,100..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&family=Vidaloka&display=swap");

@font-face {
  font-family: "Billie Eilish";
  src: url("../fonts/billie\ eilish.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Milyuna";
  src: url("../fonts/Milyuna-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
}

:root {
  --font-family: "Billie Eilish", sans-serif;
  /* --bs-body-font-family: "Billie Eilish", sans-serif; */
  --font-secondary-family: "Milyuna", serif;
  --font-style: normal;
  --theme-color: #600529;
  --theme-second-color: #cfa675;
  --theme-highlight-color: #be976a;
  --theme-light-color: #f9eee0;
  --theme-text-color: #424242;
  --bs-body-bg: #600529;
  --bs-body-color: #600529;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.section {
  padding: 60px 0;
}
#header {
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 3;
}
#header .header-wrap {
  padding: 15px 0;
}
#header .header-wrap .container {
  position: relative;
}
#header .header-wrap .container:after {
  content: "";
  width: calc(100% - 100px);
  height: 1px;
  background-color: #f5c45e;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
#header .header-wrap .header-logo img {
  max-width: 64px;
}

#header .header-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  grid-column-gap: 20px;
}
#header .header-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Milyuna", serif;
  font-size: 16px;
  line-height: 1.3;
}
#header .header-nav li a {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #f9eeed;
}
#header .header-nav li a:hover {
  color: #f5c45e;
}
#header .header-wrap .btn {
  min-width: 140px;
  padding: 5px 10px;
  border-color: #f9eeed;
  font-family: "Milyuna", serif;
  line-height: 1.5;
  color: #ffffff;
  border-radius: 30px;
}
#header .header-wrap .btn:hover {
  color: #000000;
}
#header .header-wrap {
  padding: 6px 0;
  background: #4a1026ef;
}
.banner-img img {
  width: 100%;
  max-height: 100vh;
}
.banner-content-row {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.banner-content h1 {
  font-size: 32px;
  font-weight: 600;
  font-family: "Milyuna", serif;
  color: #f5c45e;
}
.banner-content h4 {
  font-size: 22px;
  font-weight: 400;
  font-family: "Milyuna", serif;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
.banner-content h4 span {
  color: #f5c45e;
}

.banner-form-row {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.banner-form {
  padding: 25px 20px;
  border-radius: 10px;
  background-color: var(--theme-color);
  max-width: 380px;
}
.form_head {
  font-family: "Milyuna", serif;
  font-size: 20px;
  color: #f5c45e;
  margin-bottom: 8px;
}
.banner-form .form-group {
  margin-bottom: 13px;
}
.banner-form .form-label,
.banner-form .form-check-label {
  font-size: 0.875rem;
  color: #000000;
}
.banner-form .form-control,
.banner-form .form-select {
  padding: 5px 10px;
  background-color: transparent;
  border: 0 !important;
  border-bottom: 1px solid #f9eeed !important;
  border-radius: 0;
  font-family: "Milyuna", serif;
  font-size: 16px;
  color: #ffffff !important;
  box-shadow: none;
}
.form-select {
  color: #fff;
  background-image: url(../images/select-arrow.svg);
  --bs-form-select-bg-img: url(../images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 16px;
}
.banner-form .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: "Milyuna", serif;
  font-size: 16px;
}
.banner-form .form-control::-ms-input-placeholder {
  color: #ffffff;
  font-family: "Milyuna", serif;
  font-size: 16px;
}
.banner-form .btn {
  padding: 5px 20px;
  border-color: #f9eeed;
  font-family: "Milyuna", serif;
  line-height: 1.5;
  color: var(--theme-color);
  background-color: #ffffff;
  border-radius: 4px;
  width: 100%;
}
.banner-form .btn:hover {
  color: #000000;
}
.banner-form select option {
  color: #000;
}
.privacy-text {
  color: #ffffff;
  font-size: 12px;
  font-family: "Milyuna", serif;
}
.overview-section {
  padding: 60px 0;
  background-image: url(../images/overview.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 700px;
  display: flex;
  align-items: center;
}
.overview-content h2 {
  font-size: 32px;
  font-weight: normal;
  font-family: "Milyuna", serif;
  color: #ffffff;
}
.overview-content span {
  display: block;
  font-size: 38px;
  color: #f5c45e;
}
.overview-content p {
  font-family: "Milyuna", serif;
  color: #ffffff;
  margin-bottom: 0;
}
.overview-content h4 {
  font-size: 20px;
  font-weight: normal;
  font-family: "Milyuna", serif;
  color: #f5c45e;
  margin-bottom: 0;
}

.tabs-section {
  background-color: #f9eeed;
}
.main-tabs {
  gap: 10px;
}
.main-tabs .nav-link {
  background-color: transparent;
  padding: 12px 20px;
  color: #4a1026;
  font-family: "Milyuna", serif;
  border: 1px solid #4a1026;
  border-radius: 8px;
  font-size: 1.25rem;
}
.main-tabs .nav-item.show .nav-link,
.main-tabs .nav-link.active {
  border: 1px solid #4a1026;
  color: #fff;
  background-color: #4a1026;
}
.main-tabs .nav-link:hover {
  border: 1px solid #4a1026;
}
.main-tabs .nav-link.active .tab_img {
  filter: invert(1);
}
.tab_img {
  /* width: 40px; */
  height: 40px;
}
.tabs-section {
  overflow: hidden;
}
.Podium_swiper {
  overflow: visible;
}
.swiper-slide {
  height: initial;
}
.swiper-slide-center {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.swiper-slide-center .swiper-button-disabled {
  opacity: 0.8;
}
.swiper-slide-center .swiperbtn-prev {
  background-image: url(../images/pagination-prev.svg);
}
.swiper-slide-center .swiperbtn-next {
  background-image: url(../images/pagination-next.svg);
}
.swiper-slide-center .swiperbtn-next,
.swiper-slide-center .swiperbtn-prev {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  margin: 2px;
}
.swiper-slide-center .swiperbtn-pagination {
  width: auto;
  margin: 0 6px;
}
.swiper-slide-center
  .swiperbtn-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}
.swiper-slide-center .swiperbtn-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  opacity: 1;
}
.sec_head {
  font-family: var(--font-family);
  color: var(--theme-color);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
  word-spacing: 2px;
}
.sec_head span {
  color: #f5c45e;
}
.sec_head ~ p {
  font-family: var(--font-secondary-family);
  color: var(--theme-color);
  width: 100%;
  max-width: 90%;
  margin: 0px auto;
  font-size: 1.25rem;
}

.main_tabs {
  gap: 10px;
}
.main_tabs .nav-link {
  background-color: transparent;
  padding: 12px 20px;
  color: #f9eeed;
  font-family: "Milyuna", serif;
  border: 1px solid #f9eeed;
  border-radius: 8px;
  font-size: 1.5rem;
}
.main_tabs .nav-item.show .nav-link,
.main_tabs .nav-link.active {
  border: 1px solid #f9eeed;
  color: var(--theme-color);
  background-color: #f9eeed;
}
.main_tabs .nav-link:hover {
  border: 1px solid #f9eeed;
}
.master-actions .swiperbtn-next,
.master-actions .swiperbtn-prev,
.master-actions .swiperbtn-pagination {
  filter: invert(1);
}
.faq_sec {
  background-color: #fdf7ef;
  border-radius: 6px;
  padding: 20px;
}
.accordion-item {
  background-color: transparent;
  border: none;
}

.accordion-button {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid var(--theme-color);
  padding: 10px;
  color: var(--theme-color);
  font-family: "Milyuna", serif;
  font-size: 1.25rem;
  font-weight: 400;
  border-radius: 0 !important;
}

.accordion-button:after {
  z-index: 1;
  background-position: center;
  width: 16px;
  height: 16px;
}

.accordion-button:focus {
  border-color: transparent;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--theme-color);
  box-shadow: none;
}

.accordion-button:not(.collapsed):after {
  transform: rotate(-180deg);
  width: 16px;
  z-index: 1;
  background-position: center;
}

.accordion-body {
  padding: 10px 0;
  font-family: var(--font-secondary-family);
}

.accordion-body {
  color: #000;
}
.accordion-body li {
  color: #000;
  position: relative;
  line-height: 1.3;
}
.accordion-body li span {
  right: 0;
  position: absolute;
}
.accordion-body li::marker {
  color: var(--theme-color);
  font-size: 1.5rem;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 12px;
  box-shadow: none;
}

.gallery_swiper {
  overflow: visible;
}

.gallery_swiper .swiper-slide .life_img img {
  border-radius: 6px;
  height: auto;
}

.gallery_swiper .swiper-slide:nth-child(even) .life_img {
  margin-top: 100px;
}
.life_img img,
.life_img1 img {
  border-radius: 8px;
}
.footer {
  border-top: 1px solid #f5c45e;
  border-bottom: 1px solid #f5c45e;
  padding: 30px 0 20px;
}
.footer-head {
  font-size: 1.75rem;
  margin-bottom: 6px;
  font-family: var(--font-secondary-family);
  color: #f5c45e;
}
footer a,
footer {
  color: #f9f6ed;
  font-family: var(--font-secondary-family);
}
footer a:hover {
  color: #f5c45e;
}
.bottom-action {
  position: fixed;
  bottom: 20px;
  left: 50%;
  width: auto;
  padding: 4px;
  background-color: var(--theme-color);
  border: 1px solid #f9f6ed;
  border-radius: 30px;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3;
}
.bottom-action .btn {
  padding: 5px 15px;
  background-color: var(--theme-color);
  font-weight: normal;
  font-family: "Milyuna", serif;
  color: #f9eeed;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #f9f6ed;
  border-radius: 30px;
  white-space: nowrap;
}
.btn-close {
  filter: invert(1);
  opacity: 1;
}
input::placeholder {
  color: #fff !important;
}
@media (min-width: 992px) {
  #header {
    position: fixed;
  }
}
@media (max-width: 991px) {
  .section {
    padding: 40px 0;
  }
  .sec_head {
    font-size: 1.5rem;
  }
  #header {
    position: sticky;
  }
  #header .header-wrap {
    padding: 8px 0;
    background-color: #4a1026;
  }
  #header .header-wrap .container:after {
    display: none;
  }
  #header .header-wrap .container .row {
    align-items: center;
  }
  #header .header-wrap .header-logo img {
    max-width: 50px;
  }
  #header .header-nav {
    margin-top: 40px;
  }
  #header .header-nav ul {
    flex-direction: column;
  }

  #header .header-wrap .container {
    position: initial;
  }
  .navbar-expand .navbar-nav {
    position: absolute;
    bottom: -36px;
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: scroll;
    padding: 0 10px;
    background-color: #3d031a;
  }
  #header .header-nav li a {
    color: #fff;
    padding: 8px;
    font-size: 15px;
    border-bottom: none;
  }
  #header .header-nav li a:hover {
    color: #fff;
  }

  body.overf {
    overflow: hidden;
  }
  #header .header-wrap .header-nav-row {
    margin: 0;
    padding: 0;
  }
  .banner-form-row {
    position: relative;
    transform: none;
    padding: 10px 0;
    background-color: #4a1026;
  }
  .banner-form {
    max-width: none;
  }
  .banner-content h1 {
    font-size: 22px;
  }
  .banner-content h4 {
    font-size: 18px;
  }
  .banner-content-row {
    top: 140px;
  }
  .overview-section {
    min-height: 600px;
  }
  .overview-content h2 {
    font-size: 28px;
  }
  .overview-content h2 span {
    font-size: 34px;
  }
  .overview-content h4 {
    font-size: 18px;
  }
  .main-tabs .nav-link,
  .main_tabs .nav-link {
    font-size: 1rem;
  }
  .tab_img {
    height: 30px;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 20px 0;
  }
  .sec_head {
    font-size: 1.35rem;
    letter-spacing: 2px;
    word-spacing: normal;
  }
  .sec_head ~ p {
    font-size: 1rem;
  }
  .banner-content h1 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .banner-content-row {
    top: 145px;
  }
  .navbar-expand .navbar-nav {
    bottom: -42px;
  }
  .banner-img img {
    height: 700px;
    object-fit: cover;
    object-position: bottom;
  }
  .banner-content h4 {
    font-size: 18px;
  }
  .overview-section {
    display: inherit;
    min-height: 550px;
    background: #000;
    padding: 30px 0;
  }
  .overview-content {
    padding-left: 5px;
  }
  .overview-content h2 {
    font-size: 22px;
  }
  .overview-content h2 span {
    font-size: 28px;
  }
  .overview-content h4 {
    font-size: 16px;
  }
  .overview-content p {
    font-size: 14px;
  }
  .gallery_swiper .swiper-slide:nth-child(even) .life_img {
    margin-top: 0px;
  }
  .main-tabs .nav-link,
  .main_tabs .nav-link {
    padding: 5px 10px;
    border-radius: 8px;
  }
  .life_img img {
    height: 260px;
    object-fit: cover;
  }
  .life_img1 img {
    height: 260px;
  }
  .accordion-button {
    font-size: 1rem;
  }
  .bottom-action {
    bottom: 10px;
  }
  footer {
    padding: 0 0 40px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .banner-content h1 {
    font-size: 28px;
  }
  .form_head {
    color: #fff;
  }
  .section.bg-white,
  .section.bg-white .container-lg {
    padding: 0;
  }
  .section.bg-white video {
    border-radius: 0 !important;
  }
  .sec_head ~ p {
    max-width: 100%;
  }
  .sec_head {
    font-size: 1.75rem;
  }
  .section {
    border-bottom: 1px solid #f5c45e;
  }
  .footer-head {
    font-size: 1.5rem;
  }
  footer {
    font-size: 0.9rem;
  }
  .footer-logo {
    width: 80px;
  }
}
