@font-face {
    font-family: lucidity-condensed;
    src: url("font/FontsFree-Net-lucidity-condensed.ttf");
}

.technical-overlay, .professional-overlay {
    text-align: center;
    padding-top: 60px;
}

.technical-overlay > img, .professional-overlay > img {
    width: 600px;
    padding-top: 30px;
}

.education-body-default-bg {
    min-height: 130vh;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -50px;
}

.intro {
    padding-left: 5%;
    padding-right: 5%;
}

.first-section {
    background-image: url(../img/education-body-bg.png);
    min-height: 130vh;
    background-size: contain;
    padding: 5%;
}

.section-title {
    background-color: #A675B8;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 350px;
    color: white;
    text-transform: uppercase;
    border-radius: 7px;
    font-size: 23px;
    margin-bottom: 50px;
    text-align: center;
    font-family: lucidity-condensed;
    text-shadow: 2px 2px 4px #000000;
}

.row {
    display: flex;
}

.col-6 {
    padding: 50px 50px 0px 50px;
    width: 50%;
}

.title {
    font-family: "Bukhari Script", sans-serif;
    color: #a775b8;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.description {
    font-size: 15px;
    text-align: justify;
    min-height: 30px;
}

.first-section {
    padding-bottom: 40px;
}

.cover-page {
    background: #222;
    color: white;
    width: 100%;
    cursor: pointer;
}

.cover-page-parent {
    width: 80%;
    padding: 1rem;
    position: relative;
    background: linear-gradient(180deg, rgba(198,174,207,1) 0%, rgba(128,79,147,1) 59%);
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.col-12 {
    width: 100%;
    padding-left: 100px;
}

.col-4 {
    width: 5%;
}

.col-15 {
    width: 15%;
}

.col-45 {
    width: 45%;
}

.my-5 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.categories {
    text-shadow: -2px 0 #a775b8, 0 2px #a775b8, 2px 0 #a775b8, 0 -2px #a775b8;
    color: white;
    margin-top: 7px;
    padding-left: 10px;
    text-transform: uppercase;
    font-family: lucidity-condensed;
    display: none;
    font-size: 14px;
    text-align: center;
    word-break: break-word;
}

.circle {
    border: 4px solid white;
    padding: 40%;
    border-radius: 50px;
    width: 5px;
    background: linear-gradient(0deg, rgba(198,174,207,1) 0%, rgba(128,79,147,1) 59%);
    cursor: pointer;
    box-shadow: 0px 2px 5px gray;
}

.mt-50 {
    margin-top: 200px;
}

.center-image {
    text-align: center;
}

.modal-image {
    width: 50%;
    margin-right: 10px;
    object-fit:fill;
    height: 50%;
}

.modal-image-sm {
    width: 45%;
    margin-right: 10px;
    object-fit:fill;
    height: 50%;
}

.modal-image-xsm {
    width: 25%;
    margin-right: 10px;
    object-fit:fill;
    height: 50%;
}

.modal-image-full {
    width: 70%;
    height: 30%;
    object-fit:fill;
    text-align: center;
}

.modal-image:hover {
    transform: scale(1.05);
}

.modal-image-sm:hover {
    transform: scale(1.05);
}

.modal-image-xsm:hover {
    transform: scale(1.05);
}

.modal-image-full:hover {
    transform: scale(1.05);
}

.scrollable-width {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.click-here {
    text-align: center;
    text-decoration: underline;
    color: #000000;
}

.modal-description {
    margin-top: 20px;
    font-family: poppins;
    text-align: justify;
    text-indent: 50px;
}

.modal-reflection {
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: underline;
}

.modal-title {
    margin-bottom: 15px;
    border-bottom: 1px solid black;
    font-size: 20px;
}

.fixed-div {
    position: fixed;
    top: 170px;
    right: -100px;
    width: 20%;
    padding: 10px;
    text-align: center;
    z-index: 1;
}

.modal-body {
    text-align: left;
}

.mt-10 {
    margin-top: 10px;
}

/* Media query for responsive design */
@media only screen and (max-width: 768px) {
    .technical-overlay > img, .professional-overlay > img {
        width: 100%;
    }

    .section-title {
        width: 350px;
    }

    .title {
        font-size: 25px;
    }
    
    .row {
        flex-direction: column;
    }
      
    .col-6 {
        width: 100%; 
    }

    .cover-page-parent {
        padding: 15px;
    }

    .fixed-div {
        right: 15px;
    }
}