
.main-heading {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 5px;
  color: var(--color-2);
  font-family: var(--font-03);
  font-weight: 700;
}

.about-us-top-head {
  text-align: center;
}
.hr-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #0f192d;
}
.about-us-top {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.about-us-inner {
  display: flex;
  flex-direction: column;
}
.about-us-top-head-wapper h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 30px;
  text-align: center;
  max-width: 200px;
  color: #2b2d2e;
  font-family: var(--font-02);
}
.about-us-top-head-wapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-us-bottom-right-wapper img {
  max-width: 60px;
}
.about-us-bottom-right-wapper {
  display: flex;
  column-gap: 20px;
}
.about-us-bottom-right-content h3 {
  margin-top: 0;
  font-size: 30px;
  color: var(--color-1);
  margin-bottom: 5px;
  line-height: 38px;
  font-family: var(--font-03);
  font-weight: 900;
}
.about-us-bottom {
  padding: 60px 0px;
  background-image: url('https://dynamicechildrenacademy.itsprowebsite.com/public/DNMCHLDACA/themeaB9xY12z/assets/images/about/dance-about-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

/*education css*/


.education {
  background-image: url('https://dynamicechildrenacademy.itsprowebsite.com/public/DNMCHLDACA/themeaB9xY12z/assets/images/education/edcation-bg.jpg');
  position: relative;
  padding: 200px 0 150px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.education-top-shape {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: rotate(-180deg);
  margin: 0;
}
.education-bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  margin: 0;
}
.education-left h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 5px;
  color: #fff000;
  font-family: var(--font-03);
}
.education-left p {
  color: #fff;
}
.education:after {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: .5;
  z-index: 1;
  content: "";
}
.education-inner {
  position: relative;
  z-index: 2;
}
.education-bottom-shape img, .education-top-shape img {
  width: 100%;
}
.education-left {
  padding-right: 60px;
}

/*Photo gallery*/

.photo-gallery-wapper {
  position: relative;
}
.photo-gallery-wapper:after {
  background-image: url('https://dynamicechildrenacademy.itsprowebsite.com/public/DNMCHLDACA/themeaB9xY12z/assets/images/gallery/gallery-frame.png');
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.photo-gallery-wapper img {
  height: 303px;
  width: 100%;
  object-fit: cover;
}
.photo-gallery-head {
  text-align: center;
}
.photo-gallery-inner p {
  max-width: 700px;
  margin: 0 auto;
}
.gallery-slider {
  padding: 60px 0px;
}

.gallery-overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.gallery-overly span {
  display: flex;
  padding: 5px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #3f3f3f;
  cursor: pointer;
}
.photo-gallery-wapper:hover .gallery-overly {
  visibility: visible;
}
.gallery-overly span i {
  color: #3f3f3f !important;
}
/*.swiper-button-next {
  background-image: url('https://dynamicechildrenacademy.itsprowebsite.com/public/DNMCHLDACA/themeaB9xY12z/assets/images/gallery/arrow-img.png');
  background-size: cover;
  position: inherit;
  text-align: center;
  margin: 0 auto;
  max-width: 47px;
  width: 100%;
  margin-top: 30px;
  background-position: 92px 0px !important;
}*/



/*Testimonals*/

.home-testimonals-head {
  text-align: center;
}
.home-testimonals-head p {
  max-width: 700px;
  margin: 0 auto;
}
.home-testimonals-inner {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}


.home-testimonals-bottom-wapper {
  display: flex;
  align-items: center;
  column-gap: 50px;
  border: 2px dashed #000;
  border-radius: 30px;
  padding: 30px 40px;
  max-width: 1066px;
  margin: 0 auto;
}
.home-testimonals-wapper-left img {
  border-radius: 50%;
}

.home-testimonals-wapper-left h5 {
  font-family: var(--font-04);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-2);
  margin: 0;
}
.home-testimonals-wapper-right {
  width: calc(100% - 180px);
  padding-left: 100px;
  position: relative;
}
.home-testimonals-wapper-left {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
  align-items: center;
}
.home-testimonals-wapper-left span {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  color: #3f3f3f;
}
.home-testimonals-wapper-right::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f10d";
  font-size: 77px;
  left: 30px;
  top: 2px;
  position: absolute;
  width: 25px;
  height: 25px;
  color: #c4d0d3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}







.blog-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 35px;
  font-weight: 700;
}
.blog-content .btn-link {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.blog-content p {
  color: #686868;
}
.blog-content {
  margin-top: 30px;
}