:root {
  --main-color: linear-gradient(153deg, #31cdb0 29%, #3551a4 90%);
  --light-blue-color: #f4f8ff;
  --blue-color: #3551a4;
  --crayor-color: #31cdb0;
  --red-color: #ff0000;
  --white-color: #fff;
  --black-color: #000;
  --main-font: "Inter Tight", sans-serif;
  --heading-font: "Inter Tight", sans-serif;
  --button-font: "Inter Tight", sans-serif;
  --text-font: "Inter Tight", sans-serif;
  --placeholder-font: "Archivo Narrow", sans-serif;
}

html,
body {
  font-family: var(--main-font);
}

a {
  text-decoration: none;
}

.container-fluid {
  padding: 0px 10%;
}

h1,
h2,
h3,
h5,
h6 {
  font-family: var(--heading-font);
}

p {
  font-family: var(--text-font);
}

.main_menu_hdr {
  z-index: 99;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 15px 0px;
}

.left_top {
  display: flex;
  justify-content: end;
}

.main_menu {
  display: block;
  position: relative;
  padding: 0px;
  border-radius: 15px;
}

.main_menu .navigation.navbar {
  display: block;
}

.container-menu {
  width: 80%;
  margin: 0 auto;
}

/*.logo {*/
/*  position: absolute;*/
/*  top: 0px;*/
/*  display: block;*/
/*  padding: 0px 0px;*/
/*}*/

.logo a {
  position: relative;
  z-index: 1;
  width: 230px;
  display: inline-block;
}

.logo a img {
  width: 100%;
}

.top_call {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
  padding: 15px;
}

.call_email {
  width: 100%;
  position: relative;
  background: #272732;
  padding: 14px 100px 14px 40px;
  margin-top: -42px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.call_email a {
  color: var(--white-color);
  position: relative;
  display: inline-block;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
}

.call_email a span {
  color: var(--white-color);
  font-weight: 500;
}

.hdr_icon {
  padding-left: 25px;
}

.hdr_icon a {
  text-transform: uppercase;
  position: relative;
}

.login_hdr a {
  color: #1e1e1e;
}

.register_hdr a {
  padding: 13px 25px;
  background: var(--green-color);
  color: var(--white-color);
  border-radius: 30px;
}

.active_wishlist a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #ff2323;
}

.active_cart a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #ff2323;
}

.sign-up-btn a {
  font-size: 15px;
  font-weight: 500;
  background-color: transparent;
  background: var(--main-color);
  border-radius: 22px 22px 22px 22px;
  padding: 12px 24px;
  color: var(--white-color);
}

.main_menu .navigation.navbar {
  padding: 0px;
}

.call-icon span {
  color: var(--white-color);
  background: var(--blue-color);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 25px;
}

.phone-icon h4 {
  color: var(--heading-color);
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  font-family: var(--text-font);
}

.phone-icon a {
  color: var(--main-color);
  font-size: 30px;
  font-weight: 800;
}

.banner_sec {
  width: 100%;
  background-size: cover;
  position: relative;
  z-index: 11;
}

.main_heat {
  width: 49%;
  text-align: center;
  display: inline-block;
  padding: 0 15px;
  vertical-align: top;
}

.heat img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.heat {
  width: 70px;
  height: 70px;
  display: inline-block;
}

.main_heat h3 {
  font-size: 16px;
  color: var(--text-color);
  margin-top: 10px;
  text-align: center;
}

.cooling-div {
  margin-top: 30px;
}

.bdr {
  border-right: 1px solid rgb(30 30 30 / 50%);
}

/* .slide .slide__img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 40%);
} */

  .slider,
  .slide {
    height: 550px;
  }

.slide {
  position: relative;
  transition: 1s;
}

.slide .slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 16-05-2024 */
.toggle-password {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -25px;
}

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.slide .slide__img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
  object-fit: cover;
}

/* .slide .slide__img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 40%);
} */

.slide .slide__content {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -35%);
  width: 42%;
  text-align: center;
}

.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}

.slide .slide__content--headings {
  color: #fff;
}

.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
  animation: fadeInLeft 0.5s both 1.5s;
  letter-spacing: 0px;
}

.slide .slide__content--headings h5 {
  margin: 10px 0;
}

.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
  font-family: var(--text-font);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  animation: fadeInLeft 1s both 1.5s;
  color: var(--white-color);
}

.slide .slide__content--headings .title {
  font-size: 50px;
  line-height: 54px;
  font-weight: 600;
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-bottom: 0;
}

.slide .slide__content--headings h2 {
  font-size: 80px;
  font-weight: 600;
  font-family: var(--heading-font);
  color: var(--red-color);
  margin-bottom: 0;
}

.slide .slide__content--headings h1 {
  font-size: 80px;
  font-weight: 600;
  font-family: var(--heading-font);
  color: var(--text-color);
  margin-bottom: 0;
}

.slide .slide__content--headings .title span {
  color: var(--crayor-color);
}

