
/* google fonts  */
@import url('https://fonts.googleapis.com/css2?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&display=swap');

/* color  */
:root{
    --wight:#fff;
    --red:#ee3623;
    --blue:#3355ff;
}

*{
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: capitalize;
    outline: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

*::selection{
    background: var(--red);
    color: var(--wight);
}

html{
    scroll-behavior: smooth;
    font-size: 62.5%;
    overflow-x: hidden;
}

/*------------------------- button  */
button{
    height: 4rem;
    width: 20rem;
    border-radius: 5rem;
    background: var(--red);
    color: var(--wight);
    font-size: 2rem;
    cursor: pointer;
    transition: all .2s linear;
    border: none;
    box-shadow: 0 .3rem .1rem rgba(0,0,0,.3);
}

button:hover{
    border: solid 2px var(--red);
    color: var(--red);
    background-color: var(--wight);
    letter-spacing: .2rem;
}

/*---------------------------- heading  */
.heading{
    font-size: 4rem;
    color: var(--red);
    text-align: center;
    padding: 0 1rem;
    padding-top: 6rem;
    letter-spacing: .2rem;
    font-weight: 500;
}

/* ------------------------------title  */
.title{
    font-size: 2rem;
    padding: 0 1rem;
    text-align: center;
    font-weight: 400;
    color: #333;
}



/*------------------------ header section start  */
header{
    position: fixed;
    width: 100%;
    background: var(--wight);
    top: 0rem;
    left: 50%;
    transform: translatex(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding: 1rem 2rem;
    z-index: 1000;
    transition: .2s linear;
}

/* logo name  */
header .logo{
    color: var(--blue);
    font-size: 1rem;
    text-transform: uppercase;
}



/* navbar links */
header .navbar ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}

header .navbar ul li{
    margin: 0 1rem;
}

header .navbar ul li a{
    font-size: 2rem;
    color: var(--red);
}

header .navbar ul li a::after{
    content: '';
    width: 0%;
    height: 2px;
    background: var(--red);
    display: block;
    margin: auto;
    transition: .3s;
}

header .navbar ul li a:hover::after{
    width: 100%;
}




header .fa-bars{
    font-size: 3rem;
    cursor: pointer;
    color: var(--red);
    transition: .2s linear;
    display: none;
}

.header-active{
    top: 0;
    width: 100%;
    box-shadow: .1rem .3rem rgba(0,0,0,.3);
}



/*------------------------ header section end  */

/*---swiper start----*/
.container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    
    .swiper{
        width: 100%;
        height: 100%;
    }
    
    .swiper-slide img{
     width:100%;
     
    }
    
    .swiper .swiper-button-prev, .swiper .swiper-button-next{
        color: #fff;
    } 
    
    .swiper .swiper-pagination-bullet-active{
        background: #16c4e2;
    }
    
    /*---swiper band----*/



/*------------------------ home section start  */





/*--------about section start-------*/

.about .row{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.about .row .images img{
    height: 70vh;
    width: 50vw;
    border-radius: .5rem;
}

.about .row .content{
    padding-left: 5rem;
}

.about .row .contact h3{
    font-size: 3rem;
    color: var(--red);
}
.about .row .contant p{
    font-size: 1.6rem;
    letter-spacing: .1rem;
    color: #333;
    padding: 1rem;
}

/*-----about section end-----*/


/*-----video section start-----*/


.teacher{
    background: #f0f0f0;
}










/*-----video section end-----*/

.music .heading h1{
    font-size: 10px;
    align-items: center;
    width: 500;
}



/*---success section start---*/

.success .row{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.success .row .images img{
    height: 40vh;
    width: 30vw;
    border-radius: .5rem;
}

.success .row .content{
    padding-left: 5rem;
}

.success .row .contact h3{
    font-size: 3rem;
    color: var(--red);
}
.success .row .contant p{
    font-size: 1.6rem;
    letter-spacing: .1rem;
    color: #333;
    padding: 1rem;
}

/*------success section end








/*-- gallery start--*/

.gallery .box-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery .box-container .box{
    height: 38rem;
    width: 26rem;
    
    text-align: center;
    border-radius: 40rem;
    
    margin: 2rem;
    cursor: pointer;
}

.gallery .box-container .box i{
    text-align: center;
    
   
    font-size: 7rem;
    height: 100%;
    width: 100%;
    line-height: 6rem;
    padding: 2rem 0;
    transition: .2s linear;
}



/*   gallery end--*/


















/*--------------------------- contact section start kri */
.contact-container{
  height:80vh;
  display: flex; 
  align-items: center; 
  justify-content: space-evenly;
  background-color: #89dd51;




  margin: auto;
  width:100% ;
  display: grid;
   
  
} 




.contact-left{
 display: flex;  
 flex-direction: column;
 align-items: start;
 gap: 20px;
 margin:9px ;
 background-color: ;
 position: relative;
 
    
}


.contact-left-title h2{
    font-weight:600;
    color:#e80d77;
    font-size:40px;
    margin-bottom:5px;
    margin-top:25px;

}

.contact-left-title hr{
    border: none;
    width: 120px;
    height: 5px;
    background-color: rgb(213, 93, 167);
    border-radius: 10px;
    margin-bottom: 20px;

}
.contact-inputs{
    width: 400px;
    height: 40px;
    outline:none ;
    padding-left:5px;
    font-weight: 500;
}

.contact-left textarea{
    height:100%;
    padding-top: 10px;
    border-radius: 20px;
}

.contact-inputs:focus{
    border: 2px solid #e117d3;
}

.contact-inputs::placeholder{
    color: #171515;
}

.contact-left button{
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 20px;
    gap: 3px;
}
.contact-left button img{
    height: 15px;
}

.contact-right .map{
    width: 500px;
    
}





/*--------------------------- contact section end  */




/*----footer new wala--*/

footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 100px;
    background: #ef81dd;
    display:flex ;
    justify-content: space-between;
    flex-wrap:wrap ;
}



.footer .container{
    display:flex ;
    flex-direction:row ;
    justify-content:space-between ;
    flex-wrap: wrap;
    flex-direction: row;
}

.footer .container .sec{
    margin-right: 30px;

}
.footer .container .sec.aboutus{
    width: 40%;

}

.footer .container h1{
    position: relative;
    color:#fff;
    font-weight: 650;
    margin-bottom: 15px;
}

.footer .container h1:before{
    content:'' ;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #e46e07;
} 

footer .container .sec.aboutus p{
    color: #090909;
    font-size: 13px;
}
.sci{
    margin-top: 20px;
    display: flex;

}
.sci li{
    list-style: none;
}

.sci li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: none;
}

.sci li a :hover{
    background: rgb(202, 72, 72);
    border-radius: 4px;
}
.sci li a .fab{
    color: #e8caca;
    font-size: 40px;
}

.quicklinks{
    position: relative;
   
    font-size: 14px;
}

.quicklinks h2{
    font-weight: 500;
    font-size: 25px;
    color: #f33905;

}




.quicklinks ul li a{
    color: #090909;
    text-decoration:none;
    margin-bottom: 10px;
    display: inline-block;
}

.quicklinks ul li a:hover{
    color: #fff;
}

.footer .container .quicklinks{
    margin-left: 30%;
}


.quicklinks ul li{
    list-style: none; ;
}

.quicklinks ul li a {
    color: #0b0b0b;
    text-decoration: none;
    margin-bottom: 10px;
    display:inline-block;
}



/*----*/
.quicklink-end{
    position: relative;
    width: 20%;
    font-size:14px;
    

}
.quicklink-end h2{
    font-weight: 500;
    font-size: 25px;
    color: #f33905;

}
.quicklink-end ul li a{
    color: #090909;
    text-decoration:none;
    margin-bottom: 10px;
    display: inline-block;
}
.quicklink-end ul li a:hover{
    color: #fff;
}
.footer .container .quicklink-end{
    margin-left: 30%;
}
.quicklink-end ul li{
    list-style: none; ;
}

/*-----footer end-----*/


/*----copyright text---*/
.copyrightText{
    width: 100%;
    background: #181818;
    padding: 8px 100px;
    text-align: center;
    color: #999;
    font-size: 13px;
}

/*---copyrighttext end---*/

















.fa-times{
    transform: rotate(180deg);
}





/* media queries  */
@media (max-width:768px){

    html{
        font-size: 50%;
    }

    header .fa-bars{
        display: block;
    }

    /* yeha header ko mobile version ke rup mein  banaye hai--*/
    header{ 
          width: 90%;
          top: 0rem;}

.container{position: relative;
top: 5.9rem;}

 /* yeha header ko mobile version ka kaam end hua--*/


    
    header .navbar{
        position: fixed;
        top: -100rem;
        left: 0;
        width: 100%;
        background: var(--wight);
        border-radius: 1rem;
        transition: .2s linear;
        opacity: 0;
    }

    header .navbar ul{
        flex-flow: column;
        padding: 2rem 0;
    }

    header .navbar ul li{
        margin: 1rem 0;
        width: 100%;
        text-align: center;
    }

    header .navbar ul li a{
        font-size: 3rem;
        display: block;
    }

    header .nav-toggle{
        position: fixed;
        top: 5.5rem;
        opacity: 1;
    }






    /* home section  */
    
    .home .content p{
        padding: 1.5rem 2rem ;
    }

     /* about section  */ 

     .about .row{
        flex-flow: column-reverse;
     }

     .about .row .images img{
        height: 50vh;
        width: 90vw;
    
     }


     .about .row .content {
        padding: 0 2.5rem;
     }

/*----about section end--*/



/*----video start----*/


/*-- video section start  */









/*------success start----*/
.success .content p{
    padding: 1.5rem 2rem ;
}

 .success .row{
    flex-flow: column-reverse;
 }

 .success .row .images img{
    height: 50vh;
    width: 90vw;

 }


 .success .row .content {
    padding: 0 2.5rem;
 }


/*----success end----*/



     
    /* contact media queries  */
.contact-inputs{
    width:80vw ;
}


.contact-right .map{
height:400px ;

}

 /* footer section  */ 
.sci{
    position: relative;
    top: -70px;
}
/* footer end  */ 


 /* about section  */ 

 




}















