@import url('https://fonts.googleapis.com/css2?family=Ephesis&amp;display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

body.hidden {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
textarea,
button {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    --sb-track-color: #727779;
    --sb-thumb-color: #1d1f1e;
    --sb-size: 7px;
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}

body {
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    width: var(--sb-size)
}

body::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.align-center {
    display: flex;
    align-items: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

body {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.background-gradient {
    width: 100%;
    height: max-content;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    /* background: linear-gradient(180deg, #4D0101 0%, rgba(1, 26, 77, 0.63) 100%); */
    background: linear-gradient(180deg, #092e48 0%, rgb(6 111 205) 100%);
}

.column-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tab-section-img {
    position: absolute;
    left: 50px;
    top: -60px;
    z-index: -1;
}

.gradient-backg-2 {
    background-color: #FDF8F6;
}

.row {
    display: flex;
}

.gap-10 {
    display: flex;
    gap: 10px;
}

.gap-5 {
    display: flex;
    gap: 5px;
}

.gap-30 {
    display: flex;
    gap: 30px;
}

.col {
    display: flex;
    flex-direction: column;
}

.w-100 {
    width: 100%;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.thumb-section {
    margin-top: 70px;
}

.thumb-slider-responsive {
    display: none;
    padding-bottom: 45px;
}

.thumb-slider-responsive .swiper {}

.thumb-slider-responsive .swiper-slide {
    background-size: cover;
    background-position: center;
}

.thumb-slider-responsive .mySwiper31 {
    height: 80%;
    width: 100%;
}

.thumb-slider-responsive .mySwiper30 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.responsive-form {
    display: none !important;
    position: absolute;
    right: -100%;
    top: 145px;
    z-index: 9;
    width: 100%;
    height: 100%;
    transition: all .50s ease-out;
}

.responsive-form.active {
    right: 100%;
    transform: translateX(100%);
}

.responsive-form-box {
    height: 100%;
}

.responsive-form .form-box-article {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.responsive-form .form-box {
    background-color: #fff;
    border-radius: 16px;
    padding: 70px 20px 70px 20px;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    z-index: 3;
    width: 100%;
}

.responsive-form-button {
    position: absolute;
    z-index: 9;
    width: max-content;
    transform: rotate(270deg);
    left: -106px;
    top: 30%;
}

.responsive-form-button p {
    background-color: #D62828;
    border-radius: 10px 10px 0 0;
    padding: 8px 34px;
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.thumb-slider-responsive .mySwiper30 {
    position: absolute;
    bottom: 10px;
}

.thumb-slider-responsive .mySwiper30 .swiper-wrapper {
    justify-content: space-evenly;
    align-items: center;
}

.thumb-slider-responsive .mySwiper30 .swiper-slide {
    width: 25%;
    height: 100%;
    max-height: 65px;
    max-width: 65px;
    border: 1px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    transition: 300ms;
}

.thumb-slider-responsive .mySwiper30 .swiper-slide.swiper-slide-thumb-active {
    border-color: #fff;
}

.thumb-slider-responsive .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-section .left {
    margin-right: 15px;
}

.thumb-section.container {
    max-width: 1606px;
}

.position-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.thumb-section .left .row.align-items-start {
    gap: 55px;
}

.thumb-section .tab-article-info {
    max-width: 570px;
    height: 557px;
    position: relative;
    z-index: 2;
}

.thumb-section .tab-article-info .title {
    line-height: normal;
}

.thumb-section .tab-article-info .title h2 {
    font-family: 'Figtree', sans-serif;
    font-size: 48px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
}

.thumb-section .background {
    background-color: #000;
    opacity: 0;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 188px;
    transition: 400ms;
}

.thumb-section .background.active {
    opacity: .7;
    z-index: 4;
}

.thumb-section .tab-article-info .title h1 {
    text-transform: uppercase;
    font-family: 'Figtree', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.thumb-section .tab-article-info .descp {
    font-family: 'Figtree', sans-serif;
    font-size: 32px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: normal;
}

.thumb-section .tab-article-info .info-link {
    background-color: #FDF8F5;
    padding: 12px 15px;
    border-radius: 16px;
    gap: 37px;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    width: 200px;
    transition: 300ms;
    cursor: pointer;
}

.thumb-section .tab-article-info .info-link:hover {
    background-color: #d9d5d3;
}

.thumb-section .tab-article-info .info-link svg {
    background-color: #303C62;
    border-radius: 6px;
    width: 26px;
    height: 26px;
    padding: 8px 10px;
}

.thumb-section.swiper {
    width: 100%;
    height: 100%;
}

.thumb-section .swiper-wrapper {
    justify-content: space-between;
    height: auto !important;
    padding-bottom: 20px;
}

.thumb-section .swiper-slide {
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.thumb-section .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.thumb-section .left .swiper:nth-child(2) {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    margin-right: auto;
    margin-top: 85px;
}

.thumb-section .swiper-slide {
    background-size: cover;
    background-position: center;
}

.thumb-section .mySwiper2 {
    height: 80%;
    width: 100%;
}

.thumb-section .thumb-section .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

#pentagon {
    position: relative;
    width: 153px;
    height: min-content;
    border-top: 100px solid red;
    border-right: 100px solid transparent;
}

.thumb-section .mySwiper .swiper-slide {
    width: max-content !important;
    height: 100%;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    border-radius: 22px;
    transition: 300ms;
    filter: drop-shadow(0px 4px 4px transparent);
}

.thumb-section .mySwiper .swiper-slide img:nth-child(2) {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.thumb-section .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #fff;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.thumb-section .swiper-slide img {
    display: block;
    object-fit: contain;
    max-height: 500px;
}

.info-content-box {
    background-color: #fff;
    border-radius: 16px;
    padding: 13px 20px 15px 23px;
    max-width: 570px;
    max-height: 115px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.info-content-box .right {
    position: absolute;
    bottom: 10px;
    right: 0;
    background-color: #fff;
    z-index: 2;
    padding: 5px 0 5px 20px
}

.info-content-box .right .contents-link {
    color: #333333;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #333;
    float: right;
}

.p-relative {
    position: relative;
    width: 100%;
    height: 100%;
}

.info-content-box .content-p {
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.info-content-box .content-p a {
    color: #93191A;
    text-transform: capitalize;
    text-decoration: underline;
}

.info-content-box .swiper {
    width: 100%;
    height: 100%;
}

.info-content-box .swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    flex-direction: column;
    align-items: flex-start;
}

.content-box-bottom {
    width: 100%;
}

.content-box-bottom .commentator {
    width: 100%;
}

.content-box-bottom .commentator .left {
    gap: 7px;
}

.content-box-bottom .commentator .name {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 150%;
}

.content-box-bottom .commentator .job {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.4;
    text-transform: capitalize;
}

.thumb-slider-img {
    max-width: 552px;
    width: 552px;
    object-fit: contain;
}

.form-box-article {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.form-box {
    background-color: #fff;
    border-radius: 16px;
    padding: 50px 40px 30px 40px;
    max-width: 409px;
    max-height: 557px;
    margin-right: 15px;
    z-index: 3;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.form-box .title {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: normal;
}

.form-box .descp {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}

.form-box label {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.form-box input {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 11px 30px 10px 13px;
    width: 100%;
    outline: none;
    margin-bottom: 16px;
}

.form-box input::placeholder {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    opacity: .4;
}

.form-box-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: none;
}

.form-box-close-button .close {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.form-box-close-button .close div {
    width: 100%;
    background-color: #000;
    border-radius: 10px;
    height: 2px;
}

.form-box-close-button .close div:nth-child(1) {
    transform: rotate(45deg);
}

.form-box-close-button .close div:nth-child(2) {
    transform: rotate(-45deg);
    position: absolute;
    bottom: 13px;
}

.form-box .accept-btn {
    gap: 5px;
}

.form-box .accept-btn input {
    margin-bottom: 0;
}

.form-box .accept-btn label {
    width: 100%;
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: normal;
    opacity: .5;
    margin-bottom: 0;
    cursor: pointer;
    outline: none;
}

.form-box .accept-btn input {
    width: min-content;
    cursor: pointer;
    outline: none;
}

.form-box .form-info-btn {
    text-transform: capitalize;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 86px;
    background-color: #303C62;
    border-radius: 16px;
    color: #fff;
    margin-top: 21px;
    width: 100%;
    text-align: center;
}

.form-box #options {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 11px 30px 10px 13px;
    outline: none;
    margin-bottom: 42px;
    appearance: none;
    cursor: pointer;
}

.form-box #options option {
    padding: 11px 30px 10px 13px;
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.form-box .options {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 11px 30px 10px 13px;
    outline: none;
    margin-bottom: 42px;
    appearance: none;
    cursor: pointer;
}

.form-box .options option {
    padding: 11px 30px 10px 13px;
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.scrolldown-arrow-animation {
    position: absolute;
    left: 10px;
    bottom: 10px;
    gap: 10px;
}

.scrolldown-arrow-animation .animation-text {
    transform: rotate(-90deg);
    transform-origin: left bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Figtree', sans-serif;
    font-size: 10px;
    color: #303C62;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.tab-box {
    width: 100%;
    margin-top: 85px;
    margin-bottom: 50px;
}

.tab-box .swiper {
    width: 100%;
    height: 100%;
}

.tab-box .swiper .swiper-wrapper {
    align-items: center !important;
}

.tab-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-box .swiper-slide a img {
    width: 100%;
}

.our-publications {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px 20px 0px 0px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    margin-bottom: 115px;
    margin-top: 53px;
}

.our-publications .header {
    width: 100%;
    margin-top: 51px;
    margin-bottom: 47px;
}

.our-publications .header .header-top {
    max-width: 58%;
}

.our-publications .header .header-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 20px;
    min-width: 40%;
}

.our-publications .header .header-top .title {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.our-publications .header .link {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.our-publications .header .header-bottom .header-bottom-p {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    opacity: .7;
}

.our-publications .header .header-bottom .header-bottom-p strong {
    font-weight: 700;
}

.our-publications .header .header-bottom .header-white-btn {
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #000;
    padding: 14px 37px;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: normal;
    text-transform: capitalize;
    transition: all 300ms ease;
}

.our-publications .header .header-bottom .header-white-btn:hover {
    background-color: #000;
    color: #fff;
}

.our-publications .header .header-bottom .header-black-btn {
    background-color: #000;
    border-radius: 16px;
    padding: 14px 74px;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: normal;
    font-weight: 700;
    text-transform: capitalize;
    gap: 10px;
    transition: all 500ms ease;
    border: 1px solid #000;
}

.our-publications .header .header-bottom .header-black-btn:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.our-publications .header .header-bottom .header-black-btn svg path {
    transition: 500ms ease;
}

.our-publications .header .header-bottom .header-black-btn:hover svg path {
    fill: #000;
}

.our-publications .tab-slider-btn {
    margin-bottom: 28px;
    gap: 15px;
}

.our-publications .tab-slider-btn::-webkit-scrollbar {
    width: 6px
}

.our-publications .tab-slider-btn::-webkit-scrollbar-track {
    background: rgba(220, 220, 220, 1);
    border-radius: 16px;
}

.our-publications .tab-slider-btn::-webkit-scrollbar-thumb {
    background: rgb(185, 185, 185);
    border-radius: 16px;
    border: 4px solid rgba(220, 220, 220, 1);
}

.our-publications .tab-slider-btn .row.align-center.justify-center {
    gap: 15px;
}

.our-publications .tab-slider-btn .btn-card {
    border: 1px solid #000;
    border-radius: 16px;
    padding: 5px 25px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Figtree', sans-serif;
    line-height: normal;
    text-transform: uppercase;
    transition: 400ms;
    cursor: pointer;
}

.our-publications .tab-slider-btn .btn-card.active {
    background-color: #000;
    color: #fff;
}

.books-slider {
    width: 100%;
    overflow: hidden;
}

.books-slider.container {
    padding: 0 51px;
}

.books-slider .swiper {
    width: 100%;
    height: 100%;
    display: none;
}

.books-slider .swiper.active {
    display: block;
}

.books-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 42px;
    position: relative;
    cursor: pointer
}

.books-slider .swiper-slide img {
    width: 100%;
    border-radius: 16px;
    border: 2px solid #fff;
    transition: 400ms;
    height: 100%;
}

.books-slider .books-slider-hover-effect {
    position: absolute;
    top: 10px;
    right: 5px;
    background-color: #000;
    border-radius: 10px;
    width: 36px;
    height: 36px;
    opacity: 0;
    transition: 400ms;
}

.books-slider .swiper-slide img:hover {
    border: 2px solid #000;
}

.books-slider .swiper-slide:hover .books-slider-hover-effect {
    opacity: 1;
    transform: translateX(-5px);
}

.books-slider .swiper-slide .review-book {
    text-transform: uppercase;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    line-height: normal;
    padding: 5px 18px;
    background-color: #fff;
    border: 2px solid #000000;
    border-radius: 16px;
    transition: all 300ms;
}

.books-slider .swiper-slide .review-book:hover,
.books-slider .swiper-slide .review-book:active,
.books-slider .swiper-slide .review-book:focus,
.books-slider .swiper-slide .review-book:active:focus {
    background-color: #000;
    color: #fff;
}

.books-slider .swiper-pagination {
    bottom: 0px !important;
}

.swiper-pagination-bullet {
    width: 52px !important;
    height: 6px !important;
    background-color: #999999 !important;
    border-radius: 5px !important;
    transition: width .5s ease;
}

.swiper-pagination-bullet-active {
    width: 59px !important;
    height: 6px !important;
    background-color: #000000 !important;
    border-radius: 5px !important;
    transition: width .5s ease;
}

.reference-slider .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 56px;
}

.reference-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 119px;
}

.reference-slider .header .title {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 8px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    opacity: .5;
    margin-bottom: 25px;
}

.slider-gradien-left {
    width: 100%;
    max-width: 453px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(90deg, #FDF8F6 10.57%, rgba(253, 248, 246, 0.00) 97.17%);
}

.slider-gradien-right {
    width: 100%;
    max-width: 453px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(270deg, #FDF8F6 10.57%, rgba(253, 248, 246, 0.00) 97.17%);
}

.student-content {
    position: relative;
    background-color: #0B2447;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.student-content .student-content-icon {
    position: absolute;
    top: 0;
    right: 72px;
    z-index: 1;
}

.student-content .header.alt-container {
    max-width: 930px;
    width: 100%;
    z-index: 2;
    margin-top: 30px;
}

.student-content .header .title {
    font-family: 'Figtree', sans-serif;
    font-size: 36px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    line-height: normal;
    margin-bottom: 6px;
    font-weight: 700;
}

.student-content .header .title span {
    font-weight: 400;
}

.student-content .header .descp {
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 150%;
    margin-bottom: 6px;
    font-weight: 400;
    opacity: .7;
    margin-bottom: 80px;
}

.student-content-slider {
    width: 100%;
}

.student-content-slider .swiper {
    width: 100%;
    height: 100%;
}

.student-content-slider .swiper .swiper-wrapper {
    align-items: flex-start !important;
}

.student-content-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    height: auto !important;
    align-self: stretch;
}

.student-content-slider .swiper-slide .content-box {
    background-color: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 339px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px 21px 15px 21px;
}

.student-content-slider .content-box .top {
    width: 100%;
    margin-bottom: 5px;
}

.student-content-slider .content-box .top .top-header {
    font-family: 'Figtree', sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    line-height: 180%;
}

.student-content-slider .content-box .midd-content {
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
}

.student-content-slider .content-box .bottom {
    width: 100%;
    margin-top: 8px;
}

.student-content-slider .content-box .bottom .bottom-left {
    gap: 9px;
}

.student-content-slider .swiper .swiper-pagination {
    display: none;
    bottom: 0 !important;
}

.student-content-slider .content-box .bottom .bottom-left .pic-icon {
    max-height: 44px;
}

.student-content-slider .content-box .bottom .bottom-left .pic-icon img {
    width: 100%;
    height: 100%;
}

.bottom-text.responsive {
    display: none;
}

.student-content-slider .content-box .bottom .name {
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 700;
    line-height: 150%;
    text-align: left;
    text-transform: capitalize;
}

.student-content-slider .content-box .bottom .job {
    font-family: 'Figtree', sans-serif;
    font-size: 10px;
    color: #000;
    font-weight: 700;
    line-height: 150%;
    text-align: left;
    text-transform: capitalize;
    opacity: .4;
}

.student-content-slider .content-box .bottom .date {
    font-family: 'Figtree', sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: 700;
    line-height: 180%;
    text-align: left;
    text-transform: capitalize;
}

.prizes.alt-container {
    max-width: 930px;
    width: 100%;
    gap: 40px;
    margin-bottom: 47px;
}

.prizes .text {
    width: 100%;
    gap: 9px;
    margin-top: 30px;
}

.prizes .text.column .title {
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    max-width: 200px;
    width: 100%;
    text-transform: capitalize;
}

.prizes-responsive-link {
    display: none !important;
}

.prizes-responsive-link div {
    border-bottom: 1px solid #fff;
}

.prizes .text .subtitle {
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    text-transform: capitalize;
    transition: all 400ms ease;
    width: 70%;
    opacity: .7;
}

.prizes .text .subtitle:hover {
    width: 73%;
}

.prizes-slider {
    width: calc(100% - 250px);
}

.prizes-slider .swiper {
    width: 100%;
    max-height: 100%;
    height: 100%;
    padding-bottom: 50px;
}

.swiper-wrapper {
    align-items: center !important;
}

.prizes-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prizes-slider .swiper-slide img {
    max-height: 140px;
    max-width: 140px;
}

.prizes-slider .swiper-pagination {
    bottom: 0px !important;
}

.prizes-slider .swiper-pagination .swiper-pagination-bullet {
    width: 52px !important;
    height: 6px !important;
    background-color: #fff !important;
    opacity: 0.1 !important;
    border-radius: 5px !important;
    transition: all 0.6s ease;
    line-height: 30px;
}

.prizes-slider .swiper-pagination .swiper-pagination-bullet-active {
    width: 52px !important;
    height: 6px !important;
    background-color: #fff !important;
    opacity: 0.5 !important;
    border-radius: 5px !important;
}

.branches-container {
    width: 100%;
    height: 100%;
    margin: 50px 109px 63px 109px;
    background: url(../img/branches-backg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.branches-container .branches-responsive-slider {
    display: none;
    width: 100%;
}

.branches-container .branches-responsive-slider .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}

.branches-container .branches-responsive-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.branches-container .header .title {
    color: #000;
    text-transform: capitalize;
    font-family: 'Figtree', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 31px;
}

.branches-container .tab-slider-btn {
    margin-bottom: 58px;
}

.branches-container .tab-slider-btn .row {
    gap: 15px;
}

.branches-container .tab-slider-btn::-webkit-scrollbar {
    width: 6px
}

.branches-container .tab-slider-btn::-webkit-scrollbar-track {
    background: rgba(220, 220, 220, 0.7);
    border-radius: 16px;
}

.branches-container .tab-slider-btn::-webkit-scrollbar-thumb {
    background: rgb(185, 185, 185);
    border-radius: 16px;
}

.branches-container .tab-slider-btn .btn-card {
    border: 1px solid #e60b0d;
    border-radius: 16px;
    text-transform: uppercase;
    padding: 5px 25px;
    color: #e60b0d;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Figtree', sans-serif;
    line-height: normal;
    text-transform: uppercase;
    transition: 400ms;
    cursor: pointer;
}

.branches-container .tab-slider-btn .btn-card:hover {
    background-color: #e60b0d;
    color: #fff;
}

.branches-container .tab-slider-btn .btn-card.active {
    background-color: #e60b0d;
    color: #fff;
}

.branches-container .row.w-100 {
    flex-wrap: wrap;
    gap: 60px 30px;
    justify-content: flex-start;
    display: none;
    transition: 400ms;
}

.branches-container .branch-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
    justify-content: center;
}

.branches-container .row.w-100.active {
    display: flex;
}

.branches-container .branch-card {
    max-width: 330px;
    width: 100%;
    cursor: pointer;
}

.branches-container .branch-card .city-title {
    font-family: 'figtree', sans-serif;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    line-height: normal;
    color: #fff;
    background-color: #e60b0d;
    border: 1px solid #e60b0d;
    padding: 0 10px;
    border-radius: 16px;
    position: absolute;
    top: -7px;
}

.branches-container .branch-card .incele-link {
    position: absolute;
    bottom: 0px;
    right: -20px;
    transform: translate(-50%, -50%);
    background-color: #e60b0d;
    padding: 2px 5px 2px 8px;
    border-radius: 11px;
    color: #ffff;
    text-transform: uppercase;
    font-family: 'figtree', sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: normal;
    opacity: 0;
    transition: 500ms;
    z-index: 3;
}

.branches-container .branch-card:hover .incele-link {
    opacity: 1;
}

.branches-container .branch-card .img img {
    width: 131px;
    height: 131px;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
}

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

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

.branches-container .branch-card .text-card {
    background-color: #fff;
    border-radius: 16px;
    position: absolute;
    bottom: 20px;
    max-height: 104px;
    height: 100%;
    left: 40px;
    padding-left: 100px;
    max-width: 293px;
}

.branches-container .branch-card .text-card .tel-icon {
    gap: 2px;
}

.branches-container .branch-card .text-card .top-title {
    font-family: 'figtree', sans-serif;
    font-size: 14px;
    color: #5f6f83;
    line-height: normal;
    font-weight: 700;
}

.branches-container .branch-card .text-card .title {
    font-family: 'figtree', sans-serif;
    font-size: 18px;
    color: #2C3747;
    line-height: normal;
    font-weight: 700;
}

.branches-container .branch-card .text-card a {
    font-family: 'figtree', sans-serif;
    font-size: 16px;
    color: #e60b0d;
    line-height: normal;
    font-weight: 700;
}

.education-programs .tab-slider-btn::-webkit-scrollbar {
    width: 6px
}

#new-list-mobile {
    display: none;
}

#event-list-mobile {
    display: none;
}

.education-programs .tab-slider-btn::-webkit-scrollbar-track {
    background: rgba(220, 220, 220, 1);
    border-radius: 16px;
}

.education-programs .tab-slider-btn::-webkit-scrollbar-thumb {
    background: rgb(185, 185, 185);
    border-radius: 16px;
    border: 4px solid rgba(220, 220, 220, 1);
}

.education-programs {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 20px;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    margin-top: 71px;
}

.education-programs .alt-container {
    max-width: 1410px;
    width: 100%;
    height: 100%;
    align-items: center;
}

.education-programs .tab-slider-btn {
    margin-bottom: 32px;
}

.education-programs .tab-slider-btn .row {
    gap: 15px;
}

.education-programs .tab-slider-btn .btn-card {
    border: 1px solid #000;
    border-radius: 16px;
    padding: 5px 25px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Figtree', sans-serif;
    line-height: 20px;
    text-transform: uppercase;
    transition: 400ms;
    cursor: pointer;
}

.education-programs .tab-slider-btn .btn-card.tab-open {
    background-color: #000;
    color: #fff;
}

.education-programs .header {
    width: 100%
}

.education-programs .header .title {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 30px;
}

.education-programs .subtitle {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 38px;
    width: calc(100% - 614px);
}

.education-programs .gradient-scroll {
    background: linear-gradient(360deg, #FFF 43.01%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 0px 0px 20px 20px;
    width: 100%;
    max-height: 288px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: 1000ms;
}

.education-programs .gradient-scroll.active {
    opacity: 0;
}

.education-programs .accordion-slider {
    display: none;
    width: 100%;
    height: 100%;
}

.education-programs .accordion-slider .swiper {
    width: 100%;
    height: 100%;
    display: none;
}

.education-programs .accordion-slider .swiper-wrapper {
    padding-bottom: 30px;
}

.education-programs .accordion-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.education-programs .accordion-slider.tab-open {
    display: flex;
}

.education-programs .scroll {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    /* gap: 30px 30px; */
    gap: 20px 20px;
    height: 100%;
    max-height: 985px;
    --sb-track-color: transparent;
    --sb-thumb-color: transparent;
    --sb-size: 0px;
    overflow-y: hidden;
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    transition: max-height 0.3s ease-out 0s;
}

.education-programs .scroll.active {
    transition: max-height 0.3s ease-out 0s;
    max-height: 100%;
    margin-bottom: 70px;
    animation: expandScroll 0.3s ease-out 0s 1 forwards;
}

@keyframes expandScroll {
    from {
        max-height: 985px;
        margin-bottom: 0;
    }

    to {
        max-height: 100%;
        margin-bottom: 70px;
    }
}

.education-programs .scroll::-webkit-scrollbar {
    width: 0px
}

.education-programs .scroll::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 0px;
}

.education-programs .scroll::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 0px;
}

.education-programs .educations-programs-see-link {
    color: #000;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 11px 55px;
    border: 1px solid #000;
    border-radius: 20px;
    text-align: center;
    z-index: 3;
    transition: 500ms;
    cursor: pointer;
}

.education-programs .educations-programs-see-link:hover {
    background-color: #000;
    color: #fff;
}

.education-programs .scroll .box {
    width: calc(25% - 10px);
    max-height: 411px;
    border-radius: 16px;
    position: relative;
    max-width: 330px;
    overflow: hidden;
}

.education-programs .swiper .box {
    width: 100%;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.education-programs .scroll .img-linear-background,
.education-programs .swiper .img-linear-background {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    opacity: .7;
    border-radius: 16px;
    width: 100%;
    height: 100%;
}

.education-programs .scroll .box img.scroll-box-img,
.education-programs .swiper .box img.scroll-box-img {
    width: 100%;
    object-fit: contain;
}

.education-programs .scroll .box .title,
.education-programs .swiper .box .title {
    color: #FCFCFC;
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 18px;
    text-transform: capitalize;
    position: absolute;
    bottom: 25px;
    left: 29px;
}

.education-programs .scroll .incele-link,
.education-programs .swiper .incele-link {
    position: absolute;
    top: -20px;
    left: 20%;
    transform: translateX(-50%);
    background-color: #e60b0d;
    border-radius: 11px;
    padding: 3px 14px;
    color: #FFF;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    z-index: 9;
    opacity: 0;
    transition: 300ms;
    transition: 600ms;
    width: max-content;
}

.education-programs .scroll .box:hover .incele-link,
.education-programs .swiper .box:hover .incele-link {
    opacity: 1;
    top: 20px;
}

.info-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: 95px;
    margin-bottom: 41px;
}

.info-text .title {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.info-text .info-text-p {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.why-us {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding: 75px 0;
}

.why-us-flex {
    display: flex;
}

.why-us .our-avantage {
    max-width: 690px;
    height: 100%;
}

.why-us .our-avantage .header .title {
    color: #020F6E;
    font-family: 'Figtree', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.why-us .our-avantage .header .subtitle {
    color: #4C565B;
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 63px;
}

.why-us .our-avantage .list .list-section {
    max-width: 600px;
    margin-bottom: 20px;
}

.why-us .our-avantage .list .list-section .icon {
    max-width: 114px;
    max-height: 114px;
    aspect-ratio: 1.1;
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-us .our-avantage .list .list-section .icon img {
    max-width: 60px;
    opacity: 0.5;
}

.why-us .our-avantage .list .list-section .text {
    max-width: 445px;
    width: 100%;
}

.why-us .our-avantage .list .list-section .text .title {
    font-family: 'figtree', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    line-height: normal;
}

.why-us .our-avantage .list .list-section .text .descp {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    opacity: .5;
}

.why-us .why-west-language {
    max-width: 690px;
    width: 100%;
}

.why-us .why-west-language .header .title {
    color: #020F6E;
    font-family: 'Figtree', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.why-us .why-west-language .header .subtitle {
    color: #4C565B;
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 63px;
}

.why-us .why-west-language .accordion .accordion-box {
    background-color: #EFF1FF;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 24px 20px 30px;
    cursor: pointer;
    max-height: 67px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: max-height 0.3s ease-in-out, height 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
    transition: all .3s;
}

.why-us .why-west-language .accordion .accordion-box.active {
    max-height: 100%;
    height: 100%;
    animation: anotherAnimation 0.3s ease-in-out;
}

@keyframes anotherAnimation {
    from {
        max-height: 67px;
        height: 67px;
    }

    to {
        max-height: 100%;
        height: 100%;
    }
}

.why-us .why-west-language .accordion .accordion-box svg {
    transition: .3s;
}

.why-us .why-west-language .accordion .accordion-box.active svg {
    transform: rotate(180deg);
}

.why-us .why-west-language .accordion .accordion-box .descp {
    display: none;
}

.why-us .why-west-language .accordion .accordion-box.active .descp {
    display: block;
}

.why-us .why-west-language .accordion .accordion-box .header .title {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
}

.why-us .why-west-language .accordion .accordion-box .descp {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    max-width: 575px;
    margin-top: 11px;
}

.events-table {
    margin-bottom: 40px;
    margin-top: 98px;
}

.events-table .tab-slider-btn .row.align-center.justify-center {
    gap: 15px;
}

.events-table .tab-slider-btn .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10px 0;
}

.events-table .tab-slider-btn .btn-card {
    border: 1px solid #203C75;
    border-radius: 16px;
    padding: 5px 15px;
    color: #203C75;
    font-weight: 700;
    font-family: 'Figtree', sans-serif;
    line-height: normal;
    text-transform: uppercase;
    transition: 400ms;
    cursor: pointer;
}

.events-table .tab-slider-btn .btn-card .title {
    font-size: 10px;
    line-height: normal;
}

.events-table .pride-table .tab-slider-btn .btn-card {
    background-color: transparent;
    border-color: #203C75;
}

.events-table .tab-slider-btn .btn-card.active {
    color: #fff;
    background-color: #203C75;
}

.events {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 20px 20px 0 0;
    max-width: 928px;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.events .top {
    width: 100%;
    padding: 26px 37px 32px 37px;
}

.events .title {
    color: #203C75;
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.events .news-descp {
    color: #203C75;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.swiper-slide {
    background-color: transparent !important;
}

.events .all-news-see {
    color: #203C75;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 14px 33px;
    border: 1px solid #203c75;
    border-radius: 16px;
    transition: 300ms;
}

.events .all-news-see:hover {
    background-color: #203C75;
    border-color: #203C75;
    color: #fff;
}

.events .all-news-see.responsive {
    display: none;
}

.events .swiper {
    width: calc(100% - 58px);
    height: 100%;
}

.our-certificates .events .swiper {
    padding-bottom: 50px;
}

.events .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.events .box {
    position: relative;
    max-width: 270px;
    max-height: 380px;
    border-radius: 16px;
    overflow: hidden;
}

.events .box img {
    width: 100%;
    height: 100%;
}

.events .card-slider .card-slider-button-prev {
    position: absolute;
    left: 7px;
    top: 50%;
    bottom: 50%;
    z-index: 2;
    cursor: pointer;
}

.events .card-slider .card-slider-button-prev svg rect {
    transition: 300ms;
}

.events .card-slider .card-slider-button-prev svg path {
    transition: 300ms;
}

.events .card-slider .card-slider-button-prev:hover svg rect {
    fill: #000
}

.events .card-slider .card-slider-button-prev:hover svg path {
    fill: #fff
}

.events .card-slider .card-slider-button-next {
    position: absolute;
    right: 7px;
    top: 50%;
    bottom: 50%;
    z-index: 2;
    cursor: pointer;
}

.events .card-slider .card-slider-button-next svg rect {
    transition: 300ms;
}

.events .card-slider .card-slider-button-next svg path {
    transition: 300ms;
}

.events .card-slider .card-slider-button-next:hover svg rect {
    fill: #000
}

.events .card-slider .card-slider-button-next:hover svg path {
    fill: #fff
}

.events .date {
    color: #FFF;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    background-color: #203C75;
    border-radius: 19px;
    padding: 7px 37px 8px 39px;
    position: absolute;
    bottom: 54px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    z-index: 1;
}

.events .date .date-title {
    font-size: 8px;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
}

.events .date .subtitle {
    font-size: 14px;
    color: #fff;
    line-height: normal;
}

.events .card-slider .title {
    color: #FCFCFC;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    position: absolute;
    left: 30px;
    bottom: 17px;
    z-index: 2;
    margin-right: 25px;
    max-height: 48px;
    overflow: hidden;
}

.events .card-slider .title {
    color: #FCFCFC;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    margin-right: 0;
}

.events .linear-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    border-radius: 16px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.events .card-slider .swiper-pagination {
    display: none;
}

.pride-table {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 20px 20px 0 0;
    width: 100%;
}

.events-table .row {
    gap: 31px;
}

.pride-table .header {
    padding: 26px 28px 13px 28px;
}

.pride-table .header .title {
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    color: #203C75;
    text-transform: capitalize;
    font-weight: 700;
    line-height: normal;
}

.pride-table .header .subtitle {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    opacity: .7;
    color: #203C75;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 170%;
}

.pride-table-continer {
    width: 100%;
    padding: 0 8px 0px 30px;
    max-height: 400px;
    overflow-Y: scroll;
}

.pride-table-continer {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}

.pride-table-continer::-webkit-scrollbar {
    width: 12px;
}

.pride-table-continer::-webkit-scrollbar-track {
    background: #e6e2e2;
    border-radius: 16px;
}

.pride-table-continer::-webkit-scrollbar-thumb {
    background: #a9a7a7;
    border-radius: 16px;
    border: 3px solid #e6e2e2;
}

.pride-table-continer table {
    display: none;
}

.pride-table-continer table.active {
    display: table;
}

.pride-table-continer table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'figtree', sans-serif;
    text-transform: capitalize;
    text-align: left;
}

.pride-table-continer thead th {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid rgba(32, 60, 117, .1);
}

.pride-table-continer thead th:first-child {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-align: left;
    padding: 6px 0;
}

.pride-table-continer thead th:last-child {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-align: center;
}

.pride-table-continer tbody td {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 6px 0;
    border-bottom: 1px solid rgba(32, 60, 117, .1);
}

.pride-table .all-table-see {
    color: #000;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 10px 32px;
    border: .7px solid #000;
    border-radius: 16px;
    transition: 300ms;
    margin-top: 18px;
}

.pride-table .all-table-see:hover {
    background-color: #000;
    color: #fff;
}

.pride-table-continer tbody td:first-child {
    text-align: left;
}

.pride-table-continer tbody td:last-child {
    font-weight: 700;
    text-align: center;
}

.news.online-education {
    background: linear-gradient(180deg, #FFE4C5 0%, rgba(255, 255, 255, 0.00) 100%);
    margin-top: 30px;
}

.news.online-education .top {
    margin: 50px 0 30px 0;
}

.news.online-education .tab-slider-btn {
    margin-bottom: 28px;
    gap: 15px;
}

.news.online-education .tab-slider-btn .title {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: normal;
}

.news.online-education .tab-slider-btn::-webkit-scrollbar {
    width: 6px
}

.news.online-education .tab-slider-btn::-webkit-scrollbar-track {
    background: rgba(220, 220, 220, 1);
    border-radius: 16px;
}

.news.online-education .tab-slider-btn::-webkit-scrollbar-thumb {
    background: rgb(185, 185, 185);
    border-radius: 16px;
    border: 4px solid rgba(220, 220, 220, 1);
}

.news.online-education .tab-slider-btn .row {
    gap: 15px;
}

.news.online-education .tab-slider-btn .btn-card {
    border: 1px solid #000;
    border-radius: 16px;
    padding: 5px 25px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Figtree', sans-serif;
    line-height: normal;
    text-transform: uppercase;
    transition: 400ms;
    cursor: pointer;
}

.tab-slider-btn .btn-card:hover {
    background-color: #000;
    color: #fff;
}

.tab-slider-btn .btn-card:hover .title {
    color: #fff;
}

.news.online-education .tab-slider-btn .btn-card.active {
    background-color: #000;
    color: #fff;
}

.news.online-education .tab-slider-btn .btn-card.active .title {
    color: #fff;
}

.news {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(180deg, #EEE 0%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 66px;
    margin-top: 150px;
}

.news .top {
    width: 100%;
    margin-top: 49px;
    margin-bottom: 55px;
}

.news .w-100.justify-center img {
    margin-top: 47px;
}

.news .header {
    width: calc(100% - 600px);
}

.news .title {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.news .news-descp {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    opacity: .7;
}

.news .all-news-see {
    color: #000;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 14px 37px;
    border: 1px solid #000;
    border-radius: 16px;
    transition: 300ms;
}

.news .all-news-see:hover {
    background-color: #000;
    color: #fff;
}

.news .all-news-see.responsive {
    display: none;
}

.news .header-white-btn {
    border: 1px solid #203C75;
    border-radius: 16px;
    padding: 10px 23px;
    color: #203C75;
    text-transform: capitalize;
    font-family: 'figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    transition: 300ms;
}

.news .header-white-btn svg path {
    transition: 300ms;
}

.news .header-white-btn:hover {
    background-color: #203C75;
    color: #fff;
}

.news .header-white-btn:hover svg path {
    fill: #fff;
    color: #fff;
}

.news .buttons {
    gap: 20px;
}

.news .header-blue-btn {
    border: 1px solid #203C75;
    border-radius: 16px;
    padding: 10px 54px;
    color: #fff;
    background-color: #203C75;
    text-transform: capitalize;
    font-family: 'figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    transition: 300ms;
}

.news .header-blue-btn svg path {
    transition: 300ms;
}

.news .header-blue-btn:hover {
    background-color: transparent;
    color: #203C75;
}

.news .header-blue-btn:hover svg path {
    fill: #203C75;
}

.news-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    align-items: stretch;
}

.news .mySwiper23 .box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.news .card-slider .card-slider-button-prev,
.news .card-slider .card-slider-button-next {
    display: none;
}

.news .mySwiper23 .date {
    color: #FFF;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    background-color: #000;
    border-radius: 16px;
    padding: 5px 8px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.news .mySwiper23 .title {
    color: #FCFCFC;
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    text-transform: capitalize;
    position: absolute;
    left: 30px;
    bottom: 17px;
    z-index: 2;
    margin-right: 25px;
}

.news .mySwiper23 .linear-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    border-radius: 16px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.news .mySwiper23 .swiper-wrapper {
    padding-bottom: 20px;
}

.news .card-slider .card-slider-button-prev.swiper-button-disabled {
    opacity: 0;
}

.news .card-slider .card-slider-button-prev {
    position: absolute;
    left: 7px;
    top: 50%;
    bottom: 50%;
    z-index: 2;
    cursor: pointer;
    transition: 300ms;
    opacity: 1;
}

.news .card-slider .card-slider-button-prev svg path,
.news .card-slider .card-slider-button-prev svg rect {
    transition: 300ms;
}

.news .card-slider .card-slider-button-prev:hover svg path {
    fill: #fff;
}

.news .card-slider .card-slider-button-prev:hover svg rect {
    fill: #010101;
}

.news .card-slider .card-slider-button-next.swiper-button-disabled {
    opacity: 0;
}

.news .card-slider .card-slider-button-next {
    position: absolute;
    right: 7px;
    top: 50%;
    bottom: 50%;
    z-index: 2;
    cursor: pointer;
    transition: 300ms;
    opacity: 1;
}

.news .card-slider .card-slider-button-next svg path,
.news .card-slider .card-slider-button-next svg rect {
    transition: 300ms;
}

.news .card-slider .card-slider-button-next:hover svg path {
    fill: #fff;
}

.news .card-slider .card-slider-button-next:hover svg rect {
    fill: #010101;
}

.news.online-education .swiper-slide .box {
    position: relative;
    max-width: 330px;
    max-height: 462px;
    border-radius: 16px;
    overflow: hidden;
}

.news.online-education .swiper-slide .box .date {
    color: #FFF;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
}

.news.online-education .swiper-wrapper {
    margin-bottom: 50px;
}

.news.online-education .swiper-slide .box .title {
    color: #FCFCFC;
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    text-transform: capitalize;
    position: absolute;
    left: 30px;
    bottom: 17px;
    z-index: 2;
    margin-right: 25px;
}

.online-education-slider-tab {
    display: none;
}

.online-education-slider-tab.active {
    display: block;
}

.news.online-education .swiper-slide .box .linear-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    border-radius: 16px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.news .buttons .column-center .link {
    font-family: 'figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #203C75;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 7px;
}

.news .news-link-a {
    font-family: 'figtree', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #203C75;
    text-transform: capitalize;
    line-height: normal;
    border: 1px solid #203C75;
    border-radius: 16px;
    padding: 11px 36px;
    text-align: center;
    margin-top: 43px;
    transition: 300ms;
}

.news .news-link-a svg path {
    transition: 300ms;
}

.news .news-link-a:hover {
    background-color: #203C75;
    color: #fff;
}

.news .news-link-a:hover svg path {
    fill: #fff;
}

.abroad-education {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(180deg, #D2FCFF 0%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 55px;
    overflow-x: hidden;
}

.abroad-education .alt-container {
    overflow-x: visible;
}

.abroad-education .top {
    width: 100%;
    margin-top: 53px;
    margin-bottom: 55px;
    gap: 20px;
}

.abroad-education .header {
    width: calc(100% - 580px);
}

.abroad-education .title {
    color: #203C75;
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.education-slider .swiper-slide .position-relative {}

.education-slider .swiper-slide .position-relative::before {
    content: '';
    position: absolute;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.abroad-education .abroad-education-descp {
    color: #203C75;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    opacity: .7;
}

.abroad-education .header-white-btn {
    border: 1px solid #203C75;
    border-radius: 16px;
    padding: 10px 23px;
    color: #203C75;
    text-transform: capitalize;
    font-family: 'figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    transition: 300ms;
}

.abroad-education .header-white-btn svg path {
    transition: 300ms;
}

.abroad-education .header-white-btn:hover {
    background-color: #203C75;
    color: #fff;
}

.abroad-education .header-white-btn:hover svg path {
    fill: #fff;
}

.abroad-education .buttons {
    gap: 20px;
}

.abroad-education .header-blue-btn {
    border: 1px solid #203C75;
    border-radius: 16px;
    padding: 10px 0px;
    color: #fff;
    background-color: #203C75;
    text-transform: capitalize;
    font-family: 'figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    transition: 300ms;
    justify-content: center;
    max-width: 195px;
    width: 100%;
}

.abroad-education .header-blue-btn svg path {
    transition: 300ms;
}

.abroad-education .header-blue-btn:hover {
    background-color: transparent;
    color: #203C75;
}

.abroad-education .header-blue-btn:hover svg path {
    fill: #203C75;
}

.abroad-education .buttons .column-center .link {
    font-family: 'figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #203C75;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 7px;
}

.abroad-education .education-slider .swiper-pagination {
    display: none;
}

.education-slider .swiper-slide .education-slider-text {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: 'figtree', sans-serif;
    color: #fff;
    text-transform: capitalize;
    z-index: 2;
}

.education-slider .swiper-slide .title {
    font-weight: 700;
    font-size: 23px;
    line-height: 140%;
    color: #fff;
    margin: 0;
}

.education-slider .swiper-slide .subtitle {
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
}

.education-slider .swiper-slide .link {
    font-family: 'figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    padding: 5px 8px;
    background-color: #e60b0d;
    border-radius: 16px;
    position: absolute;
    left: 50%;
    bottom: 15px;
    opacity: 0;
    transition: 300ms;
    z-index: 2;
    width: max-content;
    transform: translate(-50%, 0);
}

.education-slider .swiper-slide:hover .link {
    opacity: 1;
}

.education-slider .swiper-slide .linear-gradient {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.77) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.education-slider .swiper {
    width: 100%;
    height: 100%;
    overflow: visible !important;
}

.education-slider .swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 244px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    max-height: 394px;
    cursor: pointer;
}

.education-slider .swiper-slide.your-new-class {
    border-radius: 50px;
}

.education-slider .card-slider-button-prev {
    position: absolute;
    left: 7px;
    top: 50%;
    bottom: 50%;
    z-index: 2;
    cursor: pointer;
    transition: 300ms;
}

.education-slider .card-slider-button-prev svg path,
.education-slider .card-slider-button-prev svg rect {
    transition: 300ms;
}

.education-slider .card-slider-button-prev:hover svg path {
    fill: #fff;
}

.education-slider .card-slider-button-prev:hover svg rect {
    fill: #010101;
}

.education-slider .card-slider-button-next {
    position: absolute;
    right: 7px;
    top: 50%;
    bottom: 50%;
    z-index: 2;
    cursor: pointer;
    transition: 300ms;
}

.education-slider .card-slider-button-next svg path,
.education-slider .card-slider-button-next svg rect {
    transition: 300ms;
}

.education-slider .card-slider-button-next:hover svg path {
    fill: #fff;
}

.education-slider .card-slider-button-next:hover svg rect {
    fill: #010101;
}

.education-slider .card-slider-button-prev.swiper-button-disabled {
    opacity: 0;
}

.education-slider .card-slider-button-next.swiper-button-disabled {
    opacity: 0;
}

.our-certificates {
    width: 100%;
    justify-content: center;
}

.our-certificates .events .swiper .swiper-slide .img {
    max-height: 330px;
}

.our-certificates .events .swiper-pagination {
    bottom: 35px !important;
    display: block;
}

.our-certificates .events .swiper-pagination-bullet-active {
    opacity: .5;
}

.our-certificates .events {
    background: linear-gradient(180deg, #F8F9FF 0%, rgba(255, 255, 255, 0.00) 100%);
    width: calc(100% - 601px);
    height: 100%;
    margin-bottom: 0;
}

.our-certificates .events .swiper-slide {
    background-color: transparent !important;
}

.our-certificates .events .top {
    padding: 29px 37px 21px 37px;
}

.social-projects {
    background: linear-gradient(180deg, #FFE2E2 0%, rgba(255, 255, 255, 0.00) 76.78%);
    border-radius: 20px 20px 0 0;
    width: 100%;
    padding: 30px 45px 0 38px;
}

.social-projects .header .title {
    font-family: 'figtree', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: #FF6868;
    text-transform: capitalize;
}

.social-projects .header .subtitle {
    font-family: 'figtree', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    color: #000;
    opacity: .5;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.social-projects .row.flex-wrap {
    gap: 20px 22px;
    margin-top: 21px;
}

.social-projects .row.flex-wrap .project {
    border-radius: 14px;
    overflow: hidden;
    max-width: 148px;
    max-height: 148px;
}

.dropdown-menu {
    position: absolute;
    top: 190px;
    left: -430px;
    z-index: -1;
    max-height: 523px;
    height: 100%;
    /* width: 1420px; */
    width: 1300px;
    height: 100%;
    opacity: 0;
    transition: 300ms;
    display: none;
}

.dropdown-menu.one {
    height: 523px;
    left: -440px;
}

.dropdown-menu.two {
    height: 482px;
    left: -635px;
}

.dropdown-menu.three {
    height: 482px;
    left: -850px;
}

.dropdown-menu.four {
    justify-content: flex-end;
    left: -1015px;
}

.dropdown-menu.five {
    right: -110px !important;
    left: auto;
}

.dropdown-menu.four .row {
    height: 482px;
    /* max-width: 1015px; */
    max-width: 1215px;
}

.dropdown-menu.active {
    opacity: 1;
    top: 55px;
    z-index: 5;
    display: flex;
}

.dropdown-menu .row.w-100.h-100 {
    border-radius: 16px;
    overflow: hidden;
}

.h-100 {
    height: 100%
}

.gap-30 {
    gap: 30px;
}

.dropdown-menu .top-arrow {
    position: absolute;
    top: -8px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    left: 506px;
    background-color: #fff;
    border-radius: 4px;
}

.dropdown-menu.two .top-arrow {
    left: 707px;
}

.dropdown-menu.three .top-arrow {
    left: 896px;
}

.dropdown-menu.four .top-arrow {
    left: 1058px;
}

.dropdown-menu.five .top-arrow {
    left: 1221px;
}

.dropdown-menu .left {
    width: calc(100% - 448px);
    height: 100%;
    background-color: #fff;
    padding: 46px 61px 42px 56px;
}

.dropdown-menu .left .icon {
    width: 54px;
    height: 100%;
}

.dropdown-menu .left .icon div {
    width: 54px;
    height: 54px;
    background-color: #D8D8D8;
    border-radius: 16px;
}

.dropdown-menu .left .title {
    text-transform: uppercase;
    font-family: 'figtree', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    color: #000;
}

.dropdown-menu .left .subtitle {
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'figtree', sans-serif;
    font-size: 12px;
    line-height: normal;
    color: #4C565B;
    opacity: .5;
}

.dropdown-menu .left .list .circle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ccc;
}

.dropdown-menu .left .list a {
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'figtree', sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #666;
}

.dropdown-menu .bottom-card {
    background-color: #F6F6F6;
    height: 95px;
    border-radius: 10px;
    padding: 15px 10px;
    margin-top: 35px;
    position: absolute;
    /* max-width: 846px; */
    max-width: 100%;
    bottom: 30px;
    left: 0
}

.dropdown-menu .bottom-card .bottom-card-button {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #4C565B;
    line-height: normal;
    font-family: 'figtree', sans-serif;
    transition: 400ms;
    border-radius: 10px;
    padding: 7px;
}

.dropdown-menu .bottom-card .bottom-card-button div {
    width: 54px;
    height: 54px;
    background-color: #fff;
    border-radius: 10px;
}

.dropdown-menu .bottom-card .bottom-card-button:hover {
    background-color: #4C565B;
    color: #fff;
}

.dropdown-menu .right {
    padding: 44px 100px 40px 100px;
    max-width: 448px;
    z-index: 5;
    background: linear-gradient(148deg, #4C565B 5.2%, rgba(76, 86, 91, 1.69) 99.29%);
}

.dropdown-menu.two .right {
    background-color: #fff !important;
    background: none;
}

.dropdown-menu .right .title {
    text-transform: uppercase;
    font-family: 'figtree', sans-serif;
    color: #fff;
    font-size: 32px;
    line-height: normal;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px;
}

.dropdown-menu .right img {
    border-radius: 16px;
}

.dropdown-menu .right .button-link {
    border-radius: 16px;
    background-color: #fff;
    padding: 14px 60px;
    font-family: 'figtree', sans-serif !important;
    font-size: 14px !important;
    color: #000 !important;
    line-height: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 22px;
}

.dropdown-menu.three .right {
    padding: 32px 75px;
}

.dropdown-menu.three .position-relative.w-100.h-100 {
    overflow: hidden;
    border-radius: 15px;
    max-width: 297px;
}

.dropdown-menu.three .date {
    background-color: #000;
    border-radius: 15px;
    padding: 4px 8px;
    font-family: 'figtree', sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: normal;
    font-size: 13px;
    position: absolute;
    top: 18px;
    left: 18px;
}

.dropdown-menu.three .right {
    background: none;
    background-color: #F2F2F2;
}

.dropdown-menu.three .right-background {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.dropdown-menu.three .right .title {
    font-family: 'figtree', sans-serif;
    color: #FCFCFC;
    font-weight: 600;
    line-height: 150%;
    font-size: 20px;
    position: absolute;
    left: 26px;
    bottom: 87px;
    text-transform: capitalize;
    width: 80%;
}

.dropdown-menu.three .right .link {
    font-family: 'figtree', sans-serif;
    color: #FCFCFC;
    font-weight: 700;
    line-height: normal;
    font-size: 14px;
    position: absolute;
    left: 26px;
    bottom: 30px;
    text-transform: uppercase;
    width: 80%;
    text-decoration: underline;
    padding-bottom: 1px;
}

.dropdown-menu.three .right .back-text-z-1 {
    color: #0a0a0a;
    font-family: 'figtree', sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 150%;
    letter-spacing: 11px;
    z-index: 1;
    opacity: .05;
    transform: rotate(-90deg);
    position: absolute;
    left: -240px;
    text-transform: uppercase;
}

.dropdown-menu.three .right .back-text-z-2 {
    color: #000;
    font-family: 'figtree', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 18px;
    transform: rotate(-90deg);
    position: absolute;
    left: -140px;
    text-transform: uppercase;
    z-index: 2;
}

.navbar .navbar-right-list ul li.align-center .dropdown-btn svg {
    transition: 400ms;
}

.navbar .navbar-right-list ul li.align-center.active .dropdown-btn svg {
    transform: rotate(180deg);
}

.top.align-center.row.gap-10 .icon div,
.top.align-center.row.gap-10 .header .title {
    transition: 400ms;
}

.top.align-center.row.gap-10:hover .icon div {
    background-color: red;
}

.top.align-center.row.gap-10:hover .header .title {
    color: red;
}

.dropdown-menu.four .left .dropdown-menu-list:nth-child(1) {
    margin-bottom: 37px;
}

.dropdown-menu.four .left .dropdown-menu-list:nth-child(2) {
    margin-bottom: 16px;
}

.dropdown-menu.four .left .dropdown-menu-list .list {
    display: flex;
    align-items: flex-start;
}

.dropdown-menu.four .left {
    padding: 29px 30px 19px 30px;
}

.dropdown-menu.four .left .title {
    font-family: 'figtree', sans-serif;
    color: #4C565B;
    font-size: 14px;
    font-weight: 700;
    opacity: .6;
    line-height: normal;
    text-transform: capitalize;
}

.dropdown-menu.four .left .list .incele-link {
    background-color: #e60b0d;
    color: #fff;
    font-family: 'figtree', sans-serif;
    font-weight: 700;
    line-height: normal;
    font-size: 10px;
    text-transform: capitalize;
    padding: 2px 8px;
    border-radius: 16px;
}

.dropdown-menu.four .left .list a {
    width: max-content;
    display: flex;
}

.dropdown-menu.four .right .info-link {
    background-color: #4C565B;
    padding: 14px 10px 14px 19px;
    border-radius: 16px;
    color: #fff;
    font-family: 'figtree', sans-serif;
    font-weight: 700;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    gap: 33px;
    position: absolute;
    bottom: 20px;
}

.dropdown-menu.four .right .back-text-z-1 {
    color: #0a0a0a;
    font-family: 'figtree', sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 150%;
    letter-spacing: 11px;
    z-index: 1;
    opacity: .05;
    transform: rotate(-90deg);
    position: absolute;
    left: -240px;
    text-transform: uppercase;
}

.dropdown-menu.four .right .back-text-z-2 {
    color: #000;
    font-family: 'figtree', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 18px;
    transform: rotate(-90deg);
    position: absolute;
    left: -140px;
    text-transform: uppercase;
    z-index: 2;
}

.dropdown-menu.four .right .img .city {
    background-color: #e60b0d;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #fff;
    font-family: 'figtree', sans-serif;
    padding: 0 12px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dropdown-menu.four .right .img img {
    max-width: 232px;
    max-height: 232px;
    border-radius: 50%;
    overflow: hidden;
}

.dropdown-menu.four .right {
    padding: 26px 60px 31px 78px;
}

.dropdown-menu.four .right .img-box {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 2.59px 5.18px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: -55px;
    padding: 12px 34px;
    margin-bottom: 16px;
}

.dropdown-menu.four .right .img-box .title {
    font-weight: 600;
    font-size: 18px;
    color: #2C3747;
    font-family: 'figtree', sans-serif;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.dropdown-menu.four .right .img-box .align-center.gap-5.number {
    color: #e60b0d;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.dropdown-menu.four .right .align-center.gap-10.w-100 {
    position: absolute;
    bottom: 90px;
}

.dropdown-menu.four .right a img {
    border-radius: 12px;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.dropdown-menu.four .right .link.align-center {
    background-color: #303C62;
    border-radius: 16px;
    color: #fff;
    /* gap: 66px; */
    gap: 10px;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 14px 10px 14px 20px;
    text-transform: uppercase;
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dropdown-menu.four .right {
    background: none;
    background-color: #F2F2F2;
}

.dropdown-menu.five {
    align-items: flex-start;
    justify-content: flex-end;
}

.dropdown-menu.five .box {
    background: none;
    background-color: #FFFFFF;
    border-radius: 16px;
    max-width: 295px;
    width: 100%;
    padding: 24px 29px 33px 29px;
    gap: 10px;
    z-index: 5;
}

.dropdown-menu.five a {
    text-transform: uppercase !important;
    color: #4C565B;
    font-family: 'Figtree', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    transition: 300ms !important;
}

.dropdown-menu.five .icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    transition: 300ms;
}

.dropdown-menu.five a.dropdown-list-section svg {
    transition: 300ms;
}

.dropdown-menu.five a.dropdown-list-section:hover {
    color: red;
}

.alt-sayfa-backg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 775px;
}

.backg-2 {
    width: 100%;
    height: 100%;
    max-height: 470px;
    border-radius: 20px 20px 0px 0px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    top: 840px;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1628px;
}

header.header {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: max-content;
}

.alt-sayfa-backg .alt-sayfa-gradient {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background: linear-gradient(180deg, #4D0101 0%, rgba(1, 26, 77, 0.63) 100%);
}

.alt-sayfa-backg .course-info-section {
    max-width: 690px;
    width: 100%;
    height: 100%;
    margin-bottom: 132px;
    margin-top: 52px;
}

.course-info .form-box {
    position: absolute;
    top: 0;
    right: 0;
}

.alt-sayfa-backg .course-info-section .header .link {
    background-color: #000;
    opacity: .4;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    height: 30px;
    text-align: center;
    padding: 0 15px;
    gap: 15px;
    margin-bottom: 17px;
}

.alt-sayfa-backg .course-info-section .header .link a {
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.alt-sayfa-backg .course-info-section .header .title {
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.alt-sayfa-backg .course-info-section .info-description {
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 31px;
}

.alt-sayfa-backg .course-info-section .w-100.justify-center {
    justify-content: flex-start !important;
}

.alt-sayfa-backg .course-info-section .number-button {
    background-color: rgb(0, 0, 0, .5);
    border-radius: 10px;
    padding: 8px 0;
    max-height: 65px;
    max-width: 100%;
    width: 472px;
    overflow: hidden;
    margin-bottom: 48px;
}

.alt-sayfa-backg .course-info-section .number-button .number-button-text {
    color: #FFF;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 10.787px;
    font-weight: 700;
    line-height: 13.098px;
    text-transform: uppercase;
    width: min-content;
    margin-right: 16px;
    margin-left: 10px;
}

.alt-sayfa-backg .course-info-section .number-button .number-button-tel {
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
}

.alt-sayfa-backg .course-info-section .course-info-buttons {
    gap: 20px;
}

.alt-sayfa-backg .course-info-section .course-info-buttons .whatsapp-button {
    border: 2px solid #25D366;
    border-radius: 10px;
    padding: 12px 30px;
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    max-height: 48px;
}

.alt-sayfa-backg .course-info-section .course-info-buttons .testing-button {
    border: 2px solid #FA0E10;
    border-radius: 10px;
    padding: 12px 30px;
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    max-height: 48px;
}

.info-section .branch-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
    justify-content: center;
}

.info-section .row.w-100.active {
    display: flex;
}

.info-section .branch-card {
    max-width: 330px;
    width: 100%;
    cursor: pointer;
}

.info-section .branch-card .city-title {
    font-family: 'figtree', sans-serif;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    line-height: normal;
    color: #fff;
    background-color: #e60b0d;
    border: 1px solid #e60b0d;
    padding: 0 10px;
    border-radius: 16px;
    position: absolute;
    top: -7px;
}

.info-section .branch-card .incele-link {
    position: absolute;
    bottom: 0px;
    right: -20px;
    transform: translate(-50%, -50%);
    background-color: #e60b0d;
    padding: 2px 12px;
    border-radius: 11px;
    color: #ffff;
    text-transform: uppercase;
    font-family: 'figtree', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: normal;
    opacity: 0;
    transition: 500ms;
    z-index: 3;
}

.info-section .branch-card:hover .incele-link {
    opacity: 1;
}

.info-section .branch-card .img img {
    width: 131px;
    height: 131px;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
}

.info-section .branch-card .text-card {
    background-color: #fff;
    border-radius: 16px;
    position: absolute;
    bottom: 20px;
    max-height: 104px;
    height: 100%;
    left: 40px;
    padding-left: 100px;
    max-width: 293px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.info-section .branch-card .text-card .tel-icon {
    gap: 2px;
}

.info-section .branch-card .text-card .top-title {
    font-family: 'figtree', sans-serif;
    font-size: 14px;
    color: #5f6f83;
    line-height: normal;
    font-weight: 700;
}

.info-section .branch-card .text-card .title {
    font-family: 'figtree', sans-serif;
    font-size: 18px;
    color: #2C3747;
    line-height: normal;
    font-weight: 700;
}

.info-section .branch-card .text-card a {
    font-family: 'figtree', sans-serif;
    font-size: 16px;
    color: #e60b0d;
    line-height: normal;
    font-weight: 700;
}

.info-section {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 85px;
}

.info-section .top {
    padding-bottom: 100px;
}

.info-section .top .swiper .swiper-pagination {
    display: none;
}

.info-section .bottom .bottom-left .header .title h2 {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 63px;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.info-section .bottom .bottom-left .title h4 {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-transform: capitalize;
}

.info-section .bottom .bottom-left .description {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 25px;
}

.info-section .bottom .bottom-left {
    max-width: calc(100% - 480px);
}

.gap-30 {
    gap: 30px;
}

.column-end {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.info-section .bottom .bottom-right {
    max-width: 450px;
}

.content-box.responsive {
    display: none;
}

.campus-programs.responsive {
    display: none;
}

.campus-programs {
    border-radius: 16px;
    overflow: hidden;
    filter: drop-shadow(5px -5px 35px rgba(0, 0, 0, 0.25));
    margin-bottom: 30px;
}

.campus-programs .header {
    background-color: #FA0E10;
    padding: 25px 20px 15px 25px;
    max-height: 96px;
    height: 100%;
    font-family: 'figtree', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
}

.campus-programs .programs-list {
    background-color: #fff;
    align-items: flex-start;
    padding: 28px 20px 28px 25px;
    height: max-content;
}

.campus-programs .programs-list .icon {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #D9D9D9;
}

.campus-programs .programs-list .text {
    font-family: 'figtree', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    text-transform: capitalize;
}

.content-box {
    filter: drop-shadow(5px -5px 35px rgba(0, 0, 0, 0.18));
    background-color: #fff;
    max-width: calc(100% - 0px);
    border-radius: 16px;
    padding: 20px;
    margin: 30px 0;
    width: 100%;
}

.content-box .title {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 63px;
    text-transform: capitalize;
}

.content-box ul {
    padding-left: 15px;
}

.content-box ul li {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    list-style-type: disc;
}

.content-box ul li span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
}

.mt-30 {
    margin-top: 30px;
}

.student-content.responsive-box {
    filter: drop-shadow(5px -5px 35px rgba(0, 0, 0, 0.18));
    background-color: #fff;
    max-width: calc(100% - 41px);
    border-radius: 16px;
    padding: 20px 20px 30px 20px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: 0;
    margin-bottom: 30px;
}

.student-content.responsive-box {
    display: none;
}

.student-content.responsive-box .title {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 63px;
    text-transform: capitalize;
    padding-bottom: 7px;
    padding-left: 5px;
}

.student-content.responsive-box .flex-wrap {
    justify-content: space-between;
    gap: 15px;
}

.student-content.responsive-box .box {
    max-width: 112px;
    max-height: 112px;
}

.info-section .student-content {
    filter: drop-shadow(5px -5px 35px rgba(0, 0, 0, 0.18));
    background-color: #fff;
    max-width: calc(100% - 41px);
    border-radius: 16px;
    padding: 20px 20px 30px 20px;
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.info-section .bottom .bottom-right .student-content.responsive {
    display: none;
}

.info-section .bottom .bottom-right .student-content .title {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 63px;
    text-transform: capitalize;
    padding-bottom: 7px;
    padding-left: 5px;
}

.info-section .bottom .bottom-right .student-content .flex-wrap {
    justify-content: space-between;
    gap: 15px;
}

.info-section .bottom .bottom-right .student-content .box {
    max-width: 112px;
    max-height: 112px;
}

.info-section .bottom .bottom-left .w-100 .box {
    background-color: #1D1C33;
    border-radius: 16px;
    opacity: .1;
    box-shadow: 5.127px -5.127px 35.89px 0px rgba(0, 0, 0, 0.25);
    width: 924px;
    height: 323px;
}

.t-0 {
    top: 0;
}

.sub-page-2-main {
    position: absolute;
    top: 0;
}

.sub-page-2-backg {
    background-color: #fff;
    width: 100%;
    height: 100vh;
}

.sub-page-2-backg-img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 775px;
    max-height: 875px;
}

.sub-page-2-backg-img .gradient {
    background: linear-gradient(180deg, #4D0101 0%, rgba(1, 26, 77, 0.63) 100%);
    width: 100%;
    height: 100%;
}

.container-left {
    max-width: 930px;
}

.container-left .mySwiper-thumb-2 .thumb-slider-img {
    max-width: 930px;
    max-height: 552px;
    width: 930px;
    height: 552px;
    border-radius: 16px;
    background-color: #fff;
}

.container-left .mySwiper-thumb .thumb-slider-btn {
    max-width: 200px;
    max-height: 120px;
    width: 200px;
    height: 120px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 5.127px -5.127px 23.89px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.container-left .mySwiper-thumb {
    width: 100%;
    height: 100%;
}

.container-left .swiper-slide {
    font-size: 18px;
    text-align: center;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
}

.container-left .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-left .mySwiper-thumb {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.container-left .swiper-slide {
    background-size: cover;
    background-position: center;
}

.container-left .mySwiper-thumb .swiper-slide-thumb-active {
    opacity: 1;
}

.container-left .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-slider .mySwiper-top .swiper-slide {
    width: 100%;
    height: 552px;
}

.left-slider.responsive {
    display: none;
}

.left-slider .mySwiper-bottom {
    margin-top: 35px;
}

.left-slider .mySwiper-bottom .swiper-slide {
    width: 100%;
    height: 120px;
}

.left-slider .swiper .swiper-slide .top-slide-box {
    width: 100%;
    height: 100%;
    background: #a37777;
    border-radius: 16px;
    margin: 0 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.left-slider .mySwiper-top .swiper-top-button-next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
    cursor: pointer;
    transform: translate(0%, -50%);
}

.left-slider .mySwiper-top .swiper-pagination {
    display: none;
}

.left-slider .mySwiper-top .swiper-top-button-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 3;
    cursor: pointer;
    transform: translate(-47%, -50%);
}

.left-slider .mySwiper-bottom .swiper-bottom-button-next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
    cursor: pointer;
    transform: translate(0%, -50%);
}

.left-slider .mySwiper-bottom .swiper-bottom-button-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 3;
    cursor: pointer;
    transform: translate(-47%, -50%);
}

.left-slider .mySwiper-bottom .swiper-bottom-button-prev.swiper-button-disabled {
    opacity: 0;
    transition: 300ms;
}

.left-slider .mySwiper-bottom .swiper-bottom-button-next.swiper-button-disabled {
    opacity: 0;
    transition: 300ms;
}

.container-right {
    max-width: 410px;
}

.contact-section.responsive {
    display: none;
}

.container-right .contact-section .number-box {
    background-color: rgb(0, 0, 0, .9);
    border-radius: 10px;
    padding: 7px 24px;
    gap: 20px;
    max-height: 64px;
}

.container-right .contact-section .number-box .icon {
    max-width: 38px;
    max-height: 38px;
}

.container-right .contact-section .number-box .text {
    font-family: 'figtree', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
    width: min-content;
    text-align: center;
}

.container-right .contact-section .number-box .number {
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 29.625px;
    font-weight: 700;
    line-height: 49.375px;
}

.container-right .contact-section .contact-map {
    margin-top: 16px;
    height: 90px;
}

.container-right .contact-section .contact-map .adress {
    max-width: calc(100% - 100px);
    position: absolute;
    left: 0;
    top: 11px;
    display: flex;
}

.container-right .contact-section .contact-map .adress .icon {
    max-width: 35px;
    max-height: 35px;
    margin-right: 4px;
}

.container-right .contact-section .contact-map .adress .text .title {
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.container-right .contact-section .contact-map .adress .text .subtitle {
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
}

.container-right .contact-section .contact-map .box {
    background-color: #FFBD4F;
    border-radius: 9px;
    padding: 4px 0px;
    max-width: 90px;
    height: 90px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.container-right .contact-section .contact-map .box .icon {
    max-width: 70px;
    position: absolute;
    top: 4px;
    left: 10px;
}

.container-right .contact-section .contact-map .box .text {
    text-transform: uppercase;
    color: #6C4503;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 10.787px;
    font-weight: 700;
    line-height: 13.098px;
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    text-align: center;
}

.container-right .contact-adress-box {
    justify-content: space-between;
    margin-top: 35px;
    gap: 17px;
}

.container-right .contact-adress-box .box {
    max-width: 190px;
    height: 55px;
    width: 50%;
}

.container-right .contact-adress-box .icon {
    max-width: 54px;
    max-height: 54px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.container-right .contact-adress-box .text {
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: calc(100% - 64px);
}

.container-right .contact-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 43px;
    justify-content: flex-end;
}

.container-right .contact-buttons .whatsapp-button {
    border: 2px solid #25D366;
    border-radius: 10px;
    padding: 12px 12px;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    max-height: 48px;
    width: 49%;
}

.container-right .contact-buttons .testing-button {
    border: 2px solid #FA0E10;
    border-radius: 10px;
    padding: 12px 30px;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    max-height: 48px;
}

.container-right .form-box {
    margin-top: 32px;
    margin-right: 0;
    filter: drop-shadow(5px 15px 35px rgba(0, 0, 0, 0.05));
    margin-bottom: 20px;
}

.container-right-dark-button {
    background-color: #011A4D;
    border-radius: 16px;
    padding: 22px 6px 23px 26px;
    gap: 28px;
    margin-bottom: 35px;
    margin-top: 15px;
}

.container-right-dark-button .title {
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.container-right-dark-button .subtitle {
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.container-right .map-box {
    width: 100%;
    height: 236px;
    margin-bottom: 20px;
    filter: drop-shadow(5px -5px 35px rgba(0, 0, 0, 0.25));
    border-radius: 16px;
    overflow: hidden;
}

.container-right .content-box {
    filter: drop-shadow(5px -5px 35px rgba(0, 0, 0, 0.18));
    background-color: #fff;
    max-width: 100%;
    border-radius: 16px;
    padding: 20px 20px 40px 25px;
    margin-bottom: 20px;
}

.container-right .content-box .title {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 63px;
    text-transform: capitalize;
}

.container-right .content-box ul {
    padding-left: 15px;
}

.container-right .content-box ul li {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    list-style-type: disc;
    margin-left: 10px;
}

.container-right .student-content {
    filter: drop-shadow(5px -5px 35px rgba(0, 0, 0, 0.18));
    background-color: #fff;
    max-width: 100%;
    border-radius: 16px;
    padding: 20px 20px 30px 20px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    height: auto;
    margin-top: 30px !important;
}

.container-right .student-content .title {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 63px;
    text-transform: capitalize;
    padding-bottom: 7px;
    padding-left: 5px;
}

.container-right .student-content .flex-wrap {
    justify-content: space-between;
    gap: 15px;
}

.container-right .student-content .box {
    max-width: 112px;
    max-height: 112px;
}

.container-right .pride-table {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    filter: drop-shadow(5px -5px 35px rgba(0, 0, 0, 0.18));
}

.container-right .pride-table .header {
    padding: 26px 28px 13px 28px;
}

.container-right .pride-table .header .title {
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    color: #203C75;
    text-transform: capitalize;
    font-weight: 700;
    line-height: normal;
}

.container-right .pride-table .header .subtitle {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    opacity: .7;
    color: #203C75;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 170%;
}

.container-right .pride-table .tab-slider-btn .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
}

.container-right .pride-table .tab-slider-btn .btn-card.active {
    color: #fff;
    background-color: #203C75;
}

.container-right .pride-table .tab-slider-btn .btn-card:hover {
    background-color: #203C75;
    border-color: #203C75;
    color: #fff;
}

.container-right .pride-table .tab-slider-btn .btn-card {
    border: 1px solid #203C75;
    border-radius: 16px;
    padding: 5px 15px;
    color: #203C75;
    font-weight: 700;
    font-family: 'Figtree', sans-serif;
    line-height: normal;
    text-transform: uppercase;
    transition: 400ms;
    cursor: pointer;
}

.container-right .pride-table .pride-table-continer {
    width: 100%;
    padding: 0 8px 0px 30px;
    max-height: 400px;
    overflow-Y: scroll;
}

.container-right .pride-table .pride-table-continer table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'figtree', sans-serif;
    text-transform: capitalize;
    text-align: left;
    display: none;
}

.container-right .pride-table .pride-table-continer table.active {
    display: table;
}

.container-right .pride-table .tab-slider-btn .btn-card .title {
    font-size: 10px;
    line-height: normal;
}

.advantage-box {
    width: 100%;
    border-radius: 20px 20px 0 0;
    padding: 30px 20px;
    filter: drop-shadow(5px -5px 35px rgba(0, 0, 0, 0.25));
}

.advantage-box .header .title {
    color: #212966;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.container-left .education-programs {
    margin-top: 50px;
    padding-top: 0;
    height: auto;
}

.container-left .education-programs .subtitle {
    width: 100%;
}

.container-left .education-programs .scroll .box {
    width: calc(32% - 10px)
}

.container-left .education-programs .tab-slider-btn .btn-card .title {
    line-height: normal;
}

.container-left .education-programs .scroll {
    max-height: 100%;
}

.table-section {
    margin-top: 35px;
}

.table-section.responsive {
    display: none;
}

.table-section .title {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 39px;
}

.table-section .table-box {
    height: 100%;
    width: 100%;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 5.127px -5.127px 35.89px 0px rgba(0, 0, 0, 0.25);
    padding: 32px 0px 43px 0px;
    margin-bottom: 30px;
}

.table-section .table-box .thead {
    padding-bottom: 16px;
    padding-left: 29px;
}

.table-section .table-box .thead .th {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
}

.table-section .table-box .thead .th:nth-child(1) {
    max-width: 211px;
    text-align: left;
    margin-right: 22px;
}

.table-section .table-box .thead .th:nth-child(2) {
    max-width: 160px;
}

.table-section .table-box .thead .th:nth-child(3) {
    max-width: 160px;
}

.table-section .table-box .thead .th:nth-child(4) {
    max-width: 172px;
}

.table-section .table-box .thead .th:nth-child(5) {
    max-width: 172px;
}

.tbody .tr-list {
    padding-left: 29px;
    max-height: 44px;
}

.table-section .tbody .tr-list .tr {
    text-align: center;
    color: #000;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 13px 0;
    border-right: 1px solid #ddd;
}

.table-section .tbody .tr-list.green {
    background-color: #E0FFD5;
}

.table-section .tbody .tr-list.red {
    background-color: #FFD4D4;
}

.table-section .tbody .tr-list .tr:nth-child(1) {
    max-width: 211px;
    text-align: left;
    margin-right: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.table-section .tbody .tr-list .tr:nth-child(2) {
    max-width: 160px;
}

.table-section .tbody .tr-list .tr:nth-child(3) {
    max-width: 160px;
}

.table-section .tbody .tr-list .tr:nth-child(4) {
    max-width: 172px;
}

.table-section .tbody .tr-list .tr:nth-child(5) {
    max-width: 172px;
    border: none;
}

.table-section .tbody .tr-list .tr .tr-box {
    padding: 5px 22px;
    border-radius: 14px;
    color: #000;
    max-width: 137px;
    height: 28px;
    width: 100%;
}

.table-section .tbody .tr-list .tr .tr-box.green {
    background-color: #81FC56;
}

.table-section .tbody .tr-list .tr .tr-box.red {
    background-color: #e60b0d;
}

.table-section .tbody .tr-list .tr .tr-box.darkblue {
    padding: 4px 8px;
    border-radius: 14px;
    color: #fff;
    max-width: 121px;
    font-size: 12px;
    width: 100%;
    height: 100%;
    max-height: 22px;
    line-height: 16px;
    background-color: #011A4D;
}

.sub-page-2-text .title h2 {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 63px;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.sub-page-2-text .title h4 {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-transform: capitalize;
}

.sub-page-2-text .description {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    /* padding-bottom: 25px; */
}

.sub-page-2-text .w-100 .box {
    background-color: #1D1C33;
    border-radius: 16px;
    opacity: .1;
    box-shadow: 5.127px -5.127px 35.89px 0px rgba(0, 0, 0, 0.25);
    width: 924px;
    height: 323px;
}

.sub-page-2-main .student-content {
    margin-top: 77px;
}

.sub-page-2-main footer {
    margin-top: 100px;
}

.sub-page-2-text.responsive {
    display: none;
}

.sub-page-2-main .course-info-section .link {
    background-color: #000;
    opacity: .4;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    height: 30px;
    text-align: center;
    padding: 0 15px;
    gap: 15px;
    margin-bottom: 17px;
}

.sub-page-2-main .course-info-section .link a {
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.sub-page-2-main .course-info-section .title {
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.sub-page-2-main .course-info-section .info-description {
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 31px;
}

.course-info-section.responsive {
    display: none;
}

.contact-section.responsive a {
    background-color: rgb(0, 0, 0, .9);
    border-radius: 10px;
    padding: 7px 24px;
    gap: 20px;
    max-height: 64px;
    width: 100%;
    justify-content: space-around;
}

.contact-section.responsive .contact-map {
    margin-top: 16px;
    height: 90px;
}

.contact-section.responsive .contact-map .adress {
    max-width: calc(100% - 100px);
    position: absolute;
    left: 0;
    top: 11px;
    display: flex;
}

.contact-section.responsive .contact-map .adress .icon {
    max-width: 35px;
    max-height: 35px;
    margin-right: 4px;
}

.contact-section.responsive .contact-map .adress .text .title {
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.contact-section.responsive .contact-map .adress .text .subtitle {
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.contact-section.responsive .contact-map .adress .text .subtitle {
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
}

.contact-section.responsive .contact-map .box {
    background-color: #FFBD4F;
    border-radius: 9px;
    padding: 4px 0px;
    max-width: 90px;
    height: 90px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.contact-section.responsive .contact-map .box .icon {
    max-width: 70px;
    position: absolute;
    top: 4px;
    left: 10px;
}

.contact-section.responsive .contact-map .box .text {
    text-transform: uppercase;
    color: #6C4503;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 10.787px;
    font-weight: 700;
    line-height: 13.098px;
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    text-align: center;
}

.contact-adress-box {
    justify-content: space-between;
    margin-top: 35px;
    gap: 17px;
}

.contact-adress-box .box {
    max-width: 190px;
    height: 70px;
    width: 50%;
}

.contact-adress-box .icon {
    max-width: 54px;
    max-height: 54px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
}

.contact-adress-box .icon img {
    max-width: 48px;
    max-height: 48px;
}

.contact-adress-box .text {
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: calc(100% - 64px);
}

.contact-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 43px;
    justify-content: flex-end;
}

.contact-buttons .whatsapp-button {
    border: 2px solid #25D366;
    border-radius: 10px;
    padding: 12px 12px;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    max-height: 48px;
    width: 49%;
}

.contact-buttons .testing-button {
    border: 2px solid #FA0E10;
    border-radius: 10px;
    padding: 12px 12px;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    max-height: 48px;
}

.contact-buttons.responsive {
    display: none;
}

.contact-adress-box.responsive {
    display: none;
}

.contact-buttons.responsive {
    display: none;
}

.exam-modal {
    border-radius: 10px;
    background-color: rgb(0, 0, 0, .8);
    max-width: 417px;
    max-height: 64px;
    padding: 14px;
    justify-content: space-between;
    opacity: 1;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9;
    transition: all .50ms ease-in;
    display: none;
}

.exam-modal.active {
    display: flex;
}

.exam-modal .text {
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    width: 100%;
    text-transform: capitalize;
}

.exam-modal .button {
    background-color: #e60b0d;
    border-radius: 10px;
    max-width: 173px;
    max-height: 34px;
    color: #FFF;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    width: 100%;
    height: 100%;
    padding: 7px 8px;
    animation: shake 1s infinite;
}

.cookie-modal {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 5.127px -5.127px 35.89px 0px rgba(0, 0, 0, 0.25);
    padding: 14px 18px 15px 14px;
    justify-content: space-between;
    position: fixed;
    bottom: -65px;
    left: 50%;
    z-index: 9;
    max-height: 64px;
    max-width: 838px;
    transform: translate(-50%);
    opacity: 0;
    transition: 300ms;
}

.cookie-modal.active {
    transform: translate(-50%, -106px);
    opacity: 1;
}

.cookie-modal .text {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    width: 475px;
}

.cookie-modal .text a {
    text-decoration: underline;
}

.cookie-modal .buttons .agree {
    color: #FFF;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    background-color: #000;
    border-radius: 10px;
    padding: 7px;
    width: 125px;
    border: 1px solid #000;
    text-transform: capitalize;
    margin: 0 7px;
    cursor: pointer;
}

.cookie-modal .buttons .agree.dont {
    background-color: transparent;
    color: #000;
    width: 140px;
}

.discount-modal {
    display: flex;
    max-width: 930px;
    max-height: 636px;
    border-radius: 16px;
    overflow: hidden;
    z-index: 9;
    transition: 300ms;
}

.w-100.h-100.backg-black {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9;
    top: 0;
}

.w-100.h-100.backg-black.active {
    display: flex;
}

.discount-modal .left {
    max-width: 480px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 60px 30px 60px 40px;
    background-color: #fff;
}

.discount-modal .left .title {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 23px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.discount-modal .left .subtitle {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    opacity: .8;
    margin-bottom: 35px;
}

.discount-modal .left .input {
    padding: 17px 12px 13px 12px;
    width: 100%;
    max-height: 54px;
    border-radius: 16px;
    background-color: transparent;
    border: 1px solid #EEEEEE;
    gap: 12px;
    margin-bottom: 15px;
}

.discount-modal .left .input input {
    background-color: transparent;
}

.discount-modal .left .discount-button {
    background-color: #303C62;
    border-radius: 16px;
    width: 100%;
    padding: 14px 17px 14px 19px;
    color: #FFF;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.discount-modal .left .checkbox-container .box {
    border-radius: 5px;
    border: 1px solid #eee;
    background-color: #fff;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: 400ms;
}

.discount-modal .left .checkbox-container.active .box {
    background-color: #303C62;
    opacity: .9;
}

.discount-modal .left .checkbox-container .text {
    color: #303C62;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

.discount-modal .left .note {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #303C62;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    line-height: 20px;
    opacity: .5;
    text-align: center;
}

.discount-modal .right .close-button {
    background-color: #FDF8F6;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    position: absolute;
    top: 14px;
    right: 9px;
    padding: 16px;
    cursor: pointer;
}

.discount-modal .left .close-button.responsive {
    display: none;
    position: absolute;
    top: 14px;
    right: 9px;
}

.discount-2-modal {
    max-width: 930px;
    max-height: 525px;
    border-radius: 16px;
    overflow: hidden;
    flex-direction: column;
}

.discount-2-modal .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FDF8F6;
    height: 100%;
    align-items: flex-start;
}

.discount-2-modal .left {
    padding: 37px 10px 10px 39px;
    width: 50%;
}

.discount-2-modal .left .title {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 23.747px;
    font-weight: 900;
    line-height: 38px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.discount-2-modal .left .subtitle {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    opacity: .6;
    margin-bottom: 11px;
}

.discount-2-modal .left .note {
    color: #303C62;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    width: 100%;
    opacity: .5;
}

.discount-2-modal .top {
    max-height: 292px;
    width: 100%;
    height: 292px;
}

.discount-2-modal .bottom .right {
    width: 50%;
    padding: 25px 35px;
}

.discount-2-modal .bottom .right .input {
    padding: 17px 12px 13px 12px;
    width: 100%;
    max-height: 54px;
    border-radius: 16px;
    background-color: transparent;
    border: 1px solid #EEEEEE;
    gap: 12px;
    margin-bottom: 15px;
}

.discount-2-modal .bottom .right .input input {
    background-color: transparent;
}

.discount-2-modal .bottom .right .discount-button {
    background-color: #303C62;
    border-radius: 16px;
    width: 100%;
    padding: 14px 17px 14px 19px;
    color: #FFF;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.discount-2-modal .bottom .right .checkbox-container .box {
    border-radius: 5px;
    border: 1px solid #eee;
    background-color: #fff;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: 300ms;
}

.discount-2-modal .bottom .right .checkbox-container.active .box {
    background-color: #303C62;
    opacity: .9;
}

.discount-2-modal .bottom .right .checkbox-container .text {
    color: #303C62;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

.discount-2-modal .top .close-button {
    background-color: #FDF8F6;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    position: absolute;
    top: 14px;
    right: 9px;
    padding: 16px;
    cursor: pointer;
}

.info-modal {
    max-width: 631px;
    max-height: 624px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    border-radius: 16px;
}

.info-modal .form-box {
    background-color: transparent;
    box-shadow: none;
    padding: 0 40px;
    margin-top: 20px;
}

.info-modal .form-box .title,
.info-modal .form-box .descp {
    text-align: center;
}

.info-modal .form-box #options {
    margin-bottom: 0;
}

.info-modal .form-box .accept-btn {
    margin-top: 24px;
    margin-bottom: 50px;
}

.info-modal .countdown {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center
}

.info-modal .countdown span {
    font-size: 14px;
}

.info-modal .form-counter .title {
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    opacity: .8;
}

.info-modal .form-counter h5 {
    display: flex;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    gap: 5px;
    align-items: center
}

.info-modal .form-counter .counter-text {
    color: #000;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 53px;
    margin-bottom: 20px;
}

.info-modal .close-button {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #e60b0d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    cursor: pointer;
    z-index: 9;
}

.info-modal .close-button.responsive {
    display: none;
}

.register-modal {
    max-width: 800px;
    max-height: 700px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.register-modal .close-button {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.register-modal .box-border {
    padding: 10px 0;
    font-family: 'figtree', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 24px;
    border: 1px solid #dad7d7;
}

.register-modal .box-border.purple {
    background-color: #1672b0;
    color: #fff;
}

.register-modal .box-border.pink {
    background-color: #2aa4c9;
    color: #fff;
}

.register-modal .box-border.table {
    font-size: 16px;
    color: #3B002F;
    padding: 4px 0px;
}

.pl-10 {
    padding-left: 10px;
}

.border-r {
    border-right: 1px solid #dad7d7;
}

.border-b {
    border-bottom: 1px solid #dad7d7;
}

.register-modal .box-border.table .box {
    width: 50%;
    padding: 10px 10px;
}

.w-50 {
    width: 50%;
}

.register-modal .box-border.table .title {
    line-height: 22px;
    padding: 5px 10px;
}

.register-modal .box {
    border: 1px solid #dad7d7;
}

.register-modal .backg-gray {
    background-color: #f2f2f2;
}

.register-modal .register-table .title {
    font-size: 14px;
    color: #3B002F;
    font-weight: 700;
    max-width: 180px;
    width: 100%;
    text-transform: capitalize;
}

.p-5 {
    padding: 5px;
}

.register-modal .register-table .value {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.register-modal .register-table .descp-title {
    color: #3B002F;
    font-size: 14px;
    font-weight: 700;
}

.register-modal .register-table .descp {
    font-size: 14px;
    font-weight: 500;
}

.register-modal .register-table .value .greenbox {
    background-color: #1672b0;
    padding: 0px 40px;
    width: max-content;
    border-radius: 5px;
    color: #fff;
}

.register-modal .register-table .question {
    font-weight: 800;
    font-size: 14px;
    color: #000;
    opacity: .8;
}

.register-modal .box-border.border-n.table {
    border: none;
}

.register-modal .register-table .btn {
    background-color: #1672b0;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 5px;
    cursor: pointer;
    border-radius: 7px;
}

.register-modal-second {
    position: fixed;
    bottom: -100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99;
    transition: 500ms;
}

.register-modal-second.active {
    display: flex;
    top: 0;
}

.register-modal.second-page {
    background-color: #fff;
    height: max-content;
}

.register-modal.second-page .close-button {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #000;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.register-modal.second-page .register-second-table {
    border: 1px solid #dad7d7;
}

.register-modal.second-page .register-second-table .icon {
    max-width: 60px;
    padding: 3px 5px;
    font-size: 14px;
}

.register-modal.second-page .register-second-table .text {
    text-transform: capitalize;
    color: #000;
    padding: 3px 5px;
    font-size: 14px;
    text-transform: capitalize;
}

.register-modal.second-page .descp-text {
    color: #000;
    font-weight: 700;
    border: 1px solid #dad7d7;
    padding: 5px;
    margin-top: 10px;
}

.register-modal.second-page .warning-text {
    color: #D83849;
    font-family: 'figtree', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    line-height: 20px;
    margin: 10px 0;
}

.register-modal.second-page .warning-text .fw-8 {
    text-transform: uppercase;
}

.fw-8 {
    font-weight: 800;
}

.register-modal.second-page form {
    background-color: #fff;
    padding: 10px 25px 10px 5px;
}

.register-modal.second-page form .label {
    padding: 5px;
    max-width: 100px;
    display: inline-block;
    width: 100%;
}

.register-modal.second-page form .input {
    padding: 5px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #000;
    width: 100%;
}

.register-modal.second-page .gonder-btn {
    height: 40px;
    width: 50%;
    border-radius: 5px;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: 300ms;
}

.register-modal.second-page .gonder-btn:hover {
    background: #1672b0;
    color: #fff;
}

.cursor-p {
    cursor: pointer;
}

.animate__bounceInLeft {
    margin: 0 0.5rem;
    animation: bounce;
    animation-duration: 1s;
}

.animate__bounceInUp {
    margin: 0 0.5rem;
    animation: bounce;
    animation-duration: .8s;
}

.animate__bounceInDown {
    animation: bounce;
    animation-duration: .8s;
}

.animate__bounceInRight {
    animation: bounce;
    animation-duration: .8s;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

#nav_mobile_hamburger {
    pointer-events: none;
    width: 25px;
    height: 16px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav_mobile_hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #EC660F;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav_mobile_hamburger span:nth-child(1) {
    top: 0px;
}

#nav_mobile_hamburger span:nth-child(2) {
    top: 7px;
}

#nav_mobile_hamburger span:nth-child(3) {
    top: 7px;
}

#nav_mobile_hamburger span:nth-child(4) {
    top: 14px;
}

#nav_mobile_hamburger.open span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}

#nav_mobile_hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav_mobile_hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav_mobile_hamburger.open span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
}

#h_bucket_icon svg {
    height: auto;
    width: 25px;
}

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

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#mobile_header {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    width: 100%;
    align-items: flex-start !important;
    z-index: 99;
    padding: 0;
    background: transparent;
    display: none;
}

#mobile_header.active {
    max-height: 100%;
    width: 100%;
    height: calc(100% - 120px);
    overflow: hidden;
}

#mobile_header.active::before {
    content: "";
    position: fixed;
    inset: 0;
    background-color: rgb(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    min-height: 1000vh;
    max-width: 100%;
}

#mobile_header .mobile_nav_container {
    height: calc(100% - 10px);
    overflow: scroll;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    z-index: 9;
}

#mobile_header .mobile_nav_container.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

#mobile_header .mobile_nav_container.disabled {
    display: none !important;
}

#mobile_header .mobile_nav_container .back_to_main_menu {
    display: flex;
    position: relative;
    align-items: center;
    background-color: transparent;
}

#mobile_header .mobile_nav_container .back_to_main_menu.disabled {
    display: none !important;
}

#mobile_header .mobile_nav_container .back_to_main_menu .item_link {
    background-color: #0455a5;
    display: flex;
    align-items: stretch;
    width: 100%;
    justify-content: space-between;
}

.align-center {
    display: flex;
    align-items: center;
}

#mobile_header .mobile_nav_container .back_to_main_menu .item_link .item_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    max-width: 30px;
    max-height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 15px;
    align-self: center;
    box-sizing: border-box;
}

#mobile_header .mobile_nav_container .back_to_main_menu .item_link .item_icon svg {
    max-width: 60%;
    width: auto;
    height: auto;
}

#mobile_header .mobile_nav_container .back_to_main_menu a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #e60b0d;
    font-weight: 500;
    justify-content: space-between;
    height: 30px;
    flex-grow: 1;
    padding-left: 5px;
    padding-right: 40px;
    position: relative;
    line-height: 18px;
}

#mobile_header .mobile_nav_container .back_to_main_menu .icon_chevron_back {
    position: absolute;
    left: 15px;
    width: 10px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.828 6.364L7.778 11.314L6.364 12.728L0 6.364L6.364 0L7.778 1.414L2.828 6.364Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#mobile_header .mobile_nav_container .active_menu>li {
    display: none;
}

#mobile_header .mobile_nav_container.animate__bounceInLeft {
    margin: 0;
}

#mobile_header .mobile_nav_container .active_menu .back_to_main_menu {
    display: flex;
}

#mobile_header .mobile_nav_container ul.main_menu_items {
    padding: 17px 20px 0px 20px;
    margin: 0;
    overflow: scroll;
}

.information-button {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.information-button .box {
    background-color: #D62828;
    border-radius: 10px 10px 0 0;
    padding: 9px 37px;
    font-family: 'figtree', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
}

#mobile_header .mobile_nav_container ul.main_menu_items .mobile #mobile_header .mobile_nav_container ul.main_menu_items li.with_dropdown.active>.item_link i.icon_chevron_left {
    display: none;
}

#mobile_header .mobile_nav_container ul.main_menu_items li.active {
    display: block !important;
    position: relative;
    overflow-y: scroll;
}

#mobile_header .mobile_nav_container ul.main_menu_items li.active .info-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#mobile_header .mobile_nav_container ul.main_menu_items li.active .info-button .box {
    background-color: #D62828;
    border-radius: 10px 10px 0 0;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-family: 'figtree', sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 0;
    max-width: 266px;
}

#mobile_header .mobile_nav_container ul.main_menu_items li.active>.sub_menu {
    display: block;
    padding-bottom: 30px;
}

#mobile_header .mobile_nav_container ul.main_menu_items li.active>.sub_menu.animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

#mobile_header .mobile_nav_container ul.main_menu_items li.this_sub_open>.item_link {
    display: none;
}

#mobile_header .mobile_nav_container ul.main_menu_items li .item_link {
    background-color: transparent;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    justify-content: space-between;
    padding: 10px 0;
}

#mobile_header .mobile_nav_container ul.main_menu_items li .item_link.none {
    display: none;
}

#mobile_header .mobile_nav_container ul.main_menu_items li .item_link .item_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    max-width: 30px;
    max-height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 50%;
    margin-right: 5px;
    align-self: center;
    box-sizing: border-box;
}

#mobile_header .mobile_nav_container ul.main_menu_items li .item_link .item_icon svg {
    max-width: 60%;
    width: auto;
    height: auto;
}

#mobile_header .mobile_nav_container ul.main_menu_items li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    justify-content: space-between;
    height: auto;
    gap: 2px;
    flex-grow: 1;
    padding-left: 5px;
    padding-right: 40px;
    position: relative;
    line-height: 18px;
    font-family: 'figtree', sans-serif;
    text-transform: capitalize;
}

#mobile_header .mobile_nav_container ul.main_menu_items li .icon_chevron_left {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.95 6.364L0 1.414L1.414 0L7.778 6.364L1.414 12.728L0 11.314L4.95 6.364Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#mobile_header .mobile_nav_container ul.main_menu_items ul.sub_menu {
    padding: 0;
    display: none;
    width: 100%;
}

#mobile_header .mobile_nav_container ul.main_menu_items .mobile-nav-menu-img {
    margin: 20px 0 17px 0;
}

#mobile_header .mobile_nav_container ul.main_menu_items ul.sub_menu li a {
    font-size: 16px;
    background-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 12px;
}

.align-center {
    display: flex;
    align-items: center;
}

#mobile_header .mobile_nav_container ul.main_menu_items ul.sub_menu li a .icon {
    width: 34px;
    height: 34px;
    padding: 3px;
    margin-right: 10px;
    aspect-ratio: 1.1;
    border-radius: 5px;
}

#mobile_header .mobile_nav_container ul.main_menu_items ul.sub_menu li a .icon svg {
    width: 100%;
    height: 100%;
    border: none;
}

#mobile_header .mobile_nav_container ul.main_menu_items ul.sub_menu li a .header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

#mobile_header .mobile_nav_container ul.main_menu_items ul.sub_menu li a .subtitle {
    font-family: 'figtree', sans-serif;
    color: #4C565B;
    opacity: .6;
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    text-transform: capitalize;
}

#mobile_header .mobile_nav_container ul.main_menu_items ul.sub_menu li a ul {
    padding-left: 44px;
    margin-top: 13px;
    margin-bottom: 5px;
}

#mobile_header .mobile_nav_container ul.main_menu_items ul.sub_menu li a ul li {
    color: #666;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    list-style-type: disc;
    align-items: center;
    gap: 3px;
    list-style-type: none;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

#mobile_header .mobile_nav_container ul.main_menu_items ul.sub_menu li a ul li span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #CCCCCC;
    display: inline-block;
}

#mobile_header .mobile_nav_container ul.main_menu_items ul li.contain_sub_menu {
    padding: 0;
    width: 100%;
}

#mobile_header .mobile_nav_container ul.main_menu_items ul li.contain_sub_menu.active .item_link {
    background-color: #EC660F !important;
}

#mobile_header .mobile_nav_container ul.main_menu_items ul li.contain_sub_menu.active .item_link a {
    margin-left: 30px;
    padding-right: 0;
    padding-left: 20px;
    font-size: 12px;
}

#mobile_header .mobile_nav_container ul.main_menu_items ul li.contain_sub_menu.active .item_link .icon_chevron_left {
    right: auto;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.828 6.364L7.778 11.314L6.364 12.728L0 6.364L6.364 0L7.778 1.414L2.828 6.364Z' fill='white'/%3E%3C/svg%3E%0A");
}

#mobile_header .mobile_nav_container ul.main_menu_items ul li.contain_sub_menu.active ul.sub_menu li a {
    margin-left: 15px;
    padding-left: 15px;
}

#mobile_header .mobile_nav_container ul.main_menu_items ul li.contain_sub_menu li a {
    margin-left: 50px;
    font-size: 14px;
}

