:root {
    --primary: #009846;
    --secondary: #111111;
    --text: #121C22;
    --white: #ffffff;
    --dark: #000;
    --dark-text: #131C23;
    --PlusJakarta: "Plus Jakarta Sans", sans-serif;
}


body {
    margin: 0;
    font-family: var(--PlusJakarta);
    font-size: 16px;
    line-height: 160%;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
    transition: all 0.5s;
}

a:hover {
    color: var(--primary);
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: var(--text);
}

p:last-child {
    margin-bottom: 0;
}

::selection {
    color: var(--white);
    background: var(--primary);

}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}

.container {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

html.lenis,

html.lenis body {

    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;

}

html .btn {
    min-width: 170px;
    line-height: 50px;
    padding: 0px 23px;
    background-color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border: 0px;
    letter-spacing: 0;
    text-transform: uppercase;
}

html .btn svg {
    margin-left: 14px;
    transition: all 0.5s;
}

html .btn:hover,
html .btn:focus,
html .btn:active {
    background-color: var(--white);
    color: var(--primary);
}

html .btn:hover svg path,
html .btn:focus svg path,
html .btn:active svg path {
    stroke: var(--primary);
}

html .btn.more-btn svg {
    margin-left: 14px;
    transition: all 0.5s;
}

html .btn.more-btn {
    border: 1px solid var(--primary);
    width: max-content;
    margin-top: auto;
    min-width: 189px;
    line-height: 48px;
}

html .btn.more-btn:hover,
html .btn.more-btn:focus,
html .btn.more-btn:active {
    background-color: var(--white);
    color: var(--primary);
}


header {
    padding: 25px 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: all 0.5s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 27.49%, rgba(0, 0, 0, 0) 99.53%);

}

header .header_logo img {
    max-width: 115px;
    transition: all 0.5s;
}

.main_header_wrap .navbar ul {
    display: flex;
    gap: 5px;
}

.main_header_wrap .navbar ul li a {
    color: var(--white);
    padding: 0px 20px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 2%;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s;
}

.main_header_wrap .navbar ul li.active a,
.main_header_wrap .navbar ul li:hover a {
    font-weight: 700;
}

.sticky header {
    padding: 6px 0px;
    box-shadow: 0px 0px 10px -2px #0000002b;
    background: #093b56c2;
    backdrop-filter: blur(10px);
}

.sticky header .header_logo img {
    transform: scale(0.8);
}

html.sticky header .btn {
    line-height: 45px;
}

/* Hero */

.hero {
    position: relative;
    background: url("./images/banner-img.png") center/cover no-repeat;
    color: var(--white);
    background-color:var(--dark);
}

.hero .item{
    padding: 220px 0 30px;
    position: relative;
    z-index: 1;
    background-size:cover;
    background-position:center center;
}
.particles_bg,
#particles-hero,
#particles-footer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.particles_bg {
    z-index: 5;
}

.hero .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #121C2299;
    z-index:-1;
}

.hero .top-content {
    padding-top: 20px;
    border-top: 1px solid #FFFFFF33;
    margin-bottom: 51px;

}

.hero .hero-small {
    font-weight: 700;
    font-style: bold;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 14%;
    text-transform: uppercase;
}

.hero .hero-right {
    text-align: end;
    padding-left: 10px;
    min-height: 110px;
}

.hero h1 {
    font-weight: 700;
    font-style: bold;
    font-size: 80px;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
    transform:translateY(120px);
    opacity:0;
    transition:all 0.8s;
}
.hero .active h1 {
    transform:translateY(0);
    opacity:1;
}

/* Dots */
.banner_slider .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    gap: 32px;
}

.banner_slider .owl-dots button.owl-dot {
    height: 10px;
    width: 10px;
    background-color: #FFFFFF4D;
    border-radius: 50px;
    transition: all 0.5s;
}

.banner_slider .owl-dots button.owl-dot:hover {
    background-color: var(--white);
}

.banner_slider .owl-dots button.owl-dot.active {
    background-color: var(--white);
    outline: 1px solid var(--white);
    outline-offset: 2px;
}

