*{
    padding: 0;
    margin: 0;
}
nav img{
    width: 200px;
    cursor: pointer;
}

body {
    align-items: center;
    font-family: Verdana, Tahoma, sans-serif;
    
}

nav {
    display: flex;
    background-color: white;
    flex-direction: row;
    justify-content: space-between;
    padding: 0vw 2vw;
    box-shadow: 2pv 2px 10px rgba(0,0,0,0.15);
    
}

nav.navigation ul li a{
    text-decoration: none;
    font-family: sans-serif;
}

nav .navigation ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

nav .navigation ul li{
    text-decoration: none;
    padding-top: 5mm;
    margin-left: 30px;
    color:rgb(212, 209, 7);
    font-family: sans-serif;
    text-decoration: none;
}*/

nav .navigation ul li{
    text-decoration: none;
    color: rgba(4, 78, 7, 0.918);
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 100;
    transition: 0.5s;
}

nav .navigation ul li a:hover{
    color: rgb(157, 184, 153);
}

nav .navigation ul li a{
    text-decoration: none;
    color: rgb(12, 75, 4);
    font-style: normal;
}

div.navigation ul li{
    display: flex;
}
#home {
    padding-top: 5px;
    background-image:linear-gradient(rgba(99,112,168,0.5),
    rgba(81,91,233,0.5)),
    background-size: 20%;
    width: 100%;
    height: 88vh;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
}
#homee.btn {  
    margin-top:3px;
}

#homee a {
    text-decoration: none;
    font: 0.9rem;
    padding: 13px 45px;
    background-color: white;
    font-weight: 600;
    border-radius: 5px;
}
  #homee a.blue{
    color:white;
    background-color: rgba(4, 78, 7, 0.918);
    transition: 0.1s;
}

#homee a.blue:hover {
    color: rgb(12, 75, 6);
    background-color: white;
}  


#home {
    padding-top: 40px;
    background-image:linear-gradient(rgba(99,112,168,0.5),
    rgba(81,91,233,0.5)), url("images/bgv.jpg");
    background-size: 100%;
    width: 100%;
    height: 88vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}



#home h2 {
    color: white;
    font-size: 2.2rem;
    letter-spacing: 1px;
}

#home p {
    width: 50%;
    color: white;
    font-size: 1.2rem;
    line-height: 25px;
}

#home .btn {  
    margin-top: 30px;
}

#home a {
    text-decoration: none;
    font: 0.9rem;
    padding: 13px 45px;
    background-color: white;
    font-weight: 600;
    border-radius: 5px;
}

#home a.blue{
    color:white;
    background-color: rgba(4, 78, 7, 0.918);
    transition: 0.1s;
}

#home a.blue:hover {
    color: rgb(12, 75, 6);
    background-color: white;
}

#home a.yellow{
    color:white;
    background-color: rgb(12, 61, 6);
    transition: 0.1s;
}

#home a.yellow:hover{
    color:rgb(12, 61, 6);
    background-color:white;
}

#features {
    padding: 5vw 8vw 0vw 8vw;
    text-align: center;
    font-size: small;
    color: rgb(9, 43, 5);
    background-color: white;
}

#features .feature-base {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    grid-gap: 1rem;
    margin-top: 50px;
    transition: 0.5s;
    text-decoration: none;
}
   


#features .feature-box {
     background: rgba(4, 78, 7, 0.918);
     text-align: start;
     color: white;
     padding: 3vw 3vw 3vw 3vw;
     border-radius: 5px;
     flex-basis: 31%;
     margin-bottom: 5%;
     box-sizing: border-box;
     transition: 1s;

}
#features .feature-box:hover{
    background: whitesmoke;
    color: rgba(4, 78, 7, 0.918);
    border-left-style: ridge;
    border-top-right-radius: 3rem;
    z-index: 2;
}

#features .feature-box i {
    font-size: 2.3rem;
    color:rgb(11, 12, 11);
}

#features h1{
    font-size: 2.3rem;
    font-family: Verdana, 'Times New Roman', Times, serif,;
    color: rgba(4, 78, 7, 0.918);
}