#mobile_fixed_nav {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #454444;
}

#mobile_fixed_nav .item_menu {
    flex-grow: 1;
}

#mobile_fixed_nav .item_menu:nth-child(2) .item_container {
    padding-right: 35px;
}

#mobile_fixed_nav .item_menu:nth-child(4) .item_container {
    padding-left: 35px;
}

#mobile_fixed_nav .item_menu.bucket_item {
    position: relative;
    z-index: 10;
    margin-left: -35px;
    margin-right: -35px;
    border-radius: 50%;
    background-color: #EC660F;
    box-shadow: rgba(255, 255, 255, 0.08) 0px 0px 20px 6px;
    width: 70px;
    max-width: 70px;
    top: -20px;
}

#mobile_fixed_nav .item_menu.bucket_item .item_container {
    height: 70px;
}

#mobile_fixed_nav .item_menu.bucket_item .item_container:hover,
#mobile_fixed_nav .item_menu.bucket_item .item_container:focus,
#mobile_fixed_nav .item_menu.bucket_item .item_container:active {
    background-color: transparent !important;
}

#mobile_fixed_nav .item_menu.bucket_item .item_container svg {
    width: 30px;
    height: auto;
}

#mobile_fixed_nav .item_menu .item_container {
    transition: background ease 0.3s;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#mobile_fixed_nav .item_menu .item_container:hover,
