@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Roboto:wght@400;700&display=swap');
:root{
    --mount-meadow: #1bbc9c;
    --white-smoke: #f0f0f0;
    --night-rider: #343434;
    --border:.1rem solid rgba(255,255,255,.3);
    --black: #191b17;
    --transition: all 0.5s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', Roboto;
}

html {
    scroll-behavior: smooth;
}

h1 {
    font-size: 50px;
    line-height: 64px;
    color: #222;
}

h2 {
    font-size: 46px;
    line-height: 54px;
    color: #222;
}

h4 {
    font-size: 20px;
    color: #222;
}

h6 {
    font-weight: 700;
    font-size: 12px;
}

p {
    font-size: 16px;
    color: #465b52;
    margin: 15px 0 20px 0;
}
#viss{
    color: rgb(255, 0, 0);
}
#illi{
    color: rgb(204, 0, 204);
}
#visson{
    color: rgb(255, 153, 51);
}

#mis{
    color: rgba(0, 0, 128);
}

#vis{
    color: rgb(19, 136, 08);
}
#edugam{
    color: rgb(204, 0, 204);
}
.text{
    color: rgb(0, 176, 240);
}
#le{
    font-size: 27px;
}

.section-p1 {
    padding: 40px 80px;
}

.feature{
    padding: 40px 80px;
}
.section-m1 {
    margin: 40px 0;
}

body {
    width: 100%;
}

/*header*/
.header {
   
     
    background: rgba( 225, 246, 251);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 7%;
    border-bottom: .1rem solid rgba(255,255,255,.3);
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
}

    .header .logo img{
        height: 30px;

    }
  
    .header .navbar a{
        margin: 0 1rem;
        font-size: 1rem;
        padding: 0;
        color: rgb(255, 153, 51);
        text-decoration: none;

    }
    .header .navbar a:hover{
        color: #1bbc9c;
        border-bottom: 0.1rem solid green;
        padding-bottom: 0.5rem;
    }
    .header .icons div{
        color: black;
        cursor: pointer;
        font-size: 2.5rem;
        margin-left: 2rem;
    }
    .header .icons div:hover{
        color:  #1bbc9c;

    }
    #menu-btn{
        display: none;
    }
  /*header*/

#hero {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 80px;
    background-image: url("./2.jpg");
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: top 25% ;
}

#hero h4 {
    padding-bottom: 15px;
}

#hero h1 {
    color: #088178;
}

/* feature */
.feature .title{
    text-align: justify;
}
.feature-left img{
    width: 80%;
    margin: 0 auto;
    justify-content: center;
}
.feature-right{
    margin-top: 4rem;
    margin-left: none;
}
.feature-item{
    margin: 1.4rem 0;
    display: flex;
}
.feature-item div h3{
    margin-top: 1px;
    font-size: 1.4rem;
    font-weight: 300;
    opacity: 0.85;
}
.feature-item span{
    font-size: 1.1rem;
    color: #fff;
    background: var(--mount-meadow);
    align-self: flex-start;
    padding: 0.4rem 0.7rem;
    border-radius: 2px;
    margin-right: 0;
}
.feature .row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    column-gap: 1rem;
}
.feature-right{
    margin-top: 0;
}
/*feature end*/


/* detail */
.detail{
    background: var(--white-smoke);
    display: flex;
    flex-flow: row wrap;
    
    margin: 5px 0;
}
.detail .row{
    display: grid; 
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.container{
    flex: 1;
    overflow: hidden;
}
.detail-item{
    background: #fff;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(90, 91, 95, 0.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(90, 91, 95, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(90, 91, 95, 0.1);
    margin: 2rem 0;
    padding: 3.5rem 1.5rem;
    border-radius: 4px;
    transition: var(--transition);
}
.detail-item:hover{
    -webkit-box-shadow: 0 21px 19px -2px rgba(217, 217, 217, 1);
    -moz-box-shadow: 0 21px 19px -2px rgba(217, 217, 217, 1);
    box-shadow: 0 21px 19px -2px rgba(217, 217, 217, 1);
    transform: translateY(-5px);
}
.detail-item span{
    font-size: 2.5rem;
}
.detail-item h2{
    font-size: 1.4rem;
    opacity: 0.8;
    font-weight: 300;
}
.line{
    width: 45px;
    margin: 1.2rem auto;
    background: var(--mount-meadow);
    height: 2.5px;
}
#alvin{
    text-align: right;
}
/* detail end*/

