

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap");
:root {
  --primary: #acbcff;
  --secondary: #ffe5f1;
  --black: #454545;
  --white: #ffffff;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
.background-clip{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    z-index: -1;
}

.header{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;

    display: flex;
    flex-direction: column;
}
.header_menu{
    display:flex;
    align-items:center;
    gap:25px;

    width:100%;
    padding:20px 40px;  
}

.logo{
    margin-right:auto;
}

.logo img{
    width:120px;
    height:auto;
}

.header_menu a{
    text-decoration:none;
    color:yellow;
    transition:all .3s ease;
    display:inline-block;
    font-size: 25px;
}

.header_menu a:hover{
    color: red;
    transform:translateY(-5px);
}

.header_menu i{
    background:white;
    padding:10px;
    border-radius:5px;
    cursor:pointer;
    transition:.3s;
}

.header_menu i:hover{
    transform:scale(1.1);
}

    .nice{
    text-align:center;
    color:white;

    margin-top:10px;

    padding:20px;
}
.nice h1{

    font-size:60px;

    line-height:1.2;

    margin-bottom:25px;

}
}
#nice_1{
    font-family: montserrat;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #ffcc08;
    font-weight: bold;
}
#nice_1{

    max-width:900px;

    margin:0 auto;

    background:#ffcc08;

    color:black;

    padding:25px;

    border-radius:15px;

    font-size:26px;

    line-height:1.6;

}
.box a{
    color: black;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    padding-bottom: 7%;
    border: none;
    text-decoration: none;
   
}

  .box{

    display:flex;

    justify-content:center;

    gap:25px;

    margin-top:35px;

    flex-wrap:wrap;

}
}

.box :hover{
    color: orangered;
}

.box :active{
    color: green;
  
}
.box_1{
    font-size: 30px;
    color: white;
    background-color: #ffcc08;
    border: 2px solid purple;
    border-radius: 50px;
    padding: 7px 16px;

    transition: all 0.3s ease;
}

.box_1:hover{
    background-color: #DAA520;
    transform: translateY(-5px);
    cursor: pointer;
}

.box_2{
    font-size: 30px;
    color: white;
    background-color: #ffcc08;
    border: 2px solid purple;
    border-radius: 50px;
    padding: 7px 16px;

    transition: all 0.3s ease;
}

.box_2:hover{
    background-color: #DAA520;
    transform: translateY(-5px);
    cursor: pointer;
}
/*Title of the courses*/
.inside_header{
    color: white;
    padding-bottom: 10PX;
}





/*Section2*/


.has h2{
    color: #ffcc08;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    font-family: tahoma;
    margin-top: 100px;
    padding: 20px;
    padding-bottom: 20px;
    background-color: black;
}

.has .list{
    font-size: 25px;
    font-weight: 100;
    
    padding: 30px;
    
    
}
.has p{
    font-size: 25px;
    padding: 20px;
    font-weight: 100;
    
    
}

.what h2{
    font-family: tahoma;
    font-size: 30px;
    color: yellow;
    text-align: center;
    border: 20px;
    border-color: black;
    font-weight: 1000px;
    background-color: black;
}
.what p{
    font-size: 25px;
    font-family: tahoma;
   
    padding: 30px;
}
.what ul{
    font-weight: 100px;
    font-size: 25px;
    color: black;
    padding-left: 28px;
    padding-right: 20px;
    
}

.good{
    padding: 10px 10px 20px 30px;
    font-size: 25px;
    font-family: poppins;
    
    font-weight: 100px;
     
}

.section2{
    background-color: linen;
    margin-left: 200px;
    margin-right: 200px;
    box-shadow: 0px -5px 10px 5px;
    
}


.new_p{
    position: relative;
}
.new_p h1{
    color: blue;
    font-size: 35px;
    padding: 30px;
    text-align: center;
}
.new_p h2{
    font-size: 25px;
    margin-left: 200px;
    padding left: 25px;
    width: 40%;

}
.new_p p{
    margin-right: 600px;
    font-size: 20px;
    margin-left: 150px;
    padding: 30px;
    
}

.new_p img{
    height: 300px;
    width: 380px;
    margin-left: 700px;
    float: right;
    position: absolute;
    
}
.testimony h1{
    margin-top: 30px;
    margin-left: 100px;
    font-size: 31px;
    width: 77%;
    background-color: red;
    border: 5px;
    font-weight: 100px;
    color: yellow;
    border-radius: 50px;
    border: 1px red solid
}
.testimony .testimonyp img{
    width: 200px;
    height: 250px;
    padding-bottom: 150px;
   
  
}
.testimony .testimonyp{
    
    border: 3px grey solid;
    padding: 60px;
    margin-top: 20px;
    clear: both;
    padding-top: 5px;
    
}

.testimonyp img{
    float: left;
}
.testimony{
    
    padding: 0px;
    border: 1px solid whitesmoke;
    background-color: white;
    margin-left: 200px;
    margin-right: 200px;
    box-shadow: 0px -5px 10px 5px;
    
}

.container h1{
    color: blue;
    font-size: 50px;
    text-align: center;
    text-decoration: underline;
    clear: both;  
    padding-bottom: 25px;
    
}
.container p{
    
    border: 3px solid yellow;
    margin-left: 200px;
    margin-right: 600px;
    background-color: aquamarine;
    
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    
}
#immm img{
    
    float: right;
    margin-right: 200px;
    width: 350px;
    height: 425px;
    
}



/*Section 3*/



.section3{
    margin-right: 150px;
    margin-left: 150px;
    background-color: whitesmoke;
    box-shadow: 0px -5px 10px 5px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
}
.here_is h2{
    color: blue;
    font-size: 25px;
    padding: 30px;
    text-align: center;
}

.what_you_get{
    background-color: antiquewhite;
    overflow: auto;
    
}
.what_you_get img{
    width: 450px;
    height: 300px;
    float: left;
    margin-right: 2rem;
    clear: both;
    overflow: auto;
}

.what_you_get h3{
   font-size: 35px;
   text-align: center;
}

.what_you_get p{
    font-size: 24px;
    padding-right: 20px;
}



.what_you_get1{
    background-color: antiquewhite;
    overflow: auto;
    margin-bottom: 10px;
    
}
.what_you_get1 img{
    width: 475px;
    height: 300px;
    float: right;
    margin-left: 2rem;
    clear: both;
    overflow: auto;
}
.what_you_get1 h3{
   font-size: 35px;
   text-align: center;
   
}
.what_you_get1 p{
    font-size: 25px;
    padding-right: 20px;
    padding-left: 20px;
}


.what_you_get2{
    background-color: antiquewhite;
    overflow: auto;
    margin-bottom: 20px;
    
}
.what_you_get2 img{
    width: 450px;
    height: 300px;
    float: left;
    margin-right: 2rem;
    clear: right;
    overflow: auto;
}
.what_you_get2 h3{
   font-size: 35px;
   text-align: center; 
}
.what_you_get2 p{
    font-size: 25px;
    padding-right: 20px;
}