.m-letter {
  display: inline-block !important;
  color: var(--yellow-color) !important;
  font-size: 80px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.slide__content--headings {
  position: relative;
}

.slidebottomleft {
  animation: fadeInUp 1.5s both 1.5s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  top: 50%;
  right: 10%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 50px;
  transform: translate(-10%, -50%);
}

.slick-dots li {
  position: relative;
  display: flex;
  margin: 0px 10px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 2px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li {
  height: 30px;
  width: 80px;
  padding: 0px 10px;
}

.stick-dots .slick-dots li button {
  background: #fff;
  border: none;
  margin: 0px 0px;
  font-size: 0px;
  font-family: var(--text-font);
  position: relative;
  width: 100px;
  height: 2px;
  border-radius: 10px;
}

.slick-dots li.slick-active button {
  color: var(--white-color);
  font-size: 0px;
  position: relative;
}

.stick-dots .slick-dots li.slick-active {
  height: 30px;
  width: 115px;
  /* padding: 0px 50px 0px 0px; */
}

.slick-dots li.slick-active button:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: -11px;
  left: -11px;
  z-index: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  /* color: transparent;
  opacity: 1;
  width: 20px;
  height: 2px;
  border-radius: 0;
  background: #D9D9D9; */
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.slider .slide.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn {
  0% {
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }

  100% {
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}

@-webkit-keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

@keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }

  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }

  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
  transition: 1s;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, 0.12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 1;
}

.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}

.slick-nav i:before {
  transform: rotate(-40deg);
}

.slick-nav i:after {
  transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}

.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}

.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@-webkit-keyframes arrow {

  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@keyframes arrow {

  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@-webkit-keyframes arrowUp {

  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowUp {

  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes arrowDown {

  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowDown {

  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

.banner_social {
  position: absolute;
  left: 0%;
  bottom: 25%;
  transform: translate(10%, -25%);
  z-index: 1;
}

.banner_social ul {
  list-style: none;
  padding-left: 0;
}

.banner_social ul li a {
  background: rgb(255 255 255 / 25%);
  padding: 5px;
  width: 35px;
  height: 35px;
  display: block;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
}

.banner_social a h5 {
  color: #fff;
  transform: rotate(270deg);
  display: block;
  letter-spacing: 5px;
  font-size: 12px;
}

.banner_social a h5 {
  position: relative;
}

.banner_social a h5::before {
  position: absolute;
  content: "";
  height: 200px;
  width: 2px;
  background: #fff;
  left: 40px;
  top: -110px;
  transform: rotate(270deg);
}

.banner_social a h5::after {
  content: "";
  position: absolute;
  left: -106px;
  top: -34px;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/mouse.png);
  transform: rotate(270deg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.banner_social ul li {
  margin-bottom: 10px;
}

.bnr-top {
  width: 540px;
  height: 350px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.bnr-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bnr-frm-top .hero-email-input {
  background: #fff !important;
  padding: 10px 15px;
  outline: none;
  border: 1px solid #fff;
  width: 100%;
  color: var(--text-color) !important;
  font-family: var(--main-font);
  border: 1px solid rgb(255 255 255 / 50%);
  border-radius: 30px;
  margin-right: 10px;
}

.bnr-frm-top .hero-form-submit {
  background: linear-gradient(200deg, #ffe07a 13.53%, #ab8000 101.48%);
  border-radius: 30px;
  color: var(--text-color);
  border: none;
  padding: 4px 18px;
  width: 175px;
  height: 50px;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0px;
  font-family: var(--text-font);
  text-transform: capitalize;
}

.bnr-text-p p {
  font-size: 18px;
  line-height: 30px;
  color: var(--crayor-color);
  font-weight: 600;
  margin-bottom: 0;
}

.bnr-btm {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-5%, -50%);
  width: 1000px;
  height: 700px;
  object-fit: contain;
}

.bnr-btm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bnr-btm-img {
  position: absolute;
  bottom: -5px;
  left: 0;
}

.bnr-btm-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*-------- button Effect-------*/
.red_btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 14px 35px;
  position: relative;
  color: var(--white-color);
  background: var(--red-color);
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
}

.red_btn span {
  font-weight: 400;
  position: relative;
  font-family: var(--button-font);
  letter-spacing: 2px;
  color: var(--white-color);
  font-size: 16px;
}

.red_btn img {
  padding-left: 5px;
  position: relative;
  display: inline-block;
  transition: all ease-in 0.3s;
}

.red_btn:before {
  content: "";
  height: 0;
  width: 100%;
  transform: translateX(0%);
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--main-color);
  border-radius: 0px;
  transition: all ease-in 0.3s;
}

.red_btn:hover:before {
  bottom: 0;
  transition: all ease-in 0.3s;
  height: 100%;
}

.red_btn:hover img {
  transform: rotate(45deg);
  transition: all ease-in 0.3s;
}

.red_btn:hover span {
  color: var(--white-color);
}

.red_btn.white_bg {
  color: var(--black-color);
  background: var(--white-color);
}

.red_btn.white_bg:before {
  background: rgb(255 255 255 / 50%);
}

.red_btn.white_bg span {
  color: var(--black-color);
}

.red_btn.black_bg {
  color: var(--white-color);
  background: var(--black-color);
}

.red_btn.black_bg:before {
  background: rgb(0 0 0 / 50%);
}

.red_btn.black_bg span {
  color: var(--white-color);
}

.red_btn .btn-icon {
  padding: 10px;
}

.red_btn .btn-icon img {
  width: 20px;
  height: 20px;
}

/*-------- button Effect-------*/
.main-btn {
  color: var(--white-color);
  background: var(--main-color);
  border: none;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  font-family: var(--button-font);
  transition: ease-in all 0.3s;
  position: relative;
  margin-right: 15px;
  text-transform: uppercase;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none;
}

.main-btn-2 {
  background: var(--white-color);
  color: var(--text-color);
}

.main-btn-1 {
  background: var(--yellow-color);
  color: var(--black-color);
}

.main-btn:hover {
  color: var(--text-color);
  background: var(--white-color);
  transition: ease-in all 0.3s;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.main-btn-1:hover img {
  filter: brightness(0) invert(1);
  transition: ease-in all 0.3s;
}

.main-btn-2:hover {
  transition: ease-in all 0.3s;
  background: var(--main-color) !important;
  color: var(--white-color) !important;
}

.main-btn::before {
  position: absolute;
  content: "";
  background: url(../images/btn-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 43px;
  left: -20px;
  top: 0;
}

.main-btn::after {
  position: absolute;
  content: "";
  background: url(../images/btn-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 43px;
  right: -30px;
  top: 0;
}

.main-btn span {
  font-size: 14px !important;
  color: var(--white-color) !important;
  margin-left: 8px;
}

.main-btn img {
  display: inline-block;
  margin-left: 20px;
}

.main-btn-div {
  margin: 20px 0px;
}

.heading-1 h2 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  margin-bottom: 0;
}

.heading-1 h5 {
  color: var(--blue-color);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.heading-1 h3 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 0;
}

.heading-2 h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

.heading-2 h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: var(--red-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}

.heading-2 h4 {
  font-size: 28px !important;
  line-height: 40px !important;
  font-weight: 600 !important;
  color: var(--text-color) !important;
}

.heading-2 span {
  position: relative;
}

.heading-2 span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: var(--red-color);
  left: -38px;
  top: 50%;
  z-index: 10;
}

.heading-2 p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  color: var(--heading-color);
}

.heading-white h2 {
  color: var(--white-color) !important;
  font-size: 55px;
  font-weight: 600;
}

.heading-white h3 {
  font-size: 34px;
  line-height: 38px;
font-weight: 600;
  color: var(--white-color) !important;
}

.heading h3 {
  font-size: 34px;
  line-height: 38px;
  font-weight: 600;
   color: var(--heading-color);
}
.heading-white h4 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
  color: var(--white-color) !important;
}
.heading h4 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
  color: var(--heading-color);
}
.heading-white p,
.heading-white p {
  color: var(--white-color);
}

.heading-2 h6 {
  font-size: 18px;
  line-height: 30px;
}

.text-p {
  margin-bottom: 25px;
}

.heading-3 h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--text-font);
  margin-bottom: 20px;
}

.heading-3 p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: rgb(30 30 30 / 50%);
  font-family: var(--text-font);
}

/* access-sec */
.access-sec {
  padding: 200px 0px 50px;
  position: relative;
  margin-top: -7%;
}

.access-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.access-bg-img img {
  width: 100%;
    /* height: auto; */
    object-fit: cover;
    vertical-align: top;
}

.vdo-img {
   height: 285px;
   margin-top: -150px;
  position: relative;
  z-index: 10;
}
.unbeatable-slider-img{
    height: 380px;
}
.shows-slider-img{
    height: 346px;
}
.vdo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.access-div-img {
  width: 80px;
  height: 90px;
  margin: 0 auto 20px;
}

.access-div-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.access-div {
  position: relative;
}

.access-div-text {
  padding: 0 40px;
}

.access-div-text h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--blue-color);
  margin-bottom: 15px;
}

