:root {
    --font_arapey: "Arapey", serif;
    --font_urbanist: "Urbanist", sans-serif;
    --primary: #ffffff;
    --secondary: #999999;
    --tertiary: #666666;
}

/* ======================================
*       TABLE OF CONTENT
*----------------------------------------
*   # Global
*   # Magic Cursor
*   # Header
*   # Hero
*   # About
*   # Team
*   # Feature Project
*   # Services
*   # Testimonial
*   # Awards
*   # Blog
*   # Breadcrumb
*   #
*   #
*   #
*   #
*   # Footer
*   # 404 Not Found
*
*
*   # KeyFrame
========================================*/

/* ===== # Global ===== */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-container {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body {
    background: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font_urbanist);

    scroll-behavior: smooth;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.with-border {
    position: relative;
}
a.with-border:before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffffff;
    transition: .4s;
    -webkit-transition: .4s;
}
a.with-border:hover:before {
    width: 100%;
}
.custom-row {
    display: flex;
}
.split-text-anim {
    overflow: hidden;
}
.theme-btn {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 1.6px solid #ffffff;
    background: none;
    color: var(--primary);
    border-radius: 30px;
    z-index: 1;
    text-decoration: none;
    gap: 10px;
    line-height: 16px;
    padding: 10px 24px;
    background: #1a1a1a;
    transition: .3s;
    -webkit-transition: .3s;
}
.theme-btn:before {
    content: '';
    background: #ffffff;
    border-radius: 30px;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: .3s;
    -webkit-transition: .3s;
}
.theme-btn img,
.theme-btn svg {
    display: block;
    width: 13px;
}
.theme-btn:hover:before {
    height: 100%;
}
.theme-btn:hover svg path {
    stroke: #000;
}
.theme-btn:hover {
    color: #000;
}
.theme-btn:hover img {
    filter: invert(100%) brightness(0%);
}
.scaleDown {
    transition: .5s;
    -webkit-transition: .5s;
}
.section-header {
    display: flex;
    align-items: flex-start;
}
.section-header .section-subtitle {
    width: 26%;
    flex: none;
    padding: 6px 0 0;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    justify-content: flex-start;
    overflow: hidden;
    gap: 12px;
    color: var(--primary);
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.section-header .section-subtitle svg,
.section-header .section-subtitle img {
    display: block;
    flex: none;
    width: 16px;
    height: 10px;
}
.section-header .section-title {
    font-size: 48px;
	font-weight: 400;
    color: var(--primary);
    line-height: 60px;
    letter-spacing: -2px;
    margin: 0;
}
.section-title.section-title2 {
    background: linear-gradient(90deg, rgb(255, 255, 255) 16%, rgb(77, 77, 77) 140%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    line-height: 110px;
    font-size: 96px;
	font-weight: 300;
    font-family: var(--font_arapey);
    padding: 7px;
    margin: -7px;
}
.section-title.section-title2 span {
    font-style: normal;
    font-family: var(--font_urbanist);
}
.section-header.section-header2 .section-subtitle {
    justify-content: center;
    margin-bottom: 32px;
}
.section-header .section-desc {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: var(--primary);
}
.section-header.section-header2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
}
.aixor-main {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* ===== # Magic Cursor ===== */
#magic-cursor {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
    mix-blend-mode: difference;
}
#ball {
    position: fixed;
    width: 26px;
    height: 26px;
    background: #ffffff;
    backdrop-filter: blur(5px);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    box-sizing: border-box;
    /* -webkit-transform: scale(0.5);
    transform: scale(0.5); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* -webkit-transition: 0.2s;
    transition: 0.2s; */
    margin-left: -22px;
    margin-top: -10px;
}
#ball.hide-mouse {
    opacity: 0 !important;
}
#ball.hovered {
    /*transition: opacity .3s;*/
    /*opacity: 0 !important;*/
}

