@import "reset.css";
@import "header.css";
@import "hero.css";
@import "about.css";
@import "category.css";
@import "course.css";
@import "brand.css";
@import "team.css";
@import "funfact.css";
@import "faq.css";
@import "testimonial.css";
@import "video.css";
@import "blog.css";
@import "group-study.css";
@import "service.css";
@import "pricing.css";
@import "event.css";
@import "product.css";
@import "breadcrumbs.css";
@import "contact.css";
@import "auth.css";
@import "error.css";
@import "mobile-menu.css";
@import "footer.css";


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.active{
    color: ;
}

/*varialbel */
:root{
    --website-theme-color:#e77910;
}

.web-bg-color{
    background: var(--website-theme-color);
}

@media(max-width:500px){
  .header__account{
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: right;
    font-size: 14px;
  }
.header__account i{
      font-size: 16px;

  }
  
}


@media(max-width:400px){
   .header__account{
      font-size: 11px;

  }
    .topbar {
  padding: 5px 0px;
}
}

@media(max-width:350px){

   .header__account{
      font-size: 11px;
      padding: 0px;

  }

   .header__account i{
      font-size: 11px;

  }

}

/*second banner css start*/



      .couse_wrapper{
/*        height: 100vh;*/
        width: 100%;
        background-image:url("back-images/glass.avif");
        background-position: center;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 2.5rem;
      }



.second_banner{
  height: 60vh;
  width: 100%;
  background:linear-gradient(rgba(4, 7, 30, 0.5),rgba(4, 7, 30, 0.5)),url("back-images/03.jpeg");
background-position: center;
/*background-attachment: fixed;*/
  background-size: cover;
  background-repeat: no-repeat;
  padding: 16.25rem 0 3.25rem;
  
}

.section_bg_2{
    height: 80vh;
    width: 100%;
  background:linear-gradient(rgba(4, 7, 30, 0.5),rgba(4, 7, 30, 0.5)),url("images/");


}

.second_banner h1{
  color: var(--website-theme-color);
  margin-left: 100px;

}


.second_banner h1{
  color: var(--website-theme-color);
  margin-left: 100px;

}




      @media(max-width:500px)
      {
        .second_banner {
          padding: 14.25rem 0 3.25rem;
        }
        .second_banner h1{
          font-size: 2.5rem;
          margin-left: 0px;
        }
      }

/*
.second_banner .banner_content a{
  font-size: 1.5rem;
  text-decoration: none;
  color: #0d6efd;
}
*//*
.second_banner .banner_content h4{
  display: inline-block;
  margin-left: 5px;
  color: #ff723a;
  margin-top: 10px;
}
*//*
@media(max-width:550px){
  .second_banner h1{
  font-size: 3rem;

}*/
/*
.second_banner h4{
  font-size: 1.5rem;

}
}*/

@media(max-width:400px){
    .second_banner{
/*        padding-top:9.25rem;
        height: 40vh;*/
    }
  .second_banner h1{
/*  font-size: 2.2rem;*/

}

/*.second_banner h4{
  font-size: 1rem;

}*/
}
/*second banner end*/

/*button css*/

  
        .button {
            pointer-events: auto;
            cursor: pointer;
            background: #e7e7e7;
            border: none;
            margin: 0;
            font-family: inherit;
            font-size: inherit;
            position: relative;
            display: inline-block;
            padding: 10px 20px;

        }

        .button::before,
        .button::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }



    .button--calypso {
        overflow: hidden;
        font-family: freight-display-pro, serif;
        font-size: 1.15rem;
        border-radius: 40px;
        color: #000;
    }
        .button--calypso span {
          margin-top: 10px;
            display: block;
            position: relative;
            mix-blend-mode: difference;
            z-index: 10;
        }



    .button--calypso:hover span {
        animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;

    }

        @keyframes MoveScaleUpInitial {
            to {
                transform: translate3d(0,-105%,0) scale3d(1,2,1);
                opacity: 0;
            }
        }

        @keyframes MoveScaleUpEnd {
         from {
                transform: translate3d(0,100%,0) scale3d(1,2,1);
                opacity: 0;
            }
            to {
                transform: translate3d(0,0,0);
                opacity: 1;
            }
        }

    .button--calypso::before {
        content: '';
        background: linear-gradient(to right, #4777f5, #cccc);
        width: 120%;
        height: 0;
        padding-bottom: 120%;
        top: -110%;
        left: -10%;
        border-radius: 50%;
        transform: translate3d(0,68%,0) scale3d(0,0,0);
    }

    .button--calypso:hover::before {
        transform: translate3d(0,0,0) scale3d(1,1,1);
        transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    }

    .button--calypso::after {
        content: '';
        background: linear-gradient(to right, #4777f5, #cccc);
        transform: translate3d(0,-100%,0);
        transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    }

    .button--calypso:hover::after {
        transform: translate3d(0,0,0);
        transition-duration: 0.05s;
        transition-delay: 0.4s;
        transition-timing-function: linear;
    }

/*button css*/
  .hide{
    display:none;
  }

  @media(max-width:1200px){
    .hide{
    display:block;
  }
  }

  @media(max-width:600px){
    .topbar__column2 {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 25px;
}
  }

  /* Base */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 45px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 110px;
    background-color: #760f10;
}

.btn-floating.phone:hover {
    background-color: #c03421;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 180px;
    animation: zoom-in-zoom-out 1s ease infinite;

}

/*.zoom-in-out-element {
  animation: zoom-in-zoom-out 1s ease infinite;
}
*/
@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%;
  }
  50% {
    scale: 120%;
  }
  100% {
    scale: 100%;
  }
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}

