.container {
  width: 85%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    flex-direction: column-reverse;
    width: 100%;
  }
}

#classes {
  background-image: url("../images/background-2.webp");
  background-repeat: no-repeat;
  padding-bottom: 125px;
  margin-top: 85px;
}
@media screen and (max-width: 1024px) {
  #classes {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  #classes h3 {
    margin-top: 20px;
  }
}
#classes.show h3 {
  left: 0;
}
#classes.show p {
  left: 0;
}
#classes.show button {
  left: 0;
}
#classes.show .video-container .rect {
  stroke-dasharray: 605 471;
  stroke-dashoffset: 1079;
}
#classes.show .video-container img {
  transform: translate(2vw, 30px);
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #classes {
    flex-direction: column-reverse;
    background-color: #f1f1f1;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #classes .container {
    padding-top: 60px;
  }
}
#classes .video-container {
  position: relative;
}
#classes .video-container svg {
  position: absolute;
}
#classes .video-container .rect {
  stroke-width: 4;
  stroke: #E6E7E8;
  width: 100px;
  height: 50px;
  stroke-dasharray: 494 605;
  stroke-dashoffset: 496;
  transition: stroke-dasharray 2s ease-in, stroke-dashoffset 2s ease-in;
}
@media screen and (max-width: 1024px) {
  #classes .video-container figure {
    width: 90%;
    margin: 0 auto;
  }
}
#classes .video-container figure img {
  width: 100%;
  transform: translate(4vw, 30px);
  box-shadow: 7px 7px 18px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 500ms ease, transform 500ms ease;
}
@media screen and (max-width: 1024px) {
  #classes .video-container figure img {
    transform: translate(15px, 15px);
  }
}

.description-container {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .description-container {
    width: 100%;
    padding-top: 35px;
  }
}
.description-container p {
  width: 80%;
  margin: 30px 0;
}
@media screen and (max-width: 1024px) {
  .description-container p {
    margin: 30px auto;
    width: 85%;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .description-container button {
    display: block;
    margin: 0 auto;
  }
}

#advaitha {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  background-color: #efefef;
}
@media screen and (max-width: 1024px) {
  #advaitha {
    padding: 75px 0 0;
    position: relative;
  }
  #advaitha .sub-heading {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
#advaitha p {
  color: #4e4f50;
}
#advaitha.show figure {
  bottom: 0;
  opacity: 1;
}
#advaitha figure {
  transform: scale(1.1);
  transform-origin: bottom center;
  opacity: 0;
  position: relative;
  bottom: -3vw;
  transition: bottom 1s ease, opacity 500ms ease;
}
@media screen and (max-width: 1024px) {
  #advaitha figure {
    transform: scale(1);
  }
}
#advaitha figure img {
  width: 100%;
  height: 100%;
}
#advaitha .description-container {
  align-self: center;
}
@media screen and (max-width: 1024px) {
  #advaitha .description-container {
    width: 100%;
    padding-bottom: 60px;
    padding-top: 0;
  }
}

#awards {
  display: flex;
  justify-content: space-around;
  padding: 100px 0;
  background-image: url("../images/background-3.webp");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 27.8%;
  overflow-x: hidden;
}
#awards.show figure {
  right: 0;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #awards {
    flex-direction: column-reverse;
    padding: 60px 0 60px;
  }
}
#awards figure {
  position: relative;
  right: -5vw;
  opacity: 0;
  transition: right 1000ms ease, opacity 1000ms ease;
}
#awards figure img {
  width: 100%;
  height: auto;
  border-radius: 11px;
  object-fit: cover;
  box-shadow: 7px 7px 18px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  #awards figure img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
#awards .description-container {
  align-self: center;
}
@media screen and (max-width: 1024px) {
  #awards .description-container {
    width: 100%;
    padding-top: 35px;
  }
}
#awards .description-container p {
  width: 80%;
  margin: 30px 0;
}
@media screen and (max-width: 1024px) {
  #awards .description-container p {
    width: 88%;
    margin: 30px auto;
  }
}

