@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&display=swap');

body{
    font-family: "Barlow",sans-serif;
    line-height: 1.7;
    color: #87d430;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 700 !important;

}

a{
    color: #092032;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 500;
}

img{
    width: 100%;
}

section{
    padding-top: 80px;
    padding-bottom: 80px;
}

.bg-cover{
    background-position: center !important;
    background-size: cover !important;
}

.intro{
    margin-bottom: 40px;
}

.intro h6{
    font-weight: 400;
    color: #2f21cc;
}

.intro p{
    max-width: 500px;
    margin: auto;
}
/* NAVBAR */
.top-nav{
    background-color: hsl(276, 65%, 57%);
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
   
}

.top-nav p{
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px;
    color: aliceblue;
} 

.top-nav i,
.top-nav span{
    vertical-align: middle;
}

.social-links a {
    width: 34px;
    height: 34px;
    background-color: rgba(214, 192, 236, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    border-radius: 100%  ;
}

.social-links a:hover{
    background-color: white;
    color: #9b34e0;
}

.navbar{
    box-shadow: 0px 6px 30px rgba(174, 90, 193, 0.104);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color:rgb(231, 18, 18);
    font-style: bold;

    
}

.navbar-brand{
    font-family: 700;
    font-size: 26px;
    color: blue;
}
/*
.navbar-brand span{
    color: red;
}
*/

/*BTN*/

.btn{
    padding: 9px 24px;
    font-weight: 500;
}

.btn-brand{
    background-color: #2f21cc;
    color: white;
    border: #9f49d8;
}
.btn-brand:hover{
    color: rgb(33, 16, 148);
    background-color: #678ee1;
}

/*SLIDER*/

.slider1{
    background-image: url(../img/jpg/bg2.2.jpg);
}

.slider2{
    background-image: url(../img/jpg/bg1.jpg);
}

.slider3{
    background-image: url(../img/jpg/bg3.1.jpg);
}

.slider4{
    background-image: url(../img/jpg/stu1.jpg);
}
.slider5{
    background-image: url(../img/jpg/ssw.jpg);
}


.slider6{
    background-image: url(../img/jpg/work.jpg);
}



/* OWL CAROUSEL */
.owl-prev,
.owl-next{
    position: absolute;
    top: 50%;
    width: 60px !important;
    height: 60px !important;
    display: grid;
    place-items: center;
    background-color: rgba(157, 72, 176, 0.2) !important;
   /*font-size: 32px !important;*/
   margin-top: -30px !important;
   color: #ffffff !important;
   font-weight: 700 !important;
   font-size: 12px !important;
   border-radius: 100px !important;


}

.owl-prev{
    left: 0;
}

.owl-next{
    right: 0;
}

.owl-next:hover,
.owl-prev:hover{
    background-color: #2f21cc !important;
}
.typewriter h1 {
    overflow: hidden; /* Hide overflowing characters */
    border-right: 0.15em solid #fff; /* Blinking cursor effect */
    white-space: nowrap; /* Prevent line breaks */
    letter-spacing: 0.15em; /* Space between characters */
    animation: typing 3s steps(30) infinite, blink-caret 0.5s step-end infinite;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink-caret {
    from, to {
        border-color: transparent;
    }
    50% {
        border-color: #fff;
    }
}
/* INFO BOX */

.info-box{
    display: flex;
}
.info-box img{
    width: unset;
    margin-right: 15px;
}

.info-box2{
    /* display: flex; */
    margin: auto;
}
.info-box2 img{
    /* width: unset; */
    /* margin-right: 15px; */
    margin: auto;
}

.info-box3{
    /* display: flex; */
    margin: auto;
}
.info-box3 img{
    /* width: unset; */
    /* margin-right: 15px; */
    margin: auto;
}

/*MILESTONE*/
#milestone{
    background: linear-gradient(rgba(21, 16, 117, 0.8) , rgba(204, 100, 130, 0.8)), url(../img/bg2.2.png);
}

#milestone .display-4,
#milestone p{
    color: #ffffff;
}

