/*===============================================
Template Name: spaclub - Beauty Salon and Spa HTML5 Teamplate
Author:  
Description: Description
Version: 1.0.0
Text Domain: Sapanio
Tags: consulting, finance, corporate, business, consultant, multipurpose, technology, it-solution, software, agency, company, portfolio, bangking, insurance, digital-agency, digital-marketing.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. spaclub Top Area Css 
02. spaclub Header Area Css
03. spaclub Hero Area Css
04. spaclub Portfolio Area Css
05. spaclub Portfolio Details Area Css
06. spaclub About Area Css
07. spaclub Service Area Css
08. spaclub Service Details Area Css
09. spaclub Choose Us Area Css
10. spaclub Video Area Css
11. spaclub Team Area Css
12. spaclub Pricing Area Css
13. spaclub Faqs Area Css
14. spaclub Blog Area Css
15. spaclub Blog Details Area Css
16. spaclub Blog List Area Css
17. spaclub Blog Grid Area Css
18. spaclub Contact Area Css
19. spaclub Feature Area Css
20. spaclub Teastimonial Area Css
21. spaclub Footar Area Css
22. spaclub Scrollup Button Css
23. spaclub Text Area Css
=======================*/



/*
<!-- =================================-->
<!-- spaclub Top Area Css  -->
<!-- =================================-->
*/

.top-headar-area {
    background: var(--secondary-color);
    padding: 11px 50px 11px;
}

.top-info ul li {
    display: inline-block;
    color: var(--white);
    margin-right: 40px;
    position: relative;
}

.top-info ul li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 17px;
    background: #fff;
    right: -21px;
    top: 6px;
    opacity: 0.4;
}

.top-info ul li:last-child:before {
    background: transparent;
}

.top-info ul li i {
    display: inline-block;
    color: var(--primary-color);
    margin-right: 9px;
    position: relative;
    top: 2px;
}

.top-social-icon {
    text-align: right;
}

.top-social-icon ul li {
    display: inline-block;
    margin-left: 8px;
}

.top-social-icon ul li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white);
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.top-social-icon ul li i:hover {
    color: var(--primary-color);
}

.top-social-icon ul li i:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--white);
    border-radius: 15px;
    z-index: -1;
    transform: scale(0);
    transition: 0.5s;
}

.top-social-icon ul li i:hover:after {
    transform: scale(1);
}




/*
<!-- =================================-->
<!-- spaclub Header Area Css  -->
<!-- =================================-->
*/
.header-area {
    padding: 0 46px 0;
    margin-bottom: -94px;
    border-bottom: 1px solid rgba(84, 31, 92, 0.1);
    position: relative;
    z-index: 1;
}

.header-menu {
    text-align: right;
}

.header-menu ul li {
    display: inline-block;
    margin-left: 45px;
}

.header-menu ul li a {
    display: inline-block;
    color: var(--secondary-color);
    font-weight: 600;
    padding: 34px 0;
}

.header-menu ul li a:hover {
    color: var(--primary-color);
}

.header-right {
    text-align: right;
}

.header-contact-button img {
    margin-right: 10px;
}

.header-contact-button h4 {
    font-size: 18px;
    margin: 0;
    font-family: var(--body-fonts);
    font-weight: 800;
}

.header-right {
    display: flex;
    align-items: center;
    float: right;
    gap: 38px;
}

.header-button a {
    display: inline-block;
    font-size: 16px;
    color: #fefefe;
    font-weight: bold;
    background: var(--primary-color);
    padding: 12px 31px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid var(--primary-color);
}

.header-button a:hover {
    color: var(--primary-color);
}

.header-button a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
    border-radius: 30px;
}

.header-button a:hover:before {
    width: 100%;
    left: 0;
}

.header-button i {
    display: inline-block;
    font-size: 16px;
    position: relative;
    left: 5px;
    transform: rotate(-59deg);
}


.header-menu ul li i {
    font-size: 11px;
    display: inline-block;
    position: relative;
    left: 5px;
}



/*sub-menu*/
.header-menu ul li.menu-item-has-children {
    position: relative;
}

.header-menu ul li .sub-menu {
    position: absolute;
    width: 200px;
    display: block;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 150%;
    z-index: 2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 5px solid var(--primary-color);
    border-radius: 3px 3px 0 0;
}

.header-menu ul li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.header-menu ul li .sub-menu li {
    margin-left: 0 !important;
}

.header-menu ul li .sub-menu li a {
    display: block;
    padding: 9px 19px;
    color: #1e1e1e;
    width: 200px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.header-menu ul li .sub-menu li a:hover {
    color: #fff;
}

.header-menu ul li .sub-menu li a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: var(--primary-color);
    z-index: -1;
    transition: 0.5s;
}

.header-menu ul li .sub-menu li a:hover:before {
    height: 100%;
    top: 0;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #fff !important;
    transition: 0.5s;
    z-index: 999 !important;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}


/*--Project Button--*/
.project-button a {
    display: inline-block;
    font-size: 16px;
    color: #fefefe;
    font-weight: bold;
    background: var(--primary-color);
    padding: 14px 41px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid var(--primary-color);
}

.project-button a:hover {
    color: var(--primary-color);
}

.project-button a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
    border-radius: 30px;
}

.project-button a:hover:before {
    width: 100%;
    left: 0;
}

.project-button i {
    display: inline-block;
    font-size: 16px;
    position: relative;
    left: 5px;
    transform: rotate(-59deg);
}

/*
<!-- =================================-->
<!-- spaclub Hero Area Css  -->
<!-- =================================-->
*/

.hero-area {
    background: url(../images/home-1/home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    padding-top: 28px;
    padding-bottom: 63px;
    position: relative;
}

.hero-area .project-button {
    margin-top: 38px;
}

.hero-content h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--body-fonts);
    background: #fff;
    display: inline-block;
    padding: 11px 21px;
    padding-left: 34px;
    text-transform: uppercase;
    border-radius: 30px;
    position: relative;
    margin-bottom: 18px;
}

.hero-content h4:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 19px;
    top: 16px;
    background: var(--primary-color);
}

.hero-content h1 {
    font-size: 80px;
    line-height: 72px;
    color: #0a132e;
    font-weight: bold;
}

.hero-content h1 span {
    display: inline-block;
    color: var(--primary-color);
}

.hero-content p {
    font-size: 18px;
    line-height: 28px;
    width: 80%;
    margin: 26px 0 0;
}

.hero-thumb {
    position: relative;
    left: -193px;
    top: 0;
}

.hero-shape {
    position: absolute;
    top: 11px;
    right: -63px;
}

.hero-thumb-2 {
    position: absolute;
    right: 57px;
    bottom: 85px;
}


/*
<!-- =================================-->
<!-- spaclub Feature Area Css  -->
<!-- =================================-->
*/
.featurea-area {
    padding: 118px 0 94px;
}

.featurea-area .section-title {
    position: relative;
    left: -36px;
    position: relative;
    margin: 0;
}

.section-title h4 {
    font-size: 24px;
    font-weight: 400;
    color: var(--primary-color);
    font-family: var(--sub-title-fonts);
    margin: 0 0 14px 50px;
    position: relative;
    display: inline-block;
}

.section-title h4:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    left: -48px;
    top: 12px;
    background: var(--primary-color);
}

.section-title h1 {
    font-size: 42px;
    line-height: 42px;
    color: #0a132e;
    font-weight: 500;
}

.section-title p {
    width: 88%;
    margin-top: 20px;
}

.single-feature-box {
    text-align: center;
    background: #f8f5f0;
    padding: 40px 2px 18px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single-feature-box:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #0a132e;
    border-radius: 20px;
    z-index: -1;
    transition: 0.5s;
}

.single-feature-box:hover:before {
    width: 100%;
    left: 0;
}

.feature-content h4 {
    font-size: 28px;
    margin: 37px 0 10px;
    transition: 0.5s;
}

.single-feature-box:hover .feature-content h4 {
    color: #fff;
}

