@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}





@font-face {
    font-family: KodchasanBold;
    src: url('../fonts/Kodchasan-Bold.ttf');
}

@font-face {
    font-family: KodchasanLight;
    src: url('../fonts/Kodchasan-Light.ttf');
}

@font-face {
    font-family: KodchasanMedium;
    src: url('../fonts/Kodchasan-Medium.ttf');
}

@font-face {
    font-family: KodchasanRegular;
    src: url('../fonts/Kodchasan-Regular.ttf');
}

@font-face {
    font-family: KodchasanSemiBold;
    src: url('../fonts/Kodchasan-SemiBold.ttf');
}


:root {
    --color: #EDB919;
    --color1: #FFEFE2;
    --color2: #FFF6EE;
    --color3: #DBDBDB;
    --color4: #131313;
    --white: #fff;
    --black: #222222;
    --text: red;
    --text1: #ff0000;
    --KodchasanBold: KodchasanBold;
    --KodchasanLight: KodchasanLight;
    --KodchasanMedium: KodchasanMedium;
    --KodchasanRegular: KodchasanRegular;
    --KodchasanSemiBold: KodchasanSemiBold;
    --Roboto: "Roboto", serif;
    --gradient: linear-gradient(122deg, rgba(199, 87, 40, 1) 0%, rgba(234, 117, 68, 1) 30%, rgba(250, 112, 54, 1) 58%);
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ed000a;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    width: 100%;

    overflow-x: hidden;
    letter-spacing: 1px;

    /* background-color: #e3e0d8; */
    background-color: var(--color1);

}


.p-l-r {
    padding-left: 80px;
    padding-right: 80px;
}

.top {
    padding-top: 80px;
}

.bottom {
    padding-bottom: 80px;
}

.top_1 {
    padding-top: 150px;
}

.bottom_1 {
    padding-bottom: 150px;
}

.header-title {
    position: relative;
}

.header-title-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.paragraph,
ul li {
    font-size: 16px;
    font-family: var(--KodchasanLight);
    letter-spacing: 2px;

}

.paragraph1 {
    font-size: 16px;
    font-family: var(--KodchasanMedium);
    letter-spacing: 2px;
}

.sub-heading {
    font-family: var(--KodchasanMedium);
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    width: fit-content;
    letter-spacing: 2px;
}

.text-orange {
    color: var(--color2);
    border: 1px solid var(--color2);
    padding: 14px 80px;
    border-radius: 50px;

}

.text-black {
    color: var(--black);
    border: 1px solid var(--black);
    padding: 14px 80px;
    color: black;
    border-radius: 50px;

}

/* .sub-heading::after {
    position: absolute;
    content: '';
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 1px;
    display: none;
} */

.header-title-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text_white {
    color: var(--color4);
}

/* .header-title-center .sub-heading::before {
    position: absolute;
    content: '';
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 1px;
    background-color: var(--color3);
    display: none;
} */

.line_bg_red::after {
    background-color: var(--color);
}

.line_bg_white::after {
    background-color: #fff;
}

.heading {
    font-size: 40px;
    font-family: var(--KodchasanBold);
    letter-spacing: 2px;

}

.heading-after {
    position: relative;
    text-align: center;
}

.heading-after::after {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 50%;
    background: url(../images/heading.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 360px;
    height: 100%;
    z-index: 1111;
    transform: translateX(-50%);
}

.heading-after-1 {
    position: relative;
    text-align: left;
}

.heading-after-1::after {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0%;
    background: url(../images/shap5.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 360px;
    height: 100%;
    z-index: 1111;
}


.heading span {
    font-style: italic;
}

.color-red {
    color: var(--color);
}

.t-white {
    color: white !important;
}

.t-black {
    color: var(--black) !important;
}

.bg-gray {
    background-color: #eff3fa;
}

.bg-one {
    background-color: var(--color1);
}

.bg-two {
    background-color: var(--text);
}

.mb_30px {
    margin-bottom: 25px;
}

.common-btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-radius: 50px;
    font-family: var(--KodchasanMedium);
    font-size: 18px;
    width: fit-content;
    text-decoration: none;
    padding: 8px 10px 8px 30px;
    position: relative;
    overflow: hidden;
}

.common-btn-box::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    transition: 0.5s;
    background-color: var(--text1);
    z-index: 1;
}

