  .main-course {
    width: 100%;
    height: 100%;
    /* display: flex;
    flex-flow: row wrap;
    justify-content: space-between; */
}

.home-course {
    position: relative;
}

#stage {
    /* border: 1px solid brown; */
    /* width: 100%;
    height: auto; */

    /* background-color: #e2e2e2; */
    position: absolute;
    bottom: 0;
    /* z-index: -99; */
}

.main-course .course-slider-side {
    /* height: 90%; */
    margin-top: 100px;
    width: 95%;
    position: relative;
}

.home-course .side-image {
    width: 353px;
    height: 353px;
}

.main-course .course-slider {
    margin-left: -10px;
    height: 198px !important;
    width: 259px;

    position: absolute;
    top: 14px;

    -webkit-clip-path: polygon(0 6%, 100% 0, 100% 99%, 2% 88%);
    clip-path: polygon(0 6%, 100% 0, 100% 99%, 2% 88%);

    /* height: 195px; */
    /* -webkit-clip-path: polygon(0 7%, 100% 0, 100% 100%, 2% 90%);
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 2% 90%); */
}
/* .main-course .course-slider .item{
    height: 100%;
    width: 100%;
} */
.main-course .course-slider .item img {
    height: 200px;
    width: 100%;
}

.main-course .our-course {
    margin-top: 200px;
    position: relative;
    top: 0px;
}

/* .course{
    background-color: #fff;
} */

.main-course .dice {
    border-radius: 50%;
    box-shadow: 0px 0px 5px 1px rgb(182, 182, 182);
}

/* .hand{
    box-shadow: 0px 0px 5px 1px rgb(182, 182, 182);
} */

.main-course .first-dice {
    height: 180px;
    width: 180px;
    background-color: #d82f5a;
    position: relative;
    /* animation: first-dice 3s linear 1; */
}

