@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900|Open+Sans:100,200,300,400,500,600,700,800,900&amp;subset=latin,latin-ext,cyrillic,cyrillic-ext");

@font-face {
  font-family: "luxerie";
  src: url("../fonts/Luxerie.eot?") format("eot"),
    url("../fonts/Luxerie.ttf") format("truetype");
}

@font-face {
  font-family: "Hackney";
  src: url("../fonts/Hackney.eot?") format("eot"),
    url("../fonts/Hackney.ttf") format("truetype");
}

@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-Regular.eot?") format("eot"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Sofia Sans";
  src: url("../fonts/SofiaSansCondensed-Regular.eot?") format("eot"),
    url("../fonts/SofiaSansCondensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans_10pt_Condensed-Regular.eot?") format("eot"),
    url("../fonts/NunitoSans_10pt_Condensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot?") format("eot"),
    url("../fonts/Poppins-Regular.ttf") format("truetype");
}


html {
  overflow-x: hidden;
}

body {
  color: #402d27;
  /* font-family: "montserrat"; */
  font-family: "Poppins-Regular";
  font-weight: 300;
  line-height: 27px;
  overflow: hidden;
  /* background-color: #f5f3ee !important; */
  background-color: #fff !important;
}

html,
/*body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #707070;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #573d72;
  line-height: 1.4;
  font-weight: 300;
  /* font-family: "Hackney"; */
  font-size: "Poppins-Regular";

  /* font-family: 'Roboto', sans-serif; */
  /* font-family: Arial, Helvetica, sans-serif !important; */
  margin: 0;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

p {
  line-height: 24px;
  margin: 0 !important;
  /* font-family: "montserrat"; */
  font-family: "Poppins-Regular";
  color: #402d27;
}

a {
  text-decoration: none !important;
  /* font-family: "montserrat"; */
  font-family: "Poppins-Regular";
  color: #402d27;
}

a:active,
a:hover,
a:focus {
  text-decoration: none;
}

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

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0 !important;
}

html, body, p, span, div, h1, h2, h3, h4, h5, h6, a, li, td, th, input, textarea, button {
  font-family: 'Open Sans', sans-serif !important;
}

span.child {
  /* font-family: "Hackney"; */
  font-family: "Poppins-Regular";
  display: block;
}

span.parent {
  display: block;
  overflow: hidden;
  line-height: inherit;
}

.header {
  /* border-bottom: 1px solid #514c4c; */
  /* background: #f5f3ee; */
  background: #40184c !important;
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 80px !important;
  display: flex;
  align-items: center;
}

/* .logo {
  position: relative;
  top: 0px;
} */
.logo {
  position: absolute;
  top: 15px;
}

.head {
  padding: 15px 0;
}

.menu p {
  /* font-family: "montserrat"; */
  font-family: "Poppins-Regular";
  color: #402d27;
  font-size: 16px;
  text-transform: uppercase;
}

.logo img {
  height: 85px;
}

.line {
  height: 2px;
  background: #402d27;
  width: 67px;
  margin-bottom: 7px;
  margin-top: 3px;
  margin-left: 5px;
}

.line2 {
  width: 40px;
  height: 1px;
  transition: 0.4s;
}

.contact_btn a {
  /* border: 1px solid #402d27; */
  font-family: "montserrat";
  /* color: #402d27; */
  /* padding: 18px 66px; */
  /* text-transform: uppercase; */
  letter-spacing: 0.5px;
  transition: 0.4s;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.contact_btn a::before {
  /* background: #402d27; */
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: 0;
  z-index: -1;
  /* transform: skew(10deg); */
  /* transform-origin: top left; */
  transition: 0.4s;
}

.contact_btn a:hover::before {
  width: 100%;
}

.contact_btn a:hover {
  color: #fff;
}

section.banner {
  height: 100vh;
  display: flex;
  align-items: baseline;
}

.ban_top h1 {
  font-size: 80px;
  letter-spacing: 3px;
  color: #402d27;
}

.ban_mid h1 {
  font-size: 90px !important;
  letter-spacing: 6px !important;
  line-height: 165px;
  text-shadow: 3px 2px #736590;
  color: #573d72 !important;
}

.ban_bot h1 {
  text-align: end;
}

.banner_content {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
  margin-top: 75px;
}

.banner_img img {
  height: 310px;
}

.banner_img {
  position: absolute;
  bottom: 0;
  left: 14px;
  animation: MoveUpDown2 2.5s linear infinite;
}

@keyframes MoveUpDown2 {

  0%,
  100% {
    bottom: 0;
  }

  50% {
    bottom: 20px;
  }
}

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

.bannner_img2 {
  position: absolute;
  height: 300px;
  width: 267px;
  overflow: hidden;
  top: 71px;
  right: 0px !important;
  /* transform: rotate(-15deg); */
  /* border: 1px solid #402d27; */
  /* padding: 11px; */
  /* animation: MoveUpDown 2.5s linear infinite; */
}

.btn-5 {
  position: relative;
}

/* .btn-5::after {
    background-color: #f00;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
  }

  .btn-5:hover:after {
    height: 100%;
    width: 135%;
  } */

a.btn-5:hover {
  transform: scale(1.04);
  color: #000;
  background: #fff;
}

a.btn-5 {
  transition: 0.3s;
}

@keyframes MoveUpDown {

  0%,
  100% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(-15deg);
  }
}

.sched_top a {
  border: 1px solid #3c2a24;
  padding: 11px 26px;
  font-family: "montserrat";
  text-transform: uppercase;
  color: #402d27;
  font-weight: 600;
  font-size: 23px;
  border-radius: 24px;
}

.sched_top {
  text-align: center;
}

section.schedule {
  margin-top: 100px;
}

.arrow_down img {
  height: 79px;
}

.arrow_down {
  margin-top: 31px;
}

.exp_card {
  border: 1px solid #402d27;
  padding: 74px 40px;
  height: 100%;
  text-align: center;
}

.exp_top h1 {
  font-size: 50px;
  letter-spacing: 2px;
  color: #402d27;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.exp_bot p {
  font-size: 20px;
}

.row.exp {
  margin-top: 100px;
}

section.video {
  margin-top: 150px;
}

section.video {
  margin-top: 80px;
  padding-top: 80px;
  height: auto;
  position: relative;
  padding-bottom: 80px;
  background: #4d1f7f;
}

.videoooo video {
  object-fit: cover;
  background-size: cover;
  width: 100%;
  /* height: 100%; */
  box-shadow: rgb(208 139 52) -29px -26px;
  border-radius: 10px;
}

.video_content {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
}

.videoh1 h1 {
  font-size: 120px;
  color: #fff;
  line-height: 77px;
  letter-spacing: 4px;
}

.vvv__h2 {
  margin-left: 172px;
}

/* section.video::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(9,9,121,0) 11%, rgba(0,0,0,1) 83%);
} */

section.calm_rela {
  background: black;
  padding: 20px 0;
}

.calm_top {
  background: url("../images/Rectangle-22_1.jpg");
  height: 650px;
  display: flex;
  background-size: 50% 100%;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 9;
}

/* .calm_top::before {
    content: '';
    inset: 0;
    position: absolute;
    background: linear-gradient(260deg, rgba(2,0,36,0) 0%, rgba(9,9,121,0) 11%, rgba(0,0,0,1) 83%);
} */
.calm_cont {
  position: relative;
  width: 82%;
  margin-left: auto;
}

.calm_bot {
  display: flex;
}

.calm_bot_left p {
  color: #ffffffe3;
  font-size: 22px;
}

.calmbot_img img {
  height: 100%;
}

.calmbot_img {
  height: 400px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 13px;
  position: relative;
  top: -126px;
  margin-left: 217px;
  z-index: 9;
}

.calm_bot {
  display: flex;
  width: 90%;
  margin-left: auto;
  position: relative;
}

.blur_img {
  position: absolute;
  top: -324px;
  left: 42%;
  transform: translate(-50%);
  z-index: 1;
}

section.scent {
  background: #000;
}

.scent_contet {
  position: relative;
  left: -169px;
}

.scent_contet {
  position: absolute;
  left: 78%;
  transform: translate(-50%);
  width: 100%;

  z-index: 9;
}

.scent_contet h1 {
  font-size: 108px;
}

.scent___imgssds img {
  height: 100%;
}

.scent___imgssds {
  height: 462px;
  overflow: hidden;
  border: 2px solid #ffffffa3;
  width: fit-content;
  border-radius: 50%;
  padding: 18px;
  margin-left: auto;
  margin-right: 81px;
}

.scent_botleft p {
  color: #fff;
  font-size: 20px;
}

.scent_botleft {
  width: 50%;
  margin: 0 auto;
}

.smoke {
  position: absolute;
  text-align: end;
}

section.meditative_music {
  background: #000;
  padding: 100px 0;
}

.medd_content h1 {
  font-size: 104px;
  letter-spacing: 9px;
}

.videoh1.vvv__h2.meddvvv__w2 {
  margin-left: 350px;
}

