@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Noto+Serif+Vithkuqi:wght@500&display=swap");

.txt_rows {
  text-align: center;
}

.txt_rows h2 {
  font-weight: 600;
}

.rich-text__heading {
  margin-top: 50px !important;
  font-family: "Raleway", sans-serif;
}
/* BEGIN DOUBLE COLUMN ###################### */
.double_col_semaphore {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.rich-txt-para {
  font-family: "Poppins", sans-serif !important;
}

.double_col .left_inner_double_column_container h3 {
  font-size: 2.5em;
  width: 50%;
  font-weight: 500;
  margin: 0.25em 0 0 0;
}
.image-with-text__heading {
  font-family: "Raleway", sans-serif !important;
}

.card-information__top {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
}
.card-information__text h4 {
  font-family: "Poppins", sans-serif !important;
}
.price {
  font-family: "Poppins", sans-serif !important;
}

.card-information .card-information__wrapper {
  font-family: "Poppins", sans-serif !important;
}

.tab-collage__item p {
  font-family: "Poppins", sans-serif !important;
}
.skincare_p {
  font-family: "Poppins", sans-serif !important;
}

.far.fa-play-circle.arrow-right p {
  font-size: 2.2rem;
  color: white;
  display: inline;
}

.txt_row img {
  width: 100%;
  height: auto;
  max-width: 225px;
}

.double_col_overwrap {
  position: relative;
}

.double_col {
  position: relative;
  padding-bottom: 50% !important;
}

.double_col > div {
  width: 100%;
  height: 100% !important;
}

.left_inner_double_column_container {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("https://beyond.codingrig.com/assets/uploads/j-min.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 35% center;

  border-radius: 35px;

  border-right: 5px solid white;

  /* the width transiton is on the fade l to r in */
}

.left_inner_double_column_container:hover {
  /* comment to use the js method */
  width: 100%;
  background-position: 100% center;
}

.right_inner_double_column_container {
  position: absolute;
  top: 0;
  right: 0;
  /* background-image: url("https://beyond.codingrig.com/assets/uploads/igo_bkg_wide_v31.png"); */
  background-image: url("assets/banner-3.jpg");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  /* border-radius: 35px; */
  border-left: 5px solid white;
}

/* .right_inner_double_column_container:hover {
  width: 100%;
} */

.inner_double_column {
  padding: 60px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* max-width: 85%; */

  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  flex-direction: column;
  /* transition: max-width 0.25s; */
}

.right_inner_double_column_container .inner_double_column {
  right: 0;
  /* text-align: right; */
}

.left_inner_double_column_container:hover .inner_double_column {
  /* comment to use the js method */
  max-width: 65%;
}

/* ###### double column text styles ###### */

.double_col h3 {
  font-size: 2.5em;
  font-weight: 500;
  /* to make sure the right aligned stays right */
  margin: 0.25em 0 0 0;
}

.double_col h3 sup {
  font-size: 0.35em;
}

.double_col p {
  font-size: 1.5em;
  /* to make sure the right aligned stays right */
  margin: 0.5em 0 0 0;
  color: #3d8207;
}

.double_col a {
  display: inline-block;
  font-size: 1.125em;
  margin-top: 1.5em;
  text-decoration: none;
}

.left_inner_double_column_container {
  color: white;
}

.left_inner_double_column_container a {
  color: #000;
}

.left_inner_double_column_container a span {
  border-color: white;
}

/*
.left_inner_double_column_container a:hover {
	border-bottom:1px solid white;
	color:white;
}
*/

fade_up_in {
  position: relative;
}

.fade_up_in .anim_div {
  position: relative;
  top: 0;
  opacity: 1;
  /* transition: opacity 1.25s, top 1.25s; */
}

.fade_up_in_hidden .anim_div {
  top: 100px;
  opacity: 0;
  transition: none;
}

.fade_l_to_r_in {
  left: 0;
  /* opacity: 1; */
  /* include the width transition for the hover, which is not related to the l to r fade. toggle comments to use JS method */
  /* transition: opacity 1.25s, left 1.25s, width 0.25s, background-position 0.25s; */

  /*transition:opacity 1.25s, left 1.25s;*/
}

.fade_l_to_r_in_hidden {
  /* left: -500px; */
  opacity: 0;
  transition: none;
}

/* .fade_r_to_l_in {
  right: 0;
  opacity: 1;
  transition: opacity 1.25s, right 1.25s, width 0.25s, background-position 0.25s;
} */

.fade_r_to_l_in_hidden {
  right: -500px;
  opacity: 0;
  transition: none;
}

/* .right_inner_double_column_container a {
  color: black;
} */
/* 
.right_inner_double_column_container a:hover {
  color: black;
} */

/* ###### vid containers ###### */

.vid_thumbs_row {
  display: flex;

  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;

  flex-flow: row nowrap;
}

/* .right_inner_double_column_container .vid_thumbs_row {
  justify-content: flex-end;
} */

.vid_thumbs_row > a {
  flex: 0 0 150px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  transition: height 0.25s, flex 0.25s;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0;
  margin-bottom: 0;
  transition: transform 0.25s;
}

.vid_thumbs_row > a:hover {
  transform: scale(1.075);
}

.vid_thumbs_row > a:not(:first-child):not(:last-child) {
  margin-left: 10px;
  margin-right: 10px;
}

.arrow-right {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  font-size: 1em;
  color: white;
}

.arrow-right:hover {
  opacity: 0;
}

.home-demo .item {
  background: #ff3f4d;
}

.mt-5 {
  margin-top: 4rem !important;
}

.item img {
  height: 100%;
  max-height: 800px;
  object-fit: cover;
  object-position: center;
}

.home-demo h2 {
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}

.vid_hero_wrap {
  /*padding:56.25% 0 0 0;*/
  padding: 56.25% 0 0 0;
  position: relative;
  max-width: 1920px;
}

.vid_overlay {
  /* holds the controls */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 20px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.35);
}

.vid_overlay_controls {
  text-align: right;
  color: white;
  font-size: 1.5em;
}

#hero_vid_control,
#hero_audio_control {
  cursor: pointer;
  opacity: 0.5;
}

