@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

* a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

a:hover,
a:focus {
  outline: none;
}

p {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

body.no-scroll {
  overflow: hidden;
}

.container {
  position: relative;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}
.gradient-btn {
  font-family: "Mulish", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  max-width: 100%;
  padding: 15px 0;
  background: rgb(52, 57, 69);
  background: linear-gradient(90deg, rgb(52, 57, 69) 0%, rgb(65, 69, 81) 50%, rgb(214, 202, 174) 100%);
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}
.gradient-btn span {
  position: relative;
  font-weight: 700;
  font-style: normal;
  color: #343945;
  z-index: 2;
}
.gradient-btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: rgb(52, 57, 69);
  background: linear-gradient(90deg, rgb(52, 57, 69) 0%, rgb(65, 69, 81) 50%, rgb(214, 202, 174) 100%);
  border-radius: inherit;
}
.gradient-btn::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #D6CAAE;
  z-index: 1;
  border-radius: 9px;
  transition: all 0.3s ease-out;
}
.gradient-btn:hover::after {
  background-color: #F7F4EF;
}

.pulse {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-right: 35px;
  background-color: #343945;
  border-radius: 50%;
  animation: animate-pulse 3s linear infinite;
}
.pulse img {
  width: 16px;
  height: 20px;
  margin-right: -5px;
}

form {
  display: flex;
  flex-direction: column;
  width: 485px;
  max-width: 100%;
}
form input {
  font-family: "Mulish", sans-serif;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  background-color: #54565A;
  border: 0;
  border-radius: 10px;
}
form input:focus {
  outline: none;
}
form input::-moz-placeholder {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}
form input::placeholder {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}
.wpcf7 form.sent .wpcf7-response-output {
  margin: 0;
  margin-top: 15px;
  padding: 15px;
  color: #fff;
  border: 1px solid;
  border-color: #d6caae;
  border-radius: 10px;
  text-align: center;
}

.wpcf7 .wpcf7-form.failed .wpcf7-response-output {
  margin: 0;
  margin-top: 15px;
  padding: 15px;
  color: #fff;
  border: 1px solid;
  border-color: #d6caae;
  border-radius: 10px;
  text-align: center;
}
.mc4wp-response .mc4wp-alert {
  margin: 0;
  margin-top: 15px;
  padding: 15px;
  color: #fff;
  border: 1px solid;
  border-color: #d6caae;
  border-radius: 10px;
  text-align: center;
}

.whoisyoga-bottom__carousel.slick-slider .slick-prev,
.whoisyoga-bottom__carousel.slick-slider .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 35%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  opacity: 1;
  z-index: 2;
}
.whoisyoga-bottom__carousel.slick-slider .slick-prev::before,
.whoisyoga-bottom__carousel.slick-slider .slick-next::before {
  display: none;
}

.whoisyoga-bottom__carousel.slick-slider .slick-prev {
  left: -55px;
  background-color: #95969A;
  background-image: url(../img/carousel-arrow-prev.svg);
  background-position: 13px;
  background-size: 15px;
  background-repeat: no-repeat;
}
.whoisyoga-bottom__carousel.slick-slider .slick-prev:hover {
  background-color: #343945;
}

.whoisyoga-bottom__carousel.slick-slider .slick-next {
  right: -55px;
  background-color: #343945;
  background-image: url(../img/carousel-arrow-next.svg);
  background-position: 18px;
  background-size: 15px;
  background-repeat: no-repeat;
}
.whoisyoga-bottom__carousel.slick-slider .slick-next:hover {
  background-color: #343945;
}

.overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(100vh - 85px);
  margin-top: 85px;
  padding: 50px 0;
  background-color: #343945;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.overlay .container {
  height: 100%;
}
.overlay .row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.overlay-nav ul {
  display: flex;
  flex-direction: column;
}
.overlay-nav ul li {
  margin-bottom: 25px;
}
.overlay-nav ul li:last-child {
  margin-bottom: 0;
}
.overlay-nav ul li a {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.overlay-nav ul li a:hover {
  color: #D6CAAE;
}
.overlay-social ul {
  display: flex;
  align-items: center;
}
.overlay-social ul li:last-child {
  margin-right: 0;
}
.overlay-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 13px;
  background-color: #aaa;
  border-radius: 5px;
}
.overlay-social ul li a img {
  width: 18px;
}
.overlay-social ul li a:hover {
  background-color: #D6CAAE;
}
.overlay.show {
  opacity: 1;
  visibility: visible;
}

.header {
  position: relative;
  padding: 20px 0;
  background-color: #343945;
  border-bottom: 0.5px solid #FFF;
  z-index: 15;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-navigation ul {
  display: flex;
  align-items: center;
}
.header-navigation ul li {
  margin-right: 50px;
}
.header-navigation ul li:last-child {
  margin-right: 0;
}
.header-navigation ul li a {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-navigation ul li a:hover {
  color: #D6CAAE;
}
.header-additional__socials ul {
  display: flex;
  align-items: center;
}
.header-additional__socials ul li:last-child {
  margin-right: 0;
}
.header-additional__socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 13px;
  background-color: #aaa;
  border-radius: 5px;
}
.header-additional__socials ul li a img {
  width: 18px;
}
.header-additional__socials ul li a:hover {
  background-color: #D6CAAE;
}
.header-additional__hamburger {
  position: relative;
  display: none;
  width: 25px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  z-index: 10;
}
.header-additional__hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFF;
  right: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-out;
  border-radius: 5px;
  opacity: 1;
  z-index: 3;
}
.header-additional__hamburger span:nth-of-type(1) {
  top: 0px;
}
.header-additional__hamburger span:nth-of-type(2) {
  top: 7px;
}
.header-additional__hamburger span:nth-of-type(3) {
  top: 14px;
}
.header-additional__hamburger.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s ease-in-out;
}
.header-additional__hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.header-additional__hamburger.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease-in-out;
}

