
:root {
    --dark: #040404;
    --primary: #00aaff;
    --bodyColor: #8E8E8E;
}
*,*::before,*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/**
*   --------------------------------
*   TABLE OF CONTENT
*   --------------------------------
*   # Sidebar
*   # Hero
*   # Hero 2
*   # Projects
*   # Project details
*   # Partner
*   # Education & Experience
*   # Me
*   # Newsletter
*   # Services
*   # Stack
*   # Blog
*   # Blog Detail
*   # Testimonial
*   # Gallery
*   # Contact
*   # Footer
*/

html,body {
    scroll-behavior: smooth;
}
body {
    background: var(--dark);
    line-height: 1.2em;
    font-weight: 400;
    color: #8E8E8E;
    font-size: 12px;
    width: 100%;
    font-family: 'DM Sans', sans-serif;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-row {
    display: flex;
}
.custom-container {
    /* max-width: 1035px;
    width: 1035px; */
    width: 100%;
    padding: 25px;
}
.common-box {
    border: .75px solid rgb(252 252 252 / 5%);
    background: radial-gradient(51% 51% at 49% 48%,rgba(253,253,253,.05) 0%,rgba(253,253,253,0) 100%);
}
.subtitle {
    overflow: hidden;
    font-size: 13px;
    display: inline-flex;
    position: relative;
    color: #F9F9F9;
    font-weight: 400;
    letter-spacing: .23px;
    padding: 12px 20px;
    flex-direction: column;
    transition: .5s;
    margin: 0;
    border: .75px solid rgb(252 252 252 / 10%);
    /* background: radial-gradient(51.06382564270137% 51.063825642701374% at 49.9999939127168% 48.93617093320697%,rgba(253,253,253,.05) 0%,rgba(253,253,253,0) 100%); */
    -webkit-backdrop-filter: blur(26.25249671936035px);
    backdrop-filter: blur(26.25249671936035px);
    background: linear-gradient(.0000026635723315848736deg,rgba(0,170,255,.05) 0%,rgba(182,102,195,.05000000074505806) 100%);
}
.theme-btn {
    overflow: hidden;
    font-size: 13px;
    display: inline-flex;
    position: relative;
    color: #F9F9F9;
    font-weight: 400;
    letter-spacing: 0.23px;
    padding: 12px 19px;
    flex-direction: column;
    transition: .5s;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(270deg, rgba(0, 170, 255, 0.05) 0%, rgba(0, 170, 255, 0.04) 100%);
}
.theme-btn > span {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    height: 14px;
    overflow: hidden;
    transition: .5s;
}
.theme-btn > span > span {
    display: flex;
    align-items: center;
    gap: 4px;
    transition: .5s;
}
.theme-btn > span span i.la-arrow-right {
    transform: rotate(-45deg);
}
.theme-btn .hover {
    color: var(--primary);
}
.theme-btn:hover .normal {
    margin-top: -15px;
}




/* # Sidebar */
.sticky-sidebar {
    /* background: linear-gradient(rgba(0, 163, 255, 0.05) 0%, rgba(0, 163, 255, 0.02) 100%); */
    width: 353px;
    /* backdrop-filter: blur(15.0014px); */
    border: .75px solid rgba(252, 252, 252, 0.05);
    -webkit-backdrop-filter: blur(15.0014px);
    backdrop-filter: blur(15.0014px);
    background: linear-gradient(rgba(0, 163, 255, 0.05) 0%, rgba(0, 163, 255, 0.02) 100%);
    height: 96vh;
    left: 18px;
    position: fixed;
    top: 18px;
    z-index: 9;
}
.sticky-sidebar:hover {
    z-index: 99;
}
.sticky-sidebar .sticky-sidebar-inner {
    padding: 34px 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* border: .75px solid rgba(252, 252, 252, 0.05); */
    height: 100%;
    width: 100%;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top {
    position: relative;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .sidebar-logo .left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .sidebar-logo .logo-img {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    display: block;
    min-height: 60px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.75px solid rgba(251, 251, 251, 0.05);
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .sidebar-logo .logo-img img {
    max-width: 41px;
    display: block;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .sidebar-logo .logo-text {
    display: block;
    color: #c0c0c0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .sidebar-logo .right i {
    color: #ffffff;
    cursor: pointer;
    font-size: 30px;
    display: none;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .sidebar-logo .right #current-time {
    color: #c0c0c0;
    font-size: 22px;
    display: block;
    line-height: 1;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .sidebar-me {
    /* -webkit-backdrop-filter: blur(0px);
    /* backdrop-filter: blur(0px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px; */
    /* border: .75px solid rgba(251, 251, 251, 0.05); */
    margin-bottom: 60px;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .sidebar-me .sidebar-me-inner {
    border: .75px solid rgba(251, 251, 251, 0.05);
    display: flex;
    align-items: center;
    flex: 1 0 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 27px 0 27px 27px;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .sidebar-me .sidebar-me-inner .img-box {
    border: .5px solid rgb(252 252 252 / 5%);
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 67px;
    justify-content: center;
    position: relative;
    width: 67px;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .sidebar-me .sidebar-me-inner .img-box img {
    object-fit: cover;
    display: block;
    margin-top: auto;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .sidebar-me .sidebar-me-inner .content h3 {
    color: #f9f9f9;
    font-size: 18px;
    margin: 0 0 8px;
    line-height: 1;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .sidebar-me .sidebar-me-inner .content p {
    font-size: 12px;
    margin: 0 0 8px;
    color: #8e8e8e;
    font-weight: 300;
    line-height: 10px;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .sidebar-me .sidebar-me-inner .content .location {
    font-size: 11px;
    color: #8e8e8e;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 15px;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .sidebar-me .sidebar-me-inner .content .location img,
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .sidebar-me .sidebar-me-inner .content .location svg {
    user-select: none;
    width: 13px;
    height: 13px;
    display: inline-block; 
    fill: rgb(0, 170, 255); 
    color: rgb(0, 170, 255); 
    flex-shrink: 0;
}

.menu-lists ul li a {
    display: flex;
    align-items: center;
    color: rgb(249 249 249 / 50%);
    font-size: 15px;
    font-weight: 400;
    gap: 15px;
    padding: 15px 0 15px 18px;
    transition: .5s;
    border: 1px solid transparent;
}
.menu-lists ul li.active-menu a {
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    border: 1px solid rgba(251, 251, 251, 0.05);
    color: #ffffff;
}
.menu-lists ul li a:hover svg,
.menu-lists ul li.active-menu a svg,
.menu-lists ul li a:hover .icon i,
.menu-lists ul li.active-menu a .icon i {
    opacity: 1;
}
.menu-lists ul li a:hover {
    color: #ffffff;
}
.menu-lists ul li a svg,
.menu-lists ul li a .icon i {
    display: block;
    font-size: 19px;
    width: 19px;
    height: 19px;
    color: var(--primary);
    opacity: 0.5;
    transition: .5s;
}

.sticky-sidebar .sticky-sidebar-inner .sidebar-bottom {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 18px;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-bottom.responsive-mode {
    display: none;
}
.social-link-wrap {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    border: .75px solid rgba(251, 251, 251, 0.05);
    width: 100%;
}
.social-link-wrap .social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 12px 0;
}
.social-link-wrap .social-links li a {
    display: block;
    color: rgba(249, 249, 249, 0.7);
    transition: .5s;
    font-size: 18px;
}
.social-link-wrap .social-links li a:hover {
    color: #ffffff;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-bottom .copyright-text {
    margin: 0;
    line-height: 1;
    flex: none;
    display: flex;
    align-items: center;
    -webkit-backdrop-filter: blur(26.2525px);
    backdrop-filter: blur(26.2525px);
    background: linear-gradient(70deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    border: .75px solid rgba(251, 251, 251, 0.1);
    font-size: 13px;
    color: rgb(249 249 249 / 70%);
    padding: 10px 17px;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .humberg-menu {
    width: 3px;
    position: absolute;
    width: 3px;
    height: 21px;
    top: 20px;
    right: 0;
    cursor: pointer;
    transform-origin: 50% 50% 0px;
    display: none;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .humberg-menu span {
    width: 3px;
    height: 3px;
    position: absolute;
    top: 0;
    right: 0;
    transition: .6s;
    background: #ffffff;
    border-radius: 50%;
    transform-origin: 50% 50% 0px;
    /* aspect-ratio: 1 / 1; */
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .humberg-menu span:last-child {
    top: auto;
    bottom: 0;
}
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .humberg-menu span:nth-child(2) {
    top: 9px;
}
.sticky-sidebar.active-nav .sticky-sidebar-inner .sidebar-top .humberg-menu span:first-child {
    transform: rotate(-45deg);
    top: 9px;
}
.sticky-sidebar.active-nav .sticky-sidebar-inner .sidebar-top .humberg-menu span:last-child {
    transform: rotate(45deg);
    bottom: 10px;
}
.sticky-sidebar.active-nav .sticky-sidebar-inner .sidebar-top .humberg-menu span:nth-child(2) {
    transform: translateX(-14px);
    opacity: 0;
}
.sticky-sidebar.active-nav .sticky-sidebar-inner .sidebar-top .humberg-menu span:first-child,
.sticky-sidebar.active-nav .sticky-sidebar-inner .sidebar-top .humberg-menu span:last-child {
    transition: .4s;
    width: 30px;
    border-radius: 0;

    /* aspect-ratio: unset; */
    height: 2px;
    /* left: 0;
    position: absolute;
    right: 0;
    top: 9px;
    width: unset;
    z-index: 1; */
}



/* page */
main {
    padding: 18px 18px 18px 0;
}
.page-content-wrapper {
    width: calc(100% - 389px);
    z-index: 10;
    margin-left: auto;

    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
    height: auto;
    justify-content: flex-start;
    position: relative;
}


/* # Hero */
.hero-area {
    width: 100%;
    flex: none;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(180deg,rgba(0,163,255,.05) 0%,rgba(0,163,255,.019999999552965164) 100%);
    border: .75px solid rgba(6, 15, 21, .5);
}
.hero-area .custom-row {
    gap: 19px;
    /* align-items: flex-start; */
}
.hero-area .custom-container {
    border: .75px solid rgba(252, 252, 252, .05);
}
.hero-area .hero-img {
    width: 298px;
    height: 378px;
    position: relative;
    flex: none;
}
.hero-area .hero-img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero-area .hero-content-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    gap: 16px;
}
.available-link-wrap {
    -webkit-backdrop-filter: blur(26.25249671936035px);
    background: linear-gradient(.0000026635723315848736deg,rgba(0,170,255,.05) 0%,rgba(182,102,195,.05000000074505806) 100%);
}
.available-link {
    color: #F9F9F9;
    line-height: 1;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 21px 13px 20px;
    flex: none;
}
.available-link .online-dot {
    width: 6px;
    height: 6px;
    background: #00A34C;
    border-radius: 50%;
    position: relative;
    flex: none;
}
.available-link .online-dot::before {
    content: '';
    background: rgb(0, 163, 76);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: onlineAnim 1s infinite linear;
}
@keyframes onlineAnim {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(5);
        opacity: 0;
    }
}
.hero-content-top {
    display: flex;
    gap: 16px;
    padding: 12px 14px 12px 13px;
    border: .75px solid rgba(252, 252, 252, .05);
    background: linear-gradient(78deg, rgb(0 170 255 / 4%), rgb(0 170 255 / 2%));
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}
.hero-content-top .resume-download,
.hero-content-top .time {
    padding: 12px 22px;
    flex-wrap: nowrap;
    flex: 1 0 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 1px;
    justify-content: center;
    color: #F9F9F9;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-89.99999881140911deg,rgba(0,170,255,.04) 0%,rgba(0,170,255,.019999999552965164) 100%);
}
.hero-content-top .resume-download i,
.hero-content-top .time i{
    color: #00aaff;
    font-size: 15px;
}
.hero-area .hero-img {
    flex: none;
    height: 378px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 298px;
}
.hero-area .hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hero-area .hero-content-bottom {
    display: flex;
    /* align-items: flex-end; */
    flex: 1 0 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 18px;
    justify-content: center;
    position: relative;
    width: 100%;
}
.hero-area .hero-content-bottom .hero-content {
    padding: 27px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    align-self: flex-end;
    background: linear-gradient(-89.99999881140911deg,rgba(0,170,255,.04) 0%,rgba(0,170,255,.019999999552965164) 100%);
    height: 100%;
}
.hero-area .hero-content-bottom .hero-content span {
    color: rgb(188 188 188 / 70%);
    display: block;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0.38px;
    margin-bottom: 10px;
}
.hero-area .hero-content-bottom .hero-content h1 {
    font-size: 30px;
    color: #F9F9F9;
    margin: 0 0 10px;
    letter-spacing: -0.75px;
    line-height: 1;
}
.hero-area .hero-content-bottom .hero-content p {
    font-size: 13px;
    line-height: 26.7px;
    letter-spacing: 0.23px;
    margin-bottom: 22px;
    font-weight: 300;
}
.hero-area .hero-content-bottom .hero-content img {
    display: block;
    margin-left: auto;
}
.hero-area .hero-content-bottom .hero-map-wrap {
    flex: none;
    gap: 0px;
    position: relative;
    border: .75px solid rgb(252 252 252 / 5%);
    overflow: hidden;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-89.99999881140911deg,rgba(0,170,255,.04) 0%,rgba(0,170,255,.019999999552965164) 100%);
    max-width: 291px;
    width: 100%;
}
.hero-area .hero-content-bottom .hero-map-wrap #hero-map {
    width: 600px;
    height: 600px;
    position: absolute;
    /* bottom: -180px; */
    /* right: -180px; */
    bottom: -350px;
    right: -309px;
}
.hero-area .hero-content-bottom .hero-map-wrap .hero-map-top {
    display: flex;
    align-content: center;
    align-items: center;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: flex-start;
    position: relative;
    padding: 18px 18px 0 18px;
    overflow: hidden;
}
.hero-area .hero-content-bottom .hero-map-wrap .hero-map-top span {
    font-size: 13px;
    color: #F9F9F9;
    font-weight: 400;
    padding: 12px 18px;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-89.99999881140911deg,rgba(0,170,255,.04) 0%,rgba(0,170,255,.019999999552965164) 100%);
    box-shadow: 0 1px 2px #00000040;
}
.hero-area .hero-content-bottom .hero-map-wrap .hero-map-top span i,
.sticky-sidebar .sticky-sidebar-inner .sidebar-top .sidebar-me .sidebar-me-inner .content .location i{
    color: #00aaff;
    font-size: 15px;
}
.hero-area .hero-content-bottom .hero-map-wrap .hero-map-top .address-country {
    display: flex;
    align-items: center;
    gap: 4px;
}
.hero-area .hero-content-bottom .hero-map-wrap .hero-map-top span img,
.hero-area .hero-content-bottom .hero-map-wrap .hero-map-top span svg {
    width: 13px;
    height: 13px;
    user-select: none;
    display: inline-block; 
    fill: rgb(0, 170, 255); 
    color: rgb(0, 170, 255);
    flex-shrink: 0;
}
.about-podcast .twitter-feed {
    height: 100%;
}
.about-podcast .twitter-feed iframe {
    width: 100%;
    height: 100%;
}
.about-podcast {
    display: flex;
    flex-direction: column;
}


/* # Hero 2 */
.hero2-area .hero-content-top {
    margin-bottom: 16px;
}
.hero2-area .hero-content-bottom .hero-map-wrap {
    flex: none;
    max-width: 291px;
    width: 100%;
    padding: 18px;
}
.hero2-area .hero-img {
    height: auto;
}
.hero2-area .hero-content-bottom .hero-content {
    align-self: normal;
}
.hero2-area .hero-content-bottom .hero-map-wrap .hero-map-top {
    padding: 0;
    margin-bottom: 18px;
}
.autoplayer {
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    background: linear-gradient(180deg, rgba(0, 163, 255, 0.04) 0%, rgba(0, 163, 255, 0.02) 100%);
    padding: 14px 14px 26px 14px;
}
.autoplayer .audio-top {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    margin-bottom: 18px;
}
.autoplayer .audio-top .audio-img {
    border: 1.5px solid rgba(252, 252, 252, 0.05);
    width: 67px;
    height: 67px;
    flex: none;
}
.autoplayer .audio-top .audio-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.autoplayer .audio-top .audio-content h3 {
    font-size: 16px;
    letter-spacing: -0.75px;
    margin: 0 0 9px;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
}
.autoplayer .audio-top .audio-content p {
    font-size: 12px;
    color: rgb(249 249 249 / 60%);
    letter-spacing: 0.23px;
    margin: 0;
}
.autoplayer .audio-top .audio-content img {
    position: absolute;
    right: 0;
    top: 4px;
}
.autoplayer .audio-controls .audio-control-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 7px;
}
.autoplayer .audio-controls .audio-control-top .audio-bar {
    width: 100%;
    background: rgba(255,255,255,0.2);
    height: 2.25px;
    position: relative;
}
.autoplayer .audio-controls .audio-control-top span {
    color: rgb(249 249 249 / 70%);
    display: block;
    line-height: 1;
}
.autoplayer .audio-controls .audio-control-top .audio-bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    min-width: 2.25px;
    height: 100%;
    border-radius: 30px;
    background: #ffffff;
}
.autoplayer .audio-controls .audio-control-bottom {
    display: flex;
    align-self: center;
    justify-content: center;
    gap: 24px;
}
.autoplayer .audio-controls .audio-control-bottom > img {
    display: block;
    cursor: pointer;
}
.autoplayer .audio-controls .audio-control-bottom .middle .play-icon {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-self: center;
    justify-content: center;
    cursor: pointer;
    padding-left: 2px;
}
.autoplayer .audio-controls .audio-control-bottom .middle .play-icon img {
    display: block;
    width: 14px;
    cursor: pointer;
}
.autoplayer .audio-controls .audio-control-bottom .middle {
    display: flex;
    align-self: center;
    gap: 18px;
}
.autoplayer .audio-controls .audio-control-bottom .middle img {
    display: block;
    cursor: pointer;
}


/* # Projects */
.project-area {
    width: 100%;
}
.service-area .custom-container,
.project-area .custom-container {
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    background: linear-gradient(180deg, rgba(0, 163, 255, 0.05) 0%, rgba(0, 163, 255, 0.02) 100%);
    -webkit-backdrop-filter: blur(15.001426696777344px);
    backdrop-filter: blur(15.001426696777344px);
}
.section-header {
    display: flex;
    align-self: center;
    justify-content: space-between;
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    background: linear-gradient(270deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    padding: 14px;
    gap: 15px;
    margin-bottom: 18px;
}
.project-header.section-header{
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
.section-header .subtitle,
.section-header .theme-btn {
    flex: none;
}
.animation-texts-wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 10px 19px;
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    background: linear-gradient(270deg, rgba(0, 170, 255, 0.02) 0%, rgba(0, 170, 255, 0.00) 100%);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    box-shadow: 0 1px 2px #00000040;
}
.animation-texts-wrap .animation-text-inner {
    overflow: hidden;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}
.animation-texts-wrap ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    animation: textanim 10s infinite linear;
}
@keyframes textanim {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-680px);
    }
}
.animation-texts-wrap ul li {
    flex: none;
    font-size: 12px;
    font-weight: 400;
    color: rgba(249, 249, 249, 0.70);
}
.gallery-slider-action-btn,
.testimonial-slider-action-btn,
.project-header .project-slider-action-btn  {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gallery-slider-action-btn .gallery-button-next,
.gallery-slider-action-btn .gallery-button-prev,
.testimonial-slider-action-btn .testimonial-button-next,
.testimonial-slider-action-btn .testimonial-button-prev,
.project-header .project-slider-action-btn .project-button-next,
.project-header .project-slider-action-btn .project-button-prev {
    width: 39px;
    height: 39px;
    border: 0.75px solid rgba(252, 252, 252, 0.10);
    background: linear-gradient(270deg, rgba(0, 170, 255, 0.02) 0%, rgba(0, 170, 255, 0.00) 100%);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    text-align: center;
    line-height: 39px;
    color: rgba(255,255,255,0.6);
    cursor: pointer;
    transition: .5s;
}
.gallery-slider-action-btn .swiper-button-disabled,
.testimonial-slider-action-btn .swiper-button-disabled,
.project-header .project-slider-action-btn .swiper-button-disabled {
    color: rgba(255,255,255,0.2);
}
.gallery-slider-action-btn .testimonial-button-next:hover,
.gallery-slider-action-btn .testimonial-button-prev:hover,
.testimonial-slider-action-btn .testimonial-button-next:hover,
.testimonial-slider-action-btn .testimonial-button-prev:hover,
.project-header .project-slider-action-btn .project-button-next:hover,
.project-header .project-slider-action-btn .project-button-prev:hover {
    color: #f9f9f9;
    border-color: rgba(255,255,255,0.9);
}


.project-slider-wrapper {
    overflow: hidden;
}
.project-slider .project-slide-col-2 .project-slider-box + .project-slider-box {
    margin-top: 18px;

}
.project-slider-box .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.project-slider-box {
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    padding: 7px 7px 26px 7px;
    overflow: hidden;
    position: relative;
    transition: .5s;
}
.project-slider-box .project-img {
    position: relative;
    margin-bottom: 25px;
}
.project-slider-box .project-img img {
    width: 100%;
}
.project-slider-box .project-img .badge-year {
    position: absolute;
    font-size: 10px;
    color: #F9F9F9;
    border: 0.75px solid rgba(252, 252, 252, 0.10);
    /* background: linear-gradient(89deg, rgba(255, 255, 255, 0.08) 3.66%, rgba(255, 255, 255, 0.05) 100.77%); */
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    padding: 10px 12px;
    right: 9px;
    top: 9px;
    opacity: 0;
    transition: .5s;
}
.project-slider-box .project-img .badge-year .badge-inner {
    display: flex;
    flex-direction: column;
    height: 10px;
    overflow: hidden;
    gap: 4px;
}
.project-slider-box .project-img .badge-year .badge-inner span {
    transition: .5s;
    display: block;
    line-height: 1;
}
.project-slider-box:hover .project-img .badge-year .badge-inner span:first-child {
    margin-top: -13px;
}
.project-slider-box .project-content {
    padding-left: 15px;
}
.project-slider-box .project-content h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.75px;
    color: #F9F9F9;
    margin: 0 0 10px;
    transition: .5s;
}
.project-slider-box .project-content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.225px;
    margin: 0;
}
.project-slider-box .project-content .theme-btn > span {
    height: 11px;
}
.project-slider-box .project-content .theme-btn {
    position: absolute;
    right: 24px;
    bottom: 26px;
    /* background: linear-gradient(270deg, rgba(0, 170, 255, 0.02) 0%, rgba(0, 170, 255, 0.00) 100%); */
    /* backdrop-filter: blur(15px); */
    width: 33px;
    height: 33px;
    padding: 0;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.02) 0%, rgba(0, 170, 255, 0) 100%);
}
.project-slider-box .project-content .theme-btn .hover img {
    width: 13px;
    height: 13px;
}
.project-slider-box:hover {
    border-color:rgb(14 133 198 / 30%);
}
.project-slider-box:hover .project-content .theme-btn .normal {
    margin-top: -100%;
}
.project-slider-box:hover .project-content h3 {
    color: var(--primary);
}
.project-slider-box:hover .project-img .badge-year {
    opacity: 1;
}
.project-lists {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 18px;
}

/* # Project details */
.project-detail-top {
    margin-bottom: 18px;
}
.project-detail-top .custom-row {
    gap: 18px;
}
.project-detail-top .left {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.project-detail-top .right {
    max-width: 371px;
    width: 100%;
    flex: none;
}
.project-detail-top .project-address-lists {
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    /* background: linear-gradient(270deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%); */
    /* -webkit-backdrop-filter: blur(30px); */
    /* backdrop-filter: blur(30px); */
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.project-address-lists li + li {
    margin-top: 18px;
}
.project-address-lists li {
    display: flex;
    gap: 26px;
    align-items: center;
    width: 100%;
}
.project-address-lists li .icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    border: 0.75px solid rgba(251, 251, 251, 0.1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.02) 0%, rgba(0, 170, 255, 0) 100%);
    position: relative;
    z-index: 2;
}
.project-address-lists li .icon i {
    font-size: 22px;
    color: var(--primary);
}
.project-address-lists li .content {
    border: 0.75px solid rgba(251, 251, 251, 0.05);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
    flex: 1;
    padding: 19px 25px;
    line-height: 1;
    position: relative;
}
.project-address-lists li .content::before {
    content: '';
    background-image: url(../imgs/testimonial-shape.svg);
    background-position: top;
    /* background-size: cover; */
    background-repeat: repeat;
    width: 26px;
    height: 72px;
    position: absolute;
    left: -27px;
    top: -43px;
}
.project-address-lists li .content .line-shape {
    position: absolute;
    left: -60px;
    height: 60px;
    transform: rotate(90deg);
}
.project-address-lists li .content p strong {
    color: #F9F9F9;
    font-weight: 500;
}
.project-address-lists li .content p {
    margin: 0;
    letter-spacing: -0.38px;
    font-size: 13px;
    color: rgb(249 249 249 / 80%);
    font-weight: 300;
}
.project-detail-header.section-header {
    background: none;
}
.project-detail-top .project-top-content {
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    padding: 25px 25px 59px;
    height: 100%;
}
.project-detail-top .project-top-content span {
    display: block;
    color: #8e8e8e;
    letter-spacing: 0.38px;
    line-height: 1;
    margin-bottom: 11px;
    font-size: 10px;
}
.project-detail-top .project-top-content h2 {
    color: #F9F9F9;
    font-size: 30px;
    letter-spacing: -0.75px;
    line-height: 1;
    margin: 0 0 20px;
}
.project-detail-top .project-top-content p {
    color: rgb(142, 142, 142);
    line-height: 22.5px;
    letter-spacing: 0.23px;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
}

.project-details-hero-wrap {
    margin-bottom: 18px;
}
.project-img-2-col-box,
.project-details-hero-wrap .project-details-hero-img {
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
    padding: 8px;
    overflow: hidden;
}
.project-img-2-col-box img,
.project-details-hero-wrap .project-details-hero-img img {
    display: block;
    width: 100%;
    transition: .3s;
    object-fit: cover;
}
.project-img-2-col-box:hover img,
.project-details-hero-wrap .project-details-hero-img:hover img {
    transform: scale(1.1);
}

.problem-and-solution-wrap {
    margin-bottom: 18px;
}
.project-img-2-col .custom-container,
.problem-and-solution-wrap .custom-container {
    display: flex;
    gap: 18px;
}
.problem-solution-box .subtitle {
    margin-bottom: 18px;
}
.problem-solution-box {
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    /* background: linear-gradient(180deg, rgba(0, 163, 255, 0.05) 0%, rgba(0, 163, 255, 0.02) 100%); */
    /* backdrop-filter: blur(30px); */

    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
    padding: 18px;
}
.project-details-content-box-2 .project-details-content-box-2-inner,
.problem-solution-box .content-box {
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    /* background: linear-gradient(180deg, rgba(0, 163, 255, 0.05) 0%, rgba(0, 163, 255, 0.02) 100%); */
    padding: 25px;
}
.problem-solution-box .content-box p  {
    font-size: 13px;
    letter-spacing: 0.23px;
    line-height: 22.5px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    font-weight: 300;
}
.problem-solution-box .content-box p:last-child {
    margin-bottom: 0;
}
.project-details-content-box-2 {
    margin-bottom: 18px;
}
.project-details-content-box-2 .project-details-content-box-2-inner {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
}
.project-details-content-box-2 .project-details-content-box-2-inner p {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.23px;
    color: rgba(255,255,255,0.6);
    margin: 0;
    font-weight: 300;
}
.project-detail-content-wrap {
    position: relative;
    width: 100%;
}
.project-detail-content-wrap > div:last-child {
    margin-bottom: 0;
}
.project-col-3 {
    gap: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.blog-detail-col-1 .subtitle {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
.blog-detail-col-1 .problem-solution-box {
    padding: 0;
    background: none;
    border: none;
}
.blog-detail-col-1.problem-and-solution-wrap .problem-solution-box {
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.blog-detail-col-1.problem-and-solution-wrap .problem-solution-box .content-box {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
}


/* # Partner */
.partner-area {
    width: 100%;
}
.partner-area .custom-container {
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    background: linear-gradient(180deg, rgba(0, 163, 255, 0.05) 0%, rgba(0, 163, 255, 0.02) 100%);
    -webkit-backdrop-filter: blur(15.001426696777344px);
    backdrop-filter: blur(15.001426696777344px);
}
.partner-area .section-header h4 {
    flex: none;
}
.partner-area .partner-slider-wrap {
    overflow: hidden;
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    /* background: linear-gradient(180deg, rgba(0, 163, 255, 0.05) 0%, rgba(0, 163, 255, 0.02) 100%); */
    /* -webkit-backdrop-filter: blur(15.001426696777344px); */
    /* backdrop-filter: blur(15.001426696777344px); */
    padding: 18px;
    margin-bottom: 18px;
}
.partner-area .partner-slider-wrap .partner-slider-inner {
    overflow: hidden;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
.partner-area .partner-slider-wrap .partner-slider-inner ul {
    display: flex;
    gap: 18px;
    animation: imganim 15s infinite linear;
}
.partner-area .partner-slider-wrap .partner-slider-inner ul li {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 147px;
    height: 70px;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-89.99999881140911deg,rgba(0,170,255,.04) 0%,rgba(0,170,255,.019999999552965164) 100%);
}
.partner-area .partner-slider-wrap .partner-slider-inner ul li img {
    display: block;
    max-width: 100%;
    height: 18px;
}
@keyframes imganim {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-989px);
    }
}
.project-experience-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px;
}
.project-experience {
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    padding: 26px 26px 25px 16px;
    background: linear-gradient(270deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    position: relative;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
.project-experience p {
    font-size: 13px;
    color: #8E8E8E;
    line-height: 1;
    margin: 0;
    letter-spacing: 0.23px;
}
.project-experience h2 {
    color: #F9F9F9;
    font-size: 30px;
    margin-bottom: 9px;
    letter-spacing: -0.75px;
}
.project-experience .icon {
    position: absolute;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    background: linear-gradient(270deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}
.project-experience .icon img {
    display: block;
}



/* # Education & Experience */
.edc-and-exp-area {
    width: 100%;
}
.project-details-content-box-2 .custom-container,
.project-img-2-col .custom-container,
.problem-and-solution-wrap .custom-container,
.project-details-hero-wrap .custom-container,
.project-detail-top .custom-container,
.newsletter-area .custom-container,
.my-images-area .custom-container,
.project2-area .custom-container,
.contact-area .custom-container,
.gallery2-area .custom-container,
.gallery-area .custom-container,
.testimonial-area .custom-container,
.blog-area .custom-container,
.stack-area .custom-container,
.edc-and-exp-area .custom-container {
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    background: linear-gradient(180deg, rgba(0, 163, 255, 0.05) 0%, rgba(0, 163, 255, 0.02) 100%);
    -webkit-backdrop-filter: blur(15.001426696777344px);
    backdrop-filter: blur(15.001426696777344px);
    padding: 25px;
}
.edc-and-exp-area .edc-and-exp-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.edc-and-exp-inner-box {
    padding: 14px;
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-89.99999881140911deg,rgba(0,170,255,.04) 0%,rgba(0,170,255,.019999999552965164) 100%);
    box-shadow: 0 1px 2px #00000040;
}
.edc-and-exp-inner-box .subtitle {
    margin-bottom: 36px;
    background: linear-gradient(0deg, rgba(0, 163, 255, 0.04) 0%, rgb(182 103 195 / 5%) 100%);
    /* -webkit-backdrop-filter: blur(52px); */
    /* backdrop-filter: blur(52px); */
}
.edc-and-exp-lists {
    position: relative;
    padding-left: 26px;
}
.edc-and-exp-lists::before {
    content: '';
    width: 0.75px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../imgs/line-shape.svg);
    background-position: center;
}
.edc-and-exp-lists .edc-and-exp-box:last-child {
    margin-bottom: 0;
}
.edc-and-exp-box::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: #8E8E8E;
    left: -29px;
    top: 0;
    transition: .4s;
}
.edc-and-exp-box:hover::before {
    background: var(--primary);
}
.edc-and-exp-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 60px;
    position: relative;
}
.edc-and-exp-box .img-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.edc-and-exp-box .img-box img {
    display: block;
}
.edc-and-exp-box .content .date {
    display: block;
    font-size: 10px;
    letter-spacing: 0.23px;
    color: #8E8E8E;
    line-height: 1;
    margin-bottom: 10px;
    transition: .4s;
}
.edc-and-exp-box:hover .content .date {
    color: var(--primary);
}
.edc-and-exp-box .content h3 {
    font-size: 16px;
    letter-spacing: -0.75px;
    margin: 0 0 7px;
    line-height: 1;
    font-weight: 400;
}
.edc-and-exp-box .content h3 a {
    color: #FFFFFF;
}
.edc-and-exp-box .content p {
    font-size: 12px;
    color: rgb(249 249 249 / 60%);
    letter-spacing: 0.23px;
    font-weight: 300;
    margin: 0;
}



/* # Me */
.my-images-area {
    width: 100%;
}
.my-images-area .custom-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}



/* # Newsletter */
.newsletter-area {
    width: 100%;
}
.newsletter-area .section-header {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-89.99999881140911deg,rgba(0,170,255,.04) 0%,rgba(0,170,255,.019999999552965164) 100%);
    box-shadow: 0 1px 2px #00000040;
}
.newsletter-box {
    display: flex;
    align-self: center;
    /* -webkit-backdrop-filter: blur(30px); */
    /* backdrop-filter: blur(30px); */
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    padding: 25px;
    gap: 15px;
    background: linear-gradient(to right, rgba(0, 170, 255, 0.01), rgba(0, 170, 255, 0.05));
}
.newsletter-box input::placeholder {
    color: rgb(249 249 249 / 50%);
}
.newsletter-box input {
    flex: 1;
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    background: linear-gradient(to right, rgba(0, 170, 255, 0.01), rgba(0, 170, 255, 0.05));
    font-size: 13px;
    color: #ffffff;
    transition: .3s;
    padding: 15px 13px;
}
.newsletter-box input:focus {
    outline: none;
    box-shadow: none;
    border-color: rgba(252, 252, 252, 0.3);
}
.newsletter-box button {
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    background: linear-gradient(180deg, rgba(0, 163, 255, 0.04) 0%, rgba(0, 163, 255, 0.02) 100%);
    color: #F9F9F9;
    font-size: 13px;
    display: block;
    box-shadow: none;
    padding: 18px 83px;
    cursor: pointer;
    transition: .5s;
}
.newsletter-box button:hover {
    color: var(--primary);
    border: 0.75px solid rgba(252, 252, 252, 0.3);
}



/* # Services */
.service-area {
    width: 100%;
}
.service-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.service-box {
    position: relative;
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    background: linear-gradient(180deg, rgba(0, 163, 255, 0.04) 0%, rgba(0, 163, 255, 0.02) 100%);
    padding: 25px;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
    transition: .3s;
}
.service-box:hover {
    border-color: rgba(0, 170, 255, 0.3);;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: none;
}
.service-box .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.service-box h3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.75px;
    margin: 0 0 10px;
    line-height: 1;
}
.service-box h3 a {
    color: #ffffff;
}
.service-box p {
    font-size: 12px;
    letter-spacing: 0.23px;
    margin: 0 0 18px;
    color: rgb(249 249 249 / 60%);
    line-height: 15px;
    font-weight: 300;
}
.service-box span {
    display: inline-block;
    color: #8E8E8E;
    font-size: 10px;
    letter-spacing: 0.23px;
    text-decoration: underline;
}
.service-box .icon {
    border: 0.75px solid rgba(252, 252, 252, 0.1);
    background: linear-gradient(180deg, rgba(0, 163, 255, 0.04) 0%, rgba(0, 163, 255, 0.02) 100%);
    position: absolute;
    right: 27px;
    top: 25px;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-box .icon i{
    color: #00aaff;
    font-size: 17px;
}



/* # Stack */
.stack-area {
    width: 100%;
}
.stack-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.stack-lists .stack-box {
    margin-bottom: 0;
}
.stack-box {
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    padding: 8px;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-89.99999881140911deg,rgba(0,170,255,.04) 0%,rgba(0,170,255,.019999999552965164) 100%);
    box-shadow: 0 1px 2px #00000040;
}
.stack-box::before {
    display: none;
}


/* # Blog */
.blog-area {
    width: 100%;
}
.blog-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.blog-header.section-header .theme-btn {
    -webkit-backdrop-filter: blur(26.2525px);
    backdrop-filter: blur(26.2525px);
    background: linear-gradient(2.66357e-06deg, rgba(0, 170, 255, 0.05) 0%, rgba(182, 102, 195, 0.05) 100%), radial-gradient(51.0638% 51.0638% at 50% 48.9362%, rgba(253, 253, 253, 0.05) 0%, rgba(253, 253, 253, 0) 100%);
}
.blog-header.section-header {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
}
.blog-items2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.blog-box {
    /* backdrop-filter: blur(30px); */
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    padding: 8px;
    position: relative;
    transition: .5s;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
}
.blog-box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.blog-box .img-box {
    display: block;
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    padding: 8px;
    height: 256px;
    margin-bottom: 18px;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
}
.blog-box .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-box .content-box {
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    padding: 18px;
    position: relative;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
}
.blog-box .content-box .meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 16px;
}
.blog-box .meta > span {
    color: #F9F9F9;
    display: block;
    font-size: 10px;
    line-height: 1;
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    -webkit-backdrop-filter: blur(26.2525px);
    backdrop-filter: blur(26.2525px);
    background: linear-gradient(2.66357e-06deg, rgba(0, 170, 255, 0.05) 0%, rgba(182, 102, 195, 0.05) 100%), radial-gradient(51.0638% 51.0638% at 50% 48.9362%, rgba(253, 253, 253, 0.05) 0%, rgba(253, 253, 253, 0) 100%);
    padding: 10px 13px;
}
.blog-box .content-box h2 {
    font-size: 16px;
    letter-spacing: -0.75px;
    color: #F9F9F9;
    line-height: 22.5px;
    margin: 0 0 20px;
    border-bottom: 1px solid rgb(252 252 252 / 10%);
    padding-bottom: 20px;
}
.blog-box .content-box h2 a {
    color: #F9F9F9;
}
.blog-box .content-box .theme-btn {
    width: 33px;
    height: 33px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    bottom: 48px;
    background: none;
    border: .75px solid rgba(251, 251, 251, 0.1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.02) 0%, rgba(0, 170, 255, 0) 100%);
}
.blog-box .content-box .theme-btn > span .hover i {
    transform: rotate(0);
}
.blog-box .content-box p {
    color: #8e8e8e;
    font-size: 13px;
    letter-spacing: 0.23px;
    line-height: 22.5px;
    margin: 0;
    padding-right: 60px;
    font-weight: 300;
}
.blog-box .content-box .theme-btn:hover .normal,
.blog-box:hover .content-box .theme-btn .normal {
    margin-top: -12px;
}
.blog-box:hover {
    border-color: rgb(0 170 255 / 20%);

}

