*{
    font-family: 'Poppins', sans-serif;
}

:root{
    --primary: #7a6ad8;
}

a{
    text-decoration: none;
}

.radious{
    border-radius: 40px;
}

p{
    text-align: justify;
}

.btns{
    border: 1px solid white;
    background-color: white;
    color: var(--primary);
    border-radius: 30px;
    transition: .5s all ease-in-out;
    box-shadow: 0px 5px 10px #4d4d4d8e;
}

.btns:hover{
    background-color: var(--primary);
    color: white;

}



/**** Navbar Start ****/

.navbar{
    background-color: transparent !important;
}

.navbar{
    z-index: 999999 !important; 
    width: 100%;
    transition: .5s ease-in-out;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-brand h2{
    color: white;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 8px 17px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    border-radius: 50px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ffffff !important;
    background-color: #ffffff27;
}

@media (max-width: 991.98px) {
    .navbar{
        background-color: var(--primary) !important;
        border-bottom-left-radius: 50px !important;
        border-bottom-right-radius: 50px !important;
    }
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 15px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar-toggler{
    border: none !important;
    box-shadow: none !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .nav-item .dropdown-menu{
    border-radius: 20px !important;
}

.navbar .nav-item .dropdown-menu .dropdown-item{
    box-shadow: none !important;
}

.navbar .nav-item .dropdown-menu .dropdown-item{
    border-radius: 50px;
}

.navbar .nav-item .dropdown-menu .dropdown-item.active{
    color: var(--secondary);
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .dropdown-item:focus{
    background-color: var(--primary);
    color: white;
}

.navbar .dropdown-item.active{
    background-color: var(--primary);
    color: white !important;
}

.menu{
    font-size: 23px;
    color: white;
}

.bg-color{
    background-color: var(--primary) !important;
}

.borders{
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}




/*** Owl Carousel Start ***/

.main-banner{
    background-image: url(../imgs/banner-bg.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0px 120px 0px;
}

.main-banner .slider{
    padding: 0px 100px;
}

.main-banner .slider .item{
    border-radius: 50px;
}

.main-banner .slider img{
    border-radius: 50px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media(max-width:768px){
    .main-banner .slider img{
        height: 60vh;
        width: 100%;
    }
    .main-banner{
        padding: 120px 0px 120px 0px;
    }
}

@media(max-width:991px){
    .main-banner .slider{
        padding: 10px;
    }
}

.slider .owl-nav {
    position: absolute;
    width: 40px;
    height: 100%;
    top: calc(50% - 50px) !important;
    left: -80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(max-width:991px){
    .slider .owl-nav {
        left: 0px;
        top: 100% !important;
    }
}

.slider .owl-nav .owl-prev, .slider .owl-nav .owl-next{
    margin: 5px 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    background: #ffffff4b !important;
    /* border: 1px solid var(--first-color) !important; */
    border-radius: 50px;
    font-size: 19px;
    font-weight: 800;
    transition: .5s;
    z-index: 111 !important;
}

.slider .owl-nav .owl-prev:hover, .slider .owl-nav .owl-next:hover{
    background-color: #ffffffc2 !important;
}

.slider .owl-nav button span{
    padding: 18px;
}

.slider h2{
    font-size: 60px;
    font-weight: 500 !important;
    line-height: 70px;
    letter-spacing: 1px;
    color: white;
    font-family: "Playfair Display", serif;
}


@media(max-width:991px){
    .slider h2{
        font-size: 35px !important;
        line-height: 50px;
    }
    .slider .item .container .col-lg-7{
        margin-left: 20px !important;
    }
}

.slider .item{
    z-index: -999;
}

.slider .item .container{
    z-index: 999;
}

.slider .item .container .col-lg-7{
    margin-left: 40px;
}

/* @media(max-width:768px){
    .slider .item .container{
        margin-top: 90px !important;
    }
} */

.slider .item::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: 0;
    background-color: #000000a5;
    background-blend-mode: multiply;
    border-radius: 50px;
}





/**** Page Header ****/

.page-header {
    /* background: linear-gradient(rgba(0, 0, 0, 0.322), rgba(0, 0, 0, 0.24)), url(../imgs/banner-bg.jpg) center center no-repeat; */
    background-image: url(../imgs/banner-bg.webp);
    background-size: cover;
    object-fit: cover;
    height: 50vh;
    width: 100%;
    top: 0;
    text-align: center;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

@media(max-width:768px){
    .page-header{
        height: 100% !important;
    }
}

.page-header .container{
    display: flex;
    justify-content: center;
    margin-top: 10%;
    align-items: center;
    text-align: center;
}

@media(max-width:768px){
    .page-header .container{
        margin-top: 45%;
    }
}

.page-header .nav .breadcrumb{
    text-align: center !important;
    align-items: center;
    justify-content: center;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}








/**** Features Start ****/

.features .feature-content{
    border-radius: 25px;
    padding: 80px 30px 50px 30px;
    background-color: #f1f0fe;
    margin-bottom: 30px;
    margin-right: 80px;
    transition: all .4s;
}

@media(max-width:768px){
    .features .feature-content{
        margin-right: 20px;
        margin-left: 20px;
    }
}

.features h5{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 30px;
}

.features p{
    font-size: 14px;
    line-height: 28px;
    color: #4a4a4a;
}

.features .feature-content{
    overflow: hidden;
    position: relative;
    transition: .4s;
}

.features .feature-content:hover .round-box{
    margin-bottom: -300px;
    margin-right: -300px;
}

.features .round-box{
    margin-bottom: -300px;
    margin-right: -300px;
}

.features .round-box{
    position: absolute;
    width: 270px;
    height: 270px;
    border: 50px solid #15233C30;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    margin-bottom: -100px;
    margin-right: -100px;
    transition: .4s;
}



/**** About ****/

.about {
  position: relative;
  padding: 80px 0px;
  margin-top: 50px;
}

.about:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 65%;
  height: 100%;
  background-color: #f1f0fe;
  content: '';
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}


.special-offer {
  margin-top: 50px;
  background-color: #fff;
  border-radius: 25px;
  padding: 16px 120px;
  display: inline-block;
  position: relative;
  box-shadow: 0px 0px 10px #dadada;
}

.special-offer span.offer {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7a6ad8;
  width: 80px;
  padding: 20px 8px;
  line-height: 25px;
  height: 90px;
  border-radius: 15px 60px 60px 15px; 
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
}

.special-offer span.offer em {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}

.special-offer h4 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 17px;
}

.special-offer h4 em {
  font-style: normal;
  color: #7a6ad8;
}

.special-offer a {
  position: absolute;
  right: 30px;
  top: 25px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  /* background-color: #7a6ad8; */
  color: #fff;
  border-radius: 50%;
}

.special-offer a i{
    font-size: 25px;
}

.aboutus img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}




/**** Banner ****/

.banner .container{
    background-color: var(--primary);
    border-radius: 50px;
    position: relative;
}

.banner .container .col-12{
    padding: 100px 50px;
}

.banner .container::before {
  background: url(../imgs/contact-dec-01.png);
  position: absolute;
  left: 50%;
  transform: translateX(-149px);
  opacity: 0.5;
  top: 0;
  width: 318px;
  height: 119px;
  content: '';
  z-index: 2;
}

.banner .container::after {
  background: url(../imgs/contact-dec-02.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 183px;
  height: 149px;
  content: '';
  z-index: 2;
}

.banner h1{
    font-size: 60px;
    font-weight: 500 !important;
    line-height: 70px;
    letter-spacing: 1px;
    color: white;
    font-family: "Playfair Display", serif;
}




/**** Courses ****/

.courses .cor-col{
    padding-bottom: 7%;
}

.course-item {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);

}

.course-item .course-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: -1;
}

.course-item .course-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}

.course-item .course-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--primary);
    border-radius: 10px;
    z-index: 1;
}

