@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body
{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}
.font400
{
    font-family: 'Rubik', sans-serif;
    font-weight: 400; 
}

.wankhede-header{
    background: #033570!important;
    /* padding: 15px; */
}
.header-logo img{
    width: 250px;
    height: auto;
    padding: 10px;
}

.wankhede-video-section p{
  font-weight: 400;
}

.wankhede-banner-text{
   background: #033570;
   padding: 10px;
   border-radius: 20px;
   text-align: center;
   position: relative;
   bottom: 60px;
}

.wankhede-banner-text h2{
   font-size: 30px;
    font-weight: 600;
    color: #fff !important;
}
.wankhede-banner-text h1{
    font-size: 40px;
    font-weight: 600;
    color: #fff !important;
}

.wankhede-banner-image{
    position: relative;
}
.wankhede-banner-image img{
  width: 100%;
}
.wankhede-banner-image h1{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    color: #fff !important;
    background: #000;
    padding: 10px;
}
 .fluid-width-video-wrapper iframe{
    width: 100%;
    height: 314px;
  }
.wankhede-video-section h1{
    color: #000000;
    font-family: "Times New Roman", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1em;
}

  
 .wankhede-question h2{
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1em;
    }

  .wankhede-question p{
    margin-bottom: 5px;

    font-weight: 400;
  }

  .wankhede-question p i{
    font-size: 10px;
    margin-top: 7px;
  }
  .accordion-collapse {
border: 0;
}

.wankhede-faq-title h1{
color: #000000;
font-family: "Times New Roman", Sans-serif;
font-size: 50px;
font-weight: 600;
line-height: 1em;
}

.accordion-item {
background-color: #fff;
border: 0;
border-radius: 15px !important;
box-shadow: 0 0 4px #999;
}

.accordion-button {
padding: 15px 30px;
font-weight: 500;
border: 0 !important;
background: #fff;
font-size: 16px;
color: #333333;
text-align: left;

border-radius: 15px !important;
}
.accordion-button:focus {
box-shadow: none;
border: none;
}
.accordion-button:not(.collapsed) {
background: #033570;
color: #fff;
box-shadow: 0 0 4px #ccc;
}
.accordion-body {

font-weight: 400;
padding: 15px 30px;
background-color: #fff;
border-radius: 0 0 15px 15px;
}
.accordion-button::after {
border-radius: 5px;
padding: 0 0 0 5px;
width: 30px;
height: 30px;
line-height: 26px;
content: "+";
font-size: 35px;
background: #033570;
font-weight: 100;
color: #fff;
box-shadow: 0 0 4px #999;

}
.accordion-button:not(.collapsed)::after {

background: #fff;
content: "-";
font-size: 40px;

border-radius: 5px;
padding: 0px 0 0 5px;
width: 30px;
height: 30px;
box-shadow: 0 0 4px #999;
line-height: 25px;

font-weight: 100;
color: #000;

}


.wankhede-testimonials .owl-nav button.owl-prev {
display:block;
position: absolute;
background:#033570 !important;
top: 50%;
left: 3%;
font-weight: 700;
width: 30px;
border-radius: 100%;
text-align: center;
line-height: 30px !important;
color: #fff !important;
font-size:2rem !important;
cursor: pointer;
z-index: 5;
transform: translate(-70%, -50%);
}

.wankhede-testimonials .owl-nav button.owl-next {
display:block;
background:#033570 !important;
position: absolute;
top: 50%;
font-weight: 700;
width: 30px;
border-radius: 100%;
text-align: center;
line-height: 30px !important;
color: #fff !important;
font-size:2rem !important;
cursor: pointer;
z-index: 5;
transform: translate(70%, -50%);
right: 3%;
}
.owl-dots {
height: 40px;
display: flex;
justify-content: center;
align-items: center;
column-gap: 3px;
}

.owl-dot {
width: 10px;
height: 10px;
border: 1px solid #033570 !important;
border-radius: 50%;
}

.owl-dot.active {
width: 10px;
height: 10px;
background-color: #033570 !important;
}
.testi-carousel-image img{
width: 100%;
}


