@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Geist:wght@100..900&display=swap');
body {
    font-family: "Geist", sans-serif;
    font-size: 18px;
    font-weight: 500;
    background: #111;
    color: #fff;
}

a,
button {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

label {
    margin-bottom: 0;
}

::selection {
    color: white;
    background: #c6ff69b2;
}

::-webkit-selection {
    color: white;
    background: #c6ff69b2;
}

::-moz-selection {
    color: white;
    background: #c6ff69b2;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: #C6FF69;
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #000;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #C6FF69;
    color: #000;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

.container {
    max-width: 1300px;
    margin: auto;
}

/*==== nev area start===== */

header {
    position: fixed;
    width: 100%;
    padding: 22px 0;
    background-color: #111;
    z-index: 9999;
}

header .container {
    max-width: 1020px;
    margin: auto;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    max-width: 300px;
    display: inline-block;
    margin-right: 50px;
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 0 50px;
}

.menu-item ul {
    display: flex;
    align-items: center;
    gap: 0 50px;
}

.menu-item ul li a {
    color: #FFF;
    font-family: "Arimo";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    text-transform: capitalize;
    transition: .3s;
}

.menu-item ul li a:hover {
    color: #C6FF69;
}

#active {
    color: #C6FF69;
}

.menu-bar {
    display: none;
}

.menu-bar a {
    font-size: 30px;
    color: #C6FF69;
    cursor: pointer;
}

.menu-btn a {
    color: #FFF;
    font-family: Geist;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    display: inline-block;
    padding: 11px 14px 11px 23px;
    border-radius: 999px;
    border: 1px solid #C6FF69;
    background: rgba(198, 255, 105, 0.20);
    box-shadow: 0px 0px 40px 0px rgba(198, 255, 105, 0.20);
    display: flex;
    align-items: center;
    gap: 0 16px;
    transition: .4s;
}

.menu-btn a:hover {
    box-shadow: 0px 0px 40px 0px rgba(198, 255, 105, 0.384);
}

/*==== nev area end===== */

/*==== sticky-nev start=== */

.fixed-menu {
    background: #000;
    position: fixed;
    top: 0;
    animation: slide-down 0.5s !important;
    left: 0;
    right: 0;
    box-shadow: 4px -86px 103px rgba(0, 0, 0, 0.9);
    z-index: 250;
    transition: .10s;
}

.fixed-menu .menu-bar a {
    color: #7F7F7F !important;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*==== sticky-nev end=== */

/* ====offcanvas manu start===== */

.offcanvas-header {
    background-color: #111;
    border-bottom: 2px solid #C6FF69;
}

.offcanvas-header h5 img {
    max-width: 160px;
}

.offcanvas-body {
    background-color: #111;
    padding: 0px !important;
}

.clloss-x {
    font-size: 25px;
    cursor: pointer;
    color: #C6FF69;
}

.clloss-x:hover {
    color: #C6FF69 !important;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 80%;
    z-index: 11111111111111;
}

.mobile-menu-item ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: .2s;
    padding: 15px 20px;
    display: block;
    transition: .2s;
}

.mobile-menu-item ul li a:hover {
    background-color: #C6FF69;
    color: #111;
}

.m-active {
    background-color: #C6FF69 !important;
    color: #111 !important;
}

.mobile-menu-item ul li a i {
    font-size: 20px;
    margin-right: 15px;
}

/* ====offcanvas manu end===== */

/* =====hero-area-start===== */

.hero-area {
    padding: 130px 0 100px;
}

.hero-top-btn-content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 23px;
}

.hero-top-btn-content ul li {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 15px 20px;
    border-radius: 30px;
    background-color: #272727;
    background: linear-gradient(90deg, #cccccc1a 0%, #4545451a 59%, #6666661a 100%);
    border-radius: 999px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    margin-bottom: 20px;
    max-width: 390px;
    width: 100%;
}

.hero-top-btn-content ul li i {
    width: 15px;
    height: 15px;
    background-color: #4DD0E1;
    color: #fff;
    text-align: center;
    line-height: 15px;
    font-size: 9px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 10px;
}

.hero-top-btn-content ul:last-of-type li {
    width: 300px;
}

.hero-client ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    margin-top: 30px;
    margin-bottom: 36px;
}

.hero-title h2 {
    color: #FFF;
    font-family: Geist;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 80.8px;
    /* 101% */
    letter-spacing: -4.8px;
    text-align: center;
    margin-bottom: 23px;
}

.hero-title h2 span {
    color: #C6FF69;
}

.hero-title p {
    color: #FFF;
    text-align: center;
    font-family: Geist;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    /* 109.091% */
    letter-spacing: -1.9px;
    margin-bottom: 80px;
}

.hero-title a {
    color: #FFF;
    font-family: Geist;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 433px;
    width: 100%;
    margin: auto;
    border-radius: 999px;
    border: 1px solid #C6FF69;
    background: rgba(198, 255, 105, 0.20);
    box-shadow: 0px 0px 40px 0px rgba(198, 255, 105, 0.20);
    padding: 10px 15px;
    transition: .4s;
}

