@import url(../fonts/stylesheet.css);
@import url(bootstrap.css);
@import url(animate.css);
@import url(swiper.css);
@import url(fancybox.css);
@import url(select2.css);
@import url(rating.css);
@import url(sweetalert.css);

#banner::before,
#header .right .language-selector,
#header .right .language-selector .others>li {
    background: url("../images/star_blue.svg") center center/contain no-repeat
}

#banner .text,
#banner .title {
    z-index: 99;
    position: relative
}

:root {
    --padding: calc((100% - 1300px) / 2);
    --main_color: #23272a;
    --orange: #f2592c;
    --beige: #fcf6f0;
    --yellow: #ffc268;
    --green: #00b9aa;
    --white: #fff;
    --black: #000;
    --purple: #cfbcf8;
    --content_height: 80vh
}

::-webkit-scrollbar {
    display: none
}

#faq .content .accordion-item .accordion-body a,
.color_orange {
    color: var(--orange)
}

.w-10 {
    width: 10%
}

.w-20 {
    width: 20%
}

.w-30 {
    width: 30%
}

.w-40 {
    width: 40%
}

.w-50 {
    width: 50%
}

.w-60 {
    width: 60%
}

.w-70 {
    width: 70%
}

.w-80 {
    width: 80%
}

.w-90 {
    width: 90%
}

.w-100 {
    width: 100%
}

[data-overlay="0"]::before {
    opacity: 0
}

[data-overlay="1"]::before {
    opacity: .1
}

[data-overlay="2"]::before {
    opacity: .2
}

[data-overlay="3"]::before {
    opacity: .3
}

[data-overlay="4"]::before {
    opacity: .4
}

[data-overlay="5"]::before {
    opacity: .5
}

[data-overlay="6"]::before {
    opacity: .6
}

[data-overlay="7"]::before {
    opacity: .7
}

[data-overlay="8"]::before {
    opacity: .8
}

[data-overlay="9"]::before {
    opacity: .9
}

.parsley-errors-list.filled,
[data-overlay="10"]::before {
    opacity: 1
}

[data-overlay] {
    position: relative
}

[data-overlay]::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    z-index: 9
}

.upload-area.error,
.upload-area.success {
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

#slider .text-wrapper .btn,
#slider .text-wrapper .slide-text,
#slider .text-wrapper .slide-title {
    -webkit-transform: translateX(-1500%);
    transform: translateX(-1500%)
}

body,
html {
    max-width: 100vw;
    overflow-x: hidden;
    background-color: var(--beige);
    font-family: "VAG Rounded Next NORMAL"
}

.select2-container,
img {
    max-width: 100% !important
}

.vag_normal {
    font-family: "VAG Rounded Next NORMAL" !important
}

.vag_500 {
    font-family: "VAG Rounded Next 500" !important
}

.vag_600 {
    font-family: "VAG Rounded Next 600" !important
}

#faq .content .accordion-item .accordion-body strong,
.vag_bold {
    font-family: "VAG Rounded Next BOLD" !important
}

.pn_bold {
    font-family: "PN Sharktank BOLD" !important
}

.pn_normal {
    font-family: "PN Sharktank NORMAL" !important
}

#footer .social-media .socials .icon-wrapper:hover .icon,
.white_filter {
    filter: brightness(0) invert(1)
}

.bg_green {
    background-color: var(--green) !important
}

.bg_beige {
    background-color: var(--beige) !important
}

#header .navbar-toggler {
    padding: 5px;
    margin: 15px 0;
    border: 0
}

#header .navbar-toggler span {
    width: 30px;
    height: 4px;
    margin: 4px;
    display: block;
    background: var(--green)
}

*,
:hover {
    -webkit-transition: .25s;
    transition: .25s
}

::-moz-selection {
    color: var(--orange) !important;
    background: var(--yellow) !important
}

::selection {
    color: var(--orange) !important;
    background: var(--yellow) !important
}

:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

a {
    text-decoration: none;
    color: #1c2f25
}

a:hover {
    color: var(--green)
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    border-color: #006400 !important
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    border-color: #c00 !important
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: .9em;
    line-height: .9em;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

p.parsley-success {
    color: #468847 !important;
    background-color: #fff !important;
    border: 1px solid #89a663 !important
}

p.parsley-error {
    color: #b94a48 !important;
    background-color: #fff !important;
    border: 1px solid #fff !important
}

ul.parsley-errors-list {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    display: none
}

ul.parsley-errors-list li {
    font-size: 10px;
    background: #d86786;
    padding: 5px 10px;
    border-radius: 4px
}

#footer .copyright .icon {
    width: 38px;
    height: 21px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

#footer .copyright a:hover .icon {
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-transition: .5s;
    transition: .5s
}