.videoh1.med_h11 {
  /* margin-left: 643px; */
  text-align: end;
}

.medd_content {
  position: relative;
  top: -130px;
}

section.our__collectionss {
  padding: 91px 0px;
}

.scoun_00s {
  border: 1px solid #c5b69a;
  padding: 53px 31px;
}

.icon__00sd {
  margin-bottom: 26px;
}

.s4444 h3 {
  font-size: 44px;

  line-height: 39px;
  margin-bottom: 23px;
}

.s4444 p {
  font-size: 21px;
  line-height: 27px;
  width: 76%;
}

.our__collectionss .col-md-5.offset-2 .scoun_00s {
  border-right: none;
}

.col-md-5.dgg222 .scoun_00s {
  border-right: none;
}

.our__collectionss .col-md-5 {
  padding: 0px;
}

.icon__00sd {
  margin-bottom: 50px;
}

.col-md-5.dgg222 {
  margin-top: -1px;
}

.col-md-5.dgg {
  margin-top: -1px;
}

.headinggsf h3 {
  font-size: 79px;
  margin-bottom: 43px;
}

span.s4442ww img {
  transform: rotate(268deg);
}

.s4444 {
  text-align: center;
}

span.s4442ww {
  margin-left: 36px;
}

.scoun_00s.s4444444 {
  margin-top: -1px;
  padding: 68px 0px;
}

.scoun_00s.s4444444:hover {
  background: #402d27;
}

.yoda_marq p {
  font-size: 52px;
  /* font-weight: 800; */
  font-family: "luxerie";
  letter-spacing: 6px;
  color: #fff;
}

.yoda_marq {
  display: flex;
  justify-content: space-around;
  width: max-content;
}

.slide-track {
  background: #402d27;
  padding: 25px;
}

.slide-track {
  width: calc(150px * 20);
  display: flex;
  animation: scroll 20s linear infinite;
  justify-content: space-between;
}

.slide-track2 {
  width: calc(150px * 15);
  display: flex;
  animation: scroll2 15s linear infinite;
  justify-content: space-between;
}

.slide {
  display: grid;
  place-items: center;
  transition: 0.5s;
  cursor: pointer;
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(calc(-150px * 10));
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(calc(-150px * 5));
  }
}

section.classees {
  padding: 100px 0;
}

.classesTop_left h1 {
  font-size: 54px;
}

.group_class {
  margin-top: 41px;
}

.group_class a {
  color: #402d27;
  border: 1px solid;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 23px;
  border-radius: 40px;
  font-weight: 700;
}

.classes_toop_right {
  width: 73%;
  margin: auto;
}

.classes_toop_right p {
  font-size: 22px;
  line-height: 36px;
}

ul.class_list li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 58px;
  padding-top: 32px;
  border-bottom: 1px solid #573d724d;
}

.hath_yoga h1 {
  margin: 0;
  line-height: 64px;
  font-size: 64px;
  letter-spacing: 1px;
  margin-left: 24px;
  color: #573d72;
}

.hath_yoga {
  display: flex;
  align-items: end;
}

.classes_top {
  width: 86%;
  margin: auto;
}

ul.class_list {
  width: 93%;
  margin-left: auto;
}

.classes__botm {
  margin-top: 75px;
}

.yoga__p {
  margin-top: 45px;
}

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

.Class__imggg {
  height: 235px;
  overflow: hidden;
  width: 265px;
  top: -13px;
  position: absolute;
  right: -100%;
  transition: 0.4s;
}

.class_right {
  width: 50%;
  position: relative;
}

.clas_left {
  width: 50%;
}

ul.class_list li:hover .Class__imggg {
  right: 0;
}

.yoga__p p {
  font-size: 24px;
  line-height: 31px;
}

.yoga__p {
  margin-top: 23px;
  width: 94%;
  margin-left: auto;
}

.line {
  transition: 0.4s;
  width: 0;
  height: 1px;
  background-color: #402d27;
  position: absolute;
  bottom: 0;
  left: 0;
}

ul.class_list li:hover .line {
  width: 100%;
}

.classesTop_left.SFAS__sdss h1 {
  font-size: 92px;
}

.classesTop_left.SFAS__sdss .group_class {
  margin: 0;
  margin-bottom: 56px;
}

.classesTop_left.SFAS__sdss p {
  font-size: 27px;
  width: 71%;
  line-height: 30px;
}

.lottt_img {
  position: relative;
  /* display: flex; */
  height: 100%;
}

.classesTop_left.SFAS__sdss {
  width: 87%;
  margin: auto;
}

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

.imngggg {
  width: 301px;
}

.imngggg.imgggg2 {
  position: absolute;
  left: 20%;
  top: 0;
  border: 1px solid #000;
  padding: 12px;
  width: 400px;
  height: 500px;
  z-index: 9;
}

.imngggg.imgggg3 {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 516px;
  height: 600px;
  top: 322px;
}

.imngggg.imgggg4 {
  position: absolute;
  right: 0;
  top: 62%;
  width: 347px;
  height: 479px;
}

.imngggg.imgggg5 img {
  border-radius: 50%;
}

.imngggg.imgggg5 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 338px;
  height: 481px;
  border: 1px solid #000;
  border-radius: 50%;
  overflow: hidden;
  padding: 20px;
}

.afsasf____S {
  height: 151vh;
  margin-top: 100px;
}

.imngggg.imgggg1 {
  position: absolute;
  bottom: 128px;
  left: 0;
  height: 525px;
}

.first_trial {
  border: 1px solid #402d277d;
  /* padding: 40px; */
  text-align: center;
  padding-bottom: 0;
}

.czk {
  margin-top: 37px;
}

.firstt__top {
  padding: 40px;
}

.first_btn a img {
  transform: rotate(-90deg);
  margin-left: 29px;
}

.first_btn a {
  color: #402d27;
  font-family: "luxerie";
  font-size: 36px;
}

.first_btn {
  padding: 14px;
  border-top: 1px solid #402d27a6;
}

.format_heading h1 {
  font-size: 66px;
}

section.formats {
  padding: 85px 0;
}

.foot_left h1 {
  font-size: 70px;
  line-height: 73px;
  text-align: center;
}

footer.footer {
  /* padding-top: 40px; */
  background: #a9a9a9;
}

ul.social li a {
  font-family: "luxerie";
  color: #000;
  font-size: 25px;
  letter-spacing: 2px;
}

.back_top a {
  border: 1px solid #000;
  font-size: 20px;
  color: #000;
  padding: 5px 38px;
  border-radius: 51px;
}

.bbba-moounn img {
  width: 100%;
}

.back_top {
  text-align: center;
  margin-top: 0px;
}

ul.foot_links li a {
  color: #000;
  font-size: 13px;
  width: max-content;
  display: inline-block;
}

.foot {
  padding-top: 38px;
  margin-top: 40px;
  border-top: 1px solid #000;
}

.medd_img {
  text-align: center;
}

.menu {
  height: 100px;
}

.mennus {

  height: 100%;


}

.menu ul li {
  padding: 0 10px;
}

.menu ul {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.menu ul li a {
  color: #fff;
}

.morrebann a {
  display: inline-block;
  /* width: fit-content; */
  border: 1px solid #402d27;
  color: #fff;
  padding: 9px 29px;
  margin-top: 26px;
  background: #402d27;
  border-radius: 45px;
  margin-top: 42px;
}

.redect-butt {
  margin-top: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.redect-butt ul {
  display: flex;
  justify-content: center;
  position: relative;
  /* left: 87px;
    top: -17px; */
}

.redect-butt ul li {
  padding: 0 8px;
}

.redect-butt ul li a {
  color: #fff;
  border: 1px solid #402d27;
  padding: 12px 16px;
  border-radius: 48px;
  background: #402d27;
  /* font-size: 12px; */
}

.elements-whhole {
  text-align: center;
  margin: 36px 0;
}

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

.hasmaheaaad h1 {
  text-align: center;
  font-size: 90px;
  letter-spacing: 3px;
}

.hadbor {
  text-align: center;
}

.leftwave {
  width: 100px;
  transform: rotate(173deg);
  position: relative;
  left: -14px;
  top: 0;
}

.borderelemet {
  width: 80px;
  animation: circle-spin 15s linear infinite;
}

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

  50% {
    transform: rotate(180deg);
  }

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

.rightwave {
  width: 100px;
  transform: rotate(355deg);
  position: relative;
  left: 11px;
  top: -2px;
}

.hasmaheaaad p {
  text-align: center;
  padding-top: 30px;
  font-size: 35px;
  padding-bottom: 16px;
}

.courr-seccp {
  padding-top: 0px;
}

.courr-seccp.cc___s8u {
  margin-top: 25px;
  background: #cfe8cb;
  padding: 43px 58px;
  border: 1px solid #402d2729;
  border-radius: 10px;
}

.courr-seccp p {
  padding-top: 20px;
}

.confs___s7yhj ul li {
  /* list-style: none; */
}

.lineborr {
  background: #d08b34;
  height: 4px;
  width: 100px;
  margin: 0 15px;
}

.confs___s7yhj ul {
  margin-left: 77px;
  margin-right: 50px;
}

.confs___s7yhj div span {

  margin: 0 auto !IMPORTANT;
  display: inline-block;
  /* padding: 0 25px; */
}

.second-elleem {
  text-align: center;
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.second-elleem img {
  width: 80px;
  animation: circle-spin 20s linear infinite;
}

.gallbig img {
  object-fit: cover;
}

.caatee-immaage img {
  border-radius: 10px;
  width: 100%;
}

.elementsss_img img {
  height: 21px;
}

.elementsss_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  margin: auto;
  margin-bottom: 29px;
}

.elements__seccc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  margin: auto;
  margin-bottom: 94px;
}

.elements__seccc img {
  height: 17px;
  margin: 0 6px;
}

.trans-caara {
  padding-top: 80px;
  overflow: hidden;
}

.cate-heaading h2 {
  font-size: 60px;
  text-align: center;
  letter-spacing: 2px;
  padding-top: 20px;
}

.cate-ppara p {
  text-align: center;
  font-size: 20px;
}

.reggis {
  padding-top: 100px;
  text-align: center;
}

.reggis .button-34 {
  background: #402d27;
  border-radius: 10px;
  box-shadow: #402d27 0 10px 20px -10px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  /* font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif; */
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 17px 31px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}

a.button-34::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 0%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  transition: 0.4s;
}