.feature-content p {
    transition: 0.5s;
}

.single-feature-box:hover .feature-content p {
    color: #a4a7b3;
}

.feature-shape {
    position: absolute;
    left: 0;
    bottom: -133px;
    animation: bns1 3s linear infinite;
}




/*
<!-- =================================-->
<!-- spaclub About Area Css  -->
<!-- =================================-->
*/
.about-area {
    padding: 0 0 121px;
    position: relative;
}

.about-area .project-button {
    margin-top: 49px;
}

.about-thumb {
    position: relative;
    left: -66px;
}

.about-right {
    border: 1px solid rgba(10, 19, 46, 0.10196078431372549);
    border-left: 0;
    border-right: 0;
    padding: 16px 0 27px;
    margin-top: 31px;
    margin-bottom: 25px;
}

.single-about-box {
    display: inline-block;
    width: 48%;
    margin-right: 6px;
}

.about-box-icon {
    float: left;
    margin-right: 25px;
    margin-top: 12px;
}

.about-content h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}

.about-item p {
    font-size: 18px;
    color: var(--secondary-color);
    margin: 0;
}

.about-item i {
    color: var(--primary-color);
    margin-right: 14px;
}

.about-shape {
    position: absolute;
    right: 4%;
    top: -70px;
    animation: dance 2s alternate infinite;
}


/*
<!-- =================================-->
<!-- spaclub Service Area Css  -->
<!-- =================================-->
*/
.service-area {
    background: url(../images/home-1/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin: 0 63px 0;
}

.service-area .section-title {
    margin-bottom: 57px;
}

.single-service-box {
    text-align: center;
    position: relative;
}

.service-thumb img {
    width: 100%;
    position: relative;
}

.service-thumb {
    position: relative;
}

.service-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/home-1/service-img-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: 1s;
}

.single-service-box:hover .service-thumb:before {
    background: url(../images/home-1/service-img-shape2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.service-content {
    padding: 0 19px 0;
    border-bottom: 1px solid rgba(10, 19, 46, 0.10196078431372549);
    position: relative;
    transition: 1s;
    margin: 0 21px 0;
}

.single-service-box:hover .service-content {
    border-bottom: 1px solid var(--primary-color);
}

.service-content a {
    display: inline-block;
    background: var(--primary-color);
    width: 60px;
    height: 60px;
    border-radius: 30px;
    color: #fff;
    line-height: 60px;
    transform: rotate(-45deg);
    font-size: 18px;
    position: absolute;
    top: -88px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    opacity: 0;
    transition: 1s;
}

.single-service-box:hover .service-content a {
    opacity: 1;
}

.service-content h4 {
    font-size: 32px;
    margin: 22px 0 12px;
}

.service-content p {
    margin: 0 0 16px;
}

.service-time h6 {
    font-size: 20px;
    font-weight: 500;
    margin: 16px 0 0;
}

.service-shape {
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    transition: 1s;
    opacity: 0;
}

.single-service-box:hover .service-shape {
    top: 0;
    opacity: 1;
}

.service-shape img {
    display: inline-block;
    width: 17% !important;
}

.service-area .owl-carousel .owl-item img {
    display: inline-block;
}

.service-area .owl-nav {
    position: relative;
}

.service-area .owl-prev {
    position: absolute;
    top: -433px;
    left: -54px;
}

.service-area .owl-next {
    position: absolute;
    top: -433px;
    right: -54px;
}

.service-area .owl-prev i {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background-color: #ffffff;
    border: 1px solid rgba(10, 19, 46, 0.1);
    display: inline-block;
    text-align: center;
    line-height: 56px;
    color: #222;
}

.service-area .owl-next i {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background-color: #ffffff;
    border: 1px solid rgba(10, 19, 46, 0.1);
    display: inline-block;
    text-align: center;
    line-height: 56px;
    color: #222;
}




/*
<!-- =====================================-->
<!-- spaclub Text Area Css-->
<!-- =====================================-->*/
.text-section {
    position: relative;
    z-index: 1;
    padding: 72px 0 72px;
}

.text-section .inner-container {
    max-width: 1812px;
    margin: 0 auto;
}

.text-section .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0px;
}

.text-section .marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0;
    min-width: 87%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.text-section .marquee-block .content-box {
    position: relative;
    margin-right: 0px;
}

.text-section .marquee-block .content-box:last-child {
    margin-right: 0px;
}

.text-section .marquee-block .content-box:last-child::before {
    display: none;
}

.text-section .marquee-block .content-box .title {
    margin: 0;
}

.text-section .marquee-block .content-box h6.title {
    display: inline-block;
    padding: 0 48px;
    font-size: 34px;
    text-transform: uppercase;
    color: #0a132e;
    font-weight: 500;
}

.text-section .marquee-block .content-box h6.title img {
    position: relative;
    left: -49px;
    animation: rotateme 20s linear infinite;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}



/*
<!-- =====================================-->
<!-- spaclub Choose Us Area Css-->
<!-- =====================================-->
*/

.choose-us-area {
    padding: 120px 0 120px;
    background: #0a132e;
    margin: 0 60px 0;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.choose-us-area .section-title {
    margin-bottom: 11px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14901960784313725);
    padding-bottom: 35px;
}

.choose-us-area .section-title h1 {
    color: var(--white);
}

.choose-us-list-box ul li {
    font-size: 22px;
    line-height: 52px;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--title-fonts);
}

.choose-us-list-box ul li img {
    margin-right: 9px;
}

.choose-us-thumb {
    position: relative;
    left: 4px;
}

.choose-us-area .project-button a {
    margin-top: 36px;
}

/*
<!-- =====================================-->
<!-- spaclub Portfolio Area Css-->
<!-- =====================================-->
*/
.portfolio-area {
    padding: 388px 48px 100px;
    background: #f8f5f0;
    margin-top: -268px;
}

.portfolio-area .section-title {
    margin-bottom: 48px;
}

/* portfolio menu */
.portfolio_nav {
    display: inline-block;
    border: 1px solid #1111111f;
    border-radius: 55px;
    padding: 15px 18px;
    margin-bottom: 52px;
}

.portfolio_menu {
    text-align: center;
    padding: 0 0 0;
}

li.current_menu_item {
    color: #fff !important;
    background: var(--primary-color);
    border: 1px solid var(--primary-color) !important;
}

.portfolio_menu ul li {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    padding: 7px 28px;
    color: #0a132e;
    position: relative;
    z-index: 1;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid #0a132e;
}

.portfolio_menu ul li:last-child {
    margin-right: 0;
}

.single-portfolio-box {
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    padding: 0 0 35px;
    position: relative;
    margin-bottom: 20px;
}

.portfolio-thumb img {
    width: 100%;
}

.portfolio-button {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 120px;
    opacity: 0;
    transition: 0.5s;
}

.single-portfolio-box:hover .portfolio-button {
    opacity: 1;
}

.portfolio-content {
    padding: 26px 0 0;
    transition: 0.5s;
}

.single-portfolio-box:hover .portfolio-content {
    padding: 40px 0 0;
}

.portfolio-content h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500;
}

.portfolio-content a {
    display: inline-block;
    font-size: 28px;
    color: #0a132e;
    font-weight: 500;
    font-family: var(--title-fonts);
    margin-top: 13px;
}

.portfolio-button i {
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background-color: #ec1f24;
    text-align: center;
    line-height: 56px;
    color: #fff;
    transform: rotate(-45deg);
}





/*
<!-- =====================================-->
<!-- spaclub Pricing Area Css-->
<!-- =====================================-->
*/
.pricing-area {
    padding: 120px 0 89px;
    position: relative;
}

.pricing-area .section-title {
    margin-bottom: 62px;
}

.single-pricing-img-box {
    background: url(../images/home-1/pricing-box-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 47px 42px 306px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.pricing-img-content {
    position: relative;
    z-index: 1;
}

.pricing-img-content h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: var(--body-fonts);
    text-transform: uppercase;
    margin: 0;
}

.pricing-img-content h1 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 8px;
}