/* About */

.about {
    padding: 100px 0 88px;
    background-image: url('data:image/svg+xml,<svg width="1520" height="25" viewBox="0 0 1520 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M47 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M71 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M95 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M119 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M143 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M167 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M191 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M215 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M239 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M263 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M287 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M311 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M335 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M359 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M383 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M407 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M431 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M455 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M479 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M503 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M527 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M551 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M575 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M599 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M623 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M647 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M671 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M695 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M719 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M743 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M767 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M791 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M815 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M839 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M863 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M887 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M911 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M935 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M959 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M983 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1007 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1031 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1055 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1079 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1103 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1127 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1151 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1175 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1199 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1223 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1247 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1271 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1295 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1319 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1343 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1367 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1391 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1415 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1439 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1463 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1487 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1511 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/></svg>');
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.section-tag {
    width: max-content;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about-top {
    margin-bottom: 123px;
}

.about .about-rigth {
    border-left: 1px solid #121C2226;
    padding-left: 30px;
}

h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 52px;
}

.about .about-rigth>p {
    max-width: 800px;
    font-size: 18px;
}

.about-bottom {
    padding-left: 130px;
}

.stat-item {
    padding-left: 39px;
    position: relative;
}

.stat-item:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 230px;
    background-image: url('data:image/svg+xml,<svg width="20" height="230" viewBox="0 0 20 230" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="9.5" stroke="%23009846"/><circle cx="10" cy="10" r="5" fill="%23009846"/><path d="M10 20L10 230" stroke="%23DBDBDB" stroke-dasharray="5 5"/></svg>');
    left: -9px;
    top: 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 20px 230px;
}

.stat-item p {
    max-width: 200px;
}

.stat-item h3 {
    font-weight: 800;
    font-size: 75px;
    line-height: 130%;
    letter-spacing: 0%;
}

.img-sec {
    height: 730px;
    /*background-image: url("../images/about-img.png");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* .img-sec img {
    min-height: 730px;
    height: 100%;
    width: 100%;
    object-fit: cover;
} */

.timeline-section {
    background: var(--white);
    overflow: hidden;
    background-image: url('../images/timeline-ng-img.png');
    background-size: 324px auto;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.timeline-section .top-content {
    margin-bottom: 58px;
}

.timeline-section .rigth-content {
    padding-right: 112px;
}

.timeline-section .top-content p {
    max-width: 397px;
    margin: 0 0 0 auto;
}

.timeline {
    position: relative;
    max-width: 630px;
    margin: 70px 0 0 auto;
    z-index: 2;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 151px;
    top: 16px;
    bottom: 16px;
    width: 2px;
    background: #DBDBDB;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 151px;
    width: 2px;
    height: var(--line-height);
    background: var(--primary);
    transition: height 0.5s linear;
}


.timeline-item {
    display: grid;
    grid-template-columns: 100px 40px 1fr;
    align-items: flex-start;
    margin-bottom: 140px;
    position: relative;
    gap: 32px;
}
.timeline-item:last-child {
    margin-bottom: 0;
    padding-bottom: 100px;
}

.timeline-item .year {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: right;
    transition: all 0.5s;
}

.timeline-item.active .year {
    font-size: 40px;
}

.timeline-item .dot {
    width: 20px;
    height: 20px;
    margin: 0 auto 0;
    z-index: 2;
    transition: all 0.5s;
}

.timeline-item .dot svg circle {
    transition: all 0.5s;
}

.timeline-item.active .dot svg circle {
    stroke: var(--primary);
}

.timeline-item.active .dot svg circle:Last-child {
    fill: var(--primary);
}

.timeline-item .content {
    padding-left: 13px;
}


.timeline-item .img {
    width: 310px;
    display: block;
    transition: .45s ease;
    opacity: 0;
    transform: scale(.9) rotate(5deg);
    right: -440px;
    top: -70px;
    position: absolute;
}

.timeline-item.active:not(:has(~ .timeline-item.active)) .img {
    opacity: 1;
    transform: scale(1) rotate(10deg);
}

.rigth-img {
    padding-left: 103px;
}

.rigth-img::after {
    position: absolute;
    content: '';
    width: 811px;
    height: 840px;
    background-image: url('../images/img-bg.png');
    top: 31.5%;
    left: 37%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: 811px;
}

.timeline-section {
    padding: 100px 0 200px;
}

.timeline-section .section-tag {
    margin-bottom: 14px;
}

.timeline-section h2 {
    margin-bottom: 0px;
}


.footer-section {
    background: var(--dark-text);
    color: var(--white);
    padding: 60px 0;
    position: relative;
    background-size: cover;
    background-position: center;
}

.footer-section::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 25px;
    left: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg width="1520" height="19" viewBox="0 0 1520 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M32 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M56 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M80 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M104 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M128 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M152 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M176 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M200 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M224 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M248 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M272 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M296 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M320 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M344 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M368 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M392 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M416 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M440 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M464 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M488 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M512 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M536 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M560 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M584 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M608 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M632 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M656 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M680 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M704 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M728 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M752 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M776 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M800 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M824 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M848 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M872 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M896 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M920 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M944 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M968 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M992 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1016 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1040 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1064 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1088 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1112 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1136 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1160 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1184 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1208 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1232 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1256 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1280 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1304 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1328 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1352 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1376 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1400 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1424 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1448 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1472 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1496 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/><path d="M1520 0V25" stroke="white" stroke-opacity="0.1" stroke-width="1.5"/></svg>');
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.footer-section .container {
    position: relative;
    z-index: 2;
}

.footer-logo {
    width: 180px;
    margin-bottom: 41px;
}

.footer-title {
    font-weight: 700;
    font-size: 45px;
    line-height: 130%;
    letter-spacing: 3%;
    text-transform: uppercase;
}

.footer-section .footer-rigth {
    padding-left: 79px;
    position: relative;
}

.footer-section .footer-rigth::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #FFFFFF33;
    left: 50px;
    top: 0;
}

.footer-section h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 5px;
}

