@import url('https://fonts.googleapis.com/css2?family=Alkatra:wght@600&family=Delicious+Handrawn&family=Edu+NSW+ACT+Foundation&family=Fasthand&family=Fira+Sans:wght@100;200;300;400;500;600&family=Montserrat:ital,wght@0,100;0,200;0,300;0,800;1,100;1,400;1,600&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,700&family=Oswald:wght@700&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,900;1,100;1,200;1,400;1,600;1,900&family=Ubuntu:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alkatra:wght@600&family=Delicious+Handrawn&family=Edu+NSW+ACT+Foundation&family=Fasthand&family=Fira+Sans:wght@100;200;300;400;500;600&family=Montserrat:ital,wght@0,100;0,200;0,300;0,800;1,100;1,400;1,600&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,700&family=Oswald:wght@700&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,900;1,100;1,200;1,400;1,600;1,900&family=Ubuntu:wght@300;400;700&display=swap');
*{
    margin:0px;
    padding:0px;
}
body{
    width: 100%;
    margin:0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
}
a{
    text-decoration: none;
}
h1{
    font-size: 50px ;
    line-height: 64px;
}
h2{
    font-size:46px;
    line-height:54px ;
}
h4{
    font-size: 20px;
}
h3{
    font-weight: 900;
}
h6{
    font-weight: 700;
    font-size: 12px;
}
p{
    font-size: 16px;
    margin: 15px 0px 20px 0px;
}
.section-p1{
    padding: 40px 80px;
}
.margin-m1{
    margin: 40px 0px;
}
/*--------nav-bar------------------------ */
.navbar-nav{
   display: flex;
   justify-content: space-around;
   align-items: center;
   padding-right: 398px;
}
.navbar-nav >li{
    padding: 0px 27px;
}
.navbar-nav >li> a{
    color: #ffffff;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
}
.navbar-nav .nav-link.active,
.navbar-nav >li> a:hover{
    color: #FFFF00;
    
}
.navbar-toggler{
    background-color: transparent;
    margin-right: 24px;
    padding: 0%;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(https://img.icons8.com/external-yogi-aprelliyanto-basic-outline-yogi-aprelliyanto/64/null/external-menu-multimedia-yogi-aprelliyanto-basic-outline-yogi-aprelliyanto-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 74%;
    background-color: #fff;
    border-radius: 5px;
}
.logo{
    width:60%;
    padding-left: 80px;
  }
  .navbar.bg-light .navbar-nav .nav-item a{
    color: #000;
}
.navbar.bg-light .navbar-nav .nav-item .active,
.navbar.bg-light .navbar-nav .nav-item a:hover{
    color: #bd0b0b;
}
/*--------banner-section------------------ */
.banner-section{
    background-image: url('../Images/banner.png');
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 135px;
    height: auto;
    position: relative;
    padding-bottom: 50px;

}
 .banner-text{
    color: #ffffff;
    position: relative;
}
.banner-text h3{
    font-family: 'Ubuntu''sans-serif';
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 45px;
}
.banner-text h5{
    font-family: 'Ubuntu''sans-serif';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.form-box{
    position: relative;
    background-color: #ffffff;
    background-color: #F0F0F0;
    box-shadow:none;
    border-radius: 14px;
    padding:20px 24px; 
    box-shadow: 0px 14px 47px 4px rgba(0, 0, 0, 0.75); 
}
.form-box input{
    margin-bottom: 10px;
}
 .form-control,.form-select{ 
    background: #F4F3F3;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 11px;
    padding: 10px 10px 10px 10px; 
}
form .btn{ 
    background: linear-gradient(229.59deg, #BD0B0B -18.12%, #BD0B0B 114.61%);
    box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.31);
    border-radius: 12px; 
    border: 1px solid transparent;  
    color: #EEEEEE;
    font-weight: 700;
    padding: 6px 30px 6px 30px;
    margin-top: 20px;
}
form h3{
    text-align: center;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 29px;
    color: #250900;
}
form:focus~.form-control{
    outline: none;
}
.form-img img {
    position: absolute;
    top: -60px;
    left: -99px;
}
.icons{
    bottom: 100px;
    display: flex;
    z-index: 10;
}
.icons a{
    width: 80px;
    height: 80px;
    position: relative;
    margin: 10px 0;
    margin-right: 100px;
    cursor: pointer;
    border-radius: 50%;
    background: #0EAA31;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transition: all .3s linear;
    
}
.icons a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #fff;
    z-index: 2;
}
.icons a .overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: 0px;
    height: 80px;
    background: #0EAA31;
    border-radius: 0px 5px 5px 0px;
    transition: all 0.5s 0.3s ease;
    z-index: 1;
}
.icons a:hover{
    border-radius: 50px 5px 5px 50px;
}
.icons a .overlay p {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    transition: all 0.6s ease;
}
.icons a:hover .overlay {
    width: 130px;
    transition: all 0.5s ease;
}
.icons a:hover .overlay p {
    opacity: 1;
    transition: all 1s 0.2s ease;
}
.phone{
    font-size:28px ;
    padding:20px;
    background: #0EAA31;
    border-radius: 50%;
    z-index: 1;
    color: #ffffff;
    transition: left 0.4s linear;
}
.whatsapp{
    font-size:28px ;
    padding:20px;
    background: #0EAA31;
    border-radius: 50%;
    z-index: 1;
    margin-left:30px;
    color: #ffffff;
    transition: left 0.4s linear;
}
.phone:hover{
    border-top-right-radius: 0px;
    border-bottom-right-radius:0px;
}
.whatsapp:hover{
    border-top-right-radius: 0px;
    border-bottom-right-radius:0px;
}
.hover-p{
    width: 148px;
    height: 70px;
    background-color: #0EAA31;
    margin-left: -27px;
    margin-top: 0px; 
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 45px;
    display: none;
    border-radius: 5px;
    
}
.hover-w{
    width: 148px;
    height: 70px;
    background-color: #0EAA31;
    margin-left: -27px;
    margin-top: 0px; 
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 45px;
    display: none;
    border-radius: 5px;
}
.hover-p p,
.hover-w p{
    padding-left: 38px;
    color: #ffffff;
}
.phone:hover ~.hover-p{
    display: flex; 
}
.whatsapp:hover ~.hover-w{
    display: flex;
}
.medal .img-1{
    position: absolute;
    top: -117px;
    left: 1154px;
}
.medal .img-2{
    position: absolute;
    top: 111px;
    left: 1135px;
}

