:root {
  --deg: 5deg;
  --base: #e77241;
  --second: #7e8bc6;
  --trackball: var(--base);
  --range: 0%;
  --bg: #10252f;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--bg-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  background-color: #f8f7f5 !important;
}

.p-l-r {
  padding-left: 60px;
  padding-right: 60px;
}

.p-l {
  padding-left: 60px;
}

.p-r {
  padding-right: 60px;
}

/*.top {
  padding-top: 80px;
}*/

.bottom {
  padding-bottom: 80px;
}
.top{
  padding-top: 80px;
}

.under_line {
  position: relative;
}

.under_line::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: black;
  transition: 0.5s;
}

.under_line:hover:after {
  width: 80%;
}

footer {
  background-color: #090909;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

footer .footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block-start: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

footer .footer-menu li a {
  color: #f8f7f5;
  font-family: Poppins-Light;
  font-size: 17px;
  padding: 0 20px;
  text-decoration: none;
}

.download-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.download-box {
  justify-content: center;
  padding: 20px 0 40px;
}

.download-box a img {
  border: 1px solid var(--bg-color);
  border-radius: 50px;
}

.social-media {
  justify-content: center;
  padding: 20px 0 20px;
}

.social-media ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media li {
  color: #000 !important;
}

.social-media a {
  background-color: #000 !important;
  color: #000 !important;
}

.copy-right {
  text-align: center;
  font-size: 17px;
  color: #f8f7f5;
  font-family: Poppins-Light;
}

.download-box a {
  width: 170px;
}

.social-media li {
  color: #000 !important;
}

.social-media ul li {
  margin-left: 10px;
}

.social-media ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 14px;
}

.social-media a {
  background-color: #000 !important;
  color: #fff !important;
}

.pattern_img {
  height: 100%;
  opacity: .5;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
}

.pattern_img img {
  width: 100%;
  height: 100%;
}

.grid-section {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}

.rlr-masonary-grid__container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: grid;
  grid-template-areas: "one" "two" "three" "four" "five" "six";
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

