
/* 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 {
    position: relative;
    z-index: 1;
    background-image: url(' https://templates.envytheme.com/ketan/default/assets/img/page-banner/page-banner-4.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*/
.event-area {
    padding-top: 100px;
    padding-bottom: 70px;
    
}

.event-box-item {
    background: #fdeee9;
    border-radius: 8px;
    padding: 35px 15px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    box-sizing: unset;
}

.event-area.event-item-two .event-box-item .event-content h3 a {
    display: inline-block;
    padding: 10px 35px;
    border-radius: 5px;
    background-color: #fcded3;
    color: #ea512e;
    text-decoration: blink;
}

.event-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}


.event-area.event-item-two .event-box-item .event-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.event-area.event-item-two .event-box-item .event-content p {
    margin-bottom: 10px;
}

.event-area.event-item-two .event-box-item .event-content span {
    color: #ea512e;
    font-size: 16px;
    font-weight: 600;
}
.align-items-center {
    align-items: center!important;
}

.align-items-center {
    align-items: center!important;
}
.event-box-item .event-date span {
    font-size: 20px;
    color: #ea512e;
    margin-top: 10px;
    font-weight: 500;
}

.event-box-item .event-date h4 {
    font-size: 80px;
    color: #ea512e;
    margin-bottom: 0;
}