.section-learning-banner {
    background:url('https://ik.imagekit.io/6fmwjfqof/staticimages/home-bnr-bg.png');
    background-size: cover;
    background-position: center;
    min-height: 450px;
}

.agile-list-content {
    margin-top: -160px;   
    z-index: 1;
    position: relative;

}
.agile-list-content .border {
    border-left: 2px solid #ff9500 !important;
    transition: all .5s ease;
}
.agile-list-content .border:hover {
    border-left: 2px solid #009aad !important;
}

.agile-link-content .fa {
    font-size: 50px;
    color: #009aad;
}

.career-paths .border {
    border: 3px solid #009aad !important;
}

.bg-agile-path {
    background: url(https://image.agilemania.com/images/bg-agile-path.png) no-repeat;
    background-size: cover;
    background-position: center;
}

/* scrum css */
.play-btn {
    width: 45px;
    height: 45px;
    animation: playbtn 2s linear infinite;
}
@keyframes playbtn {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.6);
    }
    50% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    }
}
.learning-image {
    width: 115px;
    height: 115px;
    border: 3px solid #ff9500;
    border-radius: 50%;
    margin: auto;
    display: grid;
    place-content: center;
    background: #fff;
}
.learning-image img {
    transform: scale(0.8);
    transition: all .5s ease;
}
.learn-content:hover .learning-image img {
    transform: scale(0.9);
}

.moretext {
    display: none;
}

@media (max-width: 1199px) {
    .section-learning-banner .bg-learning {
        width: 43% !important;
    }
    .learn-content p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (min-width: 992px) {
    .section-learning-banner .bg-learning {
        background: url(https://image.agilemania.com/images/bg-leaning.png) no-repeat;
        background-size: cover;
        background-position: top;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 55%;
    }
    .right-half-circle, .left-half-circle  {  
        position: absolute;
        right: -152px;
        top: 56px;
    }
    .learning-overview.product .right-half-circle, 
    .learning-overview.product .left-half-circle  {  
        height: 325px;
        right: -160px;
    }
    .learning-overview.product .left-half-circle {
        left: -160px;
    }
    .left-half-circle {
        right: unset !important;
        left: -152px;
    }
    .learning-path .left-text {
        position: absolute;
        left: -50px;
    }
    .learning-path .right-text {
        position: absolute;
        right: -50px;
    }
}
@media (max-width: 991px) {
    .learning-path::before {
        top: 109px !important;
    }
    .learning-path::after {
        top: 99px !important;
    }
}
@media (min-width: 576px) {
    .agile-link-content .bor-right {
        border-right: 1px solid #e1e1e1;
    }
    .agile-link-content .bor-bottom {
        border-bottom: 1px solid #e1e1e1;
    }
    .agile-link-content .link-content {
        transition: all .5s ease;
    }
    .agile-link-content .link-content:hover {
        background-color: #f2f4f5;
    }
    .learning-path {
        position: relative;
        margin-top: 2rem!important;
    }
    .learning-path::before {
        content: '';
        background-color: #ff9500;
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        top: 59px;
        z-index: -1;
    }
    .learning-path::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 49px;
        z-index: -1;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 25px solid #ff9500;
        transition: all 1s;
    }
   .learning-path.left::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 49px;
        z-index: -1;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 25px solid #ff9500;
        border-left: 12px solid transparent;
        transition: all 1s;
    }
    .learning-path:hover::after {
        transform: translateX(150%) !important;
    }
    .learning-path.left:hover::after {
        transform: translateX(-200%) !important;
    }
}
@media (max-width: 575px) {
    .agile-list-content {
        margin-top: -130px;
    }
    .learning-overview::before {
        content: '';
        background-color: #ff9500;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 5px;
        top: 0;
        z-index: -1;
    }
    .learning-overview::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -5px;
        z-index: -1;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 30px solid #ff9500;
        transition: all 1s;
    }
    .learning-cohort img {
        max-width: 200px;
    }
}