@media (min-width: 768px) {
  .rlr-masonary-grid__container {
    grid-template-areas: "one one three three three" "two two three three three" "four four four four four" "five five six six six";
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .rlr-masonary-grid__container {
    grid-template-areas: "one one three three three three" "two two three three three three" "four four four four four four" "five five six six six six";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .rlr-masonary-grid__container {
    grid-template-areas: "one one one three three three three four four four four four" "two two two three three three three five five six six six";
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}


.rlr-masonary-grid__one {
  grid-area: one;
}

.rlr-masonary-grid__two {
  grid-area: two;
}

.rlr-masonary-grid__three {
  grid-area: three;
}

.rlr-masonary-grid__four {
  grid-area: four;
}

.rlr-masonary-grid__five {
  grid-area: five;
}

.rlr-masonary-grid__six {
  grid-area: six;
}

.rlr-destination-card {
  word-wrap: break-word;
  background: linear-gradient(180deg, rgba(0, 0, 0, .056), rgba(0, 0, 0, .336) 58.08%, rgba(0, 0, 0, .56)), #6c757d;
  background-clip: initial;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  border-radius: .5rem;
  color: #fff;
  color: var(--white);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.opacity_color {
  border-radius: .5rem;
  position: relative;
}

.rlr-destination-card__img {
  height: 250px;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.big_img_card {
  height: 532px;
}

.rlr-destination-card__info--bottom {
  bottom: 0;
  position: absolute;
}

.rlr-destination-card__info--left {
  left: 0;
  position: absolute;
  padding: 1rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: #00000069;
}

.rlr-destination-card__info {
  z-index: 2;
}

.rlr-destination-card__info--main {
  font-size: 13px;
  font-family: Poppins-Medium;
  background: #fe6303;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.rlr-destination-card__info--sub {
  font-size: 14px;
  font-family: Poppins-Light;
  /* background: #fe6303; */
  width: -moz-fit-content;
  width: fit-content;
  /* padding: 4px 10px; */
  border-radius: 50px;
  margin-bottom: 14px;
}

.grid-child-box {
  position: relative;
}

.like-section-new {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding-right: 20px;
  z-index: 3;

}

.like-section-new button {
  border: none;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.like-section-new button:first-child img {
  width: 80%;
}

.like-section-new button img {
  width: 100%;
}

.like-section-new button span {
  font-size: 14px;
  color: #fff;
  margin-left: 5px;
  display: block;
}

.premium-section {
  margin: 100px 0 100px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.premium-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 378px;
  background: url('../images/hills-range.png');
  background-repeat: no-repeat;
  /* opacity: 0.4; */
  background-size: 124% 124%;
  background-position: 74% -12%;
}

.image-section {
  position: relative;
}

.image-section .w-full:nth-child(even) .card-detail {
  display: flex;
  justify-content: end;
}

.image-section .w-full {
  position: relative;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 14s;
  -moz-animation-duration: 14s;
  -webkit-animation-name: Floatingx;
  -moz-animation-name: Floatingx;
  animation: Floatingx 14s ease-in-out infinite;
}

.image-section .w-full:nth-child(1) {
  animation-delay: 0.5s;
}

.image-section .w-full:nth-child(2) {
  animation-delay: 1.5s;
}

.image-section .w-full:nth-child(3) {
  animation-delay: 2.5s;
}

.image-section .w-full:nth-child(4) {
  animation-delay: 3s;
}

.image-section .w-full:nth-child(5) {
  animation-delay: 3.8s;
}

.image-section .card-detail {
  display: flex;
  align-items: center;
}

.image-section .card-detail img {
  width: 50%;
}

.image-section .card-detail .content-detail {
  width: 40%;
  position: relative;
}

.image-section .card-detail .content-detail h5 {
  font-size: 18px;
  font-family: Poppins-Medium;

}

.image-section .card-detail .content-detail p {
  font-size: 14px;
  font-family: Poppins-Light;
  line-height: 14px;

}

@-webkit-keyframes Floatingx {
  0% {
    -webkit-transform: translate(30px)
  }

  65% {
    -webkit-transform: translate(0)
  }

  to {
    -webkit-transform: translate(30px)
  }
}

@keyframes Floatingx {
  0% {
    -webkit-transform: translate(30px)
  }

  65% {
    -webkit-transform: translate(0)
  }

  to {
    -webkit-transform: translate(30px)
  }
}

.arrow-img {
  position: absolute;
  top: 32%;
  right: -10%;
  width: 38%;
}

.login-section {
  position: fixed;
  padding-top: 20px;
  z-index: 11111;
  background: #f8f7f5 !important;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

.login-section .left-section {
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-section .right-section {
  height: 70vh;
  border-radius: 50px;
  border: 4px solid #fff;
  padding: 40px 50px 40px 0px;
}

.under_line1 {
  position: relative;
  width: fit-content;
  color: #fe6303;
}

.under_line1::after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fe6303;
  bottom: -1px;
}

.payment_screen_child {
  padding-left: 50px;
}

.premium_list {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;

}

.premium_list button {
  width: 100%;
  border: 1.5px solid #000;
  border-radius: 20px;
  text-align: left;
  transition: 0.5s;
  /* overflow: hidden; */
  position: relative;

}

.premium_list button .button-box {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  background: #fef7e4;
  border-radius: 18px;
  position: relative;
}

.recommended {
  width: fit-content !important;
  padding: 2px 14px;
  font-size: 10px !important;
  background-color: #000;
  color: #fff !important;
  font-family: EuclidFlex-Light !important;
  position: absolute;
  right: 25px;
  bottom: -9px;
  border-radius: 10px;
}



.premium_list button h5 {
  font-size: 22px;
  color: #000;
  font-family: EuclidFlex-Bold;
}

.premium_list button h6 {
  font-size: 18px;
  color: #000;
  font-family: EuclidFlex-Bold;
}

.premium_list button span {
  color: #fe6303;
  font-family: EuclidFlex-Light;
  font-size: 15px;
  margin-left: 5px;
}

.premium_list button p {
  font-size: 28px;
  color: #fe6303;
  font-family: EuclidFlex-Bold;
}

.dot_circle {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fef7e4;
  color: #fef7e4;
  border: 1.5px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 10px;
}

.dot_circle.active {
  background: #000;
  color: #fef7e4;
}


.login_heading {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
}

.login_heading img {
  width: 20px;
  position: absolute;
  right: -22px;
  top: 2px;
}

.botton-section {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.botton-section .pay_btn {
  width: 100%;
  background-color: #fe6303;
  color: #fff;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 18px;
  font-family: EuclidFlex-Light;
  border: none;
  outline: none;
}

.botton-section .skip_now {
  border: none;
  outline: none;
  font-size: 14px;
  font-family: EuclidFlex-Light;
  margin-top: 10px;
  text-align: center;
  width: 100%;

}

.first-section .card-item .thumb_img {
  height: 100%;
  object-fit: cover;
}

.banner-sectio-inner {
  position: relative;
  width: 100%;
}

.banner-sectio-inner img {
  width: 100%;
  /* height: max(100%); */
  position: absolute;
  top: -50px;
  z-index: -1;
}

#mobile-menu {
  position: fixed;
  background: #fff;
  width: 100%;
  right: 0;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

#mobile-menu.hide {
  right: -100%;
}

#mobile-menu.show {
  right: 0;
}

.plus_img {
  top: 0 !important;
  right: -15px;
  width: 25px !important;
}

.video-section {
  /* height: 80vh; */
  width: 100%;
  overflow: hidden;
}

.video-section .video-react {
  height: 100% !important;
  width: 100% !important;
}

.controls-pannel {
  padding-top: 40px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.video-react-has-started .video-react-control-bar {
  display: none !important;
}

.range_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  width: 100%;
}

.range_box_section {
  width: 80%;
}

.range_box span {
  margin-top: 5px;
  display: block;
  color: #fff;
}

.range_box .start_date {
  margin-right: 10px;
}

.range_box .end_date {
  margin-left: 10px;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  position: relative;
  background: #fff;
  cursor: pointer;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:before {
  position: absolute;
  content: "";
  width: var(--range);
  height: 10px;
  background: #fff;
}

input[type=range]::-webkit-slider-runnable-track {
  background: #fff;
  height: 2px;
}

input[type=range]::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: none;
  -webkit-appearance: none;
  background-color: #fff;
  margin-top: -7.5px;
  z-index: 99;
  position: relative;
  transition: 0.5s all ease;

}

._range_box_section span {
  color: #000;
}

._range_box_section input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  position: relative;
  background: #02495f;
  cursor: pointer;
}

._range_box_section input[type=range]:focus {
  outline: none;
}

._range_box_section input[type=range]:before {
  position: absolute;
  content: "";
  width: var(--range);
  height: 10px;
  background: #206377;
}

._range_box_section input[type=range]::-webkit-slider-runnable-track {
  background: #02495f;
  height: 2px;
}

._range_box_section input[type=range]::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: none;
  -webkit-appearance: none;
  background-color: rgb(61, 37, 37)95f;
  margin-top: -7.5px;
  z-index: 99;
  position: relative;
  transition: 0.5s all ease;

}

#value {
  position: absolute;
  left: var(--range);
  top: 41%;
  font-size: 14px;
  color: var(--trackball);
  transition: 0.5s color ease;
}

.controls-pannel {
  opacity: 0;
  transition: 0.5s;
}

.button-control {
  width: 60%;
  margin: auto;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.video-section:hover .controls-pannel {
  opacity: 1;
}

.content-details-section {}

.content-details-section .right-section{
  color: #fff;
}

.content-details-section h4{
  font-size: 40px !important;
}

.loader-page {
  width: 30%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px 20px !important;
  margin: auto;
  box-shadow: 0px 0px 3px rgb(209 205 205);
  border-radius: 50px;
  background-color: #fff;
  margin-top: 40px;
}

.loader-page .loding-box {
  width: 60px;
}

.loader-page h5 {
  margin-left: 50px;
}


.tags-home {
  position: relative;
}

.tags-home a {
  position: relative;
  color: #000;
}

.tags-home a span {
  color: #000;
  padding: 0 !important;
  padding-left: 3px !important;
}

/* .tags-home a::after {
  position: absolute;
  content: '|';
  top: 36%;
  transform: translateY(-50%);
  right: -4px;
  z-index: 1;
  width: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
} */

.paragraph-1 {

  font-size: 18px;
  font-family: Poppins-Light;
  white-space: pre-wrap;
  margin-bottom: 10px;
  text-align: center;
}

.description p {
  margin-bottom: 15px;
}

.description p span {
  font-size: 16px !important;
  font-family: Poppins-Light !important;
}

.banner-section-main {
  position: relative;
  height: 100vh;
  width: 100%;
}

.banner-section-content-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-section-content-main img {
  width: 200px;
}

.gradiont_ovelay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 350px;
  z-index: 1;
}

.gradiont_ovelay_1 {
  height: 150px;
  bottom: -2px;
}

.banner-section-main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 .banner-content-box-1{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
  }
  .banner-content-box-1 h3{
    text-align: center;
  }
.banner-section .banner-img-fixed {
  width: 100%;
  height: auto;

}

.banner-section .banner-img-fixed .banner_img {
  width: 100%;
}

.top-header-bar {
  /* border-bottom:1px solid #fff; */
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-header-bar .icon_button {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.top-header-bar .icon_button img {
  width: 20px;
}

.theme_setiong .icon_button {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.theme_setiong .icon_button img {
  width: 16px;
}

.theme_setiong {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.theme_setiong li {
  margin-left: 10px;
}

.theme_setiong li span {
  display: flex;
  align-items: center;
  font-size: 12px;
  background-color: #fff;
  border-radius: 50px;
  padding: 2px 20px;
  font-family: GothamBold;
  margin-left: 0;
  position: relative;
}

.theme_setiong li span::after {
  position: absolute;
  content: '';
  top: 35%;
  left: 10px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ea7544;
  animation: scale 1s ease-in-out infinite;
}

.theme_setiong li.cursor_pointer_btn span::after {
  display: none !important;
}

.cursor_pointer_btn {
  display: none;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  background-color: #fff;
  border-radius: 50px;
  padding: 2px 10px;
  font-family: GothamBold;
  margin-left: 0;
  position: relative;
}

.cursor_pointer_btn span {
  padding: 0 !important;
  width: 16px;
  height: 16px;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  background-color: #000 !important;
  border-radius: 50% !important;
  color: #fff;
  font-size: 12px;
}

.theme-section-box {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 11;
  transition: 0.5s;
}

.theme-section-box.active {
  right: 0;
}

.theme-section-box .close_btn {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
}

.theme-section-box .close_btn span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.theme-section-box .close_btn img {
  width: 16px;
}

.theme-section-box ul li {
  cursor: pointer;
}

.theme_listion {
  width: 40%;
  height: 100vh;

}

.theme_listion ul {
  overflow: hidden;
  overflow-y: scroll;
  height: 90%;
}

.theme_listion ul::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.theme_listion ul {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.theme_listion .theme_img {
  position: relative;
  overflow: hidden;
}

.theme_listion .theme_img .check_img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}

.theme_listion .theme_img .check_img img {
  width: 16px;
}

.theme_listion .theme_img {
  border: 1px solid transparent;
}

.theme_listion .theme_img.active .check_img {
  display: flex;
}

.theme_listion .theme_img.active {
  border: 1px solid #fff;
}

@keyframes scale {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.content-header {
  position: relative;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-header .like-section {
  margin-top: 0;
}

.video-react .video-react-big-play-button {
  display: none !important;
}

.mobile_grid_section {
  padding: 20px;
}

.loader_component {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1111;
  background-color: #00000088;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader_component .loader_box {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader_component .loader_box img {
  width: 40%;

}

.second-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
}

.second-button button {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.valume_section {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  color: #fff;
}

.valume_section input {
  width: 100px;
  margin-left: 10px;
}

.inner-page-tages .tags {
  justify-content: center;
  margin-bottom: 25px;
  margin-top: 0 !important;
}

.inner-page-tages .tags-home a {
  padding: 0 20px !important;
}

.inner-page-tages .tags-home a:last-child::after {
  display: none;
}

.inner-page-tages .tags-home a::after {
  top: 40% !important;
}

.breadcrumb-section {
  display: flex;
  justify-content: center;

}

.breadcrumb-section .breadcrumb {
  display: flex;
  align-items: center;
  position: relative;
}

.breadcrumb-section .breadcrumb .breadcrumb-item {
  position: relative;
  padding: 0 10px;
  text-transform: capitalize;
}

.breadcrumb-section .breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}

.breadcrumb-section .breadcrumb .breadcrumb-item::before {
  /* padding-right: 0;
  color: #000;
  content: "*";
  position: absolute;
  left: -3px;
  bottom: -4px;
  width: 20px;
  height: 100%;
  display: flex;
  align-items: center; */
}

.container-section {
  margin-top: 80px;
}

.row-section {
  position: relative;
}

.row-section .right-section {
  padding: 40px;
}

.row-section .left-section img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.row-section .right-section h4 {
  font-size: 18px;
  font-family: Poppins-Medium;
  margin-bottom: 10px;
}

.row-section .right-section p {
  font-size: 18px;
  font-family: Poppins-Light;
  white-space: pre-wrap;
}

.profile-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 80%;
  margin: auto;
}

.profile-box .profile_pictue {
  width: 100px;
  height: 100px;
  border-radius: 50%;

  /* padding: 10px; */

  position: relative;
  margin-bottom: 0;
}

.profile-box .profile_pictue::after {
  position: absolute;
  content: '';
  top: -7.5px;
  left: -7.5px;
  width: 115px;
  height: 115px;
  border: 2px dashed #e77241;
  border-radius: 50%;
  animation: rotate 10s linear infinite;

}

.profile-box h3 {
  font-family: Poppins-Medium;
  font-size: 20px;
  padding: 0 0 5px;
}

.profile-box h6 {
  font-family: GothamMedium;
  font-size: 15px;
  margin-bottom: 0;
}

.profile_button {
  position: absolute;
  bottom: 10px;
  right: -5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1111111;
  background: #000;
  color: #fff;
  padding: 6px;
  font-size: 10px;
  border-radius: 50%;
}

.profile-content {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-content a {
  padding: 5px 0px;
  display: block;
  width: fit-content;
  font-size: 14px;
  font-family: Poppins-Light;
  position: relative;
}

.profile-content a::after {
  position: absolute;
  content: '';
  bottom: 3px;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #fe6303;
}

.profile-form {
  position: relative;
  width: 100%;
  margin-top: 50px;
}

.profile-form form {
  padding: 50px;
}

.profile-form form .input_field {
  padding: 0 4px;
  margin-bottom: 10px;
}

.profile-form form .input_field .mb-3 {
  display: flex;
  flex-direction: column;


}

.profile-form form .input_field label {
  padding-bottom: 8px;
  position: relative;
  display: block;
  font-size: 14px;
  font-family: Poppins-Medium;
}

.profile-form form .input_field .mb-3 input {
  height: 40px;
  outline: none;
  padding: 10px;
  background-color: #fff;
}

.invalid-feedback {
  font-size: 13px;
  color: #fe6303;
}

.button_submit {
  width: fit-content;
  margin-top: 20px;
}

.button_submit button {
  padding: 10px 30px;
  font-family: Poppins-Medium;
  font-size: 16px;
  background-color: #000;
  color: #fff;
}

.select-search-container {
  --select-search-background: #fff;
  --select-search-border: #dce0e8;
  --select-search-selected: #1e66f5;
  --select-search-text: #000;
  --select-search-subtle-text: #6c6f85;
  --select-search-inverted-text: var(--select-search-background);
  --select-search-highlight: #eff1f5;
  --select-search-font: 'Inter', sans-serif;

  width: 100% !important;
  position: relative;
  font-family: var(--select-search-font);
  color: var(--select-search-text);
  box-sizing: border-box;
}

@supports (font-variation-settings: normal) {
  .select-search-container {
    --select-search-font: 'Inter var', sans-serif;
  }
}

@media (prefers-color-scheme: dark) {
  .select-search-container {
    --select-search-background: #000;
    --select-search-border: #313244;
    --select-search-selected: #89b4fa;
    --select-search-text: #fff;
    --select-search-subtle-text: #a6adc8;
    --select-search-highlight: #1e1e2e;
  }
}

body.is-dark-mode .select-search-container {
  --select-search-background: #000;
  --select-search-border: #313244;
  --select-search-selected: #89b4fa;
  --select-search-text: #fff;
  --select-search-subtle-text: #a6adc8;
  --select-search-highlight: #1e1e2e;
}

body.is-light-mode .select-search-container {
  --select-search-background: #fff;
  --select-search-border: #dce0e8;
  --select-search-selected: #1e66f5;
  --select-search-text: #000;
  --select-search-subtle-text: #6c6f85;
  --select-search-highlight: #eff1f5;
}

.select-search-container *,
.select-search-container *::after,
.select-search-container *::before {
  box-sizing: inherit;
}

.select-search-input {
  position: relative;
  z-index: 1;
  display: block;
  height: 40px !important;
  width: 100%;
  padding: 0 0px 0 16px !important;
  background: var(--select-search-background);
  border: none !important;
  color: var(--select-search-text);
  border-radius: 0 !important;
  outline: none;
  font-family: Poppins-Light !important;
  font-size: 14px !important;
  text-align: left;
  text-overflow: ellipsis;
  line-height: 48px;
  letter-spacing: 0.01rem;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
}

.select-search-is-multiple .select-search-input {
  margin-bottom: -2px;
}

.select-search-is-multiple .select-search-input {
  border-radius: 3px 3px 0 0;
}

.select-search-input::-webkit-search-decoration,
.select-search-input::-webkit-search-cancel-button,
.select-search-input::-webkit-search-results-button,
.select-search-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.select-search-input[readonly] {
  cursor: pointer;
}

.select-search-is-disabled .select-search-input {
  cursor: not-allowed;
}

.select-search-container:not(.select-search-is-disabled).select-search-has-focus .select-search-input,
.select-search-container:not(.select-search-is-disabled) .select-search-input:hover {
  border-color: var(--select-search-selected);
}

.select-search-select {
  background: var(--select-search-background);
  box-shadow: 0 .0625rem .125rem rgba(0, 0, 0, 0.15);
  border: none !important;
  overflow: auto;
  max-height: 360px;
}

.select-search-container:not(.select-search-is-multiple) .select-search-select {
  position: absolute;
  z-index: 2;
  top: 58px;
  right: 0;
  left: 0;
  border-radius: 3px;
  display: none;
}

.select-search-container:not(.select-search-is-multiple).select-search-has-focus .select-search-select {
  display: block;
}

.select-search-has-focus .select-search-select {
  border-color: var(--select-search-selected);
}

.select-search-options {
  list-style: none;
}

.select-search-option,
.select-search-not-found {
  display: block;
  height: 42px;
  width: 100%;
  padding: 0 16px;
  background: var(--select-search-background);
  border: none;
  outline: none;
  font-family: Poppins-Light;
  color: #000 !important;
  font-size: 14px !important;
  text-align: left;
  letter-spacing: 0.01rem;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-weight: normal !important;
}

.select-search-option:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: transparent !important;
}

.select-search-is-highlighted,
.select-search-option:not(.select-search-is-selected):hover {
  background: var(--select-search-highlight);
}

.select-search-is-selected {
  font-weight: bold;
  color: #000 !important;
}

.select-search-group-header {
  font-size: 12px;
  text-transform: uppercase;
  background: var(--select-search-border);
  color: var(--select-search-subtle-text);
  letter-spacing: 0.1rem;
  padding: 10px 16px;
}

.select-search-row:not(:first-child) .select-search-group-header {
  margin-top: 10px;
}

.select-search-row:not(:last-child) .select-search-group-header {
  margin-bottom: 10px;
}


.checkout-section {
  position: relative;
  background-color: var(--bg-color4);
  height: 90vh;
  overflow: hidden;
}

.error-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.error-box {
  z-index: 2;
  display: flex;
  height: 20%;
  width: 50%;
  background-color: #f0e2cf;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.error-box h5 {
  font-size: xx-large;
}

.success_section {
  z-index: 2;
  display: flex;
  height: 20%;
  width: 50%;
  background-color: #f0e2cf;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.success_section h4 {
  font-size: 80px;
  font-family: var(--CoffeeNormal);
  color: black;
}

.search-button {
  background-color: #fe6303;
  padding: 17px 35px;
  /* border: 1px solid #fff; */
  margin-left: 5px;
  border-radius: 10px;
  color: #fff;
  width: 100%;
}

.search-input input {
  border-radius: 10px;
  border: 1px solid gray;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.profile-box .profile_pictue img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.pt_100px {
  padding-top: 140px !important;
}

.divider {
  width: 100%;
  height: 1px;
}

.daily-quotes {
  /* background-image: url('./assets/images/banenr.jpg'); */
  width: 100%;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 30px;
}

.daily-quotes .left-section {
  width: 100%;
  height: 100%;
}

.daily-quotes .left-section .img-box-thumb {
  width: 100%;
  height: 100%;
  position: relative;
}

.daily-quotes .left-section .img-box-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quotes_section {
  padding: 60px 200px;
}

.daily-quotes .left-section .img-box-thumb .quotes-date-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0000008a;
}

.daily-quotes .left-section .img-box-thumb .quotes-date-box h4 {
  line-height: 30px;
}

.quotes_btn_group .dropdown_box {
  transform: translate(-5px, 128px) scale(0);
  opacity: 0;
  width: 0;
  transition: 0.6s;
}

.quotes_btn_group .dropdown_box.active {
  transform: translate(0px, 0px) scale(1);
  opacity: 1;
  width: 100%;
}

.wellness_detail_popup {
  position: fixed;
  bottom: -100vh;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
  transition: 0.5s;
  opacity: 0;
}

.z_20 {
  z-index: 1111;
}

.wellness_detail_popup.active {
  bottom: 0;
  opacity: 1;
}

.img_full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wellness_detail_popup .title-section {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}

.control-audio-section {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  overflow: hidden;
}

.control-audio-section .button-section-g {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px 10px 0 0;
  background-color: #00000057;
  padding: 10px 10px;
}

.control-audio-section .button-section-g li button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0000009e;
  font-size: 20px;
  color: #fff;
}

.control-audio-section .button-section-g li button svg {
  width: 30px;
  height: 30px;
}

.wellness_detail_popup .circle_btn {
  position: absolute;
  top: 5%;
  left: 5%;
}

.circle_btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0000009e;
  font-size: 20px;
  color: #fff;
}

.Play_control_panel {
  width: 80%;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  overflow: hidden;
}

.right-slider-section {
  right: -100vw;
  transition: 0.5s;
  height: 100vh;
}

.right-slider-section.active {
  right: 0;
}

.right-slider-section .slider-banner-top {
  height: 40%;
}

.right-slider-section .slider-banner-bottom {
  height: 60%;
  border: 1px solid #000;
}

.inner-control-section {
  width: 100%;
  height: 100%;
  padding: 0 40px;
}

.list_all-type-sound-section {
  overflow: hidden;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 60px;
  position: relative;
}

.list_all-type-sound-section ul li svg {
  width: 40px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.list_all-type-sound-section::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.list_all-type-sound-section {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.sound_input {
  margin-top: 10px;
}

.sound_input input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  position: relative;
  background: #fff;
  cursor: pointer;
}

.sound_input input[type=range]:focus {
  outline: none;
}

.sound_input input[type=range]:before {
  position: absolute;
  content: "";
  width: var(--range);
  height: 10px;
  background: #fff;
}

.sound_input input[type=range]::-webkit-slider-runnable-track {
  background: #fff;
  height: 2px;
}

.sound_input input[type=range]::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: none;
  -webkit-appearance: none;
  background-color: #fff;
  margin-top: -6.8px;
  z-index: 99;
  position: relative;
  transition: 0.5s all ease;

}

.add-collection {
  position: absolute;
  border: 1px solid #ccc;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  z-index: 11;
}

.add-collection button {
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  margin: 0 5px;
}

.wellness_detail_popup_ {
  width: 33.333333%;
  right: 0;
  left: unset;
  height: 100vh;
}

.modol_pop_down {
  height: 100%;
  padding: 10px;
}

.search-box {
  width: 100%;
}

.search-box input {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background-color: transparent;
}

.search-box input::placeholder {
  color: #ccc;
  font-size: 12px;
  font-family: GothamMedium;
}


.add-list-item-popup input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  position: relative;
  background: #fff;
  cursor: pointer;
}

.add-list-item-popup input[type=range]:focus {
  outline: none;
}

.add-list-item-popup input[type=range]:before {
  position: absolute;
  content: "";
  width: var(--range);
  height: 10px;
  background: #fff;
}

.add-list-item-popup input[type=range]::-webkit-slider-runnable-track {
  background: #fff;
  height: 2px;
}

.add-list-item-popup input[type=range]::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: none;
  -webkit-appearance: none;
  background-color: #fff;
  margin-top: -6.8px;
  z-index: 99;
  position: relative;
  transition: 0.5s all ease;

}

.wellness_detail_popup_ .save-btn {
  padding: 12px;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.quiz_section-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 11;
  transform: translate(100%, 100%) scale(0);
  transition: 0.5s;
  opacity: 0;
}

.quiz_section-box.active {
  transform: translate(0%, 0%) scale(1);
  transition: 0.5s;
  opacity: 1;
}

.quiz_section-box .first-box-quiz {
  width: 100%;
  height: 100%;

}

.first-box-quiz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quiz_section-box .banner-content-quize {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: end;
  padding: 30px;

}

.inner-banner-content-quize {
  width: 50%;
}

.quiz_graph-report {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 11;
  transform: translate(100%, 100%) scale(0);
  transition: 0.5s;
  opacity: 0;
  background-color: #ffffff7c;
  padding: 30px;
}

/* width */
.quiz_graph-report .grap-inner-box::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.quiz_graph-report .grap-inner-box::-webkit-scrollbar-track {
  background: var(--base);
}

/* Handle */
.quiz_graph-report .grap-inner-box::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}

/* Handle on hover */
.quiz_graph-report .grap-inner-box::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.quiz_graph-report .grap-inner-box {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  padding: 0 0 80px;
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
}

.report-share {
  padding: 20px;
  z-index: 1;
}

.report-share-new {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: -1;
  overflow: hidden;
  overflow-y: scroll;
  height: 90vh;
  width: 100%;
}

.report-heading {
  padding-bottom: 80px;
}

.quiz_graph-report.active {
  transform: translate(0%, 0%) scale(1);
  opacity: 1;
}

.banner-sectio-inner-second {
  height: 600px;
  width: 100%;
}

.banner-sectio-inner-second img {
  width: 100%;
  position: relative;
  top: 0px;
  z-index: 1;
}

.inner-banner-content-section {
  z-index: 2;
}

.brathe-section .card_i {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 15px;
}

.brathe-section ul li {
  color: #fff;
  margin-right: 10px;
}

.brathe-section ul li svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.brathe-section ul li span {
  font-size: 14px;
  margin-left: 10px;
}

.wellness_detail_popup_breath {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.wellness_detail_popup_breath .modol_pop_down {
  height: 10%;
}

.wellness_detail_popup_breath .main-body-scroll {
  height: 55%;
  overflow: hidden;
  overflow-y: scroll;
  padding: 0 20px;
}

.wellness_detail_popup_breath .main-body-footer {
  height: 35%;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.main-body-footer::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.main-body-footer {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.main-body-scroll .breath-list {
  padding: 20px 30px;
}

.main-body-scroll .breath-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main-body-scroll .breath-list li svg {
  width: 30px;
  height: 30px;
}

.main-body-scroll .breath-list li p {
  margin-bottom: 0px;
}

.main-body-footer {
  padding: 10px 20px;
}

.main-body-footer ul li button {
  line-height: 14px;
}

.text-list-3 {
  position: relative;
  padding-left: 15px;
  padding: 20px 0;
}

.text-list-3 li {
  display: flex;
  align-items: start;
  padding: 4px 0;
}

.text-list-3 li .icon_box {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.text-list-3 li svg {
  width: 18px;
  height: 18px;
}

.wellness_detail_popup_breath_second {
  z-index: 111;
  transform: translate(-100%, -100%) scale(0);
  opacity: 0;
  perspective: 300;
  width: 33.333%;
  height: 100vh;
  padding: 20px;
}

.wellness_detail_popup_breath_second.active {
  transform: translate(0%, 0%) scale(1);
  opacity: 1;
}

.breath_count_section {
  height: 90%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.breath_count_section_circle {
  width: 220px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}

.breath_count_section .circle-one {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 30%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  animation: scale 8s ease-in-out infinite;
}

.img-box_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-box_circle img {
  width: 40px;
}

.img-box_circle svg {
  width: 40px;
}

.wellness_detail_popup_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 1111;
}

.detail-content-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.detail-content-section button {
  width: 200px;
  margin-top: 30px;
}

@keyframes scale {

  0%,
  100% {
    transform: scale(0.6);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

.breath_count_section .circle-two {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 30%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.breath_count_section .circle-three {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 30%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.yoga_section .card-item {
  padding: 10px;

}

.yoga-popup-section {
  height: 100%;
}

.yoga-popup-section .gradiont_ovelay {
  height: 100px;
}

.yoga-popup-section .left-section {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
  position: relative;
}

.yoga-popup-section .left-section-p {
  overflow: hidden;
  overflow-y: scroll;
  padding-bottom: 100px;
}

.yoga-popup-section .left-section::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #00000045;
}

.task_popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 33.333%;
  height: 100vh;
  z-index: 11;
  transform: translate(100%, 100%) scale(0);
  transition: 0.5s;
  opacity: 0;
  padding: 20px;
  background-color: #ebe8e8;
}

.task_popup.active {
  transform: translate(0%, 0%) scale(1);
  opacity: 1;
}

.dairy-content form {
  position: relative;
  margin-top: 10px;
}

.dairy-content form .field_input .mb-3 {
  width: 100%;
}

.dairy-content form input {
  padding: 10px;
  width: 100%;
  font-size: 14px;
}

.no-data-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.empty-data-content {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quize_popup {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 33.333%;
  height: 100vh;
  z-index: 11;
  transition: 0.5s;
}

.quize_popup .popup-quize-inner .graph-header,
.footer_box_s {
  height: 10%;
}

.talk_to_me_header {
  height: 50px !important;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgb(247 242 242 / var(--tw-bg-opacity));
}

.question-section {
  width: 100%;
  height: 85%;
  overflow: hidden;
  overflow-y: scroll;
  padding: 2px;
}

.talk_to_me_popup .question-section {
  height: 90vh;
  padding-top: 30px;
}

.question-section::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.question-section {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.question-section .question-item {
  margin: 33px 0;
}

.question-section .question-item ul li {
  margin: 14px 0;

}

.question-section .question-item ul li button {
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
}

.question-section .question-item ul li button span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #ccc;
  font-size: 10px;
}

.question-section .question-item ul li button span i {
  display: none;
}

.question-section .question-item ul li button.active {
  border: 1px solid #10252f;
}

.question-section .question-item ul li button.active span {
  background-color: #10252f;
  color: #fff;
}

.question-section .question-item ul li button.active span i {
  display: block;
}

.music-slider {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
}

.music-slider input {
  width: 100%;
  height: 3px;
  outline: none;
  border: none;
}

.audio_box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.music-slider input::-webkit-slider-thumb {}

.music-slider input::-moz-range-thumb {
  width: 0;
  /* Adjust width to hide */
  height: 0;
  /* Adjust height to hide */
  border: none;
  /* Remove any border */
  background: transparent;
  /* Make the background transparent */
}

.music-slider input::-ms-thumb {
  width: 0;
  /* Adjust width to hide */
  height: 0;
  /* Adjust height to hide */
  border: none;
  /* Remove any border */
  background: transparent;
  /* Make the background transparent */
}

.podcast-tab-section button {
  position: relative;
}

.podcast-tab-section button::after {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
}

.postcast-listing {
  position: relative;
}

.postcast-listing .right-section {
  position: relative;
}

.postcast-listing .right-section .bottom-header-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.postcast-listing .right-section .bottom-header-box .bottom-left-h {
  position: relative;
  display: flex;
  align-items: center;
}

.postcast-listing .right-section .bottom-header-box .user-b {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;

}

.postcast-listing .right-section .bottom-header-box .user-b img {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  bottom: 0;
}

.postcast-listing .right-section .bottom-header-box span {
  margin-bottom: 0;
  font-size: 13px;
}

.cancel_popup form .mb-3 {
  width: 100%;
}

.cancel_popup form .mb-3 textarea {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  padding: 10px;
}

.add-list-item-popup-list-h {
  height: 80vh;
  overflow: hidden;
  overflow-y: scroll;
}

.har_data_box {
  position: absolute;
  top: -42px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.har_data_box h4 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 100px;
}

.control_pannel_section ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.control_pannel_section ul li button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.control_pannel_section ul li:nth-child(2) button {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
}

.bottom-har_sheet {
  width: 100%;
  height: 80%;
  background-color: #000;
  padding: 20px;
  position: absolute;
  bottom: 0;
  transition: 0.5s;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  overflow-y: scroll;
}

.fade-enter {
  opacity: 0;
  transform: scale(0.9);
}

.fade-enter-active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 300ms, transform 300ms;
}

.fade-exit {
  opacity: 1;
}

.fade-exit-active {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 300ms, transform 300ms;
}

.modal_popup {
  background-color: #0000002f;
}

.body-modal-box {
  background-color: #fff;
  overflow: hidden;
  border-radius: 30px;
}

.body-modal-box .close_btn_ {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 50px;
  color: #000;
}

.body-modal-box .close_btn_:focus {
  box-shadow: none;
}

.body-modal-box .space-y-6 {
  position: relative;
}

.body-modal-box .space-y-6 h5 {
  text-align: center;
  font-size: 20px;
  font-family: Poppins-Medium;
}

.body-modal-box .space-y-6 .box-w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.body-modal-box .space-y-6 .box-w .left-section-w {
  width: 50%;
  padding: 10px;
  border-radius: 10px;
}

.body-modal-box .space-y-6 .box-w .right-section-w {
  width: 50%;
}

.body-modal-box .space-y-6 .box-w .right-section-w ul {
  padding-left: 0;
  margin-bottom: 0;
}

.body-modal-box .space-y-6 .box-w .right-section-w ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Poppins-Light;
  padding: 3px 0;
}

.body-modal-box .space-y-6 .box-w .right-section-w ul li p {
  margin-bottom: 0;
  font-size: 14px;
  font-family: Poppins-Light;
  font-weight: 600;
}

.footer-box-w {
  position: relative;
}

.footer-box-w p {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: Poppins-Light;
}

.footer-box-w img {
  width: 100%;
}

.footer-main-heading {
  position: relative;
}

.footer-main-heading h3 {
  color: #fff;
  font-family: Aboreto-Regular;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
}

.body-modal-box-new {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.body-modal-box-new .space-y-6 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-modal-box-new .space-y-6 img {
  width: 10%;
}

.body-modal-box-new p {
  text-align: center;
  font-size: 16px;
  font-family: Poppins-Medium;
  padding: 16px 0 25px;

}

.body-modal-box-new button {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-family: Poppins-Medium;
  border-radius: 50px;
  padding: 10px 30px;
  margin: auto;
}

.session-box {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.session-box li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.session-box li .left-session {
  display: flex;
  align-items: center;
  gap: 15px;
}

.session-box li .left-session img {
  width: 100px;
  border-radius: 10px;
}

.session-box li .left-session p {
  margin-bottom: 0;
  font-family: Poppins-Light;
  font-size: 14px;
}

.session-box li .right-session p {
  margin-bottom: 0;
  font-family: Poppins-Light;
  font-size: 14px;
}

.title_live {
  margin-bottom: 0;
  font-family: Poppins-Medium;
  font-size: 14px;
  text-align: center;
}

.time-set-drop {
  display: flex;
  align-items: center;
  gap: 10px;
}

.time-set-drop select {
  padding: 10px 20px;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 10px;
}

.time-set-drop select:focus {
  box-shadow: none;
}

header {
  background-color: #0000002f;
}

.loader_component_new {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f8f7f5 !important;
}

.daily_quotes_modal {
  position: relative;
  background-color: #cbbfbf;
}

.daily_quotes_modal .rounded-lg {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.daily_quotes_modal .body-modal-box {
  padding: 0 !important;
  overflow: visible;
  border-radius: 0 !important;
  background: transparent !important;
  display: flex;
  justify-content: center;
}

.daily_quotes_modal .body-modal-box .daily-quotes-box {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  background: #00000054;
  padding: 20px;
  border-radius: 20px;
}

.daily_quotes_modal .body-modal-box .quotes_box_m {
  width: 350px;
  height: 100%;
  position: relative;
}

.daily_quotes_modal .body-modal-box .quotes_box_m img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.postcast-left-section img {
  height: auto !important;
}

.download-report {

  margin-top: 40px;
}

.download-report ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.confiremtion-box .p-4 {
  padding: 0 !important;
}

.confiremtion-box .rounded-lg {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.confiremtion-box .body-modal-box {
  border-radius: 20px !important;
}

.confiremtion-box .body-modal-box h4 {
  font-family: Poppins-Bold;
  font-size: 18px;
}

.confiremtion-box .body-modal-box p {
  font-size: 14px;
  padding: 14px 0;
}

.confiremtion-box .body-modal-box .btn-group-popup {
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}

.confiremtion-box .body-modal-box .btn-group-popup button {
  font-family: Poppins-Medium;
  font-size: 14px;
}

.header-logo {
  position: relative;
  padding: 10px 0;
  margin-right: 50px;
}

.header-logo img {
  width: 120px;
}
.mobile_view_lang{
  display: none !important;
}

.infographic_box_ img{
  width: 100% !important;
}
.aticles_box_ h2{
  text-align: left;
}
.aticles_box_ .thumb-box img{
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
@media(max-width:1199px) {
  .premium-section::after {
    background-size: 165% 144%;
  }

  .profile-box {
    width: 100%;
  }
}

@media(max-width:1050px) {
  .premium-section::after {
    background-size: 165% 125%;
  }

  .quotes_section {
    padding: 60px 80px;
  }
}

@media(max-width:991px) {
  .premium-section::after {
    background-size: 152% 123%;
    height: 378px;
  }

  .premium-section::after {

    height: 260px;
  }

  .login-section {
    height: 100%;
    overflow: hidden;
    overflow-y: overlay;
    padding-bottom: 80px;
  }

  .login-section .right-section {
    height: 100%;
  }

  .controls-pannel {
    position: relative;
    opacity: 1;
  }

  input[type=range]::-webkit-slider-thumb {
    background-color: #000;
  }

  input[type=range]::-webkit-slider-runnable-track {
    background: #000;
  }

  .range_box span {
    color: #000;
  }

  .banner-section .banner-img-fixed {
    height: auto;
  }

  .paragraph-1 {
    text-align: left;
  }

  .loader-page {
    width: 90%;
  }

  .valume_section {
    bottom: 45px;
    padding-left: 0;
  }

  .second-button {
    bottom: 45px;
    padding-right: 0;
  }

  .valume_section i,
  .second-button button i {
    color: #000;
  }

  .button-control {
    width: 100%;
  }

  .controls-pannel {
    padding-left: 0;
    padding-right: 0;
  }

  .right-slider-section {
    width: 60%;
  }

  .quiz_section-box .banner-content-quize .inner-banner-content-quize {
    width: 70%;
  }

  .wellness_detail_popup_breath_second {
    width: 70%;
  }

  .task_popup,
  .quize_popup {
    width: 70%;
  }

  .video-section {
    padding: 10px 0;
    background: #fff;
  }

  .login-section .left-section {
    height: auto;
  }

  .login-section .right-section {
    height: auto;
  }

  .daily_quotes_modal .body-modal-box .quotes_box_m {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .daily_quotes_modal .body-modal-box .quotes_box_m img {
    border-radius: 0 !important;
    height: 100vh;
  }

  .daily_quotes_modal {
    height: 100vh;
  }

  .daily_quotes_modal .p-4 {
    padding: 0 !important;
  }

  .daily_quotes_modal .rounded-lg {
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    height: 100% !important;
    max-height: 100vh !important;
  }

  .body-modal-box .close_btn_ {
    z-index: 10;
  }

  .daily_quotes_modal .body-modal-box .daily-quotes-box {
    bottom: 15%;
  }

  .cursor_pointer_btn {
    display: flex;
  }

  .one_design_mobile_new {
    height: 50vh;
  }
  .header-section{
    z-index: 111 !important;
  }
  .premium_section .left-section{
    margin-bottom: 50px;
  }
}

@media(max-width:768px){
  .mobile_view_lang{
    display: block !important;
  }
}

@media(max-width:576px) {
  .like-section-new{
    right: 10px;
  }
  .p-l-r {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-l {
    padding-left: 20px;
  }

  .p-r {
    padding-right: 20px;
  }

  .top {
    padding-top: 50px;
  }

  .bottom {
    padding-bottom: 50px;
  }

  .premium-section {
    margin: 50px 0 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .arrow-img {
    top: 86%;
    transform: rotateX(174deg) rotate(291deg);
    right: 72%;
    width: 27%;
  }

  .premium-section::after {
    background-size: 152% 123%;
    height: 184px;
    transform: rotateY(180deg);
  }

  .grid-section {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }

  footer {
    padding-left: 0;
    padding-right: 0;
  }

  footer .footer-menu li a {
    font-size: 12px;
    padding: 0 8px;
  }

  .download-box a {
    width: 130px;
  }

  .login-section .right-section {
    padding: 40px 0px 40px 0px;
    height: auto;
  }

  .login-section .left-section {
    padding-right: 0;
    padding: 20px;
    height: auto;
  }

  .payment_screen_child {
    padding-left: 0;
  }

  .tags-home {
    margin-left: -5px;
  }

  .tags-home a::after {
    content: '•' !important;
  }

  .copy-right {
    font-size: 11px;
  }

  .pattern_img {
    height: auto;
  }

  .rlr-destination-card__info--sub {
    font-size: 12px;
  }

  .rlr-destination-card__info--main {
    font-size: 10px;
    width: fit-content;
    padding: 2px 10px;
  }

  .rlr-destination-card__info--left {
    padding: 10px;
  }

  .rlr-destination-card__img {
    height: 170px;
  }

  .inner-page-tages .tags {
    justify-content: center;
  }

  .inner-page-tages .tags-home a:first-child {
    padding-left: 0 !important;
  }

  .inner-page-tages .tags-home a {
    padding: 0 10px !important;
  }

  .row-section .right-section {
    padding: 40px 20px;
  }

  .row-section .right-section p {
    font-size: 16px;
  }

  .row-section .right-section h4 {
    font-size: 14px;
  }

  .profile-box .profile_pictue {
    width: 80px;
    height: 80px;
  }

  .profile-box .profile_pictue::after {
    width: 95px;
    height: 95px;
  }

  .profile_button {
    width: 25px;
    height: 25px;
  }

  .profile-content {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .profile-box h3 {
    font-size: 18px;
    padding: 30px 0 5px;
  }

  .profile-form form {
    padding: 30px 10px;
  }

  .profile-form form .input_field {
    width: 100%;
  }

  .valume_section input {
    width: 50px;
    margin-left: 10px;
  }

  .second-button,
  .valume_section {
    bottom: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .controls-pannel {
    padding-left: 0;
    padding-right: 0;
  }

  .second-button {
    right: 0;
  }

  .valume_section {
    left: 0;
  }

  .content-header {
    bottom: 18px;
    width: 50%;
  }

  .valume_section i,
  .second-button button i {
    font-size: 14px;
  }

  input[type=range]::-webkit-slider-thumb {
    width: 14px;
    height: 14px;
    margin-top: -6.5px;
  }

  .second-button button {
    width: 30px;
  }

  .valume_section input {
    width: 35px;
  }

  .paragraph-1 {
    font-size: 14px;
  }

  .description p span {
    font-size: 14px !important;
  }

  .theme_listion {
    width: 95%;
  }

  .one_design_mobile {
    position: relative;
  }

  .one_design_mobile .card-item {
    display: flex;
    align-items: center;
  }

  .one_design_mobile .card-item .left_side {
    display: flex;
    align-items: center;
    width: 30%;
  }

  .one_design_mobile .card-item .left_side .thumb-box {
    height: 100px;
    width: 100%;
  }

  .one_design_mobile .card-item .left_side .thumb-box img {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .one_design_mobile .card-item .card-des {
    width: 70%;
    padding-left: 20px;
  }

  .one_design_mobile .card-item .card-des .tags-home {
    margin-left: 0 !important;
  }

  .tags-home a::after {
    content: '•' !important;
    display: none;
  }

  .preminum_img img {
    width: 18px !important;
    height: 18px !important;
  }

  .wellness_detail_popup .circle_btn {
    top: 20px;
  }

  .wellness_detail_popup .title-section {
    top: 20%;
  }


  .Play_control_panel {
    width: 98%;
  }

  .inner-control-section {
    padding: 0 20px;
  }

  .pt_100px {
    padding-top: 80px;
  }

  .right-slider-section {
    width: 100%;
  }

  .list_all-type-sound-section {
    padding-bottom: 140px;
  }

  .add-collection {
    bottom: 80px;
  }

  .wellness_detail_popup_ {
    height: 100%;
    width: 100%;
  }

  .quiz_section-box .banner-content-quize {
    padding: 100px 20px;
  }

  .quiz_section-box .banner-content-quize .inner-banner-content-quize {
    width: 100%;
  }

  .quiz_graph-report {
    padding: 5px;

  }

  .quiz_graph-report .grap-inner-box {
    overflow: hidden;
    overflow-y: scroll;
  }

  .banner-sectio-inner-second {
    height: 450px;
  }

  .banner-sectio-inner-second .inner-banner-content-section {
    padding: 20px 50px;
  }

  .banner-sectio-inner-second .gradiont_ovelay {
    height: 140px;
  }

  .wellness_detail_popup_breath .main-body-footer {
    height: fit-content;
  }

  .wellness_detail_popup_breath {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .wellness_detail_popup_breath .main-body-scroll {
    height: 60%;
  }

  .text-list-3 li img {
    width: 20px;
  }

  .wellness_detail_popup_breath_second {
    width: 100%;
  }

  .task_popup,
  .quize_popup {
    width: 100%;
  }

  .daily-quotes {
    height: 20vh;
  }

  .quotes_section {
    padding: 10px;
  }

  .daily-quotes .left-section {
    width: 30%;
    height: 100%;
  }

  .circle_btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .control-audio-section {
    width: 90%;
  }

  .control-audio-section .button-section-g li button {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .control-audio-section .button-section-g li button svg {
    width: 25px;
    height: 25px;
  }

  .banner-section-main {
    height: 60vh;
    position: relative;
  }
 

  .cat_module .max-\[576px\]\:gap-1 {
    gap: 0.1rem !important;
  }

  .header-section {
    top: 14px;
  }

  .body-modal-box .space-y-6 h5 {
    font-size: 12px;
  }

  .body-modal-box .space-y-6 .box-w .left-section-w {
    padding: 6px;
  }

  .body-modal-box .space-y-6 .box-w .left-section-w strong {
    font-size: 12px;
  }

  .body-modal-box .space-y-6 .box-w .left-section-w p,
  .footer-box-w p {
    font-size: 12px;
  }

  .body-modal-box .space-y-6 .box-w {
    gap: 10px;
  }

  .body-modal-box .space-y-6 .box-w .right-section-w ul li,
  .body-modal-box .space-y-6 .box-w .right-section-w ul li p {
    padding: 1px 0;
    font-size: 12px;
  }

  .body-modal-box {
    padding: 10px;
    border-radius: 15px;
  }

  .session-box li {
    flex-wrap: wrap;
    justify-content: start;
  }

  .session-box li .left-session img {
    width: 60px;
    border-radius: 10px;
  }

  .session-box li .left-session p {
    font-size: 12px;
  }

  .session-box li .right-session p {
    font-size: 12px;
    margin-top: 15px;
  }

  .gradiont_ovelay {
    height: 200px;
  }

  .banner-section-content-main img {
    width: 135px;
  }

  .quotes_btn_group {
    padding-top: 8px;
  }

  .daily-quotes .left-section {
    height: 118%;
    position: relative;
  }

  .card-item .thumb-box {
    height: auto;
  }

  .card-item .thumb-box img {
    height: auto;
  }

  .footer-main-heading h3 {
    font-size: 35px;
  }

  .breadcrumb-section .breadcrumb .breadcrumb-item {
    font-size: 12px;
  }

  .add-collection {
    bottom: 80px;
    height: 40px;
  }

  .wellness_detail_popup {
    height: 100%;
  }

  .cancel_popup {
    height: 100%;
  }

  .banner-section .banner-img-fixed img {

    padding-bottom: 10px !important;
  }

  .header-logo img {
    width: 95px;
}
.rlr-destination-card__info--sub{
  margin-bottom: 0 !important;
}

.card-item-box-inner {
  display: flex;
}
.card-item-box-inner.card-item .thumb-box-cat {
  height: auto;
  width: 40% !important;
}
.card-item-box-inner.card-item .thumb-box-cat .thumb-box {
  height: auto;
  width: 100% !important;
}
.card-item-box-inner.card-item .card-des{
width: 60%;
padding-left: 15px;
}
.like-section.mt-3{
  margin-top: 0 !important;
}
.like-section-new_new.mt-3{
margin-top: 10px !important;
}
.cat_inner_page{
  margin-bottom: 40px !important;
}
.pt_100px{
  padding-top: 100px !important;
}
.aticles_box_ .thumb-box{
  height: auto;
}
.aticles_box_ .thumb-box img{
height: 100%;
border-radius: 10px;
}
.content-details-section h4{
  font-size:24px !important;
  line-height: 32px;
}
}

@media(max-width:375px) {
  .download-box a {
    width: 120px;
  }
}



/* old style.css start */

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-Bold.eot');
    src: url('fonts/Aileron-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Aileron-Bold.woff2') format('woff2'),
    url('fonts/Aileron-Bold.woff') format('woff'),
    url('fonts/Aileron-Bold.ttf') format('truetype'),
    url('fonts/Aileron-Bold.svg#Aileron-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-Light.eot');
    src: url('fonts/Aileron-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Aileron-Light.woff2') format('woff2'),
    url('fonts/Aileron-Light.woff') format('woff'),
    url('fonts/Aileron-Light.ttf') format('truetype'),
    url('fonts/Aileron-Light.svg#Aileron-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-Thin.eot');
    src: url('fonts/Aileron-Thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/Aileron-Thin.woff2') format('woff2'),
    url('fonts/Aileron-Thin.woff') format('woff'),
    url('fonts/Aileron-Thin.ttf') format('truetype'),
    url('fonts/Aileron-Thin.svg#Aileron-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-UltraLight.eot');
    src: url('fonts/Aileron-UltraLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/Aileron-UltraLight.woff2') format('woff2'),
    url('fonts/Aileron-UltraLight.woff') format('woff'),
    url('fonts/Aileron-UltraLight.ttf') format('truetype'),
    url('fonts/Aileron-UltraLight.svg#Aileron-UltraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-Regular.eot');
    src: url('fonts/Aileron-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Aileron-Regular.woff2') format('woff2'),
    url('fonts/Aileron-Regular.woff') format('woff'),
    url('fonts/Aileron-Regular.ttf') format('truetype'),
    url('fonts/Aileron-Regular.svg#Aileron-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-SemiBold.eot');
    src: url('fonts/Aileron-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Aileron-SemiBold.woff2') format('woff2'),
    url('fonts/Aileron-SemiBold.woff') format('woff'),
    url('fonts/Aileron-SemiBold.ttf') format('truetype'),
    url('fonts/Aileron-SemiBold.svg#Aileron-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic.eot');
    src: url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('fonts/CenturyGothic.woff2') format('woff2'),
    url('fonts/CenturyGothic.woff') format('woff'),
    url('fonts/CenturyGothic.ttf') format('truetype'),
    url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*=== Heading style====*/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Aileron';
}

h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    color: #222;
}


h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    color: #222;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    color: #222;
}


h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #222;
}

h5 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    color: #222;
}

h6 {
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 0;
    color: #222;
}


/*=== Heading style====*/


/*=== General ancor tag style====*/


a:hover {
    text-decoration: none;
}

/*=== General ancor tag style ====*/


/*-- ======= Top Bar css ======= */

.mobile-menu {
    display: none;
}

.fixed {
    position: fixed !important;
    background-color: #fff !important;
}


#header.fixed .nav-link {
    color: #272727 !important;
}

.heaer-top-bar {
    background-color: #dfdfdf;
    padding: 4px 0;
}

.topnav-container {
    width: 90vw;
    margin: 0px auto;
}

.topnav-text ul {
    padding-left: 0px;
    margin: 0px;
}

.topnav-text ul li {
    list-style: none;
    display: inline-block;
    padding: 6px 10px;
}

.topnav-text ul li a {
    font-family: 'Aileron';
    color: #6b6f78;
    font-size: 16px;
    font-weight: 300;
}

.top-center-text p {
    margin: 0px;
    text-align: center;
    font-family: 'Aileron';
    color: #6b6f78;
    font-size: 16px;
    padding: 6px 0px;
    font-weight: 300;
}

.right-top-nav {
    text-align: right;
}

/* #Navigation
================================================== */

.logo {
    margin-top: 0px;
    padding: 14px 0;
}

.custom-container {
    width: 80vw;
    margin: 0px auto;
}

#header {
    background: #002931;
    color: #fff;
    width: 100%;

}

.tp-nav-row {
    align-items: center;
}

.top-free-estimate {
    padding-top: 20px;
}

.top-user-icon {
    text-align: right;
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
}

.top-user-icon .user {
    width: 32px;
    height: 32px;
    position: relative;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    line-height: 26px;
    margin-top: 0px;
}

.menu-icon-block {
    display: inline-flex;
}

/* language icon css */

.language-icon {
    position: relative;
}

.language-icon span {
    display: inline-block;
    color: #ffffff;
    margin: 0 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    width: 29px;
    height: 29px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
}


.lang-dropdown-content {
    display: none;
    position: absolute;
    min-width: fit-content;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding-top: 10px;
    z-index: 1;
    left: 0;
}

.lang-dropdown-content ul {
    padding-left: 0px;
    text-align: center;
    border-radius: 8px;
    background-color: #f9f9f9;
    overflow: hidden;
}

.lang-dropdown:hover .lang-dropdown-content {
    display: block;
}

.lang-dropdown-content ul {
    padding-left: 0px;
    text-align: center;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lang-dropdown-content ul li {
    list-style: none;
}

.lang-dropdown-content ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #000;
    display: inline-block;
    margin-top: 0;
    width: 100%;
    padding: 6px 30px;
    transition: 0.5s;
}
.lang-dropdown-content ul li a:hover{
  background-color: #000;
  color: #fff;
}


/*.fixed-header {

    position: fixed !important;
}*/

#navbarSupportedContent .navbar-nav {
    margin-top: 0px;
}

#header .start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 0px 0;
    /*box-shadow: 0 10px 30px 0 rgb(106 115 120 / 15%);*/
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header .start-header.scroll-on {
    /*box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);*/
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header .start-header.scroll-on .navbar-brand img {
    height: 24px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header .navigation-wrap {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

#header .navbar {
    padding: 0;
    margin-bottom: 0px;
}

#header .navbar-brand img {
    width: auto;
    display: block;

}

#header .navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

#header .navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

#header .navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: absolute;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
    top: -40px;
    right: 0px;
}

#header .navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

#header .navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

/*#header .nav-item:hover .nav-link{
  color: #ffffff !important;
    border-bottom: 2px solid  #68076f;
    border-width: 100%;

}*/
#header .nav-item.active .nav-link {
    color: #ffffff !important;
}

#header .nav-link {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    transition: all 200ms linear;
    font-size: calc((100vw - 5em) / 90);
    font-weight: normal;
    position: relative;
    padding: 10px 14px !important;
    display: inline-block;
    border-bottom: 2px solid transparent;

}

/*
#header .nav-link::before {
    position: absolute;
    left: 0%;
    content: '';
    height: 4px;
    background: #68076f;
    transition: all 0.2s linear;
    width: 0;
    bottom: 0;
}

#header .nav-link:hover::before {
    width: 100%;
}*/

#header .nav-link i {
    font-size: 20px;
}


#header .nav-item {
    position: relative;
    transition: all 200ms linear;
}

#header .nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
    width: 100%;
}

#header .nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

#header .dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 15px;
    font-family: 'Aileron';
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

#header .dropdown-toggle::after {
    display: none;
}

#header .dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}

#header .dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: #000000;
}

.nav-contact-btn {
    background-color: #fff;
    color: #2d61fe !important;
    margin-left: 22px;
    border-radius: 6px;
}

.nav-contact-btn:hover {
    background-color: #151515;
    color: #fff !important;
}


/*=== side cart css===*/


.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 30;;

}


/*-- ======= Nav bar css ======= */

/*-- ======= top categories css ======= */
.top-categories-section {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.topcategory-item {
    margin-top: 28px;
}

#topcategory-slider .owl-prev {
    position: absolute;
    left: 0px;
    top: 50%;
}

#topcategory-slider .owl-prev:focus{
    outline: none;
}

#topcategory-slider .owl-next:focus{
    outline: none;
}

#topcategory-slider .owl-next {
    position: absolute;
    right: 0px;
    top: 50%;
}

#topcategory-slider-1 .owl-prev {
    position: absolute;
    left: 0px;
    top: 50%;
}

