.logo {
    max-width: 240px;
}

.headertop {
    text-align: right;
}

.headertop ul {
    list-style: none;
    display: flex;
    gap: 20px;
    background-color: var(--second);
    margin: 0;
}

.headertop ul li a i {
    margin-right: 12px;
}

.headertop ul li a {
    color: #fff;
    transition: 0.5s;
}

.headertop ul li a:hover {
    color: #fff;
    letter-spacing: 1px;
}

.play {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    align-items: center;
    vertical-align: middle;
    top: 46%;
    background: var(--primary);
    border: 1px solid var(--primary);
    width: 60px;
    height: 60px;
    margin: 0 auto;
    color: var(--second);
    border-radius: 50px;
    font-size: 9px;
    padding-left: 21px;
    padding-top: 15px;
    transition: 0.5s;
}

.play:hover {
    transform: scale(1.2);
}

.course-item img {
    height: 290px;
    width: 100%;
    object-fit: contain;
}

.contact-flag {
    width: 24px;
    margin-right: 7px;
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)),
        url(../images/banner1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.about-img {
    width: 100%;
    padding: 9px;
    box-shadow: 0px 0px 14px 0px rgb(123 123 123 / 25%);
    border-radius: 6px;
}

.about-img img {
    border-radius: 6px;
}

.about-para {
    text-align: justify;
    font-size: 20px;
    padding-top: 37px;
    justify-content: revert;
    line-height: 35px;
}

.course-sub {
    padding-left: 25px;
}

.course-sub p {
    position: relative;
}

.course-sub p i {
    position: absolute;
    left: -20px;
    top: 5px;
}

.facilities {
    background: #d6fdff4d;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 0px 18px -16px #696969;
    margin-top: 50px;
}

.team-item {
    transition: 0.5s;
}

.team-item:hover {
    transform: translateY(-20px);
}

.gallery img {
    max-width: 100%;
    height: 400px;
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

.footer-gallery img {
    width: 150px;
    height: 63px;
    object-fit: cover;
}

.reg-card {
    padding: 30px 25px;
    box-shadow: 0px 0px 20px -16px #00000096;
    border-radius: 20px;
}

.text-right {
    text-align: right;
}

.formheading {
    background-color: var(--primary);
    margin: 20px 0;
    padding: 10px;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    box-shadow: 1px 14px 20px -22px #000;
}

.regform .form-group {
    margin: 10px;
}

.lat-modal .btn-close {
    background-color: #fff;
    border-radius: 24px;
}

.lat-modal .modal-header {
    text-align: center;
    background: var(--primary);
}

.lat-modal .modal-title {
    color: #fff;
}

.start-show {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999;
    top: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #2f2e2eab;
}

.start-show img {
    max-width: 80%;
    cursor: pointer;
}

.start-show span {
    cursor: pointer;
    color: #fff;
    text-align: center;
}

.team-img {
    height: 250px;
    width: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {

    .headertop ul,
    .headertop ul li a {
        padding-left: 0;
    }

    .headertop ul {
        gap: 0;
        justify-content: center;
    }
}

@media (max-width: 997px) {
    .sm-w-100 {
        width: 100%;
    }
}