.what_you_get3{
    background-color: antiquewhite;
    overflow: auto;
    margin-bottom: 20px;
}
.what_you_get3 img{
    width: 440px;
    height: 300px;
    float: right;
    margin-right: 2rem;
    clear: right;
    overflow: auto;
}

.what_you_get3 h3{
   font-size: 35px;
   text-align: center; 
}
.what_you_get3 p{
    font-size: 25px;
    padding-right: 20px;
}



.what_you_get4{
    background-color: antiquewhite;
    overflow: auto;
    margin-bottom: 20px;
}
.what_you_get4 img{
    width: 450px;
    height: 300px;
    float: left;
    margin-right: 2rem;
    clear: right;
    overflow: auto;
}

.what_you_get4 h3{
   font-size: 30px;
   text-align: center;  
}

.what_you_get4 p{
    font-size: 20px;
    padding-right: 20px;
}



.what_you_get5{
    background-color: antiquewhite;
    overflow: auto;
    margin-bottom: 20px;
}
.what_you_get5 img{
    width: 440px;
    height: 300px;
    float: left;
    margin-right: 2rem;
    clear: right;
    overflow: auto;
}
.what_you_get5 h3{
   font-size: 35px;
   text-align: center;
}

.what_you_get5 p{
    font-size: 25px;
    padding-right: 20px;
}



.what_you_get6{
    background-color: antiquewhite;
    overflow: auto;
    margin-bottom: 20px;
}
.what_you_get6 img{
    width: 450px;
    height: 300px;
    float: left;
    margin-right: 2rem;
    clear: right;
    overflow: auto;
}

.what_you_get6 h3{
   font-size: 30px;
   text-align: center;
}

.what_you_get6 p{
    font-size: 25px;
    padding-right: 20px;
}


.what_you_get7{
    background-color: antiquewhite;
    overflow: auto;
    margin-bottom: 20px;
}
.what_you_get7 img{
    width: 440px;
    height: 300px;
    float: right;
    margin-right: 2rem;
    clear: right;
    overflow: auto;
}

.what_you_get7 h3{
   font-size: 35px;
   text-align: center;
}

.what_you_get7 p{
    font-size: 25px;
    padding-right: 20px;
}

.what_you_get9{
    background-color: antiquewhite;
    overflow: auto;
    margin-bottom: 20px;
}
.what_you_get9 img{
    width: 452px;
    height: 300px;
    float: left;
    margin-right: 2rem;
    clear: right;
    overflow: auto;
}

.what_you_get9 h3{
   font-size: 35px;
   text-align: center;
}

.what_you_get9 p{
    font-size: 25px;
    padding-right: 20px;
}



.what_you_get10{
    background-color: antiquewhite;
    overflow: auto;
    margin-bottom: 20px;
}
.what_you_get10 img{
    width: 440px;
    height: 300px;
    float: right;
    margin-right: 2rem;
    clear: right;
    overflow: auto;
}

.what_you_get10 h3{
   font-size: 32px;
   text-align: center;
}

.what_you_get10 p{
    font-size: 22px;
    padding-right: 20px;
}

.here_is img{
    margin-right: 100PX;
}

.here_is h1{
    color: darkblue;
    background-color: yellow;
    font-size: 80px;
    margin-left: 200px;
    margin-right: 200px;
    text-align: center;  
}

.introvideo video{
    margin-left: 210px;
    height: 500px;
    padding-top: 30px;
    margin-bottom: 50px;
    
}

.box a button{
    color: red;
    font-size: 20px;
    text-decoration: bolder;
}
.frequently h1{
    color: yellow;
    background-color: black;
    font-size: 30px;
    text-align: center;
    
    border: 3px solid green;
   
    padding-left: 100px;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;}

.frequently h2{
 margin-left: 200px; 
 font-size: 25px; 
 padding: 20px; 
 
}
.frequently{
    
    padding: 20px;
}
.dropdown{
    display: inline-block;
    margin-top: 10px;
}
.dropdown button{
    background-color: brown;
    color: yellow;
    padding: 10px 100px 10px 10px;
    border: none;
    cursor: pointer;
    font-size: 25px;
    margin-left: 60px;
}
.dropdown a{
    display: block;
    
    text-decoration: none;
    padding: 10px 100px 10px 10px;
    color: blue;
    
}
.dropdown .content{
    display: none;
    
    background-color: wheat;
    
    box-shadow: 2px 2px 5px whitesmoke;
    font-size: 25px;
    margin-right: 400px;
    text-align: justify;
    margin-left: 60px;
    
}
.dropdown:hover .content{
    display: block;
}
.dropdown:hover button{
    background-color: antiquewhite;
}
.dropdown a:hover{
    background-color: white;
}
.para{
    text-decoration: none;
    font-family: poppins;
    font-size: 30px;
    color: blue;
    margin-left: 100px;
    margin-right: 100px;
    padding: 20px 0px 50px 0px;
   
}




/*Testimonial*/






/*Section 3*/



.section3{
    margin-right: 150px;
    margin-left: 150px;
    background-color: whitesmoke;
    box-shadow: 0px -5px 10px 5px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
}
.here_is h2{
    color: blue;
    font-size: 25px;
    padding: 30px;
    text-align: center;
}

.what_you_get{
    background-color: antiquewhite;
    overflow: auto;
    
}
.what_you_get img{
    width: 450px;
    height: 300px;
    float: left;
    margin-right: 2rem;
    clear: both;
    overflow: auto;
}

.what_you_get h3{
   font-size: 35px;
   text-align: center;
}

.what_you_get p{
    font-size: 24px;
    padding-right: 20px;
}



.what_you_get1{
    background-color: antiquewhite;
    overflow: auto;
    margin-bottom: 10px;
    
}
.what_you_get1 img{
    width: 475px;
    height: 300px;
    float: right;
    margin-left: 2rem;
    clear: both;
    overflow: auto;
}
.what_you_get1 h3{
   font-size: 35px;
   text-align: center;
   
}
.what_you_get1 p{
    font-size: 25px;
    padding-right: 20px;
    padding-left: 20px;
}


.what_you_get2{
    background-color: antiquewhite;
    overflow: auto;
    margin-bottom: 20px;
    
}
.what_you_get2 img{
    width: 450px;
    height: 300px;
    float: left;
    margin-right: 2rem;
    clear: right;
    overflow: auto;
}
.what_you_get2 h3{
   font-size: 35px;
   text-align: center; 
}
.what_you_get2 p{
    font-size: 25px;
    padding-right: 20px;
}


.what_you_get3{
    background-color: antiquewhite;
    overflow: auto;
    margin-bottom: 20px;
}
.what_you_get3 img{
    width: 440px;
    height: 300px;
    float: right;
    margin-right: 2rem;
    clear: right;
    overflow: auto;
}

.what_you_get3 h3{
   font-size: 35px;
   text-align: center; 
}
.what_you_get3 p{
    font-size: 25px;
    padding-right: 20px;
}