#topcategory-slider-1 .owl-prev:focus{
    outline: none;
}

#topcategory-slider-1 .owl-next:focus{
    outline: none;
}

#topcategory-slider-1 .owl-next {
    position: absolute;
    right: 0px;
    top: 50%;
}
.heading-block {
    display: flex;
    flex-direction: column;
}

.heading-left-info {
    width: calc(100% - 150px)
}

.page-heading {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: calc((100vw - 5em) / 35);
    color: #000;
    font-weight: 500;
    position: relative;
}

.page-heading:after {
    content: "";
    width: 180px;
    height: 34px;
    background-image: url(../images/beat-line.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 108%;
}

.page-heading-2 {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: calc((100vw - 5em) / 35);
    color: #000;
    font-weight: 500;
    position: relative;
}

.page-heading-2:after {
    content: "";
    width: 180px;
    height: 34px;
    background-image: url(../images/beat-line.png);
    position: absolute;
    left: 0;
    top: 108%;
}

.category-icon {
    width: 135px;
    height: 135px;
    background-color: #023047;
    border-radius: 50%;
    margin: 0px auto;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 12px;
}

.fitlife-icon {
    padding-top: 18px;
}

.categories-list {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.categoris-item {
    text-align: center;
    width: 16.66%;
}

.categoris-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: calc((100vw - 5em) / 80);
    margin-top: 18px;
    color: #000;
}

/*-- ======= top categories css ======= */


/*-- ======= home banner css======= */

.home-banner {
    position: relative;
}

.home-banner img {
    width: 100%;
}

/*-- ======= end of home banner css ======= */
.new-on-portal {
    padding-top: 50px;
    padding-bottom: 0px;
}

.see-more-btn {
    text-align: right;
}

.see-more-btn a {
    border: 2px solid #023047;
    padding: 6px 20px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    color: black;
    line-height: normal;
    font-size: calc((100vw - 5em) / 88);
    display: inline-block;
    font-weight: 500;
}

.see-more-btn a:hover {
    background-color: #023047;
    color: #fff;
}

.home-portal-video img {
    width: 100%;
}

.infographic-block {
    margin-top: 34px;
}

.infographic-block img {
    width: 100%;
}

.home-portal-video {
    margin-top: 34px;
}

.video_title {
    font-family: 'Montserrat', sans-serif;
    font-size: calc((100vw - 5em) / 80);
    margin-top: 18px;
    text-align: center;
    font-weight: 600;
    color: #242323;
}

/* recomeded video section */

.recommended-section {
    padding-top: 50px;
    padding-bottom: 0px;
}


/* news and artcles */

.news-section {
    padding-top: 50px;
    padding-bottom: 0px;
}

/*infographic-section */

.infographic-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-infogrphic {
    margin-top: 40px;
}

.home-infogrphic img {
    width: 100%;
}


/*healthy habbits-section */

.mindfull-eating-section {
    padding-top: 30px;
}

.new-on-portal .home-portal-video {
    margin-top: 24px;
}

.mindfull-eating-section .page-heading-2:after {
    display: none;
}

.breadcrum-section .breadcrumb {
    background-color: #fff;
    border-bottom: 2px solid #cecece;
    border-radius: 0px;
    padding: 1.3rem 0rem;
    margin-bottom: 0px;
}

.breadcrum-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

.breadcrum-section .breadcrumb .breadcrumb-item a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: calc((100vw - 5em) / 90);
    font-weight: 500;
}

