@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap" rel="stylesheet');
@import url("https://fonts.googleapis.com/css2?family=Aclonica&display=swap");
html {
  font-family: "Josefin Sans";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-decoration: none;
}

.container {
  width: 100%;
  min-height: 100vh;
}

.hero {
  height: 100vh;
  background-image: linear-gradient(rgb(0 0 0 / 87%), rgb(0 0 0 / 0%)),
    url(../images/yoga-course-in-india.jpg);
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
  position: relative;
}


.zoom {
  -webkit-animation: scale 40s linear infinite;
          animation: scale 40s linear infinite;
}

@-webkit-keyframes scale {
  50% {
    transform: scale(1.1);
  }
}

@keyframes scale {
  50% {
    transform: scale(1.1);
  }
}

.header {
  height: auto;
  display: flex;
  z-index: 9;
}

#header {
  position: fixed;
  top: -5px;
  width: 100%;
  display: block;
  transition: top 0.3s;
}

#header a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  font-size: 17px;
}

#header a:hover {
  color: #fff;
}


.pa-fixed-logo {
  top: -10px;
  background-color: #af882e;

  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 7px 42px 5px 97px;
  width: 100%;
}
.logo img {
  width: 100px;
}

.nav {
  flex: 1;
}
.nav ul {
  align-items: center;
  margin-left: 50px;
  display: inline;
}
.nav li {
  display: inline-block;
  list-style: none;
  margin: 10px;
  cursor: pointer;
  color: #fff;
}
.nav li a {
  color: #fff;
  text-decoration: none;
}
.nav ul li a::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #a83810;
  display: block;
  margin: auto;
  transition: 0.5s;
}
.nav li a:hover::after {
  width: 100%;
}
.book-btn {
  border: 2px solid #f1f1f0;
  border-radius: 10px;
  padding-left: 30px;
  cursor: pointer;
  text-decoration: none;
  text-decoration: none;
  color: #fff;
  margin-top: 12px;
  background-color: #7fffd400;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Josefin Sans";
}
.book-btn img{ 
  width: 24px;
  display: inline-block;
  position: absolute;
  margin-left: -27px;
  margin-top: -4px;
}

@media screen and (max-width: 750px) {
  .book-btn img{ 
    margin-top: -6px;
    margin-left: -30px;
  }
}

.wp-img{ 
  width: 24px;
  display: inline-block;
  position: absolute;
  margin-left: -27px;
  margin-top: -4px;
}


.book-btn:hover {
  background-color: #8c6222;
  border: 2px solid #baa687;
  transition: all 0.5s ease;
}
.nav .book-btn {
  float: right;
}
.banner-title {
  padding: 150px 130px;
}
.banner-title h1 {
  margin-top: 70px;
  font-size: 27px;
  letter-spacing: 8px;
  margin-bottom: 53px;
  color: #d4a258;
  font-weight: 800;
  text-transform: uppercase;
}
.banner-title h1 span {
  display: inline-block;
  background-color: #956f36;
  color: #fff;
  padding: 10px 10px 10px 20px;
  align-self: center;
  border-radius: 20px 0px 0px 20px;
  margin-top: 35px;
}
.book-btn2 {
  background-color: #edebe8;
  padding: 10px 0px 10px 10px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0.5px 0.5px 6px 3px rgb(165 162 158 / 34%);
  text-decoration: none;
  color: #74521e;
  font-size: 30px;
  font-weight: 600;
}
.book-btn2:hover {
  background-color: #956f36;
  transition: all 0.5s ease;
  color: #fff;
}

.banner-info {
  position: absolute;
  width: 60%;
  height: auto;
  right: 0;
  float: right;
  bottom: 0;
  background-color: #956f36;
  padding: 10px;
}
.banner-info .banner-bottom-info {
  text-align: center;
  display: inline-block;
  width: 23%;
  padding: 4px 10px 8px 15px;
  color: #fff;
}

.white {
  fill: white;
}

.vertical-bar {
  height: 100%;
  background-color: #9a691fdb;
  top: 0;
  left: 0;
  position: absolute;
  box-shadow: 4.5px 3.9px 17px rgb(23 21 21 / 87%);
}

.m-menu {
  height: 60%;
  width: 80px;
}
.m-menu .fa {
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}
.menu-bg {
  background-color: #6342110f;
  border-radius: 50%;
  box-shadow: 3.5px 2.9px 9px rgb(55 52 52 / 80%);
  padding: 14px 11px 10px 14px;
  width: 55px;
  height: 55px;
}
.menu-bg .mh:hover {
  background-color: #7554220f;
  transition: all 0.5s ease;
}
.social {
  color: #fff;
  font-size: 20px;
  height: 44%;
  width: 80px;
  background-color: #956f36;
  text-align: center;
  padding-top: 13%;
  bottom: 0;
  position: absolute;
  box-shadow: -2.5px -10.1px 10px rgb(47 45 45 / 80%);
}
.social .fa {
  margin: 20px 19px;
  display: block;
  padding: 10px;
  color: #fff;
}
.social-bg {
  background-color: #6342110f;
  border-radius: 50%;
  box-shadow: 3.5px 2.9px 9px rgb(55 52 52 / 80%);
}
.fo:hover {
  background-color: #3b5998;
  transition: all 0.5s ease;
}
.io:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  transition: all 0.5s ease;
}
.to:hover {
  background-color: #00acee;
  transition: all 0.5s ease;
}
.yo:hover {
  background-color: #c4302b;
  transition: all 0.5s ease;
}
.fees {
  background-color: #956f36;
  padding: 10px 11px 10px 10px;
  border-radius: 26px 0px 0px 26px;
  color: #fff;
}

.header .fa {
  display: none;
}

.social-m {
  display: none;
}

