/* Define @font-face rules */
@font-face {
    font-family: 'Prompt';
    src: url('fonts/Prompt-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Prompt';
    src: url('fonts/Prompt-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Prompt';
    src: url('fonts/Prompt-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Prompt';
    src: url('fonts/Prompt-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Prompt';
    src: url('fonts/Prompt-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Prompt';
    src: url('fonts/Prompt-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'Prompt';
    src: url('fonts/Prompt-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue\ Bold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'NotoSansThai';
    src: url('fonts/NotoSansThai-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900; /* variable font weight */
}

@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue Bold.ttf') format('truetype');
    font-weight: bold;
}

/* Set the default font to Prompt */
body {
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
}

.main-top-bg{
    background-color: #000;
}


.main-top{
    /* background-image: url(../images/top-bg.png);
    background-size: cover;
    background-position: top; */
    width: 100%;
    height: 800px;
    position: relative;
    overflow: hidden;
}

.main-top video{
    width: 106%;
    height: 105%;
    position: absolute;
    top: 0;
    left: -4.5%;
    z-index: 0;
}

.main-container{
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.content-wrapper{
    padding: 50px 60px;
}

header{
    /* max-width: 1440px; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
    top: -10px;
    padding: 40px 60px;
    z-index: 99;
    transition: 0.15s;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 10px);
    background-color: transparent;
}

header.active{
    background-color: #ffeee8 !important;
}

header.active .menu-toggle-btn{
    color: #000;
}

header.scrolled{
    background-color: #ffeee8;
    padding-bottom: 30px !important;
    padding-top: 30px;
}

.logo-color-header{
    display: none;
}

header.scrolled .logo-color-header{
    display: block;
}

header.scrolled .logo-white-header{
    display: none;
}

header.scrolled .header-menu .menu-link{
    color: #1d1d1b !important;
}

header.active .header-menu .menu-link{
    color: #1d1d1b !important;
}

.logo-white-header , .logo-color-header{
    width: 300px;
}

header.scrolled{
    padding-bottom: 60px;
}

header .header-menu{
    display: flex;
    gap: 30px;
}

header .header-menu .menu-link{
    color: #fff !important;
    text-decoration: none !important;
    transition: 0.15s;
}

header .header-menu .menu-link:hover{
    color: #e75d25 !important;
}


.header-lang{
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-lang a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 30px;
    text-decoration: none !important;
    font-weight: 700;
}

header.scrolled .header-lang a , header.active .header-lang a{
    background-color: #3a404f;
    color: #fff;
}

.header-lang .active{
    background-color: #e75d25 !important;
    color: #fff !important;
}

.menu-toggle-btn{
    display: none;
    background-color: transparent;
    padding: 0;
    border: 0;
    outline: none !important;
    font-size: 20px;
    color: #fff;
}

header.scrolled .menu-toggle-btn{
    color: #1d1d1b;
}

.main-top-content{
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50% , -50%);
    max-width: 600px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.main-top-content.th{
    max-width: 750px;
}

.main-top-content h1{
    color: #e75d25;
    font-weight: 800;
}

.main-top-content h2{
    color: #fff;
    font-weight: 300;
}

.main-top-content h6{
    color: #fff;
    font-weight: 300;
}

.main-more-btn{
    position: absolute;
    bottom: 3%;
    left: 50%;
    background-color: #e75d25;
    color: #fff !important;
    padding: 2px 15px;
    border-radius: 15px;
    text-decoration: none !important;
    transform: translate(-50% , -50%);
    z-index: 1;
}

.data-centric-section{
    background-color: #ffeee8;
    padding: 40px 60px;
    padding-bottom: 240px;
    margin-top: -6px;
    position: relative;
    z-index: 2;
}

.data-centric-title{
    color: #2c303f;
}

.data-centric-title h3{
    font-weight: 300;
}

.centric-total-wrapper{
    display: flex;
    flex-wrap: nowrap;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.centric-total{
    background-color: #575d66;
    color: #fff;
    padding: 20px;
    width: 50%;

}

.centric-total h1{
    font-size: 80px;
    font-weight: 300;
    text-align: center;
}

.centric-total h6{
    font-size: 30px;
    font-weight: 300;
}

.centric-total div{
    margin: 0 auto;
    width: fit-content;
}

.why-athentic-wrapper{
    position: relative;
    margin-top: 3rem;
}

.why-athentic-content{
    background-color: #e3e3e3;
    padding: 50px;
    max-width: 700px;
    margin-left: auto;
    position: relative;
    z-index: 1;
    /* margin-top: 50px; */
    top: 100px;
}

.why-athentic-content h1{
    color: #e75d25;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
}

.why-athentic-content .line{
    width: 100%;
    margin: 1.5rem 0;
    background-color: #1d1d1b;
    height: 1px;
}

.why-athentic-content p{
    color: #1d1d1b;
    font-size: 20px;
    line-height: 1.2;
    text-align: justify;
}

.for-wrap{
    position: absolute;
    top: -150px;
    width: 50px;
    height: 50px;
}

.athentic-more-btn{
    background-color: #e75d25;
    color: #fff !important;
    padding: 2px 15px;
    border-radius: 15px;
    text-decoration: none !important;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.why-athentic-banner{
    position: absolute;
    width: 80%;
    top: 0;
}

.our-service-section{
    background-color: #2c303f;
    padding: 40px 60px;
}

.our-service-title{
    color: #e75d25;
    font-size: 50px;
    font-weight: 600;
}

.our-service-content{
    margin-top: -150px;
}

.service-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 1.5rem;
}

.service-item{

    width: 50%;
    margin-bottom: 15px;
}


.service-item .service-item-body{
    padding: 0 10px;
    display: flex;
}


.service-item .service-bg{
    width: 50%;
    position: relative;
    overflow: hidden;
}

.service-item .service-bg img{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.service-overlay{
    opacity: 0.5;
}

.service-item .service-content{
    width: 50%;
    padding: 30px 15px;
    text-align: center;
    min-height: 380px;
}


.service-item .service-content h4{
    font-size: 30px;
    font-weight: 300;
}

.service-item .service-content p{
    font-size: 16px;
}

.service-more-btn{
    background-color: #e75d25;
    color: #fff !important;
    padding: 2px 15px;
    border-radius: 15px;
    text-decoration: none !important;
    width: fit-content;
    margin: 0 auto;
    font-weight: 600;
}

.service-more-btn.white{
    color: #e75d25 !important;
    background-color: #fff;
}

.service-icon{
    width: 70px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

.service-bottom-bg{
    background-color: #ffeee8;
    width: 100%;
    height: 150px;
    margin-top: -110px;
}

.signle-news-section{
    background-color: #ffeee8;
    padding: 60px 60px;
    padding-top: 140px;
}

.news-l-title{
    margin-top: 3rem;
    text-align: center;
    color: #e75d25;
    font-size: 60px;
    font-weight: 700;
}

.news-concept{
    border-bottom: 1px solid #273242;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #273242;
    margin-top: 3rem;
}

.news-section{
    background-color: #2c303f;
    padding: 60px 60px;
    padding-bottom: 50px;
}

.news-section-title{
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
}

.news-wrapper{
    position: relative;
    /* display: flex; */
    /* flex-wrap: nowrap; */
    margin-top: 3.5rem;
}

.news-item{
    padding: 0 30px;
}

.news-image{
    background-size: cover;
    background-position: center;
    height: 400px;
    width: 100%;
}

.news-content{
    padding: 20px;
    background-color: #fff;
}

.news-content p{
    color: #362d2b;
    min-height: 50px;
}

.news-content h6{
    color: #362d2b;
    min-height: 80px;
}

.news-more{
    text-decoration: none !important;
    color: inherit;
    color: #362d2b;
    display: flex;
    gap: 7px;
}

.news-more img{
    width: 23px;
    margin-left: 5px;
    transition: 0.25s;
    position: relative;
    left: 0;
}

.news-more:hover img{
    left: 10px;
}

.slick-dots{
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 10px;
    margin-top: 4.5rem;
    padding-left: 0;
}

.slick-dots button{
    background-color: #abacb2;
    width: 15px;
    height: 15px;
    color: transparent;
    border: 0;
    outline: none !important;
}

.slick-active button{
    background-color: #fff;
}

.lastest-section{
    padding: 60px;
    background-color: #ffeee8;
    color: #000000;
}

.lastest-section-text{
    margin-top: 3.5rem;
    text-align: center;
}

.lastest-section-text h1{
    font-weight: 300;
    font-size: 40px;
}

.athentic-privacy-title{
    color: #e75d25;
    font-weight: 700;
}

.privacy-list{
    display: flex;
    gap: 30px;
    justify-content: center;
}

.privacy-list div{
    display: flex;
    gap: 10px;
    align-items: center;
}

.privacy-list div i{
    font-size: 25px;
    color: #e75d25;
}

.privacy-list h3{
    color: #382d29;
    font-weight: #382d29;
    margin-bottom: 0;
}

.here-btn{
    background-color: #e75d25;
    color: #fff !important;
    padding: 2px 25px;
    border-radius: 30px;
    text-decoration: none !important;
    width: fit-content;
    margin: 0 auto;
    font-weight: 600;
    font-size: 20px;
}

footer{
    background-color: #ffeee8;
    padding: 40px 60px;

}

footer .main-container{
    display: flex;
    justify-content: space-between;
}

footer img{
    width: 300px;
}

.footer-contact{
    display: flex;
    align-items: end;
    gap: 5px;
}

.footer-contact img{
    width: 40px;
}

.mb-menu{
    z-index: -1;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    transition: 0.15s;
    background-color: #ffeee8;
    width: 270px;
    padding: 15px;
    box-shadow: 0 0 8px #00000047;
    border-radius: 17px;
    padding-bottom: 2.5rem;
}

.mb-overlay{
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.15s;
    background-color: #00000067;
    position: fixed;
    width: 100%;
    height: 100%;
}

.mb-menu.active{
    opacity: 1;
    z-index: 1000;
}

.mb-overlay.active{
    opacity: 1;
    z-index: 999;
}

.close-mb-bar-btn{
    color: #e75d25;
    font-size: 25px;
    background-color: transparent;
    border: 0;
    padding: 0;
    outline: none !important;
}

.mb-menu-wrapper {
    display: grid;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.mb-link {
    font-size: 16px;
    color: #1d1d1b !important;
    text-decoration: none !important;
    text-align: center;
    font-weight: 400;
}

.privacy-section{
    background-color: #ffeee8;
    padding-left:15rem;
    padding-right: 15rem;
    padding-top: 15rem;
    height: 85vh;
}

.privacy-section p{
    font-size: 20px;
}

.contact-section .sub-orange{
    background-color: #de471d;

}

.contact-section .sub-orange .main-container{
    padding: 30px 10rem;
    padding-top: 15rem;
    padding-bottom: 30rem;
}

.contact-section .sub-orange h3{
    font-weight: 400;
}

.contact-section .sub-light{
    background-color: #ffeee8;
    padding: 30px 7rem;
    padding-bottom: 7rem;
}

.contact-section .sub-light  .main-container{
    padding: 30px 7rem;
    padding-bottom: 7rem;
}

.contact-wrapper{
    display: flex;
    margin-top: -27rem;
}

.contact-image{
    background-image: url('../images/contact-banner.png');
    background-size: cover;
    width: 45%;
}

.contact-form{
    width: 55%;
    background-color: #fff;
    padding: 30px;
}

.contact-form h2{
    font-weight: 300;
}

.form-group-input{
    margin-bottom: 3rem;
    position: relative;
}

.form-group-input input{
    width: 100%;
    height: 50px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom:1px solid #474745;
    outline: none !important;
    background-color: transparent;
}

.form-group-input label,.form-group label{
    color: #80838e;
    position: absolute;
    top: 35%;
    left: 10px;
    /* transform: translate(-50% , -50%); */
    text-align: left;
    width: 200px;
    transition: 0.15s;
}

.form-group-input span , .form-group span{
    color: #ea5d02;
}

.form-group textarea{
    width: 100%;
    /* margin-top: 10px; */
    outline: none !important;
    padding: 10px;
    border: 1px solid #474745;
}

.form-group-input:hover label{
    z-index: -1;
    opacity: 0;
}

.form-group-input:hover input{
    z-index: 2;
}

.contact-submit{
    background-color: #de471d;
    font-size: 16px;
    padding: 7px 20px;
    border: 0;
    outline: none !important;
    text-align: center;
    color: #fff;
}

.single-our-service-section{
    padding-top: 140px;
}

.our-service-banner{
    position: relative;
}

.our-service-banner h1{
   font-size: 50px; 
   color: #fff;
   position: absolute;
   top: 50%;
   left: 33.5%;
   transform: translate(-50% , -50%);
   font-size: 60px;
   font-weight: 700;
}

.services-step-wrapper{
    display: flex;
    align-items: center;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    margin-top: -6.5rem;
    z-index: 1;
    position: relative;
}

.service-step-group{
    position: relative;
}

.service-step-item{
    width: 190px;
    height: 190px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 0;
    position: relative;
    z-index: 2;
}

.service-step-item h1{
    font-size: 90px;
    width: 100%;
    font-family: "BebasNeue";
}

.service-step-item h6{
    font-weight: 300;
    color: #272624;
    height: 40px;
    margin-top: -20px;
}

.service-step-group img{
    position: absolute;
    top: 50%;
    width: 60px;
    right: -37%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.service-step-group:nth-child(1) button{
    background-color: #c4c4c4;
}

.service-step-group:nth-child(2) button{
    background-color: #ffb79c;
}

.service-step-group:nth-child(3) button{
    background-color: #8e8e8e;
}

.service-step-group:nth-child(4) button{
    background-color: #484e64;
}

.service-step-group:nth-child(5) button{
    background-color: #fe5e00;
}

.service-step-group:nth-child(6) button{
    background-color: #212531;
}

.service-step-group:nth-child(1) h1,.service-step-group:nth-child(2) h1,.service-step-group:nth-child(3) h1{
    color: #212531;
}

.service-step-group:nth-child(1) h6,.service-step-group:nth-child(2) h6,.service-step-group:nth-child(3) h6{
    color: #212531;
}

.service-step-group:nth-child(4) h1,.service-step-group:nth-child(5) h1,.service-step-group:nth-child(6) h1{
    color: #fff;
}

.service-step-group:nth-child(4) h6,.service-step-group:nth-child(5) h6,.service-step-group:nth-child(6) h6{
    color: #fff;
}

.service-content{
    background-color: #feeae3;
}

.service-content-section{
    display: flex;
    gap: 40px;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
}

.service-line{
    width: 10px;
    height: auto;
    background: rgb(196,197,191);
    background: -moz-linear-gradient(180deg, rgba(196,197,191,1) 0%, rgba(255,95,0,1) 50%, rgba(33,43,92,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(196,197,191,1) 0%, rgba(255,95,0,1) 50%, rgba(33,43,92,1) 100%);
    background: linear-gradient(180deg, rgba(196,197,191,1) 0%, rgba(255,95,0,1) 50%, rgba(33,43,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c4c5bf",endColorstr="#212b5c",GradientType=1);
}

.service-group{
    width: 100%;
}

.service-content-item{
    display: flex;
    gap: 60px;
    width: 100%;
    margin-bottom: 2.5rem;
    position: relative;
}

.service-content-title{
    width: 20%;
}

.service-content-title h1{
    font-size: 70px;
    color: #c4c4c4;
    font-family: "BebasNeue";
}

.service-content-title h6{
    font-size: 40px;
    font-weight: 300;
}

.service-content-detail{
    background-color: #c4c4c4;
    padding: 40px;
    width: 80%;
    position: relative;
    z-index: 2;
}

.service-content-detail ul{
    padding-left: 15px;
}

.service-content-detail h4{
    font-weight: 600;
}

.service-content-detail strong{
    font-weight: 600;
}

.service-content-detail ul li{
    font-size: 18px;
}

.service-content-detail p{
    font-size: 20px;
}

.service-content-item:nth-child(2){
    margin-bottom: 11rem;
}

.service-content-item:nth-child(2) .service-content-title h1{
    color: #ffb79c;
}
.service-content-item:nth-child(2) .service-content-detail{
    background-color: #ffb79c;
}

.service-content-item:nth-child(3) .service-content-title h1{
    color: #e0471b;
}
.service-content-item:nth-child(3) .service-content-detail{
    background-color: #8e8e8e;
}



.service-content-item:nth-child(4) .service-content-title h1{
    color: #22222c;
}
.service-content-item:nth-child(4) .service-content-detail{
    background-color: #484e64;
    color: #fff;
}

.service-content-item:nth-child(5) .service-content-title h1{
    color: #de461d;
}
.service-content-item:nth-child(5) .service-content-detail{
    background-color: #fe5e00;
    color: #fff;
}

.service-content-item:nth-child(6) .service-content-title h1{
    color: #222431;
}
.service-content-item:nth-child(6) .service-content-detail{
    background-color: #212531;
    color: #fff;
}

.service-cover{
    position: absolute;
    z-index: 1;
    width: 700px;
    top: 43%;
}

.service-content-item:nth-child(1) .service-cover{
    top: 25%;
}

.service-content-item:nth-child(2) .service-cover{
    top: 43%;
}

.service-content-item:nth-child(3) .service-cover{
    top: 40%;
}

.service-content-item:nth-child(4) .service-cover{
    top: 25%;
}


.service-content-item:nth-child(3){
    margin-bottom: 8rem;
}

.service-content-item:nth-child(4){
    margin-bottom: 6rem;
}

.service-content-item:nth-child(5){
    margin-bottom: 15rem;
}

.service-content-item:nth-child(5) .service-cover{
    top: 47%;
}

#clients{
    width: 134px;
}

.service-content-item:nth-child(6){
    margin-bottom: 8rem;
}

.writer-wrapper{
    display: grid;
    gap: 30px;
}
.writer-item{
    display: flex;
    gap: 20px;
    align-items: center;
}
.writer-img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.writer-name{
    font-weight: 500;
}

.article-main{
    border-right: 1px solid #dfcdc8;
    padding-right: 50px;
}

.other-articles{
    padding-left: 50px;
}

.news-mini-title{
    background-color: #e85c24;
    color: #fff;
    font-weight: 700;
    padding: 4px 10px;
    width: fit-content;
    margin-bottom: 3rem;
}

.article-date{
    color:  #e85c24;
    font-weight: 600;
}

.other-article-item .other-detail{
    font-weight: 300;
}

.other-article-item .other-title{
    color: #4d586f;
    font-weight: 700;
}

#alert-overlay{
    position: fixed;
    z-index: -1;
    display: none;
    background-color: #00000057;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#alert-message{
    position: fixed;
    background-color: #ffffffde;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    padding: 15px;
    width: 60%;
    min-height: 300px;
    display: none;
    align-items: center;
    justify-content: center;
}

#alert-message button{
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: transparent;
    border: 0;
    outline: none !important;
}

#alert-message button img{
    width: 25px;
}

#alert-overlay.active{
    z-index: 998;
    display: block;
}

#alert-message.active{
    z-index: 999;
    display: flex;
}

#alert-message div{
    text-align: center;
}

#alert-message h4:nth-child(1){
    color: #ff5d00;
    font-size: 30px;
    font-weight: 600;
}

#alert-message h4:nth-child(2){
    color: #3d4659;
    font-size: 30px;
    font-weight: 300;
}

.search-form{
    display: flex;
    position: relative;
    max-width: 250px;
    width: 100%;
    margin-left: auto;
}

.search-form input{
    border: 1px solid #e75d25;
    padding: 8px 10px;
    width: 100%;
    background-color: transparent;
    outline: none !important;
}

.search-form button{
    position: absolute;
    background-color: transparent;
    border: 0;
    outline: none !important;
    right: 0;
    top: 50%;
    transform: translate(-50% , -50%);
}
.privacy-notice-section{
    padding-top: 12.5rem;
    padding-bottom: 2.5rem;
}

/* .service-step-item:nth-child(1)::after{
    position: absolute;
    top: 50%;
    content: "";
    right: 0;
    background-color: #cec1bb;
    height: 60px;
    width: 100px;
    border-radius: 50px;
} */