.big_container {
    width: 90vw;
    margin: 0 auto
}

#header .navbar-nav>li,
.navbar {
    padding: 0
}

.navbar .dropdown {
    position: static
}

.navbar .dropdown-menu:hover,
.navbar .dropdown:hover .dropdown-menu {
    display: block !important
}

.navbar .dropdown-menu {
    width: 100%;
    left: 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

#header {
    position: absolute;
    z-index: 999;
    width: 100vw
}

#header .navbar-brand {
    padding: 20px 0;
    margin: 0
}

#header .navbar-brand img {
    height: 100px;
    object-fit: contain
}

#header .navbar-nav>li>a {
    text-align: center;
    color: var(--main_color);
    font-size: 16px;
    padding: 10px 35px;
    position: relative;
    border-radius: 25px;
    margin-right: 15px
}

#header .navbar-nav>li>a.active,
#header .navbar-nav>li>a:hover {
    color: var(--orange);
    background-color: var(--white)
}

#banner .go-bottom:hover,
#header .right .language-selector:hover {
    cursor: pointer
}

#header .right .language-selector .selected {
    position: relative;
    z-index: 2;
    width: 50px;
    height: 50px
}

#header .right .language-selector .others {
    list-style: none;
    padding: 0;
    opacity: 0;
    position: absolute;
    transform: translateY(-200%);
    transition: transform 2s, opacity .5s
}

#header .right .language-selector .others>li {
    width: 50px;
    height: 50px
}

#header .right .language-selector .others>li a:hover {
    color: var(--beige)
}

#header .right .language-selector:hover .others {
    transform: translateY(0);
    opacity: 1;
    transition: transform, opacity .75s
}

#banner {
    width: 100vw;
    height: 100vh;
    position: relative
}

#banner::before {
    content: "";
    position: absolute;
    width: 425px;
    height: 425px;
    top: 20%;
    left: -9%
}

#banner::after {
    content: "";
    position: absolute;
    width: 650px;
    height: 1100px;
    transform: rotate(35deg);
    background: url("../images/crescent_pink.svg") center center/contain no-repeat;
    bottom: 0;
    right: -10%
}

#banner .title {
    font-size: 72px
}

#banner .title span {
    display: block
}

#banner .text {
    font-size: 20px;
    width: 50%;
    margin: 50px auto 0
}

#banner .buttons {
    margin-top: 50px
}

#banner .buttons img,
#footer .app-buttons img {
    height: 50px;
    object-fit: contain;
    margin: 0 5px
}

#banner .image-wrapper {
    position: absolute;
    top: 8%;
    right: 5%
}

#banner .image-wrapper img {
    width: 100%;
    height: 700px;
    object-fit: contain;
    position: relative;
    z-index: 11
}


#banner .dots::after,
#banner .dots::before,
#banner .stars::after,
#banner .stars::before {
    content: "";
    position: absolute;
    background: center center/100% no-repeat;
    animation: 3s linear infinite MoveUpDown
}

#banner .dots_one::after {
    width: 12px;
    height: 12px;
    background-image: url("../images/dots_yellow.svg");
    top: 35%;
    right: 35%
}

#banner .dots_one::before {
    width: 15px;
    height: 15px;
    background-image: url("../images/dots_blue.svg");
    top: 50%;
    right: 50%
}

#banner .dots_two::after {
    width: 20px;
    height: 20px;
    background-image: url("../images/dots_yellow.svg");
    top: 25%;
    left: 25%
}

#banner .dots_two::before {
    width: 12px;
    height: 12px;
    background-image: url("../images/dots_blue.svg");
    bottom: 20%;
    right: 45%
}

#banner .stars_one::after {
    width: 22px;
    height: 22px;
    background-image: url("../images/star_purple.svg");
    bottom: 35%;
    left: 15%
}

#banner .stars_one::before {
    width: 16px;
    height: 16px;
    background-image: url("../images/star_green.svg");
    bottom: 20%;
    left: 27%
}

#banner .stars_two::after {
    width: 42px;
    height: 42px;
    background-image: url("../images/star_yellow.svg");
    bottom: 39%;
    right: 32%
}