.course-item .course-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s ease-out;
    z-index: 2;
}

.course-item:hover .course-img::after {
    width: 0;
    left: auto;
    right: 0;
}

.course-item .course-text .course-icon {
    width: 140px;
    height: 140px;
    padding: 15px;
    margin-top: -70px;
    margin-bottom: 40px;
    background: #FFFFFF;
    border-radius: 140px;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

.course-icon img{
    height: 110px !important;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}

.course-item .course-text h5,
.course-item .course-text p {
    transition: .5s;
}

.course-item:hover .course-text h5,
.course-item:hover .course-text p {
    color: #FFFFFF;
}

.course-item .course-text .btn {
    color: var(--secondary);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .25);
}

.course-item .course-text .btn:hover {
    color: var(--dark);
    background: var(--secondary);
}




/*** Index Courses ***/

.index-course .index-course-content {
  border-radius: 25px;
  padding: 70px 30px;
  background-color: var(--primary);
  position: relative;
  z-index: 1;
  color: white;
}

.index-course .index-course-content::before {
  background: url(../imgs/contact-dec-01.png);
  position: absolute;
  left: 50%;
  transform: translateX(-149px);
  opacity: 0.5;
  top: 0;
  width: 318px;
  height: 119px;
  content: '';
  z-index: 2;
}