#milestone .display-4{
    font-weight: 700;
}

/*SERVICES*/
.service {
    padding: 32px;
    box-shadow: hsla(229, 50%, 48%, 0.582);
    text-align: center;
}

.servece-box img{
    width: unset;
}

.servece-box h5{
    margin-top: 24px;
    margin-bottom: 12px;
}

/*PROJECT*/

#project-slider .owl-next,
#project-slider .owl-prev{
    background-color: hsla(0, 0%, 100%, 0.733) !important;
}

.project {
    position: relative;
}

.project .overlay {
    background: linear-gradient(to bottom, hsla(239, 87%, 22%, 0.747));
    position: absolute;
    width: 100%;
    height: 240px;
    bottom: 0;
    left: 0;
}

.project .content{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 32px;
}

.project h1,
.projetc h6{
    color: hsl(0, 0%, 100%);
}

.project h6{
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.project h6::before{
    content: '';
    height: 2px;
    width: 24px;
    background-color: hsla(3, 23%, 80%, 0.753);
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

/*About*/

.about-iyon .img-wrapper{
    position: relative;
    overflow: hidden;

}

.about-iyon .overlay{
    position: absolute;
    top:0 ;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(236, 67%, 64%, 0.596);
    opacity: 0;

}

.about-iyon .social-links{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.4s ease;
}

.about-iyon:hover .overlay{
    opacity: 1;
    top: 0;

}



.about-iyon:hover .social-links{
    opacity: 1;
    top: 50%;
    
}

.courses h1{
    color: red;
}
.courses .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap:1.5rem;
    justify-content:space-evenly;
    align-items: flex-end;

    
  



    
 }
 
 .courses .box-container .box{
    border-radius: .5rem;
    background-color: var(--white);
    padding: 2rem;
 }
 
 

 
 .courses .box-container .box .tutor{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
 }
 
 .courses .box-container .box .tutor img{
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    object-fit: cover;
 }
 
 .courses .box-container .box .tutor h3{
    font-size: 1.8rem;
    color: var(--black);
    margin-bottom: .2rem;
 }
 
 .courses .box-container .box .tutor span{
    font-size: 1.3rem;
    color:var(--light-color);
 }
 
 .courses .box-container .box .thumb{
    position: relative;
 }
 
 .courses .box-container .box .thumb span{
    position: absolute;
    top:1rem; left: 1rem;
    border-radius: .5rem;
    padding: .5rem 1.5rem;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    font-size: 1.5rem;
 }
 
 /* .courses .box-container .box .thumb img{*/
 /*   width: 100%;*/
 /*   height: 20rem;*/
    /*object-fit: cover;*/
 /*   border-radius: .5rem;*/
 /*} */
 
 .courses .box-container .box .title{
    font-size: 2rem;
    color: var(--black);
    padding-bottom: .5rem;
    padding-top: 1rem;
 }
 
 .courses .more-btn{
    text-align: center;
    margin-top: 2rem;
 }
 
 .row{
    color: #ffffff;
 }

 .info-box{
    color: #330a5a;
 }

 .info-box2{
    color: #330a5a;
 }

 .info-box3{
    color: #a50202;
 }


.text-center{
    color: #0515a1;
}

.row h6{
    color: #0a0b49;
}
.row h4{
    color: #1316e7;
}
.wrapper{
    
    background: rgb(3, 3, 75);
    margin: 50px auto;
    border-radius: 30px;
    padding-top: none;
    padding-bottom: none;
    box-shadow: 0 0 40px 2px rgba(126, 74, 196, 0.8);
}

.wrapper img{
   /* margin: 20px; */
   padding: 2.5%;
   border-radius: 20px;
   
}

.feature-box{
    padding: 40px;
}

.feature-box h1{
    margin-top: 20%;
    color: #ff0000;
}

.feature-box p{
    margin: 50px auto;
     
}

.feature-box a{
    text-decoration: none !important;
    background: #678ee1;
    border-radius:20px;
    padding: 10px 20px;
    margin-right: 30px;
    border: 2px solid #1850e9 !important;
    color: #ffffff;
}
.btn-one:hover{
    color: rgb(117, 255, 5);
    background: #0f077c !important;
}

.feature-img{
    width: 100%;
    padding: 40px;
    
}

.info-box2 a{
 
    width: 34px;
    height: 34px;
    background-color: rgba(214, 192, 236, 0.3);
    /* display: inline-flex; */
    align-items: center;
    justify-content: center;
    color: rgb(255, 196, 4);
    font-size: 20px;
    border-radius: 100%  ;
}

.info-box2 a:hover{
    background-color: rgb(94, 84, 84);
    color: #9b34e0;
}

.info-box3 a{
 
    width: 34px;
    height: 34px;
    background-color: rgba(214, 192, 236, 0.3);
    /* display: inline-flex; */
    align-items: center;
    justify-content: center;
    color: rgb(3, 44, 6);
    font-size: 20px;
    border-radius: 100%  ;
}

.info-box3 a:hover{
    /* background-color: rgb(193, 245, 6); */
    color: #ff7d03;
}


.row h5{
    /* color: #626775; */
}

.footer-area{
    margin-top: 100px;
    padding: 100px 0;
    background: rgb(3,0,65);
    /* background: linear-gradient(90deg, rgba(3,0,65,1) 0%, rgb(0, 60, 255) 100%); */
    background: linear-gradient(90deg, rgba(3,0,65,1) 0%, rgb(46, 4, 63) 100%);
    color: rgb(3, 184, 255);
    position: relative;
}

.main{
    width: 1200px;
    margin: auto;
}

.footer{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}

.single-footer{
    width: 260px;
}

.single-footer:first-child{
    width: 400px;
}

.single-footer h4{
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 20px;
}

.single-footer ul li{
    margin-bottom: 10px;
}

.single-footer ul li a{
    color:rgb(3, 184, 255);
    /* text-transform: capitalize; */
    text-decoration: navajowhite;
}

.single-footer ul li a i{
    position: absolute;
    left: 0;
    top: 5px;
    padding-left: 20px;
}

.copy{
    text-align: center;
    text-transform: capitalize ;
    margin-top: 50px;
}

.footer-wave-box{
    position: absolute;
    /* left: 0; */
    top: 0;
    right: 0;
    height: 50px;
    /* background-color: red; */
    overflow: hidden;
}

.footer-wave{
    background-image: url('../img/HOME/d.png');
    position: absolute;
    left: 0;
    top: 0;
    background-size: 110%;
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-repeat: repeat-x;
}

.footer-animation{
    -moz-animation: footer_wave 5s linear infinite;
    -o-animation: footer_wave 5s linear infinite;
    -webkit-animation: footer_wave 5s linear infinite;
    left: auto;
    right: 0;

}

@-moz-keyframeskeyframes footer_wave{
    0%{
        -moz-transform:translateX(0%);
    }
    50%{
        -moz-transform:translateX(25%);
    }
    100%{
        -moz-transform:translateX(50%);
    }
}

@-o-keyframeskeyframes footer_wave{
    0%{
        -o-transform:translateX(0%);
    }
    50%{
        -o-transform:translateX(25%);
    }
    100%{
        -o-transform:translateX(50%);
    }
}

@-webkit-keyframeskeyframes footer_wave{
    0%{
        -webkit-transform:translateX(0%);
    }
    50%{
        -webkit-transform:translateX(25%);
    }
    100%{
        -webkit-transform:translateX(50%);
    }
}

@media only screen and (max-width:600px){
    .main{
        width: 320px;
    }

    .footer-wave-box{
        display: none;
    }
}


/* .footer-animation{
    animation: footer_wave 5s linear infinite;
    left: auto;
    right: 0;
}

@keyframes footer-wave{
    0%{
        transform: translateX(0%);
    }
    50%{
        transform: translateX(50%);
    }
    100%{
        transform: translateX(100%);
    }
} */