#mobile_fixed_nav .item_menu .item_container:focus,
#mobile_fixed_nav .item_menu .item_container:active {
    background-color: #343333;
    transition: background ease 0.3s;
}

#mobile_fixed_nav .item_menu .item_container a {
    color: #fff;
}

#mobile_fixed_nav .item_menu .item_container svg {
    width: 30px;
    height: auto;
}

#mobile_fixed_nav .item_menu .item_container span {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-top: 5px;
}

.mobile-bottom.none {
    display: none;
}

.mobile-nav-menu-img {
    width: auto;
    border-radius: 10px;
    height: 85px;
    overflow: hidden;
    object-fit: cover;
    border: 1px solid #000;
    margin: 20px 20px 20px 20px;
}

.mobile-menu-buttons {
    width: auto;
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: center;
    gap: 14px;
    margin-bottom: 25px;
}

.mobile-menu-buttons .mobile-menu-button {
    width: calc(50% - 10px);
    border-radius: 15px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 6px 0;
    font-family: 'figtree', sans-serif;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-height: 26px;
}

.mobile-menu-buttons .mobile-menu-button .icon {
    width: 17px;
    height: 20px;
    display: flex;
    align-items: center;
}

#mobile_header .mobile_nav_container ul.main_menu_items ul.sub_menu li a .header .title {
    font-family: 'figtree', sans-serif;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
}