.footer-links a {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 5%;
    color: var(--white);
}

.footer-links a:hover {
    color: #43c463;
}

.contact-box span {
    display: block;
    color: #FFFFFFB2;
    margin-bottom: 10px;
    margin-top: 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
}

.contact-box p {
    color: var(--white);
}

.contact-box a {
    color: var(--white);
    transition: all 0.5;
}

.contact-box a:hover {
    color: var(--primary);
}

hr {
    border-color: rgba(255, 255, 255, .12);
    margin: 60px 0 73px;
}

.copyright {
    margin: 0;
    color: var(--white);
    font-weight: 500;
    line-height: 130%;
}

.social-links {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    margin-top: 3px;
    gap: 61px;
}

.social-links a {
    color: var(--white);
    font-weight: 500;
    line-height: 130%;
    text-decoration: underline !important;
}

.social-links a:hover {
    color: #43c463;
}


/* aboutpage css */
.aboutHero {
    padding: 243px 0 143px;
    background-color: #131C23;
    position: relative;
    background-image: none;
}

.aboutHero::after,
.aboutHero::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: 0;
}

.aboutHero::after {
    width: 324px;
    height: 284px;
    left: 0;
    background-image: url("../images/about-bg-1.png");
    background-position: left bottom;
    background-size: 324px auto;
    bottom: 0;
    top: unset;
}

.aboutHero::before {
    width: 261px;
    height: 255px;
    right: 0;
    left: unset;
    background-image: url("../images/about-bg-2.png");
    background-size: 261px auto;
    background-position: right bottom;

}

.aboutHero {
    text-align: center;
}

.aboutHero h1 {
    font-size: 65px;
    line-height: 130%;
    transform:none;
    opacity:1;
}

.aboutHero p {
    max-width: 566px;
    margin: 0 auto;
    color: var(--white);
}

.about-sec .container,
.service-section .container,
.contact-section .container {
    max-width: 1400px;

}