#hero_vid_control:hover,
#hero_audio_control:hover {
  opacity: 1;
}

.sub_hero_bar {
  height: 150px;
  background-color: #0e92cf;
}

.center_content {
  text-align: center;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.gen_padding {
  padding: 0 20px;
}

.gen_width {
  /* max-width: 1360px; */
  margin-left: auto;
  margin-right: auto;
}

.small_width {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.gen_content h2 {
  font-size: 3.125em;
}

.gen_content h2 sup {
  font-size: 0.45em;
}

@media screen and (max-width: 600px) {
  .tab-collage__desc :last-child:is(.button) {
    margin-bottom: 2rem;
  }
}

@media all and (max-width: 1225px) {
  .double_col p {
    font-size: 1.25em;
  }

  .double_col h3 {
    font-size: 2em;
  }

  /* .inner_double_column {
    padding: 40px;
  } */

  .double_col a {
    margin-top: 0.75em;
  }
}

@media all and (max-width: 1100px) {
  .three_col > div p {
    font-size: 1.5em;
  }
}

@media all and (max-width: 1010px) {
  .double_col p {
    font-size: 1em;
  }

  .double_col h3 {
    font-size: 1.5em;
  }

  .vid_thumbs_row > a {
    flex: 0 0 75px;
    height: 75px;
  }

  /* .inner_double_column {
    padding: 20px;
  } */

  .single_bar_split_inner_left {
    padding: 20px 20px;
  }
}

@media all and (max-width: 950px) {
  .single_bar_single_inner p {
    font-size: 2em;
  }
}

@media all and (max-width: 900px) {
  ul.top_nav li:last-child a {
    /* login button */
    padding: 6px 20px;
  }

  .single_bar_split_inner_left {
    width: 100%;
  }
}

@media all and (max-width: 825px) {
  .gen_content h2 {
    font-size: 2.125em;
  }
}

@media all and (max-width: 800px) {
  /* mobile snap */

  .sub_hero_bar {
    display: none;
  }

  .burger_set {
    display: flex;
  }

  .top_nav_wrap {
    display: none;
  }

  /* 
	body {
			margin-top:54px;
	} */

  .top_nav_wrap,
  .top_nav_wrap.compressed {
    background-color: #0e92cf;
    -webkit-box-shadow: 0px -2px 6px 5px rgba(0, 0, 0, 0.65);
    box-shadow: 0px -2px 6px 5px rgba(0, 0, 0, 0.65);
    padding-top: 0;
    padding-bottom: 0;
  }

  .top_nav_wrap {
    top: 40px;
  }

  ul.top_nav li:not(:first-child) {
    flex: 0 0 auto;
    margin-left: 0;
  }

  ul.top_nav {
    flex-direction: column;
  }

  ul.top_nav li:first-child {
    /* header logo in the li nav */
    display: none;
  }

  .top_nav_wrap.compressed .header_logo {
    display: none;
  }

  ul.top_nav li {
    text-align: center;
    width: 100%;
    padding: 20px 20px;
    font-size: 1.52em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  ul.top_nav li:last-child {
    border-bottom: none;
  }

  /* END MOBILE SNAP */
  .single_bar_split_inner,
  .single_bar_split_inner_left {
    font-size: 2em;
  }

  .three_col > div p {
    font-size: 1.25em;
  }
}

@media all and (max-width: 970px) {
  .footer_awards img {
    max-width: 100px;
    margin: 15px 10px 0 10px;
  }
}

@media all and (max-width: 775px) {
  .double_col {
    padding-bottom: 70%;
  }

  .left_inner_double_column_container {
    background-position: 50%;
  }

  /* .left_inner_double_column_container:hover {
    width: 62%;
    background-position: 50% center;
  }

  .right_inner_double_column_container {
    background-position: right 50% center;
  }

  .right_inner_double_column_container:hover {
    width: 62%;
    background-position: right 50% center;
  } */

  .foot_nav li {
    display: block;
  }
}

@media all and (max-width: 700px) {
  footer > div {
    flex-direction: column;
  }

  footer > div > div:first-child {
    flex: 1 1 100%;
    width: 100%;
  }

  footer > div > div:nth-child(2) {
    flex: 1 1 100%;
    width: 100%;
    padding-top: 30px;
  }

  footer > div > div:last-child {
    flex: 1 1 100%;
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
}

@media all and (max-width: 660px) {
  .three_col {
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    align-content: stretch;
  }

  .three_col > div {
    flex: 0 0 100%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .single_bar_single_inner p {
    font-size: 1.5em;
  }

  .big_top_marge {
    margin-top: 80px;
  }

  .small_top_marge {
    margin-top: 25px;
  }
}

/* @media all and (max-width: 650px) {
  .double_col {
    padding-bottom: 85%;
  }

  .left_inner_double_column_container {
    background-position: -260px;
  }

  .right_inner_double_column_container {
    background-position: right 58% center;
  }
} */

@media all and (max-width: 600px) {
  .flexbox_container {
    justify-content: center !important;
  }

  .rich-text__heading {
    font-size: 30px !important;
  }

  .banner__heading {
    font-size: 24px !important;
  }

  .double_col_semaphore {
    display: block;
  }

  .double_col {
    padding-bottom: 0;
  }

  .double_col > div {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: top center;
    /* background-repeat: no-repeat !important; */
  }

  .left_inner_double_column_container {
    position: relative !important;
    top: auto;
    left: auto;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;

    background-position: right center;
  }

  .right_inner_double_column_container {
    position: relative !important;
    top: auto;
    right: auto;
    margin-top: 30px;
  }

  .inner_double_column {
    position: relative;
    /* max-width: 60%; */
  }

  /* .right_inner_double_column_container .inner_double_column {
    max-width: 100%;
  } */

  /* disable the double col animations */

  .left_inner_double_column_container:hover {
    width: inherit;
    background-position: inherit;
  }

  /* .right_inner_double_column_container:hover {
    width: inherit;
    background-position: inherit;
  } */
}

@media all and (max-width: 500px) {
  .left_inner_double_column_container {
    background-size: cover;
    background-position: right -100px center;
  }
}

@media all and (max-width: 575px) {
  .gen_content h2 {
    font-size: 1.5em;
  }
}

@media all and (max-width: 550px) {
  .single_bar_split_inner,
  .single_bar_split_inner_left {
    font-size: 1.5em;
  }
}

@media all and (max-width: 500px) {
  .single_bar_split {
    padding-bottom: 50%;
    background-position: -100px center;
  }

  .single_bar_single {
    background-size: cover;
    padding-bottom: 50%;
  }
}

@media all and (max-width: 450px) {
  .single_bar_split_inner {
    font-size: 1.25em;
  }

  .single_bar_split_inner > div:first-child {
    flex: 0 0 65%;
  }

  .vid_grid > a {
    flex: 0 0 33%;
  }
}

/* @media all and (max-width: 400px) {
  .left_inner_double_column_container {
    background-position: right -160px center;
  }

  .right_inner_double_column_container {
    background-position: -130px center;
  }
} */

@media all and (max-width: 350px) {
  .vid_grid > a {
    flex: 0 0 50%;
  }
}

.font-Courgette {
  font-family: "Poppins", sans-serif;
}

#shopify-section-template--14398957748273__5c3b2d08-d3e3-41c6-8486-bbc291a01d81 {
  --section-padding-top: 0px;
  --section-padding-bottom: 36px;
  --image-ratio-percent: 62.5%;
  --image-height: 600px;
  --color-overlay-opacity: 0;
  --color-overlay: 255, 255, 255;
}

@media screen and (max-width: 749px) {
  #shopify-section-template--14398957748273__5c3b2d08-d3e3-41c6-8486-bbc291a01d81 {
    --image-ratio-percent: 129.16666666666666%;
  }
}

@media screen and (min-width: 750px) {
  #shopify-section-template--14398957748273__5c3b2d08-d3e3-41c6-8486-bbc291a01d81 {
    --image-height: adapt_first;
    --color-background: 255, 255, 255;
    --color-foreground: 26, 27, 24;
    --color-link: var(--color-foreground);
    --color-border: var(--color-foreground);
    --color-heading: var(--color-foreground);
    --color-button-background: 26, 27, 24;
    --color-button-text: 255, 255, 255;
    --color-button-border: var(--color-button-background);
    --color-shadow: var(--color-foreground);
    --shadow-opacity: 0.3;
  }

  #shopify-section-template--14398957748273__5c3b2d08-d3e3-41c6-8486-bbc291a01d81
    .flickity-button {
    --color-button-text: 255, 255, 255;
    --color-button-background: 26, 27, 24;
    --color-button-border: var(--color-button-background);
  }

  #shopify-section-template--14398957748273__5c3b2d08-d3e3-41c6-8486-bbc291a01d81
    .slideshow--legacy[data-autorotate="true"]
    .flickity-page-dots
    .flickity-page-dot::before {
    animation-duration: 5s;
  }
}

.flexbox_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  text-align: center;
  margin-top: 40px;
}

.images {
  width: 250px;
  height: 250px;
  border-radius: 20px;
  margin-bottom: 50px;
  transition: 0.5s ease;
  box-shadow: -1px 0px 7px -1px #9d9d9d;
  cursor: pointer;
}

.passiveimage {
  z-index: -2;
  transform: scale(0.95);
  filter: grayscale(100%) blur(3px);
  -webkit-filter: grayscale(100%) blur(3px);
  -moz-filter: grayscale(100%) blur(3px);
  -o-filter: grayscale(100%) blur(3px);
  -ms-filter: grayscale(100%) blur(3px);
}

.images:hover {
  /* transition: .5s ease; */
  transform: scale(1.3);
  box-shadow: 3px 3px 15px #333;
}

.main-slider {
  position: relative;
  column-gap: 3rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .main-slider {
    display: flex;
    padding-inline: 0;
  }
}

.main-slider .content {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 3em;
}

@media screen and (min-width: 960px) {
  .main-slider .content {
    width: 40%;
    padding-left: 5em;
    margin-bottom: 0;
  }
}

.main-slider h2 {
  letter-spacing: 0.8px;
  font-weight: 700;
  /* font-size: 2.8rem; */
  line-height: 1.2;
}

.main-slider p {
  font-size: 1rem;
  line-height: 1.8;
  margin-inline: auto;
  margin-top: 10px;
}

.main-slider .counter {
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 2.5em 0 2em 0;
  gap: 2em;
}

.main-slider .counter i {
  margin-right: 10px;
}

.main-slider .counter span {
  display: block;
  text-transform: capitalize;
  font-size: 0.8rem;
  color: #c1c1c1;
  margin-top: 3px;
}

.main-slider .btn {
  background-color: #d51a6d;
  border: none;
  color: white;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  border-radius: 4px;
  transition: 0.3s ease-in;
}

.main-slider .btn i {
  margin-left: 15px;
}

.main-slider .btn:hover {
  background-color: #ae0a53;
}

.main-slider .swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  right: 0px;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .main-slider .swiper-container {
    width: 100%;
  }
}