.hero {
  position: relative;
  background-color: #343945;
}
.hero-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 130px 0 180px 0;
}
.hero-heading h1 {
  margin: 0;
  margin-bottom: 50px;
  color: #FFF;
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 60px;
  text-transform: capitalize;
}
.hero-heading p {
	color: #FFF;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}
.hero-left {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 460px;
  height: 415px;
}
.hero-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.benefit {
  position: relative;
  padding: 100px 0;
}
.benefit h2 {
  margin: 0;
  margin-bottom: 80px;
  color: #343945;
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 50px;
  text-transform: capitalize;
  text-align: center;
}
.benefit-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 150px;
}
.benefit-description p {
  width: 620px;
  max-width: 100%;
  color: #343945;
  font-size: 30px;
  font-weight: 700;
}
.benefit-description__youtube {
  display: flex;
  align-items: center;
  color: #343945;
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 40px;
  text-transform: capitalize;
}
.benefit-description__youtube i.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 35px;
}
.benefit-description__youtube i.icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.steps {
  position: relative;
  padding: 100px 0;
  background-color: #343945;
  overflow: hidden;
}
.steps h2 {
  margin: 0;
  color: #FFF;
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 50px;
  text-transform: capitalize;
  text-align: center;
}
.steps-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.steps-list__item {
  flex: 0 0 auto;
  width: 310px;
  max-width: 100%;
}
.steps-list__item i.icon {
  display: flex;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
}
.steps-list__item i.icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.steps-list__item .strong {
  display: block;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
}
.steps-list__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.about {
  position: relative;
  padding: 100px 100px;
  overflow: hidden;
}
.about-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-image {
  position: relative;
  width: 375px;
  max-width: 100%;
  height: 375px;
  margin-right: 130px;
}
.about-image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.about-image::after {
  content: "";
  display: block;
  width: 290px;
  height: 290px;
  background-image: url(../img/about-image-blur.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 50%;
  filter: blur(40px);
}
.about-description {
  width: 620px;
  max-width: 100%;
}
.about-description h2 {
  margin: 0;
  color: #343945;
  margin-bottom: 30px;
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 50px;
  text-transform: capitalize;
}
.about-description p {
  margin-bottom: 20px;
  color: #343945;
  font-size: 20px;
  font-weight: 700;
}
.about-description p:last-child {
  margin-bottom: 0;
}

.whoisyoga {
  position: relative;
  padding: 100px 0;
  background-color: #F7F4EF;
  overflow: hidden;
}
.whoisyoga h2 {
  margin: 0;
  color: #343945;
  margin-bottom: 10px;
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 50px;
  text-transform: capitalize;
}
.whoisyoga-top {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #343945;
}
.whoisyoga-top .row {
  display: flex;
  align-items: flex-end;
}
.whoisyoga-top .row > p {
  margin: 0;
  width: 260px;
  max-width: 100%;
  color: #343945;
  font-size: 20px;
  line-height: 120%;
}
.whoisyoga-top .row > img {
  width: 260px;
  max-width: 100%;
  height: 200px;
  margin-bottom: -35px;
  transform: rotate(-2deg);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.whoisyoga-top__btn {
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.whoisyoga-top__btn > div {
  margin-left: 50px;
}
.whoisyoga-top__btn > div .strong {
  position: relative;
  font-family: "League Gothic", sans-serif;
  display: block;
  margin-bottom: 30px;
  color: #343945;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 50px;
  text-transform: capitalize;
}
.whoisyoga-top__btn > div .strong::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  background-image: url(../img/arrow-up-right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.whoisyoga-top__btn > div .strong:hover {
  opacity: 0.7;
}
.whoisyoga-top__btn > div p {
  width: 420px;
  max-width: 100%;
  margin: 0;
  color: #343945;
  font-size: 20px;
  line-height: 120%;
}
.whoisyoga-bottom__carousel {
  margin-left: -20px;
  margin-right: -20px;
}
.whoisyoga-bottom__carousel.slick-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.whoisyoga-bottom__carousel-card {
  margin: 0 15px;
}
.whoisyoga-bottom__carousel-card .video-thumbnail {
  width: 100%;
  height: 175px;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.whoisyoga-bottom__carousel-card .video-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.whoisyoga-bottom__carousel-card .strong {
  display: block;
  margin-bottom: 10px;
  color: #343945;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
.whoisyoga-bottom__carousel-card small {
  color: #343945;
  font-size: 15px;
  font-weight: 400;
}
.whoisyoga-bottom .gradient-btn {
  margin: 0 auto;
}
.whoisyoga-bottom__carousel #sb_youtube_sbyUC3YlXMMK0jbCBm5ZgaXuw8w3 .sby_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.whoisyoga-bottom__carousel #sb_youtube_sbyUC3YlXMMK0jbCBm5ZgaXuw8w3 .sby_footer .sby_load_btn {
  font-family: "Mulish", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  max-width: 100%;
  margin: 0;
  padding: 13px 0;
  background: rgb(52, 57, 69);
  background: linear-gradient(90deg, rgb(52, 57, 69) 0%, rgb(65, 69, 81) 50%, rgb(214, 202, 174) 100%);
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}
.whoisyoga-bottom__carousel .sby_footer .sby_load_btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: rgb(52, 57, 69);
  background: linear-gradient(90deg, rgb(52, 57, 69) 0%, rgb(65, 69, 81) 50%, rgb(214, 202, 174) 100%);
  border-radius: inherit;
}
.whoisyoga-bottom__carousel .sby_footer .sby_load_btn::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #D6CAAE;
  z-index: 1;
  border-radius: 9px;
  transition: all 0.3s ease-out;
}
.whoisyoga-bottom__carousel .sby_footer .sby_load_btn:hover::after {
  background-color: #F7F4EF;
}
.whoisyoga-bottom__carousel .sby_footer .sby_load_btn span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #343945;
  z-index: 2;
}
.whoisyoga-bottom__carousel #sb_youtube_sbyUC3YlXMMK0jbCBm5ZgaXuw8w3 .sby_footer .sby_follow_btn a {
  font-family: "Mulish", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  max-width: 100%;
  margin: 0;
  padding: 13px 0;
  background: rgb(52, 57, 69);
  background: linear-gradient(90deg, rgb(52, 57, 69) 0%, rgb(65, 69, 81) 50%, rgb(214, 202, 174) 100%);
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}
.whoisyoga-bottom__carousel #sb_youtube_sbyUC3YlXMMK0jbCBm5ZgaXuw8w3 .sby_footer .sby_follow_btn a::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: rgb(52, 57, 69);
  background: linear-gradient(90deg, rgb(52, 57, 69) 0%, rgb(65, 69, 81) 50%, rgb(214, 202, 174) 100%);
  border-radius: inherit;
}
.whoisyoga-bottom__carousel #sb_youtube_sbyUC3YlXMMK0jbCBm5ZgaXuw8w3 .sby_footer .sby_follow_btn a::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #F7F4EF;
  z-index: 1;
  border-radius: 9px;
  transition: all 0.3s ease-out;
}
.whoisyoga-bottom__carousel #sb_youtube_sbyUC3YlXMMK0jbCBm5ZgaXuw8w3 .sby_footer .sby_follow_btn a:hover::after {
  background-color: #D6CAAE;
}
.whoisyoga-bottom__carousel #sb_youtube_sbyUC3YlXMMK0jbCBm5ZgaXuw8w3 .sby_footer .sby_follow_btn a svg {
  position: relative;
  z-index: 2;
}
.whoisyoga-bottom__carousel #sb_youtube_sbyUC3YlXMMK0jbCBm5ZgaXuw8w3 .sby_footer .sby_follow_btn a svg path {
  fill: #343945;
}
.whoisyoga-bottom__carousel #sb_youtube_sbyUC3YlXMMK0jbCBm5ZgaXuw8w3 .sby_footer .sby_follow_btn a span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #343945;
  z-index: 2;
}

