
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 font-family: "Urbanist", sans-serif;
}

h2, h3 {

  font-family: "Calistoga", serif;
}
@font-face {
  font-family: 'balloonextraboldregular'; 
  src: url('../fonts/balloonextraboldregular.ttf'); 
}

main {
  background-image: linear-gradient(to right top, #593694, #65399e, #723ca8, #7f3fb2, #8d41bb, #9142bc, #9443bd, #9844be, #9244b7, #8c44b1, #8644aa, #8044a3);
}
a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style-type: none;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
a.btn.btn-primary.btn-primary-outline-0.rounded-pill {
  color: black;
}

/* Header */

  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.logo-img {
  text-align: center;
}

.logo {
  display: block;
  margin: auto;
}

/* Hero Section */
section.hero {
 
    min-height: 50vh;
    width: 100%;
    background: url(images/bg-dot.png), 
    url(images/bg-dot.png), 
    url(images/bg-round.png), 
    url(images/bg-tree.png);
    background-position: 10px 10px, bottom 254px right 10px, left 85% top -1%, left 45% bottom -1px;
    background-repeat: no-repeat;
}
.curveImg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  top: 50%;
  pointer-events: none;

  }
.hero .column {
  width: 70%;
}

.hero h2 {
  font-size: 48px;
  margin-bottom: 30px;
}
.hero .row h2 {
  font-size: 35px;
    color: #291d1d;
    
}
.buttons {
  justify-content: center;
}
.btn,.btn1 {
  padding: 10px 16px;
}
.btn:last-child,.btn1:last-child {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.btn:last-child,.btn1:last-child {
  background-color: #fff;
  color: #333;
}
.hero_img {
  width: 100%;
  z-index: 10;
  position: relative;
  margin-top: 66px;

}

.buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn {
  padding: 14px 26px;
  background: #fff;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn,.btn1 {
  padding: 14px 26px;
  background: #fff;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn:last-child,.btn1:last-child {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.btn:last-child,.btn1:last-child {
  background-color: #fff;
  color: #ffffff;
}

/* News Section */
.event {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.event .heading {
  font-size: 36px;
  margin-bottom: 20px;
  color: #333333b5;
}

.event ul li {
  font-size: 18px;
  padding: 10px 0;
  color: #555;
}

.event ul li i {
  font-weight: bold;
  color: #9443bd;
}

.event ul li img {
  vertical-align: middle;
  margin-left: 10px;
}

.event marquee {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

.event .btn-primary {
  background-color:#8f42bc;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 16px;
}

/* Schedule Section */
/** schedules-style-two **/
.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 407px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image: linear-gradient(147deg, #9144b6 0%, #9044b582 74%);
  box-shadow: 4px 13px 30px 1px rgb(158 90 190 / 13%);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
  position: relative;
  top: -7%;
  right: -7%;

}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg, #9144b6 0%, #9044b582 74%);
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    width: 95%;
    margin:auto;
    left:0;
    right:0;
 
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-bottom: 66px;

}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #9144b6;
    /* margin-bottom: 15px; */
    display: block;
    font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;

}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  background-color: #8f42bc;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 16px;
  color: white;
}
.blog-slider__pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 55%;
  right: 1%;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #9144b6;
  height: 30px;
  box-shadow: 0px 0px 20px rgb(191 127 222);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}


/*** testimonial Start **8888888********************************************************************************/
.Testimonial{
  background-color: white;
}
.testimonial{
  border-left: 4px solid #9144b6;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
}
.testimonial:before{
  content: "";
  /* position: absolute; */
  bottom: 0;
  right: 0;
  border-top: 25px solid #9144b6;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(-45deg);
  transform-origin: 80% -30% 0;
}
.testimonial::after{
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #9144b6;
  position: absolute;
  top: 20px;
  left: 25px;
}
.testimonial .pic{
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img{
  width: 100%;
  height: auto;
}
.testimonial .description{
  font-size: 16px;
    font-style: italic;
    color: #000000;
    line-height: 25px;
    margin-bottom: 15px;

}
.testimonial .title{
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #9144b6;
  margin: 0;
}
.testimonial .post{
  display: inline-block;
  font-size: 17px;
  color: #9144b6;
}
.testimonial-slider .owl-nav .owl-prev,
.testimonial-slider .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}


.testimonial-slider .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.owl-dot.active {
    background: #2E3091;
    border-color: white;
}

@media only screen and (max-width: 767px){
  .testimonial{
      padding: 20px;
      text-align: center;
  }
  .testimonial .pic{
      display: block;
      position: static;
      margin: 0 auto 15px;
  }
}


.video-overlay-container {
  position: relative;
  display: inline-block;
}

.video-thumbnail {
  display: block;
  width: 100%;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-overlay-container:hover .video-overlay {
  opacity: 1; /* Show overlay on hover */
}

.video-icon-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.ripple-container {
  position: relative;
  display: inline-block;
}

.video-icon {
  font-size: 50px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  animation: blink 1s infinite; /* Blink animation */
}

.ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: rgb(255 255 255 / 30%);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.video-link:hover .ripple {
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 1;
}
.read-video a.readMore{
  display: inline-block;
  padding: 10px 23px;
  /* background-color: #8640b6; */
  background-image: linear-gradient(180deg, #9144b6 0%, #ffffff 100%);
  color: #000000;
  font-size: 17px;
  text-transform: capitalize;
  box-shadow: 0px 11px 28px -7px rgba(0, 0, 0, 0.3);
  border-radius: 45px;
  border: none;
  font-weight: 600;
  /* margin-top: 15px; */
  text-decoration: none;
   }
   .read-video {
    display: flex;
    justify-content: center;
}
section.video {
  background-color: #eed5e8;
}

.read-video  a.readMore:hover {
  color: #fff;
 
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.4);
}
.about {
  margin-bottom: 112px;
}


/* Blink Animation */
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}


/*********************************************
        Copyright css
*********************************************/

.copy-right-container {
	padding: 10px 0;
	background-color: #42275A;
}

.copy-right-container p {
	font-size: 14px;

	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
}

.copy-right-container p a {
	color: #fff;
}

@media only screen and (max-width: 768px) {
  .d-flex.align-items-center.justify-content-center {
    position: relative;
    top: 105px;
}.event .heading {
  font-size: 23px;
  margin-bottom: 20px;
  color: #333333b5;
}
}