.main-slider .swiper {
  position: relative;
  width: 100%;
  z-index: 2;
}

.main-slider .swiper-slide {
  width: 10rem;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  position: relative;
  border-radius: 12px;
  box-shadow: -1px 5px 15px #000 1f;
  text-align: center;
  opacity: 0.4;
  transition: opacity 0.4s ease-in;
}

.main-slider .swiper-slide span {
  display: inline-block;
  background: #9926e1;
  border-radius: 0 50px 50px 0;
  text-transform: capitalize;
  padding: 12px 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
  position: absolute;
  top: 2em;
  left: 0;
  color: #fff;
}

.main-slider .swiper-slide h3 {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  letter-spacing: 0.8px;
  position: relative;
  word-wrap: break-word;
}

@media screen and (min-width: 800px) {
  .main-slider .swiper-slide h3 {
    font-size: 3.2rem;
  }
}

.main-slider .swiper-slide p {
  color: #fff;
  line-height: 1.6;
  font-size: 0.8rem;
}

/* .main-slider .swiper-slide .slide-content {
  position: absolute;
  top: 50%!important;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -10px);
  width: 80%!important;
} */

.main-slider .slide-content h3 {
  font-family: "Courgette", cursive;
  font-weight: 300;
}
.main-slider .swiper-slide-active {
  display: grid;
  opacity: 1;
}