.objec{
    background: var(--white-smoke);
    display: flex;
    flex-flow: row wrap;
    
    
    margin: 20rem 20rem;
    margin-top: 0cm;
    margin-bottom: 0cm;
}
.objec .row{
    display: grid; 
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}

.container{
    flex: 1;
    overflow: hidden;
}
.objec-item{
    background: #fff;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(90, 91, 95, 0.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(90, 91, 95, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(90, 91, 95, 0.1);
    margin: 2rem 0;
    padding: 3.5rem 1.5rem;
    border-radius: 4px;
    transition: var(--transition);
}
.objec-item:hover{
    -webkit-box-shadow: 0 21px 19px -2px rgba(217, 217, 217, 1);
    -moz-box-shadow: 0 21px 19px -2px rgba(217, 217, 217, 1);
    box-shadow: 0 21px 19px -2px rgba(217, 217, 217, 1);
    transform: translateY(-5px);
}
.objec-item span{
    font-size: 2.5rem;
}
.objec-item h2{
    font-size: 1.4rem;
    opacity: 0.8;
    font-weight: 300;
}
.line{
    width: 45px;
    margin: 1.2rem auto;
    background: var(--mount-meadow);
    height: 2.5px;
}
.ob{
    text-align: justify;
    color: rgb(204, 0, 204);
}

/*educational games*/
#product1 {
    text-align: center;
}

#product1 .pro-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

#product1 .pro {
    width: 23%;
    min-width: 250px;
    padding: 0 20px 20px;
    border: 1px solid #cce7d0;
    border-radius: 25px;
    transition: .2s;
    position: relative;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
    margin: 15px 15px;
}

#product1 .pro:hover {
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}

#product1 .pro img {
    width: 80%;
    border-radius: 20px;
}
.pr {
    width: 50%;
    margin-left: 40px;
    
}
#product1 .pro .des {
    text-align: center;
    padding: 10px 0;
}

#product1 .pro .des span {
    color: #606063;
    font-size: 12px;
}

#product1 .pro .des h5 {
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 14px;
    transition: 0.2s;
}

#product1 .pro:hover .des h5 {
    color: #088178;
}

#product1 .pro .des i {
    color: rgb(240, 177, 18);
    font-size: 12px;
}

#product1 .pro .des h4 {
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    color: #088178;
}

#product1 .pro .cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #e8f6ea;
    font-weight: 500;
    color: #088178;
    border: 1px solid #cce7d0;
    transition: 0.2s;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

#product1 .pro .cart:hover {
    color: #fff;
    background: #088178;
    font-weight: 400;
}
/*educational games end*/


    /*testimonial*/
    .container{
    
        display: flex;
        align-items: center;
        justify-content: center;
        background-color:white;
    }
    .testi{
       text-align: center;
      
       height: 100vh;
        width: 100%;
        
    }
    .test{
        color: rgb(204, 0, 204); 
    }
    
    .testimonial{
        position: relative;
        max-width: 900px;
        width: 100%;
        padding: 50px 0;
        row-gap: 30px;
        overflow: hidden;
      
        
    }
    
    .testimonial .images{
        height: 170px;
        width: 170px;
        object-fit: cover;
        border-radius: 50%;
    }
    .testimonial .slide{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        row-gap: 30px;
    }
    
    .slide p{
        text-align: center;
        padding: 0 100px;
        font-size: 16px;
        font-weight: 400;
        color: #333;
    }
    
    .slide .quote-icon{
        font-size: 30px;
        color: rgba(0, 0, 128);
    }
    .slide .deta{
        display: flex;
        flex-direction: column;
        align-items: center;
    
    }
    .deta .nam{
        font-size: 16px;
        font-weight: 600;
        color: rgb(19, 136, 08);
    }
    
    .deta .jo{
        font-size: 16px;
        font-weight: 400;
        color: rgb(19, 136, 08);
    }
    
    .nav-bt{
        height: 40px;
        width: 40px;
        border-radius: 50%;
        transform: translateY(30px);
        background-color: rgba(0, 0, 0, 0.1);
    }
    
    .nav-bt::after,
    .nav-bt::before{
        font-size: 20px;
    }
     /*endtesti*/
   
   
   
   
  

    