.common-btn-box:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.common-btn-box span {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--text1);
    position: relative;
    z-index: 2;
    transition: 0.5s;
}

.common-btn-box span img {
    width: 28px;
}

.common-btn-box p {
    margin-bottom: 0;
    font-family: var(--KodchasanMedium) !important;
    z-index: 2;
    position: relative;
}

.separator--up {
    top: -1px;
}

.separator {
    z-index: 1000;
    pointer-events: none;
    width: 100%;
    height: 120px;
    fill: #fff;
    display: block;
    position: absolute;
    left: 0;
}

.separator1 {
    fill: var(--bg-color);
}

.separator1_111 {
    fill: #000000;
    transform: rotate(360deg);
    top: -220px;
    height: 250px;
}

.separator1_1111111 {
    fill: #fffa76;
    transform: rotate(360deg);
    top: -68px;
    height: 69px;
}

.separator1_about {
    fill: var(--color2);
    transform: rotate(360deg);
    top: -68px;
    height: 69px;
}

.separator1_about5 {
    fill: var(--white);
    transform: rotate(360deg);
    top: -68px;
    height: 69px;
}

.separator1_footer {
    fill: #000;
    transform: rotate(360deg);
    top: -68px;
    height: 69px;
}

.separator1_about1 {
    fill: var(--white);
    transform: rotate(360deg);
    top: -68px;
    height: 69px;
}

.separator1_about3 {
    fill: var(--color2);
    transform: rotate(360deg);
    top: -68px;
    height: 69px;
}

.separator1_about2 {
    fill: #0a0a0a;
    transform: rotate(360deg);
    top: -68px;
    height: 69px;
}

.separator1_11111 {
    fill: #000;
    transform: rotate(360deg);
    top: -220px;
    height: 250px;
}

.separator1_1111 {
    fill: #fffa76;
    transform: rotate(360deg);
    top: -220px;
    height: 250px;
}

.separator1_bl {
    fill: #000000;
}

.separator_11 {
    fill: #fdf4f0;
}

.separator1_1 {
    fill: #eff3fa;
}

.separator--down {
    bottom: -1px;
}

.content__bg--bottom {
    background-position: 50% 100%;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}


header {
    background: url(../images/header-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-right: 0 !important; */

}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #FFEFE2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

header .top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

header .top-nav .logo-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
}

header .top-nav .logo-box img {
    width: 100%;
    /* border-radius: 50%; */

}

header .top-nav ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 20px;
}

header .top-nav ul li a {
    color: var(--black);
    font-size: 16px;
    font-family: var(--KodchasanMedium);
    text-transform: uppercase;
    text-decoration: none;
}

header .bg-body-tertiary {
    background-color: transparent !important;
    border-radius: 0;
    padding: 0 !important;
    overflow: hidden;
}

header .navbar-nav {
    justify-content: end;
    width: 100%;
    gap: 30px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-width: 1px !important;
}

table td,
table th {
    padding: 10px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        align-items: center;
    }
}

header .navbar-nav .nav-link {
    color: var(--color4) !important;
    font-family: var(--KodchasanMedium);
    font-size: 14px !important;
    padding: 15px 10px !important;
}

header .navbar-nav .nav-link.nav_link_1 {
    color: #fff !important;
    background: #ff0000;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    margin-left: 40px;
}


header .header-btn .nav-link {
    background-color: var(--text1) !important;
    color: var(--white) !important;
    font-family: var(--KodchasanMedium);
    padding: 15px 20px !important;
    width: 200px;
    text-align: center;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 80px;
}

.navbar-expand-lg .navbar-nav .logo-box {
    position: relative;
    width: 140px;
}

.navbar-expand-lg .navbar-nav .logo-box img {
    position: relative;
    width: 100%;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: space-between;
    }
}

.banner-section {
    position: relative;
    /* background: url('../images/banner-img.png'); */
    height: 90vh;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
}

.banner-section .swiper {
    height: 90vh;
}

.banner-img img {
    width: 100%;
    /* height: 100%;
    object-fit: cover; */
}

.banner-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-section::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000096;
    z-index: 1;
    display: none;
}

.banner-section::before {
    position: absolute;
    content: '';
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/shap.png');
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.banner-section .container-fluid {
    z-index: 2;
    /* position: absolute; */
    top: 50%;
    left: 50%;
    width: 90%;
    /* transform: translate(-50%, -50%); */
    border-radius: 30px;
    overflow: hidden;
    margin-top: 40px;
}

.banner-section .baner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 0 200px;
}