.reggis .button-34:hover::before {
  width: 100%;
}

/* .reggis .button-34:hover{
    color: #000;
} */
img.dotelemennt {
  width: 30px;
  margin: 0 10px;
}

img.triangleelemennt {
  width: 40px;
  margin: 0 10px;
}

img.lineselemennt {
  width: 155px;
  margin: 0 10px;
}

.three-lementss {
  text-align: center;
  margin-top: 100px;
}

.participanntss {
  padding-top: 100px;
}

.plesaant-immag {
  text-align: center;
}

.plesaant-immag img {
  width: 60%;
  border-radius: 10px;
}

.patticpantban {
  border: 1px solid #000;
  width: fit-content;
  padding: 50px;
  text-align: center;
}

.patticpantban h2 {
  font-size: 60px;
}

.patticpantban p {
  font-size: 31px;
  text-align: center;
  line-height: 40px;
  padding: 20px 0;
}

.patticpantban a {
  color: #fff;
  background: #402d27;
  padding: 10px 32px;
  margin-top: 24px;
  display: inline-block;
  border-radius: 10px;
}

.patticpantban a:hover {
  color: #fff;
}

.participanntss .col-md-5 {
  display: flex;
  align-items: center;
}

.ourofferings {
  background: #4d1f7f;
  padding-top: 50px;
  margin-top: 100px;
  padding-bottom: 50px;
}

.offer-ng-headds h1 {
  text-align: center;
  font-size: 100px;
  color: #fff;
}

.elemt-off img {
  width: 80px;
  animation: circle-spin 20s linear infinite;
}