.access-div-text p {
  font-size: 13px;
  font-weight: 400;
  color: var(--black-color);
}

.access-div-img-wrap {
  text-align: center;
}

/* one-place */
.one-place {
  position: relative;
  padding: 0;
  z-index: 10;
}

.one-place::before {
    position: absolute;
    content: "";
    top: 92px;
    left: 2px;
    border: 4px solid var(--crayor-color);
    width: 42%;
    height: 70%;
    z-index: 1;
}

.one-place-img {
  position: relative;
}

.one-place-img img {
  width: 1200px;
  height: 600px;
}

.one-place-div {
    position: absolute;
    width: 36%;
    top: 50%;
    left: 13%;
    transform: translate(-13%, -50%);
    z-index: 10;
}

.one-place-circle {
  position: absolute;
  width: 50%;
  top: 50%;
  right: 0%;
  transform: translate(-15%, -50%);
  z-index: 10;
}

.eael-circle-btn-icon {
  background: #000;
}

.one-place-circle .eael-circle-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.one-place-text {
  background: linear-gradient(90deg, #2e5e6f 35%, #292929 100%);
  padding: 60px 50px;
  text-align: left;
}

.view-btn{
  color: var(--crayor-color);
  font-size: 18px;
  font-weight: 700;
  transition: all ease-in 0.3s;
}
.view-btn:hover{
  color: var(--crayor-color);
  font-size: 18px;
  font-weight: 700;
  padding-left: 25px;
  transition: all ease-in 0.3s;
}

.view-btn span {
  padding-left: 10px;
}

/* entertainment-sec */
.entertainment-sec {
  padding: 450px 0px 100px;
  position: relative;
  margin-top: -20%;
}

.entertainment-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entertainment-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entertainment-div {
  position: relative;
}

.entertainment-head .heading-1 p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}

.entertainment-img {
  margin-bottom: 30px;
}

.entertainment-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entertainment-img-text h4 {
  font-size: 25px;
  font-weight: 600;
}

.entertainment-img-text {
  text-align: center;
}

.entertainment-img-div {
  position: relative;
}

/* Works  */
.works-sec {
  position: relative;
  padding: 500px 0px 250px;
}

.works-sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
}

.works-sec-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-div-wrap {
  position: relative;
}

.works-div-img {
  position: absolute;
  margin-top: 0%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.works-div-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  padding: 10px;
  border-radius: 50%;
  border: 4px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
}

.play-btn button span {
  color: var(--white-color);
}

.play-btn button {
  font-size: 45px;
  background: none;
  border: none;
  box-shadow: none;
}

/* Modal Start */
.modal-1 .modal-content {
  background-color: transparent;
  border: none;
}

