@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/***** General CSS *****/
body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #fff;
  overflow-x: hidden;
  background-color: #000;
  font-family: "futura-pt";
}

a {
  font-family: "futura-pt";
  text-decoration: none;
  color: #ede8dc;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
}

a:hover {
  transition: all 0.2s ease-in-out;
}

img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  transition: all 0.5s ease;
  outline: none;
}

select,
input,
textarea {
  appearance: auto;
}

:root {
  --beige: #e9ad95;
  --off-whites: #ede8dc;
  --ivy-font: "ivy-presto";
  --avenir-font: "Avenir";
}

/***** Font Files *****/
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url(../fonts/Avenir.ttf);
  /* font-weight: 400; */
  font-style: normal;
}
@font-face {
  font-family: "Avenir-regular";
  src: url(../fonts/avenir-regular.ttf);
  /* font-weight: 400; */
  font-style: normal;
}
@font-face {
  font-family: "futura-mt";
  src: url(../fonts/futuracyrillicmedium.ttf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "futura-pt";
  src: url(../fonts/futuracyrilliclight.ttf);
  font-style: normal;
}

@font-face {
  font-family: "ivy-presto";
  src: url(../fonts/ivy-presto.otf);
  font-style: normal;
}

/***** Custom Classes *****/
select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #575757;
}

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
  padding: 80px 0;
}

.flexRow,
.flexCol {
  display: flex;
  align-items: center;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Headings */
h1,
h2,
h3,
h4 {
  font-family: "ivy-presto";
  text-transform: capitalize;
  margin: 0 0 10px;
}

h1 {
  font-size: 90px;
  line-height: 1.2;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}

h2 {
  font-size: 50px;
  line-height: 1.2;
  color: #e9ad95;
  font-weight: 500;
}

h3 {
  font-size: 46px;
  line-height: 1.2;
  color: #e9ad95;
  font-weight: 500;
}

h4 {
  font-size: 35px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}

h5 {
  font-size: 30px;
  line-height: 1.2;
  color: #ede8dc;
  font-family: "futura-pt";
}

h6 {
  font-size: 24px;
  color: #ede8dc;
  font-family: "futura-pt";
}

p {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #ede8dc;
  font-family: "futura-pt";
}

/* Menu */
.nav ul {
  list-style: none;
  text-align: center;
  justify-content: space-around;
  display: flex;
  align-items: center;
  height: 100%;
  width: 65%;
  margin: 0 auto;
}

.nav ul li a {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  color: #fff;
  font-weight: 300;
  font-size: 17px;
  padding: 10px 20px;
  display: block;
  font-family: "futura-pt";
}

section.header .nav.stroke {
  display: block;
}
section.header .container-fluid {
  padding: 0 3%;
}
.nav.stroke ul li a:after,
.nav.fill ul li a:after {
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 0%;
  content: ".";
  color: transparent;
  background: #e9ad95;
  height: 2px;
  transform: translateX(-50%);
}

.nav.stroke ul li a:hover:after {
  width: 100%;
}

.nav.stroke ul li a.active:after {
  width: 100%;
}

.nav.stroke ul li a.active::before {
  height: 100%;
}

.nav.stroke ul li a.active {
  color: #fff !important;
}

/* Buttons Css Start*/
.theme-btn {
  color: #e9ad95;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 13px 20px;
  font-size: 15px;
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in-out;
  font-family: "futura-pt";
  border: 1px solid #e9ad95;
  border-radius: 10px;
}

.theme-btn:hover {
  letter-spacing: 1px;
  background-color: #ede8dc;
  color: #000;
  transition: 0.5s ease-in-out;
}

.hdr_btn .theme-btn {
  padding: 13px 20px;
  transition: 0.5s ease-in-out;
}
.theme-btn:active {
  letter-spacing: 3px;
  background-color: #ede8dc;
  color: #000;
  transform: translateY(10px);
  transition: 100ms;
  transition: 0.5s ease-in-out;
}

.hdr_btn {
  justify-content: center;
  display: flex;
}

.theme-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  transition: 0.5s ease-in-out;
}