.about-sec .about-top {
    margin-bottom: 0;
}

.about-sec .img-wrap img {
    max-width: 380px;
}

.about-sec .about-rigth {
    display: flex;
    flex-direction: column;
    gap: 157px;
    padding-left: 64px;
    border: 0;
    position: relative;
}

.about-sec .about-rigth::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 34px;
    top: 0;
    background-color: #131C2326;
}

.about-sec .about-rigth>p {
    font-size: 18px;
    max-width: 801px;
}

.about-sec .stats .stat-item {
    padding: 0;
}

.about-sec .stats .stat-item:before {
    display: none;
}

.about-sec .stat-item h3 {
    font-weight: 600;
}

.about-sec .stat-item h3 span:not(.counter) {
    color: var(--primary);
}

/* product list page CSS */

.aboutHero.product {
    padding: 185px 0 84px;
}

.aboutHero.product small {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.aboutHero.product h1 {
    max-width: 837px;
    margin: 0 auto 9px;
}

.aboutHero.product p {
    max-width: 600px;
}


.service-section {
    padding: 100px 0 10px;
    background-image: url('data:image/svg+xml,<svg width="1520" height="25" viewBox="0 0 1520 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M47 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M71 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M95 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M119 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M143 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M167 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M191 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M215 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M239 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M263 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M287 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M311 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M335 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M359 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M383 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M407 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M431 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M455 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M479 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M503 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M527 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M551 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M575 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M599 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M623 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M647 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M671 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M695 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M719 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M743 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M767 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M791 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M815 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M839 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M863 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M887 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M911 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M935 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M959 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M983 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1007 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1031 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1055 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1079 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1103 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1127 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1151 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1175 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1199 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1223 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1247 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1271 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1295 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1319 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1343 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1367 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1391 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1415 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1439 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1463 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1487 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/><path d="M1511 0V25" stroke="%23121C22" stroke-opacity="0.15" stroke-width="1.5"/></svg>');
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.service-card {
    margin-bottom: 90px;
}

.service-image {
    overflow: hidden;
    max-width: 570px;
    position: relative;
    transition: all 0.5s;
}
.service-card:hover .service-image{
    transform:scale(0.9)
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.service-card:hover .service-image img {
    transform:scale(1.2)
}

/* .service-image:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background-image: url('data:image/svg+xml,<svg width="89" height="86" viewBox="0 0 89 86" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M88.8013 0V85.5H0L88.8013 0Z" fill="white"/><path d="M88.8013 0V85.5H0L88.8013 0Z" fill="white"/><path d="M0 85.5V0H88.8013L0 85.5Z" fill="%23009846"/><path d="M0 85.5V0H88.8013L0 85.5Z" fill="%23009846"/></svg>');
    background-position: right bottom;
    background-size: 91px auto;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    transition: all 0.5s;
    transform: translate(100%,  100%);
}

.service-image:hover:after {
    transform: translate(0%,  0%);
} */

.service-content {
    margin-top: 0;
    padding-left: 31px;
}

.service-content h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0%;
    color: var(--dark-text);
    margin-bottom: 13px;
}

.service-content p {
    margin-bottom: 36px;
    color: var(--dark-text);
}

.service-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 34px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.service-content ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    padding: 0 0 0 26px;
    position: relative;
    margin-bottom: 10px;
}

.service-content ul li:last-child {
    margin: 0;
}

.service-content ul li::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_250_653)"><path d="M7.99992 14.6668C11.6818 14.6668 14.6666 11.682 14.6666 8.00016C14.6666 4.31826 11.6818 1.3335 7.99992 1.3335C4.31802 1.3335 1.33325 4.31826 1.33325 8.00016C1.33325 11.682 4.31802 14.6668 7.99992 14.6668Z" stroke="%23131C23" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.33325 8.3335L6.66659 9.66683L10.3333 6.3335" stroke="%23131C23" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_250_653"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
    background-size: 16px auto;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