.modal-1 .modal-body video {
  width: 100%;
  height: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
video:-webkit-full-page-media{
    height: 800px;  
}

.modal-header {
  border: none;
}

.btn-close {
  background: url(../images/cross.png);
  background-repeat: no-repeat;
}

/* Modal -end */

.dot {
  color: var(--crayor-color);
}

/* unbeatable-sec */
.unbeatable-sec {
  padding: 80px 0px 0px;
  position: relative;
  z-index: 10;
}
.unbeatable-main{
    padding: 200px 0px 0px;
}
.unbeatable-sec::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15%;
  background: #86f4ff;
  z-index: 2;
}

.unbeatable-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.unbeatable-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entertainment-div {
  position: relative;
  padding-top: 50px;
}

.unbeatable-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.unbeatable-slider {
  position: relative;
  z-index: 11;
}

.unbeatable-slider-div {
  margin: 0px 5px;
}

/* kids-sec */
.kids-sec {
  position: relative;
  padding: 50px 0px 50px;
}

.kid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kid-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kids-div {
  position: relative;
}
.kid-tv-img {
  width: 100%;
  height: 450px;
}

.kid-tv-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* pricing-sec */
.pricing-sec {
  padding: 100px 0px 100px;
  position: relative;
}

.pricing-page .pricing-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.pricing-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pricing-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pricing-sec-wrap {
  position: relative;
}

.pricing-div {
  position: relative;
  margin-top: 50px;
}

.pricing-div-box h4 {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 10px;
}

.pricing-div-box p {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: var(--white-color);
}

.pricing-div-box {
  text-align: center;
  padding: 30px 30px;
  background: #fff;
  position: relative;
}

.pricing-div-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: var(--main-color);
  z-index: 0;
  border-radius: 0px 0px 25% 25%;
}

.sub-btn {
  font-size: 15px;
  line-height: 19px;
  position: relative;
  transition: ease-in all 0.3s;
}

.sub-btn a {
  background: var(--blue-color);
  border: 3px solid #fff;
  border-radius: 24px;
  padding: 10px 20px 10px 20px;
  color: var(--white-color);
  font-size: 16px;
  transition: ease-in all 0.3s;
}
.sub-btn:hover a{
  background: var(--crayor-color);
  transition: ease-in all 0.3s;
}
.pricing-rate {
  position: relative;
}

.pricing-rate h4 {
  text-decoration: line-through;
  font-size: 23px;
  font-weight: 600;
  padding-right: 20px;
  color: var(--white-color);
}

.pricing-rate h3 {
  font-size: 23px;
  font-weight: 600;
  color: var(--white-color);
}

.pricing-list ul {
  padding: 0;
  margin: 0;
}

.pricing-list ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 10px 0px;
  font-size: 16px;
}

.pricing-list ul li span {
  color: var(--crayor-color);
  font-size: 16px;
  padding-right: 15px;
}

.pricing-list {
  margin-top: 25px;
  text-align: center;
}

.pricing-div-box {
  margin-bottom: 20px;
}

/* subscribe-sec */
.subscribe-sec {
  padding: 50px 0px;
}

.subscribe-head {}

.subscribe-head h2 {
  font-size: 35px;
  font-weight: 600;
}

.subscribe-line {
  border: 1px solid var(--crayor-color);
}

.subscribe-form {
  position: relative;
}

.subscribe-btn {
  position: absolute;
  right: 0;
  top: -8px;
  transform: translate(0px, 0px);
}

.subscribe-form .subscribe-form-wrap .form-control {
  border-bottom: 2px solid #31cdb0;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
  border-radius: 0px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  color: #000;
}

.subscribe-form .subscribe-form-wrap .form-control::placeholder {
  font-size: 50px;
  line-height: 60px;
  font-style: italic;
  color: rgb(0 0 0 / 50%);
  font-family: var(--placeholder-font);
  font-weight: 500;
}
.subscribe-form .subscribe-form-wrap .form-control{
  box-shadow: none;
}
/* Footer */
.ftr-sec {
  padding: 50px 0px;
  /* position: relative; */
}

.ftr-bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ftr-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ftr-top {
  position: relative;
}

.footer-logo {
  width: 150px;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ftr-logo {
  padding-bottom: 20px;
}

.ftr-logo img {}

.read-btn {
  color: var(--red-color);
  font-family: var(--text-font);
  font-weight: 600;
  font-size: 12px;
  line-height: 23px;
  text-decoration: none;
  letter-spacing: 2px;
}

.read-btn:hover {
  color: var(--main-color);
}

.social-icon {
  margin-top: 30px;
}

.social-icon ul {
  padding: 0;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 8px;
}

.social-icon ul li span {
  background: rgb(244 248 255 / 20%);
  width: 35px;
  height: 35px;
  display: flex;
  color: var(--white-color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all ease-in 0.3s;
}

.social-icon ul li:hover span {
  background: rgb(244 248 255 / 10%);
  color: var(--main-color);
  transition: all ease-in 0.3s;
}

.social-icon ul li a {
  text-decoration: none;
}

.find-us h4 {
  font-weight: 700;
  font-size: 24px;
  color: var(--crayor-color);
  margin-bottom: 20px;
  font-family: var(--text-font);
}

.add-icon span {
  color: #000;
  background: var(--crayor-color);
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
}

.add-icon span i {
  color: #000;
  font-size: 25px;
}

.add-text h4 {
  font-weight: 600;
  font-size: 10px;
  color: var(--crayor-color);
  margin-bottom: 10px;
}

.add-text a {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 2px !important;
  color: var(--white-color) !important;
}

.add-text p {
  padding-top: 10px;
}

.add-text p,
.add-text a {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 2px !important;
  color: var(--white-color) !important;
  margin-bottom: 0;
}

.add-icon {
  padding-right: 20px;
}

.ftr-link {
  width: 250px;
}

.ftr-btm-img {
  margin: 0 auto;
}

.ftr-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.add {
  padding-bottom: 25px;
}

.ftr-frm form .form-group .form-control {
  background: rgb(255 255 255 / 10%);
  border-radius: 0;
  border: 1px solid var(--text-color);
  margin-bottom: 15px;
  color: rgb(255 255 255 / 50%);
}

.ftr-frm .form-group .form-control::-webkit-input-placeholder {
  /* Edge */
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--text-font);
  color: var(--text-color);
}

.ftr-frm .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer */
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--text-font);
  color: var(--text-color);
}

