/*project 2*/
.nav{
    background-color:white;
    z-index: 9;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    display:flex ;
    box-shadow: 0px 3px 65px 0px rgba(0,0,0,.25);
}
.nav-top{
    position:fixed;
    top: 1px;;
    right: 1px;
    left: 1px;
}
.logo{
    float:left;
    width: 60%;
}

.logo img{
    padding: 10px;

}
.nav-side{
    float: right;
    width: 40%;
    margin-top: 30px;
}

.nav-side a{
    text-decoration:none ;
    margin-right: 20px;
    margin-top: 20px;
    color: black;
    font-weight: bold;
    font-family: conmic,sens-serif;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}
.nav-side a:hover{
    color:blue;
     
}
.main{
    background-image: url("p2img/pexels-cottonbro-4778621.jpg");
    
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 80vh;
}
.main .main-content{

    padding-top: 15%;
    margin-left: 10%;
    margin-right: 10%;

}
.main .main-content h2{
    color:white;
    font-size: 40px;
    padding: 20px;
    font-family: conmic,sens-serif;
    font-weight: bolder;
    text-align: center;
    line-height: 65px;
    text-shadow: 2px 2px  cornflowerblue;
}
.main .main-content h2 span{
    padding: 10px;
    font-size: 20px;
    opacity: 0.9px;
    color:white;
    text-shadow: none;
    font-weight: 600;
    line-height: 20px;
}
.main .main-content .btn{
    margin-top: 50px;
}
.main .main-content .btn a{
    text-decoration: none;
    margin: 50px;
    padding: 10px 20px;
    background-color: cornflowerblue;
    color: wheat;
    font-family: conmic,sens-serif;
    text-align: center;
    border: 2px solid white;
    border-radius: 10px;
}
.main .main-content .btn a:hover{
    background-color: black;
    color: coral;
    border: none;
    border-bottom: 4px solid coral;
    transition: 0.5s;
}
.product{
    padding-bottom: 50px;
}
.product h2{
    color: black;
    font-size: 35px;
    text-align:center ;
    padding: 20px;
    text-shadow: 2px 2px gray;
}
.product .product-container{
    display: flex;
    margin-left: 5%;
    margin-right: 5%;
    /*background:linear-gradient(120deg,orange,blue); ;*/
} 
.product .product-container .item h3{
     text-align: center;
     color: coral;
     font-weight: bold;
}

.product .product-container .item{
    width:30%;
    margin: 5%;
    height: auto;
    background:linear-gradient(50deg,orange,wheat); ;
    
}
.product .product-container .item:hover{
    box-shadow: 0px 3px 65px 0px rgba(0,0,0,3.15);

}
.product .product-container .item .item-img{
    width: 100%;
    height: 200px;
    overflow: hidden;
    
}
.product .product-container .item .item-content{
    text-align: center;
}
.product .product-container .item .item-content h3{
    padding: 10px;
    font-size: 25px;
    font-family: conmic,sens-serif;
}
.product .product-container .item .item-content p{
    padding: 10px;
    font-size: 18px;
    font-family: conmic,sens-serif;
}
.product .product-container .item .item-content a{
    text-decoration: none;
    margin: 50px;
    padding: 10px 20px;
    background-color:cadetblue;
    color: wheat;
    font-family: conmic,sens-serif;
    text-align: center;
    border: 2px solid white;
    border-radius: 10px;
    transition: .5s;
}
.product .product-container .item .item-content a:hover{
    background-color: black;
    color: coral;
    border: none;
    border-bottom: 4px solid coral;
    transition: 0.5s;
}
.product .product-btn{
    text-align: center;
    margin-top: 50px;
}
.product .product-btn a{
    text-decoration: none;
    margin: 50px;
    padding: 10px 20px;
    background-color:peru ;
    color: black;
    font-family: conmic,sens-serif;
    text-align: center;
    border: 2px solid white;
    border-radius: 10px;
    transition: .5s;
}
.product .product-btn a:hover{
    background-color: black;
    color: coral;
    border: none;
    border-bottom: 4px solid coral;
    transition: 0.5s;

}
.keypoint{
    padding: 50px;

}
.keypoint h2{
    color: black;
    font-size: 30px;
    text-align: center;
    padding: 10px;
    font-family: conmic,sens-serif;
    font-weight: bolder;
    line-height: 25px;
    text-shadow: 2px 2px  gray;

}
.keypoint .key-container{
    display: flex;
}
.keypoint .key-container .key-content{
    width: 40%;
    padding: 20px;
    float: left;
}
.keypoint .key-container .key-content li{
    list-style: none;
    margin: 10px;
    padding: 10px;
    border-left: 2px solid orange;
    color: black;
    text-align: left;
    font-size: 20px;
    font-family: conmic,sens-serif;
    font-weight: bold;
    box-shadow: 0px 3px 65px 0px rgba(0,0,0,.15);

}
.keypoint .key-container .key-content li:hover{
    background-color: white;
    color: coral;
    border: none;
    border-bottom: 4px solid coral;
    transition: 0.5s;
}
.keypoint .key-container key-img{
    width: 35px;
    float: right;
   
}

