.container {
    width: 100%;
    max-width: 1280px !important;
    padding-left: 0rem;
    padding-right: 0rem;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (min-width: 769px) and (max-width:1280px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

header{
    /* border: 1px solid red; */
}


header .line-bottom{
    /* position: absolute;
    left: 0;
    right: 0; */
    height: 2px;
    /* background-color: #164283; */
    /* background-image: linear-gradient(80deg, #164283 48.5%, #FFF 124.34%); */
    background-color: #fff;
}

.header-download{
    background-color: #fff;
    background-image: url(../images/dot-left.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0px;
}

.header-download-container{
    background-image: url(../images/dot-right.svg) !important;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0 center;
    flex-direction: column;
    flex-wrap: wrap;
}

.header-download .desc{
    padding: 30px 16px 30px 90px;
    flex: 1;
}

.header-download .desc h5{
    color: #1D2939 !important;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.2px;
    margin-bottom: 0px;
}

.header-download .desc h6{
    color: #1D2939 !important;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.2px;
    margin-bottom: 0;
}

.header-download .action{
    padding: 18px 20px;
}

.header-download .action .download{
    margin-top: 16px;
    margin-right: 48px;
}

.header-download .action .download > img{
    margin-right: 4px;
}

.header-download .action .download span.lg{
    display:none;
}

@media (max-width: 1024px) {
    .header-download .desc{
        padding: 24px 8px 24px 45px;
    }

    .header-download .desc h5{
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    .header-download .desc h6{
        font-size: 14px;
        font-style: normal;
        line-height: 20px;
    }

    .header-download .action{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-download .action .download{
        margin-right: 12px;
        font-size: 14px;
        margin-top: 0px;
    }

    .header-download .action .download span.xl,
    .header-download .action .download img{
        display: none;
    }

    .header-download .action .download span.lg{
        display: inherit;
    }
}

@media (max-width: 768px) {
    .header-download{
        background-position-x: -42px;
    }

    .header-download-container{
        background-position: right -92px center;
    }

    .header-download .desc {
        padding: 24px 8px 24px 14px;
        display: flex;
        align-items: center;
    }

    .header-download .desc h6{
        display:none;
    }
}

@media (max-width: 480px) {
    .header-download {
        background-position-x: -35px;
    }

    .header-download-container {
        background-position: right -78px center;
    }

    .header-download .desc {
        padding: 12px 8px 12px 16px;
    }

    .header-download .desc h5{
        font-size: 12px;
        line-height: 14.5px;
    }

    .header-download .action {
        padding: 12px 10px;
    }

    .header-download .action .download.btn {
        padding: 12px 16px !important;
    }
}

.header-container {
    width: 100%;
    max-width: 1280px !important;
    height: 100%;
    /* padding: 8px 0px; */
    margin: 0 auto;
}

.header-container .navbar-collapse {
    flex-grow: unset;
}

@media (max-width: 768px) {
    .header-container .navbar-collapse {
        padding: 2rem 1rem;
        /* background: var(--Primary, #164283); */
    }

    .header-container .navbar-brand {
        margin-left: 12px;
    }

    .header-container .cta {
        width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
    .header-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 480px) {
    .container {
        width: 100%;
    }
    .header-container {
        /* padding-right: 1rem; */
    }
}

.container.no-padding {
    padding-left: unset;
    padding-right: unset;
}

body {
    background-color: #FEFFFF;
}

header {
    /* background: var(--Primary, #164283); */
    /* background-image: linear-gradient(80deg, #164283 47.89%, #FFF 124.34%); */
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 10;
    /* height: 80px; */
}

@media (max-width: 480px) {
    header {
        padding-left: 0;
        padding-right: 0;
    }
}

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

.search-box {
    /* position: absolute; */
    /* left: 20%; */
    /* top: 8px; */
    width: 100%;
    max-width: 280px;
}

@media (max-width: 768px) {
    .search-box {
        max-width: 60%;
    }
}

.search-box .history {
    border: 1px solid white;
    color: white;
}

@media (max-width: 480px) {
    .search-box {
        /* max-width: 208px; */
    }
}

@media (max-width: 290px) {
    .search-box {
        /* max-width: 138px; */
    }
}

.navbar .collapse form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.navbar-nav {
    margin-top: 0;
    /* max-width: 358px; */
    width: 100%;
}

.navbar-nav .nav-link {
    color: #475467 !important;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 112.5%;
    /* 24px */
    padding: 13.5px;
}

.navbar-nav .nav-link.bg-soft-blue {
    color: var(--primary-700, #0764A7) !important;
    font-family: "Poppins";

}

.navbar-toggler {
    color: var(--Primary, #164283);
    border-color: var(--Primary, #164283);
    font-size: 25px;
}

.navbar-toggler-icon {
    background-image: url(../images/i-menu.svg) !important;
}

.overlay {
    position: fixed;
    margin-top: 80px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 100, 0.1);
    opacity: 1 !important;
}

.has-download .overlay  {
    padding-top: 110px;
}

@media (max-width: 1024px) {
    .has-download .overlay  {
        padding-top: 88px;
    }
}

@media (max-width: 768px) {
    .has-download .overlay  {
        padding-top: 84px;
    }
}

@media (max-width: 480px) {
    .has-download .overlay  {
        padding-top: 70px;
    }

    .header-download .action .download span{
        font-size: 12px;
    }
}

.overlay .history {
    border-radius: 15px;
    background: #FFF;
    width: 100%;
    max-width: 280px;
    padding: 20px 18px;
    /* Shadow/Portfolio mockup/Main centre lg */
    box-shadow: 0px 100px 200px 0px rgba(52, 64, 84, 0.18);
    /* margin-left: 19vw; */
}

.overlay .history h5 {
    color: var(--Secondary-Text, #949BB8);
    font-size: 10.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.overlay .history ul {
    margin-top: 16px;
    padding-left: 0;
    margin-bottom: 0;
}

.overlay .history ul li {
    list-style: none;
    margin-bottom: 8px;
}

.overlay .history ul li:last-of-type {
    margin-bottom: 0;
}

.overlay .history ul li a {
    color: var(--Primary-Text, #0D155B);
    font-size: 10.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}

.overlay .history ul li a span {
    margin-left: 12px;
}

/* breadcrumb */
.breadcrumb {
    color: var(--gray-600, #475467);
    font-size: 10.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    /* 142.857% */
    padding: unset;
}

.breadcrumb span {
    color: #D0D5DD;
    font-size: 1.2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.page-title-box {
    padding-bottom: 4px;
    padding-bottom: 4px;
}

.product-page, .documentation-page {
    padding-top: 70px;
}

.page-title-box h4 {
    color: var(--Primary-Text, #0D155B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 112.5%;
    /* 30px */
}

.page-sub-title-box {
    color: var(--Primary-Text, #0D155B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 112.5%;
    /* 24px */
}

/* carousel */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    pointer-events: unset !important;
}

#home-page .swiper.heroSwiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 24px 0px 24px 24px;
    z-index: 1;
    background-color: #D9EFFF;
}

#home-page .swiper.flashDealSwiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0px 24px;
    z-index: 1;
    background-color: transparent;
}

#home-page .swiper.flashDealSwiper .swiper-button-next, #home-page .swiper.flashDealSwiper .swiper-button-prev {
    background: #fff;
    height: 48px !important;
    width: 48px !important;
    border-radius: 50%;
    color: #164283 !important;
}

@media (max-width: 768px) {
    #home-page .swiper.flashDealSwiper .swiper-button-next, #home-page .swiper.flashDealSwiper .swiper-button-prev {
        display: none;
    }
}

#home-page .swiper.flashDealSwiper .swiper-button-next:after, #home-page .swiper.flashDealSwiper .swiper-button-prev:after {
    font-size: 24px !important;
}

@media (max-width: 480px) {
    #home-page .swiper.heroSwiper {
        padding: 12px 0px 12px 12px;
    }

    #home-page .swiper.heroSwiper .swiper-pagination {
        margin-top: .5rem;
    }

    #home-page .swiper.heroSwiper .swiper-slide {
        border-radius: 8px;
    }
}

#home-page .swiper.heroSwiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

#home-page .swiper.heroSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* max-width: 1200px; */
    width: 1200px;
    border-radius: 24px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    #home-page .swiper.heroSwiper .swiper-slide {
        border-radius: 8px;
        width: 80%;
    }
}

@media (max-width: 480px) {
    #home-page .swiper.heroSwiper .swiper-slide {
        border-radius: 8px;
        width: 96%;
    }
}

#home-page .swiper.heroSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home-page .swiper.heroSwiper .swiper-pagination {
    position: unset !important;
    margin-top: 1rem;
}

@media (max-width: 480px) {
    #home-page .swiper.heroSwiper .swiper-pagination {
        margin-top: .5rem;
    }
}

#home-page .swiper.heroSwiper .swiper-pagination-bullet {
    background: #FFFFFF !important;
    opacity: 1 !important;
}