@media (device-width: 1024px) {
  .hero{
    height: 50vh;
    background-position: left;
  }
  .menu{
    max-height: 30%;
  }

  .contact span {
    display: flex;
    justify-content: space-around;
    line-height: 30px;
}
}
@media (max-device-width: 768px) {
  .vertical-bar {
    display: none;
  }
  .book-btn2 {
    font-size: 18px;
  }
  .banner-title {
    padding: 12px 30px;
    line-height: 53px;
    margin-top: 70px;
    text-align: center;
    line-height: 47px;
  }
  .banner-title h1 {
    font-size: 20px;
    margin-top: 10px;
    letter-spacing: 2px;
    margin-bottom: 45px;
    font-weight: 600;
    color: #f7f5f2;
  }

  .banner-info {
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    float: right;
    padding: 2px;
    bottom: 0;
    border-radius: 40px 40px 0px 1px;
    box-shadow: -0.5px -6.1px 8px rgb(43 40 38 / 57%);
  }
  .banner-info .banner-bottom-info {
    text-align: center;
    display: inline-block;
    width: 24%;
    padding: 3px 2px 8px 2px;
    color: #fff;
  }
  .banner-bottom-info p {
    font-size: 12px;
  }

  .hero {
    height: 48vh;
    background-image: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 0%)),
      url(../images/yoga-course-in-india.jpg);
    background-size: cover;
    overflow-x: hidden;
    position: relative;
  }
  .open {
    background-color: #634211;
    border-radius: 50%;
    box-shadow: 0.5px 2.9px 13px rgb(0 0 0 / 52%);
    padding: 12px 14px 12px 12px;
    width: 45px;
    height: 45px;
  }

  .banner-title h1 span {
    font-size: 14px;
    display: inline-block;
    background-color: #956f36;
    color: #fff;
    padding: 2px 20px 2px 20px;
    align-self: center;
    border-radius: 20px 20px 20px 20px;
    line-height: 30px;
    margin-top: 0px;
  }
  .header {
    padding: 0px 0px;
    margin-left: 0px;
  }
  .logo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 19px 164px 4px 17px;
    width: 100%;
  }
  .fa-list {
    position: absolute;
    right: 20px;
    top: 0px;
  }

  .header .fa {
    display: block;
    color: #fff;
    margin: 13px 15px -7px 8px;
    font-size: 20px;
    cursor: pointer;
  }

  .nav {
    height: 100vh;
    width: 200px;
    background-color: #74521e;
    top: 5px;
    right: -200px;
    position: absolute;
    text-align: left;
    z-index: 2;
    transition: 0.5s;
  }

  .nav ul {
    padding: 0px;
    display: block;
    margin-left: 18px;
    margin-top: 15px;
  }
  .nav li {
    padding: 0px;
    display: block;
    margin: 0px;
    display: flex;
  }

  #header a {
    float: left;
    display: block;
    color: #f7f6f6;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 12px;
  }

  #header ul li a {
    font-size: 0.9em;
  }

  .book-btn a{
    font-size: 16px;
  }

  .nav ul li a {
    display: block;
  }
  .nav .book-btn {
    float: left;
    margin-left: 1px;
    box-shadow: 3.5px 2.9px 9px rgb(55 52 52 / 80%);
    border: 1px solid #a06d27d1;
    background-color: #956f36;
    border: 2px solid #ffffff42;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    margin-top: 5px;
    font-size: 15px;
  }

  .menu-left-bg {
    background-color: #6342110f;
    border-radius: 50%;
    box-shadow: 3.5px 2.9px 9px rgb(55 52 52 / 80%);
    padding: 13px 15px 12px 14px;
    width: 45px;
    height: 45px;
  }

  .social-m {
    display: block;
    color: #fff;
    font-size: 28px;
    height: 48%;
    width: 100%;
    padding-top: 40%;
    position: absolute;
    margin-left: -19px;
  }

  .social-m h6 {
    margin-bottom: 2px;
    margin-left: 35px;
  }

  .social .fa {
    margin: 20px 20px;
    display: block;
    padding: 18px;
  }
  .social-bg {
    background-color: #6342110f;
    border-radius: 50%;
    box-shadow: 3.5px 2.9px 9px rgb(55 52 52 / 80%);
  }
  .contact-right {
    background-color: #956f3687;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 5.5px 7.9px 16px rgb(21 17 11 / 42%);
    align-items: center;
    width: 95%;
    margin-left: 7px;
    display: inline-block;
  }
  .contact-right .contact-details {
    padding: 0px;
  }

  @media (max-device-width: 320px) {
    .book-btn2 {
      font-size: 15px;
    }
    .banner-title {
      padding: 118px 13px;
      line-height: 50px;
    }
  }

  @media (device-width: 425px) {
    .banner-title h1 {
      font-size: 16px;
      letter-spacing: 1px;
      margin-bottom: 17px;
      font-weight: 600;
    }
    .book-btn2 {
      font-size: 18px;
    }

    .banner-title{
      padding: 34px 30px;
    margin-top: 36px;
    text-align: center;
    line-height: 28px;
    }
  }
}

@media (device-width: 375px) {
  .banner-title {
    padding: 100px 17px;
    line-height: 50px;
  }
  .book-btn2 {
    font-size: 18px;
  }
}

#burger-toggle {
  position: absolute;
  appearance: none;
  opacity: 0;
}

#burger-toggle:checked ~ .menu {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
#burger-toggle:checked ~ .menu .menu-nav-link span div,
#burger-toggle:checked ~ .menu img,
#burger-toggle:checked ~ .menu .title p {
  transform: translateY(0);
  transition: 1.2s 0.1s cubic-bezier(0.35, 0, 0.07, 1);
}
#burger-toggle:checked ~ .menu .image-link:nth-child(1) img {
  transition-delay: 0.18s;
}
#burger-toggle:checked ~ .menu .image-link:nth-child(2) img {
  transition-delay: 0.26s;
}
#burger-toggle:checked ~ .menu .image-link:nth-child(3) img {
  transition-delay: 0.34s;
}
#burger-toggle:checked ~ .menu .image-link:nth-child(4) img {
  transition-delay: 0.42s;
}
#burger-toggle:checked ~ .burger-menu .line::after {
  transform: translateX(0);
}
#burger-toggle:checked ~ .burger-menu .line:nth-child(1) {
  transform: translateY(calc(var(--burger-menu-radius) / 5)) rotate(45deg);
}
#burger-toggle:checked ~ .burger-menu .line:nth-child(2) {
  transform: scaleX(0);
}
#burger-toggle:checked ~ .burger-menu .line:nth-child(3) {
  transform: translateY(calc(var(--burger-menu-radius) / -5)) rotate(-45deg);
}

.burger-menu {
  --burger-menu-radius: 50px;
  position: absolute;
  top: 5vh;
  left: 12px;
  z-index: 100;
  display: block;
  width: var(--burger-menu-radius);
  height: var(--burger-menu-radius);
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 3.5px 2.9px 9px rgb(55 52 52 / 80%);
  padding: 12px 11px 10px 15px;
}
.burger-menu .line {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 3px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
}
.burger-menu .line:nth-child(1) {
  top: 30%;
}
.burger-menu .line:nth-child(2) {
  top: 50%;
}
.burger-menu .line:nth-child(3) {
  top: 70%;
}
.burger-menu .line::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color-darker);
  transform: translateX(-100%);
  transition: 0.25s;
}
.burger-menu .line:nth-child(2)::after {
  transition-delay: 0.1s;
}
.burger-menu .line:nth-child(3)::after {
  transition-delay: 0.2s;
}
.burger-menu:hover .line::after {
  transform: translateX(0);
}

.menu {
  position: fixed;
  top: 0;
  left: 80px;
  width: 70%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #956f36;
  opacity: 0;
  overflow-x: hidden;
  visibility: hidden;
  transition: 0.5s;
  box-shadow: -2.5px -10.1px 10px rgb(0 0 0 / 56%);
}
@media screen and (max-width: 750px) {
  .menu {
    display: block;
  }
}
.menu-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
}
@media screen and (max-width: 750px) {
  .menu-nav {
    flex-direction: column;
  }
}
.menu-nav-item {
  flex: 1;
}
.menu-nav-link {
  position: relative;
  display: inline-flex;
  font-size: 2rem;
  color: white;
  text-decoration: none;
}
.menu-nav-link span {
  overflow: hidden;
}
.menu-nav-link span div {
  transform: translateY(102%);
}
.menu-nav-link::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--primary-color);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.menu-nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.menu .gallery {
  margin-top: 10px;
  text-align: center;
}
.menu .title {
  font-size: 25px;
  overflow: hidden;
  font-weight: 600;
  border-bottom: 1px solid #f6f4f14a;
  padding: 9px;
  text-shadow: 2px 2px #151515;
}

.menu .title p{
  color: #fff;
}

.menu .images {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .menu .images {
    justify-content: center;
  }
}
.menu .images .image-link {
  width: 15vw;
  margin: 0 12px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0.5px -5.1px 10px rgb(15 14 14 / 25%);
}
@media screen and (max-width: 750px) {
  .menu .images .image-link {
    width: 40vw;
    margin: 0 12px 12px 0;
  }
}
.menu .images .image-link .image {
  position: relative;
  transition: 0.6s;
}
.menu .images .image-link .image::before {
  position: absolute;
  content: attr(data-label);
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.4s;
  box-shadow: -2.5px -10.1px 10px rgb(0 0 0 / 56%);
}
.menu .images .image-link:hover .image {
  transform: scale(1.2);
}
.menu .images .image-link:hover .image::before {
  opacity: 1;
}
.menu .images img {
  height: auto;
  width: 100%;
  border-radius: 10px;
  transform: translateY(102%);
}
.contact {
  padding: 15px;
  background-color: #956f36;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: -0.5px -1.1px 6px rgb(122 91 45);
  align-items: center;
  width: 90%;
  margin-left: 35px;
}
.contact a{
  color: #fff;
}

