.home_hero{
    padding:80px 0px;
    background: url('../image/home-hero.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 150%;
    color: #D68200;
}

.hero-des{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #d1d1d1;

}

.act{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;
    color: #FFFFFF;
    text-decoration: none;
    background: #d68200;
    border-radius: 10px;
    padding: 5px 55px;
    width: fit-content;
    display: block;
}
.section-title{
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #D68200;
    border-bottom: 5px solid #D68200;
    padding: 0px 38px;
    padding-bottom: 10px;
    width: fit-content;
    text-transform: uppercase;
}
.section-des{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #7C7A77;
}

section{
    padding: 50px 0px;
}

#about-section{
    background: url("../image/home-about-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 0px;
}

#about-section .container-xl{
    padding-bottom: 50px;
}
.section-divider{
    width:90vw;
    margin:0px auto;
    min-height: 2px;
    max-height: 2px;
    background:#D68200;
    position: relative;
}
.section-divider::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D68200;
    left:0;
    top:50%;
    transform: translateY(-50%);
}
.section-divider::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D68200;
    right:0;
    top:50%;
    transform: translateY(-50%);
}

.branch{
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.branch p{
    background: rgba(214, 130, 0, 0.75);
    text-align: center;
    height: fit-content;
    width: fit-content;
    padding: 3px 35px;
    border-radius: 0px 0px 10px 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    font-family: 'Poppins';
    color: #FFF !important;
    line-height: 150%;
}


.course-card{
    box-shadow: 0px 3.6052px 3.6052px rgba(0, 0, 0, 0.25);
}

.courses-title{
    text-transform: capitalize;
    color: #204756;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    border-bottom: 3px solid #204756;
    width: fit-content;
    padding-bottom: 5px;
}

.course-image{
    width: 100%;
    object-fit: cover;
    height: 260px;
    border-radius: 10px 10px 0px 0px;
}

.course-name{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    color: #D68200;
}

.lecturer_img{
    width:70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.lecturer_name , .lecturer_title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 80%;
    color: rgba(0, 0, 0, 0.59);
}

.lecturer_title{
    font-size: 18px;
}

.course-card-body, .course-card-footer{
    border-radius: 0px 0px 10px 10px;
}

.course-card-footer{
    background: #F0EFEF;
}

.c-footerd{
    color: rgba(0, 0, 0, 0.59);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}

#ex-new-world{
    background: #373737;
    overflow: hidden;
}

.ex-title{
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins';
    color: #D68200;
    line-height: 150%;
}
.ex-title span{
    font-weight: 500;
    color: #FFF;
}

@keyframes left2right {
    0% {
        transform: translateX(-150%);
    }
    100%{
        transform: translateX(150%);
    }
}
@keyframes right2left {
    0% {
        transform: translateX(150%);
    }
    100%{
        transform: translateX(-150%);
    }
}
@keyframes sunrise {
    0% {
        left:80%;
        top:-50%;
        transform: scale(0);
    }
    10%{
        top:-20%;
        left:80%;
        transform: scale(0.5);
    }
    50%{
        transform: scale(1);
        top:0;
        left:0;
    }
    90%{
        left:-20%;
        top: -20%;
        transform: scale(0.5);
    }
    100%{
        top: -100%;
        left: -40%;
        transform: scale(0);
    }
}
.ex-bg{
    width: 400px;
    height: 400px;
    left: 20%;
    top: 0;
    border-radius: 50%;
    background: #D68200;
    animation-name: sunrise;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}
.ex-bg::after{
    content:"KAYAN COLLEGE";
    position: absolute;
    top: 50%;
    left:-50%;
    font-size: 90px;
    font-weight: 700;
    font-family: 'Poppins';
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 1px #0D0D0D;
    text-stroke: 1px #0D0D0D;
    text-shadow: none;
    animation: left2right;
    animation-duration: 15s;
    animation-iteration-count: infinite;

}
.ex-bg::before{
    content:"KAYAN COLLEGE";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 90px;
    font-weight: 700;
    font-family: 'Poppins';
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
    text-shadow: none;
    animation: right2left;
    animation-duration: 15s;
    animation-iteration-count: infinite;

}