#mobile_header .mobile_nav_container ul.main_menu_items ul.sub_menu li a .header .subtitle {
    font-family: 'figtree', sans-serif;
    color: #4C565B;
    font-weight: 700;
    font-size: 12px;
    text-transform: capitalize;
    opacity: .6;
    line-height: normal;
}

.w-100.h-100.backg-black .why-us-container {
    max-width: 1200px;
    max-height: 100%;
    margin: 50px 0;
    width: 100%;
    background-color: #F8F7FB;
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 90%;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
}

.why-us-container .left-box {
    border-radius: 10px;
    background-color: #fff;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding: 20px;
    flex-direction: column;
    overflow: hidden;
    border: 2px solid #eeee;
}

.why-us-container .left-box .title {
    font-family: 'figtree', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #4c565b;
    text-transform: capitalize;
    gap: 10px;
    line-height: normal;
    margin-bottom: 0;
}

.fw-300 {
    font-weight: 300;
}

.why-us-container .left-box .subtitle {
    font-family: 'figtree', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    opacity: .6;
    line-height: normal;
    margin-bottom: 20px;
}

.why-us-container .left-box .avantage-section {
    margin-bottom: 10px;
    gap: 30px;
    z-index: 1;
}

.why-us-container .left-box .avantage-section .icon {
    max-height: 100px;
    max-width: 100px;
}