.main-slider .swiper-pagination {
  position: relative;
  bottom: -0.313rem;
  text-align: center;
  margin-top: 35px;
  width: auto;
}

.main-slider .swiper-pagination-bullet {
  border-radius: 0;
  width: 1.5rem;
  height: 0.25rem;
  background: #4a4545;
}

.main-slider .swiper-pagination-bullet-active {
  background: black;
}

.main-slider .circle {
  position: absolute;
  bottom: -5em;
  left: -8em;
  width: clamp(150px, 40vw, 400px);
  height: clamp(150px, 40vw, 400px);
  background: black;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.7;
}

/* carousel_update */

.carousel {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.carousel:hover .controls {
  opacity: 1;
}

.controls {
  opacity: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  justify-content: space-between;
  width: 100%;
  z-index: 99999;
  transition: all ease 0.5s;
}

.control {
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: .5;
  transition: ease .3s;
  cursor: pointer;
}

.control:hover {
  opacity: 1;
}

.slides {
  position: relative;
  width: 100%; 
  display: flex;
  transition: 1s ease-in-out all;
}

.slide {
  position: relative;
  min-width: 100%;
  height: 100%;
}

.slide-img {
  width: 100%; 
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: start;
   padding: 51px; 
  width: 100%;
}

.text h1 {
  font-size: 24px; 
  color: #fff; 
}

.slider-content-{
  display: flex;
  justify-content: center;
  align-items: center;
}

.txt_row p{
  text-align: start!important;
  font-size: 52px;
  color: #000000!important;
  font-weight: 900!important;
  margin-left: 5px;
}

.slide-2 .txt_row p{
  display: none!important;
}

@media only screen and (max-width: 768px) {

  .wrapper {
    display: none;
  }

  .mb-magebird-7{
    display: none;
  }

}