.ex-image{
    height: 180%;
    top: -10%;
}

#blog-section{
    background: url('../image/home-about-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
}

.article-card{
    box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}
.article-image{
    border-radius: 10px 10px 0px 0px;
    border-bottom: 7px solid #D68200;
    object-fit: cover;
    height: 250px;
}
.article-name{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #D68200;
}


.review-card{
    background: #373737;
    border-radius: 10px;
}

.review-content{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color:#FFF;
}

.student-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.student-name{
    margin-bottom: 0px;
    font-family: 'Poppins';
    font-size: 20px;
    color: #D68200;
    font-weight: 400;
    line-height: 150%;
}
.r-in{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #FFF;
    margin-bottom: 0px;
    line-height: 150%;
}

#input-container{
    width: 60%;
}

#cert_num{
    background:none;
    border: none;
    outline:none;
    width: 100%;
    height: 70px;
    background:none;
    border-radius: 10px;
    border: 1px solid #D68200;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding-right: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
}
#cert_ser_sub{
    background:none;
    border:none;
    outline:none;
    right:0;
    height: 100%;
    width:90px;
    background: #D68200;
    border-radius: 0px 10px 10px 0px;
}
@media screen and (max-width: 992px) {
    .home_hero{
        padding-bottom: 60px;
    }
    
    .hero-title{
        font-size: 40px;
    }
    
    .hero-des{
        font-size: 28px;
    }
    
    .act{
        font-size: 28px;
        padding: 8px 48px;
    }

    .section-title{
        font-size: 28px;
        border-bottom: 4px solid #D68200;
        padding: 0px 34px;
        padding-bottom: 2px;
    }
    .section-des{
        font-size: 20px;
    }
    
    section{
        padding: 40px 0px;
    }
    
    #about-section .container-xl{
        padding-bottom: 40px;
    }

    .section-divider{
        width:95vw;
        min-height: 1.5px;
        max-height: 1.5px;
    }
    .section-divider::after{
        width: 8px;
        height: 8px;
    }
    .section-divider::before{
        width: 8px;
        height: 8px;
    }
    .branch p{
        padding: 3px 30px;
        font-size: 16px;
    }
    
    
    .course-card{
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    }
    
    .course-image{
        height: 240px;
    }
    
    .course-name{
        font-size: 22px;
    }
    
    .lecturer_img{
        width:65px;
        height: 65px;
    }
    
    .lecturer_name , .lecturer_title{
        font-size: 20px;
    }
    
    .lecturer_title{
        font-size: 17px;
    }
    
    .c-footerd{
        font-size: 17px;
    }
    .ex-title{
        font-size: 28px;
    }
    .ex-bg{
        width: 300px;
        height: 300px;
    }
    .ex-bg::after{
        font-size: 80px;    
    }
    .ex-bg::before{
        font-size: 80px;
    }
    
    .ex-image{
        height: 140%;
        top: 25%;
    }
    
    .article-card{
        box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.08);
    }
    .article-image{
        border-bottom: 6px solid #D68200;
        height: 240px;
    }
    .article-name{
        font-size: 20px;
    }
    
    
    .review-content{
        font-size: 17px;
    }
    
    .student-img {
        width: 55px;
        height: 55px;
    }
    .student-name{
        font-size: 18px;
    }
    .r-in{
        font-size: 16px;
    }
    
    #input-container{
        width: 60%;
    }
    
    #cert_num{
        height: 65px;
        font-size: 18px;
        padding-left: 110px;
        padding-top: 18px;
        padding-bottom: 18px;
        padding-right: 8px;
    }
    #cert_ser_sub{
        width:80px;
    }
}

