
p, .paragraph {
    font-weight: 400;
    color: #121518;
    font-size: 20px;
    line-height: 31px;
    font-family: "Poppins", sans-serif;
}

.h1 {
    font-size: 46px;
    color: var(--b-bg2);
}

.h2 {
    font-size: 25px;
}

.h3 {
    font-size: 20px;
}


.btn-center {
    display: flex;
    justify-content: center;
    align-items:center;
    gap: 100px;
    flex-wrap: wrap
}
.btn-center  .btn-primary:hover{
    color: #ffffff;
}
.btn-center  .btn-secondary:hover{
    color: #1F40FF;
}

.btn {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    padding: 15px 60px;
    font-weight: 400;
    border: 0;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .2s ease;
}

.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.btn:active {
    box-shadow: none;
}

.btn-primary {
    color: #ffff;
    background: #1F40FF;
    transition: background 1s ease-out;
}

.btn-secondary {
    color: #1D40FE;
    border: 1px solid #1D40FE;
}

.btn-1 {
    padding: 15px;
}

.btn-2 {
    padding: 15px 24px;
}

body {
    overflow-x: hidden;
}

::-moz-selection {
    background: #20a5ff;
    color: #fff;
}

::selection {
    background: #20a5ff;
    color: #fff;
}

ol,
ul {
    list-style-type: none;
    margin: 0px;
}