#banner .stars_two::before {
    width: 14px;
    height: 14px;
    background-image: url("../images/star_orange.svg");
    top: 20%;
    right: 48%
}

#banner .go-bottom {
    position: absolute;
    left: 5vw;
    bottom: 5%
}

#banner .go-bottom .go_text {
    position: relative;
    display: block;
    writing-mode: vertical-lr;
    font-size: 15px;
    margin: 0 0 10px;
    right: 45%;
    transform: rotate(180deg) translateX(-100%);
    transition: none
}

#features .swiper-slide .text-wrapper .slide-title,
#our_books .text-wrapper .title {
    font-size: 55px;
    margin-bottom: 40px
}

#features,
#job_applications,
#our_books {
    height: 100vh;
    position: relative
}

#features .swiper-slide {
    border-radius: 50px;
    overflow: hidden;
    position: relative
}

#features .swiper-slide .text_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background: right bottom/contain no-repeat
}

#features .swiper-slide .text-wrapper {
    padding: 50px 150px;
    position: relative;
    z-index: 1
}

#features .swiper-slide .text-wrapper .slide-text {
    font-size: 18px
}

#features .swiper-slide .image-wrapper img {
    position: relative;
    width: 100%;
    height: var(--content_height);
    object-fit: cover;
    z-index: 1
}

#features .swiper-pagination {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%)
}

#features .swiper-pagination-bullet {
    width: 35px;
    height: 10px;
    border: 2px solid var(--green);
    border-radius: 15px;
    margin: 0 4px;
    background-color: transparent;
    opacity: 1
}

#features::after,
#our_books::before {
    position: absolute;
    z-index: -1;
    width: 290px;
    height: 450px;
    content: ""
}

#features .swiper-pagination-bullet-active {
    background-color: var(--green)
}

#features::after {
    right: 10%;
    bottom: -10%;
    background: url("../images/u_yellow.svg") center center/contain no-repeat;
    transform: rotate(-40deg)
}

#our_books::before {
    left: 5%;
    top: -10%;
    background: url("../images/u_green.svg") center center/contain no-repeat;
    transform: rotate(50deg)
}

#our_books .swiper-button-next,
#our_books .swiper-button-prev {
    top: 50%;
    position: absolute;
    width: 45px;
    height: 45px
}

#our_books .content {
    background-color: #faebb9;
    height: var(--content_height);
    width: 100%;
    border-radius: 50px;
    position: relative;
    padding: 50px 200px
}

#our_books .content::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/u_bg.svg") center center/contain no-repeat;
    width: 100%;
    height: 750px;
    opacity: .3
}

#our_books .swiper-wrapper {
    padding: 30px 0;
    position: relative;
    z-index: 11
}

#our_books .content .swiper-slide {
    text-align: center
}

#our_books .content .swiper-slide img {
    height: 250px;
    border-radius: 20px;
    object-fit: cover;
    transform: scale(.85)
}

#our_books .content .swiper-slide-active img {
    transform: scale(1.25)
}

#our_books .swiper-pagination {
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%)
}

#our_books .swiper-pagination-bullet {
    width: 35px;
    height: 10px;
    border: 2px solid var(--orange);
    border-radius: 15px;
    margin: 0 4px;
    background-color: transparent;
    opacity: 1
}

#our_books .swiper-pagination-bullet-active {
    background-color: var(--orange)
}

#our_books .swiper-button-prev {
    transform: scaleX(-1)
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none
}

#our_books .text-wrapper {
    position: relative;
    z-index: 11;
    margin-left: 75px
}

#our_books .text-wrapper .title {
    color: #ad9a58
}

#our_books .text-wrapper .text {
    font-size: 18px;
    color: var(--black)
}

#job_applications::before {
    content: "";
    position: absolute;
    right: 25%;
    top: -10%;
    z-index: -1;
    background: url("../images/u_orange.svg") center center/contain no-repeat;
    width: 290px;
    height: 450px;
    transform: rotate(-50deg)
}

#job_applications .content,
#special .content {
    height: var(--content_height);
    width: 100%;
    position: relative
}

#job_applications .content {
    background-color: #daedd9;
    border-radius: 50px;
    padding: 100px
}

#job_applications .content .form-wrapper {
    background-color: rgba(255, 255, 255, .4);
    border-radius: 50px;
    padding: 35px 50px;
    margin-left: 60px
}

#job_applications .content .form-wrapper .title {
    font-size: 25px;
    margin-bottom: 30px
}

