body {
    margin-left: auto !important;
    margin-right: auto !important;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

body,
html {
    background-color: white;
    padding: 0px;
    margin: 0px;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.lesson-bg-cuved {
    background-image: url("/static/image/lesson-curved-vector.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 370px;
}

.hero-main-wrapper {
    max-width: 1920px;
    margin: auto;
}

.lesson-bg-cuved img {
    max-width: 298px;
}

.lesson_bg_img::after {
    content: "";
    position: absolute;
    background-image: url("/static/image/lesson-sky-blue-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50vw;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 25px 0 0 25px;
}

.lesson_bg_img-rtl::after {
    content: "";
    position: absolute;
    background-image: url("/static/image/lesson-sky-blue-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50vw;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 25px 0 0 25px;
}

.flashcard-deck-bg-cuved {
    background-image: url("/static/image/flashcard-decks-bg-curved.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    max-width: 360px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flashcard-deck-bg-cuved img {
    max-width: 280px;
}

.flash-card-decks_bg_image::after {
    content: "";
    position: absolute;
    background-image: url("/static/image/flashcard-behind-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50vw;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 0px 25px 25px 0px;
}

.flash-card-decks_bg_image_rtl::after {
    content: "";
    position: absolute;
    background-image: url("/static/image/flashcard-behind-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50vw;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 25px 0 0 25px;
}

.indepth-grammer-bg-cuved {
    background-image: url("/static/image/flashcard-decks-bg-curved.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    max-width: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indepth-grammer-bg-cuved img {
    max-width: 320px;
}

.wiki-and-exercises-blue-bg {
    background-image: url("/static/image/blue-curved-wiki-image.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    max-width: 500px;
}

.wiki-and-exercises-blue-bg img {
    margin: auto;
}

.built-in-dictionary-curved-bg {
    background-image: url("/static/image/built-in-dictionary-skyblue-curved.png");
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 580px;
}

.built-in-dictionary-curved-bg img {
    max-width: 440px;
}

.wiki-exercise-after-bg-img::after {
    content: "";
    position: absolute;
    background-image: url("/static/image/wiki-behind-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50vw;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 25px 0 0 25px;
}

.wiki-exercise-after-bg-img-rtl::after {
    content: "";
    position: absolute;
    background-image: url("/static/image/wiki-behind-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50vw;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 0px 25px 25px 0px;
}

.max-w-400 {
    max-width: 400px;
}

.about-us-illustration {
    width: 487px;
    height: 349px;
}

.text-orange {
    color: #fb8500;
}

.text-blue {
    color: #023047;
}

.text-blue-O7 {
    color: #4e6e7d;
}

.btn-free-trial {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fb8500;
    padding: 8px 16px;
    background-color: transparent;
    border: 2px solid #fb8500;
    border-radius: 50px;
}

.btn-free-trial:hover {
    background-color: #f08206;
    color: white;
}

.max-w-350 {
    max-width: 350px;
}

.max-w-380 {
    max-width: 380px;
}

.curved-bg-image-hero {
    position: absolute;
    top: 100px;
    right: -241px;
    max-width: 900px;
}

.curved-image-hero-rtl {
    position: absolute;
    top: 70px;
    left: -110px;
    max-width: 900px;
}

.text-underline-orange {
    text-decoration: underline;
    text-decoration-color: #fb8500;
}

.cream-curve-bg-hero {
    position: absolute;
    bottom: -380px;
    left: 0px;
    max-width: 270px;
}

.cream-curve-bg-hero-rtl {
    bottom: -320px;
    left: unset;
    right: 0;
    max-width: 270px;
    transform: rotate(180deg);
}

.heading-span-line {
    height: 1px;
    width: 50px;
    background-color: #023047;
    display: inline-block;
}

.no-scroll-y {
    overflow-y: hidden !important;
}

.no-scroll-x {
    overflow-x: hidden !important;
}

:root {
    /* font-sizes  */
    --font-xs: 12.26px;
    --font-sm: 14px;
    --font-md: 16px;
    --fs-18: 18px;
    --font-lg: 20px;
    --font-xl: 32px;
    --font-2xl: 36px;
    --font-3xl: 44px;
    --font-4xl: 48px;
    --font-5xl: 50px;
    /* colors  */
    --black: #000000;
    --white: #fffdfa;
    --cyan-blue: #023047;
    --orange: #fb8500;
    --cyan: #219ebc;
    --gray: #b1b1b1;
    --azure-blue: #f0fcff;
    --very-light-red-shade: #fff3e6;
    --yellow: #fff8e6;
    --very-light-shade-blue: #eafbff;
}

@media (max-width: 1199.98px) {
    :root {
        --font-3xl: 36px;
        --font-4xl: 40px;
        --font-5xl: 43px;
    }
}

@media (max-width: 991.98px) {
    :root {
        --font-4xl: 36px;
    }
}

/* @media (max-width:767.98px) {
    :root {}
} */

@media (max-width: 575.98px) {
    :root {
        --font-md: 13.5px;
        --font-2xl: 30px;
        --font-3xl: 24px;
        --font-4xl: 23px;
        --font-5xl: 27px;
        --fs-18: 16px;
    }
}

.font-xs {
    font-size: var(--font-xs) !important;
}

.font-sm {
    font-size: var(--font-sm) !important;
}

.font-md {
    font-size: var(--font-md) !important;
}

.font-18 {
    font-size: var(--fs-18) !important;
}

.font-lg {
    font-size: var(--font-lg) !important;
}

.font-xl {
    font-size: var(--font-xl) !important;
}

.font-2xl {
    font-size: var(--font-2xl) !important;
}

.font-3xl {
    font-size: var(--font-3xl) !important;
}

.font-4xl {
    font-size: var(--font-4xl) !important;
}

.font-5xl {
    font-size: var(--font-5xl) !important;
}

.black {
    color: var(--black) !important;
}

.white {
    color: var(--white) !important;
}

.orange {
    color: var(--orange) !important;
}

.cyan-blue {
    color: var(--cyan-blue) !important;
}

.cyan {
    color: var(--cyan) !important;
}

.gray {
    color: var(--gray) !important;
}

.op-07 {
    opacity: 0.7;
}

/* ============================= FONT WEIGHT ============================= */

.fw_normal {
    font-weight: 400 !important;
}

.fw_middum {
    font-weight: 500 !important;
}

.fw_semibold {
    font-weight: 600 !important;
}

.fw_bold {
    font-weight: 700 !important;
}

.fw_extrabold {
    font-weight: 800 !important;
}

/* ================================= COMMON CLASSES========================= */

.main-heading {
    font-size: var(--font-5xl);
    font-weight: 700;
    color: var(--cyan-blue);
    line-height: 65px;
}

.heading {
    font-size: var(--font-4xl);
    font-weight: 700;
    color: var(--cyan-blue);
}

.sub-heading {
    font-size: var(--font-2xl);
    font-weight: 700;
    color: var(--cyan-blue);
}

.para {
    font-size: var(--fs-18);
    font-weight: 500;
    color: var(--cyan-blue);
    line-height: 28px;
}

.cursor-pointer {
    cursor: pointer;
}

.common-btn {
    font-size: var(--font-md);
    font-weight: 500;
    color: var(--white);
    background-color: var(--orange);
    padding: 8px 19px 10px 19px;
    border: 1px solid var(--orange);
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.common-btn:hover {
    color: var(--white) !important;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    background-color: #f08206;
}

.common-btn svg {
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.common-btn:hover svg {
    transform: translateX(4px);
}

.disabled-btn {
    pointer-events: none;
    opacity: 0.5;
}

/* HERO  */
.z-0 {
    z-index: 0;
}

.hero-football-border {
    border: 1.37474px dashed #fffdfa;
    border-radius: 23px;
    position: absolute;
    right: -55px;
    top: 230px;
    z-index: 1;
}

.hero-football-border img {
    max-width: 155px;
}

.hero-footer-bg {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(7px);
    border-radius: 15.6591px;
    margin: 6px;
    padding: 18px;
}

.hero-keyhomeimage-border {
    border: 1.37474px dashed #fffdfa;
    border-radius: 23px;
    position: absolute;
    left: -20px;
    top: 374px;
    z-index: 1;
}

.hero-keyhome-bg img {
    max-width: 117px;
}

.hero-keyhome-bg {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(7px);
    border-radius: 15.6591px;
    margin: 6px;
    padding: 18px;
}

.hot-dog-hero {
    position: absolute;
    right: -70px;
    top: 20px;
    transform: rotate(140deg);
}

.german-flag-hero {
    position: absolute;
    left: -150px;
    bottom: 170px;
}

/* ========================= NAVBAR ===================== */

.focus-0 .form-select {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.nav-link {
    font-size: var(--font-md) !important;
    font-weight: 400 !important;
    color: var(--black) !important;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.nav-link:hover {
    color: var(--orange) !important;
    /* font-weight: 700 !important; */
}

.active {
    color: var(--cyan-blue) !important;
    font-weight: 700 !important;
}

/* .middle {
    position: relative;
}

.middle:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 4px;
    left: 0;
    background-color: var(--orange);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

.middle:hover:before {
    visibility: visible;
    transform: scaleX(1);
} */

.free-trial-btn {
    font-size: var(--font-md);
    font-weight: 600;
    color: var(--orange) !important;
    border: 1px solid var(--orange);
    background: var(--white);
    border: 1px solid var(--orange);
    border-radius: 50px;
    padding: 8px 19px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.free-trial-btn:hover {
    color: var(--white) !important;
    background-color: var(--orange);
}

.navbar-toggler {
    border: 2px solid;
}

.navbar-light .navbar-toggler {
    color: var(--orange) !important;
    border-color: var(--orange) !important;
}

.navbar-toggler:focus {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../assets/img/svg/toogle-navbar.svg") !important;
}

.text-transparent {
    color: transparent !important;
}

.z-5 {
    z-index: 5;
}

.w-70 {
    width: 70px;
}

/* ========================= HERO ================================================ */

.hero-section {
    min-height: calc(100vh - 100px);
    background-image: url("./img/png/hero-bg.png");
    background-repeat: no-repeat;
    background-size: 102% 92%;
    background-position-x: -30px;
    background-position-y: -87%;
    margin-top: -30x;
}

.hero-image img {
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
}

.hero-content {
    min-height: 70vh;
}

.hero-hotdig-img {
    z-index: -1;
    -webkit-transform: rotate(267deg) !important;
    -ms-transform: rotate(267deg) !important;
    transform: rotate(267deg) !important;
    top: -20px;
    right: -28%;
}

.vector-img-01 {
    z-index: -1;
    -webkit-transform: rotate(274deg);
    -ms-transform: rotate(274deg);
    transform: rotate(274deg);
    left: 0;
    margin-top: -20px;
}

.flag-img {
    left: -180px;
    bottom: -60px;
    width: 156px;
}

/* ========================= ABOUT ================================================ */

.text-letter-spacing {
    letter-spacing: 4px;
}

.vector-img {
    right: 0;
    bottom: 0;
}

/* ========================= OUR FEATURES , LESSONS =============================== */

.lessons-bg {
    top: 21%;
    right: 0;
    width: 54%;
}

.lessons-bg img {
    object-fit: cover;
    border-radius: 15px 0px 0px 15px;
    height: 313px !important;
}

.lessons-bg-rtl {
    top: 21%;
    left: 0;
    width: 54%;
    transform: rotate(180deg);
}

.lessons-bg-rtl img {
    height: 313px !important;
    object-fit: cover;
    border-radius: 15px 0px 0px 15px;
}

.restaurant-box {
    min-width: 334px;
    max-width: 334px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 2px 34px 0px #0000001a;
    box-shadow: 0px 2px 34px 0px #0000001a;
    border-radius: 17px;
}

.z-minus-one {
    z-index: -5;
}

.restaurant-box02 {
    min-width: 333px;
    max-width: 333px;
    border-radius: 0;
}

/* ========================= FLEXIBLE PLANS & PRICING SECTION ===================== */

.pricing-section {
    background-image: url("/static/image/pricing-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 80vh;
    padding-top: 170px;
    padding-bottom: 200px;
}

.pricing-section .heading {
    line-height: 62.4px;
}

.pricing-card {
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pricing-card:hover .euro-box {
    background-color: var(--orange) !important;
}

.pricing-card:hover .euro-box p,
.pricing-card:hover .euro-box h2 {
    background-color: var(--orange) !important;
    color: white !important;
}

.euro-box {
    -webkit-box-shadow: 0px 0px 5px 2px #00000014;
    box-shadow: 0px 0px 5px 2px #00000014;
    border-radius: 10px;
    background: #fffdfa;
}

.lh-24 {
    line-height: 24px;
}

.subscribe-btn {
    color: var(--orange) !important;
    background-color: var(--white);
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.subscribe-btn:hover {
    color: var(--white) !important;
    background-color: var(--orange);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.pricing_card02 .euro-box {
    background: var(--orange);
    -webkit-box-shadow: 0px 4px 13px 2px #fd920180;
    box-shadow: 0px 4px 13px 2px #fd920180;
}

.pricing_card02 .euro-box h2,
.pricing_card02 .euro-box p {
    color: var(--white) !important;
}

.best-deal-band {
    background-color: var(--orange);
    -webkit-transform: rotate(39.02deg);
    -ms-transform: rotate(39.02deg);
    transform: rotate(39.02deg);
    width: 100%;
    right: -84px;
    top: 0;
    padding-left: 60px;
}

/* ========================= FLEXIBLE PLANS & PRICING SECTION ====================== */

.german-content {
    background-image: url("/static/image/german-section-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.german_img {
    margin-bottom: -3px;
}

/* ========================= FOOTER SECTION ======================================== */

.footer-section {
    background-color: var(--very-light-red-shade);
}

.footer-section a {
    color: black !important;
}

.social-icon::after,
.social-icon svg {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icon::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    border: 1px solid #fb8500;
    border-radius: 50%;
}

.social-icon:hover::after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.social-icon:hover svg {
    -webkit-transform: scale(1.24);
    -ms-transform: scale(1.24);
    transform: scale(1.24);
}

.footer-links li a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-links li a:hover {
    color: var(--orange) !important;
    opacity: 1;
}

.orange-border-top {
    border-top: 1px solid var(--orange);
}

/* ========================= TESTINOMIALS SECTION ======================================== */
.testinomials img {
    border-radius: 50%;
}

/* square */

.square {
    background-color: white;
    min-height: 200px;
    width: 100%;
    margin: auto;
    border: rgba(65, 65, 65, 0.215) solid 0.5px;
    position: relative;
    -webkit-box-shadow: 0px 2px 6px 0px transparent;
    box-shadow: 0px 2px 6px 0px transparent;
    border-radius: 8px;
    margin-left: 4px;
}

/* only change degrees on rotate and bottom position */

.bottom::after {
    background-color: var(--white);
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: -15.6px;
    left: 8%;
    border-top: rgb(171, 167, 167) solid 0.5px;
    border-left: rgb(171, 167, 167) solid 0.5px;
    border-top-left-radius: 2px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-box-shadow: 2px 1px 2px 0px transparent;
    box-shadow: 2px 1px 2px 0px transparent;
}

.bottom:hover:after {
    border-top-left-radius: 2px;
    border-top: transparent solid 0.5px;
    border-left: transparent solid 0.5px;
    -webkit-box-shadow: -2px -2px 0px -1px #0000001c;
    box-shadow: -2px -2px 0px -1px #0000001c;
}

.square:hover {
    border: 0.5px solid transparent;
    -webkit-box-shadow: 0px 2px 6px 0px #00000029;
    box-shadow: 0px 2px 6px 0px #00000029;
}

/* ================================== SLIDER CSS ================================ */

.testinomial-slider .slick-prev {
    left: -60px;
    background: url("/static/image/left-arrow.svg") !important;
    border-radius: 50%;
    border: 2px solid #ffb703;
}

.testinomial-slider .slick-next {
    right: -50px;
    top: 44%;
    background: url("/static/image/right-arrow.svg") !important;
    border: 2px solid #ffb703;
    border-radius: 50%;
}

.testinomial-slider .slick-prev,
.testinomial-slider .slick-next {
    width: 40px;
    height: 40px;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
}

.testinomial-slider .slick-arrow:before {
    content: unset;
}

.testinomial-slider .slick-dots li {
    width: 15px;
    height: 15px;
}

.testinomial-slider .slick-dots li.slick-active button:before {
    color: var(--orange);
    opacity: 0.9;
}

.testinomial-slider .slick-dots li button:before {
    font-size: 14px;
    color: var(--orange);
}

/* ================================== SLIDER CSS ================================ */

.grammar-refernce-vector-img {
    -webkit-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
    transform: rotate(320deg);
}

/* .app-switching-section {
  background-color: var(--azure-blue);
} */

.app-switching-img {
    min-width: 724px;
    height: 100%;
    right: 0;
    top: 0;
}

.app-switching-img-rtl {
    min-width: 724px;
    height: 100%;
    left: 0;
    top: 0;
}

.app-switching-section .container {
    margin-bottom: -20px;
}

.circle-img {
    right: 76px;
    bottom: -56px;
}

.wiki-bg {
    top: 27%;
    right: 0;
    width: 54%;
}

.wiki-bg-rtl {
    top: 27%;
    width: 54%;
    left: 0;
}

.wiki-bg img {
    height: 343px !important;
    object-fit: cover;
    border-radius: 15px 0px 0px 15px;
}

.wiki-bg-rtl img {
    border-radius: 0px 15px 15px 0px;
    height: 343px !important;
}

.circle02 {
    right: 0;
    top: 0;
}

.circle03 {
    bottom: 40px;
    right: 20px;
}

.circle-flashcards {
    right: 160px;
    bottom: -110px;
}

.flashcards-vector {
    margin-top: -70px;
}

.yellow-vector {
    bottom: 0;
}

#loading {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    background: var(--white);
    z-index: 100;
    overflow-x: hidden !important;
    z-index: 22;
}

.loading-img {
    min-height: 100vh;
}

#loading img {
    max-width: 130px;
    -webkit-animation: loader-animation 2s ease infinite;
    animation: loader-animation 2s ease infinite;
}

.transition-03sEase {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hide-down-arrow {
    opacity: 0;
}

@-webkit-keyframes loader-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loader-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* BACK TO TOP  */

#scroll {
    position: fixed;
    z-index: 21;
    right: 20px;
    top: 88%;
    cursor: pointer;
    width: 55px;
    height: 55px;
    -webkit-box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.09);
    text-indent: -9999px;
    display: none;
    border-radius: 60px;
    background-color: var(--orange);
    background-image: url("../assets/img/svg/up-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: moves 3s ease-in-out infinite;
    animation: moves 3s ease-in-out infinite;
}

#scroll:hover {
    -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes moves {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moves {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* ===================================== FLASHCARDS DECKS =================================== */

.flashcards-bg {
    top: 28%;
    width: 52%;
    left: 0;
}

.flashcards-bg img {
    height: 323px !important;
    object-fit: cover;
    border-radius: 0px 15px 15px 0px;
}

.flashcards-bg-rtl {
    top: 29%;
    width: 52%;
    right: 0;
}

.flashcards-bg-rtl img {
    height: 323px !important;
    transform: rotate(180deg);
    object-fit: cover;
    border-radius: 0px 15px 15px 0px;
}

.flash-decks-small-circle {
    position: absolute;
    top: 20px;
    right: 20px;
}

.flash-decks-big-circle {
    bottom: 20px;
}

.flag-with-circles-img {
    bottom: -60px;
    z-index: 1;
}

.german-hotdog {
    -webkit-transform: translate(-120px, -60px);
    -ms-transform: translate(-120px, -60px);
    transform: translate(-120px, -60px);
}

.pricing-bg-circle {
    top: 150px;
    left: 14px;
}

.pricing-bg-small-circle {
    left: 102px;
    top: 250px;
}

.top-0 {
    top: 0;
}

.right-place-bg {
    max-width: 850px;
    margin: auto;
}

.right-place-content {
    max-width: 250px;
    position: absolute;
    top: 26%;
    left: 56%;
}

.right-place-content h2 {
    font-size: 26px;
}

.right-place-content p {
    font-size: 16px;
}

.flag-img-right-place {
    margin-bottom: -70px;
    margin-left: -30px;
}

/* =============== TIMELINE CSS =============== */

.timeline-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -90px;
}

.timeline-container .vertical-scrollable-timeline {
    width: 770px;
    list-style-type: none;
    position: relative;
}

.timeline-container .vertical-scrollable-timeline .list-progress {
    width: 3px;
    height: 68%;
    background-color: var(--orange);
    position: absolute;
    left: 55px;
    top: 0;
    overflow: hidden;
}

.timeline-container .vertical-scrollable-timeline .list-progress .inner {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 68%;
    background-color: #e6eaed;
    width: 100%;
}

.timeline-container .vertical-scrollable-timeline li {
    position: relative;
    padding: 10px 60px 80px 78px;
}

.timeline-container .vertical-scrollable-timeline li:last-child {
    margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li h2 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.timeline-container .vertical-scrollable-timeline li p {
    line-height: 1.5;
    color: #fff;
}

.timeline-container .vertical-scrollable-timeline li p:last-child {
    margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 31.75px;
    height: 31.75px;
    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;
    background: var(--very-light-shade-blue);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder::before {
    content: "";
    width: 15.13px;
    height: 15.13px;
    position: absolute;
    background: var(--cyan);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder i {
    font-size: 25px;
    color: #fff;
}

.timeline-container .vertical-scrollable-timeline li::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 8px;
    background-color: transparent;
    left: 48px;
    z-index: 0;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder {
    background-color: var(--yellow);
}

.timeline-container
.vertical-scrollable-timeline
li.active
.icon-holder::before {
    background-color: var(--orange);
}

.timeline-container .vertical-scrollable-timeline li.active .sub-heading {
    color: var(--orange) !important;
}

.progress-icon-svg {
    margin-top: -14px;
    margin-left: -10px;
}

.timeline-container
.vertical-scrollable-timeline
li.active
.progress-icon-svg
.fill-one {
    fill: var(--yellow) !important;
    opacity: 1 !important;
}

.timeline-container
.vertical-scrollable-timeline
li.active
.progress-icon-svg
.fill-two {
    fill: var(--orange) !important;
    stroke: var(--orange) !important;
    opacity: 1 !important;
}

/* ROADMAP RTL  */

.vertical-time-line-rtl li {
    text-align: end !important;
}

.vertical-time-line-rtl .list-progress {
    right: 65px !important;
    left: unset !important;
}

.vertical-time-line-rtl .icon-holder {
    left: unset !important;
    right: 52px !important;
}

.vertical-time-line-rtl li {
    padding: 10px 120px 80px 50px !important;
}

.progress-vector {
    -webkit-transform: rotate(322deg);
    -ms-transform: rotate(322deg);
    transform: rotate(322deg);
    left: 55px;
    top: 390px;
}

.rotated-img-45 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    bottom: 280px;
}

.rotated-img-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0;
    bottom: 280px;
}

.rotated-img-135 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 0;
    bottom: 280px;
}

.rotated-img-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
    bottom: 280px;
}

.rotated-img-225 {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 0;
    bottom: 280px;
}

.rotated-img-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    right: 0;
    bottom: 280px;
}

.progress-hotdog-img {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    right: 0;
    bottom: 280px;
}

.progress-ellipse {
    bottom: 90px;
    left: 90px;
}

.hero-cross-vector {
    position: absolute;
    left: 0;
    bottom: 0px;
    transform: rotate(289deg);
}

.hero-cross-vector-rtl {
    right: 0;
    position: absolute;
    bottom: 70px;
}

.hero-mobile-screen {
    margin-top: 70px;
    max-width: 600px;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1230px;
    }
}

@media (min-width: 1700px) {
    .curved-bg-image-hero {
        right: -241px;
    }
}

@media (max-width: 1599.98px) {
    .curved-image-hero-rtl {
        left: -100px;
    }

    .german-flag-hero {
        left: -153px;
        bottom: 130px;
    }

    .hero-mobile-screen {
        margin-top: 65px;
        max-width: 620px;
    }

    .hero-cross-vector {
        bottom: -15px;
        max-width: 120px;
    }

    .hero-cross-vector-rtl {
        max-width: 120px;
    }

    .hero-section {
        background-size: 103% 100%;
        background-position-x: -20px;
        background-position-y: -72px;
        padding-bottom: 220px !important;
        padding-top: 10px;
    }

    .right-place-bg {
        max-width: 750px;
    }

    .right-place-content {
        max-width: 250px;
        top: 26%;
        left: 52%;
    }

    .hero-image img {
        max-width: 573px;
    }

    .hero-image img {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    .hero-hotdig-img {
        right: -11%;
    }

    .vector-img-01 {
        max-width: 130px;
    }

    .flag-img {
        width: unset;
        left: -110px;
        bottom: 0;
    }

    .yellow-vector {
        bottom: -250px;
    }

    /* .right-place-bg {
      height: 600px;
    } */
}

@media (max-width: 1399.98px) {
    .hero-section {
        background-position-x: 20px;
    }

    .hero-image img {
        max-width: 523px;
    }

    .lessons-bg {
        top: 11%;
    }

    .wiki-bg {
        top: 23%;
    }

    .restaurant-box {
        min-width: 314px;
        max-width: 314px;
    }

    .restaurant-box02 {
        min-width: 327px;
        max-width: 327px;
    }

    .best-deal-band {
        right: -64px;
    }

    .circle02 {
        max-width: 95px;
    }

    .vector-img-01 {
        margin-top: 0;
    }

    .flashcards-bg {
        top: 24%;
    }

    .flash-decks-big-circle {
        max-width: 90px;
        bottom: 10px;
    }

    .german-hotdog {
        -webkit-transform: translate(-110px, -50px);
        -ms-transform: translate(-110px, -50px);
        transform: translate(-110px, -50px);
        max-width: 90px;
    }

    .pricing-bg-small-circle {
        left: 82px;
    }

    .progress-hotdog-img {
        bottom: 330px;
    }
}

@media (max-width: 1299.98px) {
    .curved-bg-image-hero {
        right: -220px;
    }

    .curved-image-hero-rtl {
        left: -280px;
    }

    .hero-section {
        background-size: 100% 100%;
    }

    .hero-image img {
        max-width: 563px;
    }

    .hero-hotdig-img {
        right: -5%;
    }

    .vector-img-01 {
        max-width: 110px;
        margin-top: 40px;
    }

    .testinomial-slider .slick-prev {
        left: -40px;
    }

    .testinomial-slider .slick-next {
        right: -30px;
    }

    .app-switching-img {
        min-width: 670px;
    }

    .app-switching-section .container {
        margin-bottom: -50px;
    }

    .circle-img {
        bottom: -46px;
    }

    .circle-img img {
        max-width: 55px;
    }

    .yellow-vector {
        bottom: -220px;
        max-width: 280px;
    }

    .german-hotdog {
        -webkit-transform: translate(-40px, 0px);
        -ms-transform: translate(-40px, 0px);
        transform: translate(-40px, 0px);
        max-width: 70px;
    }
}

@media (max-width: 1199.98px) {
    .hero-mobile-screen {
        max-width: 500px;
    }

    .built-in-dictionary-curved-bg img {
        max-width: 350px;
        margin: auto;
    }

    .flashcard-deck-bg-cuved img {
        max-width: 350px;
        margin: auto;
    }

    .right-place-content {
        max-width: 310px;
        left: 50%;
    }

    .curved-bg-image-hero {
        right: -373px;
    }

    .cream-curve-bg-hero {
        bottom: -293px;
        max-width: 170px;
    }

    .about-us-illustration {
        width: 420px;
        height: 310px;
    }

    .hero-image img {
        max-width: unset;
    }

    .main-heading {
        line-height: normal;
    }

    .restaurant-box02 {
        min-width: 254px;
        max-width: 254px;
    }

    .hero-section {
        background-image: none;
        padding-bottom: 48px !important;
        padding-top: 0px;
    }

    .hero-hotdig-img {
        max-width: 90px;
    }

    .hero-section {
        min-height: calc(50vh - 100px);
    }

    .hero-content {
        min-height: unset;
    }

    .hero_img01::after {
        position: absolute;
        content: "";
        width: 106%;
        height: 125%;
        right: -24px;
        top: -50px;
        background: -o-linear-gradient(
                311.74deg,
                var(--orange) 0.74%,
                #ffb703 103.56%
        );
        background: linear-gradient(
                138.26deg,
                var(--orange) 0.74%,
                #ffb703 103.56%
        );
        z-index: -5;
        border-radius: 50px;
    }

    .flag-img {
        display: none;
    }

    .best-deal-band {
        right: -122px;
        padding-left: 62px;
    }

    .testinomial-slider .slick-prev {
        left: -30px;
    }

    .testinomial-slider .slick-next {
        right: -20px;
    }

    .para {
        line-height: 22px;
    }

    .app-switching-img {
        max-width: 587px;
    }

    .app-switching-section .container {
        margin-bottom: -75px;
    }

    .circle-flashcards {
        right: 80px;
    }

    .flashcards-vector {
        margin-top: 20px;
    }

    .flash-decks-small-circle {
        max-width: 45px;
    }

    .flashcards-bg img {
        height: 293px !important;
    }

    .flag-with-circles-img {
        max-width: 140px;
    }

    .pricing-section {
        padding-top: 200px;
    }

    .pricing-bg-circle {
        top: 180px;
    }

    .pricing-bg-small-circle {
        top: 280px;
    }

    .flag-img-right-place {
        max-width: 180px;
    }

    .timeline-container {
        margin-top: -40px;
    }

    .timeline-container .vertical-scrollable-timeline li {
        padding: 10px 60px 50px 78px;
    }

    .progress-ellipse {
        bottom: 0px;
        left: 10px;
    }
}

@media (max-width: 991.98px) {
    .hero-mobile-screen {
        margin-top: 70px;
    }

    .about-us-underline-mobile span {
        position: relative;
        display: inline-block !important;
    }

    .about-us-underline-mobile span::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        background-color: #023047;
    }

    .in-depth-ref-underline-mobile span {
        position: relative;
        display: inline-block !important;
    }

    .in-depth-ref-underline-mobile span::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        background-color: #fb8500;
    }

    .built-in-dictionary-curved-bg img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .built-in-dictionary-curved-bg img {
        max-width: 300px;
    }

    .flashcard-deck-bg-cuved {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lesson-bg-cuved img {
        max-width: 320px;
        margin: auto;
    }

    .flashcard-deck-bg-cuved img {
        max-width: 320px;
        margin: auto;
    }

    .wiki-and-exercises-blue-bg img {
        max-width: 320px;
        margin: auto;
    }

    .curved-bg-image-hero {
        right: -73px;
        max-width: 470px;
        top: 550px;
    }

    .hero-football-border {
        right: -40px;
        top: 120px;
    }

    .hero-football-border img {
        max-width: 100px;
    }

    .hero-footer-bg {
        padding: 12px;
    }

    .hero-keyhome-bg {
        padding: 12px;
    }

    .hero-keyhome-bg img {
        max-width: 75px;
    }

    .hero-keyhomeimage-border {
        left: -20px;
        top: 255px;
    }

    .hot-dog-hero {
        top: -43px;
    }

    .curved-bg-image-hero {
        top: 629px;
        right: 0px;
        max-width: 650px;
    }

    .curved-image-hero-rtl {
        top: 629px;
        left: 0px;
        max-width: 650px;
    }

    .flashcards-section {
        background: var(--yellow);
    }

    .mw-120 {
        max-width: 120px;
    }

    .nav-logo {
        max-width: 70px;
    }

    .text-letter-spacing {
        letter-spacing: 2px;
    }

    .hero-hotdig-img {
        max-width: 110px;
        right: 0;
    }

    .vector-img-01 {
        max-width: 110px;
        bottom: -110px;
    }

    .hero_img01::after {
        width: 100%;
        right: 0;
        height: 115%;
    }

    .best-deal-band {
        right: -115px;
        padding-left: 58px;
        font-size: 11px !important;
    }

    .pricing-section .heading {
        line-height: 48.4px;
    }

    .german-content {
        background-image: unset;
        background-color: var(--azure-blue);
    }

    .footer-links li a {
        font-size: 14px;
    }

    .app-switching-section .container {
        margin-bottom: 0;
    }

    .right-place-content {
        left: 49%;
    }

    .timeline-container {
        margin-top: 0px;
    }

    .lesson_bg_img::after {
        opacity: 0;
    }

    #lesson {
        background-color: #f0fcff;
    }

    #wiki {
        background-color: #f0fcff;
    }

    .lesson_bg_img-rtl::after {
        width: 100vw;
    }

    .flash-card-decks_bg_image::after {
        width: 100vw;
    }

    .flash-card-decks_bg_image_rtl::after {
        width: 100vw;
    }
}

@media (max-width: 767.98px) {
    .indepth-grammer-bg-cuved {
        background-size: contain;
    }

    .indepth-grammer-bg-cuved img {
        max-width: 300px;
    }

    .timeline-container .vertical-scrollable-timeline li h2 {
        font-size: 20px !important;
    }

    .lesson-bg-cuved img {
        max-width: 250px;
    }

    .flashcard-deck-bg-cuved img {
        max-width: 250px;
    }

    .wiki-and-exercises-blue-bg img {
        max-width: 300px;
    }

    .curved-bg-image-hero {
        right: -73px;
        max-width: 470px;
        top: 420px;
    }

    .curved-image-hero-rtl {
        left: -41px;
        max-width: 490px;
        top: 475px;
    }

    .hero-section {
        padding-bottom: 24px !important;
    }

    .right-place-content h2 {
        font-size: 24px;
    }

    .right-place-content p {
        font-size: 14px;
    }

    .about-us-illustration {
        width: 80%;
        height: auto;
    }

    .hero-hotdig-img {
        max-width: 50px;
    }

    .vector-img-01 {
        max-width: 74px;
        bottom: -70px;
    }

    .pricing-section {
        padding-top: 50px;
        padding-bottom: 50px;
        background-image: none;
        background-color: var(--orange);
    }

    .german-section {
        background-color: var(--azure-blue);
    }

    .square {
        min-height: 140px;
    }

    .testinomial-slider .slick-prev {
        top: 40%;
    }

    .testinomial-slider .slick-next {
        top: 32%;
    }

    #loading img {
        max-width: 70px;
    }

    .best-deal-band {
        right: -67px;
    }
}

@media (max-width: 575.98px) {
    .hero-mobile-screen {
        margin-top: 0;
        max-width: 100%;
    }

    .german_img {
        max-width: 280px;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    /* .lesson_bg_img::after {
      width: 100%;
      border-radius: 15px;
    }
    .lesson_bg_img-rtl::after {
      width: 100%;
      border-radius: 15px;
    }

    .flash-card-decks_bg_image::after {
      width: 100vw;
    }
    .flash-card-decks_bg_image_rtl::after {
      width: 100vw;
    } */
    .vertical-time-line-rtl li {
        padding: 10px 59px 80px 0px !important;
    }

    .vertical-time-line-rtl .icon-holder {
        right: 10px !important;
    }

    .vertical-time-line-rtl .list-progress {
        right: 26px !important;
    }

    .right-place-bg {
        padding-top: 110px;
        padding-bottom: 40px;
    }

    .right-place-content {
        left: 0%;
        top: 34%;
        width: 100%;
        max-width: 100%;
    }

    .text-conent-youarerightplace {
        max-width: 250px;
        margin: auto;
    }

    .text-letter-spacing {
        letter-spacing: 2px;
    }

    .mw-120 {
        max-width: 100px;
    }

    .free-trial-btn {
        text-align: center;
        width: 100%;
    }

    .hero_img01::after {
        width: 111%;
        right: -20px;
        height: 128%;
    }

    .pricing-section .heading {
        line-height: unset;
    }

    .lessons-list li img {
        width: 16px;
    }

    .vector-img-01 {
        bottom: -130px;
    }

    .timeline-container .vertical-scrollable-timeline li {
        padding: 10px 16px 50px 56px;
    }

    .timeline-container .vertical-scrollable-timeline {
        padding-left: 0px;
    }

    .timeline-container .vertical-scrollable-timeline .list-progress {
        height: 67%;
        left: 14px;
    }

    /* .timeline-container .vertical-scrollable-timeline .list-progress .inner {
          right: -2px;
      } */
    .pricing-card {
        max-width: 375px !important;
        margin: auto !important;
    }

    .best-deal-band {
        right: -36%;
    }

    .lessons-list {
        max-width: 355px !important;
        margin: auto !important;
    }
}

@media (max-width: 399.98px) {
    .pricing-card {
        max-width: 296px !important;
    }

    .best-deal-band {
        padding-left: 58px;
        right: -32%;
    }
}

@media (max-width: 374.98px) {
    .vector-img-01 {
        bottom: -70px;
    }
}
