@import "./variables.css";

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&amp;display=swap");

@font-face {
    font-family: "space_grotesk";
    src: url("../fonts/spacegrotesk-light-webfont.woff2") format("woff2"),
        url("../fonts/spacegrotesk-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "space_grotesk";
    src: url("../fonts/spacegrotesk-regular-webfont.woff2") format("woff2"),
        url("../fonts/spacegrotesk-regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "space_grotesk";
    src: url("../fonts/spacegrotesk-medium-webfont.woff2") format("woff2"),
        url("../fonts/spacegrotesk-medium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
.footer-item .footer-list ul
@font-face {
    font-family: "space_grotesk";
    src: url("../fonts/spacegrotesk-semibold-webfont.woff2") format("woff2"),
        url("../fonts/spacegrotesk-semibold-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "space_grotesk";
    src: url("../fonts/spacegrotesk-bold-webfont.woff2") format("woff2"),
        url("../fonts/spacegrotesk-bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

html,
body {
    height: 100%;
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "space_grotesk";
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #33415c;
    background: #fafafa;
}

body.home-2-bg {
    background: #f5f5f5;
}

body.bg-white {
    background: #fff;
}

img {
    max-width: 100%;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
    color: var(--text-primary) !important;
}

a:hover {
    color: var(--text-yelloish) !important;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "space_grotesk";
    font-weight: normal;
    color: #000;
    margin: 0px 0 15px;
    line-height: normal;
    font-weight: 700;
}

p {
    margin: 0 0 15px;
}

.section__bg {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.slick-slide {
    outline: 0;
}

.page-link:focus {
    box-shadow: none;
}

@media only screen and (min-width: 1600px) {
    .hero_single .custom-container {
        max-width: 1355px !important;
    }
}

@media only screen and (min-width: 1600px) {
    .hero_single .custom-container-2 {
        max-width: 1330px !important;
    }
}

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #ffab4a;
    padding: 0 36px;
    font-size: 16px;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    z-index: 5;
    font-weight: 600;
    background-color: #ffab4a;
    font-family: "space_grotesk";
}

.main-btn:hover {
    background-color: transparent;
    color: #ffab4a;
}

.main-btn.main-btn-2 {
    background: #fff;
    border-color: #fff;
}

.main-btn.main-btn-2:hover {
    background-color: transparent;
    color: #fff;
}

.main-btn.main-btn-3 {
    background-position: center;
    background: var(--bg-primary);

    background-size: auto;
    background-size: 200% auto;
    border: 0;
    color: var(--text-white) !important;
    padding: 7px 33px;
}

.main-btn.main-btn-3:hover {
    background-position: right center;
}

.section-title {
    padding-bottom: 10px;
}

.section-title .title {
    font-size: 54px;
    padding-top: 17px;
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 36px;
    }
}

.section-title p {
    padding: 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title p {
        padding: 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title p {
        padding: 0 0;
    }
}

@media (max-width: 767px) {
    .section-title p {
        padding: 0 0;
    }
}

.section-title.section-title-2 {
    color: #fff;
}

.section-title.section-title-2 .title {
    color: #fff;
}

.section-title-3 span {
    background: linear-gradient(rgba(255, 86, 79, 0.15) 0%,
            rgba(250, 208, 41, 0.15) 100%);
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 22px;
    border-radius: 30px;
    color: #ff564f;
    font-family: "space_grotesk";
    margin-bottom: 33px;
}

.section-title-3 .title {
    font-size: 54px;
    line-height: 62px;
    color: #000;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .section-title-3 .title {
        font-size: 36px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title-3 .title {
        font-size: 54px;
        line-height: 62px;
    }
}

.section-title-3.section-title-4 .title {
    color: #fff;
}

.section-title-6 {
    padding-bottom: 22px;
}

.section-title-6 .title {
    font-size: 54px;
    line-height: 62px;
    position: relative;
    display: inline-block;
}

@media (max-width: 767px) {
    .section-title-6 .title {
        font-size: 36px;
    }
}

.section-title-6 .title::before {
    position: absolute;
    content: "";
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 30px;
    background: #ff564f;
}

.section-title-6 .title::after {
    position: absolute;
    content: "";
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 30px;
    background: #ff564f;
}

.section-title-6 span {
    font-weight: 300;
    color: #000;
    display: inline-block;
    padding: 0 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title-6 span {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-6 span {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .section-title-6 span {
        padding: 0;
    }
}

.section-title-6.section-white .title {
    color: #fff;
}

.section-title-6.section-white span {
    color: #fff;
}

.section-title-9 .title {
    font-size: 56px;
    line-height: 48px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .section-title-9 .title {
        font-size: 36px;
    }
}

.section-title-9 .text {
    color: #33415c;
    padding: 0 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title-9 .text {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-9 .text {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .section-title-9 .text {
        padding: 0;
    }
}

.section-title-9.section-white .title {
    color: #fff;
}

.section-title-9.section-white .text {
    color: #fff;
    padding: 0 80px 0 0px;
}

.section-title-9.section-title-12 .title {
    font-size: 54px;
}

/*Loader Css*/
.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.lds-ellipsis {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    text-align: center;
    z-index: 9999;
}

.lds-ellipsis span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ffab4a;
    -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(1) {
    -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(2) {
    -webkit-animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
    animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*===========================
    2.HEADER css
===========================*/
.header-nav.sticky .navigation .navbar .navbar-nav .nav-item a {
    color: var(--text-white) !important;
}

a.navbar-brand>img {
    height: 53px;
}

.header-area.header-2-area .header-nav {
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.15);
    padding: 4px 0;
    top: 51px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media (max-width: 767px) {
    .header-area.header-2-area .header-nav {
        top: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area.header-2-area .header-nav {
        top: 51px;
    }
}

.header-area.header-2-area .header-nav.sticky {
    padding: 0;
    background-color: var(--bg-primary);
    top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-2-area .header-nav.sticky {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .header-area.header-2-area .header-nav.sticky {
        padding: 15px 0;
    }
}

.header-area.header-2-area.header-13-area .header-nav {
    top: 15px;
}

.header-area.header-2-area.header-13-area .header-nav.sticky {
    top: 0;
    background: #fff;
}

.header-area.header-2-area.header-13-area .header-nav .navigation .navbar .navbar-nav .nav-item a {
    color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-2-area.header-13-area .header-nav .navigation .navbar .navbar-nav .nav-item a {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .header-area.header-2-area.header-13-area .header-nav .navigation .navbar .navbar-nav .nav-item a {
        color: #fff;
    }
}

.header-area.header-2-area.header-13-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
    color: #000;
}

.header-area.header-2-area.header-13-area .header-nav .navigation .navbar .navbar-toggler .toggler-icon {
    background: #000;
}

.header-area.header-5-area .header-nav .navigation .navbar .navbar-btn a {
    position: relative;
    z-index: 5;
    border: 0;
    color: #fff;
    border-radius: 3px;
    line-height: 54px;
    overflow: hidden;
}

.header-area.header-5-area .header-nav .navigation .navbar .navbar-btn a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right,
            #fad029 0%,
            #ff564f 50%,
            #fad029 100%);
    background-size: 200% auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}

.header-area.header-5-area .header-nav .navigation .navbar .navbar-btn a:hover::before {
    background-position: right center;
}

.header-area.header-6-area .header-nav {
    padding: 0 45px;
    top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-6-area .header-nav {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-6-area .header-nav {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .header-area.header-6-area .header-nav {
        padding: 0 0px;
    }
}

.header-area.header-6-area .header-nav.sticky {
    background: #fff;
    top: 0;
    padding: 10px 15px;
}

.header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item a {
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item a {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item a {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item a {
        color: #fff;
    }
}

.header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
    color: #000;
}

.header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover>a {
    color: #ff564f;
}

.header-area.header-6-area .header-nav .navigation .navbar .navbar-btn a {
    background: #ff564f;
    border-color: #ff564f;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.header-area.header-6-area .header-nav .navigation .navbar .navbar-btn a:hover {
    background: #564fff;
    border-color: #564fff;
}

.header-area.header-6-area .header-nav .navigation .navbar .navbar-toggler .toggler-icon {
    background: #000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-6-area .header-nav .navigation .navbar .navbar-collapse {
        background: #ff564f;
    }
}

@media (max-width: 767px) {
    .header-area.header-6-area .header-nav .navigation .navbar .navbar-collapse {
        background: #ff564f;
    }
}

.header-area.header-14-area .header-nav {
    margin: 0 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-14-area .header-nav {
        margin: 0 5px;
    }
}

@media (max-width: 767px) {
    .header-area.header-14-area .header-nav {
        margin: 0 5px;
    }
}

.header-area.header-14-area .header-nav.sticky {
    background: #e49574;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-14-area .header-nav {
        margin: 0 15px;
    }
}

.header-area.header-14-area .header-nav .navigation .navbar .navbar-nav {
    margin-left: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-14-area .header-nav .navigation .navbar .navbar-nav {
        margin-left: 0;
    }
}

.header-area.header-14-area .header-nav .navigation .navbar .navbar-nav .nav-item a {
    margin-right: 0;
    margin-left: 36px;
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-14-area .header-nav .navigation .navbar .navbar-nav .nav-item a {
        margin-left: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-14-area .header-nav .navigation .navbar .navbar-nav .nav-item a {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .header-area.header-14-area .header-nav .navigation .navbar .navbar-nav .nav-item a {
        margin-left: 0;
    }
}

.header-area.header-14-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
    margin-left: 0;
}

.header-area.header-14-area .header-nav .navigation .navbar .navbar-btn a {
    background: #000;
    border-radius: 40px;
    line-height: 54px;
    color: #fff;
    border-color: #000;
}

.header-area.header-14-area .header-nav .navigation .navbar .navbar-btn a:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.header-top {
    position: sticky;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: var(--bg-primary);
}

@media (max-width: 767px) {
    .header-top {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-top {
        display: block;
    }
}

.header-top .header-top-item {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top .header-top-item .info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.header-top .header-top-item .info ul li {
    color: #fff;
    margin-right: 50px;
}

.header-top .header-top-item .info ul li:last-child {
    margin-right: 0;
}

.header-top .header-top-item .info ul li img {
    padding-right: 12px;
}

@media (max-width: 767px) {
    .header-top .header-top-item .sicial {
        display: none;
    }
}

.header-top .header-top-item .sicial ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-top .header-top-item .sicial ul li {
    display: inline-block;
}

.header-top .header-top-item .sicial ul li a {
    color: #fff;
    margin-left: 28px;
}

.header-top .header-top-item .sicial ul li a:hover {
    color: #ffab4a;
}

.header-nav {
    position: sticky;
    top: 30px;
    right: 0;
    left: 0;
    z-index: 99;
    background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav {
        padding: 15px 0;
        top: 0;
    }
}

@media (max-width: 767px) {
    .header-nav {
        padding: 15px 0;
        top: 0;
    }
}

.header-nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    z-index: 999;
    animation: sticky 1.2s;
}

.header-nav.sticky .navbar .navbar-nav .nav-item a {
    line-height: 80px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav.sticky .navbar .navbar-nav .nav-item a {
        line-height: 40px !important;
    }
}

@media (max-width: 767px) {
    .header-nav.sticky .navbar .navbar-nav .nav-item a {
        line-height: 40px !important;
    }
}

.header-nav.sticky .navbar .navbar-nav .nav-item .sub-menu li a {
    line-height: 2.5 !important;
}

.header-nav .navigation .navbar {
    position: relative;
    padding: 0;
    flex-wrap: inherit;
}

.header-nav .navigation .navbar .country-flag img {
    border: 5px solid #fff;
    border-radius: 6px;
    box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2);
}

.header-nav .navigation .navbar .navbar-toggler {
    border: 0;
}

.header-nav .navigation .navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: var(--bg-primary);
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.header-nav.sticky .navigation .navbar .navbar-toggler .toggler-icon {
    background-color: var(--bg-white);
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

@media (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 128%;
        left: 0;
        width: 100%;
        z-index: 8;
        padding: 10px 16px;
        background-color: var(--bg-white);

        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
    }
}

.header-nav .navigation .navbar .navbar-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-nav {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-nav {
        margin-right: 0;
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item {
    position: relative;
}

.header-nav .navigation .navbar .navbar-nav .nav-item a {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-primary);
    font-family: "space_grotesk";
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-right: 36px;
    line-height: 45px;
    padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a>i {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a>i {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a {
        padding: 0;
        display: block;
        border: 0;
        margin: 0;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a {
        padding: 0;
        display: block;
        border: 0;
        color: var(--text-white) !important;
        margin: 0;
        line-height: 40px;
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item a span {
    padding-left: 5px;
    font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a span {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a span {
        display: none;
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.header-nav .navigation .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: absolute;
    left: 0;
    top: 110%;
    width: 205px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.3s;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    list-style-type: none;
    margin: 0;
    padding: 25px 0;
    border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all none ease-out 0s;
        -moz-transition: all none ease-out 0s;
        -ms-transition: all none ease-out 0s;
        -o-transition: all none ease-out 0s;
        transition: all none ease-out 0s;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0;
        transition: 0s;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all none ease-out 0s;
        -moz-transition: all none ease-out 0s;
        -ms-transition: all none ease-out 0s;
        -o-transition: all none ease-out 0s;
        transition: all none ease-out 0s;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0;
        transition: 0s;
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li {
    position: relative;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
    margin-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
        margin-left: 0;
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-nav-toggler {
    color: #404040;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
    display: block;
    padding: 0px 20px;
    position: relative;
    color: #33415c;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 4px;
    margin: 0 0;
    line-height: 2.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
        padding: 0 20px;
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
    float: right;
    font-size: 16px;
    margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
        display: none;
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a .sub-nav-toggler i {
    display: inline-block;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
        padding-left: 30px;
        -webkit-transition: all 0s ease-out 0s;
        -moz-transition: all 0s ease-out 0s;
        -ms-transition: all 0s ease-out 0s;
        -o-transition: all 0s ease-out 0s;
        transition: all 0s ease-out 0s;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
        padding-left: 30px;
        -webkit-transition: all 0s ease-out 0s;
        -moz-transition: all 0s ease-out 0s;
        -ms-transition: all 0s ease-out 0s;
        -o-transition: all 0s ease-out 0s;
        transition: all 0s ease-out 0s;
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover .sub-menu {
    top: -60%;
    opacity: 1;
    visibility: visible;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover .sub-nav-toggler {
    color: #ffab4a;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover>a {
    color: #ffab4a;
}

.header-nav .navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: none;
        border: 0;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: none;
        border: 0;
        color: #fff;
    }
}

@media (max-width: 990px) {
    .header-nav .navigation .navbar .navbar-btn a {
        margin-left: 0 !important;
    }

    .header-nav .navigation .navbar .navbar-btn {
        margin-top: 1rem;
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}

@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

/*===========================
    3.HERO css
===========================*/
.hero .carousel-caption {
    bottom: 108px;
}

.hero-area {
    position: relative;
    padding: 7px 0px;
}

.hero-area .section__bg {
    background-image: url(../images/hero-bg.jpg);
}

.hero-area .section__bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.4;
}

.hero-area.hero-2-area {
    padding-bottom: 0;
}

.hero-area.hero-2-area .section__bg {
    background-image: url(../images/hero-bg-2.png);
}

.hero-area.hero-2-area .section__bg::before {
    opacity: 0.65;
}

.hero-area.hero-5-area .section__bg {
    background-image: url(../images/hero-bg-3.jpg);
}

.hero-area.hero-5-area .section__bg::before {
    opacity: 0.6;
}

.hero-area.hero-5-area .hero-social {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hero-area.hero-5-area .hero-social {
        left: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-area.hero-5-area .hero-social {
        left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area.hero-5-area .hero-social {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-area.hero-5-area .hero-social {
        display: none;
    }
}

.hero-area.hero-5-area .hero-social ul.nav {
    display: block;
}

.hero-area.hero-5-area .hero-social ul.nav li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.25);
    display: inline-block;
    border-radius: 50%;
    margin: 7px 0;
}

.hero-area.hero-5-area .scroll-to-down {
    position: absolute;
    left: 30px;
    bottom: 40px;
    z-index: 5;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hero-area.hero-5-area .scroll-to-down {
        bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-area.hero-5-area .scroll-to-down {
        bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area.hero-5-area .scroll-to-down {
        bottom: 100px;
    }
}

@media (max-width: 767px) {
    .hero-area.hero-5-area .scroll-to-down {
        display: none;
    }
}

.hero-area.hero-5-area .scroll-to-down a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.hero-area.hero-5-area .hero-2-content {
    padding-bottom: 236px;
    position: relative;
    overflow: visible;
}

.hero-area.hero-5-area .hero-2-content .slick-count {
    position: absolute;
    bottom: 40px;
    left: 0;
}

.hero-area.hero-5-area .hero-2-content .slick-count span {
    font-size: 40px;
    color: #fff;
}

.hero-area.hero-5-area .hero-2-content .slick-count span span {
    font-size: 22px;
}

.hero-area.hero-5-area .hero-2-content .hero-btn {
    position: absolute;
    right: -500px;
    bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-area.hero-5-area .hero-2-content .hero-btn {
        right: -415px;
    }
}

.hero-area.hero-5-area .hero-2-content .hero-btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
}

.hero-area.hero-5-area .hero-2-content .hero-btn a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 88px;
    border-radius: 5px;
    background: linear-gradient(90deg, #fad029 0%, #ff564f 65%);
}

.hero-area.hero-5-area .hero-thumb {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hero-area.hero-5-area .hero-thumb {
        width: 44%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-area.hero-5-area .hero-thumb {
        width: 44%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area.hero-5-area .hero-thumb {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-area.hero-5-area .hero-thumb {
        display: none;
    }
}

.hero-content {
    padding-top: 195px;
    padding-bottom: 310px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content {
        padding-bottom: 50px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .hero-content {
        padding-bottom: 30px;
        text-align: center;
    }
}

.hero-content .title {
    color: #fff;
    font-size: 70px;
    font-family: "space_grotesk";
    padding-top: 38px;
    line-height: 74px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-content .title {
        font-size: 62px;
    }
}

@media (max-width: 767px) {
    .hero-content .title {
        font-size: 34px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-content .title {
        font-size: 50px;
        line-height: 56px;
    }
}

.hero-content>span {
    display: block;
    color: #fff;
    font-size: 20px;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 58px;
}

.hero-content a {
    font-size: 20px;
    font-weight: 600;
}

.hero-2-content {
    padding-top: 290px;
    padding-bottom: 230px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .hero-2-content {
        padding-bottom: 100px;
        padding-top: 200px;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-2-content {
        text-align: left;
    }
}

.hero-2-content>span {
    height: 40px;
    padding: 0 24px;
    display: inline-block;
    backdrop-filter: blur(50px);
    --webkit-backdrop-filter: blur(50px);
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 30px;
    line-height: 44px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.hero-2-content .title {
    font-size: 70px;
    line-height: 74px;
    color: #fff;
    margin-bottom: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-2-content .title {
        font-size: 64px;
        line-height: 64px;
    }
}

@media (max-width: 767px) {
    .hero-2-content .title {
        font-size: 35px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-2-content .title {
        font-size: 60px;
        line-height: 58px;
    }
}

.hero-2-content .play {
    font-size: 20px;
    color: #fff;
    padding-left: 130px;
    position: relative;
}

@media (max-width: 767px) {
    .hero-2-content .play {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-2-content .play {
        padding-left: 130px;
    }
}

.hero-2-content .play a {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 90px;
    width: 90px;
    line-height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .hero-2-content .play a {
        position: static;
        transform: translateY(0);
        margin-bottom: 20px;
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-2-content .play a {
        position: absolute;
        transform: translateY(-50%);
        display: flex;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-2-content.hero-11-content {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .hero-2-content.hero-11-content {
        padding-bottom: 40px;
    }
}

.hero-2-content.hero-11-content span {
    margin-bottom: 40px;
}

.hero-2-content.hero-11-content .title {
    font-size: 100px;
    line-height: 105px;
    color: #fff;
    margin-bottom: 21px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-2-content.hero-11-content .title {
        font-size: 80px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    .hero-2-content.hero-11-content .title {
        font-size: 44px;
        line-height: 44px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-2-content.hero-11-content .title {
        font-size: 70px;
        line-height: 70px;
    }
}

.hero-2-content.hero-11-content .text {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-2-content.hero-11-content .text {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .hero-2-content.hero-11-content .text {
        padding-right: 0;
    }
}

.hero-2-content.hero-11-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 27px;
}

.hero-2-content.hero-11-content ul li {
    display: inline-block;
}

.hero-2-content.hero-11-content ul li a {
    background: #564fff;
    color: #fff;
    text-transform: uppercase;
    border-color: #564fff;
    border-radius: 5px;
    line-height: 56px;
}

.hero-2-content.hero-11-content ul li a:hover {
    background: #2aa38c;
    border-color: #2aa38c;
    color: #fff;
}

.hero-2-content.hero-11-content ul li a.main-btn-2 {
    background: #2aa38c;
    border-color: #2aa38c;
    margin-left: 5px;
}

@media (max-width: 767px) {
    .hero-2-content.hero-11-content ul li a.main-btn-2 {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-2-content.hero-11-content ul li a.main-btn-2 {
        margin-left: 28px;
        margin-top: 0px;
    }
}

.hero-2-content.hero-11-content ul li a.main-btn-2:hover {
    background: #564fff;
    border-color: #564fff;
}

.hero-play-11 {
    margin-top: 70px;
    display: flex;
    justify-content: flex-end;
    margin-right: 170px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-play-11 {
        padding-bottom: 200px;
        margin-top: 0;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .hero-play-11 {
        padding-bottom: 200px;
        margin-top: 0;
        justify-content: flex-start;
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-play-11 {
        display: block;
    }
}

.hero-play-11 a {
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    font-size: 24px;
    color: #564fff;
    line-height: 100px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
}

.hero-play-11 a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: #fff;
    z-index: -1;
    animation: pulse-border-2 2s linear infinite;
}

.hero-play-11 a:hover {
    color: #fff;
    background: #564fff;
}

.hero-slider .slick-dots {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-slider .slick-dots {
        right: 10px;
    }
}

.hero-slider .slick-dots li {
    line-height: 0;
    text-align: center;
}

.hero-slider .slick-dots li button {
    font-size: 0;
    border: 0;
    background: #fff;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    padding: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.hero-slider .slick-dots li button::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.hero-slider .slick-dots li.slick-active button {
    height: 18px;
    width: 18px;
    position: relative;
    margin: 6px 0;
    background: linear-gradient(#ff564f 0%, #fad029 100%);
}

.hero-slider .slick-dots li.slick-active button::before {
    opacity: 1;
    background: #000;
}

.hero-slider.hero-5-slide .slick-dots {
    opacity: 0;
}

.hero-slider.hero-11-slider .slick-dots li.slick-active button {
    background: #564fff;
}

.sub-item-area {
    margin-top: -317px;
    height: 417px;
    padding-top: 80px;
    position: relative;
    z-index: 11;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .sub-item-area {
        margin-top: 20px;
        height: auto;
        margin-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sub-item-area {
        margin-top: 20px;
        height: auto;
        margin-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sub-item-area {
        margin-top: 20px;
        height: auto;
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .sub-item-area {
        margin-top: 20px;
        height: auto;
        margin-bottom: 100px;
    }
}

.sub-item-area.sub-15-area .sub-item {
    background: #bf141d;
}

.sub-item-area.sub-15-area .sub-item .icon svg path {
    transition: all linear 0.3s;
}

.sub-item-area.sub-15-area .sub-item:hover {
    background: #fff;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

.sub-item-area.sub-15-area .sub-item:hover .icon svg path {
    fill: #bf141d;
}

.sub-item {
    background: #2aa38c;
    padding: 40px 25px 22px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 215px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sub-item {
        padding: 40px 15px 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sub-item {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .sub-item {
        margin-top: 30px;
    }
}

.sub-item .title {
    color: #fff;
    font-family: "space_grotesk";
    font-weight: 700;
    padding-top: 36px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sub-item .title {
        font-size: 18px;
    }
}

.sub-item span {
    display: inline-block;
    font-weight: 300;
    font-family: "space_grotesk";
    color: #000;
    font-size: 16px;
    padding-bottom: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sub-item span {
        font-size: 14px;
    }
}

.sub-item.active,
.sub-item:hover {
    background: #ffab4a;
    height: 318px;
}

.sub-item.active .title,
.sub-item:hover .title {
    color: #000;
    font-family: "space_grotesk";
    font-weight: 600;
}

.sub-item.active span,
.sub-item:hover span {
    opacity: 1;
}

.sub-2-area {
    padding-top: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sub-2-area {
        padding-bottom: 0;
    }
}

.sub-2-area .sub-box {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 77px;
}

.sub-2-item {
    padding-left: 65px;
    font-family: "space_grotesk";
    position: relative;
}

.sub-2-item img {
    position: absolute;
    left: 0;
    top: -6px;
}

.sub-2-item svg {
    position: absolute;
    left: 0;
    top: -6px;
}

.sub-2-item .title {
    font-size: 22px;
    color: #000;
    font-weight: 500;
}

.hero-slider-2 {
    height: 100%;
}

/*===========================
    4.ABOUT US css
===========================*/

.icon>i {
    font-size: 5rem;
    color: var(--bg-yelloish);
}

.about-content {
    margin-right: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-content {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .about-content {
        margin-right: 0;
    }
}

.about-content span {
    display: block;
    font-size: 25px;
    font-family: "space_grotesk";
    text-transform: uppercase;
    color: #000;
    padding-top: 11px;
    padding-bottom: 37px;
    font-weight: 500;
}

.about-content .title {
    font-size: 54px;
    line-height: 62px;
    padding-bottom: 4px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .about-content .title {
        font-size: 32px;
        line-height: 42px;
    }
}

.about-content ul {
    margin: 25px 0 0 15px;
    padding: 0;
    color: #000;
}

.about-content ul li {
    font-size: 17px;
    line-height: 35px;
}

.about-content a {
    margin-top: 33px;
}

.about-thumb {
    margin-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-thumb {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-thumb {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .about-thumb {
        margin-left: 0;
        margin-top: 30px;
    }
}

.about-thumb>img {
    width: 100%;
}

.about-thumb ul {
    margin: -60px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .about-thumb ul {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-thumb ul {
        display: flex;
    }
}

.about-thumb ul>li {
    text-align: center;
    height: 142px;
    width: 165px;
    box-shadow: 0px 5px 50px 0 rgba(51, 65, 92, 0.05);
    border-radius: 5px;
    padding-top: 25px;
    margin: 0 10px;
    background: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-thumb ul>li {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .about-thumb ul>li {
        width: 150px;
        margin-bottom: 30px;
    }
}

.about-thumb ul>li span {
    display: block;
    font-size: 13px;
    padding-top: 13px;
    margin-bottom: -8px;
}

.about-thumb ul>li i {
    color: #ffab4a;
    font-size: 10px;
}

.about-2-area {
    padding-top: 29px;
    padding-bottom: 69px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.about-2-area.about-14-area .about-2-content a {
    background: #000;
    border-radius: 40px;
}

.about-2-area.about-14-area .about-2-content a:hover {
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    color: #000;
}

.about-2-area.about-14-area .about-2-thumb .thumb-2 .box {
    background: #000;
}

.about-2-area.about-15-area {
    padding-top: 0;
    margin-top: -30px;
}

.about-2-area.about-15-area .about-2-content span {
    background: #f0323c;
    color: #fff;
}

.about-2-area.about-15-area .about-2-content .item.active::before,
.about-2-area.about-15-area .about-2-content .item:hover::before {
    background: #f0323c;
}

.about-2-area.about-15-area .about-2-content a {
    background: #f0323c;
    color: #fff;
    border: 2px solid #f0323c;
}

.about-2-area.about-15-area .about-2-content a:hover {
    background-color: transparent;
    color: #bf141d;
}

.about-2-area.about-15-area .about-2-thumb .thumb-2 .box {
    background: #f0323c;
}

.about-2-content {
    font-family: "space_grotesk";
    margin-right: -20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-inline: 11rem;
}

.about3-section {
    background-color: #dbdbdb;
}

@media (max-width: 767px) {
    .about-2-content {
        margin-right: 0;
    }
}

@media (max-width: 1000px) {
    .about-2-content {
        padding-inline: 0rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-2-content {
        margin-right: 0;
    }
}

.about-2-content span {
    background: linear-gradient(rgba(255, 86, 79, 0.15) 0%,
            rgba(250, 208, 41, 0.15) 100%);
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 22px;
    border-radius: 30px;
    color: #ff564f;
    font-family: "space_grotesk";
}

.about-2-content>.title {
    font-size: 54px;
    line-height: 26px;
    padding-right: 0px;
    margin-bottom: 31px;
    padding-top: 17px;
    padding-bottom: 0px !important;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .sub-title {
        font-size: 20px;
    }

    .about-2-content>.title {
        padding-right: 0;
        font-size: 32px;
        padding-bottom: 0 !important;
        line-height: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-2-content>.title {
        padding-right: 0;
        font-size: 32px;
        line-height: 42px;
    }
}

.about-2-content .item {
    padding-left: 20px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-2-content .item {
        padding-left: 10px;
    }
}

.about-2-content .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 100px;
    border-radius: 10px;
    background: #e0e0e0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.about-2-content .item .title {
    font-family: "space_grotesk";
    font-size: 25px;
}

.about-2-content .item.active::before,
.about-2-content .item:hover::before {
    background: linear-gradient(#ff564f 0%, #fad029 100%);
}

.about-2-content.about-11-content .title {
    padding-bottom: 7px;
}

.about-2-content.about-11-content .item.active::before,
.about-2-content.about-11-content .item:hover::before {
    background: #564fff;
}

.about-2-content.about-11-content a {
    background: #564fff;
}

.about-2-content.about-11-content a:hover {
    background: #2aa38c;
}

@media (max-width: 767px) {
    .about-2-thumb .thumb img {
        width: 100%;
    }
}

.about-2-thumb .thumb-2 {
    margin-top: -173px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-2-thumb .thumb-2 {
        margin-left: 50px;
        margin-top: -100px;
    }
}

@media (max-width: 767px) {
    .about-2-thumb .thumb-2 {
        margin-top: 0;
        margin-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .about-2-thumb .thumb-2 img {
        width: 100%;
    }
}

.about-2-thumb .thumb-2 .box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 90px;
    border-radius: 8px;
    background: linear-gradient(330deg, #ff564f 0%, #fad029 80%);
    height: 160px;
    width: 160px;
    text-align: center;
    padding-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-2-thumb .thumb-2 .box {
        right: 0;
    }
}

@media (max-width: 767px) {
    .about-2-thumb .thumb-2 .box {
        right: 0;
    }
}

.about-2-thumb .thumb-2 .box .title {
    font-size: 44px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}

.about-2-thumb .thumb-2 .box>span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.about-2-thumb.about-11-thumb .thumb-2 .box {
    background: #564fff;
}

/*===========================
    12.FOOTER css
===========================*/
div#r {
    position: relative;
}

.footer-area {
    background: var(--bg-primary);
    padding-top: 0px;

    /* position: absolute; */
    width: 100%;
    bottom: 0;
}

.footer-top {
    border-bottom: 2px solid #383838;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .footer-area {
        position: relative !important;
    }

    .footer-top .footer-social {
        .footer-top .footer-social {
            margin-top: 20px;
        }
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-top .footer-social {
        margin-top: 0px;
    }
}

.footer-top .footer-social ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-top .footer-social ul li {
    display: inline-block;
}

.footer-top .footer-social ul li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: #383838;
    border-radius: 2px;
    display: inline-block;
    margin-right: 5px;
    color: #e0e0e0;
}

.footer-top .footer-social ul li a:hover {
    background: #ffab4a;
    color: #fff;
}

.footer-top.footer-top-4 .footer-social ul li a {
    position: relative;
    z-index: 5;
}

.footer-top.footer-top-4 .footer-social ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(#2895dd 0%, #6249ef 100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-top.footer-top-4 .footer-social ul li a:hover::before {
    opacity: 1;
}

.footer-top.footer-top-5 .footer-social ul li a {
    position: relative;
    z-index: 5;
}

.footer-top.footer-top-5 .footer-social ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ff564f;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-top.footer-top-5 .footer-social ul li a:hover::before {
    opacity: 1;
}

.footer-top.footer-top-9 .footer-social ul li a {
    position: relative;
    z-index: 5;
}

.footer-top.footer-top-9 .footer-social ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #dc3daa 0%, #7712c8 100%);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-top.footer-top-9 .footer-social ul li a:hover::before {
    opacity: 1;
}

.footer-top.footer-top-10 .footer-social ul li a {
    position: relative;
    z-index: 5;
}

.footer-top.footer-top-10 .footer-social ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #2aa38c;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-top.footer-top-10 .footer-social ul li a:hover::before {
    opacity: 1;
}

.footer-item {
    padding-top: 58px;
}

.footer-item .footer-about {
    color: #fff;
    padding-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-item .footer-about {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-item .footer-about {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .footer-item .footer-about {
        padding-right: 0;
    }
}

.footer-item .footer-about .title {
    color: #fff;
    font-size: 22px;
    font-family: "space_grotesk";
    margin-bottom: 37px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-item .footer-list.ml-95 {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-item .footer-list.ml-95 {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .footer-item .footer-list.ml-95 {
        margin-left: 0px;
    }
}

.footer-item .footer-list .title {
    color: #fff;
    font-size: 22px;
    font-family: "space_grotesk";
    margin-bottom: 37px;
    display: flex;
    justify-content: start;
    gap: 1rem;
    align-items: center;
}

.footer-item .footer-list ul li a i {
    font-size: 2rem;
}

.footer-item .footer-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: .1rem;
    justify-content: start;
}

.footer-item .footer-list ul li a {
    color: var(--text-white) !important;
    line-height: 36px;
    font-family: "space_grotesk";
}

.text {
    color: var(--text-white);
    text-align: left;
}

.text p {
    color: var(--text-white);
}

.text a {
    color: white !important;
    text-align: left;
}

.footer-item .footer-list ul li a:hover {
    color: #ffab4a;
}

.footer-item .footer-list.footer-list-4 ul li a:hover {
    color: #564fff;
}

.footer-item .footer-list.footer-list-5 ul li a:hover {
    color: #ff564f;
}

.footer-item .footer-list.footer-list-9 ul li a:hover {
    color: #dc3daa;
}

.footer-item .footer-list.footer-list-10 ul li a:hover {
    color: #2aa38c;
}

.footer-item .footer-list.footer-list-11 ul li a:hover {
    color: #564fff;
}

.footer-item .footer-info .title {
    color: #fff;
    font-size: 22px;
    font-family: "space_grotesk";
    margin-bottom: 37px;
}

.footer-item .footer-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-item .footer-info ul li {
    padding-left: 31px;
    color: #e0e0e0;
    position: relative;
    padding-bottom: 30px;
}

.footer-item .footer-info ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
    color: #ffab4a;
}

.footer-item .footer-info.footer-info-4 ul li i {
    color: #564fff;
}

.footer-item .footer-info.footer-info-5 ul li i {
    color: #ff564f;
}

.footer-item .footer-info.footer-info-9 ul li i {
    color: #dc3daa;
}

.footer-item .footer-info.footer-info-10 ul li i {
    color: #2aa38c;
}

.footer-copyright {
    color: #fff;
    font-family: "space_grotesk";
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-2-area .footer-2-top {
    padding: 42px 0;
    background: #383838;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-2-area .footer-2-top .footer-logo {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer-2-area .footer-2-top .footer-logo {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer-2-area .footer-info {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-2-area .footer-info.ml-60 {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-2-area .footer-info.ml-60 {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .footer-2-area .footer-info.ml-60 {
        margin-left: 0px;
    }
}

.footer-2-area .footer-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-2-area .footer-info ul li {
    color: #e0e0e0;
    padding-left: 30px;
    position: relative;
}

.footer-2-area .footer-info ul li img {
    position: absolute;
    left: 0;
    top: 5px;
}

.footer-socials.footer-list.footer-list-11.mt-30 {
    text-align: center;
    color: var(--text-white);
}

.text a {
    color: var(--text-white);
}

.desc {
    color: var(--text-white);
}

a.logo-footer>img {
    height: 91px;
}

.footer-2-area .footer-copyright {
    margin-bottom: 20px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .footer-2-area .footer-copyright {
        justify-content: center;
        margin-top: 40px;
    }
}

.footer-2-area .footer-copyright ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

.footer-2-area .footer-copyright ul li {
    margin-right: 10px;
}

.footer-2-area .footer-copyright ul li a {
    background: #383833 8px;
    display: inline-block;
    border-radius: 2px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.footer-2-area .footer-copyright ul li a::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    height: 100%;
    width: 100%;
    background: linear-gradient(330deg, #fad029 0%, #ff564f 80%);
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 2px;
}

.footer-2-area .footer-copyright ul li a:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.footer-2-area .footer-copyright p {
    margin-bottom: 0;
    margin-left: 80px;
}

@media (max-width: 767px) {
    .footer-2-area .footer-copyright p {
        margin-left: 0;
        padding-top: 20px;
    }
}

.footer-2-area .footer-copyright.footer-copyright-11 ul li a::before {
    background: #564fff;
}

.footer-2-area.footer-7-area .footer-copyright ul li a::before {
    background: linear-gradient(90deg, #13bf9e 0%, #108971 100%);
}

.footer-2-area.footer-7-area .footer-item .footer-list ul li a:hover {
    color: #2aa38c;
}

.footer-2-area.footer-7-area .footer-newsletter-item {
    background: linear-gradient(0deg, #13bf9e 0%, #108971 100%);
}

.footer-newsletter-item {
    background: linear-gradient(330deg, #fad029 0%, #ff564f 80%);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    z-index: 5;
}

.footer-newsletter-item .dot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.footer-newsletter-item .dot img {
    width: 100%;
}

.footer-newsletter-item .title {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-newsletter-item .title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .footer-newsletter-item .title {
        font-size: 22px;
    }
}

.footer-newsletter-item .input-box input {
    width: 100%;
    background: #383838;
    border-radius: 8px;
    line-height: 60px;
    padding-left: 20px;
    border: 0;
    color: #fff;
}

.footer-newsletter-item .input-box input::placeholder {
    opacity: 1;
    color: #fff;
}

.footer-newsletter-item .input-box button {
    width: 100%;
    background: #fff;
    color: #000;
    line-height: 64px;
    border: 0;
    border-radius: 10px;
    margin-top: 10px;
}

.footer-newsletter-item.footer-newsletter-item-11 {
    background: #564fff;
}

.subscribe-area {
    background: -webkit-linear-gradient(#2895dd 0%, #6249ef 100%);
    background: -o-linear-gradient(#2895dd 0%, #6249ef 100%);
    background: linear-gradient(#2895dd 0%, #6249ef 100%);
    padding-top: 60px;
    padding-bottom: 60px;
}

.subscribe-area.subscribe-6-area {
    background: #564fff;
}

.subscribe-area.subscribe-9-area {
    background: linear-gradient(90deg, #10054d 0%, #45108a 100%);
}

.subscribe-area.subscribe-9-area .subscribe-item .title {
    font-family: "space_grotesk";
}

.subscribe-area.subscribe-10-area {
    background: #2aa38c;
    margin-top: 97px;
}

.subscribe-area.subscribe-10-area .subscribe-item .title {
    font-family: "space_grotesk";
}

.subscribe-area.subscribe-11-area {
    background: #564fff;
}

.subscribe-area.subscribe-11-area .subscribe-item .title {
    font-family: "space_grotesk";
}

.subscribe-area.subscribe-13-area {
    background: #ffab4a;
}

.subscribe-area.subscribe-13-area .subscribe-item .title {
    font-family: "space_grotesk";
}

.subscribe-area.subscribe-15-area {
    background: #f0323c;
}

.subscribe-area.subscribe-15-area .subscribe-item .title {
    font-family: "space_grotesk";
}

.subscribe-item {
    color: #fff;
}

.subscribe-item .title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    margin-bottom: 21px;
}

@media (max-width: 767px) {
    .subscribe-item .title {
        font-size: 32px;
    }
}

.subscribe-form {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-form {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .subscribe-form {
        margin-top: 20px;
    }
}

.subscribe-form input {
    width: 100%;
    height: 70px;
    padding-left: 30px;
    border: 0;
    background: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    border: 0;
    z-index: 5;
    color: #fff;
    width: 130px;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.subscribe-form button::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(to right,
            #6249ef 0%,
            #2895dd 50%,
            #6249ef 100%);
    background-size: 200% auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.subscribe-form button:hover {
    color: #fff;
}

.subscribe-form button:hover::before {
    background-position: right center;
}

.subscribe-form.subscribe-6-form button {
    background: #ff564f;
    border-radius: 0;
}

.subscribe-form.subscribe-6-form button:hover {
    background: #564fff;
}

.subscribe-form.subscribe-6-form button::before {
    display: none;
}

.subscribe-form.subscribe-9-form button {
    border-radius: 5px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    padding: 0 28px;
}

.subscribe-form.subscribe-9-form button::before {
    background: linear-gradient(to right,
            #dc3daa 0%,
            #7712c8 50%,
            #dc3daa 100%);
    background-size: 200% auto;
}

.subscribe-form.subscribe-9-form button:hover::before {
    background-position: right center;
}

.subscribe-form.subscribe-10-form button {
    border-radius: 0px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    padding: 0 28px;
}

.subscribe-form.subscribe-10-form button::before {
    background: #2aa38c;
}

.subscribe-form.subscribe-13-form input {
    border-radius: 5px;
}

.subscribe-form.subscribe-13-form button {
    border-radius: 5px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    padding: 0 28px;
    background: #2aa38c;
}

.subscribe-form.subscribe-13-form button::before {
    display: none;
}

.subscribe-form.subscribe-11-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 27px;
}

.subscribe-form.subscribe-11-form ul li {
    display: inline-block;
}

.subscribe-form.subscribe-11-form ul li a {
    background: #fad029;
    color: #fff;
    text-transform: uppercase;
    border-color: #fad029;
    border-radius: 2px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.subscribe-form.subscribe-11-form ul li a:hover {
    background: #fff;
    border-color: #fff;
    color: #564fff;
}

.subscribe-form.subscribe-11-form ul li a.main-btn-2 {
    background: #fff;
    border-color: #fff;
    margin-left: 5px;
    color: #564fff;
}

@media (max-width: 767px) {
    .subscribe-form.subscribe-11-form ul li a.main-btn-2 {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe-form.subscribe-11-form ul li a.main-btn-2 {
        margin-left: 28px;
        margin-top: 0px;
    }
}

.subscribe-form.subscribe-11-form ul li a.main-btn-2:hover {
    background: #fad029;
    border-color: #fad029;
    color: #fff;
}

.subscribe-form.subscribe-11-form.subscribe-15-form ul li a {
    background: #bf141d;
    border-color: #bf141d;
    color: #fff;
}

.subscribe-form.subscribe-11-form.subscribe-15-form ul li a:hover {
    background: #fff;
    border-color: #fff;
    color: #bf141d;
}

.subscribe-form.subscribe-11-form.subscribe-15-form ul li a.main-btn-2 {
    background: #fff;
    border-color: #fff;
    color: #bf141d;
}

.subscribe-form.subscribe-11-form.subscribe-15-form ul li a.main-btn-2:hover {
    background: #bf141d;
    border-color: #bf141d;
    color: #fff;
}

/*==== BACK TO TOP ====*/
.back-to-top {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ffab4a;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.09);
}

.back-to-top i {
    color: #fff;
}

.back-to-top:hover {
    background-color: #ffab4a;
}

.back-to-top.back-to-top-2 {
    background: #2aa38c;
}

.back-to-top.back-to-top-4 {
    background: linear-gradient(#2895dd 0%, #6249ef 100%);
}

.back-to-top.back-to-top-7 {
    background: #2aa38c;
}

.back-to-top.back-to-top-6 {
    background: #ff564f;
}

.back-to-top.back-to-top-9 {
    background: linear-gradient(90deg, #dc3daa 0%, #7712c8 100%);
}

.back-to-top.back-to-top-10 {
    background: #2aa38c;
}

.back-to-top.back-to-top-11 {
    background: var(--bg-yelloish);
}

.back-to-top.back-to-top-16 {
    background: #3863f6;
}

.footer-15-area {
    padding-top: 63px;
}

.footer-15-area .footer-copyright-area {
    background: #f5f5f5;
    margin-top: 57px;
}

.footer-15-area .footer-copyright-area .footer-copyright-item {
    line-height: 60px;
}

.footer-15-area .footer-copyright-area .footer-copyright-item p {
    margin: 0;
    font-size: 15px;
}

@media (max-width: 767px) {
    .footer-15-area .footer-copyright-area .footer-copyright-item p {
        font-size: 13px;
    }
}

.footer-15-about .title {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-bottom: 21px;
}

.footer-15-about p {
    padding-bottom: 25px;
}

.footer-15-about .info-item .item {
    margin-top: 30px;
}

.footer-15-about .info-item .item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-15-about .info-item .item ul li a {
    color: #000;
    padding-left: 30px;
    position: relative;
}

.footer-15-about .info-item .item ul li a i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #f0323c;
    font-size: 20px;
}

.footer-15-about .social {
    padding-top: 30px;
}

.footer-15-about .social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-15-about .social ul li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #f0323c;
    background: #f5f5f5;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
}

.footer-15-about .social ul li a:hover {
    background: #f0323c;
    color: #fff;
}

.footer-15-about.footer-16-about .info-item .item ul li a i {
    color: #3863f6;
}

.footer-15-about.footer-16-about .social ul li a {
    color: #3863f6;
}

.footer-15-about.footer-16-about .social ul li a:hover {
    background: #3863f6;
    color: #fff;
}

.footer-15-post .footer-post-title .title {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-bottom: 21px;
}

.footer-15-post .footer-post-item .item {
    padding-left: 115px;
    position: relative;
    margin-top: 17px;
}

.footer-15-post .footer-post-item .item img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-15-post .footer-post-item .item .title {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    margin-bottom: 0;
}

.footer-15-post .footer-post-item .item span {
    font-size: 12px;
    line-height: 17px;
}

.footer-15-post .popular-post ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.footer-15-post .popular-post ul li {
    margin-right: 15px;
    margin-top: 15px;
}

.auth-form {
    max-width: 605px;
    border-radius: 0.3rem;
    padding: 2rem 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-inline: auto;
}

@media (max-width: 700px) {
    .auth-form {
        width: 100%;
    }
}

.fileds>input {
    margin-bottom: 1rem;
}

.fileds {
    position: relative;
}

i.toggle-password {
    position: absolute;
    cursor: pointer;
    top: 11px;
    right: 14px;
}

a.post-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: transparent;
    border: 1px solid var(--bg-primary);
    padding: 0.4rem 1rem;
    border-radius: 0.32rem;
    transition: all 0.3s ease;
}

a.post-list:hover {
    background: var(--bg-primary) !important;
    color: var(--text-white) !important;
}

.dropdown-menu-end[data-bs-popper] {
    left: 0 !important;
}

a.see-more:hover {
    color: var(--bg-yelloish) !important;
}

a.dropdown-item:hover {
    background: var(--bg-primary) !important;
    color: var(--text-white) !important;
}

.dropdown-toggle::after {
    margin-left: 0 !important;
    border: unset !important;
}

.profile-page.my-5 {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 1rem;
}

.curosr>* {
    cursor: pointer;
}

.b-card {
    min-height: 22rem;
}

.card-text:last-child {
    position: absolute;
    margin-bottom: 0;
    bottom: 13px;
    font-weight: bold;
}

a.btn.btn-sm.btn-primary {
    color: white !important;
}

/* chat area  */

/*--- language area ---*/
.lang {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

.lang>h6 {
    display: inline-block;
    font-weight: 500;
    width: 100%;
}

.dis-n-exp {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.dis-n-exp>h6 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

.dis-n-exp>span {
    border: 1px solid #ccc;
    border-radius: 30px;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 7px 15px;
    text-transform: capitalize;
}

/*--- message box ---*/
.message-box {
    display: inline-block;
    position: relative;
    width: 100%;
}

.message-header {
    padding-bottom: 12px;
}

.status::before {
    border-radius: 100%;
    content: "";
    height: 10px;
    left: 20px;
    position: absolute;
    top: 0;
    width: 10px;
}

.status.online::before {
    background: #7fba00 none repeat scroll 0 0;
}

.status.away::before {
    background: #ffd300 none repeat scroll 0 0;
}

.status.offline::before {
    background: #bcbcbc none repeat scroll 0 0;
}

.useravatar.active>span {
    font-weight: 500;
}

ul.chatting-area {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 0;
    max-height: 322px;
    min-height: 178px;
    overflow-x: hidden;
    padding: 7px 15px 11px 0;
    position: relative;
    width: 100%;
    background: #efefef54;
}

div#typing-indicator {
    height: 2rem;
    position: absolute;
    display: none;
    top: -32px;
    left: -2px;
}

div#typing-indicator>img {
    height: 21px;
    margin-left: 12px;
    margin-bottom: 1rem;
}

ul.chatting-area li {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

ul.chatting-area li>figure {
    display: inline-block;
    margin-bottom: 0;
    max-width: 32px;
    min-width: 32px;
    vertical-align: top;
    width: 32px;
}

ul.chatting-area li>figure img {
    border-radius: 100%;
    border: 1px solid;
    padding: 2px;
}

ul.chatting-area li.me {
    text-align: right;
}

ul.chatting-area>li.me>figure {
    float: right;
}

ul.chatting-area>li.me p {
    margin-left: 0;
    margin-right: 10px;
    text-align: left;
}

ul.chatting-area>li.you p {
    background: rgba(255, 255, 255, 0.65) none repeat scroll 0 0;
}

ul.chatting-area>li p {
    background: rgba(39, 170, 225, 0.1) none repeat scroll 0 0;
    color: #434343;
    display: inline-block;
    font-size: 14px;
    line-height: initial;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 5px 8px;
    position: relative;
    vertical-align: top;
    max-width: 55%;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.message-text-container>form {
    display: inline-block;
    position: relative;
    width: 100%;
}

.message-text-container textarea {
    border: 1px solid #eaeaea;
    border-radius: 50px;
    box-sizing: content-box;
    color: #7f7f7f;
    display: inline-block;
    line-height: 50px;
    overflow: hidden;
    padding-left: 12px;
    resize: none;
    vertical-align: middle;
    width: 100%;
    padding-right: 0;
}

.message-text-container form button {
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 26px;
    transform: translateY(-50%);
    width: 40px;
    border: none;
    background: none;
}

.message-text-container form button>i {
    font-size: 1.5rem;
}

.emojie {
    left: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.emojie>img {
    border-radius: 100%;
    cursor: pointer;
    max-width: 24px;
}

.smiles-bunch::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #fff;
    bottom: -7px;
    content: "";
    left: 18px;
    position: absolute;
    width: auto;
}

.smiles-bunch.active {
    display: block;
}

.smiles-bunch {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    display: none;
    font-size: 13px;
    padding: 5px;
    position: absolute;
    left: 0;
    text-align: center;
    top: -70px;
    width: 220px;
    box-shadow: 2px 1px 9px rgba(0, 0, 0, 0.2);
}

.smiles-bunch>i img {
    max-width: 25px;
    transition: all 0.2s linear 0s;
}

.smiles-bunch>i {
    display: inline-block;
    margin: 3px;
    cursor: pointer;
}

.smiles-bunch>i:hover img {
    transform: scale(1.1);
}

.chat-header {
    background: #efefef none repeat scroll 0 0;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    width: 100%;
}

.chat-header>h6 {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 20px;
    text-transform: capitalize;
}

.corss {
    float: right;
    width: auto;
}

.chat-header .status::before {
    top: 18px;
}

.corss>span {
    color: red;
    cursor: pointer;
    font-size: 15px;
    margin-left: 10px;
}

.date {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px dotted #dedede;
    display: inline-block;
    padding: 4px 0;
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
    color: #f0506e;
    font-size: 11.5px;
}

.more-attachments.active {
    color: #fff;
}

.attach-options .closed {
    color: #333;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
    transition: all 0.2s linear 0s;
}

.attach-options .closed:hover {
    transform: scale(1.1);
}

.more-attachments {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    line-height: 36px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 36px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.4s linear 0s;
}

.more-attachments.active {
    transform: rotate(45deg);
}

.attach-options {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 10px;
    bottom: 56px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    left: 0px;
    opacity: 0;
    padding: 25px;
    position: absolute;
    transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 300px;
}

.attach-options>a {
    border-bottom: 1px solid #eaeaea;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    transition: all 0.2s linear 0s;
    width: 100%;
}

.attach-options>a i {
    color: red;
    font-size: 17px;
    margin-right: 10px;
}

.attach-options>a:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.attach-options>a:hover {
    color: red;
}

.attach-options.active {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

div#business-list {
    border: 1px solid #37373745;
    min-height: 300px;
}

a.chat i {
    font-size: 1.5rem;
}

.single-tick {
    color: grey;
}

.double-tick {
    color: blue;
}

.zoom-meeting {
    background: #3fc0ff;
    padding: 0.3rem 1rem;
    color: var(--text-white);
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    cursor: pointer;
}

.business-chat.active {
    background-color: var(--bg-primary);
    color: var(--text-white);
}

.socials-wrapper>a {
    color: var(--text-primary) !important;
    border: 1px solid;
}

.socials-wrapper>a:hover {
    border: 1px solid;
    color: var(--text-yelloish) !important;
}

.pricing-amount {
    margin-bottom: 20px;
}

.currency {
    font-size: 24px;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 10px;
}

.amount {
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
    color: #1a1a1a;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.feature-icon {
    flex-shrink: 0;
    margin-top: 4px;
}

.feature-icon i {
    color: #28a745;
}

.feature-text {
    flex: 1;
}

.btn-outline-primary {
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 4px;
}

.card {
    border-radius: 8px;
}

.business-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    background: linear-gradient(to bottom right, #ffffff, #f8f9fa);
}

.business-details {
    display: flex;
    gap: 1.5rem;
}

.detail-item {
    padding: 1rem;
    border-left: 4px solid #0099cc;
    background-color: #fff;
    border-radius: 0 8px 8px 0;
    transition: all 0.3s ease;
}

.detail-item:hover {
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.detail-label {
    font-size: 0.875rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.detail-value {
    font-size: 1.125rem;
    color: #2c3e50;
    font-weight: 500;
}

.website-link,
.phone-link {
    color: #0099cc;
    text-decoration: none;
    transition: color 0.2s ease;
}

.website-link:hover,
.phone-link:hover {
    color: #007bff;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .business-details {
        flex-direction: column;
    }

    .detail-item {
        padding: 0.75rem;
    }

    .detail-value {
        font-size: 1rem;
    }
}

.image-open {
    cursor: pointer;
}

.image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999999999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.image-overlay img {
    max-width: 90%;
    max-height: 90%;
    border: 3px solid #fff;
}

.image-overlay.show {
    visibility: visible;
    opacity: 1;
}

.referal-program-box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 24px;
}

.referal-program-header {
    background-color: var(--bg-primary);
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
}

.referal-program-header>h4 {
    color: var(--text-white);
}

.referal-program-content {
    padding: 24px;
}

.stats-box {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
}

.stats-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.stats-value {
    font-size: 32px;
    font-weight: 700;
}

.referral-code-input {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.timeStamp {
    font-size: 0.8rem;
}

/* notificaiton  */

.hero_single .notify-container {
    position: relative;
}

.notify.hero_single -btn-container {
    position: relative;
    cursor: pointer;
}

.notify-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #ff4444;
    color: var(--text-white);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
}

a.notify-btn>i {
    font-size: 1.4rem;
}

.notification-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 300px;
    background: var(--text-white);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
    overflow: hidden;
}

.notification-dropdown.show {
    display: block;
    animation: slideDown 0.3s ease;
}

.notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 15px;
    background-color: var(--bg-primary);
    color: var(--text-white);
}

.notification-header h3 {
    margin: 0;
    color: var(--text-white);
    font-size: 16px;
}

.notification-count {
    background: var(--text-white);
    color: var(--text-primary);
    border-radius: 50%;
    font-size: 12px;
    height: 1.4rem;
    justify-content: center;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
}

.notification-list {
    max-height: 300px;
    overflow-y: auto;
}

.notification-item {
    display: flex;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

.notification-item:hover {
    background-color: #f8f9fa;
}

.notification-icon {
    margin-right: 12px;
    display: flex;
    align-items: flex-start;
    color: var(--text-primary);
    margin-top: 0.2rem;
}

.notification-content {
    flex: 1;
}

.notification-title {
    margin: 0;
    font-weight: bold;
    color: var(--text-primary);
}

.notification-text {
    color: #666;
    font-size: 14px;
}

.success .notification-title {
    color: #28a745 !important;
}

.success .notification-icon {
    color: #28a745 !important;
}

.alert .notification-title {
    color: #dc3545 !important;
}

.alert .notification-icon {
    color: #dc3545 !important;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* home banner  */
.hero_single {
    height: 620px;
    background: #222 url(../images/home_section_1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_single .wrapper {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero_single {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0;
    color: #fff;
}

.hero_single .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.hero_single .wrapper h3 {
    font-size: 42px;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);

    color: #fff;
    font-size: 52px;
    font-size: 3.25rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.custom-search-input-2 {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.custom-search-input-2 input {
    border: 0;
}

 .select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
}

.search-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    color: black;
    width: 100%;
    gap: 1rem;
}

input.submit-search {
    background: var(--bg-primary);
    color: var(--white);
    width: 100%;
}

 .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 50px !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 3px !important;
    background-color: #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04) !important;
}

 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
    padding-left: 15px !important;
    color: #444 !important;
    font-size: 14px !important;
}

 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
    width: 30px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0093d9 !important;
}

.select2-dropdown {
    border: 1px solid #e8e8e8 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.select2-search--dropdown .select2-search__field {
    padding: 8px !important;
    border: 1px solid #e8e8e8 !important;
}

.select2-results__option {
    padding: 10px 15px !important; 
    font-size: 14px !important;
}

/* Search Input Styling */
.search-wrapper {
    position: relative;
    width: 100%;
}

.search-input {
    height: 50px;
    padding: 0 15px 0 45px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.search-wrapper i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

/* Submit Button Styling */
.submit-search {
    height: 50px;
    width: 100%;
    background-color: #0093d9;
    color: white;
    border: none;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.submit-search:hover {
    background-color: #0077b3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Custom Row Styling */
.custom-search-input-2 {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    margin: 0;
}

.select2-results__option--selectable {
    cursor: pointer;
    text-align: left;
    color:#999;

}

 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black !important;
    height: 100% !important;
    line-height: 50px !important;
}

.select2-container .select2-selection--single {
    height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit !important;
    font-size: 1rem !important;
}

.custom-search-input-2 .col-lg-2,
.custom-search-input-2 .col-lg-3 {
    padding: 0 10px;
}

@media (max-width: 991px) {

    .custom-search-input-2 .col-lg-2,
    .custom-search-input-2 .col-lg-3 {
        margin-bottom: 10px;
    }
}



/* bussines card design  */
.business-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border: none;
    margin-bottom: 25px;
}

.business-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.business-card .card-header {
    background: linear-gradient(45deg, #f8f9fa, #fff);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
    min-height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }

.business-card .premium-badge {
    background: linear-gradient(45deg, #2ecc71, #27ae60);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.business-card .pending-badge {
    background: linear-gradient(45deg, #ee9209, #ffdc17);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.business-card .danger-badge {
    background: linear-gradient(45deg, #ee0909, #8b1d01);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.business-card .chat-btn {
    background: #3498db;
    border: none;
    padding: 5px 15px;
    border-radius: 20px;
    color: var(--text-white) !important;
    font-size: 13px;
    transition: all 0.3s ease;
}
.right-side {
    display: flex
;
font-size: .8rem;
    flex-direction: column;
    gap: .2rem;
    justify-content: flex-start;
    align-items: flex-start;
}
.business-card .chat-btn:hover {
    background: #2980b9;
    transform: scale(1.05);
}

.business-card .card-title {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.business-card .card-title a {
    color: inherit;
    text-decoration: none;
}

.business-card .business-logo {
    position: relative;
    /* margin: 0px 0px 20px  0; */
    margin: -40px auto 20px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.business-card .business-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business-card .card-body {
    padding: 20px;
}

.business-card .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #555;
}

.business-card .info-item i {
    width: 25px;
    height: 25px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #3498db;
    font-size: 12px;
}

.business-card .info-item a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.business-card .info-item a:hover {
    color: #2980b9;
}

.business-card .timestamp {
    font-size: 12px;
    color: #95a5a6;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.business-card .timestamp i {
    margin-right: 5px;
    font-size: 14px;
}

/* New Category Tags Styling */
.category-tags {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.category-tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    background: #f0f7ff;
    color: #3498db;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
}

.category-tag:hover {
    background: #3498db;
    color: white !important;
    transform: translateY(-2px);
}
.category-tag.active {
    background: #3498db;
    color: white !important;
    transform: translateY(-2px);
}

.category-tag i {
    font-size: 10px;
    margin-right: 5px;
}


/* location filter page */

/* Main Filter Section Styling */
.filter-hero {
    background: linear-gradient(rgba(52, 152, 219, 0.9), rgba(41, 128, 185, 0.9));
    padding: 50px 0;
    margin-bottom: 40px;
}

.filter-hero h1 {
    color: white;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.filter-form {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.filter-form label {
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 8px;
}

.filter-form .form-control {
    height: 48px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.filter-form .form-control:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.filter-form select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23555' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
    appearance: none;
}

.filter-btn {
    height: 48px;
    width: 100%;
    background: #3498db;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    margin-top: 38px;
}

.filter-btn:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(41, 128, 185, 0.2);
}

/* Locations Sidebar Styling */
.locations-sidebar {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.locations-sidebar h3 {
    font-size: 18px;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f5f6fa;
}

.locations-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


.location-link {
    display: flex;
    align-items: center;
    padding: 2px 4px;
    color: #34495e;
    text-decoration: none;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.location-link:hover {
    background: #f8f9fa;
    color: #3498db;
    transform: translateX(5px);
}

.location-link i {
    margin-right: 10px;
    color: #3498db;
    font-size: 14px;
}

.location-count {
    margin-left: auto;
    background: #f0f7ff;
    color: #3498db;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .filter-hero {
        padding: 30px 0;
    }

    .filter-form {
        padding: 20px;
    }

    .locations-sidebar {
        margin-top: 30px;
    }
}




.grid {
    /* display: grid
; */
    /* grid-template-columns: repeat(auto-fill, minmax(351px, 1fr)); */
    /* gap: 1.25rem; */
    width: 100%;
    columns: 3;
    column-gap: 1.25rem;
    width: 100%;
}


.vertical-card {
    break-inside: avoid;
    margin-bottom: 1.25rem;
  }

  /* Responsive breakpoints */
  @media (max-width: 1024px) {
    .grid {
      columns: 2;
    }
  }

  @media (max-width: 640px) {
    .grid {
      columns: 1;
    }
  }


  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 2rem !important;

}
