
/* 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: 96%;
    background: var(--wight);
    top: 1rem;
    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: 2.3rem;
    text-transform: uppercase;
    position: relative;
    top: -3px;
}



/* 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: #ce90c5;
        font-size: 2px;
    } 
    
    .swiper .swiper-pagination-bullet-active{
        background: #16c4e2;
        font-size: 3px;
    }
    
    *{
        --swiper-navigation-size:25px;
    }
    /*---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-----*/


/* compy m */
.about .box-container2{
    display: flex;
    justify-content: center;
    
    flex-wrap: wrap;
}
 .about .box-container2 .box{
    height: 30rem;
    width: 50rem;
    
    text-align: center;
    border-radius: 40rem;
    
    margin: 2.5rem;
    cursor: pointer;
}

/* compny m end */








/*----------rally section--start-----------*/
.experts .box-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.experts .box-container .box{
    height: 40rem;
    width: 40rem;
    background-color: var(--wight);
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem .5rem rgba(0,0,0,.3);
    margin: 2rem;
    cursor: pointer;
}

.experts .box-container .box i{
    text-align: center;
    color: var(--wight);
    background: var(--red);
    font-size: 7rem;
    height: 50%;
    width: 100%;
    line-height: 6rem;
    padding: 2rem 0;
    transition: .2s linear;
}

.experts .box-container .box h3{
    font-size: 2rem;
    color: var(--red);
    padding: 1rem 0;
    transition: .2s;
}

.experts .box-container .box p{
    font-size: 1.3rem;
    padding: .7rem 2rem;
    color: #666;
}

.experts .box-container .box:hover{
    box-shadow: 0 .5rem .8rem rgba(0,0,0,.5);
}

.experts .box-container .box:hover i{
    background: var(--blue);
    color: var(--wight);
    transition: .2s;
}

.experts .box-container .box:hover h3{
    color: var(--blue);
    transition: .2s;
}


/*----------rally section end-------------*/


/* rally vedio slider */

.experts .ep1{
    position: relative;
    width: 100%;
    height: 70vh; }


.experts .ep1 video{
    position:absolute;
    top: 0;
    left: 0;
    width: 360px;
    height: 215px;
    object-fit: cover;
}

.experts .ep1 .navigation{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 90;
    display: flex;
    justify-content: center;
    align-items: center;
}

.experts .ep1 .navigation li{
    list-style: none;
    cursor: pointer;margin: 0 10px;
    border-radius: 4px;
    background: white;
    padding: 3px 3px 0;
    opacity: 0.7;
    transition: 0.5s;
}

.experts .ep1 .navigation li:hover{
    opacity: 1;
}



.experts .ep1 .navigation li img{
    width:50px ;
    transition: 0.5s;
    
}

.experts .ep1 .navigation li img:hover{
    width: 100px;
}

/* rally vedio slider end */







/*----reaserch section start---*/
.reaserch .box-part2{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;}

.reaserch .box-part2 .box{
    height: 60rem;
    width: 50rem;
    background-color: var(--wight);
    text-align: center;
    border-radius: 0rem;
    box-shadow: 0 .3rem .5rem rgba(252, 251, 251, 0.3);
    margin: 1rem;
    cursor: pointer;}

.reaserch .box-part2 .box i{
    text-align: center;
    color: var(--wight);
    background: var(--red);
    font-size: 7rem;
    height: 50%;
    width: 100%;
    line-height: 6rem;
    padding: 0rem 0;
    transition: .2s linear;
}

.reaserch .box-part2 .box h3{
    font-size: 2rem;
    color: #171515;
    padding: 1rem 0;
    transition: .2s;
}

.reaserch .box-part2 .box p{
    font-size: 12px;
    padding: .7rem 0rem;
    color: #666;
}
/*--reaserch section end */