.breadcrum-section .breadcrumb .breadcrumb-item {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: calc((100vw - 5em) / 90);
    font-weight: 500;
}

.breadcrum-section .breadcrumb .breadcrumb-item .fa-caret-right {
    color: #023047;
}

.breadcrum-section .breadcrumb .breadcrumb-item.active {
    color: #4a6605;
    font-family: 'Montserrat', sans-serif;
    font-size: calc((100vw - 5em) / 90);
    font-weight: 500;
}

.nutrition-section .page-heading-2:after {
    display: none;
}

.nutrition-section .home-portal-video {
    margin-top: 24px;
}

.healthy-habits-sec {
    padding-bottom: 50px;
}


/*video page css*/

.full-video-section {
    position: relative;
}

.full-video-section img {
    width: 100%;
}

.full-video-block {
    position: relative;
}

.full-video-title {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #d9d9d9;
}

.full-video-title h2 {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: calc((100vw - 5em) / 40);
    color: #000;
    font-weight: 500;
}

.more-like-video-sec {
    padding-top: 50px;
    padding-bottom: 50px
}

.page-heading-normal {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: calc((100vw - 5em) / 35);
    color: #000;
    font-weight: 500;
    position: relative;
}

/*News and articles page css*/


.article-detail-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.dropdown-btn {
    width: 180px;
    margin-top: 24px;
    background-color: #023047;
    color: #000;
    padding: 6px 14px;
    border-radius: 7px;
    position: relative;
}