/*category*/
.category .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(29rem, 1fr))[auto-fit];
        grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    
  }
  .category .te{
    text-align: center;
    height: 150px;
    margin-bottom: 1.5rem;
  }
  
  .category .box-container .box {
    text-align: center;
    padding: 0.5rem;
  }
  
  .category .box-container .box img {
    height: 10rem;
    width: 10rem;
    border-radius: 50%;
    margin-bottom: 0.5rem;
  }
  
  .category .box-container .box h3 {
    font-size: 20px;
    color: rgb(255, 153, 51);
  }
  
  .category .box-container .box p {
    font-size: 16px;
    color: rgb(19, 136, 08);
    padding: 0.5rem 0;
   
  }
  .category .box-container .box span{
    color: rgba(0, 0, 128);
  }

/*FOOTER*/

  
footer{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    padding: 50px;
    color: #fff;
    background-color: rgb(225, 246, 251);
}
.footer > *{
    flex: 1 100%;
}
.footer-left{
    margin-right: 1.25em;
    margin-bottom: 2em;
}
.footer-left img{
    width: 150px;
}
 .footer .ro{
    font-weight: 400;
    font-size: 17px;
}
.footer ul{
    list-style: none;
    padding-left: 0;
}
.footer li{
    line-height: 2em;
}
.footer a{
    text-decoration: none;
}
.footer-right{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;

}
.footer-right > *{
    flex: 1 50%;
    margin-right: 1.25em;
}
.boc a{
    color: #999;
}
.footer-bottom{
    text-align: center;
    color: #999;
    padding-top: 50px;
}
.footer-left p{
    padding-right: 20%;
    color: #999;
}
.socials a{
    background: rgb(204, 0, 204);
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
}
.socials a i{
    color: #e7f2f4 ;
    padding: 10px 12px ;
    font-size: 20px;
}
#let{
    text-align: center;
    color:rgb(19, 136, 08);
    font-size: 20px;
    margin-bottom: 60px;
}
.footer-right > *{
    flex: 1;
}
.footer-left{
    flex: 1 0px;
}
.footer-right{
    flex: 1 0px;
}
/*end ffoter*/


  @media screen and (max-width: 768px) {

     /*header*/
     #menu-btn{
        
        display: inline-block;
      }
    .header .navbar{
        position: absolute;
        top: 100%; right: -100%;
        background: #fff;
        width:  30rem;
        height: calc(100vh - 9.5rem);
    }
    .header .navbar.active{
        right: 0;
    }
    .header .navbar a{
        display: block;
        margin: 1.5rem;
        padding: 0.5rem;
        font-size: 2rem;
    }
    /*end header*/
    #hero {
        padding: 0 80px;
        height: 70vh;
        background-position: top 30% left 107%;}   
        
        .section-p1 .pro-container{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
        }
    /*testi*/.slide p{
        padding: 0 60px;
        text-align: justify;
    }
    .nav-bt{
        display: none;
    }
    .testi{
        height: 115vh;}

/*end testi*/
.category .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(29rem, 1fr))[auto-fit];
        grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }

  .detail .row{
    display: grid; 
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.objec{
    margin: 0;
}
.footer{
    padding: 15px;
}

  }
  /* END FOOTER*/


  /* for mobile portrait view*/
  @media screen and (max-width: 480px) and (orientation: portrait) {
    
    /*header*/
    .header{
        padding: 10px;
    }
    #menu-btn{
        
        display: inline-block;
      }
    .header .navbar{
        position: absolute;
        top: 100%; right: -100%;
        background: #fff;
        width:  10rem;
        height: calc(100vh - 30rem);
    }
    .header .navbar.active{
        right: 0;
    }
    .header .navbar a{
        display: block;
        margin: 1rem;
        padding: 0.5rem;
        font-size: .5rem;
    }
    /*end header*/

     #hero {
        margin-top: 50px;
        padding: 0 80px;
        height: 90vh;
        background-position: top 30% left 99%;
     }

     /*feature*/
     #feature{
        padding: 20px;
        text-align: justify;
     }
     .feature .row{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        column-gap: 2rem;
    }
    .feature-left{
        text-align: center;
    }
    /*end feature*/
     .test{
        font-size: 30px;
    }
    .educa{
        font-size: 30px;
    }
             
    /*games 1st img*/
    .pr{
       margin-left: 32px;
       
    }
    /*end img*/
        .detail .row{
            display: grid; 
            grid-template-columns: repeat(1, 1fr);
            gap: 2rem;
        }
        .objec{
            margin: 0;
        }

        .section-p1 {
            padding: 40px;
        }


        .footer-right > *{
            flex: 1;
        }
        .footer-left{
            flex: 1 0px;
        }
        .footer-right{
            flex: 1 0px;
        }
        
  }