.ftr-frm .form-group .form-control::placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--text-font);
  color: var(--text-color);
}

.indus-head p {
  color: rgb(255 255 255 / 50%);
  font-size: 15px;
}

.indus-head h4 {
  color: var(--white-color);
}

/* ftr-btm */
.ftr-btm {
  background: var(--purple-color);
  padding: 0px 0 0px;
}

.ftr-link {
  text-align: right;
}

.ftr-link ul {
  padding: 0 0px 20px;
  margin: 0;
}

.ftr-link ul li {
  display: inline-block;
  padding-right: 15px;
}

.ftr-link ul li a {
  text-decoration: none;
  color: var(--white-color);
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  font-family: var(--text-font);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ftr-link p {
  color: rgb(255 255 255 / 50%);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.ftr-link p a {
  text-decoration: none;
  color: rgb(255 255 255 / 50%);
}

.scroll_btm_btn {
  position: relative;
}

.scroll_text {
  position: absolute;
  right: 12px;
  bottom: 120px;
  z-index: 99;
  transform: rotate(270deg);
  cursor: pointer;
}

.scroll_text h3 {
  position: relative;
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400px;
  letter-spacing: 5px;
}

.scroll_text h3:before {
  content: "";
  position: absolute;
  top: -42px;
  right: -60px;
  height: 100px;
  width: 2px;
  background: var(--main-color);
  transition: all ease-in 0.3s;
  background-size: cover;
  transform: rotate(270deg);
}

.sub-btn {
  border-bottom: none;
}

.sub-btn::before {
  display: none;
}

.sub-btn::after {
  display: none;
}

.con-sub-btn {
  background: var(--main-color);
  padding: 15px 35px;
  color: var(--white-color);
  text-transform: uppercase;
  border: none;
  transition: all ease-in 0.3s;
}

.ftr-link-1 {
  text-align: left;
  padding: 0;
}

.ftr-link-1 ul li {
  padding: 0px 0px 5px;
  display: block;
}

.ftr-link-1 ul li a {
  color: var(--white-color);
  font-weight: 500;
  font-size: 14px;
}

.ftr-sec {
  position: relative;
  /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;
}

.ftr-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ftr-img {
  position: absolute;
  top: -50%;
  right: 3%;
  transform: translate(-3%, 0%);
  z-index: 0;
}

/*------------- Inner Page ----------------- */

.inner_banner_sec {
  padding: 150px 0;
  position: relative;
  height: 550px;
  z-index: 10;
}

.inner_banner_sec::before {
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 83%;
    width: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 75%), transparent);
}

.inner_banner_ontent {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 9;
  text-align: center;
  width: 60%;
}

.inner_banner_ontent h1 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-bottom: 0;
}

.inner_banner_ontent h4 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: var(--heading-font);
  font-size: 60px;
  font-weight: 300;
}

.inner_banner_ontent p {
  color: var(--white-color);
}

.inr_latest:before {
  content: none;
}

.contact-us {
  position: relative;
}

.contact-wrap-main {
  margin: 50px 0px;
}

.contact-left h2 {
  font-size: 45px;
  font-weight: 600;
}

.contact-left p {
  font-size: 20px;
}

.contact-form {
  margin: 20px 0px;
  padding: 0px;
}

.contact-us .form-group-wrap {
  margin: 14px 0px;
}

.contact-form .form-group-wrap .form-control {
  background-color: transparent !important;
  margin: 15px 0px;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  box-shadow: none;
}

.contact-form .form-group-wrap textarea {
  height: 135px;
}

.contact-form .form-group-wrap .form-control::placeholder {
  color: #fff;
}

.contact-us .contact-form .send-msg .btn {
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  box-shadow: none;
  outline: none;
  padding: 10px 0px;
  width: 100%;
}

.contact-right {
  position: relative;
  padding: 27px 40px;
  box-shadow: 10px 25px 50px rgb(0 0 0 / 13%);
  border-radius: 10px;
  margin-top: 0px;
}

.contact-info {
  margin-bottom: 0px;
  padding: 30px 0px;
  border-bottom: 1px solid rgb(0 0 0 / 50%);
}

.contact-info:last-child {
  border: none;
  margin: 0px;
}

.contact-us .con-icon {
  width: 60px;
  height: 60px;
  background: var(--main-color);
  padding: 14px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-right: 20px;
}

.contact-us .con-text {
  margin-top: 10px;
}

.contact-us .con-text a {
  color: #161723;
  text-decoration: none;
  font-size: 17px;
}

.contact-us .con-text h3 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 5px;
}

.map-sec iframe {
  filter: grayscale(1);
}

.con-text p {
  margin-bottom: 0;
}

/* 12-02-2024 */
.links-1 {
  text-align: center;
  margin-top: 10px;
}

.links-1 ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.links-1 ul li {
  padding: 0;
  margin: 0;
  padding: 0 0px;
  list-style: disc;
  color: var(--white-color);
}

.links-1 ul li a {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
}

.links-1 ul li:first-child {
  list-style: none;
  margin-right: 30px;
}

