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

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0 0 50px;
}

.responsive-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.heading {
  margin-bottom: 1.302vw;
}

.heading h2 {
  font-family: "big_caslonmedium", sans-serif;

  color: #000;
  text-align: center;
  font-size: 1.458vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.073vw;
  text-transform: uppercase;
  margin: 0;
}
/* .heading.type2 h2 {
  font-family: "big_caslonmedium";
} */

.heading h3 {
  color: #8f6b5d;
  text-align: center;
  /* font-family: "The Coastal"; */
  font-family: "white_angelicaregular";
  font-size: 1.6vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: -0.781vw 0 0;
}

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

.goto-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.goto-link div {
  color: #fff;
  text-align: center;
  font-family: "Abel", sans-serif;
  font-size: 0.938vw;
  line-height: 1.25vw;
}

.goto-link div span {
  display: block;
}

.goto-link div span:last-child {
  display: inline-block;
  margin-top: 2.24vw;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 0.521vw 1.823vw;
  /* border: 1px solid #fff; */
  background-color: #8f6b5d;
  position: relative;
  z-index: 2;
}

.goto-link div span:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: 0.5s;
  z-index: -1;
}

.goto-link div span:last-child:hover::before {
  width: 100%;
}

.goto-link div span:last-child:hover {
  color: #8f6b5d;
}

.common-carousel {
  margin-bottom: 2.604vw;
  position: relative;
}

.common-carousel .slick-arrow {
  position: absolute;
  bottom: -2.135vw;
}

.common-carousel .slick-track {
  padding-bottom: 1.094vw;
}

.carousel-item {
  padding: 1.042vw;
  background: #f5f5f5;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}

.common-carousel .item-share {
  display: flex;
  justify-content: end;
  margin-bottom: 0.938vw;
  cursor: pointer;
}

.common-carousel .item-share img {
  width: 0.885vw;
  height: auto;
}

.common-carousel .item-image {
  margin-bottom: 0.938vw;
  overflow: hidden;
}

.common-carousel .item-image img {
  max-width: 100%;
  height: auto;
  transform: scale(1.2);
  position: relative;
  top: -20px;
  transition: top 1s;
}

.carousel-item:hover .item-image img {
  top: 0;
}

.common-carousel .item-heading {
  color: #575757;
  font-size: 0.938vw;
  font-weight: 500;
  line-height: 1.25vw;
}

.common-carousel .item-text {
  color: var(--content-color);
  font-size: 0.833vw;
  line-height: 1.25vw;
  min-height: 2.604vw;
}

.common-carousel .item-link {
  color: var(--brown);
  font-size: 0.833vw;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.common-carousel .item-author {
  margin-top: 0.99vw;
  margin-bottom: 0.208vw;
  color: #323232;
  font-size: 0.833vw;
  font-weight: 600;
  line-height: 1.25vw;
}

.common-carousel .item-date {
  color: #909599;
  font-size: 12px;
  line-height: 1.25vw;
}

.common-carousel button {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  color: #000;
  text-align: center;
  font-size: 0.625vw;
  letter-spacing: 0.125vw;
  line-height: 0.729vw;
  text-transform: uppercase;
  cursor: pointer;
  width: 26.042vw;
  position: relative;
}

.common-carousel .slick-prev {
  text-align: left;
  left: 13.281vw;
}

.common-carousel .slick-next {
  text-align: right;
  right: 13.281vw;
}

.hidden-xs {
  display: block;
}
.visible-xs {
  display: none;
}

.innerpages .main-slider {
  padding: 2.917vw 2.917vw 0;
  position: relative;
}

.main-slider .main-slider-items {
  position: relative;
}

.main-slider .main-slider-caption {
  text-align: center;
}

.main-slider .main-slider-caption h2 {
  font-family: "big_caslonmedium";
  color: #000;
  text-align: center;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5vw;
  letter-spacing: 0.094vw;
  text-transform: uppercase;
  margin: 0 0 1.563vw;
}

.main-slider .main-slider-caption p {
  color: #000;
  text-align: center;
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25vw;
  margin: 0;
}

.main-slider .main-slider-caption a {
  color: #fff;
  text-align: center;
  font-size: 0.625vw;
  font-weight: 400;
  margin: 0 auto;
  display: inline-block;
  padding: 0.521vw 1.979vw;
  background-color: #000;
  text-decoration: none;
}

.main-slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
}

.main-slider .slick-dots li {
  margin: 0 0.365vw;
  list-style: none;
  cursor: pointer;
}

.main-slider .slick-dots li button {
  width: 0.521vw;
  height: 0.521vw;
  border-radius: 0.521vw;
  border: 1px solid #fff;
  box-sizing: border-box;
  background: none;
  outline: none;
  text-indent: -99999999px;
  padding: 0;
}

.main-slider .slick-dots li.slick-active button {
  background-color: #fff;
}

#experience-section {
  margin-top: 11.25vw;
  padding: 0 2.917vw;
}