#job_applications .content .form-wrapper .form-control {
    height: 60px;
    border-radius: 50px;
    border: 1px solid #aac8a9;
    padding: 0 25px
}

#job_applications .content .form-wrapper .form-control::-webkit-input-placeholder {
    color: #99a598
}

#footer .social-media .socials .whatsapp,
#job_applications .content .form-wrapper .form-control:focus {
    border-color: var(--green)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
    line-height: 60px;
    padding: 0 25px
}

.select2-container--default .select2-selection--single {
    border-radius: 50px;
    border: 1px solid #aac8a9;
    height: 60px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    right: 15px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none !important
}

#job_applications .content .form-wrapper .send {
    height: 115px;
    border-radius: 20px;
    background-color: var(--orange);
    color: #fff;
    width: 100%;
    border: 0;
    font-size: 20px
}

#job_applications .content .form-wrapper .send:hover {
    background-color: var(--main_color)
}

#job_applications .content .role-selector .title {
    color: #70976e;
    font-size: 40px;
    margin-bottom: 35px
}

#job_applications .content .role-selector .nav {
    border: 0;
    width: 75%;
    margin: 0 auto
}

#job_applications .content .role-selector .nav .nav-item {
    background-color: var(--white);
    margin: 4px 3px;
    border-radius: 50px
}

#job_applications .content .role-selector .nav .nav-item>a {
    color: var(--main_color);
    font-size: 16px;
    border-radius: 50px;
    border: 0;
    padding: 10px 35px;
    display: inline-block
}

#job_applications .content .role-selector .nav .nav-item>a.active,
#job_applications .content .role-selector .nav .nav-item>a:hover {
    background-color: #70976e;
    color: var(--white)
}

#job_applications .content .role-selector img {
    height: 300px;
    object-fit: contain;
    margin-top: 50px
}

#special {
    height: 100vh;
    position: relative;
    z-index: 9
}

#special .content {
    background-color: #77445e;
    border-radius: 50px;
    overflow: hidden
}

#special .content .text-wrapper {
    position: relative;
    height: 100%
}

#special .content .text-wrapper::after {
    content: "";
    position: absolute;
    bottom: -8%;
    left: 25%;
    background: url("../images/crescent_dark.svg") center center/contain no-repeat;
    width: 310px;
    height: 520px;
    transform: rotate(90deg)
}

#special .content .text-wrapper .stars::after,
#special .content .text-wrapper .stars::before,
#special .content .text-wrapper::before {
    content: "";
    position: absolute;
    background: url("../images/star_dark.svg") center center/contain no-repeat
}

#special .content .text-wrapper::before {
    top: 4%;
    left: 42%;
    width: 300px;
    height: 300px
}

#special .content .text-wrapper .stars::before {
    bottom: 35%;
    right: 20%;
    width: 45px;
    height: 45px
}

#special .content .text-wrapper .stars::after {
    top: 25%;
    left: 10%;
    width: 35px;
    height: 35px
}

#special .content .text-wrapper .text {
    font-size: 55px;
    color: var(--white);
    width: 60%;
    margin: 0 auto 100px;
    display: block;
    text-align: center;
    position: relative;
    line-height: 1.25;
    z-index: 9
}

#faq::after,
#faq::before {
    position: absolute;
    content: ""
}

#special .content .app-buttons img {
    height: 55px;
    object-fit: contain;
    margin: 0 5px;
    z-index: 9;
    position: relative
}

#special .content .image-wrapper::before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #77445e 100%)
}

#special .content .image-wrapper img {
    height: var(--content_height);
    width: 100%;
    object-fit: cover
}

#faq {
    position: relative;
    min-height: var(--content_height)
}

#faq::before {
    width: 425px;
    height: 425px;
    background: url("../images/star_purple.svg") center center/contain no-repeat;
    top: 0;
    left: -15%
}

#faq::after {
    width: 650px;
    height: 1100px;
    transform: rotate(35deg);
    background: url("../images/crescent_pink.svg") center center/contain no-repeat;
    bottom: -20%;
    right: -10%
}

#faq .content {
    position: relative;
    z-index: 9
}

#faq .content .title {
    color: var(--orange);
    font-size: 60px;
    margin-bottom: 60px
}

#faq .content .accordion-item {
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 0;
    padding: 0;
    position: relative
}

#faq .content .accordion-item .accordion-button {
    font-size: 18px;
    color: var(--orange);
    padding: 15px 20px
}

