@keyframes service_hover-anim {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}
@keyframes descriptinText-mb-pic {
    from {
        opacity: 0;
        padding-left: 50%;
    }
    to {
        opacity: 1;
        padding-left: 0%;
    }
}
@keyframes descriptinText-mb-text {
    from {
        opacity: 0;
        right: 50%;
    }
    to {
        opacity: 1;
        right: 0%;
    }
}
@keyframes descriptinText-desktop-pic {
    from {
        opacity: 0;
        right: 50%;
    }
    to {
        opacity: 1;
        right: 0%;
    }
}
@keyframes descriptinText-desktop-text {
    from {
        opacity: 0;
        left: 50%;
    }
    to {
        opacity: 1;
        left: 0%;
    }
}

.pageDiscription {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #0d1312 0%, #015f5b 100%);
    background-blend-mode: normal;
    overflow: hidden;
    color: white;
}

.pageDiscription #background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
.pageDiscription #background #testCanvas {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .pageDiscription #background {
        width: 150vh;
        height: 150vh;
        position: absolute;
        top: 0px;
    }
    .pageDiscription #background #testCanvas {
        width: 100%;
        height: 100%;
    }
}

.ourservices .ourservices-container .real-service {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.462);
}
.ourservices .ourservices-container .text {
    text-align: justify;
}
.ourservices .ourservices-container .image {
    overflow: hidden;
    max-height: max-content;
    width: 100%;
    text-align: center;
}
.ourservices .ourservices-container .image img {
    width: 100%;
}
.ourservices .ourservices-container .image a:hover img {
    animation: service_hover-anim 0.5s ease-out;
    opacity: 0.5;
}

.ourCourses {
    background-color: #dedede;
}

.ourCourses .image,
img {
    width: 100%;
}

.accreditation {
    background-color: rgba(108, 171, 20, 0.38);
    height: fit-content;
}
.accreditation .logo {
    width: 100%;
}

@media (min-width: 767px) {
    .accreditation .logo {
        width: 100%;
        position: relative;
        bottom: -20%;
    }
}
.accreditation .logo img {
    max-width: 200px;
    display: flex;
}
.accreditation .text {
    vertical-align: bottom;
}
.accreditation .text p {
    text-align: justify;
}

@media (max-width: 767px) {
    .pageDiscription {
        height: 600px;
        padding-bottom: 10px;
    }
    .pageDiscription .cont {
        width: 100%;
        position: relative;
    }
    .pageDiscription .cont.image {
        text-align: center;
        padding-top: 40px;
        animation: descriptinText-mb-pic 1s ease-out 50ms;
    }
    .pageDiscription .cont img {
        width: 80%;
        max-width: 350px;
        min-width: 250px;
    }
    .pageDiscription .cont.text {
        text-align: center;
        padding: 5vw;
        animation: descriptinText-mb-text 1s ease-in 50ms;
    }
}

@media (min-width: 768px) {
    .pageDiscription {
        padding-top: 40px;
    }
    .pageDiscription .cont {
        width: 50%;
        position: absolute;
    }
    .pageDiscription .cont.image {
        right: 0px;
        text-align: center;
        animation: descriptinText-desktop-pic 1s ease-out 50ms;
    }
    .pageDiscription .cont.text {
        text-align: center;
        padding: 5vw;
        padding-top: 7%;
        animation: descriptinText-desktop-text 1s ease-out 50ms;
    }
    .pageDiscription .cont.image img {
        width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

#availableTraings .image a:hover img {
    box-shadow: 1px 0px 5px 5px #7dff8ea6;
    opacity: 0.75;
}
