@import url("https://fonts.cdnfonts.com/css/uncut-sans");
/*==================
theme color
==================*/
:root {
    --primary-color: #061530;
    --title-color: #121212;
    --text-color: #818181;
}

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

body {
    font-family: "Uncut Sans", sans-serif;
    overflow-x: hidden;
}

ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}
a {
    text-decoration: none;
}

.container {
    max-width: 1200px !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
.navbar-toggler {
    border: 0px !important;
}

/*================= navbars css start ================== */
.nav-bg {
    background-color: #fefdfd;
    /* position: fixed; */
    width: 100%;
    z-index: 1000;
}

.gap {
    gap: 1rem;
}

.logo-img {
    height: 56px;
    width: 56px;
}
.logo-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.nav-link-item {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #8c8686 !important;
    text-decoration: none;
    position: relative;
    padding-right: 0.8rem !important;
}
.nav-link-item:hover {
    color: #121212 !important;
    font-weight: 500 !important;
}
.nav-link-item.active {
    color: #121212 !important;
    font-weight: 500 !important;
}
.logo-title {
    font-size: 16px;
    font-weight: 700;
    color: #121212;
}

.btns {
    border-radius: 8px !important;
    border: 1px solid #061530 !important;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 8px 20px !important;
}
.btns-active,
.btns:hover {
    background: #061530;
    color: #ffffff;
}

.header-login-register {
    margin-left: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.language-select {
    padding: 8px 10px !important;
    border-radius: 8px;
    background: #006eff;
    font-size: 15px;
    color: #ffffff;
    border: 1px solid #006eff !important;
}

/*================= navbar css end ================== */

/*================= banner css start ================== */
.main-bg {
    background-color: #a8b4d4;
}
.banner-container {
    height: 388px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-bg {
    position: relative;
    /* background-image: linear-gradient(
            90deg,
            rgba(12, 22, 39, 0.79) 0.14%,
            rgba(0, 0, 0, 0) 99.88%
        ),
        url("../assets/image/banner_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    /* padding-top: 10rem;
    padding-bottom: 14rem; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.banner-bg-left {
    width: 55%;
}
.banner-bg-right {
    width: 45%;
}
.banner-title {
    color: #061530 !important;
    font-family: "Uncut Sans";
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px; /* 100% */
    letter-spacing: -1px;
}
.banner-text {
    color: #061530;
    font-family: "Uncut Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 114.286% */
    letter-spacing: -0.84px;
    margin-top: 1.5rem;
}
.gird-banner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    border-radius: 8px;
    background: #262262;
    padding: 5px 40px;
    position: relative;
    z-index: 1;
    height: 180px;
    margin-top: 3rem;
}

.grid-card .card-back p {
    color: #061530;
    text-align: center;
    font-family: "Uncut Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.grid-card {
    perspective: 1000px; /* Create depth for the 3D effect */
    width: 100%; /* Set width for each card */
    height: 225px; /* Set height for each card */
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d; /* Maintain 3D transformations for children */
    transition: transform 0.6s; /* Flip duration */
}

.grid-card:hover .card-inner {
    transform: rotateY(180deg); /* Flip the card on hover */
}

.card-back .svg-icon {
    filter: brightness(1) invert(1);
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; /* Hide the back side when flipped */
}

.card-front .icon-img {
    display: flex;
    width: 64px;
    height: 64px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.card-front .line-shape {
    height: 2px;
    width: 60px;
    margin: 15px auto;
    background-color: #ee3124;
    border-top: 3px solid #ee3124;
}
.card-back .line-shape {
    height: 2px;
    width: 60px;
    margin: 0 auto;
    background-color: #ee3124;
    border-top: 3px solid #ee3124;
}

.card-front {
    background-color: transparent;
    padding: 25px;
    transition: all 0.3s ease;
}

.card-back {
    background-color: #f0f0f0;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-top: -2rem;
}

.grid-card .icon-img {
    transition: background 0.3s ease;
}

.grid-card .svg-icon {
    transition: filter 0.3s ease;
}

.grid-card:hover .card-front {
    background-color: #f0f0f0;
}

.flex-about {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
    margin-left: 1rem;
    margin-right: 1rem;
    background-color: #2b3990;
    border-radius: 8px;
    padding: 20px;
}
.flex-about-right {
    width: 50%;
}
.flex-about-left {
    width: 50%;
}
.flex-about-left img {
    border-radius: 8px;
}

.banner-small-title {
    color: #fff;
    text-align: center;
    font-family: "Uncut Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.8px;
    margin-top: 0px;
}
.small-title {
    color: #fff;
    font-family: "Uncut Sans";
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px; /* 133.333% */
}
.content-text {
    color: #fff;
    font-family: "Uncut Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    margin-top: 15px;
}
.features {
    border-radius: 8px;
    background: #262262;
    padding: 4rem;
    margin-left: 1rem;
    margin-right: 1rem;
}
.padding-buttoms {
    padding-bottom: 6rem;
}
.features-gird {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    width: 100%;
    text-align: center;
}
.features-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 30%;
}

.features-content h4 {
    color: #fff;
    font-family: "Uncut Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}
.features-content p {
    color: #fff;
    font-family: "Uncut Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 15px;
    text-align: center;
}
.divider {
    height: 160px;
    width: 2px;
    background-color: red;
    margin: auto;
}
.shape-1 {
    position: absolute;
    left: 15px;
    top: -22px;
}
.shape-2 {
    position: absolute;
    bottom: 15px;
    right: -22px;
}
.footer-bg {
    background-color: #e4f1fb;
    padding-top: 3rem;
}
.footer-gird {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6rem;
    padding-bottom: 2rem;
    align-items: center;
    justify-items: center;
    margin-left: 2rem;
    margin-right: 2rem;
}
.footer-title {
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 120% */
    letter-spacing: -0.6px;
    margin-bottom: 15px;
}
.copy-text {
    color: #121212;
    font-family: "Uncut Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 120% */
    letter-spacing: -0.6px;
    text-align: center;
    border-top: 1px solid #b4b4b4;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
@media only screen and (min-width: 250px) and (max-width: 575px) {
    .gap {
        gap: 0.5rem;
    }
    .logo-img {
        height: 30px;
        width: 30px;
    }
    .logo-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .logo-title {
        font-size: 14px;
    }
    .banner-text {
        text-align: center;
    }
    .banner-bg {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .banner-bg-left {
        width: 100%;
    }
    .banner-bg-right {
        width: 100%;
    }
    .banner-container {
        height: 100%;
        padding: 4rem;
    }
    .footer-gird {
        display: flex;
        flex-wrap: wrap;
        gap: 3rem;
        margin-left: 0;
        margin-right: 0;
    }
    .features {
        margin-left: 0;
        margin-right: 0;
    }
    .features-gird {
        display: flex;
        flex-direction: column;
    }
    .features-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        width: 100%;
    }
    .divider {
        height: 2px;
        width: 160px;
        background-color: red;
        margin: auto;
    }
    .features-content {
        border-left: 0px;
        padding-left: 1rem;
        text-align: center;
    }

    .flex-about {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        margin-top: 3rem;
        margin-bottom: 3rem;
        margin-left: 0;
        margin-right: 0;
    }
    .flex-about-right {
        width: 100%;
    }
    .flex-about-left {
        width: 100%;
    }
    .small-title {
        font-size: 32px;
    }
    .gird-banner {
        grid-template-columns: 1fr;
        height: 100%;
        gap: 1rem;
        margin-top: 0rem;
    }

    .banner-title {
        font-size: 28px;
        line-height: 32px;
        text-align: center;
    }
    .br {
        display: none;
    }
    .nav-link-item:hover {
        color: var(--primary-color) !important;
    }
    .nav-link-item.active {
        color: var(--primary-color) !important;
    }
    .header-login-register {
        margin-top: 1rem;
        margin-left: 0rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .padding-left-right {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-text {
        text-align: center;
    }
    .banner-bg {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .banner-bg-left {
        width: 100%;
    }
    .banner-bg-right {
        width: 100%;
    }
    .banner-container {
        height: 100%;
        padding: 4rem;
    }
    .footer-gird {
        display: flex;
        flex-wrap: wrap;
        gap: 3rem;
        margin-left: 0;
        margin-right: 0;
    }
    .features {
        margin-left: 0;
        margin-right: 0;
    }
    .features-gird {
        display: flex;
        flex-direction: column;
    }
    .features-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        width: 100%;
    }
    .divider {
        height: 2px;
        width: 160px;
        background-color: red;
        margin: auto;
    }
    .features-content {
        border-left: 0px;
        padding-left: 1rem;
        text-align: center;
    }

    .flex-about {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        margin-top: 3rem;
        margin-bottom: 3rem;
        margin-left: 0;
        margin-right: 0;
    }
    .flex-about-right {
        width: 100%;
    }
    .flex-about-left {
        width: 100%;
    }
    .small-title {
        font-size: 32px;
    }
    .gird-banner {
        grid-template-columns: 1fr;
        height: 100%;
        gap: 1rem;
        margin-top: 0rem;
    }

    .banner-title {
        font-size: 28px;
        line-height: 32px;
        text-align: center;
    }
    .br {
        display: none;
    }
    .nav-link-item:hover {
        color: var(--primary-color) !important;
    }
    .nav-link-item.active {
        color: var(--primary-color) !important;
    }
    .header-login-register {
        margin-top: 1rem;
        margin-left: 0rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .padding-left-right {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-text {
        text-align: center;
    }
    .banner-bg {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .banner-bg-left {
        width: 100%;
    }
    .banner-bg-right {
        width: 100%;
    }
    .banner-container {
        height: 100%;
        padding: 4rem;
    }
    .footer-gird {
        display: flex;
        flex-wrap: wrap;
        gap: 3rem;
        margin-left: 0;
        margin-right: 0;
    }
    .features {
        margin-left: 0;
        margin-right: 0;
    }
    .features-gird {
        display: flex;
        flex-direction: column;
    }
    .features-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        width: 100%;
    }
    .divider {
        height: 2px;
        width: 160px;
        background-color: red;
        margin: auto;
    }
    .features-content {
        border-left: 0px;
        padding-left: 1rem;
        text-align: center;
    }

    .flex-about {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        margin-top: 3rem;
        margin-bottom: 3rem;
        margin-left: 0;
        margin-right: 0;
    }
    .flex-about-right {
        width: 100%;
    }
    .flex-about-left {
        width: 100%;
    }
    .small-title {
        font-size: 32px;
    }
    .gird-banner {
        grid-template-columns: 1fr 1fr;
        height: 100%;
        gap: 2rem;
        margin-top: 0rem;
    }

    .banner-title {
        font-size: 28px;
        line-height: 32px;
        text-align: center;
    }
    .br {
        display: none;
    }
    .nav-link-item:hover {
        color: var(--primary-color) !important;
    }
    .nav-link-item.active {
        color: var(--primary-color) !important;
    }
    .header-login-register {
        margin-top: 1rem;
        margin-left: 0rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .padding-left-right {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gird-banner {
        grid-template-columns: 1fr 1fr;
        height: 100%;
        gap: 2rem;
        margin-top: 0rem;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}
