@import url('https://fonts.googleapis.com/css?family=Oswald:500,600,700|Roboto');

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

.fullstack-head {
    background-color: #fee4e7;
    background-image: url('../images/courses/Group-1000004853.webp');
    background-position: bottom right;
    background-repeat: no-repeat;
    margin-top: 80px;

    .btn {
        margin-top: 50px;
        border-radius: 18px;
        padding: 12px 24px;
        background: purple;
        border-color: purple;
    }

    .inner-image {
        margin: 10px;
    }

    .inner-image img {
        border-radius: 15px;
        max-width: 80%;
        transform: scaleX(-1);
    }
}
.home-intro {
    background: linear-gradient(#adeb52, #ebb352), url('../images/courses/Untitled-design.png');
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position: center;
    background-size: cover;
    padding: 100px 0 2px !important;
}

.fullstack-head {
    background-color: #fee4e7;
    background-image: url('../images/courses/Group-1000004853.webp');
    background-position: bottom right;
    background-repeat: no-repeat;
    margin-top: 80px;

    .btn {
        margin-top: 50px;
        border-radius: 18px;
        padding: 12px 24px;
        background: purple;
        border-color: purple;
    }

    .inner-image {
        margin: 10px;
    }

    .inner-image img {
        border-radius: 15px;
        max-width: 80%;
        transform: scaleX(-1);
    }
}
.about-stack {
    .card {
        box-shadow: 0px 0px 10px 10px #bc41f32e;
        border: none;
        border-radius: 0;
    }
}

.we-offer {

    .card-body {
        display: flex;
        flex-direction: column;
        padding-top:0rem;
    }

    .card-title {
        flex-grow: 1;
    }

    .card-text {
        flex-grow: 1;
    }

    h1 {
        text-align: start;
        margin-bottom: 1rem;
    }


    .duration div,
    .rating div,
    .meeting div {
        margin-bottom: 0.75rem;

    }

    .duration i {
        height: 38px;
        width: 41px;
        font-size: 1.25rem;
        background: #f3f3f3;
        padding: 18px 9px;
        border-radius: 5px;
        margin-right: 5px;
    }

    .meeting i {
        height: 38px;
        width: 41px;
        font-size: 1.25rem;
        background: #f3f3f3;
        padding: 18px 9px;
        border-radius: 5px;
        margin-right: 5px;
    }

    .rating>div>i {
        height: 38px;
        width: 41px;
        font-size: 1.25rem;
        background: #f3f3f3;
        padding: 18px 9px;
        border-radius: 5px;
        margin-right: 5px;
    }

    .register-btn {
        display: grid;
        margin-top: .5rem;
    }

    .card {
        border-radius: 18px;
    }

    .card-image {
        margin: 10px;
        border: 1px solid rgb(0, 0, 0);
        border-radius: 10px
    }

    .card-body h5 {
        font-size: 25px;
    }

    .card:hover {
        animation: text-pop-up-top .5s cubic-bezier(.25, .46, .45, .94) both
    }

    @keyframes text-pop-up-top {

        100% {
            /* transform-origin: 50% 50%; */
            box-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc,
                0 3px 0 #ccc, 0 4px 0 #ccc,
                0 5px 0 #ccc, 0 6px 0 #ccc,
                0 7px 0 #ccc, 0 8px 0 #ccc,
                0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, .3)
        }
    }

    .card:hover~.card {
        opacity: 0.8;
    }

    .card:not(:hover) {
        opacity: 1;
    }
}

h1 {
    margin-bottom: 1rem;
}

.questions {
    /* h2 {
        font-size: 56px;
    } */

    .acc h3 {
        font-size: 16px;
        /* background-color: rgba(0, 0, 0, 0.6); */
        color: #000000;
        padding: 15px;
        margin: 0;
        cursor: pointer;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 1px;
        position: relative;
    }

    .acc h3:after {
        content: '+';
        position: absolute;
        right: 20px;
        font-size: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .acc.active h3:after {
        content: '-';
    }

    .content {
        background-color: #ffffff;
        display: none;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .content-inner {
        padding: 15px;
    }

    .content * {
        margin-top: 0;
        line-height: 1.5;
    }

    .acc {
        background-color: #e4c3ada3;
        border: 1px solid #000000;
        border-radius: 10px;
        margin-bottom: 10px;
    }
}



.home-intro h5 {
    color: #ddff00;
    margin-top: 40px;
}

.home-intro h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 25px 0;
    line-height: 54px;
}

.home-intro h6 {
    color: #fff;
    line-height: 28px;
    font-size: 17px;
    margin-bottom: 15px;
}

.home-intro img {
    margin-bottom: 10px;
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.button {
    border-radius: 15px !important;
    background: #a32ee0;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 22px;
    display: inline-block;
    border: 2px solid transparent;
    margin-bottom: 17px;
}

.button:hover {
    background: #000000;
    border: 1px solid black;
}

@media (max-width:768px) {
    .questions {
        .acc h3 {
            padding: 15px 30px 15px 15px;
        }
    }

    .home-intro h2 {
        font-size: 27px;
    }

    .home-intro {
        padding: 80px 0 2px !important;
    }

    .home-intro h5 {
        margin-top: 15px;
    }

    .home-intro h2 {
        margin: 10px 0px;
    }
}

@media (max-width:480px) {
    .card-body h5 {
        font-size: 22px;
    }

    .acc h3 {
        letter-spacing: 0px !important;
    }
}

@media (max-width:992px) {
    .card {
        margin-top: 1rem;
    }
}

@media (min-width:768px) {
    .card {
        height: 100%
    }
}