@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Nunito:ital,wght@0,200;0,500;0,800;1,200;1,500&display=swap');


.container{
    transition: all 0.2s ease-in-out;
    animation: slide-in 2s ease-in forwards;
}

html{
    scroll-behavior: smooth;
  }

@keyframes slide-in {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
}



body{
    font-family: 'nunito', sans-serif;

}

h1,h2,h3,h4,h5{
    font-family: 'Handlee', cursive;
}

.navbar-brand span{
    font-size: 50px;
    color: #17A2B8;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #17a2b8;
}
.navbar-light .navbar-nav .nav-link:focus, .nav-link:hover {
    color: #17a2b8;
}
.btn-primary{
    background-color: #17A2B8; 
    border-color: #17A2B8;
}
.btn-primary:hover{
    background-color: #218952; 
    border-color: #218952;
}
.banner{
    background-color: #ae0fa6;
}
.btn-secondary:active, .btn-secondary:hover, .btn-secondary:focus {
    background-color: #002331;
    border-color:  #002331;
}

.img-2{
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
}

.card{
    transition: all 0.2s ease-in-out;
    border-radius: 10%;
    background-color: #E8E0EB;
    box-shadow: 0px 5px 20px 0px rgb(249, 123, 139 / 50%);
}

.card:hover{
    transform: translateY(-10px);
    background-color: #7A52C1;
    color: #E8E0EB;  
}

.card-footer{
    text-align: center;
}
.messi{
    margin-top: 20px;
}

.book .book-text{
    text-align: justify;
}

.section-title{
    position: relative;
    display: inline-block;
    color: #17A2B8;
}
.section-title::before {
    content: '';
    position: absolute;   
    height: 2px;
    width: 100%;
    left: 0;
    top: 56px;
    background-color: #17a2b8;
}
.section-title span {
    position: relative;
    background: #fff;
   
}
.our-teachers figure figcaption{
    background-color: #29A287;
    opacity: 0;
    transition: all 2s;
}
.our-teachers figure:hover figcaption{
    opacity: .8;
}
.our-teachers figure figcaption a:hover{
    color: #000 !important; 
}
.testimonial i{
    color: #29A2B7;

}


.about-us{
    padding-top: 100px;
    padding-bottom: 100px;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}
.breadcrumb-item:hover a{
    text-decoration: underline !important;
}
.learn-about-us .section-title::before{
    content: '';
    position: absolute;   
    height: 2px;
    width: 80%;
    left: 49px;
    top: 58px;
    background-color: #17a2b8;

}
.book .section-title::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 75%;
    left: 48px;
    top: 59px;
    background-color: #17a2b8
}



.about-us h1{
    font-size: 58px;
}
.button-group .button{
    border: 1px solid rgba(1, 175, 250, 0.992);
    border-radius: 20px;
    font-size: 20px;
}
.img-fluid{
    width: 100%;
    height: 100%;
}

.portfolio figure{
    position: relative;
}

.portfolio figcaption{
    font-size: 70px;
    position: absolute;
    color: #fff;
    background-color: #00365c !important;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .5s all;    
}

.portfolio figure:hover figcaption{
    opacity: .85;
}
.yBoxFrame img{
    width: 100%;
    height: 100%;
}
.yBoxFrame{
    width: 70%;
}

.sub-gallery button:hover{
    
    color: #efefef;
    background-color: #17a2b8;
}



.bookes .section-title::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 200%;
    left: 48px;
    top: 59px;
    background-color: #17a2b8
}
.sub-category ul a{
    text-decoration: none;
}
.sub-category ul a:hover{
    text-decoration: underline;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover
span{
    background-color:#29A2B7 ;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00394f;
    background: #17a2b8;
    border-radius: 30px;
    font-size: 18px;
    opacity: .1;
    transition: 1s;
}


.carousal-blog .owl-nav {
    position: absolute;
    width: 100%;
    height: 35px;
    top: 50%;
    left: 0;
    padding: 0 45px;
    margin-top: -20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}
.carousal-blog:hover .owl-nav .owl-prev, .carousal-blog:hover .owl-nav .owl-next{
    opacity: 1;
    background-color: #0d8fa9;
}
.media {
    display: flex;
    align-items: flex-start;
}


footer{
    background-color: #440140;
}


footer .quick-link a{
text-decoration: none;
}
footer .quick-link a:hover{
    text-decoration: underline;
}
.btn-block{
    width: 100%;
}
footer .component .btn{
    background-color: #023a4d;
}
footer .component .btn:hover{
    background-color: rgb(15, 74, 133);
} 



.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 11;
    animation: action 1s infinite alternate;
    opacity: .8;
  }

  @keyframes action {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-15px);
    }
  }



/* Responsive */

@media (min-width: 992px) {
    .banner .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
      padding-top: 5rem;
    }
    .book .col-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
    
      .book .col-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }


  }
  
  @media (max-width: 991px) {
    .banner .col-lg-6 {
      flex: 0 0 100%;
      max-width: 100%;
      padding-top: 5rem;
    }
    .book .col-7,
    .book .col-5 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  
  @media (max-width: 767px) {
    .banner .col-lg-6 {
      flex: 0 0 100%;
      max-width: 100%;
      padding-top: 2rem;
    }

    footer  h3{
        text-align: center;
    }
    footer  .first{
        justify-content: center;
    }

  }




/* Responsive End */

  


  