.what_you_get4{
    background-color: antiquewhite;
    overflow: auto;
    margin-bottom: 20px;
}
.what_you_get4 img{
    width: 450px;
    height: 300px;
    float: left;
    margin-right: 2rem;
    clear: right;
    overflow: auto;
}

.what_you_get4 h3{
   font-size: 30px;
   text-align: center;  
}

.what_you_get4 p{
    font-size: 20px;
    padding-right: 20px;
}



.what_you_get5{
    background-color: antiquewhite;
    overflow: auto;
    margin-bottom: 20px;
}
.what_you_get5 img{
    width: 440px;
    height: 300px;
    float: left;
    margin-right: 2rem;
    clear: right;
    overflow: auto;
}
.what_you_get5 h3{
   font-size: 35px;
   text-align: center;
}

.what_you_get5 p{
    font-size: 25px;
    padding-right: 20px;
}



.what_you_get6{
    background-color: antiquewhite;
    overflow: auto;
    margin-bottom: 20px;
}
.what_you_get6 img{
    width: 450px;
    height: 300px;
    float: left;
    margin-right: 2rem;
    clear: right;
    overflow: auto;
}

.what_you_get6 h3{
   font-size: 30px;
   text-align: center;
}

.what_you_get6 p{
    font-size: 25px;
    padding-right: 20px;
}


.what_you_get7{
    background-color: antiquewhite;
    overflow: auto;
    margin-bottom: 20px;
}
.what_you_get7 img{
    width: 440px;
    height: 300px;
    float: right;
    margin-right: 2rem;
    clear: right;
    overflow: auto;
}

.what_you_get7 h3{
   font-size: 35px;
   text-align: center;
}

.what_you_get7 p{
    font-size: 25px;
    padding-right: 20px;
}

.what_you_get9{
    background-color: antiquewhite;
    overflow: auto;
    margin-bottom: 20px;
}
.what_you_get9 img{
    width: 452px;
    height: 300px;
    float: left;
    margin-right: 2rem;
    clear: right;
    overflow: auto;
}

.what_you_get9 h3{
   font-size: 35px;
   text-align: center;
}

.what_you_get9 p{
    font-size: 25px;
    padding-right: 20px;
}



.what_you_get10{
    background-color: antiquewhite;
    overflow: auto;
    margin-bottom: 20px;
}
.what_you_get10 img{
    width: 440px;
    height: 300px;
    float: right;
    margin-right: 2rem;
    clear: right;
    overflow: auto;
}

.what_you_get10 h3{
   font-size: 32px;
   text-align: center;
}

.what_you_get10 p{
    font-size: 22px;
    padding-right: 20px;
}

.here_is img{
    margin-right: 100PX;
}

.here_is h1{
    color: darkblue;
    background-color: yellow;
    font-size: 80px;
    margin-left: 200px;
    margin-right: 200px;
    text-align: center;  
}

.introvideo video{
    margin-left: 210px;
    height: 500px;
    padding-top: 30px;
    margin-bottom: 50px;
    
}

.box a button{
    color: red;
    font-size: 20px;
    text-decoration: bolder;
}
.frequently h1{
    color: yellow;
    background-color: black;
    font-size: 30px;
    text-align: center;
    
    border: 3px solid green;
   
    padding-left: 100px;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;}

.frequently h2{
 margin-left: 200px; 
 font-size: 25px; 
 padding: 20px; 
 
}
.frequently{
    
    padding: 20px;
}
.dropdown{
    display: inline-block;
    margin-top: 10px;
}
.dropdown button{
    background-color: brown;
    color: yellow;
    padding: 10px 100px 10px 10px;
    border: none;
    cursor: pointer;
    font-size: 25px;
    margin-left: 60px;
}
.dropdown a{
    display: block;
    
    text-decoration: none;
    padding: 10px 100px 10px 10px;
    color: blue;
    
}
.dropdown .content{
    display: none;
    
    background-color: wheat;
    
    box-shadow: 2px 2px 5px whitesmoke;
    font-size: 25px;
    margin-right: 400px;
    text-align: justify;
    margin-left: 60px;
    
}
.dropdown:hover .content{
    display: block;
}
.dropdown:hover button{
    background-color: antiquewhite;
}
.dropdown a:hover{
    background-color: white;
}
.para{
    text-decoration: none;
    font-family: poppins;
    font-size: 30px;
    color: blue;
    margin-left: 100px;
    margin-right: 100px;
    padding: 20px 0px 50px 0px;
   
}




/*Join us 7 days trial*/









.footer{
    margin-bottom: 100px;
    background-color: black;
    color: white;
    font-size: 20px;
    padding: 50px 20px 50px 0px;
    clear: both;
   
}
.footer li{
    margin-left: 200px;
}
.header2{
   display: flex;
   margin-bottom: 100px;
   
}
.hea{
    margin-left: 900px;
    display: flex;
    gap: 40px;
}
h1{
    text-align: center;
}





/*currentmember*/












.Contact{
    border: 3px solid yellowgreen;
    margin-top: 70px;
    margin-left: 200px;
    margin-right: 200px;
    padding-bottom: 100px;
}
.Contact h1{
    font-size: 40px;
}
.user_name2{
    
    margin-left: 200px;
}
.user_name2 input[type="text"], .user_name2 textarea{
    padding: 13px;
    width: 70%;
    border-radius: 10px;
}
.user_name2 input[type="email"]{
    padding: 13px;
    width: 70%;
    border-radius: 10px;
}
.user_name2 input[type="submit"]{
    background-color: greenyellow;
    color: black;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.user_name2 h3{
    color: blue;
}
.terms p{
    margin-left: 70px;
    margin-right: 70px;
    border: 3px solid red;
    padding: 30px;
    font-size: 20px;
}
.terms h2{
    text-align: center;
}
.privacy p{
    margin-left: 70px;
    margin-right: 70px;
    border: 3px solid red;
    padding: 30px;
    font-size: 20px;
}
.privacy h2, h1{
    text-align: center;
}

html{
    scroll-behavior: smooth;
}
.back-to-top{
    position: fixed;
    bottom: 1rem;
    right: 2rem;
    margin-left: 1500px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: lightgoldenrodyellow;
    border-radius: 2.5rem;
    padding: 0.5rem;
    text-decoration: none;
    transition: 0.2s ease-out;
}
.back-to-top span{
    color: black;
    font-size: 3rem;
    transition: 0.2s ease-out;
}
.back-to-top:hover{
    transform: translateY(-4px);
}

/*Course Library*/

.recent_courses h2{
    display: inline;
    color: darkblue;
    gap: 10px;
}
.recent_courses h1{
    padding: 0px;
   
}
#viewmore{
    display: inline;
    font-size: 25px;
    border: none;
    border: 2px solid lime;
    margin-left: 40px;
    background-color: limegreen;
    font-weight: bold
}
.recent_courses{
    float: left;
    padding: 0px;
    margin-left: 20px;
    border: 2px solid yellow;
    background-color: #eee;
    background-position: center;
    padding-bottom: 10px;
    margin-bottom: 7rem;
    clear: both;
}
.recent_courses video{
    width: 30%;
    height: 300px;
    padding: 10px
    }

    .recent_courses #bu1{
        font-size: 15px;
        border: none;
        border: 2px solid lime;
        margin-left: 130px;
        background-color: limegreen;
        font-weight: bold
    }

    .recent_courses #bu2{
        font-size: 15px;
        border: none;
        border: 2px solid lime;
        margin-left: 290px;
        background-color: limegreen;
        font-weight: bold
    }
    .recent_courses #bu3{
        font-size: 15px;
        border: none;
        border: 2px solid lime;
        margin-left: 280px;
        background-color: limegreen;
        font-weight: bold
    }
    .recent_courses #nam1{
        margin-left: 35px;
    }
   
    .recent_courses #nam2{
        margin-left: 60px;
    }
    .recent_courses #nam3{

        margin-left: 90px;
    }

    .searching input{
        padding: 10px;
        border-radius: 5px;
        font-size: 20px;
    }

