@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap ');


*{
    text-transform: capitalize;
	font-family: 'poppins';
    transition: .3s;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
a{
    text-decoration: none;
}
html{
    overflow-x: hidden;
}
body{
    scroll-behavior: smooth;
}
.menubtn{
    display: none;
}
.menubtn i{
    font-size: 25px;
    cursor: pointer;
}
.custom-h4{
    text-transform: lowercase;
}
/* header section start here */

#header{
    position: fixed;
    background-color: #f88f05;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.topbar{
    padding: 0px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.logo img{
    width: 150px;
    margin-top: 10px;
}

.menu{
    display: flex;
}
.menu a{
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-style: normal;
    color: white;
    margin-left: 5px;
    position: relative;
}
.menu a::after{
    display: block;
    content: '';
    margin: auto;
    width: 0%;
    height: 2px;
    background-color: #fff;
    transition: .3s;
}
.menu a:hover::after{
    width: 100%;
}

.responsive{
    padding: 0 5%;
    background-image:  linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(../images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
.text-box{
    width: 80%;
    margin: 0 auto;
    padding-top: 20%;
    left: 50%;
    text-align: center;
}
.text-box h1{
    color: white;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 600;
}
.text-box p{
    color: white;
    font-size: 16px;
    width: 55%;
    margin: 0 auto;
    margin-top: 10px;
    font-weight: 400;
}
.text-box button{
    background: transparent;
    color: white;
    padding: 10px 20px;
    border: 2px solid white;
    cursor: pointer;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 20px;
    transition: .3s;
}
.text-box button:hover{
    background: #f88f05;
    color: white;
    border: 2px solid #f88f05;
}

/* header section end here */

/* course section end here */
#course{
    padding: 50px 5%;
}
.heading{
    text-align: center;
}
.heading h2{
    color: black;
    font-size: 30px;
    padding-top: 20px;
}
.heading p{
    color: rgb(189, 189, 189);
    font-size: 16px;
    font-weight: 400;
}
.course-warp{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.course-box{
    text-align: center;
    padding: 10px;
    background: #ffcd70;
    border-radius: 5px;
    margin: 0 10px;
    cursor: pointer;
    transition: .3s;
}
.course-box:hover{
    background: #f88f05d0;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}
.course-box:hover h2{
    color: white;
}
.course-box:hover p{
    color: white;
}
.course-box h2{
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0;
    color: rgb(0, 0, 0);
}
.course-box p{
    font-size: 16px;
    color: rgb(0, 0, 0);
    text-align: center;
    line-height: 20px;
    padding-bottom: 10px;
}

/* campus section end here */
#campus{
    padding: 50px 5%;
}
.campus-warper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.campus-box{
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    flex-basis: 30%;
    height: 80vh;
}
.campus-box img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.hover-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 10px;
    transition: .3s;
}
.campus-box:hover .hover-text{
    background: rgba(226, 0, 0, 0.7);
}
.hover-text h2{
    color: white;
    font-size: 26px;
    text-transform: uppercase;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: .3s;
}
.campus-box:hover .hover-text h2{
    opacity: 1;
    bottom: 49%;
}

/* facilities section end here */
#facilities{
    padding: 50px 5%;
}
.facilities-warper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}
.facilities-box{
    flex-basis: 30%;
    cursor: pointer;
}
.facilities-box img{
    width: 100%;
    border-radius: 10px;
}
.facilities-text h2{
    font-size: 24px;
    font-weight: 500;
    color: black;
}
.facilities-text p{
    font-size: 16px;
    color: rgb(182, 182, 182);
}

/* facilities section end here */