/*==== # Header ====*/
.header-menu-wrap {
    position: absolute;
    left: 0;

    width: 100%;
    top: 20px;
    z-index: 1024;
}
.header-menu-wrap .custom-container {
    max-width: 1296px;
}
.header-menu-wrap .custom-container .custom-row {
    align-items: center;
    justify-content: space-between;
}
.header-menu-wrap .logo {
    display: block;
    text-decoration: none;
    color: var(--primary);
    font-weight: 600;
    font-size: 20px;
}
.header-menu-wrap .logo img {
    max-width: 81px;
    display: block;
}
.header-menu-wrap .navbar .menu {
    display: flex;
    align-content: center;
    gap: 68px;
}
.header-menu-wrap .navbar .menu li a {
    display: block;
    color: var(--secondary);
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
}
.header-menu-wrap .navbar .menu li a > span {
    font-size: 10px;
    line-height: 12px;
}
.header-menu-wrap .navbar .menu li a:before {
    content: '';
    width: 10%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
}
.header-menu-wrap .navbar .menu li a:hover:before {
    opacity: 1;
    width: 100%;
}
.header-menu-wrap .navbar .menu li a:hover {
    color: var(--primary);
}
.header-menu-wrap .header-right-info {
    display: flex;
    align-items: center;
    gap: 66px;
}
.header-menu-wrap .header-right-info a {
    color: var(--primary);
    display: block;
    text-decoration: none;
}
.header-menu-wrap .header-right-info a img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.header-menu-wrap .header-right-info a i {
    display: block;
    font-size: 24px;
}
.home-v2 .header-menu-wrap {
    /*padding-left: 72px;*/
    /*padding-right: 72px;*/
}
.home-v2.scroll-to-show-menu {
    display: none;
}
.header-menu-wrap .custom-container {
    max-width: 1920px;
    padding-left: 72px;
    padding-right: 72px;
}
/* Notch Menu */
.notch-bar-menu-wrap {
    position: fixed;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    width: 47px;
    padding: 28px 0;
    background: linear-gradient(218deg,#141414 34%,rgb(31,31,31) 69%);
    border-right: 1px solid #333333;
    border-radius: 99px;
    overflow: hidden;
    z-index: 1030;
}
.notch-bar-menu-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.notch-bar-menu-wrap li {
    height: 17px;
    width: 17px;
    display: flex;
    justify-content: center;

}
.notch-bar-menu-wrap li a {
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 0 5px #fff;
    width: 7px;
    height: 7px;
    display: block;
    overflow: hidden;
    opacity: 0.25;
    transition: .3s;
    -webkit-transition: .3s;
}
.notch-bar-menu-wrap li a.active {
    opacity: 1;
}

/* ===== # Sidebar Menu ===== */
.header-sidebar-wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1026;
    width: 100%;
    height: 100%;
    background: #000c;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    -webkit-transition: .4s;
}
.header-sidebar-wrap .header-sidebar-content {
    width: 42%;
    margin-left: auto;
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(180deg,#101010 0%,rgb(43,42,42) 100%);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    transform: translateX(100%);
    transition: .4s;
    -webkit-transition: .4s;
}
.header-sidebar-wrap.active {
    opacity: 1;
    visibility: visible;
}
.header-sidebar-wrap.active .header-sidebar-content {
    transform: translateX(0);
}
.header-sidebar-wrap .header-sidebar-content .sidebar-shape {
    position: absolute;
    right: -128px;
    top: 20%;
    pointer-events: none;
    height: 440px;
    width: 546px;
    display: block;
    object-position: center center;
    object-fit: contain;
    image-rendering: auto;
    animation: upDownAnim 3s infinite linear;
}
.header-sidebar-wrap .header-sidebar-content .close-header-sidebar i {
    display: block;
}
.header-sidebar-wrap .header-sidebar-content .close-header-sidebar {
    position: absolute;
    right: 60px;
    top: 42px;
    cursor: pointer;
    color: var(--primary);
    font-size: 22px;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-top {
    padding: 36px 64px 0 64px;
    width: 100%;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-top ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-top ul li {
    color: var(--primary);
    display: flex;
    gap: 76px;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-top ul li a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 400;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-top ul li span {
    display: block;
    min-width: 95px;
}
.header-sidebar-wrap .header-sidebar-content .sidebar-menu {
    padding-left: 64px;
    width: 100%;
}
.header-sidebar-wrap .header-sidebar-content .sidebar-menu ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.header-sidebar-wrap .header-sidebar-content .sidebar-menu ul li a {
    font-size: 32px;
    color: var(--secondary);
    line-height: 40px;
    font-weight: 400;
    display: block;
    text-decoration: none;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
}
.header-sidebar-wrap .header-sidebar-content .sidebar-menu ul li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 18px;
    background: #ffffff;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
}
.header-sidebar-wrap .header-sidebar-content .sidebar-menu ul li a:hover:before {
    opacity: 1;
}
.header-sidebar-wrap .header-sidebar-content .sidebar-menu ul li a:hover {
    color: var(--primary);
    padding-left: 20px;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-bottom {
    padding: 0 0 50px 64px;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-bottom ul {
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-bottom ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #999999;
    text-decoration: none;
    font-size: 22px;
    color: var(--secondary);
    transition: .3s;
    -webkit-transition: .3s;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-bottom ul li {
    width: 100%;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-bottom ul li a:hover {
    background: #ffffff;
    color: #000000;
    border-color: var(--primary);
}
.scroll-to-show-menu {
    position: fixed;
    max-width: 1920px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1026;
    top: 0;
}
.hamburg-menu {
    border: 2.5px solid #ffffff;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 35px;
    top: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    gap: 5px;
    background: #1a1a1a;
    cursor: pointer;
    transform: scale(0);
    transition: .3s;
    -webkit-transition: .3s;
}
.hamburg-menu.active {
    transform: scale(1);
}
.hamburg-menu:hover {
    background: #ffffff;
}
.hamburg-menu:hover span {
    background: #000000;
}
.hamburg-menu span {
    display: block;
    width: 20px;
    height: 1px;
    background: #ffffff;
    transition: .3s;
    -webkit-transition: .3s;
}

/* ===== # Hero ===== */
.hero-sec .hero-inner {
    height: calc(100vh + 36px);
    padding: 0 72px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.hero-sec .hero-inner .hero-video video {
    cursor: auto;
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: block;
    object-fit: contain;
    background-color: rgba(0, 0, 0, 0);
    object-position: 50% 50%;
}
.hero-sec .hero-inner .hero-video {
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}
.hero-sec > .custom-container {
    /*max-width: 1296px;*/
    max-width: 100%;
}
.hero-sec .hero-top {
    max-width: 408px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding-top: 136px;
}
.hero-sec .hero-top .hero-top-desc {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.hero-sec .hero-top p {
    margin: 0;
    color: var(--secondary);
    font-size: 14px;
    line-height: 20px;
}
.hero-sec .hero-top .author-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    padding: 9px 0 0;
}
.hero-sec .hero-top .author-info h4 {
    color: var(--primary);
    font-style: italic;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}
.hero-sec .hero-top .author-info span {
    display: block;
    font-size: 14px;
    font-style: italic;
    color: var(--primary);
    line-height: 20px;
}
.hero-sec .hero-bottom h2 {
    background-image: linear-gradient(90deg, #ffffff 16%, #4d4d4d 140%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 96px;
    line-height: 96px;
    letter-spacing: -0.04em;
    font-style: italic;
    font-family: var(--font_arapey);
    font-weight: 300;
    padding: 14px;
    margin: -14px;
}
.hero-sec .hero-bottom h2:nth-child(2) {
    font-family: var(--font_urbanist);
}
.hero-sec .hero-bottom .left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hero-sec .hero-bottom {
    display: flex;
    width: 100%;
    align-items: flex-end;
}

/* ===== # About ===== */
.about-sec .section-header {
    margin-bottom: 120px;
}
.about-sec .funfacts-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}
.about-sec .funfacts-wrap .funfact-box:nth-child(odd) {
    margin-top: 58px;
}
.about-sec .funfacts-wrap .funfact-box:nth-child(3) {
    margin-top: 92px;
}
.funfact-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 306px;
    border: 1px solid #4d4d4d;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
}
.funfact-box .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
}
.funfact-box.active,
.funfact-box:hover {
    border-color: transparent;
}
.funfact-box.active .overlay,
.funfact-box:hover .overlay {
    opacity: 1;
}
.funfact-box .funfact-header {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 2;
    width: 100%;
}
.funfact-box .funfact-header .title {
    font-size: 20px;
    line-height: 28px;
    color: var(--primary);
    display: block;
    width: min-content;
    text-align: right;
}
.funfact-box .funfact-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
}
.funfact-box .funfact-footer .number {
    color: var(--primary);
    line-height: 64px;
    font-size: 64px;
    margin: 0;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.03em;
}
.funfact-box .funfact-footer .number span {
    font-size: 40px;
    line-height: 1.3;
}
.funfact-box .funfact-footer img,
.funfact-box .funfact-footer svg {
    display: block;
    width: 24px;
    height: 24px;
    flex: none;
}
.about-sec .custom-container {
    max-width: 100%;
}

/* ===== # Team ===== */
.team-sec .section-header {
    margin-bottom: 80px;
}
.team-members {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.team-member-box {
    padding: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 36px;
    border-radius: 16px;
    background: linear-gradient(180deg,#1f1f1f 0%,rgb(0,0,0) 35%,rgb(0,0,0) 65%,rgb(31,31,31) 100%);
}
.team-member-box .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-member-box .img-box {
    position: relative;
    overflow: hidden;
    height: 390px;
}
.team-member-box .content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.team-member-box .content .name {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: var(--primary);
    margin: 0;
    font-style: italic;
    font-weight: 500;
}
.team-member-box .content .designation {
    display: block;
    color: var(--primary);
    margin: 0 0 25px;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
}
.team-member-box .shape {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.team-member-box .shape span {
    display: block;
    width: 40px;
    height: 1px;
    background: #ffffff;
}
.team-member-box .content p {
    font-size: 16px;
    line-height: 28px;
    color: var(--primary);
    margin: 0;
    padding: 22px 0 34px;
}


.team-cv-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 660px;
    border-radius: 16px;
    background: linear-gradient(180deg,#1f1f1f 0%,rgb(0,0,0) 35%,rgb(0,0,0) 65%,rgb(31,31,31) 100%);
}
.team-cv-box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-cv-box .team-cv-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    width: 100%;
}
.team-cv-box .team-cv-header img {
    display: block;
    width: 81px;
    margin-bottom: 36px;
}
.team-cv-box .team-cv-header .title {
    margin: 0;
    color: var(--primary);
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.03em;
    font-weight: 400;
}
.team-cv-box .team-cv-header p {
    color: var(--secondary);
    line-height: 28px;
    font-size: 16px;
    margin: 0;
}
.team-cv-box .team-cv-footer {
    padding: 18px 18px 40px;
    width: 100%;
}

/* ===== # Feature Project ===== */
.feature-sec {
    position: relative;
}
.feature-sec .section-header {
    margin-bottom: 60px;
}
.feature-project-lists {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    width: 100%;
    z-index: 1;
}
.feature-project .img-box {
    flex: 1 0 0;
    overflow: hidden;
    position: relative;
}
.feature-project .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feature-project {
    background: linear-gradient(180deg, #1f1f1f 0%, rgb(0, 0, 0) 35%, rgb(0, 0, 0) 65%, rgb(31, 31, 31) 100%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    height: 98vh;
    width: 100%;
    top: 8px;
    overflow: hidden;
    position: sticky;
    padding: 12px 12px 30px;
}
.feature-project .hover_mouse {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    transition: transform 0.5s ease-out; /* Smooth transition */
    transform: translate3d(0, 0, 0);
}
.feature-project .hover_mouse a {
    color: var(--primary);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #1f1f1f, transparent);
    backdrop-filter: blur(5px);
    font-size: 16px;
    transform: scale(0);
    transition: .5s;
    -webkit-transition: .5s;
}
.feature-project .hover_mouse.active a {
    transform: scale(1);
}
.feature-project .feature-project-infos {
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 28px;
    position: relative;
    width: 100%;
}
.feature-project-info-box {
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    gap: 4px;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    width: 35%;
}
.feature-project-info-box .subtitle,
.feature-project-info-box .title {
    font-size: 14px;
    line-height: 20px;
    color: var(--tertiary);
    display: block;
}
.feature-project-info-box .subtitle {
    color: var(--primary);
}
.feature-project-infos .feature-project-info-box:nth-child(3) {
    width: 18%;
}
.feature-project-infos .feature-project-info-box:nth-child(4) {
    width: 12%;
}
.feature-more-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.single-project .header-menu-wrap .custom-container,
.feature-sec .custom-container {
    max-width: 100%;
}
.single-project .scroll-to-show-menu {
    display: none;
}

.single-project .header-menu-wrap {
    position: relative;
    top: 0;
    padding: 20px 0;
}
.project-single-wrap .section-header {
    padding: 90px 72px;
}
.project-single-wrap .feature-project {
    position: relative;
    height: min-content;
    max-width: 1920px;
    background: none;
    padding: 0;
    border-radius: 0;
    gap: 0;
}
.project-single-wrap .feature-project .img-box {
    height: 676px;
    flex: none;
}
.project-single-wrap .feature-project .feature-project-infos {
    padding: 60px 100px;
    border-bottom: 1px solid #333333;
}
.project-single-wrap .feature-project .feature-project-infos .feature-project-info-box:not(.project-description) .subtitle {
    font-size: 16px;
}
.project-single-content-wrap .section-header {
    border-bottom: 1px solid #333333;
}
.project-single-content-wrap .section-header:last-child {
    border-bottom: none;
}
.project-single-content-wrap .section-header .section-desc {
    display: flex;
    flex-direction: column;
    color: var(--tertiary);
    font-size: 20px;
    line-height: 26px;
    gap: 50px;
    margin-top: 50px;
}
.project-single-content-wrap .section-header .right {
    flex: none;
    width: 72%;
}
.project-single-content-wrap .section-header .section-desc p {
    margin: 0;
}
.project-single-wrap .full-image {
    width: 100%;
    height: 676px;
    overflow: hidden;
    position: relative;
}
.project-single-wrap .full-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== # Services ===== */
.service-sec .section-header {
    margin-bottom: 90px;
}
.service-lists-header {
    border-top: 1px solid #999999;
    padding: 12px 0 0;
}
.service-sec .service-lists-header .custom-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1440px;
    padding: 0;
}
.service-lists-header .service-header-th {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 72px;
    color: var(--primary);
    font-size: 14px;
    line-height: 16px;
}
.service-lists-header .service-header-th svg,
.service-lists-header .service-header-th img {
    display: block;
    max-width: 12px;
    flex: none;
}
.service-lists {
    margin-top: 48px;
}
.service-box {
    padding: 35px 0;
    transition: .3s;
    -webkit-transition: .3s;
}
.service-box .service-inner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
}
.service-box .service-inner .title img {
    display: block;
    width: 26px;
    height: 26px;
    flex: none;
}
.service-box .service-inner .title {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 12px;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
    opacity: 0.4;
    padding: 0 72px;
    color: var(--primary);
    transition: .3s;
    -webkit-transition: .3s;
}
.service-box .service-inner .title a {
    color: var(--primary);
}
.service-box .service-inner .service-feature-lists {
    color: var(--primary);
    line-height: 28px;
    margin: 0;
    opacity: 0.4;
    padding: 0 72px;
    font-size: 16px;
    transition: .3s;
    -webkit-transition: .3s;
}
.service-box .service-inner .service-feature-lists span {
    display: block;
}
.service-box .service-inner .service-img-box {
    padding: 0 72px;
    position: relative;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
}
.service-box .service-inner .service-img-box img {
    position: absolute;
    left: -20px;
    top: -50px;
    height: 280px;
    width: 306px;
    object-fit: cover;
    animation: upDownAnim 2s infinite linear;
}
.service-box.active,
.service-box:hover {
    background: #1a1a1a;
}

.service-box.active .service-inner .service-img-box,
.service-box.active .service-inner .service-feature-lists,
.service-box.active .service-inner .title,
.service-box:hover .service-inner .service-img-box,
.service-box:hover .service-inner .service-feature-lists,
.service-box:hover .service-inner .title {
    opacity: 1;
}
.service-sec .custom-container {
    max-width: 100%;
    padding-left: 72px;
    padding-right: 72px;
}

/* ===== # Testimonial ===== */
.testimonial-sec .section-header {
    margin-bottom: 40px;
    padding: 0 72px;
}
.testimonial-lists-wrap {
    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%);
    position: relative;
	cursor: none;
}
.testimonial-lists-wrap .hover_mouse span {
    background: rgb(31 31 31 / 69%);
    color: var(--primary);
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    transform: scale(0);
    backdrop-filter: blur(7px);
    transition: .5s;
    -webkit-transition: .5s;
}
.testimonial-lists-wrap .hover_mouse {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    line-height: 1.5;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
}
.testimonial-lists-wrap .hover_mouse.active span {
    transform: scale(1);
}
.testimonial-lists-wrap .testimonial-lists {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
    animation: testimonialSlide 25s infinite linear;
}
.testimonial-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: linear-gradient(180deg,#1f1f1f 0%,rgb(0,0,0) 35%,rgb(0,0,0) 65%,rgb(31,31,31) 100%);
    border-radius: 16px;
    padding: 24px;
    position: relative;
    height: 428px;
    gap: 58px;
    width: 308px;
    flex: none;
    overflow: hidden;
}
.testimonial-box .testimonial-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}
.testimonial-box .testimonial-rating li i {
    color: #333333;
    font-family: 'eicons';
    font-style: normal;
    position: relative;
	display: block;
}
.testimonial-box .testimonial-rating li i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: var(--primary);
    top: 0;
    left: 0;
}
.testimonial-box .testimonial-content p {
    font-size: 24px;
    margin: 0;
    line-height: 32px;
    letter-spacing: -0.01em;
    font-weight: 400;
    color: var(--primary);
}
.testimonial-box .testimonial-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.testimonial-box .testimonial-author {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 16px;
}
.testimonial-box .testimonial-author .designation,
.testimonial-box .testimonial-author .name {
    display: block;
    color: var(--primary);
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
}
.testimonial-box .testimonial-author .designation {
    font-size: 14px;
    font-weight: 400;
}


/* ===== # Awards ===== */
.awards-sec .section-header {
    margin-bottom: 90px;
    padding: 0 72px;
}
.awards-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    padding: 24px 0;
    border-bottom: 1px solid #333333;
}
.awards-box .overlay {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
}
.awards-box.active .overlay,
.awards-box:hover .overlay {
    opacity: 1;
}
.awards-box .awards-inner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    padding-left: 72px;
    padding-right: 72px;
}
.awards-box .awards-inner h4 {
    font-size: 64px;
    line-height: 68px;
    letter-spacing: -0.04em;
    color: var(--primary);
    font-weight: 400;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(77, 77, 77) 133%);
    padding: 7px;
    margin: -7px;
    transition: .3s;
    -webkit-transition: .3s;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.awards-box.active .awards-inner h4,
.awards-box:hover .awards-inner h4 {
    background: none;
    background-image: none !important;
    -webkit-text-fill-color: inherit;
    color: var(--primary);
}
.awards-box .awards-inner .date {
    display: block;
    color: #808080;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    font-weight: 500;
}
.awards-box.active .awards-inner .date,
.awards-box:hover .awards-inner .date {
    color: var(--primary);
}


/* ===== # Partner ===== */
.our-partner-sec {
    overflow: hidden;
    position: relative;
    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%);
}
.our-partner-sec ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 190px;
    will-change: transform;
    animation: partnerAnim 30s infinite linear;
}
.our-partner-sec ul li img {
    display: block;
    height: 36px;
    max-width: fit-content;
}