.theme-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  transition: 0.5s ease-in-out;
}

.theme-btn:hover::before {
  transition: 0.5s ease-in-out;
}

.theme-btn:hover::after {
  transition: 0.5s ease-in-out;
}

.theme-btn:hover {
  transition: 0.5s ease-in-out;
}

/* Buttons Css End*/

/* Loader start */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 1s ease;
  flex-direction: column;
  gap: 5px;
}

#loader.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

img.loader {
  width: 10vw;
}

@-webkit-keyframes honeycomb {
  0%,
  20%,
  80%,
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes honeycomb {
  0%,
  20%,
  80%,
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.honeycomb {
  height: 24px;
  position: relative;
  width: 24px;
}

.honeycomb div {
  -webkit-animation: honeycomb 2.1s infinite backwards;
  animation: honeycomb 2.1s infinite backwards;
  background: #f3f3f3;
  height: 12px;
  margin-top: 6px;
  position: absolute;
  width: 24px;
}

.honeycomb div:after,
.honeycomb div:before {
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
}

.honeycomb div:after {
  top: -6px;
  border-bottom: 6px solid #f3f3f3;
}

.honeycomb div:before {
  bottom: -6px;
  border-top: 6px solid #f3f3f3;
}

.honeycomb div:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  left: -28px;
  top: 0;
}

.honeycomb div:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  left: -14px;
  top: 22px;
}

.honeycomb div:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  left: 14px;
  top: 22px;
}

.honeycomb div:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  left: 28px;
  top: 0;
}

.honeycomb div:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  left: 14px;
  top: -22px;
}

.honeycomb div:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  left: -14px;
  top: -22px;
}
.honeycomb div:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  left: 0;
  top: 0;
}
/* Loader end */

/* Custom Scrollbar  */
#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar-thumb {
  background-color: #000;
  /*  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );*/
}

.scrollbar {
  overflow-y: scroll;
}

/* Custom Scrollbar  */

/* Home Page start*/

/* Header */
.hdr_logo a img {
  object-fit: scale-down;
  padding: 0px 20px;
  display: block;
  width: 200px;
  /*border: 1px solid #e9ad95;*/
}

section.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 15px 0;
  /* border-bottom: 1px solid #ffffffad; */
  background: #000;
}
section.header::before {
  top: auto;
  bottom: 0;
}
/* Header end*/

/* Banner */
.banner_sec {
  position: relative;
  z-index: 1;
}

/* .banner_sec::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background-image: url(../images/banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */

.banner_text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.banner_text h5 {
  font-size: 25px;
}
.banner_text h1 {
    font-size: 4.3rem;
}

.ban-bot-text h3 {
    font-size: 3rem;
}

.ban-bot-text h6 {
    font-size: 24px;
}
.banner-slider .slick-list {
  height: 100%;
}

.banner-slider .slick-track {
  height: 100%;
}

.banner_text p {
  margin: 0px auto 40px auto;
  width: 54%;
  text-align: center;
  font-weight: 100;
  line-height: 1.2;
  font-size: 21px;
}

.banner_text {
  /* position: absolute; */
  /* bottom: 30px; */
  /* left: 0; */
  /* width: 100%; */
  /* z-index: 1; */
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  top: 50%;
  margin: auto;
  background: #00000047;
  width: fit-content;
  margin: auto;
  right: 0;
}

.banner-box {
  /* position: relative; */
  /* z-index: 1; */
}
/* Banner end*/

/* section start */
.ban-bot-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.ban-bot-text h6 {
  line-height: 30px;
}

.ban-bot-box {
  position: relative;
  z-index: 1;
  padding: 130px 0 170px;
  margin: 40px 0 0;
}

img.banner-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
  object-position: 0 -350px;
  /* filter: blur(5px); */
}
/* section end */