.btn-inquiry {
    background: var(--dark-text);
    color: var(--white);
    padding: 0 20px;
    border-radius: 0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.5s;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.btn-inquiry:hover {
    background: var(--primary);
    color: var(--white);
}

.btn-inquiry svg path {
    transition: all 0.5s;
}

.btn-inquiry:hover svg path {
    stroke: var(--primary);
}


.aboutHero.contact {
    padding: 230px 0 131px;
}

.contact-section {
    background: #F2F2F2;
    padding: 100px 0;
}

.contact-form-box {
    background: #FFFFFF;
    padding: 65px 55px 47px;
    border: 1px solid #131C2314;
}

.contact-form-box h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 18px;
    color: var(--dark-text);
}

.contact-form-box .contact-detail {
    margin-bottom: 50px;
}

.contact-form-box p {
    max-width: 490px;
    color: var(--dark-text);
}

.contact-form-box label {
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    color: var(--dark-text);
}

.contact-form-box label span {
    color: #f00;
}

.contact-form-box .form-control {
    border-radius: 0;
    border: 1px solid #131C2333;
    box-shadow: none;
    font-size: 16px;
    line-height: 140%;
    height: 49px;
    padding: 0 18px;
    color: var(--dark-text);
}

.contact-form-box .form-control::placeholder {
    color: #131C2380;
    opacity: 1;
}

.contact-form-box .form-control::-webkit-input-placeholder {
    color: #131C2380;
}

.contact-form-box .form-control::-moz-placeholder {
    color: #131C2380;
    opacity: 1;
}

.contact-form-box .form-control:-ms-input-placeholder {
    color: #131C2380;
}

.contact-form-box .form-control::placeholder {
    color: #131C2380;
    opacity: 1;
}

.contact-form-box textarea.form-control {
    height: 153px;
    /* resize: none; */
    padding: 13px 18px;
}

.contact-form-box .form-control:focus {
    border-color: #0E9E49;
    box-shadow: none;
}

html .contact-section .btn.more-btn {
    min-width: 210px;
}

/* Right Side */
.contact-info-box {
    background: #0098461A;
    padding: 99px 45px 52px;
    position: relative;
    overflow: hidden;
    margin-left: 16px;
}

/* Decorative Shapes */
.contact-info-box::before {
    content: "";
    position: absolute;
    width: 229px;
    height: 99px;
    background-image: url(../images/contact-top-img.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 229px auto;
    top: 0;
    right: 0;
}

.contact-info-box::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 88px;
    background-image: url(../images/contact-bottom-img.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 150px auto;
    bottom: 0;
    left: 0;
}

.contact-info-box h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 9px;
}

.contact-info-box>p {
    margin-bottom: 34px;
    padding-bottom: 35px;
    border-bottom: 1px solid #131C231A;
}

.info-item {
    gap: 18px;
    margin-bottom: 40px;
}


.info-item h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    color: var(--dark-text);
}

.info-item p,
.info-item a {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: var(--dark-text);
}

.info-item a:hover {
    color: var(--primary);
}



#popup_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.popup_overlay {
    width: 100%;
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
    z-index: 99999;
    background: #131C23;
    align-items: center;
}

.popup_overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup_box {
    position: relative;
    width: 100%;
    max-width: 900px;
    transform: translateY(40px) scale(.9);
    transition: .35s ease;
}

.popup_overlay.active .popup_box {
    transform: translateY(0) scale(1);
}

.popup_close {
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    color: var(--white);
    font-size: 34px;
    cursor: pointer;
    z-index: 100;
    background-color: transparent;
    transition: .3s;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_close:hover {
    transform: scale(1.2);
}

body.popup-open {
    overflow: hidden;
}

.inquiry-box {
    background: #fff;
    width: 700px;
    padding: 40px;
}
.inquiry-box .contact-form-box {
    border: 0;
    padding: 0;
}
.inquiry-box .contact-form-box h2 {
    text-align: center;
    font-size: 40px;
    margin: 0 0 30px;
}
.aboutHero.hero #particles-hero {
    pointer-events: all;
}