.banner-section .baner-content .banner-sub-title {
    font-size: 22px;
    color: var(--white);
    font-family: var(--KodchasanMedium);
}

.banner-section .baner-content .banner-title {
    font-size: 60px;
    color: var(--white);
    font-family: var(--KodchasanBold);
    text-transform: uppercase;
}

.banner-section .baner-content p {
    font-size: 18px;
    color: var(--white);
    font-family: var(--KodchasanLight);
}

.about-section {
    position: relative;
}

.about-section .left-section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    background: url('../images/shap1.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.blog-section .left-section {
    gap: 10px !important;
}

.about-section .left-section .heading {
    color: var(--text);
}

.about-section .left-section .paragraph {
    color: var(--black);
}

.about-section .left-section .paragraph1 {
    color: var(--black);
    font-style: italic;
}

.about-section .right-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;

}

.about-section .right-section img {
    position: relative;
    width: 90%;
}

.three-box-section {
    position: relative;
    /* background-color: var(--text1); */
    background: url('../images/bg-banner.png');
    background-size: cover;
    background-position: top;
}

.three-box-section::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff00008c;
    z-index: 2;
}

.three-box-section .container-fluid {
    position: relative;
    z-index: 4;
}

.three-box-section .box-three-one {
    background-color: var(--color1);
    padding: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    height: 325px;
    background: url('../images/shap2.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/* .three-box-section .box-three-one::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url('../images/shap2.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
} */

.three-box-section .box-three-one img {
    width: 50px;
}

.three-box-section .box-three-one h4 {
    font-size: 20px;
    font-family: var(--KodchasanSemiBold);
    color: var(--white);
}

.three-box-section .box-three-one p {
    color: var(--white);
    margin-bottom: 0;
}

.event-section {
    position: relative;
}

.event-section h2 {
    color: var(--text);
}

.event-box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event-section::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: url('../images/shap4.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.event-section::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: url('../images/shap4.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    transform: rotate(90deg);
}

.event-box .event-thumb {
    width: 100%;
}

.event-box .event-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-box h4 {
    font-size: 20px;
    font-family: var(--KodchasanMedium);
    color: var(--text);
    margin-bottom: 0;
}

.event-box p {
    color: var(--black);
    margin-bottom: 0;
}

.read-more {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    width: fit-content;
    position: relative;
}

.read-more img {
    width: 30px;
}

.read-more::after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 75%;
    height: 1px;
    background-color: var(--black);

}

.read-more:hover::after {
    animation: width 0.5s ease-in-out alternate;
}

@keyframes width {

    100%,
    0% {
        width: 75%;
    }

    50% {
        width: 0;
    }
}

.event-btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}

.service-section {
    position: relative;
    height: 100vh;
    background: url('../images/services.png');
    background-size: cover;
    background-position: center;
}

.service-section .sub-heading {
    color: var(--white);
}

.service-section .heading {
    color: var(--white);
}

.service-section .service-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: var(--color1);
    border-radius: 20px;
    padding: 30px;
    position: relative;
}

.service-section .service-box .icon-img {
    width: 45px;
    margin-bottom: 15px;
}

.service-section .service-box h4 {
    color: var(--text);
    font-size: 18px;
    font-family: var(--KodchasanMedium);
    margin-bottom: 0;
}

.service-section .service-box p {
    color: var(--black);
    margin-bottom: 0;
}

.service-box span {
    width: 80px;
    height: 80px;
    position: absolute;
}

.service-box span img {
    width: 100%;
}

.service-box span.shap1 {
    top: 0;
    left: 0;
}

.service-box span.shap2 {
    top: 0;
    right: 0;
    transform: rotate(90deg);
}

.service-box span.shap3 {
    bottom: 0;
    left: 0;
    transform: rotate(272deg);
}

