.header-text-align {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 25vh; !* Adjust according to your layout *!*/
}
/*kj*/
.margin-success{
    margin-top: 35px;
}

.blogs-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Be Vietnam Pro", sans-serif;
    font-optical-sizing: auto;
    line-height: 31px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 20px;
}

.blog-paragraph{
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    line-height: 18px;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    font-size: 16px;
}

.margin-botttom-success{
    margin-bottom: 80px;
}
.font-bold-word{
    font-weight: 700;
}
.learn-more{
    font-family: "Be Vietnam Pro", sans-serif;
    font-optical-sizing: auto;
    line-height: 31px;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    font-size: 24px;
}

.building{
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    line-height: 34px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 36px;
}
.building-bricks{
    font-family: "Be Vietnam Pro", sans-serif;
    font-optical-sizing: auto;
    line-height: 34px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 36px;
}

.success-pragraph{
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    line-height: 27px;
    font-weight: 500;
    font-style: normal;
    color: #292929;
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;

}

.tab-sub-pragraph{
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    line-height: 22px;
    font-weight: 600;
    font-style: normal;
    color: black;
    margin-bottom: 20px;
    /*text-align: center;*/
    font-size: 24px;

}
.tab-pragraph{
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    color: black;
    /*margin-bottom: 20px;*/
    /*text-align: center;*/
    font-size: 20px;
    max-height: 199px;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;

}

.video-title{
    color: #fff;
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    font-optical-sizing: auto;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
}

.news-text{
    color: #000000;
    text-align: center;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    line-height: 36px;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    text-transform: none;
}

.slider-title{
    color: #000000;
    /*text-align: center;*/
    font-family: "Be Vietnam Pro", sans-serif;
    font-optical-sizing: auto;
    line-height: 25px;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
}
    /*kmjhn*/
.text-5 {
    font-size: 5rem; /* Adjust the font size as needed */
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
    .text-5 {
        font-size: 3rem; /* Adjust the font size for smaller screens */
    }

}

.paragraph-index {
    color: #1d1d1d;
    line-height: 1.5;
    margin: 0 0 20px;
    font-size: 25px;
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
}

.paragraph-index-p {
    color: #1d1d1d;
    line-height: 1.5;
    margin: 0 0 20px;
    font-size: 20px;
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
}

.post-margin {
    margin-top: 50px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial;
}

.header {
    text-align: center;
    padding: 32px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 33%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 33%;
    }

    .building-brick-images {
        width: 100% !important;
    }

    .building-brick {
        text-align: left;
        width: 100% !important;
    }

}




.building-brick-parent {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
}

.horizontal-scroller-items {
    height: 100%;
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0 32px;
    padding: 0 2rem
}

.horizontal-scroller-scrolls {
    position: relative;
    overflow: hidden;
    padding: 32px;
    padding: 2rem
}

.caraousel-image {
    width: 650px !important;
    height: 420px !important;
    object-fit: cover;
}



.back-color {
    /*background-color: #ffaa01 !important;*/
}

.margin-blog {
    margin-top: 10px;
}

