@import url("./veriable.css");

#key-to-props {
  padding: 7.552vw 20px 2.083vw;
  background-image: url("../images/vector01.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 44.948vw;
  position: relative;
  min-height: 31.25vw;
}

#key-to-props .container {
  max-width: 56.875vw;
  margin: 0 auto;
}

#key-to-props h2 {
  position: relative;
  top: -10.417vw;
  transform: scale(0.75, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: 2s;
}

#key-to-props h3 {
  position: relative;
  top: -10.417vw;
  transform: scale(0.25, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: 2s;
}

#key-to-props p {
  position: relative;
  top: -5.208vw;
  transform: scale(0.5, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 2s;
}

#key-to-props.show h2,
#key-to-props.show h3,
#key-to-props.show p {
  top: 0;
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}

#key-to-props .image {
  position: relative;
  bottom: -7.813vw;
  opacity: 0;
  visibility: hidden;
  transition: 2s;
}

#key-to-props.show2 .image {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

#key-to-props .image a {
  position: absolute;
  right: 0.521vw;
  bottom: 0.521vw;
}

#key-to-props .know-more-btn {
  padding: 0.521vw 1.823vw;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 1vw;
  /* border: 1px solid #fff; */
  transition: color 0.5s;
  background-color: var(--brown);
}

#key-to-props .know-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: 0.5s;
}

#key-to-props .know-more-btn:hover {
  color: var(--content-color);
  border-color: transparent;
}

#key-to-props .know-more-btn:hover::before {
  width: 100%;
}

#key-to-props .know-more-btn span {
  position: relative;
  z-index: 1;
}

.key-details {
  padding: 0.938vw;
  background: #ede9e3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.key-details > div {
  width: 50%;
}

.key-list {
  display: flex;
  align-items: center;
}

.key-item {
  padding: 0 0.521vw;
  box-sizing: border-box;
  color: var(--brown);
  text-align: center;
  font-family: "big_caslonmedium", sans-serif;
  font-size: 0.89vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.042vw;
  /* letter-spacing: 0.042vw; */
  text-transform: uppercase;
  position: relative;
}

.key-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 50px;
  background-image: url("../images/tinast-border-type01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1px;
}

.key-item:last-child {
  background: none !important;
}

.key-detail {
  color: var(--content-color);
  text-align: right;
  font-size: 0.833vw;
  line-height: 1.25vw;
  padding-left: 1.563vw;
  box-sizing: border-box;
}

#experience-untapped {
  width: 94.479vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.tabs-section {
  width: 44.531vw;
  background-color: #ede9e3;
  padding: 6.552vw 0;
  box-sizing: border-box;
}

.tabs-section .heading {
  width: 28.646vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.927vw;
}

.tabs-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 21.65vw;
  overflow-y: scroll;
}

.tabs-item {
  color: var(--content-color);
  text-align: center;
  font-family: "Abel", sans-serif;
  font-size: 1.146vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.667vw;
  letter-spacing: 0.057vw;
  text-transform: uppercase;
  position: relative;
  height: 4.167vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1.25vw;
  z-index: 1;
  cursor: pointer;
}

.tabs-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 20.833vw;
  height: 100%;
  background-color: #d9ccc3;
  transition: 0.5s;
  transform: translate(-50%, 0);
  z-index: -1;
}

.tabs-item.active {
  color: #fff;
}

.tabs-item.active::after {
  background-color: #8f6b5d;
  width: 100%;
}

.tabs-details {
  width: calc(100% - 44.531vw);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  position: absolute;
  top: 0;
  right: 0;
}

.tabs-details.active {
  opacity: 1;
  visibility: visible;
}

.tabs-details-main-image img.main-img {
  position: relative;
  top: -40px;
  left: -40px;
  transition: 0.5s;
  z-index: 2;
}

.tabs-details.active .tabs-details-main-image img.main-img {
  top: 0;
  left: 0;
}

.tabs-details-block {
  display: flex;
  flex-wrap: wrap;
}

