@font-face {
    font-family: "Spartan";
    src: url("../font/spartan/");
    src: url("../font/spartan/?#iefix") format("embedded-opentype"),
        url("../font/spartan/Spartan-Bold.woff2") format("woff2"),
        url("../font/spartan/Spartan-Bold.woff") format("woff"),
        url("../font/spartan/Spartan-Bold.ttf") format("truetype"),
        url("../font/spartan/Spartan-Bold.svg#Spartan-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Spartan";
    src: url("../font/Spartan-Medium.eot");
    src: url("../font/Spartan-Medium.eot?#iefix") format("embedded-opentype"),
        url("../font/Spartan-Medium.woff2") format("woff2"),
        url("../font/Spartan-Medium.woff") format("woff"),
        url("../font/Spartan-Medium.ttf") format("truetype"),
        url("../font/Spartan-Medium.svg#Spartan-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Spartan";
    src: url("../font/Spartan-Light.eot");
    src: url("../font/Spartan-Light.eot?#iefix") format("embedded-opentype"),
        url("../font/Spartan-Light.woff2") format("woff2"),
        url("../font/Spartan-Light.woff") format("woff"),
        url("../font/Spartan-Light.ttf") format("truetype"),
        url("../font/Spartan-Light.svg#Spartan-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Spartan";
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

ul {
    padding-left: 0;
}

ul li {
    list-style: none;
    color: #181818;
    font-family: Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.95px;
}

h1 {
    color: #fff;
    font-family: Spartan;
    font-size: 50px;
    font-style: normal;
    font-weight: bold;
    line-height: 60px;
}

h2 {
    color: #181818;
    font-family: Spartan;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50.04px;
}

h3 {
    color: #fff;
    font-family: Spartan;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

h5 {
    color: #181818;
    font-family: Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

h6 {
    color: #fff;
    font-family: Spartan;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.68px;
    letter-spacing: 2.6px;
}

.pera-large {
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.14px;
}

.pera-small {
    color: #808080;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.95px;
}

.career-pera {
    color: #181818;
    font-family: Spartan;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.1px;
}

.core-head {
    color: #FFF;
    font-family: Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    padding-bottom: 10px;
}

.gr​owth-head {
    color: #181818;
    font-family: Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 50.04px;
}

.faq-head {
    color: #FFF !important;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.theme-btn-primary {
    color: #fff;
    text-align: center;
    font-family: Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 62px;
    border-radius: 5px;
    /* background: #141427; */
    padding: 24px 56px 20px 24px;
}

a.theme-btn-primary:hover {
    color: #fff;
}

.theme-btn-primary {
    position: relative;
}

.theme-btn-primary:before {
    content: "";
    position: absolute;
    background-image: url(../images/icon/right-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 9px;
    right: 28px;
    top: 51%;
    transform: translateY(-50%);
}

label {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

input[type="date"],
input[type="time"],
input::placeholder {
    color: #667085;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 11px 16px;
    color: #667085;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.form-submit .theme-btn-primary {
    line-height: normal;
    border-radius: 8px;
    background: #FFF;
    color: #AB0A6D;
    text-align: center;
    font-family: Spartan;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    border: none;
    padding: 21px 38px 21px 38px;
    transition: all 0.3s ease-in-out;
    border: 1px solid;
}

.form-submit .theme-btn-primary:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.form-submit .theme-btn-primary:before {
    content: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: transparent;
}

/* ====================Theme BG===================== */
.theme-bg-primary {
    background: #ab096d;
}

.theme-bg-secondary {
    background: #f7f5f2;
}

.theme-bg-default {
    background: #fff;
}

.theme-bg-pink {
    background: #F7E7F1;
}

.theme-icon-bg-pink {
    background: rgba(238, 74, 98, 0.10);
}

.theme-icon-bg-blue {
    background: #E9F8F6;
}

.theme-icon-bg-pink-light {
    background: #FFF5E9;
}

.core-bg-one {
    background: #141427;
}

.core-bg-two {
    background: #141427c9;
}

.core-bg-three {
    background: #141427e5;
}

.core-bg-four {
    background: #141427c9;
}

.theme-bg-light-gradient {
    background: linear-gradient(0deg, #F3F8FA 0%, #F3F8FA 100%),
        url(<path-to-image>) lightgray 0px 0px / 100% 100% no-repeat;
}

.theme-hover-primary:hover {
    background-color: #1414271a;
}

.theme-hover-secondary:hover {
    background-color: #1414271a;
}

.theme-hover-light:hover {
    background-color: #1414271a;
}

/* ==================== Theme Shadow ===================== */
.theme-shadow-primary {
    box-shadow: 0px 20px 40px 0px rgba(42, 11, 88, 0.1);
}

.theme-dhadow-secondary {
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.10);
}

/* ==================== Theme bordert radius ===================== */
.theme-img-radius {
    border-radius: 10px;
}

.theme-small-radius {
    border-radius: 4px;
}

.head-tow-icon {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.head-tow-icon::before {
    content: "";
    position: absolute;
    background-image: url(../image/curve.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 110px;
    height: 15px;
    bottom: 0;
    left: 60px;
}

/* ========================================  Round shape Icon  ======================================== */
.round-shape {
    position: relative;
}

.round-shape::after {
    content: "";
    position: absolute;
    background: transparent;
    width: 470px;
    height: 470px;
    border: 1px solid #E5E5E5;
    left: -176px;
    top: -345px;
    border-radius: 100%;
    z-index: -1
}

/* ==============================  Animation Section  ============================== */
.our-mission.round-shape::after,
.mission .our-vision.round-shape::after,
.core-values .core-banner.round-shape::after,
.choose .round-shape::after,
.core-bottom-icon,
.core-values .core-icon-top-dot,
.core-values .core-icon-top-dot-fill,
.round-shape::after,
.mission .vision-icon-round,
.mission .mission-icon,
.mission .vision-icon,
.growth-icon,
.footer-icon,
.half-shape,
.circle-shape,
.shape-h-animation,
.mission-icon-round,
.shape-animation,
.dot-animation {
    transition: all 0.3s ease-in-out;
}

.choose .choose-img:hover .dot-animation {
    translate: -62px -46px;
}

.choose .choose-img:hover .shape-animation {
    translate: 42px 36px;
}

.choose .choose-img:hover .shape-h-animation {
    translate: -39px 10px;
}

.growth:hover .round-shape::after {
    translate: 60px -60px;
    border: 1px solid rgba(170, 7, 107, 0.70);
}

.choose .choose-img:hover .round-shape::after {
    translate: -25px -44px;
    border: 1px solid rgba(170, 7, 107, 0.70);
}

.growth:hover .growth-icon {
    translate: -20px 40px;
}

.mission:hover .mission-icon-round {
    animation-name: example;
    animation-duration: 0.9s
}

.mission:hover .mission-icon-round {
    translate: 30px -48px;
}

.mission:hover .vision-icon-round {
    animation-name: example;
    animation-duration: 0.9s
}

.mission:hover .vision-icon-round {
    translate: -33px -33px;
}

@keyframes example {
    0% {
        background-color: #fdedef;
    }

    25% {
        background-color: #aa076c6e;
    }

    100% {
        background-color: #fdedef;
    }
}

.core-values:hover .core-bottom-icon .shape-greeen {
    translate: 25px 25px;
}

.core-values:hover .core-bottom-icon .shape-pink {
    translate: -25px -25px;
}

.core-values:hover .core-icon-top-dot-fill {
    translate: -25px -25px;
}

.core-values:hover .core-icon-top-dot {
    translate: 25px 25px;
}

.core-values:hover .core-banner.round-shape::after {
    translate: 25px 25px;
    border: 1px solid rgba(170, 7, 107, 0.70);
}

.mission:hover .mission-icon {
    translate: 33px 33px;
}

.mission:hover .our-mission.round-shape::after {
    translate: 33px 33px;
    border: 1px solid rgba(170, 7, 107, 0.70);
}

.mission:hover .our-vision.round-shape::after {
    translate: -33px -33px;
    border: 1px solid rgba(170, 7, 107, 0.70);
}

.mission:hover .vision-icon {
    translate: -33px -33px;
}

.respect:hover .dot-animation {
    translate: -42px -26px;
}

.respect:hover .shape-animation {
    translate: 22px 16px;
}

footer:hover .circle-shape {
    translate: -20px 0px;
}

footer:hover .half-shape {
    translate: 46px 0px;
}

footer:hover:hover .footer-icon {
    translate: 0px -55px;
}

/* ==============================  Animation Section End  ============================== */
/* ==============================  Header Section  ============================== */
/* header .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
} */

header .nav-item a {
    color: #555;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.28px;
    text-transform: uppercase;
}

header .menu-btn .theme-btn-primary::before {
    content: none;
}

header .menu-btn .theme-btn-primary {
    padding: 14px 10px 10px 10px;
    color: #fff;
    text-align: center;
    font-family: Spartan;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    margin-top: -5px;
    display: inline-block;
    margin-left: 15px;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    margin-top: 6px;
}

header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #a9a9b4;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/logo/menu_toggle.svg);
}

.navbar-light .navbar-toggler {
    border-color: rgb(170 7 107 / 10%);
}

/* ==============================  Hero Section  ============================== */
.hero-section {
    background-image: url(../image/video-play.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 650px;
    position: relative;
}

.hero-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0) 80%);
    top: 0;
    left: 0;
    pointer-events: none;
}

.hero-section .home-hero {
    position: relative;
    z-index: 1;
    height: 100%;
}

.hero-section .container {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hero-section .hero-info {
    position: absolute;
    top: 45%;
    left: 5%;
    transform: translateY(-50%);
    max-width: 590px;
}

.hero-section .hero-info h6 {
    padding-bottom: 14px;
}

.hero-section .hero-info h1 {
    padding-bottom: 3px;
}

.hero-section .hero-info p {
    margin-bottom: 33px;
}

.hero-section .hero-float span {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.hero-section .hero-float {
    position: absolute;
    top: 57%;
    z-index: 1;
    transform: rotate(270deg);
    left: -210px;
}

.hero-section .hero-float::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 1px;
    top: 12px;
    right: -122px;
    background: rgba(255, 255, 255, 0.5);
}

.hero-section .banner-arrow {
    display: inline-block;
    position: relative;
}

.hero-section .banner-arrow .hover-button {
    border: none;
}

.hero-section img.banner-icon {
    position: absolute;
    right: 25px;
    z-index: 1;
    top: 47%;
    transform: translateY(-50%);
    pointer-events: none;
    filter: brightness(100);
}

.hero-section .banner-arrow {
    transition: color 0.3s ease;
}

.hero-section .banner-arrow:hover img.banner-icon {
    filter: invert(0%);
    transition: color 0.3s ease;
}

/* ==============================  Hero bottom Section  ============================== */
.hero-bottom .hero-bottom-icon {
    width: 70px;
}

.hero-bottom .hero-bottom-info {
    width: calc(100% - 70px);
}

.hero-bottom .hero-bottom-spacing {
    padding: 45px 0px 45px;
}

.hero-bottom .hero-bottom-box p {
    max-width: 290px;
}

.hero-bottom .hero-bottom-flex {
    padding: 0 40px;
    margin: 0;
}

.hero-bottom .hero-bottom-banner {
    border-radius: 10px;
    background: #fff;
    margin-top: -90px;
    z-index: 1;
    position: relative;
}

*/

/* ==============================  Why Choose Section  ============================== */
.choose .choose-list {
    margin-top: 4px;
}

.choose .choose-list li {
    display: inline-block;
    padding: 0px 54px 0px 29px;
    position: relative;
}

.choose .choose-list li::after {
    content: "";
    position: absolute;
    background-image: url(../image/the_check.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 19px;
    width: 20px;
    top: 2px;
    left: 0;
}

.choose {
    padding-top: 240px;
    padding-bottom: 150px;
}

.choose .img-one {
    position: relative;
}

.choose .img-two {
    position: absolute;
    bottom: -80px;
    right: 95px;
}

.choose .choose-info p {
    padding-right: 30px;
}

.choose .choose-img {
    position: relative;
}

.choose .choose-float-icon .shape-greeen {
    position: absolute;
    right: 150px;
    top: -55px;
}

.choose .choose-float-icon .shape-pink {
    position: absolute;
    right: 173px;
    top: -109px;
    z-index: -1;
}

.choose .choose-img-box {
    position: relative;
}

.choose .choose-float-bottom {
    position: absolute;
    bottom: -91px;
    left: -8px;
}

.choose .choose-float {
    position: absolute;
    top: 0;
    left: -62px;
}

.choose .round-shape::after {
    width: 320px;
    height: 320px;
    bottom: -100px;
    top: auto;
    right: 144px;
    left: auto;
}

/* ==============================  Mission Vision  ============================== */
.mission {
    padding-top: 150px;
    padding-bottom: 150px;
    overflow: hidden;
}

.mission .our-mission .mission-left {
    padding-right: 0;
}

.mission .our-mission .mission-right {
    padding-left: 65px;
}

.mission .our-vision .mission-left {
    padding-left: 0;
}

.mission .our-vision .mission-right {
    padding-right: 65px;
}

.mission .mission-left img,
.mission .mission-right img {
    width: 100%;
}

.mission .our-mission.round-shape::after {
    width: 320px;
    height: 320px;
    top: -94px;
    left: -88px;
    z-index: -111;
}

.mission .our-vision.round-shape::after {
    width: 320px;
    height: 320px;
    top: auto;
    right: -95px;
    left: auto;
    bottom: -72px;
    z-index: -111;
}

.mission .our-mission {
    position: relative;
}

.mission .mission-icon {
    position: absolute;
    top: -56px;
    left: -55px;
    z-index: -1;
}

.mission .mission-icon-round {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    left: -58px;
    z-index: -11;
    width: 150px;
    height: 150px;
    background-color: #fdedef;
    border-radius: 100%;
}

.mission .our-vision {
    position: relative;
}

.mission .vision-icon {
    position: absolute;
    right: -50px;
    content: "";
    left: auto;
    width: auto;
    bottom: -50px;
    z-index: -1;
}

.mission .vision-icon-round {
    position: absolute;
    right: -64px;
    width: auto;
    bottom: -90px;
    z-index: -11;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #fdedef;
}

/* ==============================  Career Section  ============================== */
.career {
    padding-top: 140px;
    padding-bottom: 275px;
    position: relative;
    overflow: hidden;
}

.career::after {
    content: "";
    position: absolute;
    background-image: url(../images/career/career-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 698px;
    height: 515px;
    top: 38%;
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
}

.career::before {
    content: "";
    position: absolute;
    background-image: url(../images/career/career-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 698px;
    height: 515px;
    bottom: 0;
    left: 40px;
}

.career .career-left {
    width: 670px;
}

.career .career-right {
    width: 589px;
}

.career .career-left {
    padding: 40px 105px 26px 40px;
}

.career .career-banner {
    position: relative;
    z-index: 1;
}

.career .career-flex {
    max-width: 1172px;
    margin: auto;
}

.career .career-right {
    right: 12px;
    top: 90px;
    padding: 64px 86px 49px 70px;
    position: absolute;
}

.career .career-left .head-tow-icon::before {
    left: 160px;
    bottom: 10px;
}

.career .career-right .head-tow-icon::before {
    left: 92px;
    bottom: 10px;
}

.career .career-right h2,
.career .career-left h2 {
    position: relative;
}

.career .career-left h2 {
    margin-bottom: 30px;
}

.career .career-right h2::after,
.career .career-left h2::after {
    content: "";
    position: absolute;
    width: 71px;
    height: 71px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.career .career-right h2::after {
    background-image: url(../image/cr_1.svg);
    top: -25px;
    right: -30px;
}

.career .career-left h2::after {
    background-image: url(../image/cr_2.svg);
    bottom: -5px;
    right: 40px;
}

.career .career-right span {
    color: #181818;
    font-family: Spartan;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.1px;
    padding-bottom: 30px;
    display: inline-block;
}

.career .career-right-num {
    width: 68px;
}

.career .career-right-info {
    width: calc(100% - 68px);
    padding: 0px 12px 0px;
}

.career .career-right-num span {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    line-height: 56px;
    text-align: center;
    color: #181818;
    font-family: Spartan;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}

.career .career-right-list {
    margin-bottom: 28px;
}

/* ==============================  Core Values Section  ============================== */
.core-values .core-banner {
    max-width: 1112px;
    margin: auto;
    position: relative;
}

.core-values {
    padding-top: 150px;
    padding-bottom: 150px;
    overflow: hidden;
}

.core-values .core-box {
    padding: 30px 34px 14px;
}

.core-values .core-box p {
    line-height: 26px;
}

.core-values .core-box h2 {
    font-size: 50px;
    text-align: center;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.core-values .core-box .head-tow-icon::before {
    width: 140px;
    height: 50px;
    bottom: -15px;
    left: 108px;
}

.core-values .box-head {
    position: relative;
}

.core-values .core-banner {
    position: relative;
}

.core-values .core-icon-top-dot {
    position: absolute;
    width: auto;
    right: -60px;
    top: -50px;
    z-index: -1;
}

.core-values .core-icon-top-dot-fill {
    position: absolute;
    width: auto;
    right: -154px;
    top: 70px;
    z-index: -11;
}

.core-values .core-banner.round-shape::after {
    width: 363px;
    height: 363px;
    bottom: -110px;
    top: auto;
    left: -119px;
}

.core-values .core-bottom-icon .shape-greeen {
    position: absolute;
    bottom: -45px;
    left: -82px;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.core-values .core-bottom-icon .shape-pink {
    position: absolute;
    bottom: -66px;
    left: -84px;
    z-index: -11;
    transition: all 0.3s ease-in-out;
}

/* ==============================  Growth Section  ============================== */
.growth {
    padding-bottom: 150px;
    padding-top: 50px;
}

.growth .equity {
    margin-bottom: 48px;
}

.growth .growth-flex {
    padding-top: 24px;
}

.growth .growth-head .head-tow-icon::before {
    left: 28px;
}

.growth .growth-flex.round-shape::after {
    bottom: -50px;
    top: auto;
    width: 328px;
    height: 328px;
    left: -138px;
}

.growth .growth-icon {
    position: absolute;
    bottom: -10px;
    left: -50px;
    z-index: -1;
}

.growth .growth-img img {
    width: 100%;
    padding-right: 42px;
}

/* ==============================  Aspects Section  ============================== */
.aspects {
    padding-top: 95px;
    padding-bottom: 107px;
    position: relative;
    overflow: hidden;
}

.aspects::after,
.aspects::before {
    content: "";
    position: absolute;
    width: 605px;
    height: 343px;
    background-image: url(../images/aspects/aspects-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    pointer-events: none;
}

.aspects::after {
    right: 0;
    top: 0;
}

.aspects::before {
    bottom: 0;
    left: 0;
}

.aspects .aspects-bg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px 80px 14px 80px;
}

.aspects .aspects-head {
    margin: auto;
    max-width: 231px;
}

.aspects .aspects-banner {
    padding-top: 20px;
}

.aspects .aspects-info h5 {
    padding-bottom: 10px;
}

.aspects .learning-img img {
    border: 2px solid #fff;
    border-radius: 76px 76px 0px 76px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.aspects .sociology-img img {
    border: 2px solid #fff;
    border-radius: 76px 76px 76px 0px;
    margin-left: 8px;
    margin-bottom: 8px;
}

.aspects .living-img img {
    border: 2px solid #fff;
    border-radius: 76px 0px 76px 76px;
    margin-right: 8px;
    margin-top: 8px;
}

.aspects .economy-img img {
    border: 2px solid #fff;
    border-radius: 0px 76px 76px 76px;
    margin-left: 8px;
    margin-top: 8px;
}

.aspects .aspects-info {
    width: calc(50% - 0px);
}

.aspects .learning,
.aspects .sociology,
.aspects .living,
.aspects .economy {
    position: relative;
}

.aspects .learning {
    padding: 0 10px 8px 0px;
}

.aspects .sociology {
    padding: 0px 10px 6px 20px;
}

.aspects .economy {
    padding: 24px 10px 8px 20px;
}

.aspects .living {
    padding: 24px 10px 8px 0px;
}

.aspects .learning:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
    background: #FF4E65;
}

.aspects .sociology:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1px;
    right: 0;
    background: #1657FF;
}

.aspects .economy::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    bottom: 0;
    left: -2px;
    background: #FF9B00;
}

.aspects .living:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: -1px;
    left: 0;
    background: #141427;
}

.aspects .aspects-flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.aspects .aspects-flex::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #141427;
    top: 49%;
    left: -2px;
    right: 0;
    margin: auto;
    border-radius: 100px;
    z-index: 1;
}

.aspects .aspects-list {
    padding-left: 30px;
}

.aspects .head-tow-icon {
    text-align: center;
}

/* ==============================  Video Section  ============================== */
.video {
    background-image: url(../image/video-play.png);
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .6;
}

.video h2 {
    color: #fff;
}

.video .container {
    position: relative;
    height: 100%;
}

.video .video-banner {
    position: absolute;
    z-index: 1;
    max-width: 530px;
    text-align: center;
    top: 35%;
    transform: translateY(-50%);
    margin: auto;
    left: 15px;
    right: 15px;
}

.video .video-play {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    text-align: center;
    line-height: 78px;
}

.video .video-indo {
    margin-top: 340px;
}

.video .video-play img {
    padding-left: 7px;
}

/* ==============================  Video info Section  ============================== */
.video-info {
    margin-top: -84px;
    position: relative;
    z-index: 1;
}

.video-info-banner-2 {
    /* max-width: 810px; */
    margin: 0 auto;
    background-image: url(../images/video/video-info-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
}
.video-info-banner {
    max-width: 810px;
    margin: 0 auto;
    background-image: url(../images/video/video-info-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
}

.video-info .video-pera {
    text-align: center;
    max-width: 580px;
    margin: auto;
    padding: 26px 9px 26px;
}
.video-info .video-pera-2 {
    text-align: center;
    /* max-width: 580px; */
    margin: auto;
    padding: 26px 9px 26px;
}

/* ==============================   Respect Section  ============================== */
.respect {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.respect .container {
    position: relative;
    padding-bottom: 125px;
}

.respect .container::after {
    content: "";
    position: absolute;
    background-image: url(../images/respect/respect-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 1200px;
    height: 628px;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.respect h3 {
    color: #181818;
}

.respect .head-tow-icon::before {
    right: 450px;
    left: auto;
}

.respect .respect-list {
    padding: 35px 35px 20px;
    margin: 0 3px 0px;
}

.respect .respect-list p {
    color: #808080;
    line-height: 29px;
}

.respect h5 {
    margin-bottom: 12px;
}

.respect .respect-banner {
    padding-top: 20px;
    position: relative;
}

.respect .shape-greeen {
    position: absolute;
    right: -35px;
    top: -30px;
    z-index: -1;
}

.respect .shape-pink {
    position: absolute;
    right: -88px;
    top: -29px;
    z-index: -11;
}

/* ==============================   Amplify Section  ============================== */
.amplify {
    padding-bottom: 50px;
    padding-top: 50px;
}

.amplify .amplify-head p {
    color: #808080;
    max-width: 1070px;
    margin: 0 auto;
}

.amplify .amplify-head span {
    font-weight: bold;
}

.amplify .amplify-head h6 {
    color: #808080;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.95px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.amplify .amplify-head h2 {
    max-width: 630px;
    margin: auto;
    margin-bottom: 30px;
}

.amplify .head-tow-icon::before {
    left: 140px;
}

.amplify .form-banner p {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.amplify .form-banner p a {
    font-weight: 700;
    color: #fff;
}

.amplify .form-head h2 {
    color: #fff;
    max-width: 500px;
}

.amplify .form-banner {
    padding: 32px 30px 36px;
}

.amplify .form-banner {
    max-width: 870px;
    margin: 0 auto;
    background-image: url(../images/form/form-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    margin-top: 50px;
}

.amplify .form-submit {
    position: relative;
}

.amplify .form-submit .form-box {
    position: absolute;
    bottom: 0;
    right: 12px;
}

/* .amplify .form-submit .form-box .hover-button{background: #fff;} */
.amplify .main-form {
    padding-top: 20px;
}

/* ==============================   FAQ Section  ============================== */
.faq {
    padding-bottom: 100px;
    padding-top: 100px;
}

.faq .faq-head h2 {
    max-width: 573px;
    margin: auto;
}

.faq .head-tow-icon::before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.faq .faq-img {
    width: calc(50% - 0px);
}

.faq .faq-tab {
    width: calc(50% - 0px);
    padding: 120px 35px 20px;
}

.faq .faq-tab .accordion .accordion-item:first-child {
    margin-top: 0;
}

.faq .accordion-button {
    background: #141427;
    padding: 16px 15px 16px 0px;
    justify-content: space-between;
    align-items: flex-start;
}

.faq .accordion-item {
    border: none;
    box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq .accordion-button::after,
.faq .accordion-button:not(.collapsed)::after {
    display: none;
}

.faq .accordion .accordion-item:last-child h2::after {
    display: none;
}

.faq .accordion-item h2 {
    position: relative;
    line-height: 1.6;
}

.faq .accordion-item h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #FFF;
    left: 0;
    bottom: 0px;
    z-index: 11;
}

.faq .accordion-item .plus-icon {
    content: "";
    position: absolute;
    right: 0;
    top: 16px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #fff;
    z-index: 11111;
}

.faq .accordion-item .plus-icon::before,
.faq .accordion-item .plus-icon::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: #fff;
}

.faq .accordion-item .plus-icon::after {
    transform: rotate(90deg);
}

.faq .accordion-item {
    background: transparent;
    margin: 30px 0px
}

.faq .accordion-body {
    padding: 14px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffffdb !important;
    padding-right: 80px;
}

.faq .faq-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq .faq-info {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.faq .accordion-button:focus {
    box-shadow: none;
}

.navbar-light .navbar-toggler {
    background-color: #141427;
}

.faq span.icon-toggle {
    margin-left: 20px;
}

.faq span.icon-toggle i {
    font-size: 20px;
}

/* ==============================   Footer Section  ============================== */
footer {
    padding-top: 90px;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: "";
    position: absolute;
    background-image: url(../images/footer/footer-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 565px;
    top: 0;
    left: 0;
}

footer .circle-shape,
footer .half-shape {
    position: absolute;
    width: auto;
    right: 0;
    top: 0;
    width: auto;
    z-index: 1;
}

footer .footer-head {
    /* max-width: 700px; */
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

footer .footer-head h2 {
    line-height: 60px;
    padding-bottom: 30px;
}

footer .footer-head span {
    color: #141427;
}

footer .footer-link {
    padding: 17px 0px;
    margin-top: 64px;
    position: relative;
    z-index: 1;
}

footer .social-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

footer .link-img {
    width: 50px;
}

footer .social-link p {
    width: calc(100% - 50px);
    margin-bottom: 0;
    margin-top: 5px;
    padding-left: 18px;
    font-family: Poppins;
    color: #031236;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer .footer-social li {
    display: inline-block;
    margin-right: 33px;
}

footer .footer-social {
    margin-bottom: 0;
}

footer .social-link.whatsup-icon {
    position: relative;
}

footer .social-link.whatsup-icon::before {
    content: "";
    position: absolute;
    background-image: url(../images/footer/whatsup-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 29px;
    height: 29px;
    top: -13px;
    left: 33px;
}

footer .copy-rights p {
    color: #676D79;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 0;
}

footer .copy-rights {
    padding: 30px 0px;
    position: relative;
}

footer .copy-rights .footer-icon {
    position: absolute;
    bottom: 0;
}

footer .footer-social li:last-child {
    margin-right: 0px;
}

/* wave-circle */
.wave-circle {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #141427;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wave-circle:before,
.wave-circle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.wave-circle:before {
    animation: ripple 2s linear infinite;
}

.wave-circle:after {
    animation: ripple 2s linear 1s infinite;
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

/* Text */
.text {
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    margin: 0;
}

.shape-grey-animation {
    animation: rotate 10s linear infinite;
    /* Adjust duration and easing as needed */
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Button styling */
.hover-button-secondary {
    border: 2px solid #fff;
    position: relative;
    display: inline-block;
    padding: 19px 29px 14px 29px;
    color: black;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    transition: color 0.3s ease;
    color: #000;
    font-family: Spartan;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.hover-button-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -3px;
    width: 0%;
    height: 100%;
    background-color: #141427c9;
    z-index: -1;
    transition: none;
    color: #fff;
}

.hover-button {
    position: relative;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    color: black;
    background-color: #141427;
    border: 2px solid #fff;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    transition: color 0.3s ease;
    color: #fff;
    font-family: Spartan;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border-radius: 5px;
}

.hover-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    transition: none;
}

/* On hover, text changes color */
.hover-button-secondary:hover {
    color: #fff;
}

.hover-button:hover {
    color: #000;
}

/* Fill animation (left to right) */
.hover-button-secondary:before,
.hover-button:hover::before {
    animation: fill-left-to-right 0.3s forwards;
}

/* Refill animation (left to right) */
.hover-button-secondary:not(:hover)::before,
.hover-button:not(:hover)::before {
    animation: refill-left-to-right 0.3s forwards;
}

/* Keyframes for fill animation (left to right) */
@keyframes fill-left-to-right {
    from {
        width: 0;
        left: 0;
    }

    to {
        width: 100%;
        left: 0;
    }
}

/* Keyframes for refill animation (left to right) */
@keyframes refill-left-to-right {
    from {
        width: 100%;
        left: 0;
    }

    to {
        width: 0;
        left: 0;
    }
}

header .menu-btn a.hover-button {
    color: #fff;
    padding: 10px 15px;
    line-height: normal;
    margin-left: 10px;
}

header .menu-btn a.hover-button:hover {
    color: #141427;
}

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@600&display=swap');

.progress-wrap {
    right: 20px;
    bottom: 20px;
    color: #1414272e;
    position: fixed;
    height: 46px;
    width: 46px;
    cursor: pointer;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px #1414272e;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;

    input {
        z-index: 10001;

        &:checked {
            &+html {
                scroll-snap-type: unset;
            }
        }
    }

    &.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    &::after {
        position: absolute;
        content: "";
        text-align: center;
        line-height: 46px;
        font-size: 24px;
        color: gray;
        left: 0;
        top: -2px;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        background-image: url(../image/arrowhead-up.png);
        width: 24px;
        height: 24px;
        line-height: 24px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        top: 11px;
    }

    &::before {
        position: absolute;
        content: '↑';
        text-align: center;
        line-height: 46px;
        font-size: 24px;
        opacity: 0;
        -webkit-text-fill-color: #141427;
        left: 0;
        top: -2px;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 2;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    svg {
        path {
            fill: none;
        }

        &.progress-circle {
            path {
                stroke: #141427;
                stroke-width: 4;
                box-sizing: border-box;
                -webkit-transition: all 200ms linear;
                transition: all 200ms linear;
            }
        }
    }
}

.accordion-collapse {
    transition: height 0.3s ease, opacity 0.3s ease;
}

.accordion-collapse.collapse {
    opacity: 0;
}

.accordion-collapse.show {
    opacity: 1;
}

.accordion-button:focus {
    box-shadow: none;
}

/* The button styling */
#toTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border: 3px solid transparent;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    cursor: pointer;
    display: none;
    transition: border 0.3s, background-color 0.3s;
    z-index: 1000;
}

#toTopBtn:hover {
    background-color: rgb(100, 6, 64);
}

.scrolling {
    border-color: #141427;
}

html {
    scroll-behavior: smooth;
}


@media(min-width: 768px){
.video-info {
    margin-top: 40px !important;
}
.hero-section {height: 760px;}
}