.pricing-img-content p {
    color: #fff;
    line-height: 24px;
    margin-top: 7px;
}

.pricing-img-content i {
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 26px;
    background-color: rgba(226, 131, 106, 0);
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 52px;
    color: #fff;
    transform: rotate(-45deg);
    margin-top: 7px;
}

.pricing-img-shape {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -33px;
    margin: auto;
    text-align: center;
}

.single-pricing-box {
    background: #F7F5EF;
    text-align: center;
    padding: 28px 58px 39px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.pricing-icon {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #ec1f24;
    line-height: 70px;
    text-align: center;
    margin: auto;
}

.pricing-head h4 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 21px;
}

.pricing-head h1 {
    font-size: 60px;
    color: #0a132e;
    font-weight: 500;
    margin-top: 4px;
}

.pricing-head span {
    font-size: 18px;
    color: #0a132e;
    display: inline-block;
}

.pricing-body {
    text-align: left;
    border-top: 1px dashed #8b8b8a;
    margin-top: 24px;
    padding-top: 25px;
}

.pricing-body ul li {
    line-height: 35px;
}

.pricing-body ul li i {
    color: var(--primary-color);
    font-size: 22px;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: 2px;
}

.pricing-area .project-button {
    margin-top: 34px;
}

.pricing-shape {
    position: absolute;
    right: 138px;
    top: 10%;
}

.pricing-shape-2 {
    position: absolute;
    left: 113px;
    top: 6%;
}


/*
<!-- =====================================-->
<!-- spaclub Video Area Css-->
<!-- =====================================-->
*/

.video-area {
    background: url(../images/home-1/video-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 290px 0 290px;
    margin: 0 63px 0;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.single-video-box a {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    background-color: var(--primary-color);
    font-size: 30px;
    color: var(--primary-color);
    line-height: 150px;
    position: relative;
    z-index: 1;
}

.single-video-box a:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #ffffff;
    left: 38px;
    top: 38px;
    text-align: center;
    z-index: -1;
}

.single-video-box a:after {
    position: absolute;
    content: "";
    width: 95px;
    height: 95px;
    border-radius: 54px;
    border: 2px dashed #ffff;
    left: 25px;
    top: 25px;
    text-align: center;
    z-index: -1;
    animation: rotateme 20s linear infinite;
}



/*
<!-- =====================================-->
<!-- spaclub Teastimonial Area Css-->
<!-- =====================================-->
*/
.single-teastimonial-area {
    background: #f8f5f0;
    padding: 50px 0px;
    position: relative;
}

.single-teastimonial-area .section-title {
    margin-bottom: 59px;
}

.single-teasti-box {
    margin: 0 13px 0;
}

.single-teasti-content {
    background: #fff;
    padding: 39px 31px 31px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.single-teasti-content:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 47px;
    bottom: -15px;
    background: #fff;
    transform: rotate(45deg);
    transition: 0.5s;
}

.single-teasti-box:hover .single-teasti-content:before {
    background: var(--primary-color);
}

.single-teasti-content:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--primary-color);
    z-index: -1;
    border-radius: 10px;
    transition: 0.5s;
}

.single-teasti-box:hover .single-teasti-content:after {
    width: 100%;
    left: 0;
}

.teasti-rating ul li {
    display: inline-block;
    color: var(--primary-color);
    margin: 0 0px 0 0;
    transition: 0.5s;
}

.single-teasti-box:hover .teasti-rating ul li {
    color: #ffff;
}

.teasti-rating ul li:last-child {
    color: #0a132e;
    font-weight: 600;
    margin-left: 5px;
}

.teasti-quote img {
    transition: 0.5s;
    width: 45px !important;
}

.single-teasti-box:hover .teasti-quote img {
    filter: brightness(0) invert(1);
}

.single-teasti-content p {
    font-size: 18px;
    line-height: 28px;
    color: #8b8b8a;
    margin: 23px 0 26px;
    transition: 0.5s;
}

.single-teasti-box:hover .single-teasti-content p {
    color: #fff;
}

.teasti-author {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-top: 38px;
    margin-left: 32px;
}

.teasti-author-title h4 {
    font-size: 22px;
    font-weight: 500;
}

.teasti-author-title p {
    margin: 4px 0 0;
}


.single-teastimonial-area .owl-carousel .owl-item img {
    display: inline-block;
}

.teasti-shape {
    position: absolute;
    bottom: 46%;
    left: 10%;
    animation: dance 3s alternate infinite;
}

.teasti-shape-2 {
    position: absolute;
    bottom: 46%;
    right: 10%;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}




/*
<!-- =====================================-->
<!-- spaclub Blog Area Css-->
<!-- =====================================-->
*/
.blog-area {
    padding: 118px 0 90px;
}

.blog-area .project-button {
    text-align: right;
}

.blog-area .section-title {
    margin-bottom: 63px;
}

.single-blog-box {
    position: relative;
    margin-bottom: 30px;
}

.blog-thumb img {
    width: 100%;
}

.blog-date {
    display: inline-block;
    background: var(--primary-color);
    width: 70px;
    height: 70px;
    border-radius: 10px;
    text-align: center;
    padding: 8px 0 0;
    position: absolute;
    top: 46%;
    left: 15px;
}

.blog-date h6 {
    color: #fff;
    font-size: 24px;
    margin: 0;
}

.blog-date p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.blog-author-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 21px;
    margin-bottom: 22px;
}

.blog-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.blog-author-title h4 {
    font-size: 17px;
    color: #8b8b8a;
    font-weight: 400;
    font-family: var(--body-fonts);
    margin: 0;
}

.blog-author-title strong {
    color: #0a132e;
}

.blog-link-button a {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    text-align: center;
    color: rgba(10, 19, 46, 0.5);
    font-size: 26px;
    line-height: 44px;
    transform: rotate(-45deg);
    border: 1px solid rgba(10, 19, 46, 0.1);
    transition: 0.5s;
}

.blog-link-button a:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.blog-content {
    background: #f8f5f0;
    padding: 24px 26px;
    border-radius: 10px;
}

.blog-content a {
    display: inline-block;
    font-size: 21px;
    line-height: 32px;
    color: #0a132e;
    font-weight: 600;
    transition: 0.5s;
}

.blog-content a:hover {
    color: var(--primary-color);
}


/*
<!-- =====================================-->
<!-- spaclub Subscribe Area Css-->
<!-- =====================================-->
*/

.subscribe-area .row.add-bg {
    background: url(../images/home-1/subscribe-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 66px 80px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.subscribe-content h4 {
    font-size: 42px;
    line-height: 45px;
    color: #ffffff;
    font-weight: bold;
}

.subscribe-form {
    text-align: right;
    margin-top: 10px;
}

.subscribe-form input {
    height: 64px;
    background-color: #ffffff;
    width: 67%;
    border: transparent;
    border-radius: 30px 0 0 30px;
    padding: 0 36px;
    outline: 0;
}

.subscribe-form input::placeholder {
    font-size: 16px;
    color: #8b8b8a;
    font-weight: 400;
    font-family: var(--body-fonts);
}

.subscribe-form button {
    width: 64px;
    height: 64px;
    background-color: #0a132e;
    border: transparent;
    color: #ffff;
    position: relative;
    left: -5px;
}



/*
<!-- =====================================-->
<!-- spaclub Footar Area Css-->
<!-- =====================================-->
*/

.footar-area {
    background: #0a132e;
    padding: 240px 0 0px;
    margin-top: -125px;
    position: relative;
}

p.footer-desc {
    font-size: 18px;
    line-height: 26px;
    color: #a4a7b3;
    width: 90%;
    margin: 28px 0 26px;
}

.footar-contact p {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    display: flex;
    gap: 14px;
    align-items: center;
}

.footar-social-icon {
    margin-top: 32px;
}

.footar-social-icon ul li {
    display: inline-block;
    margin-right: 7px;
}

.footar-social-icon ul li i {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.10196078431372549);
    display: inline-block;
    text-align: center;
    color: #ffff;
    line-height: 44px;
    transition: 0.5s;
}

.footar-social-icon ul li i:hover {
    background: var(--primary-color);
}

.footar-title h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 25px;
}