/* flip book start */
.test .container8 {
	font-family: "Poppin", sans-serif;
	background-color: #2e3537;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.test .book {
	width: 350px;
	height: 450px;
	position: relative;
	transition-duration: 1s;
	perspective: 1500;
}
.test input {
	display: none;
}
.test .cover, .back-cover {
	background-color: #f20bdf;
	width: 100%;
	height: 100%;
	border-radius: 0 15px 15px 0;
	box-shadow: 0 0 5px rgb(41, 41, 41);
	display: flex;
	align-items: center;
	justify-content: center;
	transform-origin: center left;
}
.test .cover {
	position: absolute;
	z-index: 4;
	transition: transform 1s;
}
.test .cover label {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.test .back-cover {
	position: relative;
	z-index: -1;
}
.test .page {
	position: absolute;
	background-color: white;
	width: 330px;
	height: 430px;
	border-radius: 0 15px 15px 0;
	margin-top: 10px;
	transform-origin: left;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	transition-duration: 1.5s;
}
.test .page img {
	width: 100%;
	height: 100%;
	border-radius: 15px 0 0 15px;
}
.test .front-page {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	box-sizing: border-box;
	padding: 1rem;
}
.test .back-page {
	transform: rotateY(180deg);
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	z-index: 99;
}
.test .next, .prev {
	position: absolute;
	bottom: 1em;
	cursor: pointer;
}
.test .next {
	right: 1em;
}
.test .prev {
	left: 1em;
}


#page1 {z-index: 3;}
#page2 {z-index: 2;}
#page3 {z-index: 1;}




#checkbox-cover:checked ~ .book {
	transform: translateX(200px);
}
#checkbox-cover:checked ~ .book .cover {
	transition: transform 1.5s, z-index 0.5s 0.5s;
	transform: rotateY(-180deg);
	z-index: 1;
}
#checkbox-cover:checked ~ .book .page {
	box-shadow: 0 0 3px rgb(99, 98, 98);
}
#checkbox-page1:checked ~ .book #page1 {
	transform: rotateY(-180deg);
	z-index: 1;
}
#checkbox-page2:checked ~ .book #page2 {
	transform: rotateY(-180deg);
	z-index: 2;
}

#checkbox-page3:checked ~ .book #page3 {
	transform: rotateY(-180deg);
	z-index: 3;}

       
/* flip  book end */








/* video section start */

.media .box-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:3rem;
}
.media .box-container .box{
    height: 215px;
    width: 360px;
    text-align: center;
    border-radius: 40rem;
    margin: 2.5rem;
    cursor: pointer;
    gap: 3rem;
}

/* vedio end */








/*tabs work start  */
.event{
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d7762b77;
    font-family: 'Poppins', sans-serif;}


    .event .container15{
        max-width: 1000px;
        width: 100%;
    }

    .event .container15 h2 {
    font-size: 1.5rem;
    color: #3e4455;
    margin-bottom: 1rem;
}

.event .container15 p {
    color: #3e4455;
    font-size: 15px;
}



.event .container15 input[type="radio"] {
    display: none;
}

.event .container15 label {
    padding: 10px 45px;
    background-color: #d5d5d5;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    transition: .4s;
}

.event .container15 .tab-content {
    display: none;
    margin: 20px 0;
}

.event input[type="radio"]:checked+label {
    background-color: #4d63dd;
    color: #fff;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3 {
    display: block;
}
/* tabs work end */






/*-- gallery start--*/

.gallery .box-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery .box-container .box{
    height: 20rem;
    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 box conter2--*/
.gallery .box-container2{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.gallery .box-container2 .box{
    height: 20rem;
    width: 26rem;
    
    text-align: center;
    border-radius: 40rem;
    
    margin: 1.5rem;
    cursor: pointer;
}


/*   gallery end--*/





/* our partner start */

.partner {
    display: grid;
    place-items: center;
}

.partner h1 {
    font-size: 3rem;
    padding: 20px;
    margin: 20px 0px;
}

.partner .slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 80%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.partner .slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 20s linear infinite;

}

@keyframes scrolling {

    0% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-20%);
    }
}