.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    display: none;
}

.wankhede-video iframe {
    border-radius: 15px;
}

.wankhede-offer-btn button{
    background: #033570!important;
    border: #033570!important;
    padding: 20px 70px;
    border-radius: 10px;
    }
    
    .enroll-btn{
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    }
    
    .price {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    
    }
    
    .price-cross {
      font-size: 1.5rem;
      color: #fff;
      font-weight: 500;
      text-decoration: line-through;
    
    }
    
    .wankhede-footer{
        background: #033570!important;
        padding: 15px;
    }
    
    .footer-text p{
        color: #fff;
        font-size: 16px;
        margin-bottom: 0 !important;
    }
    
    .popup-footer{
        display: flex;
        flex-wrap: wrap;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        padding: 0.75rem;
        border-top: 0 !important;
        border-bottom-right-radius: calc(0.3rem - 1px);
        border-bottom-left-radius: calc(0.3rem - 1px);
        }
        input::-webkit-outer-spin-button,
        input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
        }
        .popupform-content{
            border-radius: 15px !important;
            background-size: 300% 300%;
        /* background-image: linear-gradient(
            -45deg,
        
            #faeed2 51%,
            #faeed2 100%
        ); */
        -webkit-animation: AnimateBG 10s ease infinite;
        animation: AnimateBG 10s ease infinite;
        }
        .popupform-body{
            padding: 0 50px 0 50px;
        }
        .popupform-btn-close{
            padding: 15px;
        }

        .thankyou-content{
            border-radius: 15px !important;
        }
         

        .btn-enroll{
         font-family: 'Rubik';
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        box-shadow: 0 0 5px #999!important;
        background: #033570; 
        border-radius: 5px;
        border: none;
        padding: 5px 15px;
        
        }
        .btn-enroll:hover{
            color: #fff;
        }

         @media (min-width: 1400px)  {
            
            .wankhede-banner-text h1 {
                font-size: 50px;
               
            }
            .wankhede-banner-text h2 {
                font-size: 40px;
               
            }
                
        }
    
        @media (min-width: 992px) and (max-width: 1024px) {
             .wankhede-banner-text h1 {
                font-size: 35px;
               
            }
            
            
                .fluid-width-video-wrapper iframe {
                    width: 100%;
                    height: 263px;
                }
        }

        @media (min-width: 768px) and (max-width: 991px) {
                     .wankhede-banner-text h1 {
             font-size: 25px;
        }
        .wankhede-banner-text h2 {
            font-size: 22px;
        }
                      .wankhede-banner-text {
   
   bottom: 25px;
}
            .header-logo img {
                width: 200px;
                height: auto;
            }
            .wankhede-video-section h1 {

                font-size: 38px;
                
                }
        }


@media (min-width: 481px) and (max-width: 767px) {
       .wankhede-banner-text h1{
    font-size: 18px !important;
   
}
.wankhede-banner-text h2{
    font-size: 18px !important;
    
}

.wankhede-banner-text {
   
    bottom: 15px;
}
.wankhede-banner-image h1{
    font-size: 15px !important;
    padding: 5px;
}
.wankhede-video-section h1 {

font-size: 30px;

}
.fluid-width-video-wrapper iframe {
    width: 100%;
    height: 290px;
}
}

@media (min-width: 320px) and (max-width: 480px) {
    .wankhede-banner-text h1{
    font-size: 15px !important;
    margin-bottom: 0 !important;
}
.wankhede-banner-text h2{
    font-size: 15px !important;
    margin-bottom: 0 !important;
}
.wankhede-banner-text {
   
   bottom: 15px;
}
.wankhede-banner-image h1{
    font-size: 15px !important;
    padding: 5px;
}
.wankhede-video-section h1 {

font-size: 24px;

}
.header-logo img {
    width: 150px;
   
}
.fluid-width-video-wrapper iframe {
    width: 100%;
    height: 198px;
}

.wankhede-offer-btn button {
    padding: 10px 10px;
    border-radius: 10px;
}

}