/* ===== # Pricing ===== */
.pricing-sec .section-header {
    margin-bottom: 90px;
}
.pricing-sec .pricing_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-bottom: 96px;
    position: relative;
}
.pricing-sec .pricing_nav .nav-item button {
    min-width: 209px;
    position: relative;
    background: none;
    border: none;
    font-size: 24px;
    letter-spacing: -0.01em;
    line-height: 32px;
    color: #333333;
    font-weight: 400;
    z-index: 1;
    padding: 0;
    display: flex;
    align-items: center;
    height: 62px;
    justify-content: center;
    gap: 12px;
}
.pricing-sec .pricing_nav .nav-item button span:not(.nav-hover-shape) {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 30px;
    flex: none;
    height: 18px;
    width: 45px;
    font-size: 14px;
    line-height: 1.3;
    color: #000000;
    font-weight: 600;
}
.pricing-sec .pricing_nav .nav-item button .nav-hover-shape svg {
    width: 100%;
    display: block;
}
.pricing-sec .pricing_nav_wrap {
    position: relative;
}
.pricing-sec .pricing_nav_wrap .nav-hover-shape {
    position: absolute;
    margin-left: -40px;
    bottom: -8px;
    width: 290px; /*290px*/
    z-index: -1;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
}
.pricing-sec .pricing_nav_wrap .nav-hover-shape svg {
    display: block;
    width: 100%;
}
.pricing-sec .pricing_nav .nav-item button.active {
    color: var(--primary);
}
.pricing-sec .pricing_nav .nav-item button.active .nav-hover-shape {
    opacity: 1;
}
.pricing-lists .shape_img {
    position: absolute;
    left: -180px;
    top: -180px;
    z-index: -1;
    width: 360px;
    height: 360px;
    animation: upDownAnim2 4s infinite linear;
	pointer-events: none;
}
.pricing-lists .shape_img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: rotate(36deg);
}
.pricing-lists .shape_img2 {
    left: auto;
    right: -180px;
    top: auto;
    bottom: -100px;

}
.pricing-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    position: relative;
    z-index: 1;
}
.pricing-box {
    display: flex;
    flex-direction: column;
    padding: 40px 28px;
    position: relative;
    background: linear-gradient(rgb(31, 31, 31) 0%, rgb(0, 0, 0) 35%, rgb(0, 0, 0) 65%, rgb(31, 31, 31) 100%);
    border-radius: 16px;
}
.pricing-box .pricing-featured-icon {
    position: absolute;
    right: 28px;
    top: 0;
}
.pricing-box .title {
    color: var(--primary);
    line-height: 20px;
    font-style: italic;
    font-size: 16px;
    display: block;
}
.pricing-box .price span {
    font-size: 20px;
    line-height: 28px;
    display: block;
}
.pricing-box .price {
    margin: 0;
    font-size: 64px;
    line-height: 64px;
    color: var(--primary);
    letter-spacing: -0.03em;
    font-weight: 500;
    font-style: italic;
    display: flex;
    align-items: flex-end;
    padding: 32px 0 22px;
    position: relative;
}
.pricing-box p .required {
    color: red;
    font-size: 18px;
    display: block;
}
.pricing-box p {
    font-size: 14px;
    color: var(--secondary);
    display: flex;
    gap: 4px;
    font-style: italic;
    line-height: 20px;
    margin: 0 0 28px;
}
.pricing-box .feature-lists {
    padding: 32px 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}