#gallery {
  background-color: #f1f1f1;
  padding: 95px 0;
}
@media screen and (max-width: 1024px) {
  #gallery {
    padding: 60px 0;
  }
}
#gallery .sub-heading {
  text-align: center;
}
#gallery p {
  width: 60%;
  margin: 30px auto;
  text-align: center;
  color: #4e4f50;
}
@media screen and (max-width: 1024px) {
  #gallery p {
    width: 88%;
  }
}
#gallery .image-container {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  padding: 0 15px 15px;
  justify-content: space-between;
  flex-flow: row wrap;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  #gallery .image-container {
    width: 90%;
    padding: 25px 25px 10px;
  }
}
#gallery.show .main-frame-image img {
  transform: scale(1);
  opacity: 1;
  object-fit: cover;
}
#gallery .main-frame-image {
  width: 395px;
  padding-top: 15px;
  min-height: 58.8vh;
}
@media screen and (max-width: 1024px) {
  #gallery .main-frame-image {
    width: 100%;
    margin: 0 auto 20px;
  }
}
#gallery .main-frame-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 500ms ease, transform 500ms ease;
}
#gallery .main-frame-image img.delay {
  transition: none;
}
#gallery .main-frame-image img.inactive {
  opacity: 0;
  transform: scale(0);
}
#gallery .images {
  display: flex;
  flex-basis: 674px;
  padding-left: 15px;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  #gallery .images {
    flex-basis: 100%;
    margin: 0 auto;
    padding: 5px 0;
  }
}
#gallery .images img {
  width: 32%;
  height: 50%;
  align-self: center;
  cursor: pointer;
  padding-top: 15px;
  object-fit: cover;
  transition: filter 500ms ease, transform 500ms ease 1s, opacity 500ms ease 1s;
}
#gallery .images img.inactive {
  filter: grayscale(100%);
}
@media screen and (max-width: 1024px) {
  #gallery .images img {
    width: calc(45vw - 37.5px);
    height: calc(45vw - 37.5px);
    display: none;
  }
  #gallery .images img:nth-child(1) {
    display: inline;
  }
  #gallery .images img:nth-child(2) {
    display: inline;
  }
}

#lifestyle {
  margin: 60px 0;
}
#lifestyle.show li .title {
  opacity: 1;
  top: 0;
}
#lifestyle.show li a {
  top: 0;
  opacity: 1;
}
#lifestyle .sub-heading {
  text-align: center;
  font-size: 36px;
}
#lifestyle .sub-heading span {
  color: #b16106;
  font-family: architect;
}
#lifestyle ul {
  width: 80%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  #lifestyle ul {
    margin: 40px auto;
  }
}
#lifestyle ul li {
  list-style: none;
  padding: 10px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #lifestyle ul li {
    text-align: center;
    display: block;
  }
}
#lifestyle ul li:before {
  content: "";
  height: 2px;
  background-color: gray;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: width 500ms ease 300ms;
}
#lifestyle ul li .title {
  font-family: architect;
  font-size: 21px;
  display: block;
  padding: 0;
  position: relative;
  top: 3vw;
  opacity: 0;
  transition: top 500ms ease, opacity 500ms ease;
}
#lifestyle ul li a {
  position: relative;
  opacity: 0;
  top: 3vw;
  display: flex;
  justify-content: space-between;
  transition: top 500ms ease, opacity 500ms ease, margin-right 500ms ease;
}
#lifestyle ul li a:hover {
  margin-right: 10px;
}
#lifestyle .show-posts {
  text-align: center;
  display: block;
  margin-top: 30px;
  font-size: 21px;
  color: #4e4f50;
  transition: color 500ms ease;
}
#lifestyle .show-posts:hover {
  color: #b0350c;
}

/*# sourceMappingURL=home.css.map */