.contact a:hover{
  color: rgb(235, 230, 230);
}
.contact:hover {
  background-color: #8a6329;
  transition: 0.5s;
}
.contact span {
  margin-left: 15px;
}

.about-course {
  width: 80%;
  margin: auto;
  padding-top: 80px;
  text-align: center;
}
.about-course h1 {
  font-size: 30px;
  font-family: "Aclonica", sans-serif;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}

.about-course p {
  font-size: 18px;
  color: #000;
  padding: 10px;
}
hr {
  display: inline-block;
  position: relative;
  border-top: 1px solid #000;
  top: 0;
  width: 80%;
}

@media screen and (max-width: 750px) {
  .about-course {
    width: 90%;
    margin: auto;
    padding-top: 35px;
    text-align: center;
  }

  .about-course h1 {
    font-size: 18px;
    line-height: 24px;
    font-family: "Aclonica", sans-serif;
    color: #000;
    letter-spacing: 3px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
  }
  .about-course p {
    font-size: 16px;
    color: #000;
    padding: 10px;
    line-height: 23px;
  }
}

.sectionClass {
  padding: 10px 0px 51px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.projectFactsWrap {
  display: flex;
  margin-top: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  width: 25%;

  padding: 20px 0px;
  text-align: center;
  transition: transform 0.5s;
}

.projectFactsWrap .item:hover {
  border-radius: 5px;
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.1);
  transform: scale(0.9);
}

.projectFactsWrap .item:nth-child(1) {
  background: rgb(141 98 34);
  border-right: 1px solid #fff;
}

.projectFactsWrap .item:nth-child(2) {
  background: rgb(148 109 51);
  border-right: 1px solid #fff;
}

.projectFactsWrap .item:nth-child(3) {
  background: rgb(141 98 34);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.projectFactsWrap .item:nth-child(4) {
  background: rgb(148 109 51);
  border-top: 1px solid #fff;
}

.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  font-family: "Aclonica";
  letter-spacing: 2px;
}
.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}

.projectFactsWrap .item:hover span {
  background: white;
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
    width: 25%;
    padding: 10px 0px;
    text-align: center;
    transition: transform 0.5s;
  }
  .projectFactsWrap .item p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 9px;
    text-transform: uppercase;
    font-family: "Aclonica";        
    letter-spacing: 2px;
  }
}

.class {
  width: 90%;
  margin: auto;
  padding: 71px 10px 30px 10px;
  text-align: left;
}

