
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: Berkshire Swash Static;
    font-size: 18px;
 
}


.navbar{
    background-color: #FFEAEA !important;
    height: 100px;
    padding: 1%;
}
.navbar-brand img{
    height: 85px;
    width: 85px;
}
.navbar-nav{
    gap: 34px !important;
}
.nav-link{
    font-family: "Roboto", serif;
    font-size: 16px;
    font-weight: 400;
    color: #000 !important;
    
}
.nav-link:hover{
    text-decoration: underline !important;
}
.call-btn{
    font-family: "Roboto", serif;
    background-color: #FFAA49;
    font-weight: 400;
}
#main-banner{
    height: 100vh;
    width: 50%;
    background-image: url(./images/banner-img.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
   
}   

.main-banner-content{
    margin-top: 20%;
    text-align: center;
 
  
    /* background: white; */
}
.main-heading{
    font-family: "Berkshire Swash", cursive;
    font-weight: 600;
    font-size:60px;
    letter-spacing: 3px;
    line-height: 70px;
    background: linear-gradient(to right,rgba(236, 240, 54, 1), rgba(255, 255, 255, 1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-banner-content p{
    font-family: "Julee", cursive;
    font-style: normal;
    color: rgba(238, 241, 72, 1);
    font-weight: 400;
    font-size: 40px;
    background-color:rgb(0, 0, 0, 0.3);
    margin-top: 1%;
    
}
/* Inner Body start */
.inner-body{
    background-image: linear-gradient(to bottom, #FFEAEA 80%, #fff 25%);
}
.heading{
    font-family: "Roboto", serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
}
.heading-2{
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-align: center;

}
/* Inner Body end */

/* About start */
.aboutus{
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 10%;
    text-align: center;
}
/* About  end*/

/* Meetguru start */
.meet-guru{
  
    background-size: 100% 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    /* padding-bottom: 5%; */
   
}
/* Meetguru end */

/* Gallery start */
.gallery{
    padding-top: 5%;
    text-align: center;
}

.gallery-para{
    font-weight: 200;
    font-size: 24px;
    font-style: italic;
    line-height: 28px;
    
}
.modal-dialogue{
    background-color: #000;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-content{
    background-color: #000;
    color: #fff;
}
.carousel-item img{
    height: 90vh;
    width: auto !important;
}
.gallery-img{
    position: relative;
    height: 450px;
    background-color: #fff;
    overflow: hidden;
    
}
.gallery-img img{
    width: 80%;
    height: 80%;
    margin-top: 5%;
    transition: transform 0.3s ease;
    border-radius: 42px;
}
.gallery-img .overlay {
    position: absolute;
    top: 6%;
    left: 10%;
    width: 80%;
    height: 80%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 42px;
   
}
.gallery-img:hover .overlay {
    opacity: 1;
}
.gallery-img .overlay button {
    background-color: #FFAA49;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}
.gallery-img p{
    font-family: 'Roboto', serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 3;
}
/* Gallery end */

/* Message Start */

#message{
    width: 90%;
   background-color: #fff;
   padding: 2%;
   text-align: center;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#message h2{
    font-size: 24px;
    font-weight: 400;
    font-family: "Roboto", serif;
    border-bottom: 2px solid black;
    width: 58%;
    margin: auto;

}
.line{
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #000;
    align-items: center;
    margin-top: 3%;
}
.message-para{
    font-size: 16px;
    font-weight: 500;
    font-family: "Kalam", cursive;
    font-style: normal;
    line-height: 28px;
    margin-top: 5%;
}
.img-founder{
    width: 100%;
    height: 100%;
    margin-top: 15%;
}
/* Message End */

/* Contact Start */
#contact{
    /* padding-top: 5%; */
    text-align: center;
    background-color: #fff;
}
.contact-para{
    font-size: 20px;
    font-weight: 200;
    font-family: "Roboto", serif;
    font-style: italic;
    line-height: 30px;
  
}
.contact-info{
    font-size: 24px;
    font-weight: 500;
   
}
/* Contact End */

/* Footer Start */
.footer{
    background-color: #000;
    color: #fff;
    margin-top: 5%;
    padding: 2%;

}
.footer-para{
    font-size: 24px;
    font-weight: 600;
    font-family: "Roboto", serif;
    line-height: 30px;
    text-align: center;
}
ul.footer-info{
    list-style-type: none;
    line-height: 3 ;
}

.copyright{
    margin-left: 30px;
    color: #bebebe;
}
/* Footer End */

/* Responsive */
@media (max-width : 578px){
   .nav-phone{
      background-color:  #FFEAEA ;
      padding: 1%;
   }
   #main-banner{
    background-image: url(./images/banner-img.webp);
    width: 100%;
   }
    .main-heading{
        font-size: 30px;
        margin-top:40%;
    }
    .main-banner-content p{
        font-size: 20px;
    }
    .heading{
        font-size: 30px;
    }
    .heading-2{
        font-size: 18px;
    }
    .meet-guru{

        background-size: contain;
        background-repeat: no-repeat;
       
       
    }
    .gallery-para{
        font-size: 18px;
    }
    .gallery-img img{
        width: 100%;
        height: 100%;
    }
    .gallery-img .overlay button {
        padding: 5px 10px;
        font-size: 14px;
    }
    .gallery-img p{
        font-size: 18px;
    }
     .carousel-item img{
        height: auto;
        width: 100% !important;
    }
    #message h2{
        font-size: 20px;
    }
    .message-para{
        font-size: 14px;
    }
    .contact-para{
        font-size: 16px;
    }
    .contact-info{
        font-size: 20px;
    }
    .footer-para{
        font-size: 20px;
    }
    ul.footer-info{
        font-size: 16px;
    }
    .call-btn{
        font-size: 14px;
    }
    
}