@keyframes first-dice {
    0% {
        opacity: 0;
        transform: rotateZ(-45deg);
    }
    80% {
        opacity: 0;
        transform: rotateZ(-45deg);
    }
    100% {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

.main-course .first-dice-hand {
    position: absolute;
    top: -20%;
    right: -40%;
    height: 30px;
    width: 140px;
    transform: rotateZ(-45deg);
    background-color: #d82f5a;
}

.main-course .second-dice {
    position: absolute;
    bottom: 20px;
    left: 20px;
    height: 140px;
    width: 140px;
    background-color: #0068b3;
    /* animation: second-dice 2s linear 1; */
}

@keyframes second-dice {
    0% {
        opacity: 0;
        transform: rotateZ(-90deg);
    }
    50% {
        opacity: 0;
        transform: rotateZ(-90deg);
    }
    100% {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

.main-course .second-dice-hand {
    position: absolute;
    top: 30%;
    right: -100%;
    height: 30px;
    width: 160px;
    transform: rotateZ(-0deg);
    background-color: #0068b3;
}

.main-course .third-dice {
    position: absolute;
    bottom: 40px;
    left: 40px;
    height: 100px;
    width: 100px;
    background-color: #e78732;
    /* animation: third-dice 1s linear 1; */
}

@keyframes third-dice {
    0% {
        opacity: 0;
        transform: rotateZ(-135deg);
    }
    100% {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

.main-course .third-dice-hand {
    position: absolute;
    top: 120%;
    right: -120%;
    height: 30px;
    width: 160px;
    transform: rotateZ(40deg);
    background-color: #e78732;

    z-index: 4;
}

.main-course .fourth-dice {
    position: absolute;
    bottom: 60px;
    left: 60px;
    height: 60px;
    width: 60px;
    background-color: white;

    display: flex;
    align-items: center;
    justify-content: center;
}

.main-course .booble {
    display: grid;
    place-content: center;
    position: absolute;
    right: -20px;
    top: -27px;
    height: 80px;
    width: 80px;
    border-radius: 50%;

    box-shadow: 10px 10px 15px 1px rgb(122, 122, 122);
}

.main-course .booble .course {
    font-size: 1.1rem;
    font-family: sans-serif;
    color: black;
    background-color: #fff;
    height: 50px;
    width: 50px;

    display: grid;
    place-content: center;
    border-radius: 50%;
    font-weight: bolder;

    box-shadow: 0px 0px 10px 2px rgb(255, 255, 255);
    /* box-shadow: 8px 8px 10px 2px rgba(13, 13, 14, .6); */

    animation: course-anim 1.6s linear infinite;
}

@keyframes course-anim {
    0% {
        box-shadow: 0px 0px 2px 2px rgb(255, 255, 255, 0.5);
    }
    40% {
        box-shadow: 0px 0px 4px 10px rgb(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0px 0px 6px 16px rgb(255, 255, 255, 0);
    }
}

.main-course .apply-now {
    text-align: center;
    text-decoration: none;
    font-size: 0.8rem;
    font-family: sans-serif;
    font-weight: bolder;
    color: black;
}

.main-course .message-12 {
    transform: translateY(-300px) translateX(300px);
    font-family: sans-serif;
    max-width: 380px;
    padding: 10px;
    font-weight: 600;
    background-color: #fff;
    /* border: 1px solid #212529; */
    /* box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3); */

    box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, 0.1),
        15px 25px 20px rgba(0, 0, 0, 0.1), 15px 20px 20px rgba(0, 0, 0, 0.05);


    border-radius: 8px;
    font-size: 0.8rem;

    transition: all 0.3s ease-in-out;
    /* animation: message-1 3.5s linear 1; */
}

@keyframes message-1 {
    0% {
        opacity: 0;
        transform: translateY(-300px) translateX(500px);
    }

    86% {
        opacity: 0;
        transform: translateY(-300px) translateX(500px);
    }

    100% {
        opacity: 1;
        transform: translateY(-300px) translateX(300px);
    }
}

.main-course .message-22 {
    transform: translateY(-240px) translateX(350px);
    font-family: sans-serif;
    max-width: 380px;
    padding: 10px;
    font-weight: 600;
    background-color: #fff;
    /* border: 1px solid #212529; */
    /* box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3); */

    box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, 0.1),
        15px 25px 20px rgba(0, 0, 0, 0.1), 15px 20px 20px rgba(0, 0, 0, 0.05);


    border-radius: 8px;
    /* word-break: break-all; */

    font-size: 0.8rem;
    transition: all 0.3s ease-in-out;
    /* animation: message-2 2.5s linear 1; */
}

@keyframes message-2 {
    0% {
        opacity: 0;
        transform: translateY(-240px) translateX(520px);
    }

    85% {
        opacity: 0;
        transform: translateY(-240px) translateX(520px);
    }

    100% {
        opacity: 1;
        transform: translateY(-240px) translateX(350px);
    }
}

.main-course .message-32 {
    transform: translateY(-180px) translateX(300px);
    font-family: sans-serif;
    max-width: 380px;
    padding: 20px 10px;
    background-color: #fff;
    /* border: 1px solid #212529; */
    /* box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3); */

    box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, 0.1),
        15px 25px 20px rgba(0, 0, 0, 0.1), 15px 20px 20px rgba(0, 0, 0, 0.05);


    font-weight: 800;
    border-radius: 8px;

    font-size: 0.8rem;
    transition: all 0.3s ease-in-out;
    /* animation: message-3 1.5s linear 1; */
}

@keyframes message-3 {
    0% {
        opacity: 0;
        transform: translateY(-180px) translateX(500px);
    }
    80% {
        opacity: 0;
        transform: translateY(-180px) translateX(500px);
    }
    100% {
        opacity: 1;
        transform: translateY(-180px) translateX(300px);
    }
}

.main-course .message-32:hover,
.main-course .message-22:hover,
.main-course .message-12:hover {
    /* box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3), inset 4px 4px 35px -15px rgba(0,0,0,0.75); */
    box-shadow: inset -10px -10px 15px rgba(0, 0, 0, 0.05),
        -5px -5px 20px rgba(0, 0, 0, 0.1), 15px 20px 20px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 767px) {
    .message-12,
    .message-22,
    .message-32 {
        display: none;
    }

    .course-anim-satrt {
        display: flex;
        justify-content: start;
        align-items: start;
    }

    .main-course .course-slider-side {
        margin-top: 154px;
    }

    .main-course .course-slider-side {
        display: none !important;
    }

    .course-anim-satrt {
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width: 550px) {
    .course-anim-satrt {
        display: flex;
        justify-content: start;
        align-items: start;
    }
}

@media screen and (max-width: 320px) {
    .course-anim-satrt {
        margin-left: -80px;
    }
}