#feature .feature-box h3{
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(46,46,59);
    padding: 13px 0 7px 0;
    text-decoration: none ;
}

#feature .feature-box p {
     font-size: 1 rem;
     font-weight: 400;
     color: rgb(12, 75, 4)
}


/*course*/

#course{
    padding-top: 5mm;
    padding: 8vw 8vw vw 8vw;
    text-align: center;
    color: rgb(12, 75, 4)
}



#course .course-base{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    gap: 1rem;
    margin-top: 50px;
    padding-left: 3mm;
    padding-right: 2mm;
    
}

#course .course-box{
    text-align: start;
    background-color:rgb(248, 244, 239);
    height: 100%;
    position: relative;
    box-shadow: 18px 8px 0px  18px white;
    border-radius: 10px;
    margin: 0 5px 10px 5px;
    transition: 1s;
    text-decoration: none;
    color:rgb(12, 75, 6)
}



#course .course-box:hover{
    color: white;
    background-color: rgb(179, 180, 180);

}

.course-box .h6{
    text-decoration: none;

}

#course .course-box img{
    width: 100%;
    height: 60%;
}

#course .course-box .details{
    padding: 15px 15px 0 15px;
    

}

.details a {
    text-decoration: none;
    color:green;
    
}
.details a:hover{
    color : rgb(9, 70, 4)
}

detailsfooter a {
    text-decoration: none;
    color: white;
}
detailsfooter a:hover{
    color : rgb(9, 70, 4);

}
#course .course-box .details i{
    color:white;
    font-size: 1.9rem;
   
}
#course .course-box .details .star i{
    color: gold;
    font-size: 0.9rem;
}
#course .course-box .cost{
    background-color: rgb(12, 61, 6);
    color: aquamarine;
    line-height: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 60%;
    position: absolute;
    right: 15px;
    bottom: 90px;

}

#course .course-box .cost:hover{
    color:rgb(12, 75, 6);
    background-color: white;
    text-decoration:none;
}



#course .course-box .cost:hover{
    box-shadow:navajowhite;
}

/*registration*/

#registration{
    padding: 6vw 8vw 6vw 8vw;
    background-image:
     linear-gradient(rgba(99,112,168,0.5),
     rgba(81,91,233,0.5)),
     url("images/bgv.jpg");
     width: 84.5%;
     height: 100%;
     background-position: center;
     display: flex;
     justify-content: space-between;
     align-items: center;
    }

    #registration .reminder{
        color: antiquewhite;

    }

    #registration .reminder h1{
        color: white;
        font-size: 50px;
    }

    #registration .reminder .time{
        display: flex;
        margin-top: 40%;

    }

    #registration .reminder .time .date{
        text-align: center;
        padding: 13px 33px;
        background: rgba(255,255,255,0.25);
        backdrop-filter: blur(4px);
        box-shadow: 0 8px 32px  0 rgba(31,38,135,0.37);
        border-radius: 10px;
        margin: 0 5px 10px 5px;
        border: 1px solid rgba(255,255,255,0.18);
        font-size: 1.1rem;
        font-weight: 600;   
    }

    #registration .form{
        
        background-color: white;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        padding: 40px;
        box-shadow: 0 8px 32px 0 rgba(81,91,233,0.5);

    }

    #registration .form input{
        margin: 15px 0;
        padding: 15px 10px;
        border: 1px solid black;
        outline: none;

    }

    #registration .form .btn{
        margin-top: 20px;

    }


    #registration .form a.yellow{        
    color:white;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 13px 35px;
    background-color: aliceblue;
    font-weight: 600;
    border-radius: 5px;
    background-color: rgb(12, 61, 6);
    transition: 0.1s;
}

#registration .form a.yellow:hover{
    color:rgb(12, 61, 6);
    background-color: rgba(0,0,0,0.15);
}

/*--campus--*/