/* section start */
.about_text * {
  margin: 0 0 30px;
}
/* section end */

/* section start */

.about_image {
  position: absolute;
  width: 56vw;
  left: 0;
  top: 0;
  height: 100%;
}
.about_text {
  padding: 73px 0;
}

img.about {
  height: 100%;
  object-position: left;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
section.about_sec {
  position: relative;
  padding: 50px 0;
}
.about-main-image {
  position: relative;
  z-index: 1;
}
.about_text a {
  justify-self: center;
}
/* section end */

/* section start */
.testimonial-box {
  position: relative;
  padding: 85px 0;
}.testimonial-sec {
    position: relative;
    z-index: 1;
}
img.testimonial-banner-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: top;
  filter: blur(5px);
}
.testimonial-text h5 {
  font-style: italic;
  font-family: "futura-pt";
  font-size: 32px;
}
.testimonial-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* section end */

/* section start */
/* section end */

/* section start */
/* section end */

/* section start */

ul.footer-links-list {
  column-count: 2;
}

ul.footer-links-list li {
  margin: 0 0 10px 0;
}

ul.footer-links-list li a {
  font-size: 16px;
  transition: 0.3s ease-in-out;
}

footer.footer {
  padding: 70px 0 80px 0;
  /* border-top: 1px solid #ffffffad; */
}
.footer-right-box > div {
  width: 28%;
}

.footer-right-box {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 4%;
}

ul.social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

ul.social-list li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ede8dc;
  color: #000;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 600;
  /* gap: 10px; */
  transition: 0.3s ease-in-out;
}

ul.social-list li a i {
  font-size: 20px;
  font-weight: 600;
}

.email-box {
  text-align: center;
}

img.ftr-logo {
  width: 70%;
}

.footer-logo a {
  display: flex;
  justify-content: end;
}
/* section end */

video.hour-video {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.hour-card-image {
  position: relative;
  z-index: 1;
  height: 100%;
}

a.play-pause {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
}

a.play-pause i {
  color: #fff;
  font-size: 80px;
}

.hour-card-text {
  position: absolute;
  left: 50%;
  top: 63%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 100%;
}

.hour-card {
  position: relative;
  z-index: 1;
  height: 100%;
}

.hour-card-text h3 {
  color: #fff;
  text-align: center;
}
.play-pause i.fa-pause {
  display: none;
}

.playing .fa-play {
  display: none;
}

.playing .fa-pause {
  display: block !important;
}
/* .hour-card-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  background: #0000008c;
} */
img.video-thumb1 {
  height: 300px;
}
.about_text.premiere_text {
  padding: 73px 0 0 60px;
}
.about_text h2 {
  text-transform: inherit;
  font-size: 2.8rem;
}
ul.social-list li a:hover {
  transform: scale(1.1);
  background: #e9ad95;
  transition: 0.3s ease-in-out;
}

ul.footer-links-list li a:hover {
  transition: 0.3s ease-in-out;
  color: #e9ad95;
  margin: 0 0 0 10px;
}

.email-box a:hover {
  transition: 0.3s ease-in-out;
  color: #e9ad95;
}

/* Home Page end*/
.theme-design::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}

.theme-design {
  position: relative;
  z-index: 1;
}
.ban-bot-sec.theme-design:before {
  top: -3px;
}

.ban-bot-sec.theme-design:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -3px;
  margin: auto;
  background: #fff;
}

/* InnerPage Aboutus start */
section.inner-banner.theme1 {
  padding: 60px 0;
}
section.inner-banner.theme1 h1 {
  color: #ede8dc;
  font-size: 3rem;
  text-transform: none;
}

ul.inner-about-list li {
  position: relative;
  z-index: 1;
  padding: 0 0 0 30px;
}

