*, *:before, *:after, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
}

.header-logo {
    width: 2.5rem;
}

.main-bg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #0b002a;
    -webkit-box-shadow: 0 16px 34px 4px rgba(11, 0, 42, 0.72);
    box-shadow: 0 16px 34px 4px rgba(11, 0, 42, 0.72);
}

.header-link, .footer-link, .auth-link {
    color: #ffffff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.header-link:hover, .footer-link:hover, .auth-link:hover {
    opacity: 0.7;
}

.header-search-button, .auth-button {
    background-color: #dbbc7b;
    border: 1px solid #dbbc7b;
    color: #0b002a;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.header-search-button:hover, .auth-button:hover {
    background-color: #dbbc7b;
    border: 1px solid #dbbc7b;
    color: #0b002a;
    opacity: 0.5;
}

.dropdown-menu {
    background-color: #0b002a;
    border: 1px solid #0b002a;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-item {
    color: #ffffff;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #dbbc7b;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.navbar-toggler {
    background-color: #ffffff;
}

.footer {
    background-color: #0b002a;
    color: #ffffff;
}

.dark-box {
    width: 50%;
    background-color: #0b002a;
    box-shadow: 20px 23px 48px 12px rgba(11, 0, 42, 0.72);
    -webkit-box-shadow: 20px 23px 48px 12px rgba(11, 0, 42, 0.72);
    -moz-box-shadow: 20px 23px 48px 12px rgba(11, 0, 42, 0.72);
    border: 1px solid #0b002a;
    border-radius: 1rem;
    margin: 2rem auto;
}

@media only screen and (max-width: 842px) {
    .dark-box {
        width: 80%;
    }
}

@media only screen and (max-width: 450px) {
    .dark-box {
        padding: 2rem !important;
    }
}

@media only screen and (max-width: 356px) {
    .dark-box {
        width: 95%;
    }
}

.auth-logo {
    width: 20%;
}

.auth-text {
    color: #ffffff;
}

.main-caption-text {
    color: #0b002a;
}

.carousel-inner {
    max-height: 100vh;
    overflow: hidden;
}

.carousel-item {
    width: 100%;
    height: 100%;
}

.card {
    --bs-card-border-color: none !important;
}

.carousel-text-container {
    position: absolute;
    margin: 0;
    padding: 2rem;
    color: #ffffff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(11, 0, 42, 0.5);
}

@media only screen and (min-width: 1000px) {
    .carousel, .item, .active {
        height: 100%;
    }

    .carousel-inner {
        height: 100%;
    }

    .carousel-image {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .carousel-frame .carousel-element > div {
        display: none;
    }

    .carousel-frame .carousel-element > div:first-child {
        display: block;
    }
}

.carousel-frame .carousel-element.active,
.carousel-frame .carousel-item-next,
.carousel-frame .carousel-item-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 768px) {
    .carousel-frame .carousel-item-end.active,
    .carousel-frame .carousel-item-next {
        -webkit-transform: translateX(25%);
        -ms-transform: translateX(25%);
        transform: translateX(25%);
    }

    .carousel-frame .carousel-item-start.active,
    .carousel-frame .carousel-item-prev {
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}

.carousel-frame .carousel-item-end,
.carousel-frame .carousel-item-start {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.carousel-child {
    padding: 15px;
}

.carousel-child img {
    border-radius: 30px;
    height: 500px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.21);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.21);
    -webkit-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
}

.carousel-child:hover img {
    -webkit-transform: translatey(-1%);
    -ms-transform: translatey(-1%);
    transform: translatey(-1%);
}

.carousel-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 2px;
    position: relative;
    top: 30px;
}

.carousel-dots li.active {
    background: #fff;
}

@media only screen and (max-width: 650px) {
    .carousel-child img {
        height: auto;
    }
}

.carousel-control-left {
    left: -50px;
    margin: 0 -25px;
}

.carousel-control-right {
    right: -50px;
    margin: 0 -25px;
}

