body {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 2rem;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cal Sans", sans-serif;
    line-height: 100%;
}



p {
    font-weight: 300;
}

.icon-size-1 {
    width: 34px;
}

.theme-mb-1 {
    margin-bottom: 30px;
}

.theme-mb-lh {
    margin-bottom: 50px;
}

.bg-theme-1 {
    background-color: #060606;
}

.bg-theme-2 {
    background-color: #242424;
}

.bg-theme-3 {
    background-color: #151515;
}

.bg-theme-4 {
    background: #060606 url(../images/website-banner-1.svg) center center fixed;
    background-size: cover;
}

.bg-theme-5 {
    background: #060606 url(../images/website-banner-2.svg) center center fixed;
    background-size: cover;
}

.bg-theme-6 {
    background: #060606 url(../images/website-banner-4.svg) center center fixed;
    background-size: cover;
}

.bg-theme-7 {
    background-color: #BBBBBB;
}



.bg-theme-8 {
    background: #060606 url(../images/website-banner-5.svg) center top fixed;
    background-size: cover;
}

.bg-theme-9 {
    background-color: #F0F0F0;
}

.btn {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 30px;
    font-style: normal;
    font-weight: 500;
}

.theme-btn {
    background-color: #FF3A3A;
    border-color: #FF3A3A;
    color: #FFF;
}

.theme-btn:hover {
    background-color: #ff3a3aca !important;
    border-color: #ff3a3aca !important;
    color: #ffffff;
}


.theme-red {
    color: #FF3A3A;
}

.theme-grey {
    color: #BBBBBB;
}

.theme-dark {
    color: #5f5f5f !important;
}

.italic {
    font-style: italic;
}

.img-card-1 img {
    width: 100%;
}

.border-bottom-1 {
    border-bottom: 1px solid #242424;
    box-shadow: 0px 1px 0px #151515;
}

.max-content {
    width: 400px !important;
}

.wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    padding: 120px 0px;
}

.lg-wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    padding: 140px 0px 100px;
}

@media (max-width: 992px) {
    .wrapper {
        display: block;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        padding: 70px 0px 70px;
    }

    .lg-wrapper {
        display: block;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        padding: 140px 0px 70px;
    }
}

@media (max-width: 992px) {
    .theme-mb-lh {
        margin-bottom: 30px;
    }

    .img-card-1 {
        margin-bottom: 30px;
    }

    .max-content {
        width: 100% !important;
    }

    .mob-margin {
        margin-bottom: 30px;
    }
}

/*End Default*/



/*Header*/
.header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    z-index: 99;
    padding: 10px 0px;
}

.logo-img {
    height: 24px;
}

.nav-item {
    padding: 0px 5px;
}

.nav-link {
    font-size: 15px;
    border-radius: 30px;
    padding: 3px 16px !important;
    transition: all 400ms;
    box-shadow: none !important;
    transition: 0.5s ease-in-out;
}

.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(24px);
    transition: 0.5s ease-in-out;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 1);
}

.nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(24px);
    transition: 0.5s ease-in-out;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 1);
}

.dropdown-menu {
    padding: 15px !important;
}

.dropdown-item {
    font-size: 15px;
    border-radius: 30px;
}

.dropdown-item:hover {
    background-color: #242424 !important;
    transition: 0.5s ease-in-out;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* fixes small jump */
}

.justify-content-1 {
    justify-content: end;
}