.searching h2{
    padding-top: 15px;
    padding-bottom: 15px;
}
.searching li{
    padding-bottom: 20px;
}







/* About Chris Ebute*/

.tab-content.container h1{
    color: blue;
    font-size: 50px;
    text-align: center;
    text-decoration: underline;
    clear: both;  
    padding-bottom: 25px;
    
    
}
.container h2{
    margin-left: 300px;
    font-size: 30px;
}
.container h3{
    margin-left: 300px;
    font-size: 30px;
    margin-top: 50px;
    
}
.tab-content.container p{
    
    border: 3px solid yellow;
    margin-right: 897px;
    background-color: aquamarine;
    
    font-size: 31px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    
}
.tab-container .tab-button[data-tab="bio"]{
    margin-left: 330px;
}
.tab-container .tab-button[data-tab="mission"]{
    margin-left: 10px;
}
.tab-container .tab-button[data-tab="approach"]{
    margin-left: 10px;
}
.tab-container .tab-button:hover{
    color: burlywood;
}
.tab-container .tab-button:active{
    color: black;
}
#imnn{
    
    float: right;
    margin-right: 350px;
}
#imnn img{
    
    height: 630px;
}
#imnn1{
    
    float: right;
    margin-right: 350px;
}
#imnn1 img{
    
    height: 400px;
}
#imnn2{
    
    float: right;
    margin-right: 350px;
}
#imnn2 img{
    
    height: 470px;
}
/* Styles for interactive tabs */
.tab-button {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 5px 5px 0 0;
    transition: background-color 0.3s ease;
}

.tab-button.active {
    background-color: #ccc;
}

.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.tab-content.active {
    display: block;
}

/* Styles for image carousel */
/* Add styles specific to your chosen carousel implementation */

/* Styles for call-to-action button */
.cta-button {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #ff4500;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #ff6a36;
}


/* Styles for accordion */
.accordion-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.accordion-header {
    cursor: pointer;
    padding: 10px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #ccc;
}

.accordion-content {
    display: none;
    padding: 10px;
}

.accordion-content.active {
    display: block;
}

/* Styles for tab buttons */
.tab-button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Default button style */
.tab-button.active {
    background-color: blue; /* Biography button color */
    color: white; /* Text color for active button */
    margin-left: 330px;
}

.tab-button[data-tab="mission"] {
    background-color: green; /* Teaching Mission button color */
    color: white; /* Text color for active button */
}

.tab-button[data-tab="approach"] {
    background-color: red; /* Systematic Approach button color */
    color: white; /* Text color for active button */
}
.tab-content.active container h3{
    margin-left: 500px;
}

/* End of About Chris Ebute*/





/*All access plan*/

.backimg{
    background-image: url(image/backgroundimg2.png);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 30vh;
    background-size: cover;
    background-repeat: no-repeat;  
}
.alll{
    margin-top: 70px;
}
/*==========================
  MEMBERSHIP SECTION
===========================*/

.All-Access{

    width:100%;
    margin:80px auto;

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:35px;

    text-align:center;

}


/* ALL FOUR CARDS */

.All-Access1,
.All-Access2,
.All-Access3,
.All-Access4{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.15);

    transition:.4s;

    border:4px solid #FFD700;

    position:relative;

}

.All-Access1:hover,
.All-Access2:hover,
.All-Access3:hover,
.All-Access4:hover{

    transform:translateY(-15px);

    box-shadow:0 25px 60px rgba(0,0,0,.25);

}


/* Make 12 Month Premium */

.All-Access1{

    border:5px solid #0056ff;

    transform:scale(1.04);

}


/* BEST VALUE Ribbon */

.All-Access1::before{

    content:"BEST VALUE";

    position:absolute;

    top:18px;

    right:-45px;

    background:#0056ff;

    color:#fff;

    padding:8px 55px;

    transform:rotate(45deg);

    font-size:12px;

    font-weight:bold;

}


/* HEADER */

.All-Access h2{

    background:#FFD700;

    padding:30px 20px 10px;

    font-size:34px;

    color:#000;

}


/* OFFER */

.All-Access h4{

    background:#FFD700;

    padding:0 25px 30px;

    font-size:18px;

    line-height:1.6;

}


/* PRICE */

.All-Access h1{

    background:#000;

    color:#fff;

    padding:25px;

    font-size:55px;

    letter-spacing:2px;

}

.All-Access s{

    color:#ff2d2d;

    font-size:30px;

    margin-right:8px;

}


/* BUTTON */

.All-Access button{

    margin:30px auto;

    border:none;

    background:#0056ff;

    border-radius:50px;

    padding:16px 30px;

    transition:.3s;

    cursor:pointer;

}

.All-Access button:hover{

    background:#000;

    transform:scale(1.05);

}


.All-Access button a{

    color:#fff;

    text-decoration:none;

    font-size:20px;

    font-weight:bold;

}


/* GUARANTEE */

.All-Access h5{

    margin-bottom:30px;

    font-size:18px;

    color:#333;

}


/* TRUST BADGES */

.thirtydays{

    width:90%;

    margin:70px auto;

    display:flex;

    justify-content:center;

    gap:40px;

    flex-wrap:wrap;

}


.thirtydays img{

    width:170px;

    border-radius:15px;

    box-shadow:0 10px 25px rgba(0,0,0,.15);

    transition:.3s;

}