.scroll-container {
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 120px;
}

.scroll-container-first {
    background-color: #ffffff;
}

.scroll-container-second {
    background-color: #0b002a;
}

.scroll-container .content {
    margin: auto;
}

.scroll-container.anim {
    opacity: 1;
}

.scroll-heading {
    display: block;
    color: #ffffff;
    font-size: 4em;
    font-weight: bold;
    margin: 0;
    line-height: 1.2em;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    padding-left: 0;
    font-family: "Anton", sans-serif;
}

.scroll-heading-dark {
    color: #000000;
}

.anim h2 {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.scroll-description {
    font-size: 0.9em;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
    color: #ffffff;
    font-weight: 600;
}

.scroll-description-dark {
    color: #000000;
}

.anim-top {
    -webkit-transform: translate(0, 150px);
    -ms-transform: translate(0, 150px);
    transform: translate(0, 150px);
}

.anim-left {
    -webkit-transform: translate(-150px, 0);
    -ms-transform: translate(-150px, 0);
    transform: translate(-150px, 0);
}

.anim .anim-top {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.anim .anim-left {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.high-index {
    z-index: 2000;
}

.colored-crumb {
    color: #dbbc7b;
}

.circles {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    -webkit-animation: animate 25s linear infinite;
    animation: animate 25s linear infinite;
    bottom: calc(-150px - 40vh);
    color: #0b002a;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    font-size: 3rem;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    font-size: 3rem;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    font-size: 3rem;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    font-size: 3rem;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    font-size: 3rem;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    font-size: 3rem;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 50px;
    height: 50px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    font-size: 3rem;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
    font-size: 3rem;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    font-size: 3rem;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 50px;
    height: 50px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
    font-size: 3rem;
}

@-webkit-keyframes animate {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(-60vh) rotate(360deg);
        transform: translateY(-60vh) rotate(360deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-120vh) rotate(720deg);
        transform: translateY(-120vh) rotate(720deg);
        opacity: 0;
    }
}

@keyframes animate {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(-60vh) rotate(360deg);
        transform: translateY(-60vh) rotate(360deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-120vh) rotate(720deg);
        transform: translateY(-120vh) rotate(720deg);
        opacity: 0;
    }
}

.main-title, .main-title-light {
    font-weight: 600;
    font-size: 3rem;
}

.main-title {
    color: #0b002a;
}

.main-title-light {
    color: #ffffff;
}

.main-description {
    color: #0b002a;
    font-weight: 600;
    font-size: 0.9em;
}

.main-button {
    background-color: #0b002a;
    color: #ffffff;
    border: 1px solid #0b002a;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.main-button:hover {
    background-color: transparent;
    border-color: #000000;
    color: #000000;
}

.secondary-button {
    background-color: transparent;
    border-color: #000000;
    color: #000000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.secondary-button:hover {
    background-color: #0b002a;
    color: #ffffff;
    border: 1px solid #0b002a;
}

.heading-content {
    position: relative;
    overflow: hidden;
    height: 6.25rem;
}

.heading-content-container {
    font-weight: 600;
    font-size: 2rem;
    overflow: hidden;
    height: 2.5rem;
    padding: 0 2.5rem;
}

.heading-content-container:before {
    content: "[";
    left: 0;
}

.heading-content-container:after {
    content: "]";
    position: absolute;
    right: 0;
}

.heading-content-container:after, .heading-content-container:before {
    position: absolute;
    top: 0;
    color: #dbbc7b;
    font-size: 2.625rem;
    line-height: 2.5rem;
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: opacity;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.heading-content-container-text {
    display: inline;
    float: left;
    margin: 0;
}

.heading-content-container-list {
    margin-top: 0;
    padding-left: 230px;
    text-align: left;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.heading-content-container-list-item {
    line-height: 2.5rem;
    margin: 0;
}

@-webkit-keyframes opacity {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes change {
    0%, 12.66%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    16.66%, 29.32% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
    33.32%, 45.98% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    49.98%, 62.64% {
        -webkit-transform: translate3d(0, -75%, 0);
        transform: translate3d(0, -75%, 0);
    }
    66.64%, 79.3% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    83.3%, 95.96% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
}

@keyframes opacity {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes change {
    0%, 12.66%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    16.66%, 29.32% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
    33.32%, 45.98% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    49.98%, 62.64% {
        -webkit-transform: translate3d(0, -75%, 0);
        transform: translate3d(0, -75%, 0);
    }
    66.64%, 79.3% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    83.3%, 95.96% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
}

.doing {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    display: block;
    position: absolute;
    top: 0;
    left: -90px;
    margin-top: 25px;
    text-align: center;
    width: 300px;
    color: #fff;
    padding: 5px 0;
}

.will-fadeIn {
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 20px auto;
    height: 250px;
    padding: 10px;
}

.will-fadeIn:first-child {
    height: auto;
}

.fadeInRight {
    -webkit-animation: fadeInRight .5s ease .4s both;
    animation: fadeInRight .5s ease .4s both;
}

@media (prefers-reduced-motion) {
    .fadeInRight .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}

.fadeInLeft {
    -webkit-animation: fadeInLeft .5s ease .4s both;
    animation: fadeInLeft .5s ease .4s both;
}

@media (prefers-reduced-motion) {
    .fadeInLeft .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.gallery-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.gallery-photo {
    display: inline-block;
    position: relative;
    height: 25rem;
    width: 6.25rem;
    border-radius: 0.625rem;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gallery-photo:hover {
    width: 40%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-photo:hover .gallery-caption {
    opacity: 1;
    bottom: 0;
}

.gallery-image {
    height: 100%;
}

.gallery-caption {
    position: absolute;
    z-index: 2;
    bottom: -20px;
    width: 100%;
    color: white;
    padding-left: 1rem;
    padding-bottom: 0.938rem;
    padding-top: 0.625rem;
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), color-stop(57%, rgba(8, 8, 8, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(8, 8, 8, 1) 57%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(8, 8, 8, 1) 57%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.main-section-padding {
    padding: 8rem 0;
}

.main-section-padding-only-top {
    padding-top: 9rem;
}

.main-section-padding-only-bottom {
    padding-bottom: 9rem;
}

.advantage-section-subtitle {
    font-size: 1.5rem;
}

@media only screen and (max-width: 1004px) {
    .welcome-section {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .welcome-section-text-container {
        width: 100% !important;
    }
}

@media only screen and (max-width: 776px) {
    .information-section-image-container {
        display: none !important;
    }

    .information-section-texts-container {
        width: 100% !important;
    }

    .information-section-description {
        height: 6.25rem !important;
    }

    .welcome-section-image-container {
        width: 100% !important;
    }
}

@media only screen and (max-width: 694px) {
    .scroll-heading {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 577px) {
    .norms-section {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }
}

@media only screen and (max-width: 550px) {
    .main-title {
        font-size: 2rem;
    }

    .advantage-section-subtitle {
        font-size: 1.3rem !important;
    }

    .scroll-container {
        padding: 0 0.75rem;
    }

    .welcome-section {
        padding-bottom: 0 !important;
    }

    .heading-content-container {
        font-size: 1.5rem;
    }

    .heading-content-container:after, .heading-content-container:before {
        display: none;
    }

    .heading-content-container-list {
        padding-left: 9rem;
    }

    .heading-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 420px) {
    .scroll-heading {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 400px) {
    .top-carousel {
        display: none;
    }
}

@media only screen and (max-width: 370px) {
    .gallery-container, .norms-section {
        padding: 0 0.75rem;
    }

    .heading-content {
        display: none;
    }
}

@media only screen and (max-width: 368px) {
    .main-section-padding {
        padding: 3rem 0;
    }

    .main-section-padding-only-top {
        padding-top: 3rem;
    }

    .main-section-padding-only-bottom {
        padding-bottom: 3rem;
    }

    .main-title {
        font-size: 1.5rem;
    }

    .advantage-section {
        padding: 0 !important;
    }
}

.teacher-title,
.category-title,
.product-title,
.product-info,
.vacancy-title,
.enrollee-registration-title,
.search-target-title {
    color: #ffffff;
}

.teacher-title,
.category-title,
.product-title,
.vacancy-title,
.enrollee-registration-title {
    font-size: 2rem;
    font-weight: 600;
}

.product-info, .search-target-title {
    font-size: 1.2rem;
}

.teacher-title::first-letter,
.category-title::first-letter,
.category-description::first-letter,
.product-title::first-letter,
.product-info::first-letter,
.vacancy-title::first-letter,
.vacancy-description::first-letter,
.search-target-title::first-letter {
    color: #dbbc7b;
}

.teacher-image, .product-image {
    width: 150px;
    height: 150px;
    border: 0.3rem solid #ffffff;
    border-radius: 50%;
    margin: 20px;
    object-fit: cover;
    object-position: center right;
}

.teacher-bio,
.category-description,
.product-description,
.vacancy-description {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
}

.certificate-container {
    margin: 1.5rem;
}

.certificate-image {
    box-shadow: 16px 17px 17px -1px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 16px 17px 17px -1px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 16px 17px 17px -1px rgba(0, 0, 0, 0.65);
}

.item-carousel {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.item-swiper {
    overflow: hidden;
    width: 90%;
}

.item-card, .item-card-plain {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    margin: 20px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.item-card::before {
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    background: #0b002a;
    border-radius: 20px 20px 0 0;
}

.item-card .item-card-content, .item-card-plain .item-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    position: relative;
    z-index: 100;
}

.item-carousel .item-card .item-image-container {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    padding: 3px;
    background: #0b002a;
}

.item-carousel .item-card .item-image-container .item-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ffffff;
}

.item-button,
.read-more-button,
.product-action-button,
.apply-for-job-button,
.search-target-view-button {
    border-radius: 0.375rem;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 0.5rem;
    text-decoration: none;
}

.read-more-button-spacer-left {
    margin-left: 1rem;
}

.item-button {
    background-color: #0b002a;
    border: 1px solid #0b002a;
    color: #ffffff;
}

.read-more-button,
.product-action-button,
.apply-for-job-button,
.search-target-view-button {
    background-color: #dbbc7b;
    border: 1px solid #dbbc7b;
    color: #0b002a;
}

.item-button:hover,
.read-more-button:hover,
.product-action-button:hover,
.apply-for-job-button:hover,
.search-target-view-button:hover {
    opacity: 0.7;
}

.item-button-signup, .product-action-button-spacer {
    margin-left: 1rem;
}

.swiper-pagination {
    position: absolute;
}

.swiper-pagination-bullet {
    height: 7px;
    width: 26px;
    border-radius: 25px;
    background: #0b002a;
}

.swiper-button-next, .swiper-button-prev {
    opacity: 0.7;
    color: #0b002a;
    transition: all 0.3s ease;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
    color: #0b002a;
}

.item-text {
    color: #0b002a;
    font-weight: 600;
    text-align: center;
}

.item-title, .item-price {
    font-size: 1.2rem;
}

.item-description {
    font-size: 1rem;
}

.product-heading {
    color: #0b002a;
    font-size: 2rem;
    font-weight: 600;
}

.item-title::first-letter,
.item-description::first-letter,
.item-price::first-letter,
.product-heading::first-letter,
.category-title-text::first-letter {
    color: #dbbc7b;
}

.breadcrumb-item, .breadcrumb-item a {
    font-weight: 600;
    color: #0b002a;
}

.breadcrumb-item + .active {
    font-weight: 600;
    color: #dbbc7b;
}

#more-text {
    display: none;
}

.section-separator {
    width: 100%;
    border: none;
    background-color: #dbbc7b;
    color: #dbbc7b;
    height: 2px;
}
