.section.section-banner-single {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;

}

.section.section-banner-single .bg-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 1;
    backface-visibility: hidden;
    background: linear-gradient(45deg, #333333 0%, rgba(56, 37, 42, 0.85) 100%);
    opacity: 0.8;
}

.text-555555 {
    color: #555555;
}

.section.section-banner-single .content {
    color: #f5f0eb;
    /*     padding: 15rem 0; */
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.font-fourth {
    font-family: 'Georgia', sans-serif;
}

.font-calibri {
    font-family: 'Calibri', sans-serif;
}

.section-about-duran {
    background-color: #faf7f2;
}

.section-about-duran .box-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.section-about-duran .box-image img {
    width: 50rem;
}

@media (max-width: 991px) {
    .section-about-duran .box-image {
        margin-top: 4rem;
    }
}

/*.section-video .video-wrapper video {*/
/*    width: 100%;*/
/*    height: 85vh;*/
/*}*/

.section-video {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.section-video .container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.section-video .title {
    flex-shrink: 0;
}

.video-wrapper {
    flex: 1;
    display: flex;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.button-hero .btn.btn-primary:hover {
    background-color: #e6005c;
    border-color: #e6005c;
    color: #fff;
}

.button-hero .btn.btn-primary::after {
    display: none;
}

.section-our-programmes .list .item {
    min-height: 50rem;
    padding: 2.4rem;
    border: 1px solid #e0e0e0;
    border-top: 5px solid #ff0066;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-our-programmes .list .item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-top-color: #e6005c;
}

.section-our-programmes .list .item .button .btn {
    transition: all 0.3s ease;
}

.section-our-programmes .list .item:hover .button .btn {
    background-color: #e6005c;
    border-color: #e6005c;
    color: #fff;
}

.section-our-programmes .list .item .button {
    margin-top: auto;
}

.section-our-programmes .list .item .description {
    font-size: 1.4rem;
}

.section-our-programmes .list .item .button-hero a {
    width: 100%;
    justify-content: center;
}

.text-1a1a1a {
    color: #1a1a1a;
}

.text-555 {
    color: #555555;
}

.section-course-modules {
    background-color: #faf7f2;
}

.section-course-modules .list .course-module-item {
    display: flex;
    align-items: flex-start;
    padding: 1rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.section-course-modules .list .course-module-item .icon {
    color: #ff0066;
    margin-right: 2rem;

}

.section-course-modules .list .course-module-item .icon svg {
    width: 3rem;
    height: 3rem;
}

.section-enrollment {
    background-color: #1a1a1a;
}

.bg-cream {
    background-color: #faf7f2;
}

/* .card-animate {
  opacity: 0;
  transform: translateY(20px);
} */
.card-animate {
    opacity: 0;
    will-change: opacity;
}