.index-course .index-course-content::after {
  background: url(../imgs/contact-dec-02.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 183px;
  height: 149px;
  content: '';
  z-index: 2;
}






/**** Testimonial ****/

.testimonials {
  position: relative;
  padding: 80px 0px;
  /* margin-top: 60px; */
}

.testimonials:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 65%;
  height: 100%;
  background-color: #f1f0fe;
  content: '';
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

.testimonials .section-heading {
  margin-bottom: 0px;
  margin-left: 60px;
  vertical-align: middle;
}

.testimonials .section-heading p {
  margin-top: 50px;
}

.testimonials .item {
  background-color: #7a6ad8;
  border-radius: 25px;
  padding: 80px;
}

.testimonials .item p {
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 40px;
}

.testimonials .item img {
  border-radius: 50%;
  max-width: 100px;
  float: left;
  margin-right: 25px;
}

.testimonials .item span {
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
  color: #fff;
}

.testimonials .item h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-top: 8px;
}

.testimonials .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-5px);
  right: -25px;
  text-align: right;
}

@media(max-width:991px){
    .testimonials .owl-nav{
        display: none;
    }
}

.testimonials .owl-nav .owl-prev i,
.testimonials .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7a6ad8;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10);
  opacity: 1;
  transition: all .3s;
}

.testimonials .owl-nav .owl-prev i {
  position: absolute;
  bottom: 65px;
}

.testimonials .owl-nav .owl-prev i:hover,
.testimonials .owl-nav .owl-next i:hover {
  opacity: 1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}




/**** Portfolio ****/

.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 50px;
}
  
.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
}
  
.gallery .gallery-item:hover img {
    transform: scale(1.1);
}




/**** Contact ****/

.contact-us .contact-us-content {
  border-radius: 25px;
  padding: 70px;
  background-color: var(--primary);
  position: relative;
  z-index: 1;
}

.contact-us .contact-us-content::before {
  background: url(../imgs/contact-dec-01.png);
  position: absolute;
  left: 50%;
  transform: translateX(-149px);
  opacity: 0.5;
  top: 0;
  width: 318px;
  height: 119px;
  content: '';
  z-index: 2;
}

.contact-us .contact-us-content::after {
  background: url(../imgs/contact-dec-02.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 183px;
  height: 149px;
  content: '';
  z-index: 2;
}

.contact-us span{
    color: white !important;
}

.contact-us .contact-infos{
    padding: 30px 0px;
}

.contact-us .contact-infos i{
    font-size: 15px;
    color: var(--primary);
    background-color: #ffffff;
    padding: 20px;
    border-radius: 60px;
}

.contact-us .contact-infos .location{
    font-size: 20px;
    color: var(--primary);
    background-color: white;
    padding: 20px;
    border-radius: 60px;
}


input, textarea{
    box-shadow: none !important;
}





/**** Footer ****/

.footer{
    background-color: var(--primary);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.footer .copyright a{
    color: #b8b8b8b0;
    transition: .4s;
}

.footer .copyright a:hover{
    color: white;
}


/**** Whatsapp ****/

.whats{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.whats a{
    transition: .5s ;
}
  
.whats span{
    font-size: 0px;
     word-spacing: -40px;
    transition: .5s ;
   
}
  
.whats:hover span{
   font-size: 13px;
   word-spacing:  0px;
    transition: .5s all;
    /* margin-right: 50px; */
}