.keypoint .key-container key-img2{
    width: 35px;
    flex-flow: column;
    
   
}
.keypoint .key-container{
    display: flex;
}
.keypoint .key-container .key-content2{
    width: 40%;
    padding: 20px;
    float: right;
}
.keypoint .key-container .key-content2 li{
    list-style: none;
    margin: 10px;
    padding: 10px;
    border-left: 2px solid orange;
    color: black;
    text-align: left;
    font-size: 15px;
    font-family: conmic,sens-serif;
    font-weight: bold;
    box-shadow: 0px 3px 65px 0px rgba(0,0,0,.13);

}
.keypoint .key-container .key-content2 li:hover{
    background-color: white;
    color: coral;
    border: none;
    border-bottom: 3px solid coral;
    transition: 0.5s;
}
.testi{
    padding: 50px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    background:linear-gradient(120deg,orange,blue); ;

}
.testi h2{
    text-transform: uppercase;
}

.testi .carousel-item h5{
    color:black;
    padding: -50px;
}
.testi .carousel-item{
    
    border-radius: 50%;
    
}
.testi .carousel-item p{
    padding: 10px;
    font-size: 15px;
    font-family: conmic,sens-serif;
    color: black;
}
.team{
    padding: 50px;
    background-clip: url(p2img/WhatsApp\ Image\ 1.jpeg);

}
.team h2{
    color: black;
    font-size: 35px;
    text-align: center;
    padding: 10px;
    font-family: conmic,sens-serif;
    font-weight: bolder;
    line-height: 25px;
    text-shadow: 2px 2px  gray;
    text-transform: uppercase;
}
.team .team-container{
    display: flex;
    

}
.team .team-container .team-viedo{
    width: 50%;
    padding:20px;
    
}
.team .team-container .team-viedo video{
    width: 100%;
    
    
}
.team .team-container .team-contect{
    width: 40%;
    padding: 20px;
    margin-left: 50px;
}
.team .team-container .team-contect p{
    color: rgba(68, 33, 7, 0.795);
    padding: 10px;
    font-family: conmic,sens-serif;
    font-size: 15px;
    box-shadow: 0px 3px 65px 0px rgba(0,0,0,.15);

    
    
}
.team .team-container .team-contect h6{
    display: inline-flex;
   color: black;
    padding: 80px;
    font-family: conmic,sens-serif;
    font-size: 15px;
    box-shadow: 0px 3px 65px 0px rgba(0,0,0,.15);

    
}
.contact-us h2{
    text-align: center;
    text-transform: uppercase;
    
}

.feed{
    padding: 50px;
    background-image: url(p2img/WhatsApp\ Image\ 2.jpeg);
    background-size: cover;

}
.feed h2{
    color: white;
    font-size: 20px;
    text-align: center;
    font-family: conmic,sens-serif;
    padding: 5px;
    text-transform: uppercase;
}
.feed .feed-form{
    text-align: center;
}
.feed .feed-form form input{
    width: 60%;
    margin: 10px;
    padding: 8px;
    outline: none;
    border: none;
}
.feed .feed-form form textarea{
    width: 100%px;
    margin: 10px;
    padding: 8px;
    outline: none;
    border: none;
}
.feed .feed-form form button{
                width: 50%;
                border-radius: 1rem;
                padding: 1%;
                color: #fff;
                background-color: purple;
                border: none;
                cursor: pointer;
                margin-right: 6%;
                color: rgb(246, 246, 252);
                margin-top: 4%;
    
}
.feed .feed-form form button:hover{
    background-color: black;
    color: coral;
    border: none;
    border-bottom: 4px solid coral;
    transition: 0.5s;
}
.feed .feed-form form button{
    width: 50%;
    border-radius: 1rem;
    padding: 1%;
    color: #fff;
    background-color: purple;
    border: none;
    cursor: pointer;
    margin-right: 6%;
    color: rgb(246, 246, 252);
    margin-top: 4%;

}
.feed .feed-form form button:hover{
background-color: black;
color: coral;
border: none;
border-bottom: 4px solid coral;
transition: 0.5s;
}