.pricing-box .feature-lists li {
    font-size: 16px;
    line-height: 20px;
    color: var(--primary);
    font-weight: 500;
    display: flex;
    gap: 16px;
    align-items: center;
}
.pricing-box .feature-lists li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    background: #333333;
    border-radius: 50%;
    width: 26px;
    height: 26px;
}
.pricing-box .feature-lists li .icon svg {
    display: block;
}
.pricing-box .pricing-footer .theme-btn {
    margin-top: 32px;
    width: 100%;
    justify-content: center;
}
.pricing-sec .custom-container {
    max-width: 100%;
}

/* ===== # Contact ===== */
.contact-sec .custom-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 80px;
    width: 100%;
}
.contact-sec .contact-content h3 {
    background: linear-gradient(90deg, rgb(255, 255, 255) 16%, rgb(77, 77, 77) 140%);
    display: inline-block;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: -14px;
    padding: 14px;
    font-size: 96px;
    line-height: 96px;
    letter-spacing: -0.04em;
    font-weight: 400;
}
.contact-sec .contact-content h3 span {
    font-family: var(--font_arapey);
    font-style: italic;
}
.contact-sec .contact-content > p {
    margin: 50px 0 28px 0;
    font-size: 14px;
    line-height: 20px;
    color: var(--primary);
    font-style: italic;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.contact-sec .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    animation: upDownAnim 2s infinite linear;
}
.contact-sec .img-box {
    height: 620px;
}
.contact-sec .contact-content > p .required {
    color: red;
    font-size: 16px;
    display: block;
}
.contact-form p {
    margin: 0;
}
.contact-form .input-group {
    margin-bottom: 24px;
}
.contact-form textarea,
.contact-form input {
    width: 100%;
    background: none;
    color: var(--primary);
    border: 1px solid rgba(136, 136, 136, .1);
    border-radius: 10px;
    padding: 15px 28px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.contact-form textarea:focus,
.contact-form input:focus {
    border-color: #0099ff;
    outline: none;
    box-shadow: none;
}
.contact-form .col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
}
.contact-form textarea {
    height: 140px;
}

