/*!
Theme Name: personalx
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: personalx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

personalx is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nohemi' !important;
}

body,
a {
    font-family: 'Figtree', sans-serif !important;
}

@media (max-width: 1400px) {
    .e-con-inner {
        max-width: 1140px !important;
    }
}

@media (max-width: 1200px) {
    .e-con-inner {
        max-width: 960px !important;
    }
}

@media (max-width: 992px) {
    .e-con-inner {
        max-width: 720px !important;
    }
}

@media (max-width: 768px) {
    .e-con-inner {
        max-width: 540px !important;
    }
}

.hero-form input[type='email'] {
    border: 1px solid rgba(0, 0, 0, 0.6) !important;
}

span.wpcf7-spinner {
    display: none;
}

.hero-form form p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hero-form form p input[type="email"] {
    padding: 12px 13px;
    border-radius: 10px;
    border-color: #aaa !important;
}

input[type="submit"] {
    background-color: #000;
    color: #fff;
    display: inline-block;
    border: none;
    padding: 13px 20px;
    border-radius: 10px;
}

.devdider-hero {
    text-align: center;
}

.hero-wrapper {
    max-width: 522px;
}

.devdider-hero span {
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    background-color: #fff;
    color: #a0a0a0;
    padding: 0 15px;
}

.devdider-hero:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 500px;
    background-color: #333;
    content: "";
    height: 0.5px;
    transform: translateY(-50%);
    opacity: 0.6;
    z-index: -1;
}

.devdider-hero {
    position: relative;
}

.devdider-hero {
    padding: 20px 0;
}

.hero-buttons a {
    color: #000;
    border: 1px solid #000;
    padding: 12px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.hero-buttons {
    gap: 15px;
    display: flex;
}

.theme-pill a {
    pointer-events: none;
    cursor: default;
    font-family: 'Nohemi' !important;
    font-weight: 300;
    letter-spacing: 1px;
}

.enterprise-image-box img {
    margin: 0 auto;
}

input[type="submit"]:hover {
    opacity: 0.8;
}

input[type="submit"] {
    transition: 0.3s;
}

.hero-buttons a:hover {
    background-color: #000;
    color: #fff;
}

.hero-buttons a {
    transition: 0.3s;
}



/* media slider  */
.slick-arrow {
    height: 44px;
    width: 44px;
    border: 1px solid hwb(231deg 73% 19% / 33%);
    box-shadow: 0 2px 4px hwb(0deg 0% 100% / 18%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: .3s;
}

.slick-arrow:hover {
    opacity: .5;
}

.media-slider .slick-slide,
.media-slider2 .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
    height: auto;
}

.media-slider .slick-track {
    display: flex;
}

.media-slider .slick-slide>div {
    height: 100%;
}

.media-slider .slick-slide>div>.elementor-element {
    height: 100%;
}

.media-slider .slick-arrow,
.media-slider2 .slick-arrow {
    position: absolute;
    left: calc(50% - 50px);
    bottom: -50px;
    z-index: 1;
}

.media-slider .slick-arrow.next,
.media-slider2 .slick-arrow.next {
    left: auto;
    right: calc(50% - 50px);
}


/* marquee slider  */
.single-marquee img {
    max-width: 110px;
}

.single-marquee {
    height: 70px;
    display: inline-flex !important;
    align-items: center;
    padding: 0 40px;
}



/* Start Header area style
============================================================================================ */
.header-area {
    position: relative;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff;
    padding: 20px 0;
}

.header-area .offcanvas-toggler-wrap {
    display: none;
}

.header-area .offcanvas-toggler-wrap .offcanvas-toggler {
    display: flex;
    align-items: center;
    background: transparent;
    color: #000;
    padding: 0;
    border-radius: 0;
    justify-content: center;
    font-size: 20px;
    border: none;
}

.header-area .offcanvas-toggler-wrap .offcanvas-toggler svg {
    width: 30px;
    height: 30px;
}

.header-area .offcanvas-toggler-wrap .offcanvas-toggler .cross {
    display: none;
}

.header-area .offcanvas-toggler-wrap .offcanvas-toggler.active .cross {
    display: block;
}

.header-area .offcanvas-toggler-wrap .offcanvas-toggler.active .bars {
    display: none;
}

.header-grid {
    display: grid;
    grid-template-columns: 3fr 7fr 3fr;
    gap: 15px;
    align-items: center;
}