#experience-section.addSpace {
  padding-top: 40px;
}

.experience-tabs {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  /* -ms-overflow-style: none; */
  scrollbar-width: none;
  text-align: center;
}

.experience-tabs.posFixedTop {
  position: fixed;
  top: 42px;
  left: 2.917vw;
  right: 2.917vw;
  z-index: 2;
  padding-bottom: 0;
  background-color: #fff;
}

/* .experience-tabs::-webkit-scrollbar {
    display: none
} */

.experience-tabs a {
  padding: 0.625vw 20px;
  text-align: center;
  background-color: #fff;
  border: 1px solid var(--brown);
  cursor: pointer;
  margin: 0 0.677vw;
  min-width: 10.938vw;
  font-family: "big_caslonmedium";
  color: var(--brown);
  display: inline-block;
  font-size: 1.146vw;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
}

.experience-tabs a.active {
  background-color: var(--brown);
  color: #fff;
  border-color: var(--brown);
}

.experience-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.eb-details {
  width: 22.917vw;
  margin: 0 4.531vw;
}

.eb-details h3 {
  color: #000;
  text-align: center;
  font-family: "big_caslonmedium";
  font-size: 1.875vw;
  font-weight: 500;
  line-height: 2.5vw;
  letter-spacing: 0.094vw;
  text-transform: uppercase;
  margin: 0 0 0.625vw;
}

.eb-details p {
  color: #000;
  text-align: center;
  font-size: 0.938vw;
  font-weight: 400;
  line-height: 1.25vw;
  margin: 0 0 1.042vw;
}

.experience-block {
  padding-top: 3.646vw;
  margin-bottom: 7.292vw;
}

.eb-slider {
  width: calc(100% - 22.917vw - 4.531vw - 4.531vw);
}