.footar-list-item ul li a {
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 500;
}

.footar-list-item ul li a:hover {
    color: var(--primary-color);
}

.footar-working-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 82px;
}

.footar-working-list ul li:last-child {
    border-bottom: 0;
}

.footar-working-list ul li:last-child span {
    color: var(--primary-color);
    text-transform: uppercase;
}

.footar-area .row.add-bg {
    background: #172140;
    padding: 21px 27px 25px;
    margin-top: 55px;
}

.footer-bottom-content {
    text-align: center !important;

}


.footer-bottom-content p {
    margin: 0;
}

.footer-bottom-content ul {
    text-align: center;
}

.footer-bottom-content ul li {
    display: inline-block;
}

.footer-bottom-content ul li a {
    display: inline-block;
    color: #a4a7b3;
    margin-left: 32px;
    transition: 0.5s;
}

.footer-bottom-content ul li a:hover {
    color: var(--primary-color);
}

.footer-shape-one {
    position: absolute;
    left: 65px;
    top: 149px;
    animation: bns1 3s linear infinite;
}

@keyframes bns1 {
    50% {
        transform: rotate(-5deg);
    }

    80% {
        transform: translateX(8px);
    }
}

.footer-shape-two {
    position: absolute;
    right: -38px;
    top: 23px;
    animation: bns2 5s linear infinite;
}

@keyframes bns2 {
    50% {
        transform: translateX(-50px);
    }

    80% {
        transform: translateX(20px);
    }
}



/*
<!-- =========================================================================-->
<!-- Start Home Two All Css -->
<!-- ==========================================================================-->
*/





/*
<!-- =================================-->
<!-- spaclub Header Area Css  Style Two-->
<!-- =================================-->
*/

.header-area.style-two {
    background: #0a132e;
    padding: 0 13px 0;
    border-bottom: transparent;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    padding-right: 90px;
}

.header-area.style-two.sticky {
    background: #0a132e !important;
}

.header-area.style-two:before {
    position: absolute;
    content: "";
    width: 5.2%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--primary-color);
    z-index: -1;
}

.style-two .header-logo {
    position: relative;
    left: -5px;
}

.style-two .header-menu {
    text-align: left;
    margin-left: 70px;
}

.style-two .header-menu ul li a {
    color: #ffff;
}

.style-two .header-menu ul li a:hover {
    color: var(--primary-color);
}

.style-two .header-contact-button h4 {
    color: #fff;
}





/*
<!-- =================================-->
<!-- spaclub Hero Area Css  Style Two-->
<!-- =================================-->
*/

.hero-wallpaper {
    background-color: #0a132e;
    height: 1074px;
    position: relative;
}

.hero-area.style-two {
    margin: 0 98px 0;
    background: url(../images/home-2/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 800px;
    padding: 0;
}

.style-two .hero-content h4 {
    font-size: 18px;
    color: #0a132e;
    font-weight: 600;
    margin: 0 0 9px;
    padding: 0;
}

.style-two .hero-content img {
    margin-right: 11px;
    margin-bottom: 9px;
}

.style-two .hero-content h4:before {
    display: none;
}

.style-two .hero-content h1 {
    font-size: 55px;
    line-height: 55px;
    font-weight: 700;
}

.style-two .hero-content p {
    opacity: 0.702;
    font-size: 18px;
    line-height: 28px;
    color: #0a132e;
    font-weight: 400;
    width: 40%;
    margin: 59px 0 0;
    position: relative;
}

.style-two .line {
    position: relative;
}

.style-two .line:before {
    position: absolute;
    content: "";
    width: 47%;
    height: 1px;
    left: 0;
    top: 35px;
    background: rgba(10, 19, 46, 0.10196078431372549);
}

.style-two .hero-shape {
    position: absolute;
    top: -1px;
    left: 0;
}

.style-two .hero-shape2 {
    position: absolute;
    left: 36%;
    top: 111px;
}

.style-two .hero-social-icon {
    position: absolute;
    left: -70px;
    top: 48%;
}

.hero-social-icon ul li:nth-child(1) {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    transform: rotate(90deg);
    position: relative;
    left: -22px;
    top: -52px;
}

.hero-social-icon ul li:nth-child(1):before {
    position: absolute;
    content: "";
    width: 83px;
    height: 1px;
    left: -98px;
    top: 11px;
    background: rgba(255, 255, 255, 0.2);
}

.style-two .hero-social-icon ul li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 40px;
    color: #ffff;
    font-size: 14px;
    margin-bottom: 9px;
    transition: 0.5s;
}

.style-two .hero-social-icon ul li i:hover {
    background: var(--primary-color);
}

.style-two .hero-video {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 40px 61px 39px 40px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.style-two .hero-video a {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #0a132e;
    font-weight: 500;
    font-family: var(--title-fonts);
    display: flex;
    align-items: center;
    gap: 20px;
}

.style-two .hero-video i {
    display: inline-block;
    width: 77px;
    height: 77px;
    border-radius: 39px;
    border: 1px solid var(--primary-color);
    text-align: center;
    line-height: 77px;
    font-size: 20px;
    position: relative;
    color: #fff;
    z-index: 1;
}

.style-two .hero-video i:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 30px;
    background-color: var(--primary-color);
    z-index: -1;
    margin: auto;
}

.style-two .hero-video p {
    font-size: 18px;
    line-height: 26px;
    color: #0a132e;
    font-weight: 500;
    margin: 0;
    font-family: var(--title-fonts);
}

.hero-single-box {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.hero-box-content h4 {
    font-size: 24px;
    color: #ffffff;
    margin: 0 0 10px;
}

.hero-box-content p {
    margin: 0;
}

.hero-wallpaper .row.add-margin {
    margin-top: 89px;
}

.hero-wallpaper .hero-team-expt {
    display: flex;
    align-items: center;
    gap: 17px;
    float: right;
}

.hero-wallpaper .hero-team-expt-content h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin: 0;
}

.hero-wallpaper .hero-team-expt-content p {
    color: #a4a7b3;
    margin: 8px 0 0;
}

.hero-wallpaper .hero-box-shape {
    position: absolute;
    left: -103px;
    top: -24px;
}

.hero-wallpaper .hero-flower-shape {
    position: absolute;
    left: 41%;
    bottom: -119px;
    z-index: 1;
}


/*
<!-- =================================-->
<!-- spaclub About Area Css  Style Two-->
<!-- =================================-->
*/
.about-area.style-two {
    padding: 120px 0 121px;
    background: #f8f5f0;
}

.style-two .about-thumb {
    position: relative;
    left: -108px;
}



/*
<!-- =================================-->
<!-- spaclub Feature Area Css  Style Two-->
<!-- =================================-->
*/
.featurea-area.style-two {
    position: relative;
}

.featurea-area.style-two .section-title {
    position: relative;
    left: 0;
    position: relative;
    margin: 0 0 38px;
}

.featurea-area.style-two .owl-carousel .owl-item img {
    display: inline-block;
    width: 35%;
}

.featurea-area.style-two .single-feature-box {
    margin: 0 12px 0;
}

.featurea-area.style-two .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.featurea-area.style-two .owl-dot {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(226, 131, 106, 0.5019607843137255);
    margin: 0 3px 0;
}

.featurea-area.style-two .owl-dot.active {
    width: 12px;
    height: 12px;
    border-radius: 30px;
    background: var(--primary-color);
}

.featurea-area.style-two .feature-right {
    position: relative;
    left: 89px;
    top: 0;
}

.featurea-area.style-two .feature-thumb-shape {
    position: absolute;
    top: 37px;
    left: 0;
    animation: rotateme 20s linear infinite;
}