@media(max-width:769px){
  .btn-floating {
    right: 36px;
  }

}
  @media(max-width:426px){
  .btn-floating {
    right: 18px;
  }

}

 @media(max-width:325px){
  .btn-floating {
    right: 12px;
    height: 45px;
    width: 45px;
  }


}

/*base*/

/*** Section Title ***/

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--dark);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--dark);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}
/*section title*/


/*service-section*/

.section-services {
  font-family: "Poppins", sans-serif;
  background-color: #e6edf7;
  color: #202020;
  padding-top: 115px;
    padding-bottom: 120px;
}

.section-services .header-section {
  margin-bottom: 34px;
}

.section-services .header-section .title {
  position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
  font-weight: 700;
    font-size: 32px;
}

.section-services .header-section .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color:#0d6efd;
    border-radius: 3px;
}

.section-services .header-section .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
    transform: translateX(30px);
  width: 10px;
  height: 3px;
  background-color: #0d6efd;
    border-radius: 3px;
}

.section-services .header-section .description {
  font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
    height: 400px;
}

.section-services .single-service .content {
  position: relative;
  z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 30px;
    height: 30px;
    background-color: var(--website-theme-color);
    border: 1px solid #504f93;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
  width: 100%;
  height: 100%;
  transform: none;
  border: 0;
  border-radius: 0;
  opacity: 1;
}

.section-services .single-service .icon {
  display: inline-block;
  margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: var(--website-theme-color);
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
  background-color: #fff;
  color: var(--website-theme-color);
}

.section-services .single-service .title {
    margin-bottom: 18px;
  font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
  color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
  color: #fff;
}

.section-services .single-service a {
  position: relative;
  font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
  color: #fff;
}

.section-services .single-service a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ff4500;
  transition: background-color .3s;
}

.section-services .single-service:hover a:after {
  background-color: #fff;
}

/*    service section end    */


    
/* gallery css start */

        
.gallery {
  column-width: 300px;
  column-gap: 5px;
  padding: 5px;
}

.gallery img {
  width: 100%;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 10px;

}
/*.gallery img:hover {
            transform: scale(1.05);
        }*/
        .lightbox {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease;
        }
        .lightbox img {
            max-width: 90%;
            max-height: 90%;

        }
        .lightbox.show {
            opacity: 1;
            visibility: visible;
            z-index: 1100;
        }
        .close, .prev, .next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 30px;
            color: white;
            cursor: pointer;
            background: rgba(0, 0, 0, 0.5);
            padding: 10px;
            border-radius: 5px;
        }
        .close {
            top: 20px;
            right: 30px;
            transform: none;
        }
        .prev {
            left: 20px;
        }
        .next {
            right: 20px;
        }
/*  gallery css end      */


.counter{
    width: 100%;
    height: 50%;
   
    background-image: url(back_img/section-bg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

}



/*contact page css start*/

   
.card {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

        .contact-card {
            border: 2px solid #4777fd;
            padding: 20px;
/*            border-radius: 8px;*/
            background-color: #f8f9fa;
        }

        .contact-info i {
            color: #ff9800;
            margin-right: 10px;
        }

        .form-container {
            border: 2px solid #4777f5;
            padding: 20px;
/*            border-radius: 8px;*/
            background-color: #ffffff;
        }

        .btn-submit {
            background: linear-gradient(to right, #4777f5, #cccc);
            color: #fff;
            border: none;
            border-radius: 25px;
        }

        .btn-submit:hover {
            color: #fff;
            background: linear-gradient(to right, #ccc, #4777f5);

        }


        
        .form-container input{
            border-radius: 0px;
            box-shadow: 0px 5px 10px 0px #ccc;
            border: 0px;
        }

        .form-container textarea{
             border-radius: 0px;
            box-shadow: 0px 5px 10px 0px #ccc;
            border: 0px;

        }

        .form-container input:focus{
            outline: 0px;
            border: none;
        }

         .clock-container {
             background: linear-gradient(to right, #4777f5, #cccc);
            color: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }

        #clock {
            font-size:30px;
            font-weight: bold;
            text-align: center;
            color: #fff;
        }


        .clock-2container {
             background: linear-gradient(to right, #4777f5, #cccc);
            color: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }

        #clock2 {
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            color: #fff;
        }

/*     contact page css end   */


/*footer css*/

.footer__top{
  padding-bottom:20px ;
}