.elemt-off {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.oferr-cours {
  padding-top: 50px;
}

.oferr-cours h2 {
  text-align: center;
  font-size: 60px;
  color: #fff;
}

.coursse-inffo {
  background: #fff;
  border: 1px solid #d08b34;
  padding: 6px;
  border-radius: 18px;
  height: 600px;
  position: relative;
  width: 100% !important;
}

.mySwiper {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}

.coursseimga img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.coursseimga {
  width: 100%;
  height: 272px;
}

.cursseinngg {
  text-align: center;
  padding: 20px;
}

.cursseinngg h3 {
  font-size: 30px;
  color: #402d27;
}

.cursseinngg a {
  background: #573d72;
  color: #fff;
  margin-top: 21px;
  display: inline-block;
  padding: 10px 27px;
  border-radius: 10px;
  position: absolute;
  bottom: 25px;
  transform: translate(-50%, -10%);
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.swiper-pagination-bullet {
  background: #573d72 !important;
}

.left-riights .swiper-button-next {
  background: #573d72;
  color: #fff;
  width: 50px;
  height: 49px;
  border-radius: 10px;
  /* display: flex; */
}

.left-riights .swiper-button-next::after {
  font-size: 25px !important;
}

.left-riights .swiper-button-prev {
  background: #573d72;
  color: #fff;
  width: 50px;
  height: 49px;
  border-radius: 10px;
  /* display: flex; */
}

.left-riights .swiper-button-prev::after {
  font-size: 25px !important;
}

.sched_top p {
  font-size: 35px;
  width: 60%;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 50px;
}

img.schedsssqqq {
  width: 80px;
  animation: circle-spin 20s linear infinite;
}

img.schedlinees {
  width: 80px;
}

.elemment-foor {
  text-align: center;
  margin-top: 50px;
}

.miss-visso h2 {
  text-align: center;
  font-size: 80px;
  border-bottom: 5px solid #d08b34;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.miss-vviss {
  z-index: 99;
  position: relative;
}

.iffomsiss {
  padding-left: 50px;
  /* padding-top: 50px; */
  display: flex;
  align-items: center;
  height: 100%;
}

.vissso img {
  border-radius: 10px;
  width: 100%;
}

.videoooo {
  width: 70%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 50px;
}

.vissso h3 {
  color: #d08b34;
  font-size: 39px;
  letter-spacing: 1px;
  margin: 0;
}

.left-riights {
  position: relative;
  top: -345px;
}

.vissso {
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 24px;
}

.gallerry-heaad {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallerry-heaad h2 {
  font-size: 100px;
  letter-spacing: 1px;
}

.vissso p {
  padding-top: 2px;
  color: #573d72;
}

.latess {
  padding-top: 100px;
  display: flex;
  /* justify-content: space-between; */
}

.latess video {
  object-fit: cover;
  background-size: cover;
  width: 250px;
  height: 200px;
  /* padding: 0 12px; */
  box-shadow: rgb(208 139 52) -22px -18px;
  border-radius: 10px;
}

.vidooone {
  padding: 0 25px;
}

.viddotwo {
  padding: 0 50px;
}

.videoo-colle {
  padding: 20px 50px;
}

section.eventsover {
  padding-top: 100px;
}

.verview-heaad h2 {
  font-size: 100px;
  letter-spacing: 1px;
}

.dattes {
  display: flex;
  justify-content: space-between;
}

/* .event-namme {
    display: flex;
    justify-content: space-between;
} */

.overviewws {
  padding: 15px;
  border: 1px solid #d08b34;
  background: #d08b34;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  min-height: 23em;
  height: 100%;
}

.overviewws h3 {
  color: #fff;
  /* letter-spacing: 1px; */
  font-size: 23px;
  text-align: center;
  height: 121px;
}

.dattes p {
  font-weight: 600;
  padding-top: 15px;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 13px;
}

.event-namme p {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.dates__df8u {
  display: flex;
  justify-content: space-between;
}

.dattes.lannggddd {
  justify-content: center;
}

.verview-heaad {
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.datesii {
  padding-top: 20px;
}

.datesii h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
  letter-spacing: 0.3px;
}

.swiper.mySwipers {
  padding: 50px;
  position: relative;
}

.event-overs {
  position: relative;
}

.aroowsnessos {
  position: absolute;
  top: 19%;
  right: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aroowsnessos .swiper-button-next {
  position: relative;
  left: 80px !important;
  border: 1px solid #573d72;
  height: 55px;
  width: 55px;
  border-radius: 50px;
  background: #573d72;
  color: #fff;
}

.aroowsnessos .swiper-button-next::after {
  content: inherit;
}

.aroowsnessos .swiper-button-prev {
  position: relative;
  top: -1px !important;
  border: 1px solid #573d72;
  background: #573d72;
  height: 55px;
  width: 55px;
  border-radius: 50px;
  left: -53px;
  color: #fff;
}

.aroowsnessos .swiper-button-prev::after {
  content: inherit;
}

.callto {
  /* border-top: 1px solid #000; */
  /* border-bottom: 1px solid #000; */
  margin-top: 80px;
  padding: 32px 0 17px 0;
}

.callto .redect-butt {
  margin-top: 0;
}

.galleryy {
  padding-top: 14px;
}

.magnific-img img {
  width: 100%;
  height: 350px;
  border-radius: 18px;
}

.mfp-bottom-bar,
* {
  font-family: "Abel", sans-serif;
}

.magnific-img {
  display: inline-block;
  width: 32.3%;
  margin-bottom: 20px;
}

a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.img-gallery-magnific {
  padding-top: 50px;
}

.loaadmre {
  text-align: center;
}

.loaadmre a {
  color: #fff;
  background: #402d27;
  padding: 11px 26px;
  margin-top: 20px;
  display: inline-block;
  font-size: 18px;
  border-radius: 10px;
}

.our-trainers {
  background: #4d1f7f;
  margin-top: 50px;
  padding: 50px 0;
}

.trainers-headd h2 {
  text-align: center;
  color: #fff;
  font-size: 100px;
  letter-spacing: 1px;
}

.lassteleme {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.lassteleme img {
  width: 80px;
  animation: circle-spin 20s linear infinite;
}

.imgtrraine img {
  width: 100%;
  border-radius: 10px;
}

.trainee-name h2 {
  color: #d08b34;
  text-align: center;
  padding-top: 15px;
  font-size: 40px;
}

.trainersss {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
}

.trainer-innfos {
  padding-top: 50px;
}

.moree-trainers a {
  color: #fff;
  background: #573d72;
  padding: 15px 30px;
  margin-top: 20px;
  display: inline-block;
  font-size: 18px;
  border-radius: 10px;
}

.moree-trainers {
  text-align: center;
}

.activities {
  background: #efefef;
  height: 0;
  position: relative;
  /* margin: 30px 10rem 0; */
  /* padding: 0; */
  margin-top: -150px;
}

.swiper,
.swiper-container {
  display: flex !important;
  height: auto;
  padding-bottom: 0 !important;
}

.acti-imagee img {
  border-radius: 18px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.acti-imagee {
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}

.orrracct {
  background: #d08b34;
  padding: 50px;
  border-radius: 25px;
}

.activ-immg {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.activ-immg a {
  color: #fff;
  background: #573d72;
  padding: 15px 37px;
  margin-top: 30px;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}

.activ-immg a:hover {
  color: #fff;
}

.activ-immg h1 {
  color: #fff;
  font-size: 80px;
  text-align: center;
}

.infot-head h4 {
  text-align: center;
  font-size: 40px;
  color: #000;
}

.infot-head p {
  text-align: left;
  padding-top: 10px;
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

.smallinfoo {
  padding-top: 30px;
}

.info-cubb h4 {
  width: 120px;
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000;
}

.info-cubb {
  display: flex;
  align-items: center;
}

.info-cubb p {
  padding-left: 20px;
  color: #000;
  font-weight: 600;
}

ul.foot_links {
  display: flex;
}

ul.foot_links li {
  padding: 0 7px;
}

ul.social {
  display: flex;
}

.soc {
  padding-top: 20px;
}

ul.social li {
  padding: 0 15px 0 0;
}

.foot_left p {
  color: #000;
}

.gallbig .magnific-img {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.gallbig .magnific-img img {
  width: 100%;
  height: 228px;
  border-radius: 0;
  border: 2px solid #cf8a34;
  margin-left: auto;
  padding: 10px;
  object-position: top;
}

.biggo {
  height: 100%;
}

.gallbig .biggo .magnific-img {
  height: 100%;
}

.gallbig .biggo .magnific-img img {
  width: 100%;
  /* height: 96%; */
  height: 300px;
}

.gallbig {
  padding-bottom: 50px;
}

.trainee-name p {
  text-align: center;
  color: #cb8634;
  font-weight: 600;
}

.elements-whhole img {
  width: 400px;
}

.plesaant-immag video {
  width: 650px;
  border-radius: 10px;
  height: 100%;
}

.fadeinnn {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.fadeinnn.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.baba_container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36%;
  z-index: 9;
  transform: translate(-50%, -50%);
}

.baba__imgg {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 53%;
  width: 26%;
  z-index: 3;
  transform: translate(-50%, -50%);
}

.baba__imgg img {
  width: 89%;
}

.baba_container {
  position: absolute;
  left: 50%;
  top: 55%;
  width: 23%;
  /* height: 71%; */
  height: 510px;
  z-index: 999;
  transform: translate(-50%, -50%);
  border: 4px solid #e8c158;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 214px;
}

.ban_bkkk {
  position: absolute;
  left: 50%;
  top: 53%;
  width: 26%;
  height: 587px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 214px;
  background: #cfe8cb;
  z-index: 1;
  overflow: hidden;
}

.ban_bkkk {
  position: absolute;
  left: 50%;
  top: 55%;
  width: 25%;
  height: 76%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 214px;
  background: #cfe8cb;
  z-index: 9;
}

section.banner .container-fluid {
  padding: 0 44px;
}

.ban_bkkk::before {
  content: " ";
  position: absolute;
  /* background: linear-gradient(60deg,
                    #f79533,
                    #f37055,
                    #ef4e7b,
                    #a166ab,
                    #5073b8,
                    #1098ad,
                    #07b39b,
                    #6fba82); */
  background-image: conic-gradient(#fa8991,
      #f3d75f,
      #6899b8,
      #6a31a3,
      #1e3793,
      #fa8991,
      #c32e50);
  background-image: linear-gradient(to right bottom,
      #d16ba5,
      #c777b9,
      #e1dd95,
      #aa8fd8,
      #9a9ae1,
      #8aa7ec,
      #79b3f4,
      #c53a4e,
      #cfe8cb,
      #59525a,
      #46eefa,
      #5ffbf1);
  width: 174%;
  height: 160%;
  left: -59px;
  border-radius: 240px;
  animation: rotate 5s linear infinite;
  background-size: 300% 300%;
  z-index: 99;
}

.exp_top h1 span {
  display: inline-block;
}

#number0 {
  position: relative;
  display: flex;
  margin-right: 0.2em;
  width: 0;
  overflow: hidden;
  height: 48px;
  transition: width 1.8s ease;
  letter-spacing: 0;
}

#number0>span {
  display: flex;
  text-align: center;
  flex-direction: column;
  opacity: 0;
  flex-shrink: 2;
  flex-basis: 48px;
  width: 1px;

  position: absolute;
  right: 0;

  line-height: 48px;
  transition: all 2s ease;
}

#number0>span.visible {
  position: static;
  width: 30px;
  opacity: 1;
  flex-shrink: 1;
}

#number1 {
  position: relative;
  display: flex;
  margin-right: 0.2em;
  width: 0;
  overflow: hidden;
  height: 48px;
  transition: width 1.8s ease;
  letter-spacing: 0;
}

#number1>span {
  display: flex;
  text-align: center;
  flex-direction: column;
  opacity: 0;
  flex-shrink: 2;
  flex-basis: 48px;
  width: 1px;

  position: absolute;
  right: 0;

  line-height: 48px;
  transition: all 2s ease;
}

#number1>span.visible {
  position: static;
  width: 30px;
  opacity: 1;
  flex-shrink: 1;
}

#number2 {
  position: relative;
  display: flex;
  margin-right: 0.2em;
  width: 0;
  overflow: hidden;
  height: 48px;
  transition: width 1.8s ease;
  letter-spacing: 0;
}

#number2>span {
  display: flex;
  text-align: center;
  flex-direction: column;
  opacity: 0;
  flex-shrink: 2;
  flex-basis: 48px;
  width: 1px;

  position: absolute;
  right: 0;

  line-height: 48px;
  transition: all 2s ease;
}

#number2>span.visible {
  position: static;
  width: 30px;
  opacity: 1;
  flex-shrink: 1;
}

#number3 {
  position: relative;
  display: flex;
  margin-right: 0.2em;
  width: 0;
  overflow: hidden;
  height: 48px;
  transition: width 1.8s ease;
  letter-spacing: 0;
}

#number3>span {
  display: flex;
  text-align: center;
  flex-direction: column;
  opacity: 0;
  flex-shrink: 2;
  flex-basis: 48px;
  width: 1px;

  position: absolute;
  right: 0;

  line-height: 48px;
  transition: all 2s ease;
}

#number3>span.visible {
  position: static;
  width: 30px;
  opacity: 1;
  flex-shrink: 1;
}

#number4 {
  position: relative;
  display: flex;
  margin-right: 0.2em;
  width: 0;
  overflow: hidden;
  height: 48px;
  transition: width 1.8s ease;
  letter-spacing: 0;
}

#number4>span {
  display: flex;
  text-align: center;
  flex-direction: column;
  opacity: 0;
  flex-shrink: 2;
  flex-basis: 48px;
  width: 1px;

  position: absolute;
  right: 0;

  line-height: 48px;
  transition: all 2s ease;
}

#number4>span.visible {
  position: static;
  width: 30px;
  opacity: 1;
  flex-shrink: 1;
}

.swiper-wrapper {
  height: auto !important;
}

section.about__banner {
  text-align: center;
  margin-top: 10em;
}

.about__img {
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  width: 41% !important;
  margin: auto;
  margin-top: 1.5em;
}

.about__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* object-position: top; */
}

.abb_bane_content h1 {
  font-size: 7em;
}

.abb_left p {
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0;
  line-height: 23px !important;
}

/* section.abb_content .row:nth-child(2) .abb__rightht {
  height: 500px;
} */
.abb_left {
  padding: 28px;
  background: #573d72;
  height: 100%;
}

section.abb_content .row:nth-child(2) .abb_left {
  background: #d08b34;
}

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

.abb__rightht {
  height: 100%;
}

section.abb_content .row {
  border-radius: 10px;
  overflow: hidden;
  margin: 16px 0;
}

.about__img.events__img img {
  object-position: top;
}