.thirtydays img:hover{

    transform:scale(1.08);

}
}
 *{
    margin: 0; padding: 0;
    box-sizing: border-box;
    
    font-family: verdana;
    
    
 }
    .containa{
        position: relative;
        min-height: 100vh;
        background: #334;
    }
    .containa h1{
        color: #fff;
        text-align: center;
        padding: 15px;
        font-size: 40px;
        font-weight: normal;
    }
    .containa .video_container{
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        padding: 10px;
    }
    .containa .video_container .video{
        height: 250px;
        width: 350px;
        border: 5px solid #fff;
        border-radius: 5px;
        box-shadow: 0 5px 15px rgba(0,0,0,.7);
        cursor: pointer;
        overflow: hidden;
    }
    .containa .video_container .video video{
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: 2s linear;
    }
    .containa .video_container .video:hover video{
        transform: scale(1.1);
    }
    .containa .popup-video{ 
        position: fixed;
        top: 0; left: 0;
        z-index: 100;
        background: rgba(0,0,0,.8);
        height: 100%;
        width: 100%;
    }
    .containa .popup-video video{
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
        width: 750px;
        border-radius: 5px;
        border: 3px solid #fff; 
        object-fit: cover;
        display: none;
    }
    .containa .popup-video span{
        position: absolute;
        top: 5px; right: 20px;
        font-size: 50px;
        color: #fff;
        font-weight: bolder;
        z-index: 100;
        cursor: pointer;
    }




    .containn{
        display: flex;
        align-items: center;
        
    }
    .video_wrapper{
        position: relative;
        min-height: 500px;
        min-width: 890px;
        overflow: hidden;
        border-radius: 10px;
    }
    .video_wrapper video{
        position: absolute;
        top: 0;
        bottom: 0;
        object-fit: fill;
        max-height: 100%;
        max-width: 100%;
        margin-bottom: -5px;
    }
    .video_playlist{
        display: flex;
        flex-direction: column;
        min-width: 400px;
        min-height: 500px;
        margin-left: 60px;
        border-radius: 10px;
        overflow-y: scroll;
        scroll-behavior: smooth;
    }
    .video-playlist::-webkit-scrollbar{
        display: none;
        scroll-behavior: none;
    }
    .video{
        display: flex;
        align-items: center;
        background-color: var(--white);
        margin-bottom: 34px;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        height: 100px;
        transition: background-color 0.2s ease;
        
    }
    .video:last-child{
        margin-bottom: 0;
    }
    .video:hover, .video.now{
        background-color: var(--secondary);
    }
    .video_img{
        position: relative;
        height: 100px;
        width: 150px;
        border-radius: 10px;
        overflow: hidden;
    }
    .icon{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        color: var(--primary);
        opacity: 0.8;
        
        z-index: 10;
        transition: opacity 0.2s;
    }
    .video:hover .icon, .icon:hover{
        opacity: 1;
    }
    .icon-large{
        font-size: 7rem;
    }
    .icon-small{
        font-size: 3rem;
    }
    .video_details{
        padding-left: 10px;
    }
    .video_details h4{
        margin-bottom: 10px;
        font-size: 1rem;
        font-weight: 600;
    }
    .video_details p{
        font-size: 14px;
        font-weight: 400;
    }
  .hh1{
    padding-bottom: 100px;
    padding-top: 50px;
    text-align: center;
    
  }



  /*Beginner Courses*/

  .beginner_courses{
    margin-left: 50px;
    margin-right: 50px;
    padding: 10px;
    
    
  }
  .beginner_courses img{
    width: 30%;
    height: 300px;
    float: left;
  }
.beginner_courses h2{
    font-size: 30px;
}
.beginner_courses p{
    font-size: 20px;
    padding: 20px;
}
.seperate{
    background-color: lemonchiffon;
    border: 1px solid coral;
    margin-left: 450px;
    margin-right: 50px;
    padding: 30px;
}
.beginner_courses .seperate button{
    font-size: 20px;
    border: none;
    border: 2px solid lime;
    padding: 5px;
    background-color: limegreen;
    font-weight: bold
}

/* PDF of Practice template*/
.pdf-download{
    text-align:center;
    padding:40px 20px;
}

.download-btn{
    display:inline-block;
    margin-top:20px;
    padding:15px 30px;

    background-color:#B8860B;
    color:white;

    text-decoration:none;
    font-size:20px;
    font-weight:bold;

    border-radius:50px;

    transition:all 0.3s ease;
}

.download-btn:hover{
    background-color:#DAA520;
    transform:translateY(-5px);
    box-shadow:0 8px 20px rgba(0,0,0,0.3);
}

.download-btn:active{
    transform:translateY(2px);
}



  /*Advance level*/



  .headding{
    color: #444;
    font-size: 40px;
    text-align: center;
    
    padding-top: 20px;
  }

  .conttainer{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 15px;
    align-items: flex-start;
    padding: 5px 5%;
  }
  .conttainer .main_video{
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    
  }
  .conttainer .main_video video{
    width: 100%;
    border-radius: 5px;
   
  }
  .conttainer .main_video .title{
    color: #333;
    font-size: 23px;
    padding-top: 10px;
    padding-bottom: 15px;
    width: 100%;
  }
  .conttainer .main_video .video{
    display: block;
  }
  .conttainer .video_list{
    background: #fff;
    border-radius: 5px;
    height: 520px;
    overflow-y: scroll;
  }
  .conttainer .video_list::-webkit-scrollbar{
    width: 7px;
  }
  .conttainer .video_list::-webkit-scrollbar-track{
    background: #ccc;
    border-radius: 50px;
  }
  
  .conttainer .video_list::-webkit-scrollbar-thumb{
    background: #666;
    border-radius: 50px;
  }
  .conttainer .video_list .vidd video{
    width: 100px;
    border-radius: 5px;
  }

.conttainer .video_list .vidd{
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f7f7f7;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 1);
    cursor: pointer;
}
.conttainer .video_list .vidd:hover{
    background: #eee; 
}
.conttainer .video_list .vidd.active{
    background: #2980b9;  
}
.conttainer .video_list .vidd.active .title{
    color: #fff;
}
.conttainer .video_list .vidd .title{
    color: #333;
    font-size: 17px;
}



/* Media Queries */
@media only screen and (max-width: 768px) {
    /* Adjust styles for mobile phones */
    #container {
      padding-left: 20px;
      margin-left: 0;
    }
    
    .header {
      margin-left: 0;
    }
    
    #search {
      margin-left: 20px;
    }
    
/* High-resolution devices, higher than 1440px */

@media only screen and (min-width: 1440px) {
    /* Set font size for very high-resolution screens */
    body {
        font-size: 22px;
        /* Example font size for high-resolution screens */
    }
    /* Additional styles for very high-resolution screens */
    /* Add more styles as needed */
}



    /* Laptop media query */
    @media screen and (min-width: 1024px) {
/* Add your CSS rules  here */
    /* About Chris Ebute*/

.tab-content.container h1{
    color: blue;
    font-size: 50px;
    text-align: center;
    text-decoration: underline;
    clear: both;  
    padding-bottom: 25px;
    
    
}
.container h2{
    margin-left: 300px;
    font-size: 30px;
}
.container h3{
    margin-left: 300px;
    font-size: 30px;
    margin-top: 50px;
    
}
.tab-content.container p{
    
    border: 3px solid yellow;
    margin-right: 897px;
    background-color: aquamarine;
    
    font-size: 31px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    
}
.tab-container .tab-button[data-tab="bio"]{
    margin-left: 330px;
}
.tab-container .tab-button[data-tab="mission"]{
    margin-left: 10px;
}
.tab-container .tab-button[data-tab="approach"]{
    margin-left: 10px;
}
.tab-container .tab-button:hover{
    color: burlywood;
}
.tab-container .tab-button:active{
    color: black;
}
#imnn{
    
    float: right;
    margin-right: 350px;
}
#imnn img{
    
    height: 630px;
}
#imnn1{
    
    float: right;
    margin-right: 350px;
}
#imnn1 img{
    
    height: 400px;
}
#imnn2{
    
    float: right;
    margin-right: 350px;
}
#imnn2 img{
    
    height: 470px;
}
/* Styles for interactive tabs */
.tab-button {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 5px 5px 0 0;
    transition: background-color 0.3s ease;
}

