




/* CLASS AREA */
.class-area {
  padding: 100px 0 70px 0;
  background-color: #fdf6ed;
}

.single-class {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 30px;
}

.single-class:hover {
  transform: translateY(-5px);
}

.single-class .class-image img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  height: 330px;
  transition: transform 0.5s ease;
}

.single-class .class-image:hover img {
  transform: scale(1.05);
}

.class-content {
  padding: 20px;
}

.class-content .price {
  background: #ff6b6b;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

.class-content h3 a {
  color: #333;
  text-decoration: none;
}

.class-content h3 a:hover {
  color: red;
}

.class-list {
  padding: 20px 0 0 0;
  margin: 15px 0 0 0;
  border-top: 1px dashed #ea512e;
  list-style: none;
}

.class-list li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-right: 15px;
}

/* NEWSLETTER AREA */
.newsletter-area {
  padding: 50px 0;
  background-color: #fff3ef;
  position: relative;
  overflow: hidden;
}

/* FOOTER AREA */
.footer-area {
  padding: 100px 0 70px 0;
  background-color: #111111;
  color: #fff;
}

.footer-area h3 {
  border-bottom: 2px solid #f2552c;
  padding-bottom: 10px;
}

.footer-area a {
  color: #fff;
  text-decoration: none;
}

.footer-area a:hover {
  color: #f2552c;
}

.social i {
  margin-right: 10px;
  font-size: 1.5rem;
  transition: 0.3s;
}

.social i:hover {
  color: #e31746;
}

/* GALLERY */
.boc_0 img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
  transition: transform 0.3s;
}

.boc_0 img:hover {
  transform: scale(1.1);
}


/*page-banner-area*/

.page-banner-area {
    position: relative;
    z-index: 1;
    background-image: url( '  https://templates.envytheme.com/ketan/default/assets/img/page-banner/page-banner-2.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 200px;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-banner-content h2 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 1;
}

.page-banner-content {
    text-align: center;
}

.page-banner-content ul {
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
}

.page-banner-content ul li a {
    display: block;
    color: #ffffff;
}

.page-banner-content ul li {
    display: inline-block;
    list-style-type: none;
    margin-left: 15px;
    font-weight: 600;
    color: #ea512e;
    position: relative;
}




/*1234567890-=*/

.single-gallery-box img {
    width: 100%;
    height: 340px;
    background-position: center;
    border-radius: 10px;
}

.single-gallery-box img:hover {
    transform: scaleX(-1);
}