@media (max-width: 576px) {
    .building-brick-parent {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: flex-end;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .building-brick-parent {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: flex-end;
    }
}


@media (min-width: 992px) {
    .container-full {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-full {
        max-width: 1400px;
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-desktop{
        display: none;
    }
    .building-brick {
        text-align: left;
        width: 60%;
    }
    .button-margin{
        margin-bottom: 20px;
    }
    .hero-section {
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #F6F6F6;
        justify-content: center;
        padding-bottom: 50px;
    }

    .hero-head-title {
        line-height: 78px;
        font-family: "Be Vietnam Pro", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-size: 67px;
        font-style: normal;
    }

    .hero-sub-head{
        font-family: "League Spartan", sans-serif;
        font-optical-sizing: auto;
        line-height: 44px;
        font-weight: 400;
        font-size: 36px;
        font-style: normal;
        color: black;
    }

    .find-out{
        font-family: "League Spartan", sans-serif;
        font-optical-sizing: auto;
        line-height: 22px;
        font-weight: 400;
        font-size: 24px;
        font-style: normal;
        color: black;
    }
    .success-craft{
        line-height: 40px;
        font-family: "Be Vietnam Pro", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-size: 32px;
        font-style: normal;
        text-align: center;
    }
    .building-brick-images {
        display: flex;
        text-align: end;
        width: 50%;
        justify-content: end;
    }

}


@media only screen and (max-width: 767px) {
    .success-desktop{
         display: none;
     }
    .hero-desktop{
        display: none;
    }
    .desktop-sub-margin{
        margin-top: 100px;
        padding: 20px;
    }
    .hero-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #F6F6F6;
        justify-content: center;
    }

    .row-content{
        flex-wrap: nowrap !important;
    }

    .hero-head-title {
        line-height: 36px;
        font-family: "Be Vietnam Pro", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-size: 30px;
        font-style: normal;
        text-align: center;
        display: block;
    }

    .hero-sub-head{
        font-family: "League Spartan", sans-serif;
        font-optical-sizing: auto;
        line-height: 22px;
        font-weight: 450;
        font-size: 24px;
        font-style: normal;
        color: black;
        text-align: center;
        display: block;
    }
    .img-width{
        width: 90% !important;
    }

    .margin-find{
        margin-left: 10px;
    }
    .find-out{
        font-family: "League Spartan", sans-serif;
        font-optical-sizing: auto;
        line-height: 18px;
        font-weight: 400;
        font-size: 20px;
        font-style: normal;
        color: black;

    }

    .center-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .desktop-image {
        display: none;
    }
    .success-image{
        display: flex;
        justify-content: center;

    }

    .success-margin{
        padding-bottom: 30px;
    }
    .hero-mobile{
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .building-brick-images {
        /*display: flex;*/
        /*text-align: end;*/
        width: 100%;
        /*justify-content: end;*/
    }
    .button-margin{
        margin-bottom: 30px;
    }
    .building-brick {
        text-align: center;
        width: 100%;
    }
    .entry {
        width: 100%;
    }

    .entry__content {
        width: 80%;
    }
.tab-content{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}
    .col-md-6 .tab-align {
        flex: 0 0 50%;
        max-width: 97%;
    }
    .hero-desktop{
        display: none;
    }
    .success-desktop{
        display: none;
    }
    .mobile-image {
        display: none;
    }
    .center-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    /*.desktop-margin{*/
    /*    margin-top: -80px;*/
    /*}*/
    .hero-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #F6F6F6;
        justify-content: center;
        padding-bottom: 100px;
    }
    .margin-find{
        margin-left: 10px;
    }

    .hero-head-title {
        line-height: 78px;
        font-family: "Be Vietnam Pro", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-size: 61px;
        font-style: normal;
    }
    /*.tab-margin{*/
    /*    width: 93% !important;*/
    /*}*/

    .hero-sub-head{
        font-family: "League Spartan", sans-serif;
        font-optical-sizing: auto;
        line-height: 44px;
        font-weight: 400;
        font-size: 36px;
        font-style: normal;
        color: black;
        text-align: center;
        display: block;
    }

    .find-out{
        font-family: "League Spartan", sans-serif;
        font-optical-sizing: auto;
        line-height: 22px;
        font-weight: 400;
        font-size: 24px;
        font-style: normal;
        color: black;
    }
    .success-craft{
        line-height: 40px;
        font-family: "Be Vietnam Pro", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-size: 25px;
        font-style: normal;
        text-align: center;
    }
    .success-image{
        display: flex;
        justify-content: center;
    }
    .desktop-sub-margin{
        margin-top: 100px;
        padding: 20px;
    }
    .success-margin{
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 1025px) {
    .success-mobile{
        display: none;
    }
    .building-brick {
        text-align: left;
        width: 60%;
    }
    .hero-mobile{
        display: none;
    }
    .success-image{
        display: flex;
        justify-content: center;
    }
    .success-margin{
        padding-bottom: 50px;
    }

    .desktop-margin{
        margin-top: -80px;
    }

    .margin-find{
        margin-left: 10px;
    }

    .margin-section{
        margin-top: 14px;
    }

    .img-width{
        width: 2% !important;
    }
    .hero-section {
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #F6F6F6;
        justify-content: center;

    }

    .hero-head-title {
        line-height: 78px;
        font-family: "Be Vietnam Pro", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-size: 67px;
        font-style: normal;
    }

    .hero-sub-head{
        font-family: "League Spartan", sans-serif;
        font-optical-sizing: auto;
        line-height: 44px;
        font-weight: 400;
        font-size: 36px;
        font-style: normal;
        color: black;
    }

    .find-out{
        font-family: "League Spartan", sans-serif;
        font-optical-sizing: auto;
        line-height: 22px;
        font-weight: 400;
        font-size: 24px;
        font-style: normal;
        color: black;
    }

    .success-craft{
        line-height: 40px;
        font-family: "Be Vietnam Pro", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-size: 32px;
        font-style: normal;
        text-align: center;
    }
    .building-brick-images {
        display: flex;
        text-align: end;
        width: 50%;
        justify-content: end;
    }

}