#faq .content .accordion-button::after {
    background-color: #ffe7d1;
    font-size: 5px;
    width: 30px;
    height: 30px;
    background-size: 10px 10px;
    background-position: center center;
    border-radius: 10px
}

#faq .accordion-button:not(.collapsed) {
    border: 0;
    background-color: #ffe7d1;
    box-shadow: none
}

#faq .accordion-button:not(.collapsed)::after {
    background-color: var(--white)
}

#faq .content .accordion-item .accordion-body {
    font-size: 15px;
    line-height: 2;
    background-color: #ffe7d1
}

#faq .content .accordion-item .accordion-body a:hover {
    text-decoration: underline
}

#footer {
    position: relative;
    overflow: hidden
}

#footer::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    background: url("../images/u_group.svg") center center/contain no-repeat;
    transform: translateX(-50%);
    width: 200vw;
    height: 125px
}

#footer .logo-wrapper {
    border-bottom: 1px solid var(--white);
    padding: 40px
}

#footer .logo-wrapper img {
    height: 160px
}

#footer .main-footer {
    padding: 50px 0 120px
}

#footer .links a {
    font-size: 15px;
    margin-right: 25px
}

#footer .social-media .title {
    font-size: 60px;
    margin-bottom: 80px
}

#footer .social-media::after {
    content: "";
    position: absolute;
    top: 40%;
    left: calc(50% - 15px);
    background: url("../images/arrow.svg") center center/contain no-repeat;
    width: 30px;
    height: 30px;
    transform: rotate(90deg)
}

#footer .social-media .socials .icon-wrapper {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid var(--white);
    display: inline-block;
    line-height: 20px
}

#footer .social-media .socials .icon {
    width: 20px;
    height: 20px
}

#footer .social-media .socials .instagram {
    border-color: var(--orange)
}

#footer .social-media .socials .instagram:hover {
    background: var(--orange)
}

#footer .social-media .socials .linkedin {
    border-color: #9bd399
}

#footer .social-media .socials .linkedin:hover {
    background: #9bd399
}

#footer .social-media .socials .youtube {
    border-color: var(--purple);
    line-height: 18.9px
}

#footer .social-media .socials .youtube:hover {
    background: var(--purple)
}

#footer .social-media .socials .whatsapp:hover {
    background: var(--green)
}

@keyframes MoveUpDown {

    0%,
    100% {
        transform: rotate(0) translateY(0)
    }

    50% {
        transform: rotate(24deg) translateY(-7px) translateX(-3px)
    }
}

@media only screen and (min-width:2440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1600px
    }

    :root {
        --padding: calc((100% - 1600px) / 2)
    }
}

.swal2-popup.swal2-toast .swal2-title {
    line-height: 40px
}

.upload-area {
    height: 115px;
    border: 1px solid #b5c3b4;
    background-color: rgba(181, 195, 180, .35);
    border-radius: 20px;
    overflow: auto;
    padding: 20px
}

.upload-area.active,
.upload-area:hover {
    cursor: pointer;
    background-color: rgba(181, 195, 180, .75)
}

.upload-area.error {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/></svg>")
}

.upload-area.success {
    border-color: #198754;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>")
}

.upload-area p {
    font-size: 17px;
    margin-bottom: 0;
    padding-left: 20px
}

.size,
.upload-area p small {
    font-size: 12px
}

#cv,
#phone .iti__arrow,
.iti__selected-dial-code {
    display: none
}

#phone .iti {
    width: 100% !important
}

#phone .iti__selected-flag {
    padding-left: 20px;
    padding-right: 10px !important;
    border-right: 1px solid #b5c3b4;
    background-color: transparent
}

#phone .form-control {
    padding-left: 60px !important
}

.grecaptcha-badge {
    z-index: 99999
}