section.alll___eventss .row .col-md-3 {
  margin-bottom: 26px;
}

section.alll___eventss {
  margin-top: 64px;
}

section.alll__coureses {
  padding: 100px 0;
}

section.alll__coureses .col-md-4 {
  margin-bottom: 23px;
}

section.contactttt_-s {
  padding: 80px 0 0;
}

.conta__top {
  margin-bottom: 43px;
}

.conta__top p {
  font-size: 19px;
  line-height: 26px;
}

.conta__top h1 {
  font-size: 7em;
}

.commp_listt ul li a {
  display: flex;
  border-radius: 10px;
  align-items: center;
}

span.cmmp_lftt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: #573d72;
  border-radius: 50%;
  color: #fff;
  transition: 0.4s;
}

.commp_listt ul li a:hover span.cmmp_lftt {
  background: #252525;
  transform: translateX(-5px);
}

.commp_listt ul li {
  margin: 5px 0;
}

.contacct_leftt {
  width: 80%;
  margin: auto;
}

.commp_listt ul li a p {
  flex: 1;
  padding-left: 10px;
  font-family: "Hackney";
  font-size: 23px;
  letter-spacing: 0.5px;
}

.inpppp-field {
  margin-bottom: 17px;
}

.inpppp-field input {
  width: 100%;
  border-radius: 7px;
  padding: 9px 11px;
  border: none;
}

.inpppp-field textarea {
  width: 100%;
  border-radius: 7px;
  padding: 9px 11px;
  border: none;
}

button.subbmitt {
  width: 100%;
  background: #563d71;
  color: #fff;
  padding: 8px;
  border: none;
  border-radius: 6px;
  font-size: 19px;
  letter-spacing: 0.3px;
}

.contnt__rightt {
  background: #eee;
  text-align: center;
  padding: 49px 49px;
  width: 79%;
  margin: auto;
  margin-top: 2em;
  border-radius: 10px;
}

.course__contessc {
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-top: 10px;
  background: #cfe8cb;
}

.confs___s7yhj p {
  margin: 14px 0 !important;
}

.confs___s7yhj {
  border: 1px solid #0000001f;
  border-radius: 10px;
  margin-top: 20px;
  padding: 30px;
  background-color: rgba(151, 143, 209, 0.4);
}

.confs__rightt {
  border: 1px solid #0000001f;
  border-radius: 10px;
  margin-top: 20px;
  padding: 30px;
  background: #eee;
}

.locat {
  margin-bottom: 18px;
}

.im__interestsef a:first-child {
  background: transparent;
  border: 2px solid #573d72;
  color: #573d72;
  font-weight: 800;
}

.im__interestsef a {
  display: block;
  text-align: center;
  background: #573d72;
  margin: 8px 0;
  border-radius: 5px;
  padding: 7px;
  color: #fff;
  text-transform: uppercase;
}

.confs___s7yhj.benefitesdd ul li {
  font-family: "montserrat";
}

.confs___s7yhj.benefitesdd ul {
  list-style: circle;
  padding-left: 18px !important;
}

section.course_containersdf {
  margin-bottom: 65px;
}

.about__img.cours___imggs video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about__img.cours___imggs {
  position: relative;
}

.play-button-wrapper svg {
  height: 78px;
  fill: #573d72;
  cursor: pointer;
}

.play-button-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

section.galleryy.coure__gallery {
  margin-bottom: 60px;
}

.img-gallery-magnific.immgg_magggall .magnific-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.img-gallery-magnific.immgg_magggall .magnific-img {
  margin-bottom: 5px;
  height: 300px;
  border-radius: 10px;
  border: 3px solid #d08b34;
  width: 33%;
}

.hasmaheaaad.gsdghh__dikk {
  margin-top: 59px;
}

.hasmaheaaad.gsdghh__dikk h1 {
  font-size: 68px;
}

.img-gallery-magnific.immgg_magggall {
  padding-top: 10px;
}

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

.videoeo .col-md-4 {
  padding: 0;
}

.vidooooooo {
  height: 300px;
  width: 99%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 6px;
  border-radius: 10px;
  border: 3px solid #d08b34;
}

.fssf__Centet ul li {
  font-size: 14px;
  width: 24%;
  /* background: #573d72; */
  color: #573d72;
  margin-bottom: 13px;
  padding: 9px 19px;
  border-radius: 5px;
  border: 1px solid #d08b3459;
  font-weight: 700;
  background: #eee;
  transition: 0.3s;
  cursor: pointer;
}

.fssf__Centet ul li:hover {
  background: #573d72;
  color: #fff;
  transform: translateY(-5px);
}

.fssf__Centet ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 44px;
}

.folder__img:hover img {
  transform: scale(1.01);
}

.folder_contenttt p {
  color: #000;
}

.folder_contenttt h2 {
  margin-bottom: 4px;
}

.folder_contenttt {
  text-align: center;
}