.support {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.support h2 {
  margin: 0;
  margin-bottom: 80px;
  color: #343945;
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 50px;
  text-transform: capitalize;
  text-align: center;
}
.support .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.support-card {
  position: relative;
  width: 380px;
  max-width: 100%;
  margin: 0 15px;
  padding: 40px;
  border: 2px solid #343945;
  border-radius: 10px;
  overflow: hidden;
}
.support-card::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(214,202,174);
  background: linear-gradient(90deg, rgba(214,202,174,1) 0%, rgba(65,69,81,1) 55%, rgba(52,57,69,1) 100%);
  opacity: 0;
  transition: all .3s ease-out;
}
.support-card:hover::after {
  opacity: 0.2;
}
.support-card .strong {
  position: relative;
  display: block;
  margin-bottom: 30px;
  color: #343945;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  z-index: 2;
}
.support-card .gradient-btn {
  position: relative;
  z-index: 2;
}
.support-card .gradient-btn::after {
  background-color: #FFF;
}
.support-card .gradient-btn:hover::after {
  background-color: #F7F4EF;
}
.support p {
  width: 630px;
  max-width: 100%;
  margin: 30px auto 0;
  color: #343945;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}

.footer {
  padding-top: 70px;
  background-color: #343945;
  overflow: hidden;
}
.footer-image {
  position: absolute;
  right: 0;
  bottom: -13px;
  width: 360px;
  max-width: 100%;
  height: 360px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transform: rotate(-2deg);
  z-index: 1;
}
.footer .row {
  display: flex;
}
.footer-subscribe {
  margin-right: 100px;
}
.footer-subscribe h3 {
  margin: 0;
  margin-bottom: 30px;
  color: #FFF;
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 50px;
  text-transform: capitalize;
}
.footer-subscribe form button {
  width: 100%;
  cursor: pointer;
}
.footer-subscribe form button span {
  font-size: 14px;
}
.footer-social h3 {
  margin: 0;
  margin-bottom: 30px;
  color: #FFF;
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 50px;
  text-transform: capitalize;
}
.footer-social ul {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.footer-social ul li {
  margin-right: 30px;
}
.footer-social ul li:last-child {
  margin-right: 0;
}
.footer-social ul li a {
  cursor: pointer;
}
.footer-social ul li a:hover {
  opacity: 0.7;
}
.footer-social a.gradient-btn span {
  color: #D6CAAE;
}
.footer-social a.gradient-btn::before {
  background: rgb(52, 57, 69);
  background: linear-gradient(90deg, rgb(65, 69, 81) 0%, rgb(65, 69, 81) 50%, rgb(214, 202, 174) 100%);
}
.footer-social a.gradient-btn::after {
  background-color: #343945;
}
.footer-social a.gradient-btn:hover::after {
  background-color: #54565A;
}
.footer-navigation {
  padding: 40px 0;
}
.footer-navigation ul {
  display: flex;
  align-items: center;
}
.footer-navigation ul li {
  margin-right: 60px;
}
.footer-navigation ul li:last-child {
  margin-right: 0;
}
.footer-navigation ul li a {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
}
.footer-navigation ul li a:hover {
  color: #D6CAAE;
}
.footer-copyright {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #FFF;
  overflow: hidden;
}
.footer-copyright .row {
  justify-content: space-between;
}
.footer-copyright p {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}
.footer-copyright a {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}
.footer-copyright a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1400px) {
  .benefit-description p {
    width: 490px;
    font-size: 26px;
  }
  .whoisyoga-bottom__carousel-card .video-thumbnail {
    height: 145px;
  }
  .whoisyoga-bottom__carousel.slick-slider .slick-prev, .whoisyoga-bottom__carousel.slick-slider .slick-next {
    top: 30%;
    outline: 8px solid #f6f4ee;
  }
  .whoisyoga-bottom__carousel.slick-slider .slick-prev {
    left: -20px;
  }
  .whoisyoga-bottom__carousel.slick-slider .slick-next {
    right: -20px;
  }
  .footer-subscribe {
    margin-right: 50px;
  }
  .footer-image {
    width: 310px;
    bottom: -35px;
  }
  .footer-social ul li {
    margin-right: 20px;
  }
  .footer-navigation ul li {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-right {
    width: 320px;
    height: auto;
  }
  .hero-left {
    width: 460px;
    height: auto;
  }
  .gradient-btn {
    z-index: 3;
  }
  .benefit-description {
    padding: 0 50px;
  }
  .about-image {
    margin-right: 50px;
  }
  .about-description p {
    font-size: 18px;
  }
  .whoisyoga h2 {
    font-size: 40px;
  }
  .whoisyoga-top__btn .pulse {
    display: none;
  }
  .whoisyoga-top__btn > div {
    margin-left: 0;
  }
  .footer-social {
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 992px) {
  .header-navigation ul li {
    margin-right: 15px;
  }
  .hero-heading {
	position: relative;
    padding: 110px 0 130px 0;
	z-index: 1;
  }
  .hero-heading p {
	font-size: 18px;
  }
  .hero-right {
    width: 250px;
  }
  .hero-left {
    width: 320px;
    height: auto;
    bottom: -30px;
  }
  .benefit-description {
    padding: 0;
  }
  .benefit-description p {
    width: 370px;
    font-size: 24px;
  }
  .steps-list__item {
    width: 220px;
  }
  .steps-list__item p br {
    display: none;
  }
  .steps-list__item .strong {
    font-size: 24px;
  }
  .about {
    padding: 100px 50px;
  }
  .about-row {
    flex-direction: column;
  }
  .about-image {
    width: 325px;
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about-description h2 {
    text-align: center;
  }
  .about-description p {
    text-align: center;
  }
  .whoisyoga-bottom__carousel-card .video-thumbnail {
    height: 185px;
  }
  .whoisyoga-bottom__carousel.slick-slider .slick-prev, .whoisyoga-bottom__carousel.slick-slider .slick-next {
    top: 35%;
  }
  .whoisyoga-top__btn > div .strong {
    margin-bottom: 15px;
  }
  .whoisyoga-top__btn > div p {
    width: 100%;
    font-size: 18px;
  }
  .whoisyoga-top .row > p {
    font-size: 18px;
  }
  .whoisyoga-top .row > img {
    width: 200px;
    max-width: 100%;
    height: 200px;
    margin-bottom: -55px;
  }
  .support h2 {
    margin-bottom: 50px;
  }
  .support-card {
    width: 280px;
    padding: 30px;
  }
  .footer-subscribe h3 {
    font-size: 40px;
  }
  .footer-subscribe form {
    width: 350px;
  }
  .footer-navigation ul li {
    margin-right: 20px;
  }
  .footer-social h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .header-navigation,
  .header-additional__socials {
    display: none;
  }
  .header-additional__hamburger {
    display: flex;
  }
  .hero-heading h1 {
    margin-bottom: 30px;
    font-size: 50px;
  }
  .hero-heading {
    padding: 100px 0 50px 0;
  }
  .hero-left {
    display: none;
  }
  .hero-right {
    position: relative;
    display: block;
    width: 500px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .benefit h2 {
    margin-bottom: 50px;
  }
  .benefit-description p {
    width: 290px;
    font-size: 18px;
  }
  .benefit-description__youtube {
    font-size: 34px;
  }
  .benefit-description__youtube i.icon {
    margin-left: 20px;
  }
  .steps-list {
    margin-top: 50px;
  }
  .steps-list__item {
    width: 180px;
  }
  .steps-list__item .strong {
    font-size: 21px;
  }
  .steps-list__item p {
    font-size: 16px;
  }
  .whoisyoga-top .row {
    align-items: flex-start;
    flex-direction: column;
  }
  .whoisyoga-top .row > p {
    order: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .whoisyoga-top .row > img {
    order: 2;
    width: 250px;
    margin: 30px auto -38px;
  }
  .whoisyoga-top__btn {
    order: 1;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .whoisyoga-top__btn > div p {
    width: 100%;
  }
  .whoisyoga-top__btn .pulse {
    display: none;
  }
  .whoisyoga-top__btn > div {
    margin-left: 0;
  }
  .whoisyoga-top__btn > div .strong {
    font-size: 40px;
  }
  .whoisyoga-top__btn > div .strong::after {
    width: 25px;
    height: 25px;
    margin-left: 30px;
  }
  .whoisyoga-bottom .gradient-btn {
    width: 100%;
  }
  .whoisyoga-bottom__carousel.slick-slider .slick-prev, .whoisyoga-bottom__carousel.slick-slider .slick-next {
    top: 35%;
    outline: 8px solid #f6f4ee;
  }
  .whoisyoga-bottom__carousel-card .video-thumbnail {
    height: 190px;
  }
  .whoisyoga-bottom__carousel.slick-slider .slick-prev {
    left: 0;
  }
  .whoisyoga-bottom__carousel.slick-slider .slick-next {
    right: 0;
  }
  .support-card {
    width: 250px;
    padding: 20px;
  }
  .footer-image {
    display: none;
  }
  .footer-subscribe {
    margin-right: 30px;
  }
  .footer-subscribe form {
    width: 280px;
  }
  .footer-subscribe h3 {
    font-size: 30px;
  }
  .footer-social h3 {
    font-size: 30px;
  }
  .footer-social ul li {
    margin-right: 10px;
  }
  .footer-social ul li a img {
    width: 40px;
    height: 40px;
  }
  .footer-social .gradient-btn {
    width: 100%;
  }
  .footer .row {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 576px) {
  .header {
    padding: 15px 0;
  }
  .benefit {
    padding: 50px 0;
  }
  .benefit h2 {
    width: 280px;
    max-width: 100%;
    margin: 0 auto 30px;
    font-size: 40px;
  }
  .benefit-description {
    flex-direction: column;
    padding: 0;
  }
  .benefit-description p {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    color: #343945;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
  }
  .benefit-description__youtube {
    font-size: 30px;
  }
  .benefit-description__youtube i.icon {
    width: 25px;
    height: 25px;
  }
  .steps {
    padding: 50px 0;
  }
  .steps h2 {
    width: 230px;
    max-width: 100%;
    margin: 0 auto 50px;
    font-size: 40px;
  }
  .steps-list {
    margin: 0;
    padding: 0 30px;
  }
  .steps-list .steps-list__item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .steps-list .steps-list__item:last-child {
    margin-bottom: 0;
  }
  .steps-list__item .strong {
    font-size: 24px;
  }
  .steps-list__item p {
    font-size: 18px;
  }
  .steps-list__item p br {
    display: none;
  }
  .about {
    padding: 50px 0;
  }
  .about-row {
    flex-direction: column;
  }
  .about-image {
    width: 100%;
    max-width: 100%;
    height: 275px;
    padding: 0 30px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about-description h2 {
    font-size: 40px;
    text-align: center;
  }
  .about-description p {
    font-size: 18px;
  }
  .whoisyoga {
    padding: 50px 0;
  }
  .whoisyoga h2 {
    font-size: 40px;
  }
  [id^=sb_youtube_].sb_youtube.sby_col_3 .sby_items_wrap .sby_item {
    width: 100%;
  }
  .sby_video_thumbnail_wrap a {
    height: 300px;
  }
  .support {
    padding: 50px 0;
  }
  .support h2 {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .support-card {
    width: 320px;
    padding: 30px;
    margin: 0;
    margin-bottom: 20px;
    transition: all .3s ease-out;
  }
  .support p {
    margin: 10px auto 0;
    font-size: 18px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer .row {
    flex-direction: column;
  }
  .footer-subscribe {
    margin: 0;
    margin-bottom: 50px;
  }
  .footer-subscribe h3 {
    font-size: 40px;
	text-align: center;
  }
  .footer-social h3 {
    font-size: 40px;
	text-align: center;
  }
  .footer-social ul {
	justify-content: center;
  }
  .footer-social a.gradient-btn {
    width: 100%;
  }
  .footer-navigation {
    padding: 30px 0 0 0;
  }
  .footer-navigation ul {
    flex-wrap: wrap;
	justify-content: center;
  }
  .footer-navigation ul li {
	margin: 0 15px;
    margin-bottom: 20px;
  }
  .footer-navigation ul li:last-child {
    margin-right: 15px;
  }
  .footer-navigation ul li a {
    text-transform: uppercase;
  }
  .footer-image {
    position: relative;
    display: block;
    width: 100%;
    right: auto;
    left: 0;
    bottom: -10px;
    transform: rotate(-2deg);
  }
  .footer-copyright {
    padding: 20px 0;
  }
  .footer-copyright .row {
    align-items: center;
  }
  .footer-copyright p {
    margin-bottom: 10px;
  }
  .footer-subscribe form {
    width: 100%;
  }
}
@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(52, 57, 69, 0.7), 0 0 0 0 rgba(52, 57, 69, 0.7);
  }
  40% {
    box-shadow: 0 0 0 25px rgba(52, 57, 69, 0), 0 0 0 0 rgba(52, 57, 69, 0.7);
  }
  80% {
    box-shadow: 0 0 0 25px rgba(52, 57, 69, 0), 0 0 0 25px rgba(52, 57, 69, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(52, 57, 69, 0), 0 0 0 25px rgba(52, 57, 69, 0);
  }
}/*# sourceMappingURL=style.css.map */