/* # Blog Detail */
.blog-detail-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
}



/* # Testimonial */
.testimonial-area {
    width: 100%;
}
.testimonial-slider-wrapper {
    overflow: hidden;
}
.testimonial-header.section-header {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}

.testimonial-box {
    border: 0.75px solid rgba(252, 252, 252, 0.05);
    /* background: linear-gradient(180deg, rgba(0, 163, 255, 0.04) 0%, rgba(0, 163, 255, 0.02) 100%); */
    /* backdrop-filter: blur(30px); */
    padding: 26px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
}
.testimonial-box .img-box {
    border: .75px solid rgba(252, 252, 252, 0.05);
    overflow: hidden;
    width: 67px;
    height: 67px;
    flex: none;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);

}
.testimonial-box .img-box img {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.testimonial-box .content .content-top {
    position: relative;
    border: .75px solid rgba(252, 252, 252, 0.05);
    padding: 15px 26px;
    margin-bottom: 18px;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
}
.testimonial-box .content .content-top h3 {
    color: #F9F9F9;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.75px;
    margin: 0 0 8px;
}
.testimonial-box .content .content-top span {
    display: block;
    color: #8E8E8E;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.23px;
}
.testimonial-box .content .content-top .icon {
    /* border: .75px solid rgba(252, 252, 252, 0.05); */
    /* background: linear-gradient(180deg, rgba(0, 163, 255, 0.04) 0%, rgba(0, 163, 255, 0.02) 100%); */
    width: 52px;
    height: 52px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}
.testimonial-box .content .content-top .icon img {
    display: block;
}
.testimonial-box .content .content-bottom {
    border: .75px solid rgba(252, 252, 252, 0.05);
    padding: 18px 26px 24px 27px;
    position: relative;

    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
}
.testimonial-box .content .content-bottom p {
    color: #8E8E8E;
    font-size: 12px;
    letter-spacing: 0.23px;
    margin: 0;
    line-height: 21px;
    font-weight: 300;
}
.testimonial-box .content .content-bottom .line-shape {
    position: absolute;
    left: -48px;
    width: 48px;
    height: 72px;
    top: -18px;
}


/* # Gallery */
.gallery-area {
    width: 100%;
}
.gallery-slider-wrapper {
    overflow: hidden;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
.gallery-lists-anim {
    display: flex;
    gap: 18px;
    justify-content: flex-end;
    animation: animGallery 15s infinite linear;
}
.gallery-slider-wrapper:hover .gallery-lists-anim {
    animation-play-state: paused;
}
@keyframes animGallery {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(998px);
    }
}
.gallery-header.section-header {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
.gallery-box {
    border: .75px solid rgba(252, 252, 252, 0.05);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.04) 0%, rgba(0, 170, 255, 0.02) 100%);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
    padding: 8px;
    position: relative;
    flex: none;
    width: 232px;
}
.gallery-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery2-area {
    position: relative;
    width: 100%;
}
.gallery-box .hover-img {
    position: absolute;
    right: calc(100% - 20px);
    top: -10%;
    transform: scale(1.2);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    border-radius: 20px;
}
.gallery-box:hover .hover-img {
    opacity: 1;
    visibility: visible;
}
.gallery-lists {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.gallery-box.gallery2-box {
    width: 100%;
}


/* # Contact */
.contact-area {
    width: 100%;
}
.contact-inner {
    display: flex;
    gap: 18px;
    width: 100%;
}
.contact-header.section-header {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
}
.contact-inner .contact-form {
    flex: 1;
    border: .75px solid rgba(252, 252, 252, 0.05);
    background: linear-gradient(to right, rgba(0, 170, 255, 0.01), rgba(0, 170, 255, 0.05));
    /* -webkit-backdrop-filter: blur(30px); */
    /* backdrop-filter: blur(30px); */
    padding: 25px;
}
.contact-inner .contact-infos {
    max-width: 389px;
    width: 100%;
    flex: none;
}
.contact-inner .contact-form form textarea,
.contact-inner .contact-form form input {
    width: 100%;
    border: .75px solid rgba(252, 252, 252, 0.05);
    background: linear-gradient(to right, rgba(0, 170, 255, 0.01), rgba(0, 170, 255, 0.05));
    font-size: 13px;
    padding: 17px 13px;
    margin-bottom: 24px;
    color: #ffffff;
    line-height: 1;
}
.contact-inner .contact-form form textarea:focus,
.contact-inner .contact-form form input:focus {
    outline: none;
    box-shadow: none;
    border-color: rgb(14 133 198 / 30%);
}
.contact-inner .contact-form form textarea {
    height: 120px;
}
.contact-inner .contact-form form textarea::placeholder,
.contact-inner .contact-form form input::placeholder {
    color: rgb(249 249 249 / 60%);
    font-weight: 300;
}
.contact-inner .contact-form form button {
    width: 100%;
    color: #FFFFFF;
    /* background: linear-gradient(180deg, rgba(0, 163, 255, 0.04) 0%, rgba(0, 163, 255, 0.02) 100%); */
    background: linear-gradient(to right, rgba(0, 170, 255, 0.01), rgba(0, 170, 255, 0.05)) transparent;
    border: 0.75px solid rgba(251, 251, 251, 0.05);
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    padding: 19px 10px;
    line-height: 1;
    display: block;
    transition: .5s;
}
.contact-inner .contact-form form button:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.contact-infos {
    border: .75px solid rgba(252, 252, 252, 0.05);
    /* -webkit-backdrop-filter: blur(30px); */
    /* backdrop-filter: blur(30px); */
    padding: 14px 14px 18px 14px;

    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-89.99999881140911deg,rgba(0,170,255,.04) 0%,rgba(0,170,255,.019999999552965164) 100%);
    box-shadow: 0 1px 2px #00000040;
}
.contact-infos .subtitle {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    margin-bottom: 18px;
}
.contact-infos ul {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    border: .75px solid rgba(251, 251, 251, .05);
    background: linear-gradient(-89.99999881140911deg,rgba(0,170,255,.04) 0%,rgba(0,170,255,.019999999552965164) 100%);
    box-shadow: 0 1px 2px #00000040;
    padding: 25px;
}
.contact-infos ul  li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}
.contact-infos ul li + li {
    margin-top: 18px;
}
.contact-infos ul li .icon {
    flex: none;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .75px solid rgba(251, 251, 251, 0.1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: linear-gradient(-90deg, rgba(0, 170, 255, 0.02) 0%, rgba(0, 170, 255, 0) 100%);
}
.contact-infos ul li .icon i {
    color: var(--primary);
    font-size: 22px;
}

.contact-infos ul li .content {
    border: .75px solid rgba(252, 252, 252, 0.05);
    /* padding: 26px 33px 30px 26px; */
    padding: 16px 36px 27px 26px;
    position: relative;
    word-break: break-all;

    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: linear-gradient(-89.99999881140911deg,rgba(0,170,255,.04) 0%,rgba(0,170,255,.019999999552965164) 100%);
    box-shadow: 0 1px 2px #00000040;
}
.contact-infos ul li .content::before {
    content: "";
    border-bottom: 1px dashed rgba(0, 170, 255, .2);
    border-left: 1px dashed rgba(0, 170, 255, .2);
    top: 52px;
    height: 24px;
    left: -45px;
    width: 44px;
    position: absolute;
    box-sizing: border-box;
    border-radius: inherit;
    pointer-events: none;
}
.contact-infos ul li .content h3 {
    font-size: 16px;
    letter-spacing: -0.75px;
    margin: 0 0 10px;
    color: #F9F9F9;
    font-weight: 400;
}
.contact-infos ul li:last-child .content p:last-child {
    margin-top: 10px;
}
.contact-infos ul li .content p {
    font-size: 12px;
    letter-spacing: 0.23px;
    line-height: 21px;
    font-weight: 300;
    margin: 0;
    color: rgba(249, 249, 249, 0.6);
}
.contact-infos ul li .content p a {
    color: rgba(249, 249, 249, 0.6);
}
.contact-infos ul li .content p a:hover {
    color: var(--primary);
}
.contact-infos ul li .content .shape {
    position: absolute;
    left: -39px;
    width: 44px;
    height: 45px;
    top: 52px;
}
.contact-page .newsletter-area .newsletter-box {
    margin-bottom: 18px;
}

.contact-form #result {
    color: var(--dark);
}
.contact-form #result.text-red-500 {
    color: red;
}
.contact-form #result.text-green-500 {
    color: rgb(16,185,129);
}