.class h2 {
  font-size: 25px;
  font-family: "Aclonica", sans-serif;
  color: #333232;
  letter-spacing: 3px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

@media (max-width: 786px) {
  .class h2 {
    font-size: 22px;
  }

  .class-info__text ul li {
    display: inline-block;
    list-style: none;
    padding: 6px;
    font-size: 15px;
    color: #000;
}

}


.class p {
  font-size: 18px;
  color: #000;
  padding: 10px 10px 10px 0px;
}

.class-info {
  width: 90%;
    position: relative;
    max-width: 90%;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgb(34 35 58 / 20%);
    padding: 10px 7px 7px 7px;
    border-radius: 25px;
    height: 442px;
    transition: all 0.3s;
}

.class-info-200-hour {
  width: 90%;
    position: relative;
    max-width: 90%;
    margin: auto;
    background: #f4f4f4f7;
    box-shadow: 0px 14px 80px rgb(2 3 16 / 32%);
    padding: 10px 7px 7px 7px;
    border-radius: 25px;
    height: 442px;
    transition: all 0.3s;
}


.weight-loss-class {
  width: 90%;
  margin: auto;
  padding: 71px 10px 30px 10px;
  text-align: left;
}

.weight-loss-class h2 {
  font-size: 25px;
  font-family: "Aclonica", sans-serif;
  color: #333232;
  letter-spacing: 3px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.weight-loss-class p {
  font-size: 18px;
  color: #000;
  padding: 10px 10px 10px 0px;
}

@media screen and (max-width: 1024px) {
  .class-info {
    height: 500px;
  }

  @media screen and (max-width: 992px) {
    .class-info {
      max-width: 680px;
      height: 400px;
    }
  }
  @media screen and (max-width: 768px) {
    .class-info {
      min-height: 500px;
      height: auto;
      margin: 60px auto;
      margin-top: 132px;
    }
    .class {
      width: 90%;
      margin: auto;
      padding-top: 0px;
      text-align: center;
    }
    .class p {
      font-size: 16px;
      color: #000;
      padding: 10px;
    }

    .weight-loss-class {
      width: 90%;
      margin: auto;
      padding: 0px;
      text-align: center;
      padding-bottom: 30px;
    }

    .weight-loss-class p {
      font-size: 16px;
      color: #000;
      padding: 10px;
    }
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .class-info {
    height: 350px;
  }
}
.class-info__item {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .class-info__item {
    flex-direction: column;
  }
}

@media screen and (max-width: 425px) {
  .class-info__content .class-info__code span {
    padding: 8px 4px 2px 6px;
    display: flex;
    flex-direction: column;
    color: #000;
  }
  .fa.fa-clock-o {
    position: absolute;
    margin-left: 30px;
    color: #000;
    display: contents;
  }
}

.fa.fa-clock-o {
  color: #000;
}
.class-info__img {
  width: 300px;
    flex-shrink: 0;
    height: 349px;
    box-shadow: 4px 13px 30px 1px #b0b0b0;
    border-radius: 20px;
    transform: translateX(-40px);
    overflow: hidden;
}

.class-info__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  border-radius: 20px;
  opacity: 0.8;
}
.class-info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .class-info__img {
    transform: translateY(-50%);
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 576px) {
  .class-info__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .class-info__img {
    height: 270px;
  }
}
.class-info__content {
  padding-right: 25px;
}

.class-info__content-dates{
  margin-top: 6px;
  padding: 20px;
  border-left: 1px solid #c8c8d080;
  padding-left: 2.8em;
    margin-left: 0.8em;


}
@media screen and (max-width: 768px) {
  .class-info__content {
    margin-top: -180px;
    text-align: center;
    padding: 0 30px;
  }
  .class-info__content-dates {
    margin-top: 74px;
    padding: 0px;
    border-left: none;
  }
  .class-info__text2 ul li{
    list-style: none;
    padding: 8px;
    font-size: 15px;
    color: #000;
    width: 100%;
    border-radius: 10px;
    box-shadow: 6.5px -5.1px 34px rgb(131 126 124 / 28%);
  }

}
@media screen and (max-width: 576px) {
  .class-info__content {
    padding: 0;
  }
}
.class-info__content > * {
  transform: translateY(25px);
  transition: all 0.4s;
}

.class-info__title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}

.class-info__content .class-info__code {
  color: #000;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
  background-color: #ffffff;
  padding: 10px 0px;
  text-align: center;
  border-radius: 15px;
  box-shadow: -0.5px 7.9px 20px rgb(131 126 124 / 48%);
}
.class-info__code span {
  padding: 0px 26px 0px 16px;
  color: #000;
  padding: 10px;
}

.class-info__text {
  color: #000;
  margin-bottom: 10px;
  line-height:25px;
}

.class-info__text ul span {
  font-size: 18px;
  font-weight: 600;
  padding: 5px;
  display: block;
  color: #000;
}

.class-info__text ul {
  padding: 14px 0px 0px 0px;
}
.class-info__text ul li {
  list-style: none;
  padding: 3px;
  font-size: 16px;
  color: #000;
  margin-bottom: 3px;

}

.class-info__text ul li span{
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
.class-info__text .heading{
  color: #000;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 10px;
  box-shadow: -0.5px 7.9px 20px rgb(131 126 124 / 48%);

}

.class-info__text .fee{
  color: #000;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;margin-top: 20px;

}

sup {
  position: relative;
  font-size: 75%;
  color: #000;
  }

  .sup {
    top: -0.5em;}

.class-info__button {
  display: inline-flex;
  background-color: #956f36;
  padding: 8px 20px;
  border-radius: 50px;
  color: #fff;
  box-shadow: -9px 14px 59px rgb(141 98 34);
  text-decoration: none;
  font-weight: 800;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
.class-info__button:hover {
  background-color: #694c20;
}

.class-img {
  height: auto;
}
.class-img img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.class-img:hover img {
  transform: scale(1.1);
}

.link {
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.link--arrowed {
  display: inline-block;
  line-height: 2rem;
}
.link--arrowed .arrow-icon {
  position: relative;
  top: -1px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
.link--arrowed .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.link--arrowed:hover .arrow-icon {
  transform: translate3d(5px, 0, 0);
}
.link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

@media screen and (max-width: 576px) {
  .class-info__button {
    width: 100%;
    padding: 4px 4px;
    letter-spacing: 0px;
    font-size: 13px;
  }
  
}
.class-info .swiper-container-horizontal > .swiper-pagination-bullets,
.class-info .swiper-pagination-custom,
.class-info .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.ribbon6 {
  width: 249px;
  height: 38px;
  line-height: 40px;
  position: absolute;
  top: 36px;
  font-size: 15px;
  letter-spacing: 2px;
  z-index: 2;
  left: -86px;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(302deg);
  border: 1px dashed;
  box-shadow: 0 0 0 3px #af882e, 11px 16px 24px -11px rgb(5 5 5);
  background: #956f36;
  text-align: center;
  color: #fff;
}
@media (min-width: 500px) {
  .ribbons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ribbon {
    width: 48%;
  }
}

.preview-block {
  position: inherit;
  max-width: 450px;
  width: 100%;
  margin-top: 40px;
}
.preview-block__content {
  position: relative;
  top: -40px;
}

.image-block {
  height: 300px;
  width: 100%;
  position: relative;
  z-index: -1;
  box-shadow: 1px 3px 20px #aaa;
}
.image-block__wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.image-block__image {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.btn {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 1000;
  bottom: 5px;
  left: 10px;
  background-color: transparent;
  border: none;
  color: #1B998B;
  cursor: pointer;
  transition: 0.3s ease;
  outline: none;
}
.btn span {
  height: 15px;
}
.btn svg {
  width: 15px;
  height: 15px;
  fill: #1B998B;
}
.btn:hover {
  color: #1B998B;
  letter-spacing: 1.3px;
}

.block {
  max-width: 450px;
  width: 100%;
  box-shadow: 1px 3px 20px #aaa;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
  transition: 0.6s ease;
  font-size: 0.9em;
}

.yoga-ttc{
  display: flex;
  flex-direction: row; 
  flex-wrap: nowrap;
  justify-content: space-around;
}

.ttc-details{
  display: flex ;
  flex-direction: column;
}
.ttc-details span{
  color: #000;
  font-weight:400;
  text-align: left;
  line-height: 25px;
}


.block__content {
  display: inline-block;
  transition: 0.3s ease;
  color: #000;
  line-height: 23px;
  padding: 10px;
}
.block:before {
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
  background-image: linear-gradient(0deg, #fff 30%, transparent);
}
.block__title {
  margin-bottom: 0;
  color: #000;
}
.block__name {
  margin: 10px 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: #444343;
  letter-spacing: 3px;
}
.block--open {
  transition: 0.6s ease;
  max-height: 1000px;
  padding: 15px;
}
.block--open:before {
  opacity: 0;
  z-index: -200;
}
.block--open .btn {
  bottom: 10px;
}
.block--open .btn span {
  display: inline;
}
.block--open .btn svg {
  transform: rotate(180deg);
}
.block--open .block__content {
  display: block;
  padding-bottom: 20px;
}
.block__tags {
  max-width: 450px;
  width: 100%;
  box-shadow: 1px 3px 20px #aaa;
  padding: 15px 15px 0.5em;
  margin: 15px 0;
  font-size: 0.9em;
  border-radius: 10px;
}
.block__tags-item {
  padding: 0.2em 0.8em;
  font-size: 13px;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  color: #fff;
  border-radius:5px;
  display: inline-block;
  line-height: 1.6em;
  background-color: #555555;
  box-shadow: 1px 3px 20px #aaa;
}

@media (max-width: 768px) {.page-actions
   {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

}

.page-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 450px;
  width: 100%;
  padding: 1em;
  box-shadow: 1px 3px 20px #aaa;
  border-radius: 5px;
  overflow: hidden;
  border-radius: 10px;
  
}
.page-actions__button {
  border-radius: 50%;
  border: none;
  width: 60px;
  height: 60px;
  background-color: #fff;
  box-shadow: 1px 5px 20px #aaa;
  position: relative;
  top: 130px;
  cursor: pointer;
  animation: jump_go 0.5s ease forwards;
  transition: 0.3s ease;
}
.page-actions__button svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  position: relative;
  top: 2px;
}
.page-actions__button--prev {
  width: 52px;
  height: 52px;
  animation-delay: 0s;
}
.page-actions__button--prev:hover {
  box-shadow: 1px 5px 30px #aaa;
}
.page-actions__button--prev:active {
  box-shadow: 1px 5px 10px #aaa;
}
.page-actions__button--prev svg {
  fill: #888;
}
.page-actions__button--chat {
  background-color: #1B998B;
  box-shadow: 1px 5px 20px rgba(27, 153, 139, 0.6);
  animation-delay: 0.1s;
  transition: 0.3s ease;
}
.page-actions__button--chat:hover {
  box-shadow: 1px 5px 30px rgba(27, 153, 139, 0.6);
}
.page-actions__button--chat:active {
  box-shadow: 1px 5px 10px rgba(27, 153, 139, 0.6);
}
.page-actions__button--like {
  background-color: #E71D36;
  box-shadow: 1px 5px 20px rgba(231, 29, 54, 0.6);
  animation-delay: 0.2s;
  transition: 0.3s ease;
}
.page-actions__button--like:hover {
  box-shadow: 1px 5px 30px rgba(231, 29, 54, 0.6);
}
.page-actions__button--like:active {
  box-shadow: 1px 5px 10px rgba(231, 29, 54, 0.6);
}
.page-actions__button--like-remove {
  animation: remove_animation_go 0.3s ease forwards;
}
.page-actions__button--next {
  width: 52px;
  height: 52px;
  animation-delay: 0.3s;
}
.page-actions__button--next:hover {
  box-shadow: 1px 5px 30px #aaa;
}
.page-actions__button--next:active {
  box-shadow: 1px 5px 10px #aaa;
}
.page-actions__button--next svg {
  fill: #888;
}

@keyframes jump_go {
  0% {
    transform: translateY(0) scale(0.3);
  }
  30% {
    transform: translateY(-140px) scale(0.7);
  }
  40% {
    transform: translateY(-120px) scale(0.95);
  }
  50% {
    transform: translateY(-135px) scale(1);
  }
  60% {
    transform: translateY(-125px) scale(0.95);
  }
  100% {
    transform: translateY(-130px) scale(1);
  }
}
@keyframes remove_animation_go {
  0% {
    transform: translateY(-130px) scale(1);
  }
  90% {
    transform: translateY(-130px) scale(1.1);
  }
  100% {
    transform: translateY(-130px) scale(0);
  }
}

@media (device-width: 1024px) {
  .image-block{
    height: 260px;   
  }
  .preview-block{
   padding: 10px;
   margin-top: 20px;
  }

  .pricingTable .month{
    margin-left: -5px;
  }

  .class-info__button{
    background-color: #956f36;
    padding: 8px 13px;
    border-radius: 40px;
    color: #fff;
    box-shadow: -9px 14px 59px rgb(141 98 34);
    text-decoration: none;
    font-weight: 800;
  }  
  }

  @media (max-width: 768px) {
    .yoga-ttc{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
  }
}


@media screen and (max-width: 450px) {
  .preview-block {
    top: 0;
  }

  .image-block__wrapper {
    border-radius: 0;
  }
  .yoga-ttc {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;}

    .image-block{
      height: 232px;
    position: relative;
    }
}

#features{
   width: 100%;
   padding: 70px 0;background-color: rgb(240 240 240 / 47%);
}
.title-text{
  text-align: center;
  padding-bottom: 30px;
}
.title-text h3 {
  margin: auto;
  font-size: 30px;
font-weight: bold;
letter-spacing: 3px;
text-transform: uppercase;
color: #000;
font-family: "Aclonica", sans-serif;
position: relative;
z-index: 1;
display: inline-block;

}

.title-text h3::after{
  content: '';
  width: 50px;
  height: 35px;
  background: linear-gradient(#956f36, #fff);
  top: -22px;
  left:0;
  z-index:-1;
  transform:rotate(10deg);  
  position: absolute;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.title-text p {
  font-size: 18px;
   color: #000;
}

.features-box{
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.features{
flex-basis: 50%;
}

.features h5{
  color: #000;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  
}
.features-icon{
  width: 40px;
  height: auto;

}
.features-des{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.features-text p{
  color: #000;
  padding: 0 20px;
  text-align: initial;
  line-height: 22px;
}

.features-img{
  flex-basis: 50%;
  margin: auto; 
}

.features-img img{
   width: 100%;
   margin:auto ;
}

@media (max-device-width: 768px) {
  .features{
    flex-basis: 100%;
    }
    .features-img{
      flex-basis: 100%;
      margin: auto; 
    }

.features-img img{
   width: 100%;
}
.title-text h3{
  font-size: 22px;
   color: #000;
   font-family: "Aclonica", sans-serif;
}
.title-text p {
  font-size: 16px;
  color: #000;
  padding: 10px;
}
}

#membership{
  width: 100%;
  padding: 10px 0;
  background-color: #f8f8f8;
  background-size: cover;
  background-position: center;
}
.btn-membership{
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding: 12px 30px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  box-shadow: 1px 3px 20px #aaa;
  cursor: pointer;
}

.btn-membership:hover{
    background-color: #8d6222;
    transition: all 0.3s ease 0s;
    box-shadow: 0px;
    cursor: pointer;
    color: #ffff;
}

.membership-title-text{
 text-align: center;
 padding: 30px 11px 30px 10px;
}
.membership-title-text h3 {
 margin: auto;
 text-align: center;
 font-size: 30px;
font-weight: bold;
letter-spacing: 3px;
text-transform: uppercase;
color: #000;
font-family: "Aclonica", sans-serif;
position: relative;
z-index: 1;
display: inline-block;
}

.membership-title-text h3::after{
 content: '';
 width: 50px;
 height: 35px;
 background: linear-gradient(#956f36, #fff);
 top: -22px;
 left:0;
 z-index:-1;
 transform:rotate(10deg);  
 position: absolute;
 border-top-left-radius: 35px;
 border-bottom-right-radius: 35px;
}



.membership-title-text p {
 font-size: 18px;
  color: #000;
}


.membership-features-box{
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.membership-features-box p{
  color: #000;
  text-align: left;

}

.membership-features{
  flex-basis: 30%;
    border-radius: 20px;
    padding: 20px;
    margin: 8px;
    text-align: center;
}

.membership-features:hover{
  background-color: #ffffff;
  box-shadow: 12px 10px 37px 3px rgb(108 108 108 / 60%);
  transition: 0.5s;
}

.membership-features h5{
 color: #000;
 font-size: 20px;
 font-weight: 800; 
}

.membership-features h5 small{
  font-size:75%;
  color: #000;
}

#membership .symbol{
  font-size: 25px;
  line-height: 22px;
  top: initial;
  color: #000;
}

#membership .rupee{
  font-size: 25px;
  line-height: 60px;
  color: #000;
}

#membership .rupee small{
  color: rgb(0 0 0 / 84%);
  font-size: 60%;
  font-weight: 400;
}

.membership-features-text p{
 color: #000;
 padding: 0 20px;
 text-align: initial;
}

@media (device-width: 1024px) {

  .membership-features{
    flex-basis: 41%;
    margin: 12px;
    padding: 15px;
}

.membership-title-text{
  padding: 24px 11px 11px 10px;
}
}

@media (max-device-width: 768px) {
 .membership-features{
   flex-basis: 100%;
   }

   .membership-title-text h3{
    font-size: 22px;
    color: #000;
    font-family: "Aclonica", sans-serif;
  }

  .membership-title-text p {
    font-size: 16px;
    color: #000;
    padding: 10px;
  }
  
.membership-features-box{
width: 80%;
}

.membership-features{
    margin:10px;
    box-shadow: 3px 1px 22px 6px rgb(174 174 174 / 45%);
}

.membership-features h5{
font-size: 20px;
text-align: center;
}

#membership .rupee {
  font-size: 25px;
  line-height: 30px;
  color: #000;
}

#membership .rupee small {
  display: table-header-group;
}

.membership-features-text{
  text-align: center;
  padding: 14px 10px 0px 10px;
}
}


.collapsible {
  background-color: #fff;
  box-shadow: 3px 1px 22px 6px rgb(174 174 174 / 45%);
  border-radius: 20px;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsible h5{
  font-size: 18px;
  color: #000;
  font-family: "Aclonica", sans-serif;
}

.collapsible h5 a{
  color: #000;
}

.collapsible h5 a:hover{
  color: #fff;
}
.collapsible h5:hover{
  color: #fff;
}

.collapsible h5 small{
  color: #000;
}
.collapsible h5 small:hover{
  color: #fff;}

.collapsible:hover{
  color: #fff;
}

.active, .collapsible:hover {
  background-color: #b48237;
    color: #fff;
}

.collapsible:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f2f2f2;
    box-shadow: 3px 1px 22px 6px rgb(174 174 174 / 45%);
    border-radius: 0px 0px 20px 20px;
}

.content img{
  margin-top: 15px;
}

.content p{
  color: #000;
  line-height: 30px;
  text-align: center;
  padding: 15px;
}

.content .call{
  color: #000;

}

.content ul li{
  list-style: none;
  color: #000;
  text-align: left;
  line-height: 30px;
  margin-top: 15px;
  padding: 0px;
}

.payment{
  display: flex;
  width: 90%;
  margin: auto;

}

@media (max-device-width: 768px) {
  .payment{
    display: flex;
    flex-wrap: wrap;
  }
  .membership-features {
    margin: 8px;
    width: 90%;
    box-shadow: 3px 1px 15px 4px rgb(174 174 174 / 38%);
}
.content{
padding: 0px;
}

.content ul li{
  padding: 6px 4px 2px 9px;
}
}

.pricing{
  width: 100%;
  padding: 50px 0;
}

.class-pricing{
  display: flex;
  flex-wrap: nowrap;
    justify-content: center;
}
.pricing-heading {
  text-align: center;
  padding-bottom: 20px;
}

.pricing-heading h4{
  margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    font-family: "Aclonica", sans-serif;
    position: relative;
    display: inline-block;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.pricing-heading p {
  font-size: 18px;
  color: #000;
  padding: 10px;

}
.pricing-table{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
}

.pricing-table-details{
  width: 33%;
  padding:20px

}

.pricingTable{
    border: 2px solid #e3e3e3;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    transform: translateZ(0px);
    box-shadow: 1px 3px 20px #aaa;
    border-radius: 15px;
}


.pricingTable:before,
.pricingTable:after{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.pricingTable:before{
    border-right: 2px solid #8d6222;
    border-left: 2px solid #8d6222;
    transform: scaleY(0);
    transform-origin: 100% 0 0;
    border-radius: 15px;
}

.pricingTable:after{
    border-bottom: 2px solid #8d6222;
    border-top: 2px solid #8d6222;
    transform: scaleX(0);
    transform-origin: 0 100% 0;
    border-radius: 15px;
}

.pricingTable:hover:before{
    transform: scaleY(1);
}

.pricingTable:hover:after{
    transform: scaleX(1);
}

.pricingTable .pricingTable-header{
    background: #8d6222;
    color: #fff;
    margin: -2px -2px 10px;
    padding: 20px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.pricingTable .heading{
  font-size: 22px;
  font-weight: 600;
  background-color: #fbfbfb;
  padding: 17px;
  color: #000;
}

.pricingTable .subtitle{
    font-size: 14px;
    display: block;
}

.pricingTable .price-value{
    font-size: 25px;
    font-weight: 400;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

.pricingTable .currency{
    font-size: 25px;
    font-weight: normal;
    position: absolute;
    top: 2px;
    left: -20px;
}

.pricingTable .month{
    font-size: 18px;
    position: absolute;
    padding-left: 5px;
   
}

.pricingTable .pricing-content{
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}



.pricingTable .pricing-content li{
    font-size: 16px;
    color: #000000ab;
    line-height: 40px;
}


.pricingTable .read{
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding: 9px 40px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  box-shadow: -1px 12px 25px #747272de;
  background-color: #8d6222;
  color: #fff;
  border-radius: 10px;
}

.pricingTable .read:hover{
  border-color: #8d6222;
  color: #ffffff;
  background-color: #000;
}

.pricingTable .read i{
    font-size: 19px; 
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 10px;
    transition: all 0.3s ease 0s;
    padding-right: 8px;
}

.pricingTable .read:hover i{
    right: 5px;
}

.pricingTable .read:hover:before,
.pricingTable .read:hover:after{
    border-left-color: #8d6222;
}


@media (device-width: 1024px) {
  .pricing-table-details{
   padding: 10px;
  }
}

@media screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 25px; }

    .pricing-table {
      display: flex;
      flex-direction: column;
      width: 100%;
      align-items: center;
}
.pricing-table-details {
  width: 90%;
  padding: 20px;
}

}
@media (max-device-width: 768px) {
.pricing-heading h4 {
    font-size: 22px;
    color: #000;
    font-family: "Aclonica", sans-serif;
    padding-bottom: 10px;
}

.pricing-heading p {
  padding: 0px;

}

.pricing{
  padding: 00px 0px 0px;
}

hr{
  top:-15px;
}
}



.yoga-teacher{
  width: 100%;
  margin: auto;
  }
  
  .teacher-title-text{
    text-align: center;
    padding: 50px 0px 0px 0px;
   }
   .teacher-title-text h3 {
    margin: auto;
    font-size: 30px;
   font-weight: bold;
   letter-spacing: 3px;
   text-transform: uppercase;
   color: #000;
   font-family: "Aclonica", sans-serif;
   position: relative;
   z-index: 1;
   display: inline-block;
   }
   
   .teacher-title-text h3::after{
    content: '';
    width: 50px;
    height: 35px;
    background: linear-gradient(#956f36, #fff);
    top: -22px;
    left:0;
    z-index:-1;
    transform:rotate(10deg);  
    position: absolute;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
   }
   
   .teacher-title-text p {
    font-size: 18px;
     color: #000;
    
   }

   .yog-gurus{
     width: 90%;
     padding: 10px;
     margin: 10px auto;
     display: flex;
    justify-content: space-between;

   }
   .gurus{
    padding: 20px;
   }
  
  .teachers {
    background-color: #f8f8f8;
    border-radius: 14px;
    box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 75%);
    color: #B3B8CD;
    /* padding-top: 30px; */
    position: relative;
    max-width: 100%;
    text-align: center;
  }
  
  .teachers .pro {
    color: #ffffff;
    background-color: #b48237;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    letter-spacing: 2px;
    font-size: 13px;
    padding: 8px 9px;
    position: absolute;
    top: 10px;
    box-shadow: 8px 8px 23px 1px #634211;
  }
  
  .teachers h5{
    font-size: 20px;
    color: #000;
    padding: 10px;

  }

  .teachers span{
    color: #000;
    font-weight: 600;
  }

  .teachers p{
    color: #000;
    padding: 6px;
    line-height: 22px;
  }

  .teachers .round {
    width: 100%;
    height: auto;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
  }
  
  .skills {
    background-color: #b48237;
    padding: 12px;
    margin-top: 11px;
    box-shadow: 2px 2px 41px 3px rgb(122 120 118 / 69%);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.khushbu-ji{
  font-size: 0px;
  margin-top: 0px;
}
  

  .skills h6{
    font-size: 20px;
    padding: 10px;
    color: #ded0bb;
    letter-spacing: 2px;
  }
 
  
  .skills ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .skills ul li {
    border: 1px solid #e2c69b;
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
    margin: 0 7px 7px 0;
    padding: 7px;
    color: #fff;
  }

  @media (device-width: 1024px) {
    .teachers h5{
      font-size: 17px;
  }
}

  @media (max-device-width: 768px) {
    .yog-gurus{
    width: 90%;
    padding: 10px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
   }

   .teacher-title-text h3{
    font-size: 22px;
   }

   .teacher-title-text p{
     font-size: 16px;
     padding: 10px;
   }


  }


.testimonial{
  width: 100%;
  padding: 60px 0;
  background-color: rgb(240 240 240 / 47%);
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;  
  margin: auto;
  
}

.testimonial h5 {
  margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    font-family: "Aclonica", sans-serif;
    position: relative;
    display: inline-block;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.testimonial p{
  margin-bottom: 30px;
  color: #000;
  text-align: center;
  padding: 0px 53px 0px 50px;
}

.written-test{
  display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;

}

.video-test{
  box-shadow: -10px 10px 40px rgba(0, 0, 0, 0.25);
  flex-basis: 80%;
  margin: auto;
  margin: 30px;
}

 .review-box{
  width: 90%;
  max-width: 700px;
  height: 300px;
  border-radius: 10px;
  box-shadow: -10px 10px 40px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  margin: 30px;
 }

 .card{
   height: 300px;
   padding: 40px;
   color: #000;
   line-height:22px;
   box-sizing: border-box;
   background: #fff;
   position: relative;
   flex-basis: 50%;
 }

 .profile{
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  align-items: flex-start;
    }
   
.profile img{
  width: 70px;
  border-radius: 50%;  
}

.profile h6{
  color: #000;
  font-size: 20px;
  margin-bottom: 8px;  
  margin-top: 16px;
}

.profile p{
  color: #000;
}
.fa-star{
  width: 25px;
  color: #694c20; 
}

.fa-star-half-o  {
  width: 25px;
  color: #694c20; 
}

.test{
  color: #000;
}

#slide{
  width: 100%;
  padding-right: 60px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}

.sidebar{
  width: 60px;
    height: 300px;
    padding: 23px 0;
    box-sizing: border-box;
    background-color: #b48237;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: -18px 9px 32px rgb(86 80 80 / 56%);

}

.sidebar img{
  width: 35px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.sidebar img:hover{
  background-color: #9f7433;
  transition: 0.5s;
}

@media (max-device-width: 768px) {
  .written-test{
    display: flex;
    flex-direction: column;
  }
  .review-box{
    width: 100%;
    margin: 0px;
  }
  .video-test{
    margin: 20px 5px 5px 5px;
  }
  .card{
    padding: 0px;
    height: auto;
  }

  .profile{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    padding-top: 15px;
  }
  .profile h6{
    margin-top: 10px;
  }
  .testimonial h5{
    font-size: 22px;
    color: #000;
    font-family: "Aclonica", sans-serif;
    padding-bottom: 10px;
  }
  }

  footer{
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, #d08c25, #8d6222);
    color:#fff;
    padding: 30px 0px 5px;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 2px -24px 54px #c2c2c1;
  
  }

  .footer-row{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  .col{
    flex-basis: 25%;
  padding: 10px;
  }
  .col a{
    color:#fff;
  }
  .col a:hover{
    color: #000;
  }

  .col:nth-child(2), .col:nth-child(3){
    flex-basis: 15%;
  }

  .logo-footer{
    margin-bottom: 10px;
  }

  .col h6{
    font-size: 20px;
    width: fit-content;
    margin-bottom: 20px;
    position: relative;
  }

  .email-id{
    width: fit-content;
    margin: 20px 0px;
    line-height: 30px;
  }

  ul li{
    list-style: none;
    margin-bottom: 12px;    
  }

  ul li a{
    text-decoration: none;
    color: #fff;
  }

  ul li a:hover{
    color: rgb(230, 225, 225);
  }

  .social-footer{
    text-align: center;
  }
  .social-footer .footer-s{
    background-color: #6342111c;
    border-radius: 50%;
    box-shadow: 3.5px 2.9px 9px rgb(55 52 52 / 80%);
    margin: 10px 6px;
    display: inline-block;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
}

.social-footer .footer-s:hover{
  background-color: #634211;
  transition: 0.5s;
  box-shadow: 3.5px 2.9px 9px rgb(55 52 52 / 80%);
}

.copyright{
  width: 90%;
  border-top: 1px solid #fff;
  color: #fff;
  text-align: center; 
  margin: 15px auto;
  padding-top: 20px;
}

.copyright a{
  color: #fff;
}

.copyright a:hover{
  color: #f3e9d2;
  transition: 0.5s;
}

@media (max-device-width: 768px) {
  .footer-row {
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.social-footer .footer-s {
  background-color: #6342111c;
  border-radius: 50%;
  box-shadow: 3.5px 2.9px 9px rgb(55 52 52 / 80%);
  margin: 6px 4px;
  display: inline-block;
  padding: 9px;
  text-align: center;
  font-size: 17px;
  line-height: 16px;
  width: 35px;
  height: 35px;}

}

.slideshow-container {
  position: relative;
  background: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;  
  box-shadow: -10px 10px 40px rgb(0 0 0 / 25%);
}

/* Slides */
.mySlides {
  display: none;
  padding: 35px;
  text-align: center;
  line-height: 30px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #b48237;
  align-content: space-evenly;
  display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: -18px 9px 32px rgb(86 80 80 / 56%);
    border-radius: 0px 10px 10px 0px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ffffff78;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #fffefd;
}

/* Add an italic font style to all quotes */
q {color: #000;}

/* Add a blue color to the author */
.author {    color: #b38137;
  display: block;
  margin-top: 30px;
  font-weight: 600;}

  @media (max-device-width: 768px) {
    .mySlides{
padding: 5px;
line-height: 25px;
    }
    .testimonial p{
      padding: 0px 30px 0px 29px;
      margin-bottom: 20px;
    }
    .slideshow-container{
      border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    box-shadow: -0.5px 7.9px 20px rgb(131 126 124 / 48%);
    }

    .prev, .next{
      padding: 10px;
      margin-top:0px ;
    }
    .dot-container{
      display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    flex-direction: row;
    }
  }


  .yoga-schedule{
    width: 100%;
    padding: 50px 0;
    background-color:#f6f6f6 ;
  }
  .yoga-schedule-heading {
    text-align: center;
    padding-bottom: 20px;
  }  
  .yoga-schedule-heading h4{
    margin: auto;
      font-size: 30px;
      font-weight: bold;
      color: #000;
      font-family: "Aclonica", sans-serif;
      position: relative;
      display: inline-block;
      letter-spacing: 3px;
      text-transform: uppercase;
  }
  
  .yoga-schedule-heading p {
    font-size: 18px;
    color: #000;
    padding: 10px;
  
  }

  .auto-container {
    position: static;
    max-width: 90%;
    padding: 0 30px;
    margin: 0 auto;
    background-color: #f6f6f659;
    border-radius: 40px;
    box-shadow: -10px 5px 26px rgb(14 15 23 / 20%);
  }

  .auto-container ul{
    background-color: #f6f6f6;
    padding: 10px;
    margin-left: 20px;
    line-height: 22px;
}


.schedule-ttc{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

  .schedule h4{
    width: 90%;
    text-align: center;
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    font-family: "Aclonica", sans-serif;
    position: relative;
    display: inline-block;
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  
  .rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
  }
  
  .rwd-table th {
    display: none
  }
  
  .rwd-table td {
    display: block
  }
  
  .rwd-table td:first-child {
    padding-top: .5em
  }
  
  .rwd-table td:last-child {
    padding-bottom: .5em
  }
  
  .rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: 700;
    display: flex
  }
  
  @media (min-width:480px) {
    .rwd-table td:before {
      display: none
    }
  }
  
  .rwd-table td,
  .rwd-table th {
    text-align: left
  }
  
  @media (min-width:480px) {
    .rwd-table td,
    .rwd-table th {
      display: table-cell;
      padding: .25em .5em
    }
    .rwd-table td:first-child,
    .rwd-table th:first-child {
      padding-left: 0
    }
    .rwd-table td:last-child,
    .rwd-table th:last-child {
      padding-right: 0
    }
  }
  
  h1 {
    font-weight: 400;
    letter-spacing: -1px;
    color: #34495e
  }
  
  .rwd-table {
    color: #000;
    width: 100%;
    border-radius: .4em;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    z-index: 1;
  }
  
  .rwd-table td,
  .rwd-table th {
    padding: 10px
  }
  
  @media (min-width:480px) {
    .rwd-table td,
    .rwd-table th {
      padding: 1em!important
    }
  }
  
  .rwd-table td:before,
  .rwd-table th {
    color: #000;
    font-weight: 600;
    font-size: 15px
  }




  .gallery-photo img {
    height: 100%;
    width: 100%;
    min-height: 50px;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-photo {
    display: grid;
    justify-content: center;
    grid-gap: 5px;
    grid-template-columns: repeat(2, 100px) minmax(200px, 800px) repeat(2, 100px);
    grid-template-rows: repeat(5, 100px);
  }
  @media (max-width: 768px) {
    .gallery-photo {
      grid-gap: 10px;
      grid-template-columns: repeat(auto-fit, 50px);
      grid-template-rows: 300px repeat(auto-fit, 50px);
    }
  }
  .gallery__filler {
    grid-column: span 2;
  }
  @media (max-width: 768px) {
    .gallery__filler {
      display: none;
    }
  }
  .gallery__item {
    cursor: pointer;
    border-radius: 5px;
    grid-row: span 1;
    grid-column: span 1;
    transition: transform 0.1s ease-in-out;
  }
  .gallery__item:hover {
    transform: scale(1.1) rotate(5deg);
  }
  .gallery__select {
    display: none;
  }
  .gallery__select:nth-of-type(1):checked ~ .gallery-photo .gallery__item:nth-of-type(1) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
  }
  .gallery__select:nth-of-type(1):checked ~ .gallery-photo .gallery__item:nth-of-type(1):hover {
    transform: none;
  }
  @media (max-width: 768px) {
    .gallery__select:nth-of-type(1):checked ~ .gallery-photo .gallery__item:nth-of-type(1) {
      grid-row: 1/-3;
      grid-column: 1/-1;
    }
  }
  .gallery__select:nth-of-type(2):checked ~ .gallery-photo .gallery__item:nth-of-type(2) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
  }
  .gallery__select:nth-of-type(2):checked ~ .gallery-photo .gallery__item:nth-of-type(2):hover {
    transform: none;
  }
  @media (max-width: 768px) {
    .gallery__select:nth-of-type(2):checked ~ .gallery-photo .gallery__item:nth-of-type(2) {
      grid-row: 1/-3;
      grid-column: 1/-1;
    }
  }
  .gallery__select:nth-of-type(3):checked ~ .gallery-photo .gallery__item:nth-of-type(3) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
  }
  .gallery__select:nth-of-type(3):checked ~ .gallery-photo .gallery__item:nth-of-type(3):hover {
    transform: none;
  }
  @media (max-width: 768px) {
    .gallery__select:nth-of-type(3):checked ~ .gallery-photo .gallery__item:nth-of-type(3) {
      grid-row: 1/-3;
      grid-column: 1/-1;
    }
  }
  .gallery__select:nth-of-type(4):checked ~ .gallery-photo .gallery__item:nth-of-type(4) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
  }
  .gallery__select:nth-of-type(4):checked ~ .gallery-photo .gallery__item:nth-of-type(4):hover {
    transform: none;
  }
  @media (max-width: 768px) {
    .gallery__select:nth-of-type(4):checked ~ .gallery-photo .gallery__item:nth-of-type(4) {
      grid-row: 1/-3;
      grid-column: 1/-1;
    }
  }
  .gallery__select:nth-of-type(5):checked ~ .gallery-photo .gallery__item:nth-of-type(5) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
  }
  .gallery__select:nth-of-type(5):checked ~ .gallery-photo .gallery__item:nth-of-type(5):hover {
    transform: none;
  }
  @media (max-width: 768px) {
    .gallery__select:nth-of-type(5):checked ~ .gallery-photo .gallery__item:nth-of-type(5) {
      grid-row: 1/-3;
      grid-column: 1/-1;
    }
  }
  .gallery__select:nth-of-type(6):checked ~ .gallery-photo .gallery__item:nth-of-type(6) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
  }
  .gallery__select:nth-of-type(6):checked ~ .gallery-photo .gallery__item:nth-of-type(6):hover {
    transform: none;
  }
  @media (max-width: 768px) {
    .gallery__select:nth-of-type(6):checked ~ .gallery-photo .gallery__item:nth-of-type(6) {
      grid-row: 1/-3;
      grid-column: 1/-1;
    }
  }
  .gallery__select:nth-of-type(7):checked ~ .gallery-photo .gallery__item:nth-of-type(7) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
  }
  .gallery__select:nth-of-type(7):checked ~ .gallery-photo .gallery__item:nth-of-type(7):hover {
    transform: none;
  }
  @media (max-width: 768px) {
    .gallery__select:nth-of-type(7):checked ~ .gallery-photo .gallery__item:nth-of-type(7) {
      grid-row: 1/-3;
      grid-column: 1/-1;
    }
  }
  .gallery__select:nth-of-type(8):checked ~ .gallery-photo  .gallery__item:nth-of-type(8) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
  }
  .gallery__select:nth-of-type(8):checked ~ .gallery-photo  .gallery__item:nth-of-type(8):hover {
    transform: none;
  }
  @media (max-width: 768px) {
    .gallery__select:nth-of-type(8):checked ~ .gallery-photo  .gallery__item:nth-of-type(8) {
      grid-row: 1/-3;
      grid-column: 1/-1;
    }
  }
  .gallery__select:nth-of-type(9):checked ~ .gallery-photo  .gallery__item:nth-of-type(9) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
  }
  .gallery__select:nth-of-type(9):checked ~ .gallery-photo  .gallery__item:nth-of-type(9):hover {
    transform: none;
  }
  @media (max-width: 768px) {
    .gallery__select:nth-of-type(9):checked ~ .gallery-photo  .gallery__item:nth-of-type(9) {
      grid-row: 1/-3;
      grid-column: 1/-1;
    }
  }
  .gallery__select:nth-of-type(10):checked ~ .gallery-photo  .gallery__item:nth-of-type(10) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
  }
  .gallery__select:nth-of-type(10):checked ~ .gallery-photo  .gallery__item:nth-of-type(10):hover {
    transform: none;
  }
  @media (max-width: 768px) {
    .gallery__select:nth-of-type(10):checked ~ .gallery-photo  .gallery__item:nth-of-type(10) {
      grid-row: 1/-3;
      grid-column: 1/-1;
    }
  }
  .gallery__select:nth-of-type(11):checked ~ .gallery-photo  .gallery__item:nth-of-type(11) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
  }
  .gallery__select:nth-of-type(11):checked ~ .gallery-photo  .gallery__item:nth-of-type(11):hover {
    transform: none;
  }
  @media (max-width: 768px) {
    .gallery__select:nth-of-type(11):checked ~ .gallery-photo  .gallery__item:nth-of-type(11) {
      grid-row: 1/-3;
      grid-column: 1/-1;
    }
  }
  .gallery__select:nth-of-type(12):checked ~ .gallery-photo  .gallery__item:nth-of-type(12) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
  }
  .gallery__select:nth-of-type(12):checked ~ .gallery-photo  .gallery__item:nth-of-type(12):hover {
    transform: none;
  }
  @media (max-width: 768px) {
    .gallery__select:nth-of-type(12):checked ~ .gallery-photo  .gallery__item:nth-of-type(12) {
      grid-row: 1/-3;
      grid-column: 1/-1;
    }
  }
  .gallery__select:nth-of-type(13):checked ~ .gallery-photo  .gallery__item:nth-of-type(13) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
  }
  .gallery__select:nth-of-type(13):checked ~ .gallery-photo  .gallery__item:nth-of-type(13):hover {
    transform: none;
  }
  @media (max-width: 768px) {
    .gallery__select:nth-of-type(13):checked ~ .gallery-photo  .gallery__item:nth-of-type(13) {
      grid-row: 1/-3;
      grid-column: 1/-1;
    }
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  

  .booking{
    display: flex;
  }
  .daily-schedule{
    width: 90%;
    margin: auto;
  }

  .tbl-content h4{
 text-align: center;
 font-size: 25px;
font-weight: bold;
letter-spacing: 3px;
text-transform: uppercase;
color: #000;
font-family: "Aclonica", sans-serif;
position: relative;
z-index: 1;
  }

  .tbl-content p{
    text-align: center;
  }
  table {
    width: 100%;
    margin-top: 23px;
    box-shadow: -3px 8px 28px 5px rgb(174 174 174 / 27%);
  }
  .tbl-header {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .tbl-content {
    width: 60%;
    padding: 10px;
  }

  .header-schedule{
    background-color: #fff;
    box-shadow: -3px 3px 16px 5px rgb(174 174 174 / 47%);
  }

  .tbl-content ul{
    line-height: 20px;
    padding: 10px;
  }
  .tbl-content li{
    line-height: 25px;
  }

  th {
    padding: 20px 15px;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
  }
  td {
    padding: 15px;
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    border: solid 1px rgb(162 161 160 / 29%);
    
  }
  .booking-fees{
    box-shadow: 7px 9px 27px 5px rgb(174 174 174 / 27%);
    border-radius: 15px;
    margin-top: 20px;

  }

  .booking-fees h5{
    letter-spacing: 1px;
    color: #000;
    font-size: 18px;
    font-weight: 800; 
    font-family: "Aclonica", sans-serif;
    padding: 25px 56px;
    border-top: 1px solid #0000001f;
    border-radius: 15px;  
     }
     
     .booking-fees h5 a{
      color: #000;
    }
  
    .booking-fees h5 a:hover{
      color: #8d6222;
    }

  .booking-fees ul {
    padding: 1px 0px 26px 60px;
    transition: max-height 0.2s ease-out;
  }

  .booking-fees ul li {
    list-style: none;
    color: #000;
    text-align: left;
    padding: 0px;
}

@media screen and (max-width: 750px) {
  .booking{
    display: block;
  }
  .tbl-content{
    width: 100%;
  }
  .tbl-content ul {
    padding: 27px 0px 0px 0px;
}

  .tbl-content h5{
    font-size: 15px;
    padding: 25px 43px;
  }

  .booking-fees h5 a{
    color: #000;
  }

  .booking-fees h5 a:hover{
    color: #fff;
  }
  .booking-fees ul{
    padding: 1px 0px 26px 39px;
  }
  .tbl-content h4{
    font-size: 22px;
    line-height: 42px;
  }

  .tbl-content p{
    line-height: 20px;
  }
  
}
  



  