@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Niramit:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');
:root
{
    --primeryColor: #444867;
    --secoundryColor: #DCBFBF;
    --darkPinkColor: #DFBB9C;
    --lightBlue: #5C99AB;
    --blackDark: #29343A;
    --brownlightColor: #A98D5E;
    --blackColor: #000;
    --whiteColor: #fff;
}
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.3s linear;
}

h1,h2,h3,h4,h5,h6
{
    font-family: 'Niramit', sans-serif;
}

p,div,span
{
    font-family: 'Lora', serif;
}


html,body
{
    width: 100%;
    min-height: 100%;
}

body
{
    overflow-x: hidden;
}


@keyframes slide-right {
    from {
      margin-left: -100%;
    }
    to {
      margin-left: 0%;
    }
}

@keyframes slide-left {
    from {
      margin-left: 100%;
    }
    to {
      margin-left: 0%;
    }
}


.container
{
    margin: 0 auto;
}

.header_box
{
    width: 100%;
}

header
{
    width: 100%;
    padding: 5px 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header_box
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo
{
    width: 100%;
    max-width: 200px;
}

.header_logo img
{
    width: 100%;
}

.menu_icon
{
    width: 55px;
}


.menu_icon img
{
    width: 100%;
}

/* Company Main Details Container */
.company_main_details_container
{
    width: 100%;
}

.company_main_details_box
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.company_details_box
{
    width: 50%;
    padding-left: 125px;
    padding-top: 327px;
    position: static;
    z-index: 2;
}

.company_details_box .logo_part
{
    animation: 2s slide-right;
}


.company_details_box_2
{
    width: 50%;
    padding-top: 222px;
    padding-right: 125px;
    padding-left: 85px;
    background: linear-gradient(270deg, var(--primeryColor) 0%, rgba(225, 97, 55, 0.00) 92.65%);
    z-index: 0;
    position: relative;
}

.company_details_box_2 .company_details_heading
{
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 35px;
}

.company_details_box_2 .company_details_description
{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 200px;
}

.company_details_box_2 .banner_comany_details
{
    margin-top: 75px;
    margin-left: -400px;
    margin-bottom: -50px;
    animation: 1s slide-banner-left;
}

@keyframes slide-banner-left {
    from
    {
        margin-left: 100%;
    }
    to
    {
        margin-left: -320px;
    }
}

.scroll_direction
{
    position: absolute;
    right: 30px;
    top: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transform: rotate(-90deg);
}

/* Style Gyide Main Container */
.style_gyide_main_container
{
    width: 100%;
}

.style_gyide_main_box
{
    width: 100%;
    padding-top: 200px;
    padding-left: 125px;
    background: url(../images/Vector.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.style_details_main_box
{
    width: 50%;
}

.style_details_main_box .style_main_heading
{
    font-size: 148px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
    /* animation: 1s slide-right; */
}

.style_details_main_box .style_main_heading span
{
    font-size: 96px;
    font-style: normal;
    font-weight: 200;
    line-height: 65px;
    margin-left: 200px;
    /* animation: 2s slide-left; */
}
.active_animation
{
    animation: 1s slide-right;
}

.active_animation span
{
    animation: 2s slide-left;
}

.style_details_main_box  .font_style_main_container_box
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.style_details_main_box  .font_style_main_container_box .font_style_details
{
    width: 50%;
    padding: 300px 0;
}
.style_details_main_box  .font_style_main_container_box .font_style_details span:first-child
{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 65px; */
}
.style_details_main_box  .font_style_main_container_box .font_style_details span:last-child
{
    color: var(--secoundryColor);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

.style_content_main_box
{
    width: 50%;
}

.style_content_main_box .style_heading
{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
}

.style_content_main_box .style_description
{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-right: 250px;
}

.color_style_main_container_box
{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.color_style_main_container_box .color_style_1
{
    width: 171px;
    height: 376px;
    border-radius: 0px 0px 40px 40px;
    background: linear-gradient(270deg, var(--primeryColor) 0%, rgba(225, 98, 57, 0.00) 390.06%);
}

.color_style_main_container_box .color_style_2
{
    width: 171px;
    height: 270px;
    margin-top: -50px;
    background: var(--darkPinkColor);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
}

.color_style_main_container_box .color_style_3
{
    width: 171px;
    height: 270px;
    margin-top: -50px;
    background: var(--lightBlue);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
}

.color_style_main_container_box .color_style_4
{
    width: 171px;
    height: 270px;
    margin-top: -50px;
    background: var(--blackDark);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
}
.color_style_main_container_box .color_style_5
{
    width: 171px;
    height: 270px;
    margin-top: -50px;
    background: var(--brownlightColor);
}

.color_style_main_container_box .title_color_style
{
    width: 400px;
    position: absolute;
    transform: rotate(-90deg);
    right: -100%;
    top: 50.5%;
    color: var(--darkPinkColor);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: 1.2px;
}


/* Unfolding Section Main Container */
.unfolding_section_main_container
{
    width: 100%;
}

.unfolding_section_main_box
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.unfolding_section_main_box .unfolding_details_main_heading_box
{
    width: 50%;
    padding-left: 125px;    
    position: relative;
}

.unfolding_section_main_box .unfolding_details_main_heading_box .unfolding_details_main_heading
{
    font-size: 128px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}

.unfolding_section_main_box .unfolding_details_main_heading_box .unfolding_details_main_heading span
{
    font-size: 64px;
    font-weight: 200;
    margin-left: 150px;
}

.unfolding_section_main_box .unfolding_details_main_heading_box .unfolding_details_main_description
{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 30px 0;
    padding-left: 50px;
    padding-right: 250px;
    position: absolute;
    z-index: 5;
}

.unfolding_section_main_box .unfolding_details_main_box
{
    width: 50%;
    margin-top: 100px;
    background: linear-gradient(270deg, var(--brownlightColor) 0%, rgba(183, 164, 151, 0.00) 92.65%);
}




.unfolding_section_main_box .unfolding_details_main_box .unfolding_details_banner
{
    margin-top: -100px;
    margin-left: -50px;
}

.unfolding_section_main_box .unfolding_details_main_box .unfolding_heading
{
    font-size: 128px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin-top: -20px;
    margin-left: 100px;
}

.unfolding_section_main_box .unfolding_details_main_box .unfolding_heading span
{
    font-size: 64px;
    font-style: normal;
    font-weight: 200;
    margin-left: 50px;
}

.unfolding_section_main_box .unfolding_details_main_box .unfolding_description
{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 50px 0;
    padding-right: 300px;
    padding-left: 150px;
    padding-bottom: 1100px;
}

.priduct_iamges
{
    margin-left: 150px;
    padding-right: 100px;
    padding-top: 700px;
}
.priduct_iamges img
{    
    margin-bottom: 100px;
}

.resource_main_box
{
    width: 100%;
    position: absolute;
    top: 20%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    background: url(../images/Vector_01.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 100%;
}

.resource_main_details
{
    width: 50%;
}
.blob_image
{
    width: 100%;
}

.blob_image img
{
    width: 100%;
}
.website_preview
{
    width: 100%;
    margin-top: -550px;
    padding-left: 125px;
}

.resource_details_box
{
    width: 50%;
}

.mobile_screen_website_iamges_box
{
    width: 100%;
    text-align: right;
    margin-top: -300px;
}

.mobile_screen_website_iamges_box img
{
    width: 70%;
}

.more_website_links_container
{
    width: 100%;
}

.more_website_links_box
{
    width: 100%;
    padding-top: 1300px;
}

.more_links_heading
{
    width: 100%;
    padding: 50px 0;
    padding-left: 50px;
    font-size: 128px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.more_links_heading span
{
    font-size: 48px;
    font-weight: 200;
    margin-left: 10px;
}

.more_website_links_box .links_box
{
    width: 100%;
    padding: 30px 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 50px;
}

.more_website_links_box .links_box .website_links
{
    width: 100%;
    max-width: 460px;
    padding: 0 25px;
}

.more_website_links_box .website_links img
{
    width: 100%;
}



@media only screen and (max-width: 1024px) {
    .company_main_details_box
    {
        background: linear-gradient(270deg, var(--primeryColor) 0%, rgba(225, 97, 55, 0.00) 92.65%);
    }
    .company_details_box
    {
        width: 100%;
        padding-top: 110px;
        padding-left: 30px;
    }
    .company_details_box_2
    {
        width: 100%;
        background: unset;
        padding-top: 30px;
        padding-left: 30px;
    }
    .company_details_box_2 .banner_comany_details
    {
        width: 100%;
        margin: 0;
    }
    .style_gyide_main_box 
    {
        padding-top: 100px;
        padding-left: 30px;
    }
    .style_details_main_box,.style_content_main_box
    {
        width: 100%;
    }
    .style_details_main_box .font_style_main_container_box
    {
        width: 70%;
    }
    .style_details_main_box .font_style_main_container_box .font_style_details
    {
        padding: 50px 0;
    }
    .unfolding_section_main_box 
    {
        background-position: 0 35%;
    }
    .unfolding_section_main_box .unfolding_details_main_heading_box
    {
        width: 100%;
        padding: 0;
        padding-top: 100px;
    }
    .unfolding_section_main_box .unfolding_details_main_box
    {
        width: 100%;
        background: unset;
    }
    .unfolding_section_main_box .unfolding_details_main_box .unfolding_details_banner
    {
        width: 100%;
        margin: 0;
    }
    .unfolding_section_main_box .unfolding_details_main_box .unfolding_description
    {
        padding: 50px;
    }
    .unfolding_section_main_box .unfolding_details_main_heading_box .unfolding_details_main_description
    {
        position: unset;
    }
    .priduct_iamges
    {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
        margin-left: 0;
        padding-right: 0;
        padding-top: 50px;
    }
    .resource_main_box
    {
        position: unset;
    }
    .resource_main_details
    {
        width: 100%;
    }
    .resource_details_box
    {
        width: 100%;
    }
    .website_preview
    {
        padding-left: 0;
        padding-left: 50px;
        margin-top: -850px;
    }
    .website_preview img
    {
        width: 100%;
    }
    .mobile_screen_website_iamges_box
    {
        margin-top: 0;
    }
    .mobile_screen_website_iamges_box img
    {
        width: 100%;
    }
    .more_website_links_box
    {
        padding-top: 10px;
    }
    .more_website_links_box .website_links
    {
        max-width: 360px;
    }
}

@media only screen and (max-width: 767px)
{
    .company_main_details_box
    {
        background: linear-gradient(270deg, var(--primeryColor) 0%, rgba(225, 97, 55, 0.00) 60.65%);
    }
    .company_details_box_2
    {
        padding-right: 20px;
    }
    .company_details_box .company_main_heading_box
    {
        font-size: 76px;
        line-height: 58px;
    }
    .company_details_box img
    {
        width: 50%;
    }
    .company_details_box_2 .company_details_description
    {
        padding-right: 40px;
    }
    .company_details_box_2 .banner_comany_details
    {
        margin-top: 50px;
        margin-bottom: -30px;
    }
    .scroll_direction 
    {
        top: 30%;
        right: -15px;
    }
    .style_gyide_main_box
    {
        background: unset;
    }
    .style_details_main_box .style_main_heading
    {
        font-size: 60px;
        line-height: 34px;
    }
    .style_details_main_box .style_main_heading span
    {
        margin-left: 50px;
        font-size: 50px;
        line-height: 0;
    }
    .style_details_main_box .font_style_main_container_box .font_style_details span:first-child
    {
        font-size: unset;
        display: block;
    }
    .style_details_main_box .font_style_main_container_box .font_style_details span:last-child
    {
        font-size: unset;
        display: block;
    }
    .style_content_main_box .style_description
    {
        padding-right: 125px;
    }
    .color_style_main_container_box .color_style_1
    {
        width: 110px;
        height: 260px;
    }
    .color_style_main_container_box .color_style_2
    {
        width: 110px;
        height: 260px;
    }
    .color_style_main_container_box .color_style_3
    {
        width: 110px;
        height: 260px;
    }
    .color_style_main_container_box .color_style_4
    {
        width: 110px;
        height: 260px;
    }
    .color_style_main_container_box .color_style_5
    {
        width: 110px;
        height: 260px;
    }
    .color_style_main_container_box .title_color_style
    {
        top: 45.5%;
        right: -150%;
    }
    .unfolding_section_main_box .unfolding_details_main_heading_box .unfolding_details_main_heading
    {
        font-size: 76px;
        line-height: 24px;
        padding-left: 50px;
    }
    .unfolding_section_main_box .unfolding_details_main_heading_box .unfolding_details_main_heading span
    {
        font-size: 34px;
        margin-left: 50px;
    }
    .unfolding_section_main_box .unfolding_details_main_heading_box .unfolding_details_main_description
    {
        padding-right: 50px;
    }
    .unfolding_section_main_box .unfolding_details_main_box .unfolding_heading
    {
        font-size: 76px;
        margin-left: 50px;
        line-height: 32px;
        margin-top: -10px;
    }
    .unfolding_section_main_box .unfolding_details_main_box .unfolding_heading span
    {
        font-size: 54px;
        margin-left: 0;
    }
    .unfolding_section_main_box .unfolding_details_main_box .unfolding_details_banner
    {
        margin-left: 0;
    }
    .unfolding_section_main_box .unfolding_details_main_box
    {
        margin-top: 10px;
    }
    .resource_main_box 
    {
        background-position: 0 75%;
    }
    .website_preview
    {
        margin-top: -450px;
        padding-left: 30px;
    }
    .priduct_iamges img
    {
        width: 40%;
        margin-bottom: 20px;
    }
    .more_links_heading
    {
        font-size: 68px;
        line-height: 18px;
        padding: 10px 0;
        padding-left: 25px;
        padding-top: 50px;
    }
    .more_links_heading span
    {
        font-size: 28px;
    }
    .more_website_links_box .links_box
    {
        padding: 10px 0;
        row-gap: 20px;
    }
}