.single-page-top-about {
    background-image: url('../images/about/about_cover.jpg');
    background-size: cover;
    object-fit: contain;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-page-top-admission {
    background-image: url('../images/about/admision_cover.jpg');
    background-size: cover;
    object-fit: contain;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .kz-title-container {} */

.single-page-title {
    padding: 1em;
    min-width: 20rem;
    white-space: nowrap;
    height: 11rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;

}

.single-page-title p {
    background-color: #CAB15D85;
    font-size: 2.75em;
    padding: 1em;
}

.caligraphy-font {
    font-family: "bickham";
    color: #000;
    font-size: 1.25em;
}

.kz-can-do {
    padding: 1.5em 2em !important;
}

.kz-can-do p {
    margin-top: 0.5em;
}

.can-do-title {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    color: var(--dark-blue);
}

.admission .row {
    padding-right: 0;
}

.can-do-detais {
    text-align: center;
    padding: 2em 0em;
}

.kz-card-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.card-title {
    text-align: center;
    color: var(--dark-blue);
    padding-top: 1em;
    font-size: 1.5em;
    font-weight: bold;
}

.card-title p {
    margin-bottom: 0rem !important;
}

p {
    margin-bottom: 0rem !important;
}

.card-button p {
    margin-bottom: 0rem !important;
}

.card-button {
    border: 1px solid var(--dark-blue);
    color: var(--dark-blue);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em .5em;
    margin-bottom: 1em;
    background: linear-gradient(to left, white 50%, var(--dark-blue) 50%) right;
    background-size: 200%;
    transition: .3s ease-out;
}

.card-button:hover {
    background-position: left;
    color: #fff;
}



.card-details-2 {
    padding: 0em 1.5em;
}

.kz-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em 0em;
}

.kz-main-btn {
    background-color: var(--golden);
    font-size: 1.25em;
    padding: 1em 3em;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.section-gap {
    padding: 1em 0em;
}

.kz-title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.section-title {
    font-size: 1.65em;
    font-weight: bold;
}

.section-icon {
    width: 120px;
}

.img-content {
    margin: 1em 0em;
    position: relative;
}

.content-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.text-content {
    position: absolute;
    width: 30%;
    background-color: #CAB15D95;
    color: #fff;
    right: 2.5em;
    bottom: 2em;
    padding: 1.25em;
}

.feature-card {
    margin: .5em 0em;
    background-color: #7d7d7d75;
    text-align: center;
    padding: 1.85em 0em;
    font-size: 1.25em;
    color: var(--dark-blue);
    font-weight: bold;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.details-text {
    padding: 2em 0em;
    text-align: justify;
}

.card-left-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--dark-blue);
    font-weight: bold;
    padding: 0 !important;
}

.kz-big-card {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 3em 0em;
}

.horizontal-line {
    padding: 2em 0em;
    width: 90%;

}

.hr-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-space {
    padding: 1em 0em;
}

.main-content-single {
    background-image: url('../images/background.svg');
    background-repeat: repeat;
    object-fit: cover;
    overflow: hidden;
}

.kz-feture-text {
    padding: 0em 2em;
}

.kz-details-container {
    padding: 2em 0em;
}

.kz-feature-title {
    padding: 1em 0em;
    font-weight: bold;
    text-align: center;
    color: var(--dark-blue);
}

.img-container {
    padding-top: 4em;
}