.why-us-container .left-box .avantage-section .icon img {
    height: 80px;
    width: 80px;
    margin: 15px;
}

.why-us-container .left-box .avantage-section .title {
    font-family: 'figtree', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #4c565b;
    opacity: .9;
    text-transform: capitalize;
    line-height: normal;
}

.why-us-container .left-box .avantage-section .description {
    font-family: 'figtree', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    opacity: .7;
    line-height: normal;
}

.why-us-container .left-box .star-icon {
    position: absolute;
    top: -48px;
    right: -40px;
    z-index: 0;
    transform: rotate(-10deg);
}

.why-us-container .right-box {
    border-radius: 10px;
    background-color: #fff;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding: 20px;
    flex-direction: column;
    overflow: hidden;
    border: 2px solid #eeee;
}

.why-us-container .title {
    font-size: 32px;
    font-family: 'figtree', sans-serif;
    color: #4c565b;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: normal;
    gap: 10px;
}

.why-us-container .subtitle {
    font-size: 18px;
    font-family: 'figtree', sans-serif;
    color: #707b80;
    font-weight: 400;
    line-height: normal;
}

.why-us-container .accordion-section {
    width: 100%;
    height: 100%;
    max-height: 50px;
    margin-top: 20px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, margin-top 0.3s ease-in-out;
    cursor: pointer;
}