/* client section end here */
#client{
    padding: 50px 5%;
}
.client-warper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.client-box{
    display: flex;
    background: #f88f0591;
    padding: 20px;
    border-radius: 10px;
    flex-basis: 45%;
    cursor: pointer;
}
.client-box img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 100%;
}
.client-text-box p{
    font-size: 16px;
    line-height: 20px;
    color: white;
}
.client-text-box h2{
    margin-top: 10px;
    color: black;
    font-size: 20px;
}
.star i{
    color: #f88f05;
    font-size: 12px;
}
/* play-btn section end here */
#play-btn{
    padding: 50px 5%;
}
.play-btn-text{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/banner2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.play-btn-text h2{
    color: white;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}
.play-btn-text button{
    background: transparent;
    color: white;
    border: 2px solid white;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 20px;
    text-transform: capitalize;
    margin-top: 20px;
    transition: .3s;
}
.play-btn-text button:hover{
    background: #f88f05;
    color: white;
    border: 2px solid #f88f05;
}

/* footer section end here */
#footer{
    padding: 0px 5%;
    padding-top: 25px;
    text-align: center;
}
.footer-top h2{
    font-size: 30px;
    font-weight: 600;
}
.footer-top p{
    width: 60%;
    font-size: 16px;
    line-height: 20px;
    color: black;
    margin: 0 auto;
    padding: 10px;
}
.social-link{
    cursor: pointer;
}
.social-link a{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: transparent;
    display: inline-block;
    border: 1px solid #f88f05;
    transition: .3s;
}
.social-link a:hover{
    background-color: #f88f05;
}
.social-link a:hover i{
    color: white !important;
}
.social-link i{
    padding: 5px;
    padding-top: 6px;
    font-size: 16px;
    align-items: center;
    text-align: center;
    cursor: pointer;
    color:#f88f05;
}
.copyright-tex p{
    color: black;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.copyright-tex p i{
    color: #f88f05;
}
.copyright-tex p span{
    text-transform: uppercase;
}
/* footer section end here */





/* About.html File Css */
.about-section{
    padding: 60px 5%;
}
.about-section-warper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-left-section{
    flex-basis: 45%;
}
.about-left-section h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about-left-section p{
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.about-right-section{
    flex-basis: 45%;
}
.about-right-section img{
    width: 100%;
    border-radius: 10px;
}
.about-left-section button{
    background: #f88f05cc;
    color: white;
    border: 2px solid #f88f05;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 20px;
    text-transform: capitalize;
    margin-top: 20px;
    transition: .3s;
}
.about-left-section button:hover{
    background: #f88f05;
    color: white;
    border: 2px solid #f88f05;
}
.about-responsive{
    padding: 0 5%;
    background-image:  linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(../images/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
}

/* Course.html File Css */
.course-responsive{
    padding: 0 5%;
    background-image:  linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(../images/library.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
}
/* Blog.html File Css */
.blog-responsive{
    padding: 0 5%;
    background-image:  linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(../images/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
}
.blog-responsive .text-box h1{
    font-size: 40px !important;
}
.blog-post{
    padding: 50px 5%;
    padding-bottom: 60px;
}
.blog-post-warper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog-post-left{
    flex-basis: 60%;
}
.blog-post-left img{
    width: 100%;
    border-radius: 10px;
}
.blog-post-left h2{
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
}
.blog-post-left p{
    font-size: 16px;
    line-height: 25px;
    color: black;
    text-align: justify;
}
.coment-box{
    border: 2px solid rgba(206, 204, 204, 0.342);
    padding: 10px 10px;
    border-radius: 2px;
    margin-top: 20px;
}
.comment-box-warper{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.comment-box-warper h2{
    font-size: 21px;
    font-weight: 600;
}
.comment-box-warper input{
    width: 98%;
    height: 40px;
    background: rgba(206, 204, 204, 0.164);
    color: black;
    padding: 2px 5px;
    outline: none;
    font-size: 16px;
    border: 0;
    border-radius: 2px;
    margin-bottom: 20px;
}
.comment-box-warper textarea{
    width: 98%;
    height: 80px;
    background: rgba(206, 204, 204, 0.164);
    color: black;
    padding: 2px 5px;
    outline: none;
    font-size: 16px;
    border: 0;
    border-radius: 2px;
    resize: none;
    margin-bottom: 20px;
}
#comment-submit{
    width: 250px;
    background: #f88f05cc;
    color: white;
    border: 2px solid #f88f05;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: .3s;
}
#comment-submit:hover{
    background: #f88f05;
    color: white;
    border: 2px solid #f88f05;
}
.blog-post-right{
    flex-basis: 35%;
}
.blog-post-right h2{
    background: #f88f05;
    color: white;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
.post-nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.post-name h2{
    font-size: 22px;
    font-weight: 400;
    color: black;
    background: transparent;
}
.post-counter span{
    font-size: 22px;
    font-weight: 400;
    color: black;
    background: transparent;
}
/* contact.html file css */
.contact-us{
    padding: 50px 5%;
    margin-bottom: 20px;
}
.contact-us-warper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-us-left{
    flex-basis: 45%;
}
.contact-us-right{
    flex-basis: 50%;
}
.ccontat-information{
    padding-top: 20px;
}
.contact-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0;
}
.contact-box i{
    flex-basis: 10%;
    color: #f88f05;
    font-size: 34px;
    margin-top: 12px;
    margin-bottom: 50px;
}
.place{
    flex-basis: 88%;
}
.place h4{
    font-size: 26px;
    font-weight: 500;
}
.place h5{
    font-size: 16px;
    font-weight: normal;
}
.mapp{
    padding: 50px 5%;
}
.mappp{
    width: 100%;
    height: 80vh;
    border-radius: 10px;
}
.contact-responsive{
    padding: 0 5%;
    background-image:  linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(../images/banner2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
}