.featurea-area.style-two .feature-thumb-shape2 {
    position: absolute;
    right: 0;
    bottom: 167px;
    animation: bns2 5s linear infinite;
}

.featurea-area.style-two .feature-shape {
    position: absolute;
    left: 0;
    top: 0;
    animation: bns1 3s linear infinite;
}

.featurea-area.style-two .feature-shap2 {
    position: absolute;
    right: 74px;
    top: -132px;
}


/*
<!-- =================================-->
<!-- spaclub Service Area Css  Style Two-->
<!-- =================================-->
*/
.service-area.style-two {
    background: #0a132e;
    border-radius: 20px;
}

.service-area.style-two .section-title h1 {
    color: #fff;
}

.service-area.style-two .single-service-box {
    text-align: center;
    position: relative;
    margin: 0 14px 0;
}

.service-area.style-two .service-box-content {
    background: #19233F;
    border-radius: 10px 10px 0 0;
    padding: 32px 15px 70px;
    position: relative;
    z-index: 1;
}

.service-area.style-two .service-box-content:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--primary-color);
    border-radius: 10px 10px 0 0;
    transition: 0.5s;
    z-index: -1;
}

.service-area.style-two .single-service-box:hover .service-box-content:before {
    width: 100%;
    left: 0;
}

.service-area.style-two .service-icon img {
    transition: 0.5s;
    width: 18%;
}

.service-area.style-two .single-service-box:hover .service-icon img {
    filter: brightness(0) invert(1);
}

.service-area.style-two .service-box-content h4 {
    font-size: 30px;
    color: #ffffff;
    margin: 28px 0 0;
    font-weight: 500;
}

.service-area.style-two .service-box-content p {
    color: #a4a7b3;
    margin: 11px 0 0;
    transition: 0.5s;
}

.service-area.style-two .single-service-box:hover .service-box-content p {
    color: #fff;
}

.service-area.style-two .service-thum img {
    width: 100%;
}

.service-area.style-two .massage-time {
    width: 74px;
    height: 74px;
    border-radius: 37px;
    background-color: var(--primary-color);
    text-align: center;
    position: absolute;
    bottom: 44%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 12px 0 0;
    z-index: 11;
    transition: 0.5s;
}

.service-area.style-two .single-service-box:hover .massage-time {
    background: #1a2340;
}

.service-area.style-two .massage-time h4 {
    font-size: 22px;
    color: #fff;
    margin: 0;
}

.service-area.style-two .massage-time p {
    font-size: 12px;
    color: #fff;
    margin: 0;
    line-height: 16px;
}

.service-area.style-two .owl-carousel .owl-item img {
    display: inline-block;
}

/*
<!-- =================================-->
<!-- spaclub Choose Us Area Css  Style Two-->
<!-- =================================-->
*/
.choose-us-area.style-two {
    background: transparent;
    margin: 0;
}

.choose-us-area.style-two .section-title h1 {
    color: #0a132e;
}

.choose-us-area.style-two .row.add-bg {
    background: #f8f5f0;
    border-radius: 10px;
    padding: 20px 14px;
    margin-left: 0;
    margin-bottom: 27px;
}

.choose-us-area.style-two .choose-us-list-box ul li {
    color: #0a132e;
}

.choose-us-area.style-two .choose-us-thumb {
    position: relative;
    left: -79px;
}

.choose-us-area.style-two .choose-us-counter {
    display: flex;
    align-items: center;
    gap: 20px;
}

.choose-us-area.style-two .choose-us-conter-content h4 {
    font-size: 42px;
    display: inline-block;
    font-weight: 600;
}

.choose-us-area.style-two .choose-us-conter-content span {
    display: inline-block;
    font-size: 48px;
    opacity: 0.5;
    margin: 0;
}

.choose-us-area.style-two .choose-us-conter-content p {
    font-size: 18px;
    margin: 2px 0 0;
}


/*
<!-- =================================-->
<!-- spaclub Text Area Css  Style Two-->
<!-- =================================-->
*/
.text-section.style-two {
    background: var(--primary-color);
}

.text-section.style-two .marquee-block .content-box h6.title {
    color: #ffff;
}

.text-section.style-two .marquee-block .content-box h6.title img {
    filter: brightness(0) invert(1);
}

/*
<!-- =================================-->
<!-- spaclub Portfolio Area Css  Style Two-->
<!-- =================================-->
*/
.portfolio-area.style-two {
    padding: 120px 13px 110px;
    background: #f8f5f0;
    margin-top: 0;
}

.portfolio-area.style-two .single-port-thumb img {
    width: 100%;
}

.portfolio-area.style-two .single-port-box {
    position: relative;
    margin: 0 15px 77px;
}

.portfolio-area.style-two .port-content {
    display: flex;
    align-items: center;
    gap: 29px;
    background: #fff;
    width: 80%;
    padding: 0 15px 0 0;
    position: absolute;
    bottom: -58px;
    right: 0;
    border-radius: 10px 0 0 10px;
}

.portfolio-area.style-two .port-icon {
    background: #0a132e;
    padding: 29px 34px 29px;
    border-radius: 10px 0 0 10px;
    z-index: 1;
    position: relative;
}

.portfolio-area.style-two .port-icon:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--primary-color);
    z-index: -1;
    border-radius: 10px 0 0 10px;
    transition: 0.5s;
}

.portfolio-area.style-two .single-port-box:hover .port-icon:before {
    width: 100%;
}

.portfolio-area.style-two .port-icon img {
    transition: 0.5s;
}

.portfolio-area.style-two .single-port-box:hover .port-icon img {
    filter: brightness(0) invert(1);
}

.portfolio-area.style-two .port-title h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--primary-color);
    margin: 0;
    margin-left: 16px;
    margin-bottom: 11px;
    position: relative;
}

.portfolio-area.style-two .port-title h4:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: -12px;
    top: 5px;
    background: var(--primary-color);
    border-radius: 30px;
}

.portfolio-area.style-two .port-title a {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--title-fonts);
}

.portfolio-area.style-two .port-title a:hover {
    color: var(--primary-color);
}

.portfolio-area.style-two .port-button a {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    text-align: center;
    line-height: 60px;
    color: #ffff;
    border-radius: 5px 0 0 0;
    position: absolute;
    bottom: 60px;
    right: 0;
    opacity: 0;
    transition: 0.5s;
}

.portfolio-area.style-two .single-port-box:hover .port-button a {
    opacity: 1;
}

.portfolio-area.style-two .port-button i {
    display: inline-block;
    transform: rotate(-45deg);
}

.portfolio-area.style-two .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 55px;
}

.portfolio-area.style-two .owl-dot {
    position: relative;
    background: rgba(226, 131, 106, 0.5);
    width: 10px;
    height: 10px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 3px 0;
}

.portfolio-area.style-two .owl-dot.active {
    width: 13px;
    height: 13px;
    background: var(--primary-color);
}