.dropdown-btn a {
    display: block;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: calc((100vw - 5em) / 110);
    font-weight: 500;
}


.dropdown-btn .fa {
    float: right;
    position: absolute;
    right: 8px;
    top: 12px;
}

/*List*/

.dropdown-list-item {
    padding-top: 6px;
    max-width: 300px;
}

.dropdown-list-item ul {
    display: none;
    padding-left: 5px;
    position: relative;
    background-color: #fff;
    z-index: 1;
    margin-bottom: 0px;
    padding-right: 5px;
}

.dropdown-list-item ul li {
    list-style: none;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: calc((100vw - 5em) / 110);
    font-weight: 500;
}

.dropdown-list-item ul li a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: calc((100vw - 5em) / 110);
    font-weight: 500;
}


.footer-section {
    background-color: #023047;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-heading {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: calc((100vw - 5em) / 50);
    color: #fff;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
}


.footer-address {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: calc((100vw - 5em) / 100);
    line-height: 26px;
    display: flex;
    margin-top: 10px;
}

.footer-useful-links ul {
    padding-left: 10px;
}

.footer-useful-links ul li {
    margin-top: 10px;
}

.footer-useful-links ul li a {
    color: #023047;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: calc((100vw - 5em) / 100);
    line-height: normal;
}


.uf-links {
    padding-left: 5vw;
}

.footer-bottom {
    background-color: #023057;
    padding: 15px 0px;
}

.footer-copy-right {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: calc((100vw - 5em) / 115);
    line-height: normal;
    margin-bottom: 0px;
    padding-top: 10px;
}

.footer-social {
    text-align: right;
}

.footer-social a {
    background-color: transparent;
    padding: 6px 8px;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    margin-top: 0px;
    border: 1px solid #fff;
    margin-left: 8px;
}

.footer-social a:hover {
    background-color: #023047;
    color: #fff;
}

.footer-social a:first-child {
    margin-left: 0px;
}

svg:not(:root) {
    overflow: visible !important;
}