.tab-button.active {
    background-color: #ccc;
}

.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.tab-content.active {
    display: block;
}

/* Styles for image carousel */
/* Add styles specific to your chosen carousel implementation */

/* Styles for call-to-action button */
.cta-button {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #ff4500;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #ff6a36;
}


/* Styles for accordion */
.accordion-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.accordion-header {
    cursor: pointer;
    padding: 10px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #ccc;
}

.accordion-content {
    display: none;
    padding: 10px;
}

.accordion-content.active {
    display: block;
}

/* Styles for tab buttons */
.tab-button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Default button style */
.tab-button.active {
    background-color: blue; /* Biography button color */
    color: white; /* Text color for active button */
    margin-left: 330px;
}

.tab-button[data-tab="mission"] {
    background-color: green; /* Teaching Mission button color */
    color: white; /* Text color for active button */
}

.tab-button[data-tab="approach"] {
    background-color: red; /* Systematic Approach button color */
    color: white; /* Text color for active button */
}
.tab-content.active container h3{
    margin-left: 500px;
}
/* End of About Chris Ebute In Media Query*/



/*Beginning of Index.html in Media Query*/

.background-clip{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
/*#container{
    font-size: 20px;
    font-family: poppins;
    color: blue;
           
    border-radius: 100px;
    padding-top: 2%;
    width: auto;
    padding-bottom: 2%;
    padding-left: 500px;
    gap: 100px;
    border: none;
    width: 100%;
    margin-left: 300px;
    

}*/









.footer{
    margin-bottom: 100px;
    background-color: black;
    color: white;
    font-size: 20px;
    padding: 50px 20px 50px 0px;
    clear: both;
   
}
.footer li{
    margin-left: 200px;
}
.header2{
   display: flex;
   margin-bottom: 100px;
   
}
.hea{
    margin-left: 900px;
    display: flex;
    gap: 40px;
}
h1{
    text-align: center;
}

















.Contact{
    border: 3px solid yellowgreen;
    margin-top: 70px;
    margin-left: 200px;
    margin-right: 200px;
    padding-bottom: 100px;
}
.Contact h1{
    font-size: 40px;
}
.user_name2{
    
    margin-left: 200px;
}
.user_name2 input[type="text"], .user_name2 textarea{
    padding: 13px;
    width: 70%;
    border-radius: 10px;
}
.user_name2 input[type="email"]{
    padding: 13px;
    width: 70%;
    border-radius: 10px;
}
.user_name2 input[type="submit"]{
    background-color: greenyellow;
    color: black;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.user_name2 h3{
    color: blue;
}
.terms p{
    margin-left: 70px;
    margin-right: 70px;
    border: 3px solid red;
    padding: 30px;
    font-size: 20px;
}
.terms h2{
    text-align: center;
}
.privacy p{
    margin-left: 70px;
    margin-right: 70px;
    border: 3px solid red;
    padding: 30px;
    font-size: 20px;
}
.privacy h2, h1{
    text-align: center;
}

html{
    scroll-behavior: smooth;
}
.back-to-top{
    position: fixed;
    bottom: 1rem;
    right: 2rem;
    margin-left: 1500px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: lightgoldenrodyellow;
    border-radius: 2.5rem;
    padding: 0.5rem;
    text-decoration: none;
    transition: 0.2s ease-out;
}
.back-to-top span{
    color: black;
    font-size: 3rem;
    transition: 0.2s ease-out;
}
.back-to-top:hover{
    transform: translateY(-4px);
}

/*Course Library*/

.recent_courses h2{
    display: inline;
    color: darkblue;
    gap: 10px;
}
.recent_courses h1{
    padding: 0px;
   
}
#viewmore{
    display: inline;
    font-size: 25px;
    border: none;
    border: 2px solid lime;
    margin-left: 40px;
    background-color: limegreen;
    font-weight: bold
}
.recent_courses{
    float: left;
    padding: 0px;
    margin-left: 20px;
    border: 2px solid yellow;
    background-color: #eee;
    background-position: center;
    padding-bottom: 10px;
    margin-bottom: 7rem;
    clear: both;
}
.recent_courses video{
    width: 30%;
    height: 300px;
    padding: 10px
    }

    .recent_courses #bu1{
        font-size: 15px;
        border: none;
        border: 2px solid lime;
        margin-left: 130px;
        background-color: limegreen;
        font-weight: bold
    }

    .recent_courses #bu2{
        font-size: 15px;
        border: none;
        border: 2px solid lime;
        margin-left: 290px;
        background-color: limegreen;
        font-weight: bold
    }
    .recent_courses #bu3{
        font-size: 15px;
        border: none;
        border: 2px solid lime;
        margin-left: 280px;
        background-color: limegreen;
        font-weight: bold
    }
    .recent_courses #nam1{
        margin-left: 35px;
    }
   
    .recent_courses #nam2{
        margin-left: 60px;
    }
    .recent_courses #nam3{

        margin-left: 90px;
    }

    .searching input{
        padding: 10px;
        border-radius: 5px;
        font-size: 20px;
    }

.searching h2{
    padding-top: 15px;
    padding-bottom: 15px;
}
.searching li{
    padding-bottom: 20px;
}







/* About Chris Ebute*/

.tab-content.container h1{
    color: blue;
    font-size: 50px;
    text-align: center;
    text-decoration: underline;
    clear: both;  
    padding-bottom: 25px;
    
    
}
.container h2{
    margin-left: 300px;
    font-size: 30px;
}
.container h3{
    margin-left: 300px;
    font-size: 30px;
    margin-top: 50px;
    
}
.tab-content.container p{
    
    border: 3px solid yellow;
    margin-right: 897px;
    background-color: aquamarine;
    
    font-size: 31px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    
}
.tab-container .tab-button[data-tab="bio"]{
    margin-left: 330px;
}
.tab-container .tab-button[data-tab="mission"]{
    margin-left: 10px;
}
.tab-container .tab-button[data-tab="approach"]{
    margin-left: 10px;
}
.tab-container .tab-button:hover{
    color: burlywood;
}
.tab-container .tab-button:active{
    color: black;
}
#imnn{
    
    float: right;
    margin-right: 350px;
}
#imnn img{
    
    height: 630px;
}
#imnn1{
    
    float: right;
    margin-right: 350px;
}
#imnn1 img{
    
    height: 400px;
}
#imnn2{
    
    float: right;
    margin-right: 350px;
}
#imnn2 img{
    
    height: 470px;
}
/* Styles for interactive tabs */
.tab-button {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 5px 5px 0 0;
    transition: background-color 0.3s ease;
}