.highlit {
    padding-top: 56px;
   
} 
.perc{
    color: #fff;

}

/*----------------About-section----------- */
#about-section{
    padding-top: 70px;
    padding-bottom: 50px;
}
.over-img{
    position: absolute;
    top: 244px;
    left: -53px;
    border-top: 11px solid #fff;
    border-right: 11px solid #ffff;
    border-radius: 24px;
}
.figure-1{
    position: relative;
    left: 51px;
}
.about-dis{
    padding-top: 55px;
}
.about-dis h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 45px;
    color: #000000;
}
.about-dis h5{
    color: #BD0B0B;
    font-weight: 400;
}
.about-dis p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
.about-dis .btn{
    background: linear-gradient(229.59deg, #BD0B0B -18.12%, #BD0B0B 114.61%);
    box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.31);
    border-radius: 12px; 
    border: 1px solid transparent;  
    color: #EEEEEE;
    font-weight: 700;
    align-items: center;
    padding: 6px 35px 6px 35px;
    margin-top:22px;
}
/*--------------------------achievements-------------- */
.ach-box div{
    margin: 0px 0px 33px 0px;
}
.ach-box{
    background-image: url('../Images/Rectangle\ 10.png');
    width: 100%;
    background-size: cover;
    margin-top: 200px;
    display: flex;
    justify-content: space-between;
    padding: 50px 127px;
    text-align: center;
    flex-wrap: wrap;
}
.ach-box h2{
    font-family: 'Poppins';
    color: #F4F3F3;
}
.ach-box h5 span{
    color:#FFFF00;
}
.ach-box h5{
    color:#F4F3F3;
}
/*-------------------COURSES----------------- */
/* #courses{
    margin-left: 119px;
 } */
.course-head h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 18px;
    padding-top: 23px;
    text-align: left;
 }
 .course-head h2 span{
    color: #BD0B0B;
 }
#courses .an_container {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 40px 40px;
}
.an_container .card {
    display: block;
	position: relative;
    overflow: hidden;
	width: 389px;
    height: 154px;
	margin: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(10px); 
    border: none;
    outline: none;
    flex-wrap: wrap;
    background: rgba(59, 94, 105, 0.19);
    box-shadow: 0px 5px 19px rgba(0, 0, 0, 0.25); 
    border-radius: 14px;
}
.card .heading{
    position: relative;
    left: 30px;
    color: #000000;  
}
.card .heading h2{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}
.card .heading .h-6{
    width: 120px;
}
.card .image{
    position: relative;
    height: 100%;
    height: 100%;
    width: 73%; 
}
.card .image-2{
    position: relative;
    height: 100%;
    height: 100%;
    width: 91%;
    margin-top: -4px;
}
.card .image-3{
    position: relative;
    height: 100%;
    width: 62%;
}
.card .image-4{
    position: relative;
    height: 100%;
    width: 87%;
}
.card .image-5{
    position: relative;
    height: 100%;
    width: 71%;
}
.card .image-6 {
    position: relative;
    height: 100%;
    width: 65% !important;
}