.eb-slider-nav-item {
  width: 3.594vw !important;
  height: 3.594vw !important;
  position: relative;
  overflow: hidden;
  margin: 0 0.313vw;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.eb-slider-nav-item img {
  height: 3.594vw;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.eb-slider-nav-item.slick-current {
  border-color: #a07e65;
}

.eb-slider-nav-item.slick-current::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 2px solid #fff;
  box-sizing: border-box;
}

.eb-slider-nav-item.slick-current img {
  height: calc(3.594vw - 4px) !important;
  top: 2px !important;
}

.eb-slider-caption {
  color: #fff;
  text-align: center;
  font-family: "Abel", sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  padding: 0.26vw;
  background: #a07e65;
  margin-bottom: 0.938vw;
}

.eb-slider-item {
  text-align: center;
}

.eb-slider-item p,
.eb-slider-item span {
  color: #000;
  text-align: center;
  font-size: 0.938vw;
  font-weight: 400;
  line-height: 1.25vw;
  margin: 0 0 0.833vw;
}

.eb-slider-item span.info-more {
  text-decoration: underline;
  display: block;
}

.eb-slider-item a {
  color: #fff;
  text-align: center;
  font-size: 0.825vw;
  font-weight: 400;
  line-height: normal;
  padding: 0.521vw 1.823vw;
  text-decoration: none;
  background-color: var(--brown);
  border: 1px solid transparent;
}

.eb-slider-item a:hover {
  border-color: var(--brown);
  color: var(--brown);
  background-color: transparent;
}

.eb-slider-other {
  display: flex;
  justify-content: center;
  margin: 0.938vw 0;
}

.eb-slider-other-item {
  display: flex;
  align-items: center;
  margin: 0 1.563vw;
}

.eb-slider-other-item img {
  width: 1.823vw;
  height: 1.823vw;
}

.eb-slider-other-item span {
  color: #575757;
  text-align: center;
  font-size: 0.885vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25vw;
}

.eb-slider .slick-arrow,
.eb-slider-nav .slick-arrow {
  position: absolute;
  bottom: -2.135vw;
}

.eb-slider button,
.eb-slider-nav button {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  color: #000;
  text-align: center;
  font-size: 0.625vw;
  letter-spacing: 0.125vw;
  line-height: 0.729vw;
  text-transform: uppercase;
  cursor: pointer;
  width: 26.042vw;
  position: relative;
}

.eb-slider-nav button {
  width: calc(22.917vw / 2);
}

.eb-slider .slick-prev,
.eb-slider-nav .slick-prev {
  text-align: left;
}

.eb-slider .slick-prev::after,
.eb-slider-nav .slick-prev::after {
  display: none;
  content: "";
  position: absolute;
  top: 0.313vw;
  left: 2.865vw;
  height: 2px;
  width: 23.177vw;
  background-color: #dac2b1;
}

.eb-slider-nav .slick-prev::after {
  width: calc(22.917vw / 2.5);
}

.eb-slider .slick-next,
.eb-slider-nav .slick-next {
  color: #000;
  text-align: right;
}

.eb-slider .slick-next::after,
.eb-slider-nav .slick-next::after {
  display: none;
  content: "";
  position: absolute;
  top: 0.365vw;
  right: 2.865vw;
  height: 1px;
  width: 23.177vw;
  background-color: #c6c6c6;
}

.eb-slider-nav .slick-next::after {
  width: calc(22.917vw / 2.5);
}

.eb-slider .slick-disabled {
  opacity: 0.2 !important;
}

.progress {
  display: block;
  width: calc(100% - 13.281vw - 13.281vw - 200px);
  height: 2px;
  overflow: hidden;
  background-color: #c6c6c6;
  background-image: linear-gradient(to right, #8f6b5d, #8f6b5d);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  position: absolute;
  bottom: -1.8vw;
  left: 50%;
  transform: translate(-50%, 0);
}

.common-button-style {
  position: relative;
}

.common-button-style::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: 0.5s;
}

.common-button-style:hover::before {
  width: 100%;
}

#cookies-popup {
  position: fixed;
  bottom: 2.917vw;
  left: 2.917vw;
  right: 2.917vw;
  padding: 5px 100px 5px 10px;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  font-weight: 500;
  background-color: var(--brown);
  box-sizing: border-box;
  z-index: 999999;
}

#cookies-popup a {
  color: #fff;
  text-decoration: underline;
}