.partner .slider-items img {
    width: 12%;
    margin: 20px;

}

/* our partner section  end */









/*--------------------------- contact section start kri */

.contact-container{
  height:80vh;
  display: flex; 
  align-items: center; 
  justify-content: space-evenly;
  background-color: #d570e7;




  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(97, 182, 229);
    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: #2a96d4;
    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(247, 31, 20);
    border-radius: 3px;
}
.sci li a .fab{
    color: #e8caca;
    font-size: 40px;
}

.quicklinks{
    position: relative;
   
    font-size: 14px;
}

.quicklinks h2{
    font-weight: 500;
    font-size: 25px;
    color: #f31505;

}




.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: #f30d05;

}
.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: -.5rem;}

.container{position: relative;
top: 6rem;}

 /* 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--*/















     
    /* contact media queries  */
.contact-inputs{
    width:80vw ;
}


.contact-right .map{
height:400px ;

}

 /* footer section  */ 
.sci{
    position: relative;
    top: -70px;
}
/* footer end  */ 






/* flip book work start*/
@media(max-width:500px){
    .test .container8 {
        font-family: "Poppin", sans-serif;
        background-color: #2e3537;
        height: 100vh;
        display: flex;
       
    }
    .test .book {
	width: 180px;
	height: 200px;
	position: relative;
	transition-duration: 1s;
	perspective: 1500;
}
.test input {
	display: none;
}
.test .cover, .back-cover {
	background-color: #55ec0f;
	width: 180px;
	height: 200px;
	border-radius: 0 15px 15px 0;
	box-shadow: 0 0 5px rgb(41, 41, 41);
	display: flex;
	align-items: center;
	justify-content: center;
	transform-origin: center left;
}
.test .cover {
	position: absolute;
	z-index: 4;
	transition: transform 1s;
}
.test .cover label {
	width: 180px;
	height: 200px;
	cursor: pointer;
}
.test .back-cover {
	position: relative;
	z-index: -1;
}
.test .page {
	position: absolute;
	background-color: white;
	width: 180px;
	height: 200px;
	border-radius: 0 15px 15px 0;
	margin-top: 10px;
	transform-origin: left;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	transition-duration: 1.5s;
}
.test .page img {
	width: 100%;
	height: 100%;
	border-radius: 15px 0 0 15px;
}
.test .front-page {
	position: absolute;
	width: 180px;
	height: 200px;
	backface-visibility: hidden;
	box-sizing: border-box;
	padding: 1rem;
}
.test .back-page {
	transform: rotateY(180deg);
	position: absolute;
	width: 180px;
	height: 200px;
	backface-visibility: hidden;
	z-index: 99;
}
.test .next, .prev {
	position: absolute;
	bottom: 1em;
	cursor: pointer;
}
.test .next {
	right: 1em;
}
.test .prev {
	left: 1em;
}
#page1 {
	z-index: 3;
}
#page2 {
	z-index: 2;
}
#page3 {
	z-index: 1;
}


#checkbox-cover:checked ~ .book {
	transform: translateX(90px);
}
#checkbox-cover:checked ~ .book .cover {
	transition: transform 1.5s, z-index 0.5s 0.5s;
	transform: rotateY(-180deg);
	z-index: 1;
}
#checkbox-cover:checked ~ .book .page {
	box-shadow: 0 0 3px rgb(99, 98, 98);
}
#checkbox-page1:checked ~ .book #page1 {
	transform: rotateY(-180deg);
	z-index: 2;
}
#checkbox-page2:checked ~ .book #page2 {
	transform: rotateY(-180deg);
	z-index: 3;
}

}
/* flip book */






/*media quary ,krish*/
@media (max-width:400px){
    header{
        position: fixed;
        width: 96%;
        background: var(--wight);
        top: rem;
        transform: translatex(-50%);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 3rem;
        z-index: 1000;
        transition: .2s linear;
     } 
    }