.folder__img::before {
  content: "";
  position: absolute;
  border: 1px solid #d08b34;
  left: -9px;
  top: 9px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.folder__img {
  position: relative;
  margin-bottom: 16px;
}

.folder__img img {
  height: 311px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #573d72;
  transition: 0.3s;
}

.folder_carrd {
  margin-bottom: 35px;
}

.item {
  margin-bottom: 23px;
}

.item img {
  height: 309px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.folder-gallerry {
  margin-top: 50px;
}

.hamburger {
  display: none;
}

@media screen and (min-width:320px) and (max-width:450px) {
  .hamburger img {
    height: 25px !important;
  }

}

.hamburger img {
  height: 40px;
}

.sidebar {
  position: fixed;
  z-index: 99999;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
  left: -100%;
  transition: 0.4s;
}

.side_top img {
  height: 50px;
}

.side_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #0000004a;
  padding-bottom: 12px;
}

.close a {
  color: #000;
  font-size: 23px;
}

.side_linkss {
  margin-top: 47px;
}

.side_linkss ul li a {
  color: #000;
  font-size: 20px;
  padding: 6px 0;
  display: block;
  font-weight: 600;
}

.active-sidebar {
  left: 0;
}


section.banner .container {
  height: 100%;
}



@media screen and (min-width: 320px) and (max-width: 767px) {


  .confs___s7yhj div span {
    margin: 0 auto ! IMPORTANT;
    display: inline-block;
    padding: 0 10px;
  }

  section.banner {
    height: 40vh !important;
    background-size: 315% 100% !important;
    background-position: center !important;
  }

  .bannner_img2 p {
    margin-top: 120px !important;
    color: #000;
    padding: 5px !important;
    font-size: 15px !important;
    line-height: 20px !important;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    top: -28px;
    left: -14px;
  }

  .ban_top {
    margin-top: 321px !important;
  }

  .ban_top h1 {
    font-size: 65px !important;
    padding-left: 10px;
  }

  .ban_mid h1 {
    font-size: 65px !important;
    padding-left: 10px;
  }

  .morrebann {
    margin-top: 100px !important;
    margin-left: 84px;
  }

  .redect-butt ul li a {
    padding: 10px 10px;
    font-size: 12px !important;
  }

  .hasmaheaaad h1 {
    font-size: 65px;
  }
}

.coursepagess {
  position: relative !important;
  transform: inherit !important;
}

.opjjses img {
  object-position: top;
}

.buttons-filterss {
  padding-bottom: 50px;
  text-align: end;
}

.buttons-filterss button {
  border: 0;
  background: #402d27;
  color: #fff;
  width: fit-content;
  height: 35px;
  padding: 0 20px;
  border-radius: 38px;
  margin: 0 6px;
}

.mobbop {
  display: none;
}

section.audddioss {
  padding-top: 150px;
}

.typesaudios {
  text-align: center;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.typesaudios h3 {
  font-size: 40px;
  margin-bottom: 20px;
  /* border-bottom: 2px solid #d69942; */
  border-bottom: 2px solid #40184c;
  padding-bottom: 20px;
}

/* .audios-mains{ */
/* border-bottom: 2px solid #d69942; */

/* } */
section.audiosinfos {
  padding: 60px 0;
}

.ifoaudsheads h2 {
  text-align: center;
  font-size: 60px;
}

.ifoaudsheads h3 {
  text-align: center;
  /* border-bottom: 2px solid #bf893b; */
  border-bottom: 2px solid #40184c;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  font-size: 40px;
}

.theparasudios {
  padding-top: 20px;
}

.theparasudios p {
  font-size: 14px;
  margin-bottom: 20px !important;
  text-align: center;
  line-height: 24px;
  width: 96%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.thheifosauds {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 95%;
  margin: 0 auto;
  padding-top: 45px;
}

.thefirsdsds {
  /* border-bottom: 2px solid #d69942; */
  border-bottom: 2px solid #40184c;
  padding-bottom: 40px;
}

/* .theesecondsinfoss {
  padding: 30px 0;
} */
.theesecondsinfoss h3 {
  text-align: center;
  /* border-bottom: 2px solid #bf893b; */
  border-bottom: 2px solid #40184c;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  font-size: 40px;
}

.theesecondsinfoss h4 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 12px;
}

.thearticles {
  min-height: 200px;
  height: 100%;
}

.thearticles .cursseinngg a {
  background: #573d72;
  color: #fff;
  margin-top: 21px;
  display: inline-block;
  padding: 10px 27px;
  border-radius: 10px;
  position: relative;
  bottom: 0;
  transform: translate(-50%, -10%);
  left: 65px;
}

section.articles-singles {
  padding: 120px 0 50px;
}

.singlearticles-mains {
  text-align: center;
}

img.articles22 {
  width: 500px;
  margin-bottom: 50px;
}

.singlearticles-mains p {
  width: 90%;
  margin: 0 auto !important;
  line-height: 28px;
  font-size: 15px;
}

ul.singlesuls {
  padding: 30px 0 20px !important;
}

.qutotess h4 {
  font-size: 40px;
}

ul.singlesuls li {
  padding-bottom: 13px;
  font-size: 18px;
  letter-spacing: 0.5px;
}

img.leftsimges {
  float: left;
  margin-right: 20px;
  width: 400px;
}

img.rightsimges {
  float: right;
  margin-left: 20px;
  width: 400px;
}

.longparas p {
  text-align: left;
  width: 100%;
  padding-bottom: 20px;
}

.menu ul li a {
  font-size: 13px;
}






@media screen and (min-width: 320px) and (max-width: 767px) {
  .mennus {
    display: none;
  }

  .logo img {
    height: 64px;
  }

  .head {
    padding: 7px 0;
  }

  .header {
    height: 65px !important;
  }

  .bannner_img2 p {
    margin-top: 0px !important;
    color: #000;
    padding: 5px !important;
    font-size: 14px !important;
    line-height: 19px !important;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    top: 0;
    left: 0;
  }

  .bannner_img2 {
    width: 100% !important;
    top: 28px;
  }

  .ban_top {
    margin-top: 125px !important;
  }

  .ban_top h1 {
    font-size: 37px !important;
    padding-left: 0px;
    text-align: center;
  }

  .ban_mid h1 {
    font-size: 44px !important;
    padding-left: 10px;
    text-align: center;
    line-height: 46px !important;
  }

  .morrebann {
    margin-top: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }

  .baba_container {
    left: 50% !important;
    top: unset !important;
    bottom: 30px !important;
    width: 78% !important;
    height: 349px !important;
    border-radius: 109px !important;
    transform: translate(-50%, 0) !important;
  }

  .baba__imgg {
    margin-top: -75px !important;
    padding-top: 40px !important;
    border-radius: 109px !important;
    /* margin-left: 22px; */
    margin-top: 0 !important;
    width: 78% !important;
    height: 349px !important;
    background-size: cover !important;
    top: unset !important;
    bottom: 30px !important;
    transform: translate(-50%, 0) !important;
  }

  .baba__imgg img {
    height: 239px !important;
  }

  .morrebann a {
    padding: 7px 21px;
    margin-top: 10px;
  }

  .ban_bkkk {
    position: absolute;
    left: 50%;
    top: unset;
    bottom: 19px;

    width: 83%;
    height: 371px;
    border-radius: 109px;
    background: #cfe8cb;
    z-index: 9;
    transform: translate(-50%, 0);
  }

  .hasmaheaaad h1 {
    font-size: 40px;
  }

  .borderelemet {
    width: 47px;
  }

  .rightwave {
    width: 70px;
  }

  .leftwave {
    width: 70px;
  }

  .elementsss_img img {
    height: 16px;
    margin: 0 1px;
  }

  .hasmaheaaad p {
    text-align: center;
    padding-top: 30px;
    font-size: 25px !important;
    line-height: 32px !important;
    padding-bottom: 5px;
  }

  .courr-seccp p {
    padding-top: 10px;
  }

  .courr-seccp.cc___s8u {
    padding: 29px 25px;
  }

  .courr-seccp.cc___s8u p {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  /* .caatee-immaage img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    height: 267px;
  } */
  .caatee-immaage img {
    border-radius: 10px;
    width: 100%;
    object-fit: fill;
    height: auto;
  }

  .cate-heaading h2 {
    font-size: 35px;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 2px;
  }

  .cate-ppara p {
    text-align: center;
    font-size: 16px;
  }

  .cateegoriees {
    margin-bottom: 40px;
  }

  .reggis {
    padding-top: 34px;
    text-align: center;
  }

  .reggis .button-34 {
    /* font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif; */
    font-size: 14px;
    padding: 12px 24px;
  }

  plesaant-immag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .plesaant-immag {
    height: 269px;
  }

  .patticpantban {
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;
    padding: 30px;
  }

  .plesaant-immag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .patticpantban h2 {
    font-size: 40px;
  }

  .patticpantban p {
    font-size: 22px;
    line-height: 30px;
    padding: 12px 0;
  }

  .offer-ng-headds h1 {
    font-size: 40px;
  }

  .elemt-off img {
    width: 50px;
  }

  .oferr-cours h2 {
    font-size: 30px;
  }

  .ourofferings {
    margin-top: 50px;
  }

  .coursseimga {
    height: 217px;
  }

  .coursseimga {
    width: 100%;
    height: auto !important;
    margin: auto !important;
    position: relative !important;
  }

  .coursseimga {
    width: 100% !important;
  }

  .coursseimga img {
    object-fit: fill;
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
    object-fit: fill;
    position: relative !important;
    top: 0 !important;
  }

  .cursseinngg h3 {
    font-size: 24px;
  }

  .cursseinngg p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 18px !important;
  }

  .coursse-inffo {
    height: auto;
  }

  .left-riights .swiper-button-next {
    width: 32px;
    height: 34px;

    border-radius: 6px;
    right: 0;
    /* display: flex; */
  }

  .left-riights .swiper-button-prev {
    width: 32px;
    height: 34px;

    border-radius: 6px;
    left: 0;
    /* display: flex; */
  }

  .left-riights .swiper-button-next::after {
    font-size: 15px !important;
  }

  .left-riights .swiper-button-prev::after {
    font-size: 15px !important;
  }

  .cursseinngg a {
    background: #573d72;
    color: #fff;
    margin-top: 25px;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 6px;
    position: relative;
    bottom: 0;
    font-size: 13px;
    transform: inherit;
  }

  .sched_top p {
    font-size: 25px;
    width: 100%;
    line-height: 33px;
  }

  section.schedule {
    margin-top: 52px;
  }

  .row.exp {
    margin-top: 54px;
  }

  .exp_card {
    border: 1px solid #402d27;
    padding: 23px 19px;
    height: 135px;
    text-align: center;
  }

  .callto {
    margin-top: 0;
  }

  .row.exp .col-md-3 {
    width: 50%;
  }

  .exp_top h1 {
    font-size: 27px;
    letter-spacing: 1px;
  }

  #number0>span {
    flex-basis: 18px;
  }

  #number1>span {
    flex-basis: 18px;
  }

  #number2>span {
    flex-basis: 18px;
  }

  #number3>span {
    flex-basis: 18px;
  }

  .exp_bot p {
    font-size: 14px;
    font-weight: 600;
  }

  .miss-visso h2 {
    font-size: 40px;
  }

  .iffomsiss {
    padding: 20px;
  }

  .iffomsiss .row .col-md-6 {
    width: 50%;
  }

  .vissso h3 {
    font-size: 26px;
  }

  .vissso {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 25px;
  }

  .vissso p {
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    padding: 8px 0;
  }

  .vissso img {
    width: 100%;
    height: 112px;
    object-fit: cover;
  }

  img.schedsssqqq {
    width: 53px;
  }

  .videoooo {
    width: 70%;
  }

  .videoooo video {
    /* height: 100%; */
    box-shadow: rgb(208 139 52) -19px -17px;
    height: auto;
    background: #000;
  }

  /* .latess {
        flex-wrap: wrap;
    } */
  .latess {
    padding-top: 30px;
    flex-direction: column;
  }

  .videoo-colle {
    padding: 17px 20px;
  }

  .vidooone {
    padding: 0 12px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .viddotwo {
    padding: 0 10px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .latess video {
    width: 100%;
    box-shadow: rgb(208 139 52) -13px -10px;
    height: auto;
    background: #000;
  }

  .miss-vviss .row .col-md-6:nth-child(2) .miss-visso {
    margin-top: 44px;
  }

  section.video {
    margin-top: 80px;
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .verview-heaad h2 {
    font-size: 42px;
    letter-spacing: 1px;
  }

  section.eventsover {
    padding-top: 58px;
  }

  .aroowsnessos {
    position: absolute;
    right: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    top: 15%;
  }

  .aroowsnessos .swiper-button-next {
    position: relative;
    left: 42px !important;
    height: 45px;
    width: 45px;
    border-radius: 50px;
  }

  .aroowsnessos .swiper-button-prev {
    position: relative;
    top: -1px !important;
    border: 1px solid #573d72;
    background: #573d72;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    left: -62px;
    color: #fff;
  }

  .gallbig {
    padding-bottom: 10px;
  }

  .trainers-headd h2 {
    font-size: 45px;
  }

  .lassteleme img {
    width: 53px;
  }

  .trainer-innfos .col-md-4 {
    width: 50%;
  }

  .trainersss {
    margin-bottom: 25px;
    padding: 12px;
    border: 1px solid #ffffffb5;
  }

  .trainee-name h2 {
    color: #d08b34;
    text-align: center;
    padding-top: 7px;
    font-size: 23px;
  }

  .trainee-name p {
    font-size: 13px;
  }

  .moree-trainers a {
    padding: 9px 20px;
    margin-top: 20px;
    font-size: 15px;
    border-radius: 7px;
  }

  .acti-imagee {
    height: 270px;
  }

  .orrracct {
    padding: 23px;
    border-radius: 24px;
  }

  .activ-immg h1 {
    font-size: 35px;
    line-height: 34px;
    margin-top: 12px;
  }

  .activ-immg a {
    padding: 8px 22px;
    margin-top: 15px;
    border-radius: 7px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
  }

  .infot-head p {
    padding-top: 0px;
    font-size: 13px;
  }

  .foot-innnf .col-md-4 {
    margin-bottom: 20px;
  }

  .info-cubb p {
    font-size: 12px;
    padding: 0;
    flex: 1;
  }

  .info-cubb h4 {
    width: 100px;
    font-size: 18px;
  }

  .info-cubb {
    align-items: self-start;
  }

  ul.social {
    justify-content: center;
    margin-top: 11px;
    margin-bottom: 28px;
  }

  ul.social li a {
    font-size: 20px;
  }

  ul.social li {
    padding: 0 7px;
  }

  .back_top a {
    border: 1px solid #000;
    font-size: 15px;
    color: #000;
    padding: 6px 24px;
    border-radius: 51px;
  }

  .foot {
    padding-top: 23px;
    margin-top: 30px;
  }

  .foot_left p {
    font-size: 13px;
  }

  ul.foot_links li a {
    font-size: 13px;
    width: max-content;
    display: inline-block;
    /* font-weight: 600; */
  }

  .hamburger {
    display: block;
    position: absolute;
    right: 10px;
  }

  .abb_bane_content h1 {
    font-size: 3em;
  }

  .about__img {
    height: 264px;
  }

  .abb_left {
    padding: 20px;
  }

  .abb_left p {
    font-size: 14px !important;
    letter-spacing: 0.4px;
    line-height: 22px !important;
    text-align: left !important;
  }

  section.abb_content .row:nth-child(2) .abb__rightht {
    height: 283px;
  }

  section.abb_content .row:nth-child(3) {
    flex-direction: column-reverse;
  }

  .buttons-filterss button {
    height: 30px;
    padding: 0 12px;
    border-radius: 38px;
    margin: 0 2px;
    font-size: 13px;
  }

  .hasmaheaaad.gsdghh__dikk h1 {
    font-size: 37px;
  }

  .fssf__Centet ul li {
    width: 49%;
    font-size: 13px;
    padding: 5px 10px;
  }

  .conta__top h1 {
    font-size: 3em;
  }

  .commp_listt ul li a p {
    font-size: 18px;
  }

  .contacct_leftt {
    width: 95%;
    margin: auto;
  }

  span.cmmp_lftt {

    height: 45px;
    width: 45px;
    font-size: 14px;
  }

  .contnt__rightt {

    padding: 44px 29px;
    width: 95%;
  }

  /* .overviewws {
  height: auto;
} */
  .dates__df8u {
    flex-wrap: wrap;
  }

  .swiper.mySwipers {
    margin-top: 50px;
  }

  .about__img img {
    object-fit: fill;
    /* object-position: top; */
  }

  #number0 {
    width: 50px !important;
  }

  #number1 {
    width: 90px !important;
  }

  #number2 {
    width: 65px !important;
  }

  #number3 {
    width: 100px !important;
  }

  .plesaant-immag .aos-init .aos-init {
    opacity: 1 !important;
  }

  .gallbig .magnific-img img {
    height: auto;
  }

  .desskop {
    display: none;
  }

  .mobbop {
    display: block;
  }
}