#home-page .swiper.heroSwiper .swiper-pagination-bullet-active {
    background: var(--Primary, #164283) !important;
    opacity: 1;
}


#slider {
    position: relative;
    z-index: -1;
}

.carousel-indicators {
    justify-content: left;
    margin-left: 10%;
}

.carousel-indicators [data-bs-target] {
    width: 16px;
    height: 16px;
    background-color: #D3DDF4;
    background-color: #BBAABB;
    border-radius: 25px !important;
    border-top: unset;
    border-bottom: unset;
    margin-top: 6px;
}

.carousel-indicators .active {
    background-color: var(--Primary, #164283);
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    top: unset;
    bottom: unset;
    position: relative;
    width: 30px;
    height: 30px;
    left: unset;
}

@media (max-width: 480px) {
    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 20px;
        height: 20px;
    }
}

.carousel-control-prev-icon {
    background-image: url(../images/i-prev-circle-outline.svg);
}

.carousel-control-next-icon {
    background-image: url(../images/i-next-circle-outline.svg);
}

.carousel-item {
    position: relative;
}

.carousel-item img {
    width: 100%;
}

.carousel-item .txt {
    position: absolute;
    bottom: 10vw;
    left: 10%;
    width: 100%;
    max-width: 480px;
}

.carousel-item .txt h4 {
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 34.5px;
    font-style: normal;
    font-weight: 800;
    line-height: 112.5%;
    /* 69px */
    background: var(--Linear-tittle, linear-gradient(107deg, #0D155B 47.89%, #FA6C51 84.07%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.carousel-item .txt p {
    color: var(--Primary-Text, #0D155B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 112.5%;
    /* 33px */
}

@media (max-width: 768px) {
    .carousel-item .txt {
        max-width: 300px;
    }

    .carousel-item .txt h4 {
        font-size: 22px;
    }

    .carousel-item .txt p {
        font-size: 12.375px;
    }
}

@media (max-width: 640px) {
    .carousel-item .txt {
        max-width: 280px;
    }

    .carousel-item .txt h4 {
        font-size: 18px;
    }

    .carousel-item .txt p {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .carousel-item .txt {
        max-width: 180px;
    }

    .carousel-item .txt h4 {
        font-size: 13px;
    }

    .carousel-item .txt p {
        font-size: 8px;
    }
}

/* main */
main#home-page {
    padding-top: 80px;
}

.has-download main#home-page {
    padding-top: 188px;
}

@media (max-width: 1024px) {
    .has-download main#home-page {
        padding-top: 168px;
    }
}

@media (max-width: 768px) {
    .has-download main#home-page {
        padding-top: 164px;
    }
}