/*about html*/
.about-us{
    padding: 100px;
    background: linear-gradient(130deg,blue,orange);
   /* background-image: url("p2img/WhatsApp\ Image\ 1.jpeg" ) ;*/
    background-repeat: no-repeat;
    background-size: cover;

    background-attachment: fixed;
}
.about-us h2{
    text-align: center;
    color:black;
    font-size: 30px;
    font-family: conmic,sens-serif;
    padding: 5px;
    text-transform: uppercase;
}
.about-us .about-content p{
    color: black;
    padding: 10px;
    font-size: 18px;
    font-family: conmic,sens-serif;
    text-align: center;
}


/*contact*/



/*course*/




.course .box-container{
    text-align: center;
    position: top;
    font-size: medium;
    position: top;
    display: flex;
    background: linear-gradient(130deg,orange,white);
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.course .box-container .box{
    width:25rem;
    border:.1rem solid rgba(0,0,0,.3);
    position: relative;
    margin:1.5rem;  
    box-shadow: 0px 3px 65px 0px rgba(0,0,0,.25);
}


.course .box-container .box img{
    height: 25rem;
    width: 100%;
    object-fit: cover;
    box-shadow: 0px 3px 65px 0px rgba(0,0,0,.25);
}


.course .box-container .box .content{
    padding:1rem;
}

.course .box-container .box .content .stars i{
    color:#f39c12;
    font-size: 1.7rem;
    padding:1rem .1rem;
}

.course .box-container .box .content .title{
    color:#444;
    font-size: 2.1rem;
    text-transform: uppercase;
}

.course .box-container .box .content .title:hover{
    text-decoration: underline;
}
.course .box-container .box .content p{
    padding:1rem 0;
    color:#666;
    font: size 25px;;
    
}

.course .box-container .box .content .info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: .5rem;
    border-top: .1rem solid rgba(0,0,0,.3);
}

.course .box-container .box .content .info h3{
    font-size: 1rem;
    padding:1rem;
    color:#666;
}

.course .box-container .box .content .info h3 i{
    color:#f39c12;
}

.course .box-container .box .price{
    position: absolute;
    top:1rem; right:1rem;
    height:5rem;
    width:5rem;
    line-height: 50rem;
    text-align: center;
    border-radius: 50%;
    background:var(--gradient);
    color:red;
    font-size: 2rem;
}

/*login*/


.center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  /*background: white;*/
  background: linear-gradient(120deg,#2980b9, #8e44ad);
  border-radius: 10px;
  box-shadow: 10px 10px 15px rgba(0,0,0,0.05);
}
.center h4{
    color: white;
    font-size: 20px;
  text-align:center;
  padding: 20px 0;
  border-bottom: 1px solid silver;
}
.center form{
  padding: 0 40px;
  box-sizing: border-box;
}
form .txt_field{
  position: relative;
  border-bottom: 2px solid #adadad;
  margin: 30px 0;
}
.txt_field input{
  width: 100%;
  padding: 0 5px;
  height: 40px;
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
}
.txt_field label{
  position: absolute;
  top: 50%;
  left: 5px;
  color: #adadad;
  transform: translateY(-50%);
  font-size: 16px;
  pointer-events: none;
  transition: .5s;
}
.txt_field span::before{
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #2691d9;
  transition: .5s;
}
.txt_field input:focus ~ label,
.txt_field input:valid ~ label{
  top: -5px;
  color: #2691d9;
}
.txt_field input:focus ~ span::before,
.txt_field input:valid ~ span::before{
  width: 100%;
}
.pass{
  margin: -5px 0 20px 5px;
  color: #a6a6a6;
  cursor: pointer;
}
.pass:hover{
  text-decoration: underline;
}
input[type="submit"]{
  width: 100%;
  height: 50px;
  border: 1px solid;
  background: #2691d9;
  border-radius: 25px;
  font-size: 18px;
  color: #e9f4fb;
  font-weight: 700;
  cursor: pointer;
  outline: none;
}
input[type="submit"]:hover{
  border-color: #2691d9;
  transition: .5s;
}
.signup_link{
  margin: 30px 0;
  text-align: center;
  font-size: 16px;
  color: bisque;
}
.signup_link a{
  color: #2691d9;
  text-decoration: none;
}
.signup_link a:hover{
  text-decoration: underline;
}