@media screen and (max-width: 768px) {
    .home_hero{
        padding-bottom: 50px;
    }
    
    .hero-title{
        font-size: 24px;
    }
    
    .hero-des{
        font-size: 18px;
    }
    
    .act{
        font-size: 20px;
        padding: 7px 30px;
    }

    .section-title{
        font-size: 20px;
        border-bottom: 3px solid #D68200;
        padding: 0px 5px;
    }
    .section-des{
        font-size: 18px;
    }
    
    section{
        padding: 30px 0px;
    }
    
    #about-section .container-xl{
        padding-bottom: 30px;
    }

    .section-divider{
        width:97vw;
        min-height: 1px;
        max-height: 1px;
    }
    .section-divider::after{
        width: 5px;
        height: 5px;
    }
    .section-divider::before{
        width: 5px;
        height: 5px;
    }
    .branch p{
        padding: 2px 25px;
        font-size: 14px;
    }
    
    
    .course-card{
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    }
    
    .course-image{
        height: 230px;
    }
    
    .course-name{
        font-size: 18px;
    }
    
    .lecturer_img{
        width:60px;
        height: 60px;
    }
    
    .lecturer_name , .lecturer_title{
        font-size: 18px;
    }
    
    .lecturer_title{
        font-size: 16px;
    }
    
    .c-footerd{
        font-size: 16px;
    }
    .ex-title{
        font-size: 24px;
    }
    .ex-bg{
        width: 200px;
        height: 200px;
    }
    .ex-bg::after{
        font-size: 70px;    
    }
    .ex-bg::before{
        font-size: 70px;
    }
    
    .ex-image{
        height: 120%;
        top: 40%;
    }
    
    .article-card{
        box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.08);
    }
    .article-image{
        border-bottom: 4px solid #D68200;
        height: 230px;
    }
    .article-name{
        font-size: 18px;
    }
    
    
    .review-content{
        font-size: 16px;
    }
    
    .student-img {
        width: 50px;
        height: 50px;
    }
    .student-name{
        font-size: 16px;
    }
    .r-in{
        font-size: 14px;
    }
    
    #input-container{
        width: 100%;
    }
    
    #cert_num{
        height: 60px;
        font-size: 16px;
        padding-left: 80px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 6px;
    }
    #cert_ser_sub{
        width:70px;
    }
}

@media screen and (max-width: 630px) {
    .ex-title{
        font-size: 20px;
    }
    .ex-bg{
        width: 180px;
        height: 180px;
    }
    .ex-bg::after{
        font-size: 60px;    
    }
    .ex-bg::before{
        font-size: 60px;
    }
    
    .ex-image{
        height: 110%;
        top: 60%;
    }
}

@media screen and (max-width: 490px) {
    .ex-title{
        font-size:18px;
    }
    .ex-bg{
        width: 150px;
        height: 150px;
    }
    .ex-bg::after{
        font-size: 50px;    
    }
    .ex-bg::before{
        font-size: 50px;
    }
    
    .ex-image{
        height: 100%;
        top: 60%;
    }
}

@media screen and (max-width: 420px) {
    .ex-bg{
        width: 140px;
        height: 140px;
    }
    .ex-bg::after{
        font-size: 40px;    
    }
    .ex-bg::before{
        font-size: 40px;
    }
    
    .ex-image{
        height: 90%;
        top: 70%;
    }
}

@media screen and (max-width: 380px) {
    .ex-bg{
        width: 100px;
        height: 100px;
    }
    .ex-bg::after{
        font-size: 30px;    
    }
    .ex-bg::before{
        font-size: 30px;
    }
    
    .ex-image{
        height: 80%;
        top: 60%;
    }
}

@media screen and (max-width: 340px) {
    .ex-bg{
        width: 80px;
        height: 80px;
    }
    .ex-bg::after{
        font-size: 28px;    
    }
    .ex-bg::before{
        font-size: 28px;
    }
    
    .ex-image{
        height: 80%;
        top: 60%;
    }
}