img {
    vertical-align: middle;
    border: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a,
button,
select {
    cursor: pointer;
    transition: .2s ease;
}

a:focus,
button:focus,
select:focus {
    outline: 0;
}

a:hover {
    color: #1F40FF;
}


.main {
    flex: 1;
    margin-top: 72px;
    background: var(--b-bg);
}

.page-container{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    overflow: auto;
}
@media (max-width: 1024px) {
    .model-box .model-content{
        padding-right: 48px;
    }
    .main {
        margin-top: 64px;
    }
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.section {
    padding-bottom: 130px;
}

.section-lg {
    padding: 80px 0;
}
.section-line{
    position: relative;
    overflow: visible;
    width: 100%;
    height: 1px;
    background-color: var(--b-text5)
}


@media (max-width: 768px) {
    .model-box {
        flex-direction: column;
    }
    .model-box .model-img{
        width: 100% !important;
    }
    .model-box .model-img .seo-image{
        display: flex;
        justify-content: center;
    }
    .model-box .model-content{
        width: 100%;
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 12px
    }

    .enum-box{
        flex-direction: column;
    }
    .enum-box .enum-content{
        margin-bottom: 24px;
        width: 100% !important;
        padding: 0 12px !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .enum-box .enum-img{
        width: 100% !important ;
        display: flex;
        justify-content: center;
        padding: 0 12px !important;
    }
    .row{
        flex-direction: column;
    }
    .col-md-7,
    .col-md-6,
    .col-md-5{
        -ms-flex:0 0 100% !important ;
        flex:0 0 100% !important;
        max-width:100% !important;
    }
}
@media (max-width: 578px) {
    .page-container{
        width: 100%;
        padding: 0 24px;
        margin: 0;
    }
    .page-container .hero-section{
        padding-top: 22px;
    }
    .page-container .hero-section h1{
        font-size: 24px !important;
        margin-bottom: 16px !important;
    }
    .page-container .hero-section p{
        font-size: 16px !important;
        margin-bottom: 16px !important;
    }
    .card-home-wrapper .card-home-list{
        width: 100%;
        grid-template-columns: 1fr !important;
    }
    .model-box .model-content{
        padding: 0 12px;
    }
    .section-lg {
        padding-top: 48px !important ;
        padding-bottom: 64px !important;
    }
    .row{
        flex-direction: column;
    }
    .col-md-7,
    .col-md-6,
    .col-md-5{
        -ms-flex:0 0 100% !important ;
        flex:0 0 100% !important;
        max-width:100% !important;
    }
}

@media (max-width: 370px) {
    .btn-center{
        justify-content: space-between;
        gap: 0;
    }
}

.section-title {
    margin-bottom: 12px;
    color: var(--b-bg2);
}



.text-purple {
    color: #9491ff !important;
}

.translate-y-150 {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
}

@media (max-width: 575px) {
    .translate-y-150 {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.left-right-animation {
    animation: left_right 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes left_right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes left_right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.up-down-animation {
    animation: up_down 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}



.z-index-1 {
    z-index: 1;
}


.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 48px;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    height: auto;
    margin-top: 68px;
    padding: 20px;
}
.banner-image img {
    padding: 2px;
    border: 3px solid #e2d595c2;
    border-radius: 8px;
}

.hero-bg-1 {
    position: absolute;
    left: 30px;
    top: 200px;
}

@media (max-width: 767px) {
    .hero-bg-1 {
        display: none;
    }
}

.hero-bg-2 {
    position: absolute;
    top: 19%;
    left: 20%;
}

@media (max-width: 767px) {
    .hero-bg-2 {
        display: none;
    }
}

.hero-bg-3 {
    position: absolute;
    bottom: 53%;
    left: 10%;
}

@media (max-width: 767px) {
    .hero-bg-3 {
        display: none;
    }
}

.hero-bg-4 {
    top: 120px;
    right: 40%;
    position: absolute;
}

@media (max-width: 767px) {
    .hero-bg-4 {
        display: none;
    }
}

.hero-bg-5 {
    position: absolute;
    right: 1%;
    bottom: 15%;
}
.hero-bg-5-1{
    position: absolute;
    right: 1%;
    bottom: 50%;
    z-index: 1;
}

@media (max-width: 767px) {
    .hero-bg-5 {
        display: none;
    }
}

.hero-bg-6 {
    position: absolute;
    right: -2%;
    bottom: 10%;
}


@media (max-width: 767px) {
    .hero-bg-6 {
        display: none;
    }
}

.hero-bg-7 {
    position: absolute;
    left: 1%;
    bottom: 0%;
    z-index: 1;
}

@media (max-width: 767px) {
    .hero-bg-7 {
        display: none;
    }
}

.hero-bg-8 {
    position: absolute;
    bottom: -70%;
    left: 5%;
    z-index: 1;
}

@media (max-width: 767px) {
    .hero-bg-8 {
        display: none;
    }
}

.hero-bg-9 {
    position: absolute;
    right: 20%;
    bottom: -12%;
    z-index: 1;
}

@media (max-width: 767px) {
    .hero-bg-9 {
        display: none;
    }
}



.seo {
    position: relative;
    overflow: visible;
}

.seo-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

@media (max-width: 1400px) {
    .model-box .model-img {
        width: 50% !important;
        flex: 0 0 50% !important;
    }
}

@media (max-width: 1200px) {
    .seo-bg {
        max-width: 500px;
    }
    .model-box{
        flex-direction: column;
    }
    .model-box .model-img{
        width: 100% !important;
        margin-bottom: 24px;
    }
    .model-box .model-content{
        padding: 0;
    }
}

@media (max-width: 991px) {
    .card-home-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .seo-bg {
        max-width: 400px;
    }
}

.seo-bg-shape-1 {
    position: absolute;
    left: 25%;
    top: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .seo-bg-shape-1 {
        display: none;
    }
}

.seo-bg-shape-2 {
    position: absolute;
    right: 2%;
    top: 40%;
    z-index: -1;
}

@media (max-width: 768px) {
    .seo-bg-shape-2 {
        display: none;
    }
}

.seo-bg-shape-3 {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

@media (max-width: 768px) {
    .seo-bg-shape-3 {
        display: none;
    }
}

.service {
    position: relative;
    overflow: visible;
    padding-top: 100px;
}

.service-bg {
    position: absolute;
    right: 0;
    top: -10%;
    z-index: -1;
}

@media (max-width: 1200px) {
    .service-bg {
        max-width: 500px;
    }
}

@media (max-width: 991px) {
    .service-bg {
        max-width: 400px;
        top: 0;
    }
}

.service-bg-shape-1 {
    position: absolute;
    left: 0;
    top: 150px;
    z-index: -1;
}

@media (max-width: 767px) {
    .service-bg-shape-1 {
        display: none;
    }
}

.service-bg-shape-2 {
    position: absolute;
    left: 40%;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .service-bg-shape-2 {
        display: none;
    }
}



.img-fluid{
    max-width:100%;
    height:auto
}

.container {
    width: 100%;
}

.container .tips{
    color: var(--b-text3);
}
footer{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--b-bg);
}
.footer-center p{
    color: var(--b-text);
}
.footer-center .bei{
    margin-top: 12px;
    color: #ff3366;
}
.footer-center .bei a{
    color: #ff3366;
}
.model-box{
    display: flex;
    width: 100%;
}
.model-box .model-img{
    width: 60%;
    flex: 0 0 60%;
    border: 3px solid #e2d595c2;
    border-radius: 8px;
}
.model-img .seo-image{
    width: 100%;
}
.model-img .seo-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.model-content{
    padding: 2px 0 0 48px;
}

.enum-box{
    display: flex;
    width: 100%;
}
.enum-box .enum-content{
    width: 48%;
    flex: 0 0 48%;
    padding-left: 90px;
}
.enum-box .enum-img{
    padding-left: 48px;
    width: 46%;
    flex: 0 0 46%;
    text-align: right;
}

.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}


.col-md-6,.col-md-7,.col-md-5,.col-lg-12{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}


.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}


.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}

.order-2{-ms-flex-order:2;order:2}

.order-md-1{-ms-flex-order:1;order:1}


.mb-4,.my-4{margin-bottom:1.5rem!important}

.mb-5,.my-5{margin-bottom:2.5rem!important}

.order-1{-ms-flex-order:1;order:1}

.order-md-2{-ms-flex-order:2;order:2}


.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

*,::after,::before {
    box-sizing: border-box;
}

.text-center {
    text-align: center !important;
}


.card-home-wrapper{
    padding: 0 0 100px;
}
.card-home-wrapper .card-home-title{
    text-align: center;
    margin-bottom: 48px;
}
.card-home-wrapper .card-home-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
}
.card-home-list .card-home-item{
    padding: 24px;
    border-radius: 8px;
    background: var(--b-bg1);
    color: var(--b-text);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.card-home-item .card-item-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background: #dbe1f6;
}
.card-home-item .card-item-title{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--b-text);
}


.model-content-list{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.model-content-list-item{
    padding: 16px 24px 20px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 19px;
}
.model-content-list-item .model-title{
    margin-bottom: 8px;
}
.model-content-list-item .model-title h3{
    font-size: 24px;
    color: #ffffff;
}