.why-us-container .accordion-section.active {
    max-height: 100%;
    animation: expandSection 0.3s ease-in-out;
    height: auto;
}

.why-us-container .accordion-section .title {
    background: #213c75;
    padding: 5px;
    border-radius: 10px;
    color: #fff;
}

.why-us-container .accordion-section svg {
    transition: 500ms;
}

.why-us-container .accordion-section.active svg {
    transform: rotate(-180deg);
}

@keyframes expandSection {
    from {
        max-height: 50px;
    }

    to {
        max-height: 100%;
    }
}

.why-us-container .accordion-section .title {
    background-color: #213c75;
    border-radius: 10px;
    padding: 10px 10px;
    text-transform: none;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0;
    max-height: 50px;
}

.why-us-container .accordion-section .description {
    padding: 5px 15px;
    color: #707b80;
    font-size: 14px;
    line-height: 18px;
    opacity: .8;
}

.why-us-container .right-box .header,
.why-us-container .right-box .accordion {
    z-index: 1;
    width: 100%;
}

.why-us-container .right-box .i-icon {
    position: absolute;
    top: -60px;
    right: -50px;
    z-index: 0;
}

.why-us-container .right-box .i-icon img {
    width: 370px;
    height: 370px;
    aspect-ratio: 1.1;
}