ul.inner-about-list li::before {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  z-index: -1;
  content: "";
  background: #e9ad95;
  border-radius: 50%;
  transform: translateY(-50%);
  top: 50%;
}
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
.inner-about-main-image {
  height: auto;
}
img.about.inner-about-image {
  height: 700px;
}
img.inner-banner-bottom {
  object-position: center;
}
.ban-inner-text {
  padding: 40px 0;
}
.ban-inner-box {
  padding: 50px 0;
}
.heading h3 {
  font-size: 60px;
}

.heading-style1 {
  margin: 0;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.heading-style1::before {
  position: absolute;
  bottom: 0;
  width: 65%;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #e9ad95;
  content: "";
}

section.inner-about.about_sec.sec {}

section.inner-about.about_sec.sec h5 {
    font-size: 27px;
}

section.ban-bot-sec.inner-ban-bot-sec h3 {
    font-size: 3rem;
}

section.ban-bot-sec.inner-ban-bot-sec .ban-bot-text.ban-inner-text h3 {
    font-size: 2.8rem;
}
/* InnerPage Aboutus end */

/* InnerPage Story start */
section.inner-banner.style2 .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

section.inner-banner.style2 {
  position: relative;
  height: 1000px;
}

section.inner-banner.style2 img.banner-img {
  height: 100%;
}
.banner-box-style2 {
  align-items: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 0;
}
.banner-box-style2-heading h1 {
  text-align: center;
  font-size: 100px;
  text-transform: none;
}
.banner-box-style2-mission {
  padding: 40px 50px 20px 50px;
  background: #e9ad9561;
  text-align: center;
}

.center-heading {
  color: #101010;
  font-weight: 800;
  text-align: center;
  font-family: "ivy-presto";
}

.banner-box-style2-mission h6 {
  margin: 20px auto 30px auto;
  font-size: 25px;
  width: 70%;
  font-weight: 600;
}
section.values-sec {
  padding: 80px 0 30px 0;
}

.value-box {
  padding: 50px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
h3.center-heading.value-heading {
  color: #e9ad95;
  margin: 0 0 50px 0;
}
body.story-page footer.footer {
  border-top: none;
}
.value-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
/* InnerPage Story end */

/* InnerPage Aboutus start */

.event-heading h1 {
  margin: 0 0 50px;
  font-size: 100px;
}

img.event-img {
  height: 450px;
}

.event-card-text {
  margin: 20px 0 0 0;
  text-align: center;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 27px;
}

.beige {
  color: #e9ad95;
}
.event-para h6 {
  margin: 20px auto;
  text-align: center;
  width: 70%;
}

.event-para {
  padding: 20px 0;
  /* border-top: 1px solid #fff; */
  /* border-bottom: 1px solid #fff; */
  margin: 50px 0 0 0;
}

.event-card {
  margin: 20px 0;
}
.event-card-text * {
  margin: 0;
}

section.event-sec {
  padding-bottom: 80px;
}
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
img.member-icon {
  width: 160px;
  margin: 0 auto;
  display: block;
  background: #00000000;
}

/* .member-box {
  padding: 120px 50px 80px 50px;
  text-align: center;
  border: 1px solid #e9ad95;
  border-radius: 40px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin: 30px 0;
} */

.member-box {
    padding: 120px 50px 80px 50px;
    text-align: center;
    /* border: 1px solid #e9ad95; */
    /* border-radius: 40px; */
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin: 30px 0;
    background: url(https://www.joinhighseason.com/wp-content/uploads/2025/12/20251202225618_0-20251202224635_0-Shape.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.member-box::before {
    content: "";
    /* position: absolute; */
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 186px;
    height: auto;
    /* background: #000000 !important; */
    /* border-left: 1px solid #e9ad95; */
    /* border-right: 1px solid #e9ad95; */
    /* border-bottom: 1px solid transparent; */
    /* border-radius: 0 0 20px 20px; */
}

.member-icon-box {
  position: absolute;
  bottom: 79%;
  left: 0;
  right: 0;
  z-index: 999;
}

.member-box h5 {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  width: 90%;
  margin: 0 0 20px 0;
}

section.member-sec {
  padding: 80px 0 380px 0;
  background-image: url(../images/Bar-Image.jpg);
  background-position: top;
  background-size: cover;
}
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
.premier-slider .slick-slide {
  margin: 40px 0 !important;
  transform: scale(0.9);
}

.premier-slider .slick-slide.slick-current.slick-active.slick-center {
  transform: scaleX(1.2);
  position: relative;
  z-index: 11111;
}
.premier-slider img.video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.premier-slider video.hour-video {
  width: 100%;
  height: 370px;
  object-fit: fill;
  box-shadow: 0 0 7px 0 #ffffffb3;
}
.premier-list {
  padding: 40px 0 0 0;
  border-top: 1px solid #fff;
}

.premier-list ul.inner-about-list {
  column-count: 3;
}

.premier-list ul.inner-about-list li {
  margin: 0 0 40px 0;
}
img.founder-img {
  height: 600px;
  object-position: top;
  width: 90%;
}

section.founder-sec .theme-design {
  padding: 50px 0;
  border-bottom: 1px solid #fff;
}

.founder-text * {
  margin: 0 0 41px 0;
}

section.member-sec.contact-sec {
  background-image: none;
  position: relative;
  z-index: 1;
  padding: 80px 0 270px 0;
}

.term-box {
  padding: 20px 0;
  margin: 20px 0;
  position: relative;
  z-index: 1;
}

section.terms-sec {
  padding-top: 0;
}

.premier-slider a.play-pause {
  display: none;
  transition: 0.3s ease-in-out;
}
.premier-slider
  .slick-slide.slick-current.slick-active.slick-center
  a.play-pause {
  display: flex;
  transition: 0.3s ease-in-out;
}

.premier-slider .hour-card-image:hover a.play-pause {
  display: flex;
  transition: 0.3s ease-in-out;
}

.event-card-text h2 {
  font-size: 38px;
}

.event-card-text h5 {
  font-size: 22px;
}

.event-card-text h6 {
  font-size: 22px;
  height: 107px;
}
ul.inner-about-list li h6 {
  font-size: 24px;
}
ul.inner-about-list {
  padding: 0 0 0 28px;
}

.member-icon-box::before {
  position: absolute;
  top: 47%;
  left: 50%;
  width: 37%;
  z-index: -1;
  height: 3px;
  background: #050402;
  content: "";
  transform: translateX(-50%);
}

.member-icon-box1::before {
  position: absolute;
  top: 53%;
}

.about_text ul.inner-about-list {
  padding: 0;
}

section.member-sec.contact-sec::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 10%,
    rgb(0 0 0 / 0%) 50%,
    rgb(0 0 0) 100%
  );
}

section.inner-banner.theme1.contact {
  padding-bottom: 0;
}

h6.beige {
  height: auto;
}
.value-button {
  margin: 0;
}

.value-button a {
  margin: 30px 0 0;
  font-size: 20px;
}
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

.custmst .container {
    position: relative;
    /*left: -160px;*/
    left: -210px;
}

section.inner-banner.style2 .banner-box-style2-heading h1 {
    font-size: 5rem;
}

.banner-box-style2-mission h6 {
    font-size: 23px;
}

.values-sec h3.center-heading.value-heading.aos-init.aos-animate {
    font-size: 38px;
}
.member-box h2 {
    font-size: 43px;
}

.member-box h5 {
    font-size: 27px;
}
section.inner-banner.theme1.premiere-sec h5 {
    font-size: 27px;
}
.founder-text h2 {
    margin-bottom: 10px;
}

.founder-text h6 {
    font-size: 24px;
}

.founder-text .value-button a.theme-btn {
    font-size: 18px;
}
.term-main-box .term-box h5 {
    font-size: 27px;
}

.term-main-box .term-box li h6 {
    font-size: 23px;
}