.baba__imgg {
  background-size: cover !important;
}

@media screen and (min-width:600px) and (max-width:800px) {
  .container {
    width: 400px;
  }
}

/* @media screen and (min-width:1000px) and (max-width:1350px) {
  section.banner {
    height: 72vh !important;
  }
} */
@media screen and (min-width:1200px) and (max-width:1500px) {
  .menu ul li {
    padding: 0 3px;
  }
}

@media screen and (min-height:800px) and (max-height:1050px) {
  section.banner {
    /* height: 80vh !important; */
    /* height: 40vh !important; */
  }
}

@media screen and (min-width: 2000px) and (max-width:2600px) {
  .ban_bkkk::before {

    width: 233%;
    height: 183%;
    left: -59px;
    border-radius: 240px;
    animation: rotate 5s linear infinite;
    background-size: 300% 300%;
    z-index: 99;
  }

  .ban_bkkk {
    position: absolute;
    left: 50%;
    top: 54%;
    width: 25% !important;
    height: 63% !important;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 214px;
    background: #cfe8cb;
    z-index: 9;
  }

  .baba__imgg {
    background: #cfe8cb;
    margin-top: -75px;
    padding-top: 97px;
    border-radius: 208px;
    /* margin-left: 22px; */
    margin-top: 15px;
    width: 23% !important;
    height: 58% !important;
    z-index: 99;
  }

  .baba_container {
    left: 50%;
    top: 55%;
    width: 23% !important;
    height: 58% !important;

  }
}

section.about__banner.singlecoursebanners {
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
}

section.about__banner.singlecoursebanners::after {
  inset: 0;
  position: absolute;
  height: 70vh;
}

.singelheads {
  z-index: 99;
  position: relative;
}

.singlecoursebanners .course__contessc {
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-top: 10px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.singlecoursebanners .abb_bane_content h1 {
  font-size: 1em;
  font-family: "Roboto, Sans-serif";
  font-size: 37px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Sofia Sans";
  text-align: center;
}

.thheeppars {
  font-size: 25px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Nunito Sans";
  text-align: center;
  padding-top: 20px;
  width: 60%;
}

span.elemonesss {
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  left: 18%;
  filter: brightness(.1) invert(1);
}

span.elemtwonesss {
  filter: brightness(.1) invert(1);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 38%;
  right: 14%;
  transform: scaleX(-1);
}

.dateusllists.location p {
  color: #000;
}

section.alll___eventss {
  background: #f9f9f9;
}

section.course_containersdf.neewccoursses {
  margin-bottom: 50px;
  margin-top: -50px;
  position: relative;
  z-index: 99;
  background: #fbfbfb;
}

section.about__banner.singlecoursebanners::after {
  content: "";
  /* background: #150b81; */
  height: 80vh;
}

.confs___s7yhj h3 {
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  font-family: "Sofia Sans";
  padding-left: 50px;
  padding-right: 50px;
}

ul.datessuls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dattess {
  height: auto;
  background-color: #f9f9f9;
  padding: 13px 20px 0;
}

.confs___s7yhj {
  border: 1px solid #0000001f;
  border-radius: 10px;
  margin-top: 20px;
  padding: 30px;
  background: #fff;
}

.dateusllists small {
  opacity: 0.7;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 25px;
  color: #121212;
  font-weight: 700;
  font-family: "Sofia Sans";
}

.dateusllists p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 40px;
  text-transform: uppercase;
  color: #5e2357;
  font-weight: 700;
  font-family: "Sofia Sans";
  padding: 0 !important;
  margin: 0 !important;
}