.tabs-details-block-item {
  box-sizing: border-box;
}

.tabs-details-block-item:first-child {
  width: 18.698vw;
}

.tabs-details-top-section .tabs-details-block-item:first-child {
  height: 18.542vw;
  overflow: hidden;
}

.tabs-details-block-item:last-child {
  width: calc(100% - 18.698vw);
}

.tabs-details-top-section .tabs-details-block-item:last-child {
  padding: 2.344vw 5.052vw 0;
  background-color: #d9ccc3;
}

.tabs-details-block-item h3 {
  color: var(--content-color);
  text-align: center;
  font-family: "big_caslonmedium", sans-serif;
  /* font-size: 1.667vw; */
  font-size: 1.458vw;
  font-weight: 400;
  letter-spacing: 0.083vw;
  text-transform: uppercase;
  margin: 0;
}

.tabs-details-block-item h3 span {
  display: block;
  font-size: 0.833vw;
  letter-spacing: 0.042vw;
}

.tabs-details-block-item p {
  color: var(--content-color);
  text-align: center;
  font-size: 0.938vw;
  line-height: 1.25vw;
  margin: 0 0 1.25vw;
}

.tabs-details-block-item p:last-child {
  margin: 0;
}

.tabs-details-block:last-child .tabs-details-block-item:first-child {
  padding: 1.146vw;
  background-color: #fff;
}

.tabs-block-tab {
  width: 10rem;
  margin: 0 auto;
}

.tabs-block-tab-item {
  /* width: 4.74vw; */
  padding-bottom: 1.563vw;
  background-image: url("../images/tinast-border-type02-b.png");
  background-repeat: no-repeat;
  background-position: center 80%;
  /* background-size: 4.427vw; */
  color: var(--content-color);
  font-size: 0.833vw;
  font-weight: 600;
  line-height: 2.031vw;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.tabs-block-tab-item:last-child {
  padding-bottom: 0;
  background: none;
}

.tabs-block-tab-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 0;
  height: 2.031vw;
  /* background-color: #d9ccc3; */
  background-color: #8f6b5d;
  transition: 0.5s;
  z-index: -1;
}

.tabs-block-tab-item.active {
  color: #fff;
}

.tabs-block-tab-item.active::before {
  width: 100%;
}

.tabs-details-block:last-child .tabs-details-block-item:last-child {
  display: flex;
  flex-wrap: wrap;
}

.tab-extra-img {
  width: 50%;
  position: relative;
}

.tab-extra-img img {
  max-width: 16.406vw;
  height: 14.323vw;
}

.tab-extra-img .goto-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.tab-extra-img .goto-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.tabs-details-top-section {
  position: absolute;
  top: 0;
  left: 0;
}

.tabs-details-bottom-section {
  position: absolute;
  top: 18.542vw;
  left: 0;
  width: 100%;
  display: block;
}

.tabs-details-top-gallery-section {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 18.698vw);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  display: flex;
  flex-wrap: wrap;
}

.tabs-details-top-gallery-section.active {
  opacity: 1;
  visibility: visible;
}