.tab-button.active {
    background-color: #ccc;
}

.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.tab-content.active {
    display: block;
}

/* Styles for image carousel */
/* Add styles specific to your chosen carousel implementation */

/* Styles for call-to-action button */
.cta-button {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #ff4500;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #ff6a36;
}


/* Styles for accordion */
.accordion-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.accordion-header {
    cursor: pointer;
    padding: 10px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #ccc;
}

.accordion-content {
    display: none;
    padding: 10px;
}

.accordion-content.active {
    display: block;
}

/* Styles for tab buttons */
.tab-button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Default button style */
.tab-button.active {
    background-color: blue; /* Biography button color */
    color: white; /* Text color for active button */
    margin-left: 330px;
}

.tab-button[data-tab="mission"] {
    background-color: green; /* Teaching Mission button color */
    color: white; /* Text color for active button */
}

.tab-button[data-tab="approach"] {
    background-color: red; /* Systematic Approach button color */
    color: white; /* Text color for active button */
}
.tab-content.active container h3{
    margin-left: 500px;
}

/* End of About Chris Ebute*/





/*All access plan*/

.backimg{
    background-image: url(image/backgroundimg2.png);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 30vh;
    background-size: cover;
    background-repeat: no-repeat;  
}
.alll{
    margin-top: 70px;
}
/*==========================
  MEMBERSHIP SECTION
===========================*/

.All-Access{

    width:100%;
    margin:80px auto;

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:35px;

    text-align:center;

}


/* ALL FOUR CARDS */

.All-Access1,
.All-Access2,
.All-Access3,
.All-Access4{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.15);

    transition:.4s;

    border:4px solid #FFD700;

    position:relative;

}

.All-Access1:hover,
.All-Access2:hover,
.All-Access3:hover,
.All-Access4:hover{

    transform:translateY(-15px);

    box-shadow:0 25px 60px rgba(0,0,0,.25);

}


/* Make 12 Month Premium */

.All-Access1{

    border:5px solid #0056ff;

    transform:scale(1.04);

}


/* BEST VALUE Ribbon */

.All-Access1::before{

    content:"BEST VALUE";

    position:absolute;

    top:18px;

    right:-45px;

    background:#0056ff;

    color:#fff;

    padding:8px 55px;

    transform:rotate(45deg);

    font-size:12px;

    font-weight:bold;

}


/* HEADER */

.All-Access h2{

    background:#FFD700;

    padding:30px 20px 10px;

    font-size:34px;

    color:#000;

}


/* OFFER */

.All-Access h4{

    background:#FFD700;

    padding:0 25px 30px;

    font-size:18px;

    line-height:1.6;

}


/* PRICE */

.All-Access h1{

    background:#000;

    color:#fff;

    padding:25px;

    font-size:55px;

    letter-spacing:2px;

}

.All-Access s{

    color:#ff2d2d;

    font-size:30px;

    margin-right:8px;

}


/* BUTTON */

.All-Access button{

    margin:30px auto;

    border:none;

    background:#0056ff;

    border-radius:50px;

    padding:16px 30px;

    transition:.3s;

    cursor:pointer;

}

.All-Access button:hover{

    background:#000;

    transform:scale(1.05);

}


.All-Access button a{

    color:#fff;

    text-decoration:none;

    font-size:20px;

    font-weight:bold;

}


/* GUARANTEE */

.All-Access h5{

    margin-bottom:30px;

    font-size:18px;

    color:#333;

}


/* TRUST BADGES */

.thirtydays{

    width:90%;

    margin:70px auto;

    display:flex;

    justify-content:center;

    gap:40px;

    flex-wrap:wrap;

}


.thirtydays img{

    width:170px;

    border-radius:15px;

    box-shadow:0 10px 25px rgba(0,0,0,.15);

    transition:.3s;

}

.thirtydays img:hover{

    transform:scale(1.08);

}
}
 *{
    margin: 0; padding: 0;
    box-sizing: border-box;
    
    font-family: verdana;
    
    
 }
    .containa{
        position: relative;
        min-height: 100vh;
        background: #334;
    }
    .containa h1{
        color: #fff;
        text-align: center;
        padding: 15px;
        font-size: 40px;
        font-weight: normal;
    }
    .containa .video_container{
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        padding: 10px;
    }
    .containa .video_container .video{
        height: 250px;
        width: 350px;
        border: 5px solid #fff;
        border-radius: 5px;
        box-shadow: 0 5px 15px rgba(0,0,0,.7);
        cursor: pointer;
        overflow: hidden;
    }
    .containa .video_container .video video{
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: 2s linear;
    }
    .containa .video_container .video:hover video{
        transform: scale(1.1);
    }
    .containa .popup-video{ 
        position: fixed;
        top: 0; left: 0;
        z-index: 100;
        background: rgba(0,0,0,.8);
        height: 100%;
        width: 100%;
    }
    .containa .popup-video video{
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
        width: 750px;
        border-radius: 5px;
        border: 3px solid #fff; 
        object-fit: cover;
        display: none;
    }
    .containa .popup-video span{
        position: absolute;
        top: 5px; right: 20px;
        font-size: 50px;
        color: #fff;
        font-weight: bolder;
        z-index: 100;
        cursor: pointer;
    }




    .containn{
        display: flex;
        align-items: center;
        
    }
    .video_wrapper{
        position: relative;
        min-height: 500px;
        min-width: 890px;
        overflow: hidden;
        border-radius: 10px;
    }
    .video_wrapper video{
        position: absolute;
        top: 0;
        bottom: 0;
        object-fit: fill;
        max-height: 100%;
        max-width: 100%;
        margin-bottom: -5px;
    }
    .video_playlist{
        display: flex;
        flex-direction: column;
        min-width: 400px;
        min-height: 500px;
        margin-left: 60px;
        border-radius: 10px;
        overflow-y: scroll;
        scroll-behavior: smooth;
    }
    .video-playlist::-webkit-scrollbar{
        display: none;
        scroll-behavior: none;
    }
    .video{
        display: flex;
        align-items: center;
        background-color: var(--white);
        margin-bottom: 34px;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        height: 100px;
        transition: background-color 0.2s ease;
        
    }
    .video:last-child{
        margin-bottom: 0;
    }
    .video:hover, .video.now{
        background-color: var(--secondary);
    }
    .video_img{
        position: relative;
        height: 100px;
        width: 150px;
        border-radius: 10px;
        overflow: hidden;
    }
    .icon{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        color: var(--primary);
        opacity: 0.8;
        
        z-index: 10;
        transition: opacity 0.2s;
    }
    .video:hover .icon, .icon:hover{
        opacity: 1;
    }
    .icon-large{
        font-size: 7rem;
    }
    .icon-small{
        font-size: 3rem;
    }
    .video_details{
        padding-left: 10px;
    }
    .video_details h4{
        margin-bottom: 10px;
        font-size: 1rem;
        font-weight: 600;
    }
    .video_details p{
        font-size: 14px;
        font-weight: 400;
    }
  .hh1{
    padding-bottom: 100px;
    padding-top: 50px;
    text-align: center;
    
  }



  /*Beginner Courses*/

  .beginner_courses{
    margin-left: 50px;
    margin-right: 50px;
    padding: 10px;
    
    
  }
  .beginner_courses img{
    width: 30%;
    height: 300px;
    float: left;
  }