.inr-text p {
  font-size: 16px;
  line-height: 20px;
  color: var(--white-color);
}

.inr-text {
  margin-top: 50px;
}

/* imdb-sec */
.imdb-sec {
  padding: 0px 0px;
  position: relative;
  margin-top: -3%;
  z-index: 0;
}

.imdb-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imdb-slide-img {
  position: relative;
}

.imdb-slide-text {
  position: absolute;
  top: 50%;
  right: 15%;
  z-index: 10;
  width: 30%;
  transform: translate(-15%, -50%);
  text-align: right;
}

.imdb-slide-movie {
  display: flex;
  justify-content: end;
  align-items: end;
  margin-bottom: 10px;
}

.imdb-slide-movie img {
  width: 300px;
  height: 150px;
  object-fit: contain;
}

.imdb-slide-rate ul {
  padding: 0;
  margin: 0;
}

.imdb-slide-rate ul li {
  display: inline-block;
  padding-right: 5px;
}

.imdb-slide-rate ul li span {
  color: #ffde13;
}

.imdb-img-text p {
  font-size: 20px;
  line-height: 24px;
  color: var(--white-color);
  font-weight: 500;
}

.imdb-img {
  width: 90px;
  height: 40px;
  margin-bottom: 15px;
}

.imdb-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.imdb-content p {
  color: var(--white-color);
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

.imdb-slider .slick-dots {
  position: absolute;
  bottom: 10%;
  right: 50%;
  transform: translate(-10%, -50%);
  top: auto;
  display: flex;
}

.imdb-slider .slick-dots li button {
  padding: 7px;
  margin: 5px 0px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
}

.imdb-slider .slick-dots .slick-active button {
  background: #fff;
}

/* shows-watch-sec */
.shows-watch-sec {
  position: relative;
  padding: 100px 0px;
  margin-top: -7px;
}

.shows-watch-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shows-watch-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shows-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shows-slider {
  position: relative;
  z-index: 10;
}

.show-num {
  margin-top: -55px;
  margin-right: 35px;
  position: relative;
  display: flex;
  justify-content: end;
}

.show-num h2 {
  font-size: 100px;
  line-height: 104px;
  font-weight: 700;
  background: linear-gradient(0deg, #3551a4, #31cdb0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shows-slider-box {
  margin: 0px 20px;
}

.shows-slider-head {
  position: relative;
  padding: 20px 20px;
}

.shows-slider-head h3 {
  font-size: 25px;
  font-weight: 600;
  color: var(--white-color);
}

.popular-movies {
  padding: 100px 0px 0px;
}

.popular-movies::before {
  display: none;
}

/* experience-sec */
.experience-sec {
  position: relative;
  padding: 100px 0px;
}

.experience-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-box {
  position: relative;
}

.experience-head .heading-white p {
  margin-top: 10px !important;
  font-size: 16px !important;
  line-height: 28px !important;
  position: relative;
  padding-left: 20px !important;
}

.experience-head .heading-white p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #31cdb0;
  height: 100%;
  width: 5px;
}

/* Pricing page */
.pricing-text-1 {
  padding: 0px 0px 50px;
}

.pricing-text-1-para p {
  font-size: 16px;
  line-height: 20px;
}

/* offer-sec */

.offer-sec {
  padding: 150px 0px;
  position: relative;
}

.offer-sec-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-sec-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-div {
  text-align: center;
  padding: 0px 30px 30px;
  border: 2px solid #f15b26;
  border-radius: 30px;
  min-height: 250px;
  position: relative;
  z-index: 10;
  background: var(--white-color);
}

.offer-sec-wrap {
  position: relative;
}

.offer-div h2 {
  color: #2c8fc4;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  background: #fff;
  margin-top: -8px;
  margin-bottom: 40px;
}

.offer-div p {
  font-size: 18px;
  font-weight: 500;
  color: var(--black-color);
}

.offer-p {
  text-align: center;
  margin-top: 30px;
}

.offer-p p {
  font-size: 15px;
  font-weight: 500;
  color: var(--black-color);
}

.offer-img {
  position: absolute;
  left: 50px;
  top: -85px;
  width: 250px;
  height: 400px;
}

.offer-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.offer-img-2 {
  position: absolute;
  right: 50px;
  bottom: 4px;
  width: 440px;
  height: 360px;
  z-index: 10;
}

.offer-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* about-page */
.about-sec {
  position: relative;
  padding: 50px 0px 200px;
}

.about-sec::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  border: 4px solid #31cdb0;
  width: 75%;
  height: 100%;
}

.abt-access {
  padding: 100px 0px;
}

.about-sec-text .heading-1 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 15px;
}

.abt-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 850px;
  height: 550px;
}

.abt-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* commitment-sec */
.commitment-sec {
  padding: 0px 0px;
  position: relative;
}

.commitment-sec::before {
  position: absolute;
  content: "";
  background: linear-gradient(100deg, #2e5c6a 27%, #292929 81%);
  height: 414px;
  width: 47%;
  left: 0;
  bottom: 0;
}

.commitment-sec-wrap {
  position: relative;
  z-index: 10;
}

.commitment-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abt-entertaiment {
  margin: 0;
  padding: 100px 0px 100px;
}

.sets-apart-sec {
  position: relative;
}

.sets-apart-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}

.sets-apart-text h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: var(--white-color);
}

.sets-apart-text p {
  font-size: 14px;
  font-weight: 400;
  color: var(--white-color);
  min-height: 210px;
}

.sets-apart-box .shows-slider-img {
  position: relative;
}

.sets-apart-sec {
  margin-bottom: 30px;
}