.card .image img{
    position: absolute;
    right: 0;
    object-fit: cover;
    border-radius: 0px 10px 10px 0px;
    transition: 0.5s linear;
    width: 154px;
}
.card .image-2 img,
.card .image-4 img,
.card .image-5 img,
.card .image-6 img{
    height: 154px;
}
.card .overlay{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #BD0B0B;
    border-radius: 14px 0px 0px 14px;
    width: 88px;
    height: 197px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    transform: translateX(-100%);
    -webkit-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.card .overlay .content{
    top: 42px;
    right: 19px;
    position: relative;
}
.card .overlay .content p{
    transform: rotate(-90deg); 
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    display: flex;
    align-items: center;
    letter-spacing: 0.14em;
    color: #EEEEEE;
}
.card .overlay .content img{
    left: 29px;
    position: relative;
    bottom: 43px;
}
.an_container .card:hover .overlay{
    transform: translateX(0);
}
.an_container .card:hover .image img{
    transform: scale(1.1) ;
    width: 300px;
    height: 154px;
}
/* .an_container .card:hover .image-2 img{
    transform: scale(1.4) rotateX(1deg);
    width: 82%;
    height: 154px;
}
.an_container .card:hover .image-3 img{
    transform: scale(1.1) rotateX(1deg);
    width: 120%;
    height: 154px;
}
.an_container .card:hover .image-4 img{
    transform: scale(1.1) rotateX(1deg);
    width: 85%;
    height: 154px;
}
.an_container .card:hover .image-5 img{
    transform: scale(1.4) rotateX(1deg);
    width: 110%;
    height: 154px;
}
.an_container .card:hover .image-6 img{
    transform: scale(1.1) rotateX(1deg);
    width: 150%; 
    height: 154px;
} */
/*--------------------enroll------------------------- */
#enroll{
    width: 100%;
    background-image: url('../Images/Rectangle\ 31.png');
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.enroll-p1{
    padding-top: 30px;
}
.enroll-p2 {
    margin-left: 0px;
    padding-top: 30px;
}
.enroll-head h2{
    font-family: 'poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 44px;
    color: #FFFFFF;
}
.enroll-para p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
.enroll-head-1 h2{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 55px;
    color: #FFFF00;
}
.round{
    position: absolute;
}
.ufo {
    position: absolute;
    right: 0;
    top: -55px;
    width: 261px;
    animation: ufo 8s ease-in-out infinite ;
    animation-delay: 2s;
    transition:10s;
}
.round-1{
    right: 96.23%;
    top: 9.29%;
  
}
.round-2{
    left: 6.46%;
    right: 91.73%;
    top: 72.38%;
}
.round-3{
    left: 25.49%;
    right: 70.01%;
    top: 0%;
    bottom: 84.05%; 
}
.round-4{
    left: 16.01%;
    right: 79.49%;
    top: 84.05%;
    bottom: 0%;
}
.round-5{
    left: 35.77%;
    right: 61.36%;
    top: 72.94%;
    bottom: 16.9%;
}
.round-6{
    left: 55.28%;
    right: 40.95%;
    top: 92.14%;
    bottom: -5.48%;
}
.round-7{
    left: 78.59%;
    right: 19.28%;
    top: 10.3%;
    bottom: 71.14%;
}
.round-8{
    left: 82.38%;
    right: 13.11%;
    top: 79.38%;
    bottom: 11.67%;
}
.round{
    animation: spin 8s ease-in-out infinite;
    transition:2s ;
}
@keyframes spin {
    0%{
      transform: translateX(0%) translateY(0%) translateZ(0%);
    }
    50%{
      transform: translateX(50%) translate(50%) translateY(50%);
    }
    100%{
        transform: translateX(0%) translateY(0%) translateZ(0%);
    }
  }
  @keyframes ufo {
    0% {
      transform: translateX(0%) translateY(0%) translateZ(0%);
    }
    50% {
      transform: translateX(-30%)  translateY(30%);
    }
    100%{
        transform: translateX(0%)  translateY(0%);
    }

  }
/*-----------------------footer--------------------------- */
footer{
    background-image: url('../Images/Rectangle\ 26.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 77px;
}
.contact{
    padding-top: 30px;
}
.contact img{
    width: 35px;
}
.footer p{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
}
.footer p a{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}
.footer p span{
    color: #FFFF00;
}
.footer-1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-1 p{
    padding-left: 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}
.footer-1 p span{
    color: #FFFF00;
}
.footer-logo{
    display: flex;
    justify-content: center;
    padding-top:35px;
    align-items: center;
    flex-direction: column;
}
.footer-logo p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
    width: 376px;
}
.social-media{
    text-align: center;
}
.social-i{
    background-color: #BD0B0B;
    padding: 10px;
    border-radius: 50%;
    font-size: 20px;
    margin-left: 15px;
}
.line{
    width: 100%;
    background-color: #FFFFFF;
    height: 1px;
    padding: 0%;
    margin: 0%;
}
.copyright{
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 50px;
    color: #FFFFFF;
}
.copyright p span a{
    color:#FFFF00;
}
.copyright p {
    margin: 15px 0px 0px 0px;
}
.year{
    display: flex;
    /* padding: 30px; */
    color: #ffff;
    flex-wrap: wrap;
}
.year span{
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    background: #00000052;
    opacity: 1;
    backdrop-filter: blur(2px);
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
    box-shadow: 4px 5px 10px #0000009e;
    /* padding-right: 80px; */
}
  .year span::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: conic-gradient(transparent, #fefd9e, transparent 30%);
    -webkit-animation: rotate 4s linear infinite;
            animation: rotate 4s linear infinite;
  }
  @-webkit-keyframes rotate {
    100% {
      transform: rotate(1turn);
    }
  }
  
  @keyframes rotate {
    100% {
      transform: rotate(1turn);
    }
  }
  .year span::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: #0c101e;
    border-radius: 5px;
  }
  @keyframes glowing {
    0% {
      transform: rotate(0);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  

.year span h4{
    text-align: center;
    padding-left: 4px;
    color: yellow;
}
.form-control:focus{
    outline: none !important;
    border: none !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    background: #F4F3F3;
}

.photos .photo-item {
    position: relative;
}
.photos .photo-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
    /*margin-bottom: 5px;*/
}
.photos .photo-item .photo-text-more {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.photos .photo-item .photo-text-more .icon {
    color: #fff;
    font-size: 20px;
}
.photos .photo-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    height: 100%;
}
.photos .photo-item:hover .photo-text-more {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.photos .photo-item:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.photos .photo-text-more i{
    color: #FFFF00;
    font-size: 25px;
}
.p-0{
    padding: 0;
}
.pb-20{
    padding-bottom: 20px;
}
.pt-30{
    padding-top: 30px;
}
.mb-0{
    margin-bottom: 0;
}
.pb-30{
    padding-bottom:30px;
}
@media screen and (max-width:992px){
    .figure-1{
        left:0;
    }
    .over-img {
        left: -50px;
        max-width: 100%;
        display: none;
    }
    .navbar-nav{
        padding-right: 0px;
    }
    .navbar-nav{
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: rgb(255 255 255);
        color: #ffffff00;
        padding: 20px 0px 20px 0px;
    }
    .navbar-nav >li> a{
        color: #bd0b0b;
        font-weight: 600;
        text-transform: uppercase;
    }
    .navbar-nav > li{
        padding: 0px 0px;
    }
    .navbar-nav .nav-link.active, .navbar-nav >li> a:hover{
        color: #000;
    }
    .logo{
        width:110px;
        padding-left: 22px;
        padding-top: 0px;
    }
    .navbar{
        background-color: transparent;
        height: 70px;
        padding: 0;
    }
    .icons a{
        width: 50px;
        height: 50px;
        margin: 0;
        border-radius: 0;
    }
    .icons a .overlay {
        height: 50px;
    }
    .icons a:hover .overlay {
        width: 100px;
    }
    .icons a .overlay p {
        line-height: 20px;
    }
    .photos .photo-item img {
        height: 230px;
    }
}
@media screen and (max-width:768px){
    .year{
        align-items: center;
        justify-content: center;
        padding: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .year span{
        margin: 5px;
    }
    .year span img{
        width: 50px;
    }
    .year span .p-img-1{
        width: 75px !important;
    }
    .year span h4{
        font-size: 12px;
    }
    .an_container .card{
        width: 300px;
    }
    .section-p1 {
    padding: 40px 20px;
    }
    .photos .photo-item img {
        height: 200px;
    }
}


@media screen and (max-width:320px){
    .year{
        display: grid;
        align-items: center;
        justify-content: center;
    }
    .year span{
        width: fit-content;
    }
   
}