.header-grid .nav-menu {
    display: flex;
    gap: 15px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}


.header-grid .nav-menu .nav-item a {
    position: relative;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;

}

.header-grid .nav-menu .nav-item>a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

/*
.header-grid .nav-menu .nav-item a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 3px;
    content: "";
    background: #000;
    transform: translateX(-50%);
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
*/

.header-grid .nav-menu .nav-item:hover>a,
.header-grid .nav-menu .nav-item.active a {
    opacity: .8;
}

.header-grid .nav-menu .nav-item:hover>a:after,
.header-grid .nav-menu .nav-item.active a:after {
    opacity: 1;
    visibility: visible;
}



.header-grid .logo-wrap .logo1 {
    max-width: 30px;
}

.header-grid .logo-wrap .logo2 {
    max-width: 100px;
}

.logo-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-wrap .line {
    display: flex;
    align-items: center;
    background: #000;
    height: 16px;
    width: 1px;
}

.header-grid .logo-wrap .text-logo {
    font-size: 20px;
    color: #000;
}

.header-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.offcanvas-wraper {
    position: fixed;
    width: 420px;
    background: #FFFFFF;
    height: calc(100% - 71px);
    top: 71px;
    z-index: 999;
    left: -420px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-right: 1px solid #e4e5eb;
}

.offcanvas-wraper .offcanvas-close {
    position: absolute;
    right: 13px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}

.offcanvas-wraper .header-meta {
    margin-top: 15px;
}

.offcanvas-wraper.active {
    left: 0;
}

.offcanvas-wraper .navbar-nav .nav-item a {
    color: #3B2F2F;
}

.header-meta .header-btn {
    display: inline-block;
    background: #000000;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    transition: .3s;
    text-align: center;
}

.header-meta .header-btn:hover {
    opacity: .8;
}

.header-meta .header-btn.gray-btn {
    background: #E4E5EB;
}

.offcanvas-wraper .header-meta {
    margin-top: 15px;
    flex-direction: column;
    align-items: flex-start;
}

.offcanvas-wraper .header-meta li {
    width: 100%;
}

.offcanvas-wraper .header-meta .header-btn {
    width: 100%;
}

.extra-offcanvas-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 20px;
    list-style: none;
    border-bottom: 1px solid #e4e5eb;
    gap: 30px;
    margin-bottom: 30px;
}

.extra-offcanvas-menu li a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.offcanvas-menu {
    padding: 0 20px;
    overflow-y: auto;
    height: calc(100dvh - (71px + 65px + 30px));
}

.offcanvas-mega-menu-inner {
    overflow-y: auto;
    height: calc(100dvh - (71px + 65px + 30px));
    padding-bottom: 20px;
}

/* header mega menu  */
.nav-item.has-mega {
    position: relative;
}

.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 620px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.mega-menu .label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #717F93;
}

.nav-item.has-mega:hover .mega-menu {
    display: block;
}

.mega-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.mega-item {
    text-decoration: none;
    color: inherit;
    display: block;
}

.mega-item img {
    width: 40px;
    margin-bottom: 10px;
}

.mega-item h4 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    gap: 7px;
}

.mega-item h4 i,
.mega-item h4 svg {
    opacity: 0;
    visibility: hidden;
    margin-left: -5px;
    transition: .3s;
}

.mega-grid a:hover h4 i,
.mega-grid a:hover h4 svg {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}

.mega-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.mega-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.offcanvas-mega-menu {
    background: #fff;
    position: fixed;
    top: 71px;
    width: 419px;
    left: -419px;
    height: 100dvh;
    z-index: 999;
    transition: all 0.3s ease 0s;
}

.offcanvas-mega-menu-inner .mega-menu {
    position: inherit;
    width: 100%;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    padding: 0 20px;
}

.offcanvas-mega-menu-inner .mega-grid {
    grid-template-columns: 1fr;
}

.offcanvas-mega-menu-inner .mega-item {
    display: flex !important;
}

.offcanvas-mega-menu-inner .mega-item p {
    line-height: 1.6;
}

.offcanvas-mega-menu-inner .mega-menu .label {
    margin-bottom: 30px;
}

.offcanvas-mega-menu.active {
    left: 0;
}

.offcanvas-menu .nav-item.open .offcanvas-mega-menu {
    display: block;
}

.offcanvas-mega-menu .back-arrow {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #e4e5eb;
    margin-bottom: 30px;
    min-height: 65px;
    padding: 20px;
    cursor: pointer;
}