.newsletter-area .newsletter-box #result1 {
    color: var(--dark);
}
.newsletter-area .newsletter-box #result1.text-red-500 {
    color: red;
}
.newsletter-area .newsletter-box #result1.text-green-500 {
    color: rgb(16,185,129);
}


/* # Footer */
.footer-area {
    width: 100%;
    /* max-width: 1035px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(252, 252, 252, 0.1);
    padding-top: 25px;
    padding-bottom: 18px;
}
.footer-area .left {
    display: flex;
    align-items: center;
    gap: 11px;
}
.footer-area .left p {
    color: rgb(249 249 249 / 50%);
    font-size: 13px;
    font-weight: 300;
    margin: 0;
}
.footer-area .left p a {
    color: rgb(249 249 249 / 50%);
}
.footer-area .left p a:hover {
    color: rgb(249 249 249 / 100%);
}
.footer-area .left .mid {
    padding: 0 11px;
    position: relative;
}
.footer-area .left a {
    font-size: 13px;
    color: #F9F9F9;
    transition: .5s;
}
.footer-area .left a:hover {
    color: var(--primary);
}
.footer-area .left .mid .circle-icon {
    width: 4px;
    height: 4px;
    border: 1.13px solid var(--primary);
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.footer-area .left .mid .circle-icon:last-child {
    left: auto;
    right: 0;
}
.footer-area .backto-top {
    color: rgb(249 249 249 / 50%);
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 2px;
    transition: .5s;
}
.footer-area .backto-top:hover {
    color: #ffffff;
}