/*
<!-- =============================================-->
<!-- spaclub Teastimonial Area Css  Style Two-->
<!-- =============================================-->
*/
.teasti-area.style-two {
    background: url(../images/home-1/teasti-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 115px 0 113px;
    position: relative;
}

.teasti-area.style-two .teasti-content p {
    font-size: 22px;
    line-height: 36px;
    color: #0a132e;
    font-weight: 400;
    font-style: italic;
    width: 64%;
    margin: auto;
    margin-top: 31px;
    margin-bottom: 30px;
}

.teasti-area.style-two .teasti-author-content {
    margin-top: 148px;
}

.teasti-area.style-two .teasti-quote img {
    transition: 0.5s;
    width: 45px !important;
    margin: auto;
}

.teasti-area.style-two .teasti-author-content h4 {
    font-size: 22px;
    margin: 0;
}

.teasti-area.style-two .teasti-author-content p {
    margin: 6px 0 0;
}

.teasti-area.style-two .owl-dots {
    position: absolute;
    bottom: 89px;
    left: 35%;
}

.teasti-area.style-two .owl-dot {
    background: url(../images/home-1/teasti-dotte1.png);
    width: 75px;
    height: 75px;
    display: inline-block;
    margin: 0 14px 0;
}

.teasti-area.style-two .owl-dot.active {
    transform: scale(1.2);
}

.teasti-area.style-two .owl-dot:nth-child(2) {
    background: url(../images/home-1/teasti-dotte2.png);
}

.teasti-area.style-two .owl-dot:nth-child(3) {
    background: url(../images/home-1/teasti-dotte3.png);
}

.teasti-area.style-two .owl-dot:nth-child(4) {
    background: url(../images/home-1/teasti-dotte4.png);
}

.teasti-area.style-two .teasti-shape {
    position: absolute;
    bottom: 21%;
    left: 12%;
    animation: dance 3s alternate infinite;
}

.teasti-area.style-two .teasti-shape-2 {
    position: absolute;
    bottom: 65%;
    right: 10%;
    animation: dance 2s alternate infinite;
}

.teasti-area.style-two .teasti-shape-3 {
    position: absolute;
    top: 9%;
    left: 7%;
}

.teasti-area.style-two .teasti-shape-4 {
    position: absolute;
    bottom: 85px;
    right: 4%;
}

/*
<!-- =============================================-->
<!-- spaclub Team Area Css  Style Two-->
<!-- =============================================-->
*/
.team-area {
    background: #0a132e;
    padding: 120px 0 100px;
    margin: 0 58px 0;
    border-radius: 20px;
}

.team-area .section-title {
    margin-bottom: 56px;
}

.team-area .section-title h1 {
    color: #fff;
}

.team-area .single-team-box {
    background: #182240;
    text-align: center;
    border-radius: 160px 160px 0 0;
    padding: 0 0 34px;
    margin-bottom: 20px;
}

.team-area .team-content h4 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin: 28px 0 0;
}

.team-area .team-content p {
    color: #a4a7b3;
    font-weight: 500;
    margin: 5px 0 26px;
}

.team-area .team-social-icon ul li {
    display: inline-block;
}

.team-social-icon ul li i {
    color: #ffff;
    display: inline-block;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    margin: 0 -2px 0;
    transition: 0.5s;
}

.team-social-icon ul li i:hover {
    color: var(--primary-color);
}

.team-area .team-social-icon ul li:nth-child(1) i {
    border-radius: 3px 0 0 3px;
}

.team-area .team-social-icon ul li:nth-child(2) i {
    border-left: transparent !important;
}

.team-area .team-social-icon ul li:nth-child(3) i {
    border-left: transparent !important;
}

.team-area .team-social-icon ul li:nth-child(4) i {
    border-left: transparent !important;
    border-radius: 0 3px 3px 0;
}


/*
<!-- =============================================-->
<!-- spaclub Call Do Actions Area Css  Style Two-->
<!-- =============================================-->
*/

.call-do-action-area {
    background: url(../images/home-2/call-do-action-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 105px 0 120px;
    margin: 0 50px 0;
    position: relative;
}

.call-do-content {
    margin-bottom: 39px;
}

.call-do-content h4 {
    font-size: 42px;
    color: #fff;
    line-height: 41px;
}

.call-do-sahpe {
    position: absolute;
    left: 48%;
    top: 30%;
}


/*inner Pages header style Css*/
.header-area.inner-style {
    border-bottom: 1px solid rgba(242, 228, 215, 0.2);
}

.header-area.inner-style.sticky {
    background: #0a132e !important;
}

.inner-style .header-menu ul {
    display: inline-block;
}

.inner-style .header-button {
    display: inline-block;
    margin-left: 30px;
}

.inner-style .header-menu ul li a {
    color: #ffff;
}

.inner-style .header-menu ul li a:hover {
    color: var(--primary-color);
}

/*inner Style All css*/
.featurea-area.inner-style .section-title {
    left: 0;
    position: relative;
    margin: 0;
    margin-bottom: 55px;
}

.service-area.inner-style {
    margin: 0;
    border-radius: 0;
}


.portfolio-area.style-two.inner-style {
    padding: 120px 88px 80px;
    background: #f8f5f0;
    margin-top: 0;
}

.portfolio-area.style-two.inner-style .port-content {
    width: 90%;
}

.portfolio-area.style-two.inner-style .single-port-box {
    position: relative;
    margin: 0 0 94px;
}

.team-area.inner-style {
    margin: 0;
    border-radius: 0;
}

.faqs-area.inner {
    background: #f8f5f0;
}


/*
<!-- =============================================-->
<!-- spaclub Breadcumb Area Css  Style Two-->
<!-- =============================================-->
*/

.breadcumb-area {
    background: url(../images/home-1/breadcumb-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 276px 0 183px;
}

.breadcumb-content {
    text-align: center;
}

.breadcumb-content h4 {
    font-size: 50px;
    color: #ffff;
    text-transform: uppercase;
    margin: 0 0 9px;
    font-weight: 500;
}

.breadcumb-content ul li {
    display: inline-block;
    color: #ffff;
    font-family: var(--body-fonts);
    text-transform: uppercase;
}

.breadcumb-content ul li a {
    display: inline-block;
    color: var(--primary-color);
}


/*
<!-- =============================================-->
<!-- spaclub Faqs Area Css  Style Two-->
<!-- =============================================-->
*/
.faqs-area {
    padding: 118px 0 120px;
}

.faqs-area .section-title h4 {
    margin: 0 0 0px 50px;
}

.faqs-area .section-title {
    margin-bottom: 48px;
}

.faqs-container {
    overflow: hidden;
}

.faq-singular {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid rgba(23, 23, 23, 0.1);
    border-top: transparent;
}

.faq-singular .faq-question {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 20px 25px 19px 36px;
    font-size: 18px;
    border-radius: 5px;
    z-index: 2;
    transition: 0.5s;
    background: transparent;
    border: 1px solid rgba(23, 23, 23, 0.1);
    font-size: 20px;
    font-weight: 500;
    font-family: var(--title-fonts);
    color: #151515;
}

.faq-singular.active .faq-question {
    background: var(--primary-color);
    color: #fff;
}

.faq-singular .faq-question:before {
    position: absolute;
    content: "+";
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 400;
    transition: 0.5s;
    color: #222;
}

.faq-singular.active .faq-question:before {
    content: "-";
    font-size: 30px;
    color: #fff;
}

.faq-answer {
    display: none;
    padding: 21px 40px 25px;
}

/*
<!-- ========================================-->
<!-- spaclub Contact Area Css-->
<!-- ========================================-->*/
.inner-style.contact-area {
    padding: 120px 0 120px;
}

.inner-style.contact-area .section-title {
    margin-bottom: 41px;
}

.inner-style.contact-area .section-title p {
    margin: 0;
    margin-top: 21px;
    width: 90%;
}

.inner-style .row.add-backgroun {
    background-color: #f8f6f3;
    padding: 98px 67px 101px;
}

.inner-style .single-contact-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 41px;
    position: relative;
}

.inner-style .single-contact-box:before {
    position: absolute;
    content: "";
    width: 95%;
    height: 1px;
    left: 5px;
    bottom: -19px;
    background: #6161612b;
}

.inner-style .single-contact-box:last-child:before {
    background: transparent;
}

.inner-style .contact-icon i {
    background: #ffff;
    color: var(--primary-color);
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    display: inline-block;
}

.inner-style .contact-title h4 {
    font-size: 15px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    font-family: var(--body-fonts);
}

.inner-style .contact-title p {
    font-size: 22px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: var(--title-fonts);
    line-height: 32px;
}

.inner-style .single-contact-form {
    background-color: #272727;
    padding: 42px 53px 60px;
    text-align: center;
}

.inner-style .contact-content h4 {
    font-size: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 26px;
}

.inner-style .single-input-box input {
    background: transparent !important;
    border: 1px solid #acacac4f;
    color: #ffff;
    outline: 0;
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 11px;
    padding: 0 21px;
}

.inner-style .single-input-box input::placeholder {
    color: #acacac;
}

.inner-style .single-input-box select {
    background: transparent !important;
    border: 1px solid #acacac4f;
    color: #acacac;
    outline: 0;
    width: 100%;
    height: 60px;
    position: relative;
    padding: 0 19px;
    margin-top: 5px;
    text-transform: capitalize;
}

.inner-style .single-input-box textarea {
    background: transparent !important;
    border: 1px solid #acacac4f;
    color: #acacac;
    outline: 0;
    width: 100%;
    height: 120px;
    position: relative;
    padding: 9px 19px;
    margin-top: 17px;
}

.inner-style .single-input-box textarea::placeholder {
    color: #acacac;
}

.inner-style .single-input-box button {
    background: var(--primary-color);
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--title-fonts);
    width: 100%;
    border: transparent;
    padding: 16px 0;
    margin-top: 13px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.inner-style .single-input-box button:hover {
    color: var(--primary-color);
}

.inner-style .single-input-box button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
}