.service-box span.shap4 {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.gallery-section h2 {
    color: var(--text);
}

.gallery-img-box {
    position: relative;
    height: 100%;
}

.gallery-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two-img-g-box {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: column;
}

.one-img-g-box-full {
    padding: 30px 0;
}


.team-section {
    position: relative;
    background-color: #FFFFC5;
    overflow: hidden;
}

.team-section .heading {
    color: red;
    margin-bottom: 20px;
}


.circle-box {
    position: absolute;
    bottom: -14%;
    left: -10%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    animation: move 10s linear infinite;
}

@keyframes move {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.circle-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shap-two {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
}

.shap-two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-section .left-section {
    position: relative;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.team-section .left-section .heading {
    color: var(--text);
}

.team-section .left-section p {
    color: var(--black);
}

.team-section .left-section .team-box-text {
    position: relative;
    /* border-left: 1px solid var(--black); */
    padding-left: 0;
}

.team-section .left-section .team-box-text::after {
    position: absolute;
    content: '';
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: var(--black);
    display: none;
}

.team-section .left-section .team-box-text::before {
    position: absolute;
    content: '';
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: var(--black);
    display: none;
}

.team-card-box {
    position: relative;
    margin-bottom: 30px;
}

.team-card-box .team-img-box {
    width: 100%;
}

.team-card-box .team-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card-box h3 {
    text-align: center;
    font-size: 20px;
    color: var(--text);
    font-family: var(--KodchasanMedium);
    margin-top: 15px;
}

.team-card-box h4 {
    text-align: center;
    font-size: 22px;
    color: var(--black);
    font-family: var(--KodchasanMedium);
}

.three-box-dection {
    /* margin-top: 80px; */
    /* background-color: var(--text1); */
    background: url('../images/bg-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 150px 0;
}

.three-box-dection .container-fluid {
    padding-right: 500px;
}

.three-box-two {
    position: relative;
    background: url('../images/Objeto-inteligente-vectorial.png');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 130px 84px;
    background-position: center;
}

.three-box-two::after {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: var(--color1);
    opacity: 85%;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.three-box-two img {
    width: 50px;
    position: relative;
    z-index: 2;
}

.three-box-two h4 {
    font-size: 16px;
    font-family: var(--KodchasanMedium);
    color: var(--black);
    position: relative;
    z-index: 2;
}

.three-box-two p {
    color: var(--black);
    position: relative;
    z-index: 2;
    font-size: 14px !important;
}

.blog-section {
    position: relative;
    padding-bottom: 150px;
}

.blog-section h2 {
    color: var(--text);
}

.blog-section .container-fluid {
    position: relative;
    z-index: 2;
}

.blog-box {
    position: relative;
    background-color: var(--color2);
}

.blog-box .blog-thumb {
    position: relative;
}

.blog-box .blog-thumb img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-box .blog-content {
    position: relative;
    padding: 15px 0;
}

.blog-box .blog-content img {
    width: 20px;
}

.blog-box .blog-content .blog-crd-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--color3);
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.blog-box .blog-content .left-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-box .blog-content .left-section h4 {
    color: var(--black);
    font-size: 14px;
    font-family: var(--KodchasanMedium);
    margin-bottom: 0;
}

.blog-box .blog-content .right-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-box .blog-content .right-section h4 {
    color: #333;
    font-size: 14px;
    font-family: var(--KodchasanMedium);
    margin-bottom: 0;
}

.blog-box .blog-content .blog-detail {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px 15px 15px;
}

.blog-box .blog-content .blog-detail h3 {
    font-size: 20px;
    font-family: var(--KodchasanMedium);
    color: var(--black);
    margin-bottom: 0;
}

.blog-section .blog-bg-image {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.blog-bg-image img {
    width: 100%;
}

footer {
    background-color: var(--color1);
    padding-bottom: 50px;
}

footer .footer-top-box {
    padding: 10px;
    position: relative;
    border-bottom: 1px solid var(--color3);
    margin-bottom: 80px;
}

footer .footer-top-box .footer-logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color1);
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    overflow: hidden;
}

footer .footer-top-box .footer-logo img {
    width: 80%;
}

.footer-box-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-box-bottom h4 {
    font-size: 20px;
    font-family: var(--KodchasanMedium);
    color: var(--text);
}

.footer-box-bottom ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-box-bottom ul li a {
    display: flex;
    align-items: start;
    gap: 10px;
    text-decoration: none;
    font-size: 14px;
    font-family: var(--KodchasanLight);
    color: var(--black);
}

.footer-box-bottom ul li a img {
    width: 20px;
}

.footer-box-bottom ul li a span {
    font-size: 14px;
    font-family: var(--KodchasanLight);
    color: var(--black);
}

.photo-box-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.photo-box-footer img {
    width: 45%;
    height: 70px;
    object-fit: cover;
}

.copy-wright {
    background-color: var(--text1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
}

.copy-wright p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: var(--KodchasanLight);
    color: var(--white);
}

.copy-wright p a {
    text-decoration: none;
    color: var(--white);
}

.navbar-brand {
    position: relative;
    padding: 0 !important;
}

.navbar-brand img {
    width: 150px;
}

.close_btn_menu,
.logo-mobile {
    display: none;
}

.inner-banner-section {
    width: 100%;
    height: 120px;
    background-color: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.contact-us_one .left-section {
    position: relative;
    padding-right: 90px;
}

.contact-us_one .left-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

.contact-us_one .left-section ul li {
    padding: 8px 0;
}

.contact-us_one .left-section ul li a {
    text-decoration: none;
    color: #000;
}

.contact-us_one .right-section {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.contact-us_one .right-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.contact-us_one .right-section ul li {
    width: 50%;
    text-align: center;
    padding: 10px;

}

.contact-us_one .right-section ul li .card-number {
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-us_one .right-section ul li h5 {
    font-size: 18px;
    margin-bottom: 0;
}

.contact-us_one .right-section ul li p {
    margin-bottom: 0;
    font-size: 18px;
}

.contact-us_one .right-section ul li a {
    text-decoration: none;
    color: #000;
}

.content-section {
    position: relative;
}

.content-section .bg-2 {
    width: 100%;
    margin-top: 30px;
}

#scroll_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 50%;
    z-index: 111;
    font-size: 24px;
    display: none
}

.img-gl {
    position: relative;
    margin-bottom: 24px;
}

.img-gl img {
    width: 100%;
}

ul li br {
    display: none;
}



/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 25%;
    padding: 10px;
}

.grid-item {
    float: left;
    position: relative;
    cursor: pointer;
}

.g-inner-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    transition: 0.5s;
}

.grid-item:hover .g-inner-box {
    transform: scale(1);
}

.g-inner-box span {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    background-color: #00000052;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

@media(min-width:1440px) {
    .three-box-two::after {
        width: 350px;
        height: 350px;
    }

    .three-box-two {
        padding: 130px 120px;
    }
}

@media(max-width:1366px) {
    header .navbar-nav {
        gap: 14px;
    }
}

@media(max-width:1290px) {
    .heading {
        font-size: 35px;
    }

    .paragraph1 {
        font-size: 14px;
    }
}

@media(max-width:1199px) {
    .p-l-r {
        padding-left: 50px;
        padding-right: 50px;
    }

    header .navbar-nav {
        gap: 10px;
    }

    header .navbar-nav .nav-link {
        font-size: 11px !important;
    }

    header .header-btn .nav-link {
        width: 160px;
        text-align: center;
        font-size: 12px !important;
    }

    .banner-section .baner-content .banner-title {
        font-size: 50px;
    }

    .heading {
        font-size: 30px;
    }

    .three-box-section .box-three-one {
        gap: 10px;
        height: auto;
        padding: 48px 26px;
    }

    .three-box-section .box-three-one img {
        width: 32px;
    }

    .three-box-section .box-three-one h4 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .paragraph,
    ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .three-box-dection .container-fluid {
        padding-right: 200px;
    }

    .grid-sizer,
    .grid-item {
        width: 33.333%;
    }
}

@media(max-width:991px) {
    .three-box-dection .container-fluid {
        padding-right: 15px !important;
    }

    header .top-nav {
        display: none;
    }

    .close_btn_menu,
    .logo-mobile {
        display: flex;
    }

    .navbar-brand {
        display: block;
    }

    .navbar-brand img {
        width: 140px;
    }

    header .bg-body-tertiary {
        background-color: transparent !important;
        border-radius: 0 !important;
    }

    .banner-section {
        margin-top: 0;
        height: 100%;
    }

    .banner-section .swiper {
        height: 100%;
    }

    .navbar-collapse {
        background-color: var(--black);
        padding: 20px;
        display: flex !important;
        position: fixed;
        z-index: 11;
        left: -200%;
        top: 0;
        width: 60%;
        height: 100svh;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: 0.6s;
    }

    .navbar-collapse.active {
        left: 0;
    }

    .navbar-collapse.show {
        display: flex !important;
    }

    .navbar-toggler {
        border: 0 !important;
        padding: 0 !important;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    header .navbar-nav {
        gap: 0;
    }

    .logo-mobile {
        position: relative;
        width: auto;
        height: 100px;
        border-radius: 20px;
        background-color: var(--color1);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        padding: 10px;
    }

    .logo-mobile img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    header .navbar-nav {
        margin: 50px 0 !important;
    }

    header .navbar-nav .nav-link {
        padding: 8px 10px !important;
    }

    header .navbar-nav .nav-link {
        font-size: 13px !important;
    }


    .navbar-collapse .close_btn_menu {
        position: absolute;
        top: 10px;
        right: 10px;
        border: none;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
    }

    .navbar-collapse .close_btn_menu img {
        width: 40px;
    }

    .banner-section .baner-content {
        padding: 0 50px;
    }

    .heading {
        font-size: 40px;
    }

    .three-box-section .box-three-one {
        margin-bottom: 30px;
        padding: 70px 26px;
    }

    .event-box {
        margin-bottom: 50px;
    }

    .service-section {
        height: 100%;
    }

    .service-section .service-box {
        margin-bottom: 30px;
    }

    .p-l-r {
        padding-left: 20px;
        padding-right: 20px;
    }

    header {
        padding-right: 20px !important;
    }

    .bottom {
        padding-bottom: 40px;
    }

    .top {
        padding-top: 40px;
    }

    .blog-box {
        margin-bottom: 40px;
    }

    .footer-box-bottom {
        margin-bottom: 30px;
    }

    footer .footer-top-box {
        padding: 30px;
    }

    .blog-section {
        position: relative;
        padding-bottom: 150px;
    }

    footer .footer-top-box .footer-logo {
        top: -110px;
    }

    header .navbar-nav .nav-link {
        color: #fff !important;
    }

    header .header-btn .nav-link {
        margin-left: 0;
    }

    .about-section .right-section {
        margin-top: 50px;
    }

    .about-section .right-section img {
        width: 100%;
    }

    .team-card-box {
        margin-top: 50px;
    }
}

@media(max-width:768px) {
    .navbar-collapse {
        width: 100%;
    }

    .gallery-img-box_m {
        margin-top: 30px;
    }

    .copy-wright {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .copy-wright p {
        text-align: center;
    }
    .grid-sizer,
    .grid-item {
        width: 50%;
    }
}

@media(max-width:576px) {
    .banner-section .baner-content .banner-title {
        font-size: 30px;
    }

    .banner-section .baner-content {
        padding: 0;
        gap: 10px;
    }

    .banner-section {
        height: 100%;
        margin-bottom: 0;
    }

    .banner-section .container-fluid {
        margin-top: 15px;
        border-radius: 0;
        width: 100% !important;
    }

    .heading {
        font-size: 26px;
    }

    .three-box-section .box-three-one {
        margin-bottom: 30px;
        padding: 90px 26px;
    }

    .event-box h4 {
        font-size: 18px;
    }

    .read-more img {
        width: 20px;
    }

    .read-more {
        font-size: 14px;
    }

    .event-btn-box {
        padding-top: 16px;
    }

    .team-section .left-section {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .paragraph1 {
        font-size: 16px;
    }

    .team-card-box h4 {
        font-size: 18px;
    }

    .team-card-box h3 {
        font-size: 16px;
    }

    .shap-two {
        position: absolute;
        bottom: -89px;
    }

    .circle-box {
        position: absolute;
        bottom: 0;
        left: -34%;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        animation: move 10s linear infinite;
    }

    .common-btn-box {
        font-size: 14px;
        padding: 5px 10px 5px 34px;
    }

    .event-section::before,
    .event-section::after {
        width: 80px;
        height: 80px;
    }

    .three-box-two {
        padding: 80px 40px;
    }

    .heading-after-1::after,
    .heading-after::after {
        width: 150px;
    }

    .copy-wright p {
        text-align: center;
    }

    .p-l-r {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-brand img {
        width: 100px;
    }

    header {
        padding-right: 10px !important;
    }

    .navbar-brand img {
        width: 100px;
    }

    .contact-us_one .right-section {
        margin-top: 40px;
    }

    .contact-us_one .right-section ul li {
        width: 100%;
        text-align: left;
    }

    ul li br {
        display: block;
    }
    .grid-sizer,
    .grid-item {
        width: 100%;
    }
}