@media (max-width: 480px) {
    .has-download main#home-page {
        padding-top: 150px;
    }
}

main section a.medium {
    font-weight: 600 !important;
}

main section h3.title {
    color: var(--Primary-Text, #0D155B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 112.5%;
    /* 48px */
}

main section p.sub-title {
    color: var(--Primary-Text, #0D155B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 18px !important;
    line-height: 112.5%;
}

@media (max-width: 480px) {
    main section h3.title {
        font-size: 24px;
    }
}

main section.flash-deal .box {
    border-radius: 24px;
    background: linear-gradient(154deg, #0D155B 48.59%, #FA6C51 130.37%);
    padding: 24px 0px;
}

@media (max-width: 480px) {
    main section.flash-deal .box {
        height: 320px;
        margin-bottom: 2rem;
        margin-right: -12px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

main section.flash-deal .box h4 {
    color: var(--base-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 112.5%;
    padding: 0px 24px;
}

@media (max-width: 480px) {
    main section.flash-deal .box h4 {
        font-size: 18px;
        padding: 0px 18px;
    }
}

main section.flash-deal .box h4 span {
    color: var(--Secondary, #FA6C51);
}

main section.flash-deal .box .product-list {
    display: flex;
    flex-flow: row;
    width: 100%;
    overflow-x: auto;
    box-sizing: content-box;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

main section.flash-deal .box .product-list::-webkit-scrollbar {
    display: none;
}

main section.flash-deal .box .product-list a {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

main section.flash-deal .box .product-list a.problem{
    background-color: #ddd;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    cursor: pointer !important;
}

main section.flash-deal .box .product-list a .img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    max-height: 188px;
    min-height: 188px;
    height: 100%;
    width: 100%;
    background-image: url("../images/product/mobile-legends.png");
    background-size: cover;
    background-position: center;
}

 @media screen and (max-width: 1200px) {
    main section.flash-deal .box .product-list a .img {
    max-height: 208px;
    min-height: 208px;
    }
 }

 @media screen and (max-width: 1024px) {
    main section.flash-deal .box .product-list a .img {
    max-height: 172px;
    min-height: 172px;
    }
 }

 @media screen and (max-width: 768px) {
    main section.flash-deal .box .product-list a .img {
    max-height: 159px;
    min-height: 159px;
    }
 }

 @media screen and (max-width: 425px) {
    main section.flash-deal .box .product-list a .img {
    max-height: 172px;
    min-height: 172px;
    }
 }

 @media screen and (max-width: 375px) {
    main section.flash-deal .box .product-list a .img {
    max-height: 147px;
    min-height: 147px;
    }
 }

 @media screen and (max-width: 320px) {
    main section.flash-deal .box .product-list a .img {
    max-height: 120px;
    min-height: 120px;
    }
 }

main section.flash-deal .box .product-list a .desc {
    padding: 12px 12px;
}

main section.flash-deal .box .product-list a .desc .name {
    color: var(--Primary-Text, #0D155B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 171.429% */
    margin-bottom: 4px;
    text-align: left;
}

main section.flash-deal .box .product-list a p {
    margin-bottom: 0;
}

main section.flash-deal .box .product-list a p.price-dashed {
    color: var(--gray-400, #98A2B3);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 10px;
    font-style: normal;
    text-decoration: line-through;
    font-weight: 600;
    line-height: 12px;
    /* 240% */
    text-decoration-line: strikethrough;
}

main section.flash-deal .box .product-list a p.price {
    color: var(--Secondary, #FA6C51);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    /* 171.429% */
}

main section.product-list .item a {
    border-radius: 20px;
    background: #FFF;
    /* Shadow/lg */
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}


main section.product-list .item a.problem{
    background-color: #eee;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    cursor: pointer !important;
}

/* no data */
main section.product-list .img-no-data {
    width: 100%;
    max-width: 104px;
    height: auto;
}

main section.product-list h5 {
    color: var(--gray-900, #101828);
    text-align: center;
    font-family: "Poppins";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 150% */
    margin-bottom: 0px;
}

main section.product-list h6 {
    color: var(--gray-600, #475467);
    text-align: center;
    font-family: Poppins;
    font-size: 10.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 142.857% */
}

main section.join h4 {
    color: var(--Primary-Text, #0D155B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
}

main section.join p {
    color: var(--Primary-Text, #0D155B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

main section.news {
    padding-bottom: 100px;
}

main section.news a .img {
    border-radius: 20px;
    max-height: 224px;
    min-height: 224px;
    height: 100%;
    width: 100%;
    background-image: url("../images/product/mobile-legends.png");
    background-size: cover;
    background-position: center;
}

main section.news a h4 {
    color: var(--Primary-Text, #0D155B);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 28px */
    margin-top: 8px;
}

main section.news a p {
    color: var(--Primary-Text, #0D155B);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
    align-self: stretch;
}

/* tracing */
.tracing .banner {
    background-color: #E0E9FF;
    /* background-image: url("../images/banner-tracing.png"); */
    background-position: center;
    background-size: contain;
}

.tracing .banner h3 {
    background: var(--Linear-tittle, linear-gradient(107deg, #0D155B 47.89%, #FA6C51 84.07%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 46px;
    font-style: normal;
    font-weight: 800;
    line-height: 112.5%;
    /* 69px */
}

@media (max-width: 480px) {

    .tracing .banner h3 {
        font-size: 24px;
    }
}

.tracing .banner p {
    color: var(--Primary-Text, #0D155B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
}

.tracing .banner label {
    color: var(--gray-700, #344054);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    /* 142.857% */
}

.tracing .banner .btn {
    color: var(--base-white, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    /* 142.857% */
    padding-top: 14px;
    padding-bottom: 14px;
}

.tracing .table-responsive {
    position: relative;
}

@media (max-width: 575px) {
    .tracing .banner label.dummy {
        display: none;
    }

    .tracing .banner .btn {
        margin-top: 16px;
    }
}

.tracing .banner .btn img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(154deg) brightness(103%) contrast(102%);
}

.tracing .last-transaction h5 {
    color: var(--Primary-Text, #0D155B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    /* 30px */
}

.tracing .last-transaction p {
    color: var(--Primary-Text, #0D155B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.tracing div:last-child:has(.refresh) {
    text-align: right;
}

@media (max-width: 767px) {
    .tracing div:last-child:has(.refresh) {
        text-align: left;
    }
}

.tracing div .refresh {
    color: var(--primary-700, #0764A7);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    /* 142.857% */
}

.tracing .refresh img {
    filter: invert(22%) sepia(94%) saturate(2039%) hue-rotate(188deg) brightness(92%) contrast(95%);
}

/* news */
.news-details .banner {
    background-image: url("../images/news-bg.png");
    background-size: contain;
    background-color: var(--Primary, #164283);
    height: 14vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.news-details .container {
    position: relative;
    padding-top: 1.5rem !important;
}

.news-details .img {
    background-image: url("../images/news/news.png");
    background-size: cover;
    height: 30vw;
    width: 100%;
    border-radius: 15px;
    background-repeat: no-repeat;
}

.news-details h3 {
    color: var(--Primary-Text, #0D155B);
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 61.6px */
}

.news-details p {
    color: var(--Primary, #164283);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 34px */
}

@media (max-width: 520px) {

    .news-details .container {
        padding-top: .5rem !important;
    }

    .news-details .banner {
        height: 20vw;
    }

    .news-details .img {
        border-radius: 8px;
    }
}

.transaction-detail {
    font-size: 12px;
}

.transaction-detail span.badge {
    font-size: 12px;
    padding: 2px 10px !important;
}

/* .transaction-detail  hr{
    margin: 10px 0px 0px;
    height: 1px;
    background-color: #56728e;
    /* padding: 2px 2px 2px; */
/*}

.transaction-detail .row div.line-bottom{
    border-bottom: 1px solid #d8e1ea;
} */


/* text page */
.text-page .title {
    background-color: var(--Primary, #164283);
    padding: 30px 64.5px;
}

.text-page .title h3 {
    color: var(--base-white, #FFF);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 61.6px */
}

.text-page h5 {
    margin-top: 1rem;
    color: var(--Primary, #164283);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 127.5%;
    /* 34px */
}

.text-page p,
.text-page ol,
.text-page ul {
    color: var(--Primary, #164283);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.5%;
    /* 34px */
    margin-bottom: .5rem;

}

/* agent */
.agent .banner {
    color: #fff;
}

.agent .banner {
    background-image: url("../images/agent-bg.png");
    background-size: cover;
    background-position: center;
    background-color: var(--Primary, #164283);
    min-height: 90vh;
}

.agent .container {
    margin-top: -49vh;
    border: 1px solid text;
}

.agent .container>h5 {
    margin-top: 60px;
    background-color: #FA6C51;
    border-radius: 60px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 4px 16px 4px 16px;
}

.agent .container h2 {
    font-family: "Montserrat";
    font-weight: 800;
    color: #fff;
    font-size: 56px;
    line-height: 63px;
    margin-bottom: 0px;
}

.agent .container h2.gradient {
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 45%, #FA6C51 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.agent .container h6 {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
}

@media (max-width: 520px) {
    .agent .container>h5 {
        margin-top: 4rem;
        font-size: 12px;
        line-height: 18px;
    }

    .agent .container h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .agent .container h6 {
        font-size: 14px;
        line-height: 21px;
    }
}

.agent .container a.btn-xl {
    font-weight: bold;
    font-family: "Poppins";
}

.agent .container a.btn-xl:first-child {
    margin-right: 10px;
}

.agent .banner a.btn-xl:last-child {
    margin-left: 10px;
}

.agent .container a.btn-xl.outline {
    border: 1px solid #fff;
}

.agent .container a.btn-xl:first-child:hover {
    background-color: #D8EEFD !important;
    text-decoration: none !important;
}

@media (max-width: 520px) {
    .agent .container a.btn-xl {
        display: block;
        font-size: 16px;
        line-height: 24px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 16px;
        padding: 16px;
    }
}

.agent .catalog {
    background-color: white;
    padding: 24px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 22.5px 22.5px;
    border-radius: 22.5px 22.5px;
    margin-top: 37.5px;
    box-shadow: 0px 10px 24px -4px #10182829;
}

.agent .catalog h3 {
    font-size: 32px;
    line-height: 40px;
    color: #0D155B;
    font-weight: 800;
}

.agent .catalog p.desc {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 520px) {
    .agent .catalog h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .agent .catalog p.desc {
        font-size: 14px;
        line-height: 21px;
    }

}

.agent .catalog .product .list {
    flex: 1;
}

.agent .catalog .product ul {
    padding-left: 0;
    height: 450px;
    overflow-y: auto;
    margin-bottom: 0px;
}

.agent .catalog .product ul li {
    list-style: none;
    border-bottom: 1px solid #EAECF0;
    margin-right: 16px;
    padding-top: 12.5px;
    padding-bottom: 8px;
    cursor: pointer;
    align-items: center;
}

@media (max-width: 520px) {

    /* .agent .catalog .product .scroll{
        width: 100%;
        overflow-x: auto;
    } */

    .agent .catalog .product {
        display: block !important;
    }

    .agent .catalog .product ul {
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        width: 83vw;
        display: flex;
    }

    .agent .catalog .product ul li {
        min-width: 250px;
        margin-right: 24px;
    }
}

.agent .catalog .product ul li .image {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
}

.agent .catalog .product ul li .text {
    margin-left: 12.5px;
}

.agent .catalog .product ul li .text h5 {
    font-size: 16px;
    line-height: 24px;
    color: #164283;
    font-weight: 700;
}

.agent .catalog .product ul li .text h5.active {
    color: #FA6C51 !important;
}

.agent .catalog .product ul li .text h6 {
    font-size: 14px;
    line-height: 22px;
    color: #98A2B3;
    margin-bottom: 0px;
    font-weight: 600;
}


@media (max-width: 520px) {
    .agent .catalog .product ul li .image {
        width: 80px;
        height: 80px;
        flex: 0 0 80px;
    }

    .agent .catalog .product ul li .text h5 {
        /* font-size: 14px; */
        line-height: 24px;
    }

    .agent .catalog .product ul li .text h6 {
        /* font-size: 12px; */
        line-height: 24px;
    }
}

.agent .catalog .product .details {
    flex: 3;
}

.agent .catalog .product .details .empty {
    padding-top: 15%;
}

.agent .catalog .product .details p.mt-2 {
    font-size: 12px;
    line-height: 18px;
    font-family: "Poppins";
    font-weight: 600;
}

.agent .catalog .product .details table thead tr {
    border-bottom: unset !important;
}

.agent .catalog .product .details table thead tr th {
    background-color: #C5E5FD !important;
    font-size: 16px;
    line-height: 34px;
    text-transform: capitalize;
    color: #164283;
    padding: 16px;
    border-bottom: unset !important;
}

@media (max-width: 520px) {
    .agent .catalog .product .details table thead tr th {
        line-height: 32px;
    }
}

@media (max-width: 420px) {
    .agent .catalog .product .details table thead tr th {
        font-size: 11px;
    }
}

.agent .catalog .product .details table thead tr th.first {
    border-radius: 8px 0px 0px 8px;
}

.agent .catalog .product .details {
    position: relative;
}

.agent .catalog .product .details .table-container {
    height: 450px;
    overflow-y: auto;
    padding-left: 16px;
    padding-right: 20px;
    position: relative;
}

.agent .catalog .product .details #loading-data {
    position: absolute;
    left: 30%;
    top: 20%;
}

@media (max-width: 520px) {
    .agent .catalog .product .details .table-container {
        padding-left: 0px;
        padding-top: 1rem;
    }

    .agent .catalog .product .details #loading-data {
        left: 0%;
    }
}

.agent .catalog .product .details table thead tr th.last {
    border-radius: 0px 8px 8px 0px;
}

.agent .catalog .product .details table tbody tr.active {
    background-color: #EEFBFF !important;

}

.agent .catalog .product .details table tbody tr td {
    font-weight: 800;
    /* border-bottom: unset !important; */
}

.agent .catalog .product .details table tbody tr td img {
    margin-right: 10px;
}

.agent-row {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
}

.agent-row.reverse {
    flex-direction: row-reverse;
}

.agent-row .text {
    flex-grow: 1;
    padding-right: 12rem;
}

.agent-row.reverse .text {
    padding-right: 0;
    padding-left: 12rem;
}

.agent-row .text h5 {
    text-transform: uppercase;
    margin-top: 50px;
    background-color: #FA6C51;
    border-radius: 60px;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 5px 16px 4px 16px;
}

.agent-row .text h3 {
    font-size: 44px;
    line-height: 54px;
    font-family: "Poppins";
    font-weight: 700;
    color: #0D155B;
}

.agent-row .text p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 2%;
    font-weight: 400;
    color: #0D155B;
}

@media (max-width: 520px) {
    .agent-row .text {
        text-align: center;
    }

    .agent-row .text h5 {
        font-size: 12px;
        line-height: 24px;
        margin-top: 24px;
    }

    .agent-row .text h3 {
        font-size: 32px;
        line-height: 38px;
    }

    .agent-row .text p {
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 2%;
    }
}

.agent-row .image {
    width: 100%;
}

.agent-row .image img {
    width: 100%;
    height: auto;
}

@media (max-width: 920px) {
    .agent-row .text {
        flex-grow: 1;
        padding-right: 2rem;
    }

    .agent-row.reverse .text {
        padding-right: 0;
        padding-left: 2rem;
    }

    .agent-row .image {
        flex-grow: 1;
    }
}

@media (max-width: 580px) {
    .agent-row {
        flex-direction: column;
        flex-direction: column-reverse;
    }

    .agent-row.reverse {
        flex-direction: column;
        flex-direction: column-reverse;
    }

    .agent-row .text {
        flex-grow: 1;
        padding-right: 0rem;
    }

    .agent-row.reverse .text {
        padding-right: 0;
        padding-left: 0rem;
    }

    .agent-row .image {
        flex-grow: 1;
    }
}

.agent-join {
    padding-top: 2rem;
}

.agent-join .title {
    background: #FFFFFF;
    background: linear-gradient(106.92deg, #0D155B 47.89%, #FA6C51 84.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    line-height: 40px;
}

.agent-join p.text-primary {
    font-size: 15px;
    line-height: 22.5px;
}

.agent-join h4 {
    font-size: 24px;
    line-height: 32px;
    color: #0D155B;
    font-weight: 700;
}

.agent-join p.desc {
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 520px) {
    .agent-join .title {
        font-size: 32px;
        line-height: 48px;
    }

    .agent-join p.text-primary {
        font-size: 18px;
        line-height: 27px;
    }

    .agent-join h4 {
        font-size: 24px;
        line-height: 36px;
    }

    .agent-join p.desc {
        font-size: 16px;
        line-height: 24px;
    }

    .register-now {
        font-family: Poppins;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
        padding: 16px 28px 16px 28px;
    }
}

/* footer */
footer h4 {
    color: var(--Primary-Text, #0D155B);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

footer p,
footer ul {
    padding-left: 0;
}

footer p,
footer ul li {
    list-style: none;
    margin-bottom: 6px;
}

footer p,
footer ul li a,
footer div.d-flex {
    color: var(--Primary-Text, #0D155B);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

footer div.d-flex div {
    /* margin-left: 12px;
    margin-bottom: 12px; */
}

footer p.social-media a {
    margin-right: 8px;
}

footer .bottom {
    border-top: 1px solid #164283;
}

footer .bottom .copy-right {
    color: var(--Primary-Text, #0D155B);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 28.8px */
}

@media (max-width: 767px) {
    footer h4 {
        margin-top: .8rem;
    }

    footer h4:first-of-type {
        margin-top: 0.5rem;
    }
}

/* EVENT */
.event-page {
    min-height: 70vh;
}

#event-list .empty {
    margin-top: 150px;
}

#event-list .img {
    max-height: 180px;
    min-height: 180px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#event-list h4 {
    height: 53px !important;
    overflow: hidden;
}

.event-end {
    background-color: #f2f2f2;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 20px;
    line-height: 20px;
}

.event-end i {
    color: #999;
    font-size: 16px;
}

#event-list .wrapper {
    border: 1px solid #d9d9d9;
    border-radius: 23px;
}

.event-details .img {
    max-height: 180px;
    min-height: 180px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.event-details .wrapper {
    border: 1px solid #d9d9d9;
    border-radius: 23px;
}

.event-details .reward-total i {
    color: #fa6c51;
    font-size: 38px;
}

.event-details .reward-total > div > span {
    margin: 0 15px;
    font-size: 16px;
    font-weight: 500;
}

.event-details .reward-total .amount{
    color: #fa6c51;
    font-size: 20px;
    font-weight: 700;
}

.event-details .nav-pills .nav-link {
    border: 1px solid #d0d5dd;
    border-radius: 15px;
    margin-right: 10px;
    font-weight: 600;
    padding: .6rem 1rem;
}

.event-details .nav-pills .nav-link.active, 
.event-details .nav-pills .show >.nav-link
{
    color: #0764a7;
    background-color: #d8eefd;
    border-color: #d8eefd;
}

.event-details #pills-tab {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.event-details #pills-tab::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.event-details .event-info {
    color: #0764a7;
    background-color: #f0f9ff;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 20px;
    line-height: 20px;
}

.event-details .event-info i {
    font-size: 16px;
}

.event-details #winner .title img {
    background-color: #d0edc5;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    padding: 2px 2px;
}

.event-details .winner-item,
.event-details .ranking-item
{
    padding: 20px;
    background-color: #f9fafb;
}

.event-details .winner-item:first-child,
.event-details .ranking-item:first-child {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.event-details .winner-item:last-child,
.event-details .ranking-item:last-child {
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.event-details .winner-item.user {
    background-color: #DEFAEA;
}

.event-details .winner-item:not(:last-child),
.event-details .ranking-item:not(:last-child)
{
    border-bottom: 1px solid #eaecf0;
}

.event-details .winner-item .prize-rank,
.event-details .ranking-item .prize-rank
{
    height: 40px;
    width: 40px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    background-repeat:no-repeat;
}

.event-details .winner-item .prize-rank.first {
    background-image: url('../images/event/first-winner.svg');
}

.event-details .winner-item .prize-rank.second {
    background-image: url('../images/event/second-winner.svg');
}

.event-details .winner-item .prize-rank.third {
    background-image: url('../images/event/third-winner.svg');
}

.event-details .winner-item .prize-rank.number,
.event-details .ranking-item .prize-rank.number
{
    height: 40px;
    width: 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.event-details .winner-item .prize,
.event-details .ranking-item .point
{
    background: #F2F4F7;
    padding: 10px 10px;
    border-radius: 20px;
    font-weight: 700;
}

.event-details .winner-item .prize.first {
    padding-left: 40px;
    background: url('../images/event/first-winner-prize.svg') no-repeat 10px center, #F9F3D2;
}

.event-details .winner-item .prize.second {
    padding-left: 40px;
    background: url('../images/event/second-winner-prize.svg') no-repeat 10px center, #C5E5FD;
}

.event-details .winner-item .prize.third {
    padding-left: 40px;
    background: url('../images/event/third-winner-prize.svg') no-repeat 10px center, #F4DED7;
}

.event-details .winner-item.user .prize {
    background-color: #27AE60;
    color: #fff;
}

.event-details .ranking-item.user {
    background-color: #D8EEFD;
}

.event-details .ranking-item .point {
    padding-left: 35px;
    background: url('../images/event/point.svg') no-repeat 10px center, #F2F4F7;
}

.event-details .ranking-item.user .point {
    background-color: #164283;
    color: #fff;
}

@media (max-width: 420px) {
    .event-details .winner-item .prize-rank,
    .event-details .ranking-item .prize-rank
    {
        height: 30px;
        width: 30px;
    }
    
    .event-details .name h5 {
        font-size: 14px;
    }
    
    .event-details .name span {
        font-size: 12px;
    }

    .event-details .winner-item .prize-rank.number,
    .event-details .ranking-item .prize-rank.number
    {
        height: 30px;
        width: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    
    .event-details .prize,
    .event-details .point
    {
        font-size: 12px;
        background-size: 16px !important;
    }

    .event-details .winner-item .prize.first,
    .event-details .winner-item .prize.second,
    .event-details .winner-item .prize.third
    {
        padding-left: 30px;
    }

    .event-details .winner-item,
    .event-details .ranking-item
    {
        padding: 10px;
    }
}

.event-notif {
    background-color: #E2F3FF;
    margin-top: 50px;
    padding: 20px;
    border-radius: 15px;
}

.event-notif .title {
    font-size: 20px;
    font-weight: bold;
}

.event-notif .image {
    height: 30px;
    width: 120px;
    background-color: #76C3F9;
    border-radius: 10px;
    position: relative;
}

.event-notif .image img {
    position: absolute;
    top: -40px;
    left: 5px;
    height: 70px;
}

.event-notif .periode {
    font-size: 16px;
}
/* EVENT */

/* STICKY BUY */
.sticky-buy {
    background-color: #fff;
}

.sticky-buy .wrapper {
    padding: 20px 5px 30px 20px;
}

#sticky-name{
    color: #000;
    font-size: 16px;
}

#sticky-price{
    font-size: 20px;
    font-weight: bold;
}

.sticky-event {
    color: #000;
    background-color: #EEFBFF;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
}

@media (max-width: 420px) {
    .sticky-buy .wrapper {
        padding-left: 5px;
    }
}
/* STICKY BUY */


/* RAJASOFT */
.hero-equal-height {
    position: relative;
    min-height: 660px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.gradient-overlay {
    position: relative;
    width: 100%;
    /* padding-top: 188px; */
}

.gradient-overlay::before {
    position: absolute;
    content: '';
    /* background-image: linear-gradient(to left, rgba(50, 100, 245, 0.90), rgba(74, 84, 232, 0.88), rgba(91, 66, 219, 0.85), rgba(104, 44, 203, 0.88), rgba(114, 2, 187, 0.90)); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-image: linear-gradient(80deg, #164283 50.5%, #FFF 122.34%); */
}

.solid-white-btn {
    background: #ffffff;
    border-color: #D0D5DD;
    color: #344054;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
}

.solid-white-btn:hover {
    background: transparent;
    color: #164283;
}

.outline-white-btn {
    background: #164283;
    border-radius: 8px;
    color: #ffffff;
    border-color: #0984DD;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
}

.outline-white-btn:hover {
    background: #164283;
    color: #ffffff;
}

.solid-white-btn, .outline-white-btn {
    padding: 12px 30px;
    /* font-weight: 700; */
}

.animated-btn {
    transition: all .25s ease-in-out;
}

.animated-btn:hover {
    transform: scale(1) translateY(-4px) translateZ(20px);
}

.video-app-wrap {
    box-sizing: border-box;
    min-height: 1px;
    left: auto;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    z-index: 5;
    justify-items: flex-end;
    position: absolute;
    right: 0;
    /* max-width: 300px; */
    flex: 0 0 38%;
    top: -70px;
}

.iphone-mask {
    /* z-index: 10; */
    object-fit: cover;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mask-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    /* z-index: 10; */
    transition: all 400ms ease-in 0s;
}

.shape-bottom img.bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

.ptb-100 {
    padding: 100px 0;
}

.white-bg {
    background: #ffffff;

}

.single-promo span {
    font-size: 70px;
    line-height: inherit;
    margin-bottom: 20px;
}

.single-promo-1 {
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 1.5rem !important;
}

.single-promo-1 span {
    font-size: 35px;
    background-image: url("../images/promo-icon-bg.svg");
    background-size: 150px;
    padding: 35px;
    background-repeat: no-repeat;
    background-position: 45% 20%;
}

.single-promo-hover {
    transition: all .2s ease-out;
    will-change: transform;
}

.single-promo-hover:hover {
    transform: translateY(-10px);
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125) !important;
}

.gray-light-bg {
    background: #f7f7f7;
}

#features .icon-sm {
    font-size: 25px;
    line-height: 25px;
    height: unset;
    width: unset;
}

.color-1-bg {
    background: rgba(255, 22, 78, 0.15);
}

.color-1 {
    color: #ff164e;
}

.color-2-bg {
    background: rgba(145, 35, 255, 0.15);
}

.color-2 {
    color: #9123ff;
}

.color-3-bg {
    background: rgba(46, 191, 109, 0.15);
}

.color-3 {
    color: #2ebf6d;
}

.color-4-bg {
    background: rgba(255, 124, 63, 0.15);
}

.color-4 {
    color: #ff7c3f;
}

.color-5-bg {
    background: rgba(52, 19, 247, 0.15);
}

.color-5 {
    color: #3413f7;
}

.color-6-bg {
    background: rgba(242, 92, 127, 0.15);
}

.color-6 {
    color: #f25c7f;
}

#accordion-faq .accordion-item p {
    text-align: left;
}

#accordion-faq .accordion-header {
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
}

#accordion-faq .accordion-button  {
    margin-bottom: 0;
    padding: 15px 0;
}

#accordion-faq .accordion-body  {
    padding: 15px 0;
}

#accordion-faq .accordion-button:not(.collapsed) {
    color: unset;
}

.owl-carousel .client-img {
    height: auto;
    width: 100px !important;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.product-page .nav-pills .nav-link.active, 
.product-page .nav-pills .show > .nav-link,
.documentation-page .nav-pills .nav-link.active, 
.documentation-page .nav-pills .show > .nav-link {
    border-bottom: 3px solid #164283;
    border-radius: 0;
}

.documentation-page .card-title,
.cke_editable .card-title {
    margin: 0;
}

.documentation-page .card-header,
.cke_editable .card-header {
    background-color: #E0E9FF;
}

@media (max-width: 900px) {
    .video-app-wrap {
      position: inherit;
      right: auto;
      margin: 0 auto;
    }

    .gradient-overlay {
        padding-top: 50px;
    }

    .hero-content-left {
        text-align: center;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .video-app-wrap {
      top: 0;
    }

    .gradient-overlay::before {
        /* background-image: linear-gradient(80deg, #164283 61.5%, #FFF 119.34%); */
    }

    header .line-bottom{
        background-image: none;
    }
}

@media (min-width: 320px) and (max-width: 992px) {
    .ptb-100 {
      padding: 55px 0;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    div[class*="col-"]:not(:last-of-type) {
      margin-bottom: 20px !important;
    }
}

#home h1 {
    color: #101828;
    font-family: Poppins;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    #home h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

#home .lead {
    color: #475467;
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    margin-bottom: 40px;
}

#how-to-join h1 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 28px;
    line-height: 44px;
    letter-spacing: -2%;
    color: #485056;
}

#custom-app h3 {
    color: #485056;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 28px;
    line-height: 144%;
    letter-spacing: -2%;
    text-align: center;
}

#custom-app h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 38px;
    line-height: 144%;
    letter-spacing: -2%;
    text-align: center;
    color: #164283;
}
/* RAJASOFT */