#campus{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 9px 9px 9px 7px;
    color: rgb(12, 75, 4);

}*/
campusmaps {
    padding: 5vw 4vw 0vw 2vw;
    text-align: center;
    font-size: medium;
    color: rgb(15, 78, 9);
    background-color:green;
    font-family: sans-serif;
}


#campus {
    padding: 5vw 0.3vw 0vw 0.3vw;
    text-align: center;
    font-size: medium;
    color: rgb(15, 78, 9);
    background-color: white;
    font-family: sans-serif;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    
}
.campus-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}


.campus-col img{
    width: 100%;
}
    
.layer{
	background: rgb(12, 61, 6);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition:0.5s

}

.layer h3{
    width: 100%;
    font-weight: 500;   
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
    background :(12, 61, 6);
}

.layer:hover h3{
    bottom: 49%;
    opacity: 1; 
}


.layer:hover{
    background: red;
}

.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.reviews-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
  }
  
  .review {
    width: 250px;
    height: 150px;
    background-color: #eee;
    padding: 20px;
    margin: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }
 
/* footer*/
footer{
    padding: 8vw;
    background-color: rgb(141, 141, 211);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    text-decoration:none;
}

footer a:hover{
    color : rgb(9, 70, 4);

}
footer footer-col{
    padding-bottom: 0;
	
}

footer h3{
    color:white;
    font-weight:  600;
    padding-bottom: 0;

    }

     footer li {
        list-style: none;
        color: white;
        padding: 10px 5px;
        font-size: 20px;
        cursor: pointer;
        transition: 0.3s;
        color:white;
		text-decoration:none;
    }


footer li a {
    text-decoration: none;
    color: white;
}
footer li a :hover{
    color : rgb(9, 70, 4);
	
  }

    footer .subscribe{
        margin-top: 20px;

    }

    footer p {
        color:white;
    }

    footer input{
        width: 220px;
        padding: 15px 0;
        background: white;
        border:none;
        outline: none;
        color: green;
    }

    footer .subscribe a {
        text-decoration: none;
        font: 0.9rem;
        padding: 13px 45px;
        background-color: white;
        font-weight: 600;
        
    }
    
    

    footer .subscribe a.yellow{
        color:white;
        background-color: rgb(12, 61, 6);
        transition: 0.1s;
    }
    
    footer .subscribe  a.yellow:hover{
        color:rgb(12, 61, 6);
        background-color:white;
    }
   
    
      
    /*experst*/
    #experts{
        margin-top: 50px;
        margin-bottom: 13px;
        padding: 8vw 8vw 0 8vw;
        text-align: center;
    }
    #experts .experts-box {
        display: grid;
        grid-template-columns: repeat(auto-fit(250px, 1fr));
        grid-gap: 1rem;
        margin-top: 50px;
    }
    #experts .experts-box .profile{
        background: #fafaf1;
        padding: 3opx 10px;
    }
    #experts .experts-box .profile img{
        margin-top: -10px;
        
    }

    .pro-links{
        margin-top: 10px;

    }

    .pro-links i{
        padding: 10px 13px;
        border: 1px solid rgb(12, 61, 6);
        cursor :pointer;

    }
    .pro-links i:hover{
        background:rgb(12, 75, 4);
        color: white;
        border: 1px;
        cursor:pointer;
    }
/*small*/
@media  (max-width: 700px ) {
    #home h2 {
        color: white;
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
    #registration .reminder .time .date{
        text-align: center;
        padding: 5px 15px;
        background: rgba(255,255,255,0.25);
        backdrop-filter: blur(4px);
        box-shadow: 0 8px 32px  0 rgba(31,38,135,0.37);
        border-radius: 10px;
        margin: 0 5px 10px 5px;
        border: 1px solid rgba(255,255,255,0.18);
        font-size: 0.6rem;
        font-weight: 300;   
    }
   
    
    #registration .form{
        
        background-color: white;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 8px 32px 0 rgba(81,91,233,0.5);

    }
    #registration .form input{
        margin: 5px 0;
        padding: 7.5px 5px;
        border: 0.5px solid black;
        outline: none;

    }
    #registration .form .btn{
        box-sizing: 20px;

    }
    