/*service*/
.service-us{
    padding: 100px;
    background: linear-gradient(130deg,blue,orange);
    
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}
.service-us h2{
    text-align: center;
    color:black;
    font-size: 30px;
    font-family: conmic,sens-serif;
    padding: 5px;
    text-transform: uppercase;
}
.service-us .service-content .info-service a{
    text-decoration: none;
    position: center;
    margin: 10px;
    color: black;
    font-size: 25px;
    font-family: conmic,sens-serif;
    font-weight: bold;
    justify-content: space-between;
    

}
.service-us .service-content .info-service a:hover{

color: white;
}

.service-us .service-content p{
    color:white;
    padding: 10px;
    font-size: 18px;
    font-family: conmic,sens-serif;
    text-align: center;
}




* {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    font-family: Arial;
  }
  
  /* The grid: Four equal columns that floats next to each other */
  .column {
    float: left;
    width: 25%;
    padding: 10px;
  }
  
  /* Style the images inside the grid */
  .column img {
    opacity: 0.8; 
    cursor: pointer; 
  }
  
  .column img:hover {
    opacity: 1;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* The expanding image container */
  .container {
    position: relative;
    display: none;
  }
  
  /* Expanding image text */
  #imgtext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
  }
  
  /* Closable button inside the expanded image */
  .closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
  }
.btn-ser{
    
    text-align: center;
    width: 100%;
    border-radius: none;
    padding: 1%;
    color: #fff;
    background-color: #e63b74;
    border: none;
    cursor: pointer;
    margin-right: 6%;
    color: rgb(246, 246, 252);
    margin-top: 4%;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-ser:hover{
background-color: coral;
color: coral;
border: none;
border-bottom: 4px solid coral;
transition: 0.5s;
}



footer{
     background-color:grey;
     padding: 50px;
}
footer .pages{
    text-align: center;
}
footer .pages h3{
    color: black;
    font-size: 20px;
    font-family: conmic,sens-serif;
    padding: 5px;
}
footer .pages a{
    text-decoration: none;
    margin: 10px;
    color: coral;
    font-size: 25px;
    font-family: conmic,sens-serif;
    font-weight: bold;
}
footer .psges a:hover{
    color: white;
}
footer .doc{
    text-align: center;

}
footer .doc h3{
    color: black;
    font-size: 20px;
    font-family: conmic,sens-serif;
    padding: 5px;
}
footer .doc a{
    text-decoration: none;
    margin: 10px;
    color: coral;
    font-size: 25px;
    font-family: conmic,sens-serif;
    font-weight: bold;

}
footer .doc a:hover{
    color: white;
}

footer .social{
    text-align: center;
}
footer .social h3{
    color: black;
    font-size: 20px;
    font-family: conmic,sens-serif;
    padding: 5px;
}
footer .contact{
    text-align: center;
}
footer .contact h3{
    color: black;
    font-size: 20px;
    font-family: conmic,sens-serif;
    padding: 5px;
}
footer .social a{
    text-decoration: none;
    font-size: 30px;
    color: darkblue;
    margin: 10px;

}
footer .social a:hover{
    color: white;
}
footer .contact a{
    text-decoration: none;
    font-size: 30px;
    color: darkblue;
    margin: 10px;

}
footer .contact a:hover{
    color: white;
}


/* media queries  */
@media screen and (max-width:780px) {
    html{
        font-size: 55%;
    }
    .nav{
        display: grid;
        margin-left: 0px;
        width: auto;
    }
    .item-content p{
        width: auto;
    }
    .about-content{
        width: auto;
    }
    .about-us{
        width: auto;
    }
    .feed{
        width: auto;
    }
    .key-container{
        width: auto;
    }
    .nav-top{
        position: fixed;
        width: auto;
    }
    .team-contect{
        width: auto;
    }
    .product{
        display: none;
    }
}
@media screen and (max-width:500px){
.team-contect{
    text-align: center;


}
.testi{
    width: auto;
    
}
.team-viedo{
    width: auto;
}
}

@media (max-width:500px){

    html{
        font-size: 50%;
    }

    .contact .row form .box{
        width:100%;

    }
    .center {
        width: auto;
    }
    .feed{
        width: auto;
    }
    .footer-log0{
        width: auto;

    }
    .contact-us{
        width: auto;
    }
}