.hero-title a:hover {
    box-shadow: 0px 0px 40px 0px rgba(198, 255, 105, 0.397);
    transform: scale(1.05);
}

.hero-title a span {
    color: #C6FF69;
    display: block;
    margin-top: 3px;
}

/* =====about-area==== */

.about-area {
    padding: 0 0 100px;
}

.about-title h2 {
    color: #FFF;
    font-family: Geist;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
    /* 75% */
    letter-spacing: -1.9px;
    text-align: center;
    margin-bottom: 28px;
}

.about-contents {
    border-radius: 27px;
    /* background: linear-gradient(120deg, #191919 0%, #0B0B0B 90%, #0B0B0B 100%); */
    border-radius: 34px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.15) 0%, rgba(31, 31, 31, 0.80) 24%, rgba(255, 255, 255, 0.13) 80%, rgba(31, 31, 31, 0.00) 100%);
    padding: 2px;
}

.about-contents-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 46px;
    background: linear-gradient(120deg, #191919 0%, #0B0B0B 90%, #0B0B0B 100%);
    border-radius: 27px;
    padding: 30px 35px;
}

.ab-left-img {
    max-width: 275px;
    width: 100%;
    border-radius: 29px;
    box-shadow: 0px 0px 40px 0px rgba(250, 250, 250, 0.233);
}

.about-right-content p {
    color: #FFF;
    font-family: Geist;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 150% */
    letter-spacing: -1.9px;
}

/* ======Generations-area======= */

.Generations-area {
    padding: 70px 0;
}

.container-cs {
    max-width: 850px;
    margin: auto;
}

.Generations_box {
    border-radius: 34px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.15) 0%, rgba(31, 31, 31, 0.80) 24%, rgba(255, 255, 255, 0.13) 80%, rgba(31, 31, 31, 0.00) 100%);
    padding: 2px;
    margin-bottom: 40px;
}

.Generations_box-inner {
    padding: 28px 32px;
    border-radius: 34px;
    background: linear-gradient(140deg, #181818 0%, #0D0D0D 80%);
}

.Generations_box-inner ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.Generations_box-inner ul li {
    color: #C6FF69;
    font-family: Geist;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
    letter-spacing: -1.2px;
}

.Generations_box-inner h2 {
    color: #FFF;
    font-family: Geist;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 80.8px;
    /* 202% */
    letter-spacing: -4.8px;
    margin-bottom: 15px;
}

.Generations_box-inner h2 span {
    color: #C6FF69;
}

.Generations_box-inner p {
    color: #FFF;
    font-family: Geist;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 44px;
}

.Generations_box-inner p span {
    color: #C6FF69;
}

.watch-btn {
    text-align: center;
    margin-top: 40px;
}

.watch-btn a {
    color: #0D0D0D;
    font-family: Geist;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -1.2px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    background: #C6FF69;
    transition: .4s;
}

.watch-btn a:hover {
    box-shadow: 0px 0px 40px 0px rgba(198, 255, 105, 0.384);
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background-color: #111;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    max-width: 800px;
    width: 90%;
    box-shadow: 0px 0px 40px 0px rgba(198, 255, 105, 0.384);
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #111;
    width: 40px;
    height: 40px;
    background-color: #C6FF69;
    display: block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}

iframe {
    width: 100%;
    height: 450px;
    border: none;
}

@media (max-width: 600px) {
    iframe {
        height: 300px;
    }
}

/* =========skill-area======== */

.skill-title h2 {
    color: #FFF;
    font-family: Geist;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: -1.9px;
    text-align: center;
    margin-bottom: 78px;
}

.skill-wrapper {
    max-width: 720px;
    margin: auto;
}

.skill-box-wrapper {
    border-radius: 34px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.15) 0%, rgba(31, 31, 31, 0.80) 24%, rgba(255, 255, 255, 0.13) 80%, rgba(31, 31, 31, 0.00) 100%);
    padding: 2px;
    margin-bottom: 30px;
}

.skill-box-inner {
    border-radius: 34px;
    background: linear-gradient(140deg, #181818 0%, #0D0D0D 80%);
    padding: 40px 15px;
}

.skill-box-inner h3 {
    color: #FFF;
    font-family: Geist;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 150% */
    letter-spacing: -1.9px;
    margin-bottom: 20px;
    text-align: center;
}

.skill-box-inner h3 span {
    color: #C6FF69;
    font-family: Geist;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
    letter-spacing: -1.2px;
}

.skill-box-inner h2 {
    color: #FFF;
    font-family: Geist;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
    /* 75% */
    letter-spacing: -1.9px;
    text-align: center;
}

footer p {
    color: #909099;
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    text-align: center;
    padding: 80px 0 50px;
}



/* =====end all css ===== */