.inner-style .single-input-box button:hover:before {
    width: 100%;
    left: 0;
}

.google-map iframe {
    width: 100%;
    height: 600px;
}



/*
<!-- ========================================-->
<!-- spaclub Service Details Area Css-->
<!-- ========================================-->*/

.service-details-area {
    padding: 117px 0 100px;
}

.service-details-area .section-title {
    margin-bottom: 41px;
}


.single-service-details-box {
    background-color: #f2e4d7;
    padding: 45px 49px 41px;
}

.serive-details-box-content h4 {
    font-size: 32px;
    color: #151515;
    font-weight: 600;
    margin: 22px 0 13px;
}

.serive-details-box-content p {
    margin: 0 0 29px;
}

.serive-details-box-content h3 {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
    border-bottom: 1px solid #11111130;
    margin-bottom: 19px;
    padding-bottom: 21px;
    font-family: var(--body-fonts);
}

.serive-details-box-content h3:last-child {
    border: transparent;
}

.service-details-area .project-button.style-two {
    margin-top: 71px;
}

.service-details-title h6 {
    font-size: 16px;
    color: #f68043;
    font-weight: 500;
}

.service-details-title h4 {
    font-size: 40px;
    color: #1e1e1e;
    font-weight: 500;
    margin: 7px 0 15px;
}

.service-details-title p {
    width: 93%;
}

h4.margin {
    margin-top: 51px;
}

.service-details-thumb img {
    width: 100%;

}

.service-details-area .row.add-margin {
    margin-top: 100px;
}

.service-details-area .row.add-bg {
    background-color: #f9f4ef;
    padding: 33px 62px 33px;
    margin-top: 85px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-box-item h4 {
    font-size: 32px;
    color: #1e1e1e;
    font-weight: 600;
    margin-bottom: 14px;
}

.service-box-item ul li i {
    font-size: 21px;
    color: var(--primary-color);
    padding-right: 7px;
    position: relative;
    top: 5px;
}

.service-box-item ul li {
    line-height: 38px;
}

.single-service-dtl-box {
    border: 1px solid rgba(21, 21, 21, 0.1);
    margin-bottom: 20px;
}

.servic-dtl-thumb img {
    width: 100%;
}

.service-dtl-content {
    padding: 26px 34px 34px;
}

.service-dtl-content h4 {
    font-size: 32px;
    color: #151515;
    font-weight: 600;
    margin: 0 0 13px;
}

.service-dtl-content a {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--title-fonts);
    background: var(--primary-color);
    padding: 6px 28px;
    border-radius: 30px;
    margin-top: 11px;
}



/*
<!-- ========================================-->
<!-- spaclub Portfolio Details Area Css-->
<!-- ========================================-->*/

.portfolio-details-area {
    padding: 119px 0px 63px;
}

.portfolio-details-thumb img {
    width: 100%;
    padding-bottom: 60px;
}

.port-details-content h4 {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
    background: #F8F1EB;
    display: inline-block;
    padding: 8px 12px;
    text-transform: uppercase;
    border-radius: 5px;
}

.port-details-content h1 {
    font-size: 50px;
    color: #1e1e1e;
    font-weight: 500;
    margin: 12px 0 18px;
}

.port-details-content p {
    width: 80%;
    margin: 0 0 31px;
}

.port-details-content ul li {
    height: 40px;
}

.port-details-content ul li i {
    display: inline-block;
    font-size: 22px;
    color: var(--primary-color);
    position: relative;
    top: 3px;
    margin-right: 6px;
}

.single-port-info-box {
    background: #f2e4d7;
    padding: 36px 40px 31px;
}

.single-port-info-box h4 {
    font-size: 24px;
    color: #1e1e1e;
    font-weight: 600;
    margin: 0 0 14px;
}

.single-port-info-box strong {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: var(--body-fonts);
}

.single-port-info-box span {
    display: inherit;
    line-height: 32px;
}

.port-social-icon {
    border-top: 1px solid #22222226;
    padding: 20px 0 0px;
    margin-top: 20px;
}

.port-social-icon ul li {
    display: inline-block;
    margin-right: 7px;
}

.port-social-icon ul li i {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid rgba(21, 21, 21, 0.15);
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    color: #111;
    transition: 0.5s;
}

.port-social-icon ul li i:hover {
    background: var(--primary-color);
    color: #fff;
}

.portfolio-details-area .row.add-margin {
    padding-top: 80px;
    border-top: 1px solid #1111;
    margin-top: 68px;
}



/*
<!-- ========================================-->
<!-- spaclub Blog Details Area Css-->
<!-- ========================================-->*/


.blog-details-area {
    padding: 118px 0 122px;
}

.blog-details-thumb img {
    width: 100%;
}

.blog-details-content {
    margin-top: 35px;
}

.blog-details-area .meta-blog ul li {
    display: inline-block;
    color: #616161;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 4px;
}

.blog-details-title a {
    display: inline-block;
    font-size: 32px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: var(--title-fonts);
    padding-top: 20px;
}

.blog-details-desc p {
    width: 97%;
    margin: 20px 0 27px;
}

.blog-details-title h4 {
    font-size: 28px;
    margin-bottom: 14px;
    margin-top: 48px;
}

.blog-details-rules-item {
    margin-top: 34px;
}

.blog-details-rules-item ul li {
    color: #1e1e1e;
    font-size: 16px;
    margin-bottom: 14px;
}

.blog-details-rules-item ul li i {
    color: var(--primary-color);
    font-size: 16px;
    margin-right: 9px;
}

.blog-details-thumb-2 img {
    width: 100%;
    margin-top: 39px;
    margin-bottom: 8px;
}

.row.akta-boder-add-korlam {
    border-top: 1px solid #22222214;
    padding-top: 26px;
    border-bottom: 1px solid #22222214;
    padding-bottom: 26px;
    margin-bottom: 66px;
}

.blog-details-tag ul li {
    display: inline-block;
    color: #101010;
    font-size: 20px;
    font-family: var(--fonts-title);
    margin-right: 13px;
    font-weight: 600;
}

.blog-details-tag ul li a {
    display: inline-block;
    color: #616161;
    font-size: 15px;
    font-family: var(--fonts-body);
    border: 2px solid #f8f6f3;
    padding: 2px 20px;
    transition: 0.5s;
}

.blog-details-tag ul li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.blog-details-social {
    text-align: right;
}

.blog-details-social ul li {
    display: inline-block;
    color: #101010;
    font-size: 20px;
    font-family: var(--fonts-title);
    font-weight: 600;
}

.blog-details-social ul li a {
    display: inline-block;
    color: #1e1e1e;
    font-weight: 400;
    font-family: var(--fonts-title);
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 14px;
    transition: 0.5s;
    position: relative;
}

.blog-details-social ul li a:hover {
    color: var(--primary-color);
    ;
}