.container-right .map-box iframe {
    border: none;
}

.education-programs .alt-container {
    z-index: 1;
}

.sub-page-2-text {
    margin: 30px 0;
}

.education-programs .scroll .box img.scroll-box-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.book .scroll.active {
    max-height: 100%;
}

.hakkimizda-text-box img {
    border-radius: 5px;
    margin: 20px 0;
    width: auto;
}

.job-posting-box {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    margin: 30px 0;
    justify-content: center;
    border-radius: 10px;
}

.job-postings {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 20px 0;
    margin: 50px 0;
}

.job-postings-box .alt-container {
    display: flex;
}

.job-postings .job-box {
    border: 1px solid #eeee;
    border-radius: 10px;
    padding: 15px;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'figtree', sans-serif;
    text-transform: capitalize;
}

.job-postings .job-box .header .title {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.job-postings .job-box .header .subtitle {
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
}

.job-postings .job-box .btn,
.job-postings .job-box .header {
    width: 100%;
}

.job-postings .job-box .btn {
    display: flex;
    justify-content: flex-end;
}

.job-postings .job-box .btn a {
    padding: 10px 0px;
    width: 70%;
    border-radius: 5px;
    background-color: #213c75;
    color: #fff;
    text-align: center;
}

.references-box {
    background-color: #213c75;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.references-box .references {
    margin: 50px 0;
    font-family: 'figtree', sans-serif;
    line-height: normal;
}

.references-box .references .header .title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.references-box .references .header .subtitle {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.references-box .references .references-section-box {
    width: auto;
    height: auto;
    max-width: 25%;
    border-radius: 16px;
    overflow: hidden;
    flex: 0 0 25%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.references-box .references .references-section-box img {
    width: auto;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    max-height: 175px;
}

.references-box .references .references-section {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 30px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin: 30px 0;
}

.contact-page {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-family: 'figtree', sans-serif;
    line-height: normal;
    gap: 30px;
    margin: 100px 0
}

.contact-page .contact-form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-page .contact-form,
.contact-page .contact-adress {
    width: 50%;
}

.contact-page .contact-form .header .title {
    font-size: 24px;
    font-weight: 700;
    color: #4c565b;
    margin-bottom: 15px;
}

.contact-page .contact-form .header .subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #4c565b;
    margin-bottom: 15px;
}

.contact-page .contact-form .form-box {
    max-width: 100%;
    margin-top: 15px;
}

.contact-page .contact-adress {
    max-width: 100%;
}

.contact-page .container-right .contact-adress-box .text {
    color: #000;
}

.contact-page .container-right .contact-adress-box .icon {
    background-color: transparent;
}

.contact-page .container-right .contact-section .contact-map .adress .text .title,
.contact-page .container-right .contact-section .contact-map .adress .text .subtitle {
    color: #000;
}

.contact-page .container-right .contact-section .number-box {
    width: max-content;
}

.contact-page .container-right .contact-buttons {
    justify-content: flex-start;
}

.contact-page .container-right .contact-buttons .testing-button,
.contact-page .container-right .contact-buttons .whatsapp-button {
    width: 50%;
    color: #333;
}

.contact-page .container-right .contact-buttons {
    gap: 20px;
}

.container-right .contact-section .contact-map {
    margin-top: 30px;
}

.contact-page .container-right .contact-section .contact-map {
    height: auto;
}

.contact-page .container-right .contact-section .contact-map .adress {
    position: unset;
}

.contact-page .container-right .contact-buttons {
    margin: 30px 0;
}

.contact-page .contact-map-iframe {
    box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
}

.contact-page .contact-map-iframe iframe {
    width: 100%;
}

#mobile_header .mobile_nav_container ul.main_menu_items li.active>.sub_menu {
    display: flex;
    flex-direction: column;
}

#mobile_header .mobile_nav_container ul.main_menu_items li.active.subeler>.sub_menu {
    flex-wrap: wrap;
    flex-direction: row;
}

#mobile_header .mobile_nav_container ul.main_menu_items li.active.subeler>.sub_menu li {
    width: 50%;
}

.sub_menu-list {
    display: flex;
    flex-wrap: wrap;
}

h2.aktif-subeler {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    opacity: .6;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

.branch-midd {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px !important;
    margin-top: 10px;
    padding: 0 !important;
}

.branch-midd .branch-midd-left .branch-img {
    max-width: 105px;
    max-height: 105px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1.1;
    border-radius: 50%;
    overflow: hidden;
}

.branch-midd .branch-midd-left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 140px;
}

.branch-midd .branch-midd-left,
.branch-midd .branch-midd-right {
    width: 50%;
}

.branch-midd .branch-midd-left .branch-box {
    background-color: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 6px;
    box-shadow: 0px 1.619px 3.238px 2px rgba(0, 0, 0, 0.05);
}