#cookies-popup button {
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 11px;
  color: var(--brown);
  border: none;
  cursor: pointer;
  transform: translate(0, -50%);
  padding: 5px 8px;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 0;
  }

  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }

  .heading {
    margin-bottom: 25px;
  }

  .heading h2 {
    font-family: "big_caslonmedium";
    font-size: 16px;
    letter-spacing: 0;
  }

  .heading.type2 h2 {
    font-family: "big_caslonmedium";
  }

  .heading h3 {
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0 0;
  }

  .heading p {
    font-size: 16px;
    line-height: 24px;
    margin: 6px 0 0;
  }

  .common-carousel .slick-arrow {
    bottom: -50px;
    width: auto;
  }

  .common-carousel button {
    font-size: 14px;
    line-height: 15px;
  }

  .common-carousel .slick-prev {
    left: 0;
  }

  .common-carousel .slick-next {
    right: 0;
  }

  .progress {
    bottom: -43px;
    width: calc(100% - 130px);
  }

  .common-carousel {
    margin: 0 0 0 20px;
  }

  .carousel-item {
    padding: 8px;
    margin: 0 5px !important;
  }

  .common-carousel .item-share {
    margin-bottom: 8px;
  }

  .common-carousel .item-share img {
    width: 16px;
    height: auto;
  }

  .common-carousel .item-image {
    margin-bottom: 10px;
  }

  .common-carousel .item-heading {
    font-size: 16px;
    line-height: 20px;
    margin-right: 10px;
    height: 40px;
    overflow: hidden;
  }

  .common-carousel .item-text {
    font-size: 14px;
    line-height: 20px;
  }

  .common-carousel .item-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 16px;
    line-height: 20px;
  }

  .common-carousel .item-author {
    font-size: 14px;
    line-height: 24px;
  }

  .common-carousel .item-date {
    line-height: 24px;
  }

  .goto-link div {
    font-size: 12px;
    line-height: 25px;
  }

  .goto-link div span:last-child {
    padding: 5px 35px;
  }

  .innerpages .main-slider {
    padding: 0;
    margin-top: 64px;
  }

  .innerpages .main-slider .main-slider-items {
    overflow: hidden;
  }

  .innerpages .main-slider img {
    height: 345px;
    width: auto !important;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .main-slider .slick-dots {
    padding: 0;
    margin: 0;
    top: 320px;
  }

  .main-slider .slick-dots li {
    margin: 0 7px;
  }

  .main-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }

  .main-slider .main-slider-caption {
    margin: 16px 36px 0;
  }

  .main-slider .main-slider-caption h2 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    margin: 0;
  }

  .main-slider .main-slider-caption p {
    font-size: 16px;
    line-height: 24px;
  }

  .main-slider .main-slider-caption a {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #experience-section {
    margin-top: 43px;
    padding: 0;
  }

  .experience-tabs.posFixedTop {
    top: 64px;
  }

  .experience-tabs a {
    padding: 6px 26px;
    min-width: auto;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0 0 0 16px;
  }

  .eb-details {
    width: 325px;
    margin: 0 auto 30px;
  }

  .eb-details h3 {
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 1px;
  }

  .eb-details p {
    font-size: 16px;
    line-height: 24px;
  }

  .eb-slider-nav {
    display: none !important;
  }

  .experience-block {
    margin-bottom: 65px;
  }

  .experience-block:nth-child(2) {
    margin-bottom: 115px;
  }

  .eb-slider {
    width: calc(100% - 32px);
    margin: 0 auto;
  }

  .eb-slider-caption {
    padding: 9px 13px;
    font-size: 18px;
    margin-bottom: 8px;
  }

  .eb-slider-item p,
  .eb-slider-item span {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .eb-slider-other {
    margin: 11px 0;
    flex-wrap: wrap;
    width: 100%;
  }

  .eb-slider-other-item:nth-child(1) {
    width: 50%;
    margin: 0 0 8px;
  }

  .eb-slider-other-item:nth-child(2) {
    width: 50%;
    text-align: right;
    margin: 0 0 8px;
    display: flex;
    justify-content: flex-end;
  }

  .eb-slider-other-item:nth-child(3) {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .eb-slider-other-item img {
    width: 35px;
    height: 35px;
  }

  .eb-slider-other-item span {
    color: #575757;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .eb-slider-other-item:nth-child(3) img {
    width: 18px;
    height: 18px;
  }

  .eb-slider-other-item:nth-child(3) span {
    font-size: 10px;
    color: #8f6b5d;
  }

  .eb-slider-other-item:nth-child(3) span strong {
    font-size: 14px;
  }

  .eb-slider-item a {
    font-size: 12px;
    padding: 8px 28px;
  }

  .eb-slider .slick-arrow {
    bottom: -45px;
  }

  .eb-slider button {
    font-size: 14px;
    line-height: 15px;
  }

  .eb-slider .slick-prev {
    left: 15px !important;
    width: 50%;
  }

  .eb-slider .slick-prev::after {
    left: 50px;
    top: 6px;
    width: calc(100% - 50px);
  }

  .eb-slider .slick-next {
    right: 15px !important;
    width: 50%;
  }

  .eb-slider .slick-next::after {
    right: 50px;
    top: 7px;
    width: calc(100% - 50px);
  }

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

@media (min-width: 768px) {
  .main-slider .main-slider-caption {
    position: absolute;
    top: 6.771vw;
    left: 6.771vw;
    width: 28.646vw;
  }

  .main-slider .slick-dots {
    bottom: 4.583vw;
  }

  .artag .heading h3 {
    font-size: 1.25vw;
  }
}