@media (max-width: 992px) {
    .header-wrapper {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(10px);
        z-index: 99;
    }

    .navbar-toggler {
        box-shadow: none !important;
    }

    .autonav {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .nav-link {
        width: max-content !important;
        font-size: 15px;
        border-radius: 30px;
        padding: 5px 15px !important;
        transition: all 400ms;
        box-shadow: none !important;
    }

    .nav-item {
        padding: 10px 0px;
    }

    .justify-content-1 {
        margin-top: 30px;
        justify-content: center;
    }
}

/*End Header*/

/*Slider*/
.slider-wrapper {
    display: flex;
    width: 100%;
    height: 100vh;
    overflow: hidden !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slider-content-sub {
    display: flex;
    height: 40vh;
    flex-direction: column;
    justify-content: space-between;
}

.slider-content-1 h1 {
    font-size: 7rem;
    line-height: 90%;
}

.slider-content-1 h1 span {
    color: #FF3A3A;
}

.slider-content-2 h2 {
    font-size: 5rem;
    line-height: 100%;
}

.video-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
}

.video-wrap video {
    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

@media (max-width: 992px) {
    .slider-wrapper {
        display: flex;
        width: 100%;
        height: 100vh;
        overflow: hidden !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .video-wrap video {
        position: absolute;
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    .slider-content-sub {
        display: flex;
        height: auto;
        flex-direction: row;
        justify-content: start;
    }


    .slider-content-2 {
        margin-right: 30px;
    }

    .slider-content-1 h1 {
        font-size: 4rem;
        line-height: 100%;
    }

    .slider-content-2 h2 {
        font-size: 3rem;
        line-height: 100%;
    }
}

/*end slider content*/

/*Content Area*/


.glossy-card-1 {
    background: rgba(24, 24, 24, 0.1);
    backdrop-filter: blur(15px);
    padding: 70px 50px;
    border-radius: 30px;
    border: 1px solid rgba(227, 227, 227, 0.1);
}

.glossy-card-2 {
    display: flex;
    flex-direction: row;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    padding: 40px 25px;
    border-radius: 30px;
    box-shadow: 0px 5px 24px rgba(227, 227, 227, 0.7);
    border-bottom: 1px solid #FFF;
}

.glossy-card-3 {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(2px);
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0px 5px 24px rgba(227, 227, 227, 0.7);
    border-bottom: 1px solid #FFF;
}


.glossy-card-clients {
    display: flex;
    flex-direction: row;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0px 5px 24px rgba(227, 227, 227, 0.7);
    border-bottom: 1px solid #FFF;
    margin-bottom: 30px;
}

.glossy-card-2-img {
    width: 200px;
    margin-right: 30px;
}

.glossy-card-2-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 5px 24px rgba(227, 227, 227, 0.9);
}

@media (max-width: 992px) {
    .glossy-card-1 {
        background-color: rgba(0, 0, 0, 0);
        backdrop-filter: blur(10px);
        padding: 40px 20px;
    }

    .glossy-card-3 {
        padding: 20px;
    }

    .glossy-card-clients {
        flex-direction: column !important;
        margin-bottom: 30px;
        padding: 20px;
    }

    .glossy-card-clients .align-self-center {
        align-self: flex-start !important;
        display: flex !important;
        justify-content: center !important;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .glossy-card-2 {
        flex-direction: column !important;
    }



    .glossy-card-2 .pe-4 {
        padding: 0px 0px 10px 0px !important;
    }

    .glossy-card-2-img {
        width: 100% !important;
        margin-right: 0px;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .glossy-card-2-img img {
        width: 240px;

    }


}

.services-card {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.services-card li {
    display: block;
    margin: 0 10px 0px 0px;
    padding: 0px;
    font-size: 14px !important;
    color: #777;
}

.services-card-anchor {
    background-color: #242424;
    border: 1px solid #242424;
    display: block;
    text-decoration: none;
    color: #FFF !important;
    padding: 4px 20px !important;
    border-radius: 30px;
}

.services-card-anchor:hover {
    background-color: #151515;
    border: 1px solid #151515;
    transition: all 500ms;
}

.services-card-br {
    display: block;
    padding: 4px 20px !important;
    border: 1px dashed #BBBBBB;
    border-radius: 30px;
}

.services-card-br:hover {
    background-color: #FFF;
    transition: all 500ms;
}

.pixel-ul {
    display: block;
    margin: 0;
    padding: 0;
}

.pixel-ul li {
    display: block;
    margin: 0 0 15px 0;
    padding: 5px 10px;
    border-radius: 7px;
    font-size: 16px;
}

.pixel-ul-2 {
    display: block;
    margin: 0;
    padding: 0;
}

.pixel-ul-2 li {
    display: block;
    margin: 0 0 15px 0;
    padding: 0px;
    border-radius: 7px;
    font-size: 16px;
}

.pixel-ul-flex {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.pixel-ul-flex li {
    display: flex;
    margin: 0 0 20px 0;
    padding: 0px;
    font-size: 16px;
    text-align: middle;
    line-height: normal;
    align-items: center;
}

.pixel-ul-flex li img {
    width: 22px;
    margin: 0px;
}

@media (max-width: 1366px) {
    .services-card li {
        display: block;
        margin: 0 10px 10px 0px;
        padding: 0px;
        font-size: 14px !important;
        color: #777;
    }
}

@media (max-width: 992px) {
    .services-card li {
        display: block;
        margin: 0 10px 10px 0px;
        padding: 0px;
        font-size: 14px !important;
        color: #777;
    }

    .services-card-anchor {
        background-color: #242424;
        border: 1px solid #242424;
        display: block;
        text-decoration: none;
        color: #FFF !important;
        padding: 4px 15px !important;
        border-radius: 30px;
    }

    .services-card-anchor:hover {
        background-color: #151515;
        border: 1px solid #151515;
        transition: all 500ms;
    }

    .services-card-br {
        display: block;
        padding: 4px 15px !important;
        border: 1px dashed #BBBBBB;
        border-radius: 30px;
    }
}

/* ecom */
.ecom-header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(20, 117, 54, 0.6);
    backdrop-filter: blur(15px);
    z-index: 99;
    padding: 10px 0px;
}

.ecom-btn {
    background-color: #AAFF42 !important;
    border-color: #AAFF42 !important;
    color: #060606 !important;
}

.ecom:hover {
    background-color: #C8FF85 !important;
    border-color: #C8FF85 !important;
    color: #242424 !important;
}

.ecom-bg-primary {
    background-color: #AAFF42;
}

.ecom-bg-secondary {
    background-color: #147536;
}

.ecom-glossy-bg {
    background-color: #14753686;
    backdrop-filter: blur(15px);
}

.ecom-glossy-light {
    background-color: #ffffffbd;
    backdrop-filter: blur(15px);
}

.ecom-bg-1 {
    background-color: #CCF1FF;
}

.ecom-bg-2 {
    background-color: #C3FFD9;
}

.ecom-bg-3 {
    background-color: #AAFF42;
    color: #060606;
}

.ecom-bg-4 {
    background-color: #EAF5EC;
    color: #147536;
}

.ecom-bg-5 {
    background-color: #E1FFC9;
    color: #060606;
}

.ecom-bg-6 {
    background-color: #EAF5EC;
}

.ecom-color-1 {
    color: #AAFF42;
}

.ecom-color-2 {
    color: #147536;
}

.rela-block {
    position: relative;
}

.limited {
    position: absolute;
    border: 1px dashed #AAFF42;
    color: #AAFF42;
    width: max-content;
    padding: 0px 7px;
    border-radius: 30px;
    font-size: 13px;
    top: 10px;
    right: 10px;
    font-weight: 600;
}

.limited-red {
    position: absolute;
    border: 1px dashed #FF3A3A;
    color: #FF3A3A;
    width: max-content;
    padding: 0px 7px;
    border-radius: 30px;
    font-size: 13px;
    top: 10px;
    right: 10px;
    font-weight: 600;
}

.chatwp {
    position: fixed;
    width: max-content;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.typing-dots::after {
    content: '...';
    display: inline-block;
    margin-left: 4px;
    animation: typing 2s infinite steps(3, end);
    transition: all ease-in;
}


@keyframes typing {

    0%,
    20% {
        content: '';
    }

    40% {
        content: '.';
    }

    60% {
        content: '..';
    }

    80%,
    100% {
        content: '...';
    }
}

.whatsappbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.whatsappbtnimg img {
    width: 20px;
}

/* end ecom */
/*end content card*/

/*footer*/
.footer-wrapper {
    background-color: #060606;
}

.footer-container-1 {
    padding: 100px 0px;
}

.footer {
    font-size: 15px !important;
}

.footer p {
    font-size: 15px !important;
}

.footer a {
    font-size: 15px !important;
}

.footer img {
    height: 24px;
}

.footer ul {
    display: block;
    margin: 0;
    padding: 0;
}

.footer ul li {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 40px;
}

.footer ul li a {
    text-decoration: none !important;
    color: #BBBBBB;
}

.footer ul li a:hover {
    transition: 300ms;
    color: #FFF;
    transition: all 500ms ease;
}

.social-media ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.social-media ul li {
    display: block;
    list-style: none;
    margin-right: 20px;
    padding: 0;
}

.social-media ul li a {
    color: #BBBBBB;
    font-size: 16px;
    text-decoration: none !important;
}

.social-media ul li a:hover {
    color: #FF3A3A;
    transition: all 500ms ease;
}

@media (max-width: 992px) {
    .footer {
        margin-bottom: 30px;
    }

}

/* End footer*/