.blog-details-social ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: 2px;
    background: #C29D68;
    transition: 0.5s;
}

.blog-details-social ul li a:hover:before {
    width: 100%;
}

.blog-related-box {
    display: flex;
    background: #f8f6f3;
    align-items: center;
    padding: 30px 21px 31px 70px;
    gap: 19px;
}

.blog-related-box.style-two {
    text-align: right;
    padding: 30px 63px 31px 21px;
}

.blog-related-content a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: var(--title-fonts);
}

.blog-related-content p {
    font-size: 14px;
    margin: 0;
}


/* Comment CSS */

.blog-details-comment-title h4 {
    font-size: 32px;
    margin: 83px 0 28px;
}

.blog-details-comment {
    margin-bottom: 19px;
    position: relative;
    border: 1px solid #22222214;
    padding: 29px 29px 25px;
}

.blog-details-comment.style-two {
    margin-left: 105px;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-comment-content {
    overflow: hidden;
}

.blog-details-comment-content h2 {
    font-size: 20px;
    margin-top: 0;
    display: inline-block;
    font-weight: 500;
    margin-right: 30px;
}

.blog-details-comment-content p {
    font-size: 16px;
    margin: 13px 0 0;
}

.blog-details-comment-reply {
    position: absolute;
    right: 22px;
    top: 21px;
}

.blog-details-comment-reply a {
    background: var(--primary-color);
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
}

.blog-details-comment.reply {
    margin-left: 70px;
    padding-top: 35px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.blog-details-contact-title h4 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 22px;
}

.blog-details-area .contact-input-box input {
    background: #f8f8f8;
    border: transparent;
    width: 100%;
    height: 60px;
    padding: 22px;
    outline: 0;
    margin-bottom: 11px;
}

.blog-details-area .contact-input-box textarea {
    background: #f8f8f8;
    border: transparent;
    width: 100%;
    height: 170px;
    padding: 12px 22px 0;
    outline: 0;
    margin-top: 11px;
    margin-bottom: 20px;
}

.input-check-box span {
    font-size: 15px;
    margin-left: 7px;
}

.blog-details-submi-button button {
    background: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    border: transparent;
    padding: 12px 26px;
    font-size: 15px;
    margin-top: 34px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border: 1px solid var(--primary-color);
}

.blog-details-submi-button button:hover {
    color: var(--primary-color);
}

.blog-details-submi-button button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    transition: 0.5s;
    z-index: -1;
}

.blog-details-submi-button button:hover:before {
    width: 100%;
    left: 0;
}


/*Blog-details-sidbar*/

.widget_search {
    padding: 13px 40px 37px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #f2e4d7;
}

.widget_search form {
    position: relative;
    margin-top: 25px;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px !important;
    height: 60px;
    width: 100% !important;
    position: relative;
    color: #012549;
    outline: 0 !important;
    border: transparent !important;
}


button.icons {
    border: 0;
    font-size: 16px;
    position: absolute;
    right: 14px;
    top: 18px;
    color: #1e1e1e;
    background: transparent;
    opacity: 0.7;
}


/* Sidber Recent Post */

.widget-categories-box {
    background: #f2e4d7;
    padding: 21px 37px 15px;
    margin-bottom: 32px;
}

.categories_title h4 {
    font-size: 24px;
    color: #1e1e1e;
    font-weight: 600;
    margin-bottom: 42px;
    position: relative;
}

.categories_title h4:before {
    position: absolute;
    content: "";
    width: 55px;
    height: 1px;
    left: 0;
    bottom: -6px;
    background: #1e1e1e;
}

.sidber-widget-recent-post {
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.recent-widget-content a {
    transition: 0.5s;
    color: #101010 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-fonts);
}

.sidber-widget-recent-post:hover .recent-widget-content a {
    color: var(--primary-color) !important;
}

.recent-widget-content p {
    font-size: 14px;
    margin: 0;
}

.widget-catefories-list ul li {
    border-bottom: 1px solid rgba(16, 16, 16, 0.1);
    margin-bottom: 11px;
    padding-bottom: 14px;
}

.widget-catefories-list ul li:last-child {
    border: transparent;
}

.widget-catefories-list ul li a {
    display: inline-block;
    color: #1e1e1e;
    font-weight: 500;
    font-family: var(--title-fonts);
    font-size: 18px;
    transition: 0.5s;
}

.widget-catefories-list ul li a:hover {
    color: var(--primary-color);
}

.widget-catefories-list ul li i {
    display: inline-block;
    font-size: 14px;
    margin-right: 9px;
    transition: 0.5s;
}

.widget-catefories-list ul li a:hover i {
    color: var(--primary-color);
}

.widget-catefories-tags a {
    display: inline-block;
    color: #101010;
    font-weight: 500;
    font-family: var(--title-fonts);
    background: #fff;
    padding: 6px 19px;
    margin: 6px 3px;
    position: relative;
    z-index: 1;
}

.widget-catefories-tags a:hover {
    color: #fff;
}

.widget-catefories-tags a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--primary-color);
    transition: 0.5s;
    z-index: -1;
}

.widget-catefories-tags a:hover:before {
    width: 100%;
    left: 0;
}



/*
<!-- ========================================-->
<!-- spaclub Blog List Area Css-->
<!-- ========================================-->*/

.single-list-area.style-two {
    padding: 119px 0 54px;
}

.single-list-area.style-two .section-title {
    margin-bottom: 40px;
}

.single-list-area.style-two .style-two.project-button a {
    border: 1px solid rgba(21, 21, 21, 0.2);
    background: transparent;
    color: var(--secondary-color);
}

.single-list-area.style-two .style-two.project-button a:hover {
    color: #fff;
}

.style-two .single-blog-box {
    text-align: center;
}

.style-two .single-blog-thumb {
    overflow: hidden;
}

.style-two .single-blog-thumb img {
    width: 100%;
    transition: 0.5s;
}

.style-two .single-blog-box:hover .single-blog-thumb img {
    transform: scale(1.2);
}

.style-two .blog-content {
    background: #fff;
    padding: 28px 38px 25px;
}

.style-two .meta-blg {
    margin-bottom: 12px;
}

.style-two .meta-blg span {
    display: inline-block;
    text-transform: uppercase;
    margin: 0px 19px;
    position: relative;
}

.style-two .meta-blg span:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 9px;
    top: 9px;
    left: -14px;
    background: var(--primary-color);
}

.style-two .blog-content a {
    display: inline-block;
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    font-family: var(--title-fonts);
    color: var(--secondary-color);
    transition: 0.5s;
}

.style-two .blog-content a:hover {
    color: var(--primary-color);
}

/*
<!-- ========================================-->
<!-- spaclub Blog Grid Area Css-->
<!-- ========================================-->*/
.blog-grid-area {
    padding: 118px 0 88px;
}











/*
<!-- ============================================================== -->
<!-- spaclub Scrollup Button Css  -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/
.prgoress_indicator {
    position: fixed;
    right: 26px;
    bottom: 35px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: var(--primary-color);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
    color: #c19d68;
}

.prgoress_indicator:hover ::before {
    opacity: 1;
}

.prgoress_indicator svg path {
    fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: var(--primary-color);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}

.footer-logo img {
    height: 80px;
    width: 100%;
    max-width: 250px;
    object-fit: contain;
    border-radius: 15px;
}


.footar-contact h4 a {
    color: white;
}


.header-logo img {
    height: 100px;
    width: 100%;
    object-fit: contain;

}

.main-header {
    height: 500px;
    width: 100%;
}

.footar-contact p a {
    color: white;
}

.gallary-area img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.widget-categories-box {
    position: sticky;
    top: 0;


}

.faqimg {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.chooseus {
    height: 400px;
    width: 100%;
    object-fit: cover;
}


.blog-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.service-content img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.single-service-box {
    margin: 10px;
}

.left-side-sticky{
    position: sticky !important;
    top: 20px;
    /* Adjust as needed */
    height: 100%;

}


.vishal{
    position: relative;
}