.neewccoursses .confs___s7yhj h4 {
  font-family: "Poppins-Regular";
  font-weight: 600;
  font-size: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

.theddesdoppsd p {
  font-size: 14px !important;
  font-family: "Poppins-Regular" !important;
  /* color: #000 !important; */
}

.theddesdoppsd ul li {
  font-size: 14px !important;
  font-family: "Poppins-Regular" !important;
  /* color: #000 !important; */
}

tbody tr td {
  line-height: 54px;
  font-family: "Poppins-Regular" !important;
}

.dattess {
  height: auto;
  background-color: #f9f9f9;
  padding: 13px 20px 0;
  margin-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.courrvideoss #video {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 15px;
  object-position: top;
}

.descrprimages {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  top: -55px;
}

.course____wrapper {
  background: #f9f9f9;
  padding: 0 0px 0 20px;
  position: relative;
  top: -55px;
}

.coursguru {
  padding-top: 20px;
}

.coursguru img {
  width: 100%;
  height: 250px;
  border-radius: 15px;
  object-fit: cover;
}

.imageheads {
  position: relative;
  padding-top: 40px;
  text-align: center;
}

span.theleemdsd {
  position: absolute;
  top: 60%;
  left: 15%;
}

span.theleemdsd2 {
  position: absolute;
  top: 60%;
  transform: scaleX(-1);
  right: 15%;
}

.bottom-logo-side h1 {
  font-size: 40px;
  line-height: 50px !important;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins-Regular";
  margin-bottom: 0 !important;
}

.foootermaaains {
  width: 82%;
  margin: 0 auto;
}

.wrapper__bottom {
  width: 70%;
}

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

span.logo.n1 {
  font-size: 35px !important;
}

.span.logo.n2 {
  font-size: 22px !important;
}

.orrracct .activ-immg {
  /* height: 100% !important; */
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center !important;
  padding-top: 20px;
  width: 65%;
  margin: auto 0 auto 50px;
}

.orrracct {
  padding: 0 !important;
  border-radius: 25px;
  width: 100%;
  height: 340px;
  border-top-right-radius: 100px;
  background-color: #937ec3 !important;
  margin: auto;
}




.acti-imagee {
  position: relative;
  left: 54px !important;
  top: 52px !important;
}

span.one {
  font-size: 40px !important;
}

.abb_bane_content.smt_kailash h1 {
  font-size: 40px !important;
}

.cours_ss-heading h2 {
  font-size: 22px !important;
}

.smt_kailash_img {
  float: unset !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

span.logoname h3 {
  position: relative;
  top: 5px;
}

.alll___eventss .row.gallerys {
  row-gap: 30px;
  width: 100% !important;
  margin: auto;
}

.side__half__banner.theesiddes img {
  filter: brightness(0.9) !important;
  width: 250px;
}

.about__img.events__img img {
  height: 100%;
  width: 44% !important;
  object-fit: cover !important;
  object-position: bottom;
  position: relative !important;
  top: -20% !important;
  left: 0;
  margin: 0 auto !important;
  opacity: .5;
}

.about__img.events__img.theeneewwwinsds {
  top: -30% !important;
}

.about__img.events__img.thartimasd {
  top: -34% !important;
  position: absolute !important;
  left: 25%;
}

.row.publication .col-md-6 {
  margin-bottom: 50px;
}

.theebutttonsdevenovers {
  position: absolute;
  width: 100%;
  display: flex;
  top: 50%;
  left: 0;
}

.theebutttonsdevenovers .swiper-button-next {
  position: relative;
}

.theebutttonsdevenovers .swiper-button-prev {
  position: relative;
}

span.left_element.participants.theleftoss {
  transform: scaleX(-1);
  /* left: -9px; */
}

.thheeppars {
  font-size: 18px;
  line-height: 28px;
}

ul.datessuls li {
  width: 250px;
}

ul.datessuls li:nth-child(2) {
  border-left: 2px solid #00000038;
  border-right: 2px solid #00000038;
  padding-left: 50px;
}

ul.datessuls li:nth-child(3) {
  position: relative;
  left: 10px;
}

.conta__top h3 ul li span {
  font-family: "Poppins-Regular" !important;
  font-size: 19px;
}

.conta__top h6 {
  color: #000;
  line-height: 30px;
  font-size: 13px;
}

.theddesdoppsd span {
  font-family: "Poppins-Regular" !important;
  font-size: 14px !important;
}

@media screen and (min-width:768px) and (max-width:1100px) {
  .right-side .bannner_img2 {
    position: relative !important;
    height: 100%;
    transform: unset !important;
    width: 100% !important;
  }

  .bannner_img2 .mySwipertext {
    height: 100% !important;
    align-items: center !important;
  }

  section.schedule {
    background: url(https://makemaya.in/yoga/public/frontend/images/Background___11.png);
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: cover !important;
  }

  .row.exp .col-md-3 {
    width: 50% !important;
    margin-bottom: 38px !important;
  }

  span.parent h3 {
    width: auto !important;
    height: auto !important;
    font-size: 23px !important;
  }

  .video__wrapper {
    padding-left: 0 !important;
  }

  .miss-visso.right {
    /* float: right; */
    width: 100% !important;
    padding-left: 0 !important;
    padding-bottom: 30px !important;
  }

  .miss-vviss .row .col-md-6 {
    width: 100% !important;
  }

  .miss-visso.right h2 {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .right-side .bannner_img2 p {
    width: 100%;
  }

  body .activities {
    margin-top: -30px !important;
    padding-bottom: 0 !important;
  }

  footer.footer {
    /* padding-top: 7rem !important; */
  }

  .col-md-6.smt-kailash {
    width: 100% !important;
  }

  span.logoname h3 {
    white-space: nowrap !important;
    top: 16px;
    left: 10px;
  }

  .vision__container {
    margin-top: -65px !important;
  }

  .orrracct {
    height: 220px !important;
  }

  span.one {
    font-size: 25px !important;
    line-height: 34px !important;
  }

  span.two {
    font-size: 20px !important;
    line-height: 41px !important;
  }

  .activ-immg a {
    font-size: 12px !important;
    font-weight: 100;
    width: 173px !important;
    height: 60px !important;
  }

  .activ-immg img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 32%;
  }

  .orrracct .acti-imagee {
    height: 220px !important;
    width: 220px !important;
    left: 50px;
    top: 50px;
  }

  .activities .orrracct {
    height: 230px !important;
    width: 85% !important;
  }

  body footer.footer {
    /* padding-top: 12rem !important; */
  }

  section.alll__coureses {
    padding: 0 !important;
    margin-top: -20px !important;
  }

  section.about__banner {
    height: 40vh !important;
  }

  section.about__banner::after {
    content: '';
    height: 40vh !important;
  }

  .cours_ss-heading {
    /* top: 18%  !important; */
  }

  .course__button {
    top: 102% !important;
    /* left: -5% !important; */
  }

  .cursseinngg p {
    font-size: 13px !important;
  }

  section.course_containersdf.neewccoursses .col-md-8 {
    width: 100%;
  }

  section.course_containersdf.neewccoursses .col-md-4 {
    width: 100%;
  }

  .course____wrapper {
    background: #f9f9f9;
    padding: 0 0px 0 0 !important;
    position: relative;
    top: 0 !important;
  }

  .descrprimages {
    top: 13px;
  }

  section.about__events {
    height: 475px !important;
    background: #f9f9f9;
  }

  .cours_ss-heading.event {
    top: 325px !important;
  }

  section.alll___eventss {
    padding-top: 60px;
  }

  .exp_top h1 {
    letter-spacing: 1px;
  }

  .foootermaaains {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width:320px) and (max-width:767px) {
  section.banner {
    height: 300px !important;
  }

  .event-left___side.article {
    margin-top: 0;
  }

  body section.about__publication {
    text-align: center;
    margin-top: 0em;
    height: 300px !important;
    width: 100%;
    padding-top: 0;
    background: #f9f9f9;
  }

  .abb_bane_content {
    height: auto !important;
  }

  body .about__img.events__img {
    height: auto;
    margin-top: -200px !important;
    position: relative;
  }

  body .about__publication .cours_ss-heading.article {
    position: relative;
    top: -50px !important;
    padding-top: 0;
  }

  body section.alll__coureses.article {
    margin-top: 0 !important;
    padding-top: 0px !important;
  }

  .photocount {
    color: #fff !important;
  }

  section.about__banner.gallery_single {
    height: auto !IMPORTANT;
    position: relative;
  }

  .about__img.gallery__img {
    height: 140px !important;
  }

  .cours_ss-heading.gallery-single {
    position: relative !important;
  }

  .about__img.opjjses {
    width: 100% !important;
    height: auto !important;
    margin-top: 0 !important;
  }

  section.gallley_indi {
    margin-top: 50px !important;
  }

  .folder-gallerry {
    /* margin-top: 0 !important; */
  }
}

/* dont remove this class */
.counImgbgVenter {
  text-align: center;

}

@media screen and (max-width:450px) {
  .top-image {

    margin-top: -56px;
    margin-bottom: 40px;
  }

}


@media screen and (min-width: 767px) and (max-width: 1100px) {

  .coursguru img,
  video#video11 {
    height: auto !important;
  }
}

/* dont remove this class */
.counAnimated {
  font-family: Arial, sans-serif;
  /* background-color: #a9a3d8; */
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0;
}

/* dont remove this class */
.counterAnimated-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  width: 80%;
  /* padding: 50px 0; */
}

/* dont remove this class */
.counterAnimated {
  text-align: center;
  color: #ffffff;
  /* background-color: #6c5ce7; */
  padding: 20px;
  border-radius: 10px;
}

/* dont remove this class */
.counterAnimated .count {
  font-size: 2.5rem;
  font-weight: bold;
  display: block;
  font-family: "Poppins-Regular";
}

/* dont remove this class */
.counterAnimated p {
  font-size: 1rem;
  margin: 0;
}

/* dont remove this class */
.countTxt {
  color: #fff;
}

/* dont remove this class */
.CountourMissin {
  color: #fff;
  font-family: "Poppins-Regular";
  font-size: 18px;
}

/* dont remove this class */
.counImgbgVenter {
  padding: 50px 0;
}