.branch-midd .branch-midd-left .branch-city {
    background-color: #e60b0d;
    border-radius: 10px;
    padding: 4px 8px;
    color: #FCFCFC;
    font-weight: 700;
    line-height: 12px;
    font-size: 10px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.branch-midd .branch-box .title {
    color: #2C3747;
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
}

.branch-midd .branch-box a.tel {
    color: #e60b0d !important;
    font-size: 12px !important;
    line-height: normal !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
}

.branch-midd .branch-midd-right .branchs-box {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
}

.branch-midd .branch-midd-right .branchs-box a {
    width: calc(100% / 3) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    max-width: 50px !important;
    aspect-ratio: 1.1 !important;
    padding: 0 !important;
}

.branch-midd .branch-midd-right .branchs-box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.branch-midd .branch-midd-right .branch-link a {
    width: 100%;
    border-radius: 10px;
    background-color: #303C62;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 7px 8px 15px !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 9px;
}

.branch-midd .branch-midd-right .branch-link a span {
    font-size: 9px;
    font-weight: 700;
}

.with_dropdown.subeler {
    background: url(assets/img/subeler-backg-img.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.with_dropdown .sub_menu .subeler-list {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

h2.subeler-title {
    opacity: .6;
    font-size: 14px;
    font-weight: 700;
    color: #4C565B;
    line-height: normal;
    margin-bottom: 10px;
}

.info-modal .form-box {
    background: #fff;
}

#infoMobileForm {
    display: none;
    position: sticky;
    background-color: #fff;
}

#infoMobileForm.active {
    display: flex;
    height: 100vh;
}

#infoMobileForm .info-modal {
    max-height: 100%;
}

#mobile_header .mobile_nav_container.scroll-none {
    overflow: hidden;
}

input {
    outline: none;
}

.education-programs .scroll .box {
    position: relative;
    overflow: hidden;
}

.education-programs .scroll .box:hover:before {
    animation-name: shine;
    animation-duration: 0.75s;
}

.education-programs .scroll .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -70%;
    display: block;
    width: 50%;
    height: 100%;
    transform: skewX(-25deg);
    transition: all 50ms linear;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}

@keyframes shine {
    20% {
        left: 0;
    }

    100% {
        left: 125%;
    }
}

#mobile_header .mobile_nav_container ul.main_menu_items ul.sub_menu li ul li span {
    aspect-ratio: 1.1;
}

#mobile_header .mobile_nav_container ul.main_menu_items ul.sub_menu li ul li {
    width: 100% !important;
}

#mobile_header .mobile_nav_container ul.main_menu_items ul.sub_menu li ul li a {
    font-size: 10px;
}

#subTwoForm {
    width: 100%;
}

#infoMobileForm .form-box {
    max-height: 100%;
}

.sub_menu-list li a .header {
    flex-direction: row !important;
    align-items: center;
    gap: 5px;
}

.sub_menu-list li a .header .ielts-box {
    font-size: 8px;
    text-transform: capitalize;
    background: #ff4c4c;
    color: #fff;
    padding: 3px 6px;
    border-radius: 7px;
}

@keyframes shake {
    0% { transform: rotate(0); }
    25% { transform: rotate(2deg); }
    50% { transform: rotate(0); }
    75% { transform: rotate(-2deg); }
    100% { transform: rotate(0deg); }
}

@media (max-width: 600px) {
    .our-partners .partner-img {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px
    }
}

.sub-page-2-text .desription h1, .sub-page-2-text .desription p, .sub-page-2-text .desription span {
    color: #000 !important;
}

.linear-div {
    -webkit-mask-image: linear-gradient(#fff, #fff, rgba(255, 255, 255, 0));
    position: relative;
    z-index: -1;
}

.tag-alert {
    background: url('../../data/international-flags.jpg') center center/cover no-repeat;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    border: 1px dashed #000;
    border-radius: 30px;
    z-index: 1;
    position: relative;
}

.tag-alert:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color:  #e3f3ff;
    opacity: .9;
}

.tag-alert h6 {
    color: #646464;
    font-family: "Ephesis", cursive;
    font-size: 24px;
    margin: 20px 0 0 0;
}

.tag-alert h3 {
    color: #000;
    margin: 0;
    font-size: 20px;
}

.tag-alert .countdown {
    display: inline-flex;
    gap: 20px;
}

.tag-alert .countdown h5 {
    background-color: #fff;
    color: #000;
    margin: 0;
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
    min-width: 70px;
}

.tag-alert .countdown h5 span {
    display: block;
    color: #adb4b6;
    font-weight: 400;
}

.tag-alert a {
    background-color: #e60b0d;
    border-radius: 10px;
    color: #FFF;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    padding: 7px 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.gecisyazi {
    font-weight: bold;
    /* background: linear-gradient(
            to right,
            #fd7841 20%,
            #ff9c73 30%,
            #ff9c73 70%,
            #ff253c 80%
    ); */
    background-color: #e3f3ff;
    /* background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate; */
    position: relative;
    overflow: hidden;
}

.gecisyazi .tag-alert-logo {
    position: absolute;
    top: -70px;
    left: -70px;
    height: 360px;
    opacity: .05;
    z-index: -1;
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.changing-text .dynamic-text {
    transition: all .3s ease;
    opacity: 0;
}

.changing-text h4 {
    font-size: 20px;
    font-weight: 600;
}

.changing-text h3 span {
    color: #e60b0d;
    text-decoration: underline;
    font-weight: 700;
    animation: pulse 1s ease-in-out infinite;
    display: inline-block;
    margin: 0 10px;
}

.desription img {
    width: 100% !important;
    height: auto !important;
}

/* NEW */

.happy-hours {
    position: relative;
    overflow: hidden;
}

.happy-hours img {
    display: block;
    max-width: 100%;
}

.happy-hours .hh-logo {
    z-index: 1;
    position: absolute;
    height: 200px;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.happy-hours:before {
    content: '';
    position: absolute;
    top: -20%;
    left: -10%;
    width: 50%;
    height: 150%;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(44 45 45 / 40%);
    z-index: 1;
}

.happy-hours .text-box {
    position: absolute;
    left: 40%;
    top: 10%;
    white-space: nowrap;
    text-align: center;
}

.happy-hours .text-box h3 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}

.happy-hours .text-box h5 {
    color: #AE1B12;
    background-color: #fff;
    margin: 0;
    display: inline;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
}

.happy-hours .countdown h5 {
    background: #fff;
    color: #AE1B12;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    border-radius: 5px;
    min-height: 70px;
    min-width: 100px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.happy-hours .countdown {
    position: absolute;
    top: 50%;
    left: 49%;
    display: flex;
    gap: 20px;
}

.happy-hours .countdown h5 div {
    margin-top: 4px;
}

.happy-hours .countdown h5 span {
    display: block;
    color: #fff;
    background: #C2C0C0;
    font-size: 10px;
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 500;
}

.btn-happy {
    position: absolute;
    color: #AE1B12;
    left: 56%;
    bottom: 5%;
    background: #fff;
    padding: 3px 14px;
    display: inline-flex;
    border-radius: 10px;
    font-weight: 400;
    gap: 4px;
}

.btn-happy span {
    font-weight: 700;
}

.happy-hours svg {
    fill: currentColor;
    position: absolute;
    transform-origin: center;
    width: 500px;
    height: 500px;
    top: -96px;
}

.happy-hours .primary {
    left: -55px;
    animation: happyAnimate 250s 1s infinite ease;
}

.happy-hours .secondary {
    left: -41px;
    opacity: .5;
    animation: happyAnimateAlt 250s 1s infinite ease;
}

.happy-hours .third {
    left: -29px;
    opacity: .2;
    animation: happyAnimate 250s 1s infinite ease;
}

@keyframes happyAnimate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(600deg);
    }
}

@keyframes happyAnimateAlt {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-600deg);
    }
}

.wheel-campaign-section {
    position: relative;
    overflow: hidden;
}

.wheel-campaign-section img {
    display: block;
    max-width: 100%;
}

.wheel-campaign-section .hh-logo {
    z-index: 1;
    position: absolute;
    height: 250px;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.wheel-campaign-section:before {
    content: '';
    position: absolute;
    top: -20%;
    left: -10%;
    width: 50%;
    height: 150%;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(44 45 45 / 40%);
    z-index: 1;
}

.home-wheel-campaign {
    width: 100%;
    display: grid;
    grid-template-columns: 240px 1fr;
    align-items: center;
    padding: 0 40px;
    background: url('../../data/cark-home-bg.jpg') center center/cover no-repeat;
    border-radius: 20px;
}

.home-wheel-campaign:before {
    content: '';
    display: none !important;
}

.home-wheel-campaign .container {
    margin: 0 auto;
    display: flex;
    gap: 20px;
    align-items: center;
}

.home-wheel-campaign .hh-logo {
    position: static;
    transform: translateY(0);
    height: 200px;
}

.home-wheel-campaign .btn-happy {
    position: static !important;
    display: inline-flex !important
}

.home-wheel-campaign .text-box h3 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin: 0
}

.wheel-section {
    border-radius: 20px;
    margin-bottom: 40px;
}

.home-wheel-campaign .text-box h5 {
    color: #fff;
    margin: 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 30px
}

.wheel-campaign-section .text-box {
    position: absolute;
    left: 20%;
    top: 10%;
    white-space: nowrap;
    text-align: center;
    width: 100%;
}

.wheel-campaign-section .text-box h3 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}

.wheel-campaign-section .text-box h5 {
    color: #fff;
    margin: 0;
    display: inline;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 100;
}

.wheel-campaign-section .countdown h5 {
    background: #fff;
    color: #AE1B12;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    border-radius: 5px;
    min-height: 70px;
    min-width: 100px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.wheel-campaign-section .countdown {
    position: absolute;
    top: 50%;
    left: 49%;
    display: flex;
    gap: 20px;
}

.wheel-campaign-section .countdown h5 div {
    margin-top: 4px;
}

.wheel-campaign-section .countdown h5 span {
    display: block;
    color: #fff;
    background: #C2C0C0;
    font-size: 10px;
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 500;
}

.wheel-campaign-section .btn-happy {
    position: absolute;
    color: #fff;
    left: 60%;
    bottom: 8%;
    background: #FF6000;
    padding: 3px 14px;
    display: flex;
    border-radius: 10px;
    gap: 4px;
    font-size: 22px;
    font-weight: bolder;
    border: 2px solid #fff;
}

.btn-happy span {
    font-weight: 700;
}

.wheel-campaign-section svg {
    fill: currentColor;
    position: absolute;
    transform-origin: center;
    width: 500px;
    height: 500px;
    top: -96px;
}

.wheel-campaign-section .primary {
    left: -55px;
    animation: happyAnimate 250s 1s infinite ease;
}

.wheel-campaign-section .secondary {
    left: -41px;
    opacity: .5;
    animation: happyAnimateAlt 250s 1s infinite ease;
}

.wheel-campaign-section .third {
    left: -29px;
    opacity: .2;
    animation: happyAnimate 250s 1s infinite ease;
}

.spinning-wheel-page .header h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff
}

.spinning-wheel-page .center-circle {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%)
}

.spinning-wheel-page .wheel {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinning-wheel-page .center-circle img {
    height: 100px
}

.spinning-references {
    z-index: 1;
    overflow:hidden
}

.spinning-references .susler {
    position: absolute;
    z-index: -1;
    opacity: .6;
}

.spinning-references:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #213c75;
    z-index: -1;
}

.spinning-wheel-page .spin {
    background: #FF6000;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    border-radius: 10px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: bold;
    margin: 20px auto 0 auto;
    left: 50%;
    cursor: pointer;
}

.spinning-wheel-page .svg-triangle {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    stroke-width: 10px;
    stroke: #fff;
}

.spinning-wheel-page .header h5 {
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.spinning-wheel-page .header a {
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 12px;
}

.swal2-content span.alert {
    display: none
}

.swal2-content .discount-code {
    border: 2px dashed #1d32af;
    width: 100%;
    padding: 5px;
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
    background: #f4f7ff;
    font-weight: 900;
    color: #0531e6;
}

.spinning-wheel-page .wheel-notice {
    text-align: center;
    color: #fff;
    margin: 20px 0;
}

.spinning-wheel-page .header h3 img {
    height: 100px
}

@media (max-width: 600px) {
    .spinning-wheel-page .header h3 {
        font-size: 18px
    }
    .spinning-wheel-page .header h3 img {
        height: 60px
    }
    .spinning-wheel-page canvas {
        width: 350px;
    }
    .home-wheel-campaign {
        grid-template-columns: 1fr;
        padding: 20px
    }
    .home-wheel-campaign .text-box {
        text-align: center
    }
    .home-wheel-campaign .text-box h5 {
        display: block;
        margin-bottom: 10px
    }
    .home-wheel-campaign .hh-logo {
        margin: 0 auto
    }
    .home-wheel-campaign .container {
        display: block;
    }
    .happy-hours {
        background: url('../../data/happy-hours-bg.jpg') center center/cover;
        padding: 25px;
        border-radius: 20px;
        margin: 30px 0;
    }

    .happy-hours svg {
        top: -400px;
        width: 700px;
        height: 700px
    }

    .happy-hours:before {
        top: -25px;
        left: 0;
        width: 100%;
        height: 30%;
        border-radius: 30px;
    }

    .happy-hours .hh-logo {
        z-index: 1;
        position: absolute;
        height: 80px;
        top: 20px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .happy-hours .primary, .happy-hours .third, .happy-hours .secondary {
        display: none;
    }

    .happy-hours .countdown {
        position: static;
        justify-content: center;
        margin-bottom: 40px;
    }

    .btn-happy {
        position: static;
        display: flex;
        justify-content: center;
    }

    .happy-hours .text-box {
        margin-top: 120px;
        padding: 0 35px;
        white-space: normal;
        position: static;
        margin-bottom: 40px;
    }

    .happy-hours .text-box h3, .happy-hours .text-box h5 {
        font-size: 16px;
    }

    /* WHEEL */

    .wheel-campaign-section {
        background: url('../../data/wheel-bg.jpg') center center/cover;
        padding: 25px;
        border-radius: 20px;
        margin: 30px 0;
    }

    .wheel-campaign-section:before {
        display: none
    }

    .wheel-campaign-section .hh-logo {
        z-index: 1;
        position: static;
        height: auto;
        top: 0;
        left: 50%;
        transform: none;
        margin: 0 auto;
    }

    .wheel-campaign-section .primary, .wheel-campaign-section .third, .wheel-campaign-section .secondary {
        display: none;
    }

    .wheel-campaign-section .btn-happy {
        position: static;
        display: flex;
        justify-content: center;
    }

    .wheel-campaign-section .text-box {
        padding: 0 35px;
        white-space: normal;
        position: static;
        margin-bottom: 40px;
    }

    .wheel-campaign-section.text-box h3, .wheel-campaign-section .text-box h5 {
        font-size: 16px;
    }

    .wheel-campaign-section .wheel-bg {
        display: none
    }
}

.grid-section {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
}

.whatsapp-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 999;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}

.whatsapp-modal.show {
    opacity: 1;
    visibility: visible;
}

.whatsapp-modal .whatsapp-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    background: #fff;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    padding: 20px;
}

.whatsapp-modal .whatsapp-modal-content h3 {
    font-weight: 700;
    margin-top: 30px
}

.whatsapp-modal .whatsapp-modal-content p {
    font-size: 14px;
    margin-bottom: 20px
}

.whatsapp-modal .whatsapp-modal-content label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

.whatsapp-modal .whatsapp-modal-content input {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 11px 30px 10px 13px;
    width: 100%;
    outline: none;
    margin-bottom: 16px;
}

.whatsapp-modal .whatsapp-modal-content select {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 11px 30px 10px 13px;
    outline: none;
    margin-bottom: 42px;
    appearance: none;
}

.whatsapp-modal .whatsapp-modal-content .whatsapp-btn {
    background-color: #1bba56;
    border: 2px solid #25D366;
    border-radius: 10px;
    padding: 12px 12px;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    width: 100%;
    justify-content: center
}

.whatsapp-modal .whatsapp-modal-content .close-modal {
    right: 10px;
    top: 15px;
    position: absolute;
    cursor: pointer;
    background: #e60b0d;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

@media (max-width: 600px) {
    .whatsapp-modal .whatsapp-modal-content {
        width: 350px
    }
}

.info-section .description img {
    width: 100% !important;
}