@media only screen and (max-width:992px) {
    :root {
        --padding: 5vw;
        --content_height: unset !important
    }

    .big_container {
        width: 95vw
    }

    #banner .title {
        font-size: 32px
    }

    #banner .text {
        width: 100%;
        margin-top: 25px
    }

    #banner .buttons {
        margin-top: 15px;
        z-index: 9999;
        position: relative;
    }

    #banner .go-bottom,
    #features .swiper-slide .text-wrapper .slide-title br {
        display: none
    }

    #job_applications {
        height: unset
    }

    #job_applications .content {
        padding: 40px 15px;
        height: unset;
        margin: 0 auto
    }

    #job_applications .content .role-selector {
        margin-bottom: 50px
    }

    #job_applications .content .role-selector .nav {
        width: 100%
    }

    #job_applications .content .role-selector img {
        margin-top: 15px;
        height: 200px
    }

    #job_applications .content .form-wrapper {
        margin: 0;
        padding: 15px 10px;
        border-radius: 20px
    }

    .upload-area {
        margin-bottom: 1rem
    }

    #footer .social-media {
        margin: 30px
    }

    #footer .social-media .title {
        margin-bottom: 50px;
        font-size: 40px
    }

    #footer .social-media .title::after {
        content: none
    }

    #footer .app-buttons {
        justify-content: center !important
    }

    #footer::after {
        bottom: 0;
        width: 1000vw;
        height: 100px
    }

    #features .swiper-slide .text-wrapper .slide-text,
    .upload-area p {
        font-size: 14px
    }

    #job_applications .content .form-wrapper .send {
        height: 60px
    }

    #footer .main-footer {
        padding: 0 0 100px
    }

    #banner {
        padding-bottom: 100px
    }

    #banner .image-wrapper {
        margin-bottom: 20px;
        top: -5%;
        right: 0;
        position: relative
    }

    #banner .image-wrapper img {
        height: 350px;
        z-index: 9
    }

    #banner::before {
        width: 250px;
        height: 250px;
        left: -40%
    }

    #banner::after {
        height: 550px;
        width: 300px;
        transform: rotate(15deg);
        bottom: 0;
        right: -23%
    }

    #features .swiper-pagination {
        bottom: 3.5%
    }

    #features .swiper-slide .image-wrapper img {
        height: 30vh
    }

    #features {
        height: unset;
        padding: 100px 0
    }

    #features .swiper-slide .text-wrapper {
        padding: 35px 25px;
        height: unset
    }

    #features .swiper-slide .text-wrapper .slide-title {
        font-size: 36px;
        margin-bottom: 25px
    }

    #features .swiper-slide .text_bg {
        width: 250%
    }

    #special .content .image-wrapper img {
        height: 40vh
    }

    #special .content .image-wrapper::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #77445e 100%);
        bottom: -1px
    }

    #special .content .text-wrapper .text {
        font-size: 32px;
        width: 85%
    }

    #special .content .text-wrapper::before {
        width: 120px;
        height: 120px
    }

    #special .content .text-wrapper::after {
        width: 100px;
        height: 200px
    }

    #faq .content .title {
        font-size: 40px
    }

    #faq::after {
        width: 150px;
        height: 250px;
        bottom: unset;
        top: -30%;
        transform: rotate(-40deg)
    }

    #faq::before {
        width: 150px;
        height: 150px;
        top: 35%;
        left: -25%
    }

    #footer .logo-wrapper {
        padding: 20px
    }

    #footer .logo-wrapper img {
        height: 100px
    }

    #our_books .content {
        padding: 50px;
        width: 95vw;
        margin: 0 auto
    }

    #our_books .text-wrapper {
        margin-left: 0
    }

    #our_books .text-wrapper .title {
        margin: 20px 0;
        font-size: 30px
    }

    #our_books .text-wrapper .title br {
        display: none !important
    }

    #our_books .text-wrapper .text {
        margin-bottom: 16px
    }
}

@media (max-height:800px) {
    #banner {
        padding-bottom: 30px
    }

    #banner .image-wrapper img {
        height: 375px
    }
}

.form_required_text {
    font-size: 12px;
    color: #04480065
}

@media only screen and (min-width:993px) and (max-width:1500px) {
    #banner .image-wrapper img {
        height: 550px !important
    }

    #features .swiper-slide .text-wrapper .slide-title {
        font-size: 45px !important
    }

    #features .swiper-slide .text-wrapper {
        padding: 50px 80px !important
    }

    #special .content .text-wrapper .text {
        width: 80% !important;
        font-size: 45px !important
    }

    #banner::before {
        left: -15%
    }

    #banner::after {
        right: -15%
    }
    #our_books .text-wrapper .title{
        font-size: 50px;
    }
    #our_books .content{
        padding: 50px;
    }
}
.go_top{
    position: fixed;
    bottom: 5%;
    left: 5%;
    z-index: 999;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0px 0px 50px -5px rgba(0,0,0,0.75);
}
.go_top .icon{
    width: 40px;
    height: 40px;
}
.go_top:hover{
    cursor: pointer;
}