/* ===== # Breadcrumb ===== */
.breadcrumb-area {
    position: relative;
    padding: 50px 0px 50px;
    background: #1f1f1f;
    overflow: hidden;
    z-index: 1;
    margin-top: 56px;
}
.breadcrumb-area::after {
    left: auto;
    right: -50px;
    top: auto;
    bottom: -50px;
}
.breadcrumb-area .custom-container {
    max-width: 100%;
}
.breadcrumb-area .breadcrumb-content h1 {
    font-size: 45px;
    color: #fff;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 25px;
}
.breadcrumb-area .breadcrumb-content .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
}
.breadcrumb-area .breadcrumb-content .breadcrumbs li {
    text-transform: uppercase;
    color: #ffffff99;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    font-family: var(--font_instrument);
    margin: 0;
}
.breadcrumb-area .breadcrumb-content .breadcrumbs li i {
    display: block;
    margin-bottom: 1px;
}
.breadcrumb-area .breadcrumb-content .breadcrumbs li:last-child::before {
    display: none;
}
.breadcrumb-area .breadcrumb-content .breadcrumbs li a {
    font-weight: 500;
    text-decoration: none;
    color: var(--primary);
}

/* ===== # Blog ===== */
.blog-content-area {
    padding-top: 100px;
    padding-bottom: 60px;
}
.blog-item a {
    text-decoration: none;
}
.blog-item {
    margin-bottom: 40px;
}
.blog-item .blog-thumbnail {
    margin-bottom: 30px;
}
.blog-item .blog-thumbnail img {
    display: block;
    width: 100%;
    border-radius: 6px;
}
.blog-item .meta {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 10px;
}
.blog-item .meta li {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    line-height: 1.2;
}
.blog-item .meta li::before {
    content: '';
    position: absolute;
    right: -21px;
    top: 7px;
    background: #808080;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.blog-item .meta li:last-child::before {
    display: none;
}
.blog-item .meta li a {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .3s;
    /* opacity: 0.5; */
    color: #fff;


    background: linear-gradient(to top right, #ffffff -200%,transparent 300%);
    background-repeat: no-repeat;
    background-size: 0 0.0625em;
    background-position: 0 95%;
    transition: .25s;
}
.blog-item .meta li a:hover {
    background-size: 100% 0.3625em;
}
.blog-item .meta li a i {
    display: block;
    font-size: 18px;
    margin-bottom: 1px;
    color: var(--primary);
}
.blog-item .blog-item-content h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.blog-item .blog-item-content h1 a {
    color: #fff;
    display: inline-block;
    background: linear-gradient(to top right,#ffffff -200%,transparent 300%);
    background-repeat: no-repeat;
    background-size: 0 0.0625em;
    background-position: 0 95%;
    transition: .25s;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}
.blog-item .blog-item-content h1 a:hover {
    background-size: 100% 0.3625em;
}
.blog-item p {
    color: #ffffff99;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
}
.blog-item .blog-item-content .read-more-btn {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.4px;
    border-bottom: 2px solid #ffffff;
    padding: 4px 0;
    transition: .3s;
}
.blog-item .blog-item-content .read-more-btn:hover {
    border-color: #fff;
    color: var(--primary);
}

.blog-sidebar .blog-sidebar-item a {
    text-decoration: none;
    color: var(--primary);
    font-size: 16px;
}
.blog-sidebar .blog-sidebar-item {
    padding: 40px;
    background: #2a2a2a;
    margin-bottom: 40px;
    border-radius: 4px;
}
.blog-sidebar .blog-sidebar-item:last-child {
    margin-bottom: 0;
}
.blog-sidebar .blog-sidebar-item h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    color: var(--primary);
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.blog-sidebar .blog-sidebar-item h3::before {
    content: '';
    width: 50px;
    height: 2px;
    background: #ffffff;
    right: -60px;
    position: absolute;
    top: 11px;
}
.blog-sidebar .blog-sidebar-item ul li {
    line-height: 1.6;
    padding: 10px 0;
    border-bottom: 1px solid #686a70;
    margin: 3px 0;
}
.blog-sidebar .blog-sidebar-item ul li:first-child {
    margin-top: 0;
    padding-top: 0;
}
.blog-sidebar .blog-sidebar-item ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.blog-sidebar .blog-sidebar-item ul li a {
    display: block;
    color: var(--primary);
    transition: .3s;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
}
.blog-sidebar .blog-sidebar-item ul li a:hover {
    color: var(--primary);
}
.blog-sidebar .blog-sidebar-item.blog-sidebar-search {
    padding: 0;
    background: none;
}
.aixor-main .breadcrumb-area .custom-container,
.page-template-default .custom-container,
.single .custom-container,
.blog .custom-container {
    padding-left: 72px;
    padding-right: 72px;
}
.search-form {
    display: block;
    position: relative;
}
.search-form input {
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 19px 80px 19px 35px;
    background: #2a2a2a;
    border-radius: 4px;
    border: 1px solid transparent;
    font-weight: 300;
    transition: .3s;
    color: #fff;
}
.search-form input:focus {
    box-shadow: none;
    outline: none;
    border-color: var(--primary);
}
.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    background: none;
    cursor: pointer;
    width: 70px;
    font-size: 25px;
    color: #fff;
}
.blog-sidebar .blog-sidebar-item.blog-tags ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.blog-sidebar .blog-sidebar-item.blog-tags ul li {
    padding: 0;
    margin: 0;
    border: none;
}
.blog-sidebar .blog-sidebar-item.blog-tags ul li a {
    background: #fff;
    padding: 6px 18px;
    color: #000;
    font-weight: 600;
    border-radius: 30px;
    font-size: 14px;
}
.blog-sidebar .blog-sidebar-item.blog-tags ul li a:hover {
    background: #000;
    color: #fff;
}



/* Blog Details */
.blog-details-area {
    padding-top: 100px;
    padding-bottom: 100px;
}
.blog-details-area .blog-details-content .meta {
    margin-bottom: 15px;
}
.blog-details-area .blog-details-content p {
    font-size: 18px;
    color: #ffffff99;
    color: #fff;
    font-weight: 400;
}
.blog-details-area .blog-details-content h3 {
    color: var(--primary);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.blog-details-area .blog-details-content .lists {
    margin-bottom: 1rem;
}
.blog-details-area .blog-details-content .lists li {
    color: #ffffff99;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 32px;
    padding-left: 25px;
}
.blog-details-area .blog-details-content .lists li::before {
    content: '';
    background: #999999;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 15px;
    left: 5px;
}
.blog-details-area .blog-details-content .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
}
.blog-details-area .blog-details-content .tags li a {
    display: block;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 30px;
    transition: .3s;
    text-transform: uppercase;
}
.blog-details-area .blog-details-content .tags li a:hover {
    background: #000000;
    color: #fff;
}

.comments-area h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.2;
}
.comments-area .comments .comments-list .comment-item {
    margin-bottom: 40px;
}
.comments-area .comments .comments-list .comment-item .comment-body {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.comments-area .comments .comments-list .comment-item .comment-body .comment-avatar {
    flex: none;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.comments-area .comments .comments-list .comment-item .comment-body .comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.comments-area .comments .comments-list .comment-item .comment-body .comment-content {
    flex: 1;
}
.comments-area .comments .comments-list .comment-item .comment-body .comment-content h4 {
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.comments-area .comments .comments-list .comment-item .comment-body .comment-content h4 .date {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-left: 40px;
    /* color: var(--secondary); */
    position: relative;
    text-transform: uppercase;
    color: var(--primary);
}
.comments-area .comments .comments-list .comment-item .comment-body .comment-content h4 .date::before {
    content: '';
    width: 20px;
    height: 1px;
    position: absolute;
    left: -25px;
    top: 5px;
    /* background: #999999; */
    background: #ffffff;
}
.comments-area .comments .comments-list .comment-item .comment-body .comment-content p {
    color: #686a6f;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.comments-area .comments .comments-list .comment-item .comment-body .comment-content .comment-reply-link,
.comments-area .comments .comments-list .comment-item .comment-body .comment-content .reply-btn {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    margin-top: 20px;
    color: var(--primary);
    text-decoration: none;
}
.comments-area .comments .children {
    padding-left: 60px;
    border-top: 1px solid #686a70;
    padding-top: 40px;
}

/* Comment Form */
.comment-form {
    padding-top: 20px;
}
.comment-form > p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    color: #ffffff99;
}
.comment-form > p a {
    color: var(--primary);
    text-decoration: none;
}
.comment-form h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.2;
    text-transform: uppercase;
}
.comment-form form .input-group {
    margin-bottom: 20px;
}

.comment-form form .input-group input,
.comment-form form .input-group textarea {
    font-size: 14px;

    display: block;
    color: #fff;
    width: 100%;
    border: none;
    background: none;
    padding: 0;
    transition: .2s;
    padding-bottom: 3px;
}
.comment-form form .input-group input:focus,
.comment-form form .input-group textarea:focus {
    outline: none;
    box-shadow: none;
}
.comment-form form .input-group textarea {
    height: 180px;
    border-bottom: 1px solid #555555;
    resize: none;
}

/* ===== # Footer ===== */
.footer-area .footer-bottom {
    height: 245px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-area .footer-bottom .split-text-anim {
    width: 100%;
}
.footer-area .footer-bottom img {
    display: block;
    width: 100%;
}
.footer-area .footer-top {
    padding: 60px 72px 90px;
}
.footer-area .footer-top > .row .col-md-3:nth-child(2) {
    flex: 0 0 auto;
    width: 50%;
}
.footer-area .footer-top > .row .col-md-3:nth-child(3) .footer-widget .copyright {
    justify-content: flex-end;
}
.footer-area .footer-top > .row .col-md-3:nth-child(3) .footer-widget .footer-widget-top {
    align-items: flex-end;
}
.footer-area .footer-top > .row .col-md-3:nth-child(3) .footer-widget ul {
    align-items: flex-end;
}
.footer-area .footer-top > .row .col-md-3:nth-child(3) .footer-widget ul li a {
    justify-content: flex-end;
}
.footer-widget {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.footer-widget .copyright {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    color: var(--tertiary);
    gap: 10px;
}
.footer-widget .copyright img {
    display: block;
}
.footer-widget .footer-widget-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.footer-widget h4 {
    color: var(--tertiary);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}
.footer-link ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}
.footer-link ul li {
    display: block;
}
.footer-link ul li a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--primary);
    text-transform: uppercase;
    text-decoration: none;
    line-height: 18px;
    font-size: 16px;
}
.footer-link ul li a img,
.footer-link ul li a svg {
    width: 10px;
    height: 10px;
    display: block;
}
.footer-widget .footer-social {
    text-align: right;
    align-items: flex-end;
}
.footer-contact-infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 64px;
}
.footer-contact-infos .footer-widget-top {
    align-items: center;
}
.footer-contact-infos .footer-widget-top a:before {
    height: 2px;
}
.footer-contact-infos .footer-widget-top .links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.footer-contact-infos .footer-widget-top a {
    display: inline-block;
    color: var(--primary);
    font-size: 40px;
    line-height: 52px;
    font-weight: 400;
    text-decoration: none;
    overflow-wrap: anywhere;
}


/*===== # 404 Not Found ===== */
.error-page-area .error-box h1,
.error-page-area .error-box h2 {
    font-size: 2.5rem;
    color: var(--primary);
    font-weight: 500;
    line-height: 1.2;
}
.error-page-area {
    margin-top: 24px;
}




/* ===== # Keyframe ===== */
@keyframes upDownAnim {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
    0% {
        transform: translateY(0);
    }
}
@keyframes upDownAnim2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    0% {
        transform: translateY(0);
    }
}
@keyframes testimonialSlide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1992px);
    }
}
@keyframes partnerAnim {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-3382px)
    }
}
/* Additional CSS */
.footer-widget .theme-btn{
    padding-top: 14px;
    padding-bottom: 14px;
}


