.home_herosection {
    background-color: #14053e;
    color: white;
    width: 100%;
}

.commonbg {
    background-color: #14053e;
    color: white;
}

#herobgcurve {
    width: 100%;
    margin-top: -4rem;
}

#herosectionimg {
    width: 35rem;
}

.top-white {
    position: absolute;
    border-radius: inherit;
    inset: 0 -8em;
    transition: inherit;
}

.inner::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    transition: inherit;
    box-shadow: inset 0px 2px 8px -2px #0000;
}

.frutiger-button:active .inner::after {
    box-shadow: inset 0px 2px 8px -2px #000a;
}

.text {
    position: relative;
    z-index: 1;
    color: white;
    font-weight: 550;
    transition: inherit;
}

.imgdiv {
    box-shadow: 0 27px 20px -19px rgb(122 62 134 / 31%);
}

.frutiger-button {
    width: 230px;
    height: 65px;
    border-radius: 10px;
    border: 0;
    font-size: 25px;
    text-shadow: 1px 1px #000a;
    background: #14053e;
    box-shadow: 0px 4px 6px 0px #0008;
    transition: 0.3s all;
}

.frutiger-button:hover {
    box-shadow: 0px 6px 12px 0px #0009;
}

.frutiger-button:active {
    box-shadow: 0px 0px 0px 0px #0000;
}

.inner {
    margin: -12px;
    position: relative;
    inset: 0px;
    padding: 1em;
    border-radius: 4px;
    background: #14053e, linear-gradient(#00526a, #009dcd);
    overflow: hidden;
    transition: inherit;
}

.inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(-65deg, #0000 40%, #fff7 50%, #0000 70%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: thing 3s ease infinite;
}
.download_section {
    background-color: #14053e;
    color: white;
    height: 430px;
    margin-top: 7rem;
}
#downloadrightimg {
    margin-top: -6rem;
    width: 22rem;
    object-fit: cover;
}
#dgimg {
    height: 80px;
    margin-right: 40px;
}
#dgimg {
    height: 80px;
    margin-right: 40px;
}

#diosimg {
    height: 80px;
}

@keyframes thing {
    0% {
        background-position: 130%;
        opacity: 1;
    }

    to {
        background-position: -166%;
        opacity: 0;
    }
}

.buybtn {
    text-align: left;
}
#outlinetext {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-size: 4rem;
    font-weight: 700;
    color: white;
    text-shadow: -2px -2px 0 #cccccc, 2px -2px 0 #cccccc, -2px 2px 0 #cccccc,
        2px 2px 0 #cccccc;
}
.appbuttonstext {
    line-height: inherit;
}
.aboutcarouseltext p {
    padding-left: 20px;
    padding-right: 20px;
}
.admin_dashbaord_image{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
@media (max-width: 992px) {
    #herosectionimg {
        width: 100%;
    }

    .appbuttonstext {
        line-height: inherit;
        text-align: center !important;
    }

    #outlinetext {
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 20px;
        font-weight: 700;
        color: white;
        text-shadow: -2px -2px 0 #cccccc, 2px -2px 0 #cccccc, -2px 2px 0 #cccccc,
            2px 2px 0 #cccccc;
    }

    .buybtn {
        text-align: center;
    }

    #herobgcurve {
        margin-top: -3rem;
    }

    #herosectionimg {
        width: 20rem;
    }

    #counterbg {
        font-size: 13px !important;
        background-size: cover;
        padding: 2rem 0;
    }

    .display-4 {
        font-size: 2rem;
    }

    .py-5 {
        padding-top: 0rem !important;
        padding-bottom: 2rem !important;
    }

    #counterbg::before,
    #counterbg::after {
        height: 15%;
    }

    .download_section {
        background-color: #14053e;
        color: white;
        height: 430px;
        margin-top: 7rem;
        font-size: 10px;
    }
    #downloadrightimg {
        width: 100px;
        margin-top: 3rem;
        object-fit: cover;
    }

    #dgimg {
        height: 30px;
    }
    #diosimg {
        margin-top: 1rem;
        height: 30px;
    }
    .downloadtext {
        font-size: 10px;
    }
}

/* Courses  */

#courseherobgcurve {
    width: 100%;
    margin-top: -7rem;
}