.offcanvas-mega-menu .back-arrow svg {
    transform: rotate(90deg);
    height: 18px;
    width: 18px;
}

.offcanvas-wraper .navbar-nav .nav-item>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    text-transform: uppercase;
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}


.form-group input,
.form-group textarea {
    border: solid 1px rgba(0, 0, 0, 0.2);
    width: 100%;
    background: transparent;
    font-family: Figtree;
    font-size: 16px;
    font-stretch: normal;
    color: rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
    border-radius: 10px;
}

.dark-form .form-group input,
.dark-form .form-group textarea {
    border: 1px solid hwb(0deg 100% 0% / 40%);
    color: hwb(0deg 100% 0% / 60%);
}

.dark-form .form-group label {
    color: hwb(0deg 100% 0% / 60%);
}

.dark-form .form-group input::placeholder,
.dark-form .form-group textarea::placeholder {
    color: hwb(0deg 100% 0% / 60%);
}

.form-group {
    margin-bottom: 15px;
}

.form-group textarea {
    height: 70px;
}

.form-group.submit button {
    width: 100%;
}

.form-group.button {
    margin-bottom: 0;
    text-align: center;
    margin-top: 20px;
}

.form-group.checkbox label input {
    width: auto;
    position: absolute;
    left: 0;
    top: 5px;
}

.form-group.checkbox label {
    position: relative;
    padding-left: 25px;
}

.form-group.button button {
    width: 220px;
    border: none;
    background: #0B74F6;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}

.header-height {
    display: none;
}

@media(max-width:1399px) {
    .header-grid {
        display: grid;
        grid-template-columns: 2fr 7fr 2fr;
        gap: 15px;
        align-items: center;
    }
}

@media(max-width: 1024px) {
    .header-grid .nav-menu {
        display: none;
    }

    .header-grid .header-meta {
        display: none;
    }

    .header-area .offcanvas-toggler-wrap {
        display: flex;
        justify-content: flex-end;
        gap: 15px;
    }

    .header-grid {
        grid-template-columns: 1fr 1fr;
    }

    .header-area .cart-btn {
        height: 40px;
        width: 40px;
    }

    .header-area .cart-btn img {
        transition: .3s;
        max-width: 20px;
    }

    .navbar-nav .nav-item {
        margin-right: 0;
    }

    .navbar-nav .nav-item a {
        font-size: 16px;
        line-height: 50px;
        color: #ffffffc2;
        display: block;
        padding: 0;
    }

    .navbar-nav .nav-item {
        position: relative;
        line-height: inherit;
    }

    .header-area .navbar-nav {
        display: none;
    }

    .header-area .header-btns {
        display: none !important;
    }

    .toggle-submenu {
        height: 25px;
        width: 25px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        color: #000;
        transform: rotate(-90deg);
    }

    .mega-item h4 {
        font-weight: 400;
    }

    .offcanvas-mega-menu {
        margin-bottom: 15px;
    }

    .offcanvas-toggler-wrap .header-meta {
        display: block;
    }

    .header-meta .header-btn {
        padding: 8px 20px;
    }

    .header-area {
        padding: 15px 0;
        border-bottom: 1px solid #e4e5eb;
        position: fixed;
    }

    .header-area .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-height {
        height: 71px;
        display: block;
    }
}


@media (max-width:991px) {
    .single-marquee {
        padding: 0 20px;
    }
}

@media (max-width:767px) {
    .header-grid .logo-wrap img {
        max-width: 120px;
    }

    .header-grid .logo-wrap .text-logo {
        font-size: 16px;
    }

    br {
        display: none;
    }

    .hero-wrapper {
        max-width: 100%;
    }

    .hero-form form p {
        flex-direction: column;
    }

    .devdider-hero:before {
        width: 100%;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons a {
        display: flex;
        justify-content: center;
    }

    .offcanvas-wraper {
        width: 100%;
        left: -100%;
    }
}

@media (max-width: 480px) {
    .logo-wrap {
        gap: 10px;
    }

    .header-grid .logo-wrap .logo2 {
        max-width: 80px;
    }

    .header-grid {
        gap: 10px;
    }

    .header-area .offcanvas-toggler-wrap {
        gap: 10px;
    }

    .header-meta .header-btn {
        padding: 8px 14px;
        font-size: 12px;
    }

}