/* contact-page */
.contact-sec {
  position: relative;
  padding: 150px 0px 100px;
  margin-top: -3%;
}

.contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-sec-wrap {
  position: relative;
}

.cont-right {
  padding-bottom: 15px;
  border-bottom: 3px solid rgb(255 255 255 / 50%);
}

.follow-sec {
  margin-top: 30px;
}

.folow-icon {
  padding: 30px 0px 0px;
}

.folow-icon a {
  color: #000;
  background: var(--white-color);
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  font-size: 20px;
}
/*  */
.sign-up-btn button {
  font-size: 15px;
  font-weight: 500;
  background-color: transparent;
  background: var(--main-color);
  border-radius: 22px 22px 22px 22px;
  padding: 12px 24px;
  color: var(--white-color);
  border: none;
}
.error {
  position: relative !important;
  left: 0 !important;
  top: 0px !important;
  font-size: 14px;
  color: red;
  padding: 10px 0px 0px 5px !important;
}




/* Check-Out-Page-Start 23-02-24*/
.checkout-sec {
  padding: 50px 0px;
}

.logo1 {
  width: 250px;
  height: 60px;
  margin: 0 auto;
}

.logo1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ck-text h2 {
  color: #1A1E23;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}

.ck-text p {
  color: #566376;
  font-size: 16px;
  font-weight: 600;
}
.ck-text{
  padding: 30px 0px;
}
.security-icon span{
  color: #869498;
  margin-right: 10px;
}
.security-icon h4{
  font-size: 14px;
  color: #869498;
  margin-bottom: 0;
}
/* check-form */

.checkout-form #signUpForm {
  /* max-width: 500px; */
  background-color: #ffffff;
  margin: 40px auto;
  padding: 40px;
  box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
  border-radius: 12px;
}
.checkout-form #signUpForm .form-header {
  gap: 5px;
  text-align: center;
  font-size: .9em;
}
.checkout-form #signUpForm .form-header .stepIndicator {
  position: relative;
  flex: 1;
  padding-bottom: 30px;
}
.checkout-form #signUpForm .form-header .stepIndicator.active {
  font-weight: 600;
}
.checkout-form #signUpForm .form-header .stepIndicator.finish {
  font-weight: 600;
  color: #009688;
}
.checkout-form #signUpForm .form-header .stepIndicator::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 9;
  width: 20px;
  height: 20px;
  background-color: #d5efed;
  border-radius: 50%;
  border: 3px solid #ecf5f4;
}
.checkout-form #signUpForm .form-header .stepIndicator.active::before {
  background-color: #a7ede8;
  border: 3px solid #d5f9f6;
}
.checkout-form #signUpForm .form-header .stepIndicator.finish::before {
  background-color: #009688;
  border: 3px solid #b7e1dd;
}
.checkout-form #signUpForm .form-header .stepIndicator::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 100%;
  height: 3px;
  background-color: #f3f3f3;
}
.checkout-form  #signUpForm .form-header .stepIndicator.active::after {
  background-color: #a7ede8;
}
.checkout-form #signUpForm .form-header .stepIndicator.finish::after {
  background-color: #009688;
}
.checkout-form #signUpForm .form-header .stepIndicator:last-child:after {
  display: none;
}
.checkout-form #signUpForm input {
  padding: 10px 15px;
  width: 100%;
  font-size: 1em;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.checkout-form #signUpForm input:focus {
  border: 1px solid #009688;
  outline: 0;
}
.checkout-form #signUpForm input.invalid {
  border: 1px solid #ffaba5;
}
.checkout-form #signUpForm .step {
display: none;
}
.checkout-form #signUpForm .form-footer{
  overflow:auto;
  gap: 20px;
}
.checkout-form #signUpForm .form-footer button{
  background-color: #009688;
  border: 1px solid #009688 !important;
  color: #ffffff;
  border: none;
  padding: 13px 30px;
  font-size: 1em;
  cursor: pointer;
  border-radius: 5px;
  flex: 1;
  margin-top: 5px;
}
.checkout-form #signUpForm .form-footer button:hover {
opacity: 0.8;
}

.checkout-form #signUpForm .form-footer #prevBtn {
  background-color: #fff;
  color: #009688;
}
.step-div{
  margin-bottom: 15px;
}
.step-div h3{
  font-size: 18px;
  font-weight: 600;
  color: #1a1e23;
  margin-bottom: 15px;
}
.checkout-form .form-floating>label {
  position: absolute;
  top: -8px;
  left: 0px; 
}
.payment-div{
  border: 1px solid #ddd;
}
.payment-div h3{
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  padding: 20px 10px;
  background: #f8f6f8;
}
.payment-div h4{
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  padding: 10px 10px;
}
.form-check-input{
  width: auto !important;
  padding: 10px !important;
  margin-right: 10px !important;
}
.check-1{
  margin-top: 10px;
}
.check-text{
  margin-top: 20px;
}
.check-text p{
  color: #777;
  font-size: 14px;
}
.form-right-table{
  border: 1px solid #ddd;
}
.form-right-table table thead tr th{
  color: #555;
  font-size: 15px;
  font-weight: 500;
  padding: 20px 10px;
}
.form-right-table table tbody tr td{
  color: #555;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 10px;
}
.form-right-table table thead tr{
  padding: 20px 0px !important;
}
.total-order th{
   font-weight: 600;
   font-size: 20px;
   padding: 30px 10px;
}
.recurring th{
  color: #555;
  font-size: 15px;
  font-weight: 500;
  padding: 20px 10px;
  border-bottom: none;
}
.recurring td{
  border-bottom: none;
}
.cupon-div-main{
  margin-top: 10px;
}
.apply-btn{
  background: var(--crayor-color);
  color: var(--white-color);
 border-radius: 3px;
 border: none;
 padding: 10px 32px;
}
.paypal-btn{
  background: #ffc439;
  text-align: center;
  padding: 20px 0px;
  width: 100%;
  border: none;
}
.paypal-btn img{
  width: 75px;
  margin: 0 auto;
} 


