.inter-uniquifier {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TwCenMTStdExtraBold';
  src: url('/wp-content/themes/linebetios.app/fonts/TwCenMTStdExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

* {
  font-family: "Inter", sans-serif;
	padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
    background-color: #F1F1F1;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    font-family: 'Kanit', sans-serif;
}

a {
    text-decoration: none;
    color: #000;
}

main a {
    color: #0A8F55;
    text-decoration: underline;
}
  
li {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    margin-left: 30px;
    line-height: 120%;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'TwCenMTStdExtraBold', sans-serif;
    font-weight: 800;
}

h1 {
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
}

h2 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 100%;
}

h3 {
    font-size: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}

p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 120%;
}

table {
        border-collapse: collapse;
        width: 100%;
        font-size: 16px;
        max-width: 1460px;
        width: 100%;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
    }

    table td,
    table th {
        border: 1px solid #D6D6D6;
        width: 1%;
    }

    table th {
        border-top: none;
        padding: 8px;
    }

    table td {
        padding: 8px;
        text-align: center;
    }

    table {
        border-top: none;
        border-left: none;
        border-right: none;
    }

    table td:first-child,
    table th:first-child {
        border-left: none;
    }

    table td:last-child,
    table th:last-child {
        border-right: none;
    }

.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
} 

.menu-mobile {
    display: none;
    z-index: 100;
    position: fixed;
    top: 81px;
    background: #FFF;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 21px 20px 20px 12px;
    gap: 20px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-left: 1px solid #AFE8CC;
    border-right: 1px solid #AFE8CC;
    border-bottom: 1px solid #AFE8CC;
}

.menu-mobile .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}

.menu-mobile.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.burger {
    display: none;
}

.links-wrap-mobile {
    display: none !important;
}

.banner-720 {
    display: none;
}

.banner-390 {
    display: none;
}

.white-block {
    display: none;
}

.rotate {
-webkit-transform: rotate(180deg); 
    -ms-transform: rotate(180deg); 
        transform: rotate(180deg); 
}

.download-btn-fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #FFF;
    padding: 10px;
    z-index: 9999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.download-btn-fix button {
    max-width: 500px;
    width: 100%;
    height: 40px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    outline: none;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#68B48F), to(#0A8F55));
    background: -o-linear-gradient(top, #68B48F, #0A8F55);
    background: linear-gradient(to bottom, #68B48F, #0A8F55);
    cursor: pointer;
}

.download-btn-fix button:hover {
    filter: brightness(0.8);
    transition: filter 0.3s ease;
}

/* HEADER START*/
.lang {
    position: relative;
}

.lang-list {
    display: none;
    position: absolute;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #DBF1DB;
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    right: 0;
    top: 33px;
}

.lang-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    cursor: pointer;
}

.lang-other span {
    font-size: 16px;
    font-weight: 500;
}

header {
    max-width: 1920px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    height: 690px;
}

.banner {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
    height: 690px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 1920px;
    cursor: pointer;
}

.header {
    z-index: 100;
    position: fixed;
    top: 20px;
    max-width: 1540px;
    width: 100%;
    background: #FFF;
    padding: 12px 40px;
    border-top: 1px solid #AFE8CC;
    border-right: 1px solid #AFE8CC;
    border-left: 1px solid #AFE8CC;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: 62px;
}

.border-header {
    border-bottom: 1px solid #AFE8CC;
}

header li {
    list-style: none;
    margin: 0;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 120px;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 700px;
    width: 100%;
    gap: 120px;
}

.menu li {
    font-size: 20px;
}

.menu li:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.current-menu-item {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.logo img {
    width: 128px;
}

.logo img:hover {
    transform: scale(1.05);
}

.lang-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 200px;
    padding: 4px 25px;
    background-color: #DBF1DB;
    gap: 6px;
    width: 88px;
    cursor: pointer;
}
/* HEADER END*/

/* MAIN START */
.section-links-title {
    font-size: 44px;
    font-family: 'TwCenMTStdExtraBold', sans-serif;
    font-weight: 800;
}

.section-links a {
    color: #000;
}

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
    padding: 80px 0;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 40px;
    border-radius: 12px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    max-width: 1540px;
    width: 100%;
    gap: 40px;
    padding: 40px;
}

.section-links {
    padding: 55px 60px 40px 60px;
    gap: 40px;
}

.links-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
}

.links-line {
    width: 1px;
    height: 100%;
    background-color: #000;
}

.links-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    max-width: 420px;
    width: 100%;
}

.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.link a {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 20px;
    font-weight: 500;
}

.download-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.download-images img {
    width: 325px;
}

.download-images img:hover {
    transform: scale(1.05);
}

.google-play-desktop {
    margin: 0 -20px;
}

.text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}

.text-block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}

.text-block-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.text-block-wrap.reverse img {
    margin-right: 45px;
}

.text-block-wrap img {
    max-width: 431px;
    width: 100%;
    border-radius: 20px;
}

.download-app-btn {
    width: 320px;
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFF;
    font-size: 24px;
    padding: 24px 50px;
    border-radius: 50%;
    outline: none;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#68B48F), to(#0A8F55));
    background: -o-linear-gradient(top, #68B48F, #0A8F55);
    background: linear-gradient(to bottom, #68B48F, #0A8F55);
    cursor: pointer;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.download-app-btn:hover {
    filter: brightness(0.8);
    transition: filter 0.3s ease;
}
/* MAIN END */

/* FOOTER START */
footer {
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 1920px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 190px 80px 190px;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}

.footer-left .logo img {
    width: 127px;
    height: 38px;
}

.footer-left a {
    width: 127px;
    height: 38px;
}

.footer-left p {
    font-size: 16px;
    font-weight: 400;
    color: #7F7F7F;
    max-width: 370px;
    width: 100%;
    line-height: 120%;
}

.footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.footer-right h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    font-family: "Inter", sans-serif;
    text-transform: none;

}

.footer-right a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

footer .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

footer .socials .social {
    width: 40px;
    height: 40px;
}

footer .socials .social:hover {
    filter: brightness(0.8);
    transition: filter 0.3s ease;
}
/* FOOTER END */