.beginner_courses h2{
    font-size: 30px;
}
.beginner_courses p{
    font-size: 20px;
    padding: 20px;
}
.seperate{
    background-color: lemonchiffon;
    border: 1px solid coral;
    margin-left: 450px;
    margin-right: 50px;
    padding: 30px;
}
.beginner_courses .seperate button{
    font-size: 20px;
    border: none;
    border: 2px solid lime;
    padding: 5px;
    background-color: limegreen;
    font-weight: bold
}

/* PDF of Practice template*/
.pdf-download{
    text-align:center;
    padding:40px 20px;
}

.download-btn{
    display:inline-block;
    margin-top:20px;
    padding:15px 30px;

    background-color:#B8860B;
    color:white;

    text-decoration:none;
    font-size:20px;
    font-weight:bold;

    border-radius:50px;

    transition:all 0.3s ease;
}

.download-btn:hover{
    background-color:#DAA520;
    transform:translateY(-5px);
    box-shadow:0 8px 20px rgba(0,0,0,0.3);
}

.download-btn:active{
    transform:translateY(2px);
}



  /*Advance level*/



  .headding{
    color: #444;
    font-size: 40px;
    text-align: center;
    
    padding-top: 20px;
  }

  .conttainer{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 15px;
    align-items: flex-start;
    padding: 5px 5%;
  }
  .conttainer .main_video{
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    
  }
  .conttainer .main_video video{
    width: 100%;
    border-radius: 5px;
   
  }
  .conttainer .main_video .title{
    color: #333;
    font-size: 23px;
    padding-top: 10px;
    padding-bottom: 15px;
    width: 100%;
  }
  .conttainer .main_video .video{
    display: block;
  }
  .conttainer .video_list{
    background: #fff;
    border-radius: 5px;
    height: 520px;
    overflow-y: scroll;
  }
  .conttainer .video_list::-webkit-scrollbar{
    width: 7px;
  }
  .conttainer .video_list::-webkit-scrollbar-track{
    background: #ccc;
    border-radius: 50px;
  }
  
  .conttainer .video_list::-webkit-scrollbar-thumb{
    background: #666;
    border-radius: 50px;
  }
  .conttainer .video_list .vidd video{
    width: 100px;
    border-radius: 5px;
  }

.conttainer .video_list .vidd{
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f7f7f7;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 1);
    cursor: pointer;
}
.conttainer .video_list .vidd:hover{
    background: #eee; 
}
.conttainer .video_list .vidd.active{
    background: #2980b9;  
}
.conttainer .video_list .vidd.active .title{
    color: #fff;
}
.conttainer .video_list .vidd .title{
    color: #333;
    font-size: 17px;
}



/* Media Queries */
@media only screen and (max-width: 768px) {
    /* Adjust styles for mobile phones */
    #container {
      padding-left: 20px;
      margin-left: 0;
    }
    
    .header {
      margin-left: 0;
    }
    
    #search {
      margin-left: 20px;
    }
    
/* High-resolution devices, higher than 1440px */

@media only screen and (min-width: 1440px) {
    /* Set font size for very high-resolution screens */
    body {
        font-size: 22px;
        /* Example font size for high-resolution screens */
    }
    /* Additional styles for very high-resolution screens */
    /* Add more styles as needed */
}



    /* Laptop media query */
    @media screen and (min-width: 1024px) {
/* Add your CSS rules  here */
    /* About Chris Ebute*/

.tab-content.container h1{
    color: blue;
    font-size: 50px;
    text-align: center;
    text-decoration: underline;
    clear: both;  
    padding-bottom: 25px;
    
    
}
.container h2{
    margin-left: 300px;
    font-size: 30px;
}
.container h3{
    margin-left: 300px;
    font-size: 30px;
    margin-top: 50px;
    
}
.tab-content.container p{
    
    border: 3px solid yellow;
    margin-right: 897px;
    background-color: aquamarine;
    
    font-size: 31px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    
}
.tab-container .tab-button[data-tab="bio"]{
    margin-left: 330px;
}
.tab-container .tab-button[data-tab="mission"]{
    margin-left: 10px;
}
.tab-container .tab-button[data-tab="approach"]{
    margin-left: 10px;
}
.tab-container .tab-button:hover{
    color: burlywood;
}
.tab-container .tab-button:active{
    color: black;
}
#imnn{
    
    float: right;
    margin-right: 350px;
}
#imnn img{
    
    height: 630px;
}
#imnn1{
    
    float: right;
    margin-right: 350px;
}
#imnn1 img{
    
    height: 400px;
}
#imnn2{
    
    float: right;
    margin-right: 350px;
}
#imnn2 img{
    
    height: 470px;
}
/* Styles for interactive tabs */
.tab-button {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 5px 5px 0 0;
    transition: background-color 0.3s ease;
}

.tab-button.active {
    background-color: #ccc;
}

.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.tab-content.active {
    display: block;
}

/* Styles for image carousel */
/* Add styles specific to your chosen carousel implementation */

/* Styles for call-to-action button */
.cta-button {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #ff4500;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #ff6a36;
}


/* Styles for accordion */
.accordion-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.accordion-header {
    cursor: pointer;
    padding: 10px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #ccc;
}

.accordion-content {
    display: none;
    padding: 10px;
}

.accordion-content.active {
    display: block;
}

/* Styles for tab buttons */
.tab-button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Default button style */
.tab-button.active {
    background-color: blue; /* Biography button color */
    color: white; /* Text color for active button */
    margin-left: 330px;
}

.tab-button[data-tab="mission"] {
    background-color: green; /* Teaching Mission button color */
    color: white; /* Text color for active button */
}

.tab-button[data-tab="approach"] {
    background-color: red; /* Systematic Approach button color */
    color: white; /* Text color for active button */
}
.tab-content.active container h3{
    margin-left: 500px;
}
/* End of About Chris Ebute In Media Query*/



/*Beginning of Index.html in Media Query*/

.background-clip{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
/*#container{
    font-size: 20px;
    font-family: poppins;
    color: blue;
           
    border-radius: 100px;
    padding-top: 2%;
    width: auto;
    padding-bottom: 2%;
    padding-left: 500px;
    gap: 100px;
    border: none;
    width: 100%;
    margin-left: 300px;
    

}*/