/* faq section */

.faq_sec {
  padding: 50px 0;
}

.faq-head h2 {
  font-size: 28px;
  font-weight: 600;
  color: var(--blue-color);
}

.faq_sec .accordion-body p{
  font-size: 16px;
  line-height: 20px;
  color: #7a7a7a;
  margin-bottom: 0;
  padding: 0;
}
.faq_sec .accordion-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-0%, -50%);
  width: 6px;
  height: 6px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 6px;
  border-color: var(--blue-color);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.faq_sec .accordion-button:not(.collapsed)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-0%, 50%);
  width: 6px;
  height: 6px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 6px;

  
  border-color: var(--crayor-color);
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.faq_sec .accordion-item {
  border: none;
  background: transparent;
}

.faq_sec .accordion-button:not(.collapsed) {
  background: none;
  border: none;
  box-shadow: none;
  color: var(--crayor-color);
  font-weight: 600;
  padding: 5px 20px;
}

.faq_sec .accordion-button {
  font-size: 16px;
  background: transparent;
  color: var(--blue-color);
  font-weight: 600;
}
.faq_sec .accordion-button:focus{ 
  border-color: transparent;
  outline: none;
  box-shadow: none;

}
.faq-left{
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
  background-color: #F4F5F6;
  border-radius: 0px 0px 0px 0px;
}
/* faq_sec End */

.ck-ftr{
  padding: 50px 0px; 
}
.ck-ftr-menu ul{
  padding: 0;
  margin: 0;
  text-align: center;
}
.ck-ftr-menu ul li{
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0px 15px;
  display: inline-block;
}
.ck-ftr-menu ul li a{
  color: #566376;
  font-size: 14px;
}
.ck-ftr-btm-img{
  width: 350px;
  margin: 0 auto;
}
.ck-ftr-btm-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ck-ftr-btm{
  margin-top: 50px;
}
.paypal-btn-2{
  background: #000 !important;
  color: #fff !important;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.paypal-btn-2 span{
  color: #fff !important;
  margin-right: 10px;
}

/* Check-Out-Page-End */

/* Thank you page */
.thank-text{
  text-align: center;
  padding-top: 20px;
}
.thank-text h1 {
  color: #88B04B;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 30px;
}
.thank-text p {
  color: #404F5E;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-size:20px;
  margin: 0;
}

.thankyou-sec .card {
background: white;
padding: 60px;
border-radius: 4px;
box-shadow: 0 2px 3px #C8D0D8;
display: block;
margin: 0 auto;
}
.thankyou-sec .check-icon span{
  color: #9ABC66;
font-size: 100px;
line-height: 200px;
margin-left:-15px;
}
.thankyou-sec .check-icon{
  border-radius: 50%;
  height: 200px;
  width: 200px;
  background: #F8FAF5;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}


.user-panel{
  padding: 50px 0px;
}
.user-list{
  padding: 30px;
  box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 20%);
  border-radius: 10px;
}
.user-list ul{
  padding: 0;
  margin: 0;
}
.user-list ul li{
  list-style: none;
  padding: 10px;
  margin-bottom: 10px;
}
.user-list ul li:last-child{
  margin-bottom: 0;
}
.user-list ul .active-1{
  background: #2c8fc4;
  color: #fff; 
}
.user-list ul .active-1 a{
  color: #fff; 
}
.user-list ul li:hover{
  background: #2c8fc4;
  color: #fff;
  transition: ease-in all 0.3s;
}
.user-list ul li:hover a{
  color: #fff;
  transition: ease-in all 0.3s;
}
.user-list ul li a{
  color: var(--black-color);
  font-size: 20px;
  line-height: 24px;
}

.user-panel-table .table thead tr th{
  background: #2c8fc4;
  color: #fff;
}
/*03-04-24*/
.user-header{
    background: #173f51;
    position: relative;
}

/*Login*/
.login_bg{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto; 
    padding: 20px 0px;
}
.login-head h2{
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}
.login-frm{
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
} 
.print_btn{
    font-size: 15px;
    font-weight: 500;
    background-color: transparent;
    background: var(--main-color);
    border-radius: 22px 22px 22px 22px;
    padding: 12px 24px;
    color: var(--white-color);
    border: none;
}
.login-frm .form-group label{
      font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.log-btn{
    background: var(--crayor-color);
    color: var(--white-color);
    border-radius: 3px;
    border: none;
    padding: 10px 32px;
}
.sign-up-bg{
    height: auto;
}
.sign-btn{
  height: auto;     
}
/*04-04-24*/
.pg-ul nav ul {
    padding: 0;
    margin: 0;
    display: flex;
}
.pg-ul nav ul .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2c8fc4;
    border-color: #2c8fc4;
}
.pg-ul nav ul li:hover {
    background: none;
    color: #000
}
.pg-ul nav ul li .page-link:hover {
    color: #ffff;
    background-color: #2c8fc4;
    border-color: #2c8fc4;
}
.v-btn{
   background-color: #2c8fc4; 
}
.subscibtion-head{
    padding-bottom: 15px;  
}
.subscibtion-head h3{
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
}
.renewal-btn{
    background-color: #2c8fc4;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.renewal-btn:hover{
   color: #fff;      
}
.remove-back ul li:hover{
  background: transparent !important;
  color: #000 !important;
}