.tabs-details-block-change {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.tabs-details-block-change.active {
  opacity: 1;
  visibility: visible;
}

.eu-mobile-section {
  background-color: #ede9e3;
  width: 100%;
}

.eu-mobile-accordion h2 {
  color: #fff;
  text-align: center;
  font-family: "big_caslonmedium";
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 24px 30px 24px 0;
  background-color: #8f6b5d;
  margin: 0 0 24px;
  position: relative;
}

.eu-mobile-accordion h2::after {
  content: "";
  font-size: 12px;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 30px;
}

.eu-mobile-accordion.active h2::after {
  top: 37px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.eu-mobile-accordion-details {
  display: none;
}

.eu-mobile-accordion-detail-img {
  max-width: 80%;
  margin: 0 auto 30px;
  display: block;
}

.eu-mobile-accordion-tabs {
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 40px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.eu-mobile-accordion-tabs::-webkit-scrollbar {
  display: none;
}

.eu-mobile-accordion-tabs span {
  padding: 6px 19px;
  color: #543a30;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  border: 1px solid #8f6b5d;
  background: #fff;
  margin-left: 12px;
  display: inline-block;
}

.eu-mobile-accordion-tabs span.active {
  border: 1px solid #d9ccc3;
  background: #d9ccc3;
}

.eu-mobile-accordion-detail {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0 !important;
  transition: 0.5s;
}

.eu-mobile-accordion-detail.active {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  height: auto !important;
}

.eu-mobile-accordion-detail h3 {
  color: #543a30;
  text-align: center;
  font-family: "big_caslonmedium";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0px 0 10px;
}

.eu-mobile-accordion-detail h4 {
  color: #543a30;
  text-align: center;
  font-family: "big_caslonmedium";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.eu-mobile-accordion-detail p {
  color: #543a30;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 20px 16px;
}

.eu-mobile-accordion-detail h5 {
  color: #543a30;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 20px 24px;
}

.eu-mobile-accordion-gallary {
  display: flex;
  flex-wrap: wrap;
  margin: 0 8px;
}

.eu-mobile-accordion-block {
  width: calc(100% - 16px);
  margin: 0 8px 24px;
  text-align: center;
}

.eu-mobile-accordion-block .img {
  margin-bottom: 10px;
  position: relative;
}

.eu-mobile-accordion-block img {
  max-width: 100%;
  display: block;
  margin: 0 5px 10px;
}

.eu-mobile-accordion-block .name {
  color: #8f6b5d;
  text-align: center;
  font-family: "big_caslonmedium";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 4px;
}

.eu-mobile-accordion-gallary .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
}

.eu-mobile-accordion-gallary .slick-dots li {
  list-style: none;
  margin: 0 5px;
}

.eu-mobile-accordion-gallary .slick-dots li button {
  text-indent: -9999999999px;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  outline: none;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  padding: 0;
}

.eu-mobile-accordion-gallary .slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 1);
}

.eu-mobile-accordion-block a {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  margin: 0 auto;
  display: inline-block;
  padding: 8px 27px;
  background-color: #8f6b5d;
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  .main-banner {
    margin-top: 64px;
  }

  .main-banner img,
  .main-banner video {
    width: calc(100% + 90px) !important;
    max-width: calc(100% + 90px);
    margin-left: -45px;
  }

  #key-to-props {
    background: none;
    padding: 56px 20px;
    box-sizing: border-box;
  }

  #key-to-props .container {
    max-width: 100%;
  }

  #key-to-props .know-more-btn {
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: normal;
    padding: 10px 25px;
    border-color: #8f6b5d;
    position: relative;
    width: 140px;
    margin: 20px auto 0;
    box-sizing: border-box;
  }

  #key-to-props .know-more-btn:hover {
    color: #fff;
  }

  #key-to-props .know-more-btn::before {
    background-color: #8f6b5d;
  }

  .key-details {
    display: block !important;
    padding: 16px !important;
  }

  .key-list {
    width: 100% !important;
    display: block !important;
  }

  .key-details .key-item {
    width: 100%;
    font-family: "big_caslonmedium";
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 24px;
    background-image: url("../images/tinast-border-type02.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 85px;
  }

  .key-item::after {
    display: none;
  }

  .key-details .key-item:last-child {
    padding-bottom: 0;
  }

  #experience-untapped {
    width: 100%;
  }

  .tabs-section {
    width: 100%;
    padding: 56px 0 0px;
  }

  .tabs-section .heading {
    width: 100%;
    margin-bottom: 30px;
  }

  .tabs-section .heading h3 {
    width: 280px;
    margin: 0 auto;
  }

  .tabs-section .heading p {
    width: 305px;
    margin: 0 auto;
  }

  .tabs-list,
  .tabs-details {
    display: none;
  }

  .key-detail {
    display: none;
  }
}
