@import "https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&amp;family=Red+Rose:wght@300..700&amp;display=swap";

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

:root {
    --white-color: #FFF;
    --dark-white-color: #FFF;
    --font-red-rose: "Red Rose", serif;
    --font-figtree: "Figtree", sans-serif;
    --primary-color: #D9D2F3;
    --primary-color1: #CAD8C7;
    --primary-color2: #D2EDE3;
    --primary-color3: #EFE5D5;
    --primary-color4: #FFFF9F;
    --primary-color5: #D2E7ED;
    --primary-color6: #D2EDE7;
    --primary-color7: #D9D9D9;
    --primary-color8: #F3D8CD;
    --primary-color9: #D2E7ED;
    --primary-color10: #D9D2F3;
    --primary-color11: #EFE5D5;
    --primary-color12: rgba(253, 255, 159, 1);
    --primary-green: #78EB54;
    --primary-green2: #EC6219;
    --primary-green3: rgba(25, 25, 25, 1);
    --primary-blue: #2E4BD4;
    --text-color: #191919;
    --dark-text-color: #191919;
    --text-color2: #545454;
    --dark-text-color2: #545454;
    --border-color: #eee;
    --text-color-opc: 25, 25, 25
}

body.dark {
    background-color: #161616;
    --text-color2: #c4c4c4;
    --text-color: #FFF;
    --dark-white-color: #191919;
    --primary-color: #1F1F1F;
    --primary-color1: #1F1F1F;
    --primary-color2: #1F1F1F;
    --primary-color3: #1F1F1F;
    --primary-color4: #1F1F1F;
    --primary-color5: #1F1F1F;
    --primary-color6: #1F1F1F;
    --primary-color7: #1F1F1F;
    --primary-color8: #1F1F1F;
    --primary-color9: #1F1F1F;
    --primary-color10: #1F1F1F;
    --primary-color11: #1F1F1F;
    --border-color: #2F2F2F;
    --text-color-opc: 255, 255, 255
}

html {
    font-size: 100%;
    scroll-behavior: smooth
}

input {
    border: none;
    outline: none
}

button {
    outline: none;
    border: none
}

i.bx {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none
}

p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

.pt-120 {
    padding-top: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .pt-120 {
        padding-top: 100px
    }
}

@media(max-width:991px) {
    .pt-120 {
        padding-top: 90px
    }
}

.pb-120 {
    padding-bottom: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .pb-120 {
        padding-bottom: 100px
    }
}

@media(max-width:991px) {
    .pb-120 {
        padding-bottom: 90px
    }
}

.pt-100 {
    padding-top: 100px
}

@media(max-width:991px) {
    .pt-100 {
        padding-top: 80px
    }
}

.pb-100 {
    padding-bottom: 100px
}

@media(max-width:991px) {
    .pb-100 {
        padding-bottom: 80px
    }
}

.pt-90 {
    padding-top: 90px
}

@media(max-width:991px) {
    .pt-90 {
        padding-top: 80px
    }
}

@media(max-width:767px) {
    .pt-90 {
        padding-top: 70px
    }
}

.pb-90 {
    padding-bottom: 90px
}

@media(max-width:991px) {
    .pb-90 {
        padding-bottom: 80px
    }
}

@media(max-width:767px) {
    .pb-90 {
        padding-bottom: 70px
    }
}

.pb-80 {
    padding-bottom: 80px
}

@media(min-width:992px) and (max-width:1199px) {
    .pb-80 {
        padding-bottom: 60px
    }
}

.pb-65 {
    padding-bottom: 65px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-10 {
    padding-bottom: 10px
}

.mt-120 {
    margin-top: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .mt-120 {
        margin-top: 100px
    }
}

@media(max-width:991px) {
    .mt-120 {
        margin-top: 90px
    }
}

.mb-120 {
    margin-bottom: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .mb-120 {
        margin-bottom: 100px
    }
}

@media(max-width:991px) {
    .mb-120 {
        margin-bottom: 90px
    }
}

.mb-100 {
    margin-bottom: 100px
}

@media(max-width:991px) {
    .mb-100 {
        margin-bottom: 80px
    }
}

.mt-100 {
    margin-top: 100px !important
}

@media(max-width:991px) {
    .mt-100 {
        margin-top: 80px !important
    }
}

.mb-90 {
    margin-bottom: 90px
}

@media(max-width:991px) {
    .mb-90 {
        margin-bottom: 70px
    }
}

.mb-15 {
    margin-bottom: 15px
}

.mb-10 {
    margin-bottom: 10px
}

.pt-80 {
    padding-top: 80px
}

@media(max-width:1199px) {
    .pt-80 {
        padding-top: 70px
    }
}

@media(max-width:767px) {
    .pt-80 {
        padding-top: 60px
    }
}

.pt-70 {
    padding-top: 70px
}

.pt-50 {
    padding-top: 50px
}

.pt-40 {
    padding-top: 40px
}

.pt-35 {
    padding-top: 35px
}

.pt-30 {
    padding-top: 30px
}

.pt-20 {
    padding-top: 20px
}

.pb-80 {
    padding-bottom: 80px
}

.pe-80 {
    padding-right: 80px
}

.pb-60 {
    padding-bottom: 60px
}

.pl-110 {
    padding-left: 110px
}

@media(min-width:1400px) and (max-width:1599px) {
    .pl-110 {
        padding-left: 70px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .pl-110 {
        padding-left: 40px
    }
}

@media(max-width:1199px) {
    .pl-110 {
        padding-left: unset
    }
}

.mb-60 {
    margin-bottom: 60px
}

@media(max-width:767px) {
    .mb-60 {
        margin-bottom: 40px
    }
}

.mb-70 {
    margin-bottom: 70px
}

@media(max-width:767px) {
    .mb-70 {
        margin-bottom: 40px
    }
}

.mb-50 {
    margin-bottom: 50px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-44 {
    margin-bottom: 44px
}

@media(max-width:991px) {
    .mb-44 {
        margin-bottom: 0
    }
}

.mb-35 {
    margin-bottom: 35px
}

.mb-20 {
    margin-bottom: 20px
}

.mt-15 {
    margin-top: 15px
}

.mt-40 {
    margin-top: 40px
}

.mt-35 {
    margin-top: 35px
}

.mb-40 {
    margin-bottom: 40px
}

@media(max-width:576px) {
    .mb-40 {
        margin-bottom: 30px
    }
}

.mb-30 {
    margin-bottom: 30px
}

.mb-25 {
    margin-bottom: 25px
}

.mt-50 {
    margin-top: 50px
}

.mt-25 {
    margin-top: 25px
}

.mb-50 {
    margin-bottom: 50px
}

.mt-60 {
    margin-top: 60px
}

@media(max-width:767px) {
    .mt-60 {
        margin-top: 40px
    }
}

.mt-70 {
    margin-top: 70px
}

@media(max-width:767px) {
    .mt-70 {
        margin-top: 40px
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.background-img {
    margin: 0;
    padding: 0;
    background-color: #f4dcb1;
    background-image: url(../image/health%26wellness/flower-img.png);
    background-repeat: no-repeat;
    background-position: 90% 13%
}

@media(max-width:991px) {
    .background-img {
        background-position: 90% 3%
    }
}

@media(max-width:767px) {
    .background-img {
        background-position: 90% 2%
    }
}

.circle-container {
    background: 0 0;
    position: fixed;
    right: 30px;
    bottom: 55px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear
}

.circle-container.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.circle-container::after {
    position: absolute;
    font-family: bootstrap-icons;
    content: "\f145";
    text-align: center;
    line-height: 40px;
    font-size: 28px;
    color: var(--primary-green);
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all .5s linear
}

.circle-container:hover svg path {
    fill: var(--primary-green);
    transition: .5s
}

.circle-container:hover::after {
    color: var(--dark-text-color)
}

.circle-container svg path {
    fill: none;
    stroke: var(--primary-green)
}

.circle-container svg.circle-progress path {
    stroke: var(--primary-green);
    stroke-width: 5;
    box-sizing: border-box;
    transition: all 200ms linear
}

.hover-btn {
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.hover-btn::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--text-color);
    height: 100%;
    width: 100%;
    border-radius: 40px;
    top: 0;
    right: 0;
    transform-origin: right;
    transform: scalex(0);
    transition: transform .7s
}

.hover-btn:hover {
    color: var(--white-color)
}

.hover-btn:hover::after {
    transform: scalex(1);
    transform-origin: left
}

.hover-btn.two::after {
    background-color: var(--primary-green)
}

.hover-btn.two:hover {
    color: var(--text-color)
}

.hover-btn.two:hover svg {
    stroke: var(--text-color);
    transform: rotate(45deg)
}

.hover-btn.three::after {
    border-radius: 5px;
    background-color: var(--primary-green)
}

.blog-card2 {
    position: relative;
    transition: .45s
}

.blog-card2 .blog-image {
    transition: .45s;
    overflow: hidden
}

.blog-card2 .blog-image img {
    width: 100%;
    transition: .45s
}

.blog-card2 .blog-card-img-wrap {
    position: relative
}

.blog-card2 .blog-card-img-wrap>a {
    transition: all .5s ease-out;
    overflow: hidden;
    display: block
}

.blog-card2 .blog-card-img-wrap>a img {
    width: 100%;
    transition: all .5s ease-out
}

.blog-card2 .blog-card-img-wrap ul {
    position: absolute;
    left: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    gap: 15px
}

.blog-card2 .blog-card-img-wrap ul .category {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    color: var(--white-color);
    background-color: rgba(25, 25, 25, .5);
    line-height: 1;
    padding: 7px 20px;
    border-radius: 100px;
    display: inline-block;
    transition: .7s
}

.blog-card2 .blog-card-img-wrap ul .category:hover {
    background: var(--primary-green);
    color: var(--dark-text-color)
}

.blog-card2 .blog-card-img-wrap ul .lock {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: rgba(25, 25, 25, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .7s
}

.blog-card2 .blog-card-img-wrap ul .lock:hover {
    background: var(--primary-green)
}

.blog-card2 .blog-card-img-wrap ul .lock:hover svg {
    fill: var(--dark-text-color)
}

.blog-card2 .blog-card-img-wrap ul .lock svg {
    fill: var(--white-color);
    transition: .7s
}

.blog-card2 .blog-content {
    padding-top: 23px !important
}

.blog-card2 .blog-content .blog-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px
}

.blog-card2 .blog-content .blog-meta li a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1;
    transition: .35s
}

.blog-card2 .blog-content .blog-meta li a:hover {
    color: var(--primary-green)
}

.blog-card2 .blog-content .blog-meta li a.publish-date {
    font-family: var(--font-figtree);
    font-weight: 400;
    color: var(--text-color2);
    position: relative;
    line-height: 1;
    transition: .35s
}

.blog-card2 .blog-content .blog-meta li a.publish-date::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #c4c4c4;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%)
}

.blog-card2 .blog-content h3 {
    margin-bottom: 0
}

.blog-card2 .blog-content h3 a {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--text-color);
    transition: .35s
}

@media(max-width:991px) {
    .blog-card2 .blog-content h3 a {
        font-size: 28px
    }
}

@media(max-width:767px) {
    .blog-card2 .blog-content h3 a {
        font-size: 24px
    }
}

@media(max-width:576px) {
    .blog-card2 .blog-content h3 a {
        font-size: 22px
    }
}

.blog-card2 .blog-content h3 a:hover {
    color: var(--primary-green)
}

.blog-card2 .blog-content h4 {
    margin-bottom: 0
}

.blog-card2 .blog-content h4 a {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-color);
    transition: .35s
}

.blog-card2 .blog-content h4 a:hover {
    color: var(--primary-green)
}

.blog-card2.two .blog-card-img-wrap>a {
    border-radius: 10px 10px 0 0
}

.blog-card2:hover .blog-image img {
    transform: scale(1.1)
}

.blog-card2:hover .blog-card-img-wrap a img {
    transform: scale(1.1)
}

.header-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0 15px
}

.header-area .header-logo a {
    font-family: var(--font-red-rose);
    font-size: 35px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color)
}

.header-area .header-right {
    display: flex;
    gap: 40px;
    align-items: center
}

.header-area .header-right .social-media {
    display: flex;
    gap: 8px;
    align-items: center
}

.header-area .header-right .social-media li a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    transition: .35s;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 8px
}

.header-area .header-right .social-media li a svg {
    margin-top: 2px
}

.header-area .header-right .social-media li a:hover {
    color: var(--primary-green)
}

.header-area .header-right .icon-area {
    display: flex;
    gap: 20px
}

.header-area .header-right .icon-area li {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    border-radius: 50px;
    transition: .5s;
    cursor: pointer
}

.header-area .header-right .icon-area li i {
    fill: var(--text-color);
    transition: .35s
}

.header-area .header-right .icon-area li svg {
    fill: var(--dark-text-color);
    transition: .35s
}

.header-area .header-right .icon-area li:hover {
    background: var(--primary-green)
}

.header-area .header-right .btn-area a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    background: var(--text-color);
    color: var(--dark-white-color);
    padding: 7px 16px;
    border-radius: 100px;
    transition: .35s
}

.header-area .header-right .btn-area a:hover {
    background: var(--primary-green);
    color: var(--text-color)
}

.header-area.two .header-right .icon-area li {
    background: var(--white-color);
    border: 1px solid var(--border-color)
}

.header-area.two .header-right .icon-area li:hover {
    background: var(--primary-green)
}

header.life-style {
    position: relative;
    z-index: 999;
    border-bottom: 1px solid var(--border-color);
    transition: all .8s ease-out 0s
}

header.life-style.boder-bottom-none {
    border-bottom: none
}

header.life-style.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #08090b;
    z-index: 99
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0px)
    }
}

header.life-style .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

header.life-style .header-wrapper .nav-right .social-area {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 18px
}

header.life-style .header-wrapper .nav-right .social-area li a {
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    transition: .35s
}

header.life-style .header-wrapper .nav-right .social-area li a svg {
    transition: .35s;
    fill: var(--text-color)
}

header.life-style .header-wrapper .nav-right .social-area li a:hover {
    background-color: var(--primary-green);
    border-color: var(--primary-green)
}

header.life-style .header-wrapper .nav-right .social-area li a:hover svg {
    fill: var(--dark-text-color)
}

header.life-style .header-wrapper .menu-wrap {
    display: flex;
    align-items: center;
    gap: 30px
}

header.life-style .header-wrapper .main-menu {
    display: inline-block
}

header.life-style .header-wrapper .main-menu .mobile-menu-logo {
    display: none
}

header.life-style .header-wrapper .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header.life-style .header-wrapper .main-menu ul>li {
    display: inline-block;
    position: relative;
    padding: 16px 8px
}

header.life-style .header-wrapper .main-menu ul>li:first-child {
    padding-left: 0
}

header.life-style .header-wrapper .main-menu ul>li>a {
    color: var(--text-color);
    display: block;
    text-transform: uppercase;
    padding: 7px 10px;
    position: relative;
    font-family: var(--font-red-rose);
    font-weight: 700;
    font-size: 15px;
    transition: all .5s ease-out 0s;
    position: relative;
    border-radius: 15px;
    line-height: 1
}

@media(max-width:991px) {
    header.life-style .header-wrapper .main-menu ul>li>a {
        padding: 32px 9px;
        border: none
    }
}

header.life-style .header-wrapper .main-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--text-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 7px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all .5s ease-out 0s;
    opacity: 0
}

@media(max-width:991px) {
    header.life-style .header-wrapper .main-menu ul>li i {
        opacity: 1
    }
}

header.life-style .header-wrapper .main-menu ul>li i.active::before {
    content: "\f2ea"
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 62px;
    margin: 0;
    display: none;
    min-width: 280px;
    background: var(--text-color);
    text-align: left;
    padding: 25px 0
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li {
    padding: 0;
    display: block;
    position: relative
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--dark-white-color);
    font-size: 20px
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon {
    color: var(--dark-white-color);
    opacity: 1;
    top: 12px;
    font-size: 13px;
    right: 30px
}

@media(max-width:991px) {
    header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon {
        right: 0;
        top: 8px;
        font-size: 20px
    }
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon2 {
    color: var(--dark-white-color);
    opacity: 1;
    top: 14px;
    right: 10px;
    font-size: 13px
}

@media(max-width:991px) {
    header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon2::before {
        content: "\f4fe"
    }
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li>a {
    display: block;
    padding: 9px 34px;
    font-family: var(--font-red-rose);
    color: var(--dark-white-color);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.4;
    transition: all .4s ease-out 0s;
    position: relative;
    border-radius: 0;
    border: none
}

@media(max-width:991px) {
    header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li>a {
        color: var(--text-color)
    }

    header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li>a::after {
        background-color: var(--text-color)
    }
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover {
    color: var(--primary-green);
    padding-left: 44px
}

@media(max-width:991px) {
    header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover {
        padding-left: 18px
    }
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover::before {
    transform: scale(1)
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover::after {
    opacity: 1
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li>a.active {
    color: var(--primary-green)
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li>a.active::before {
    transform: scale(1)
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li:hover>a {
    color: var(--primary-green)
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li:hover>a::after {
    background-color: var(--primary-green)
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon {
    color: var(--primary-green)
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon2 {
    color: var(--primary-green)
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li.active>a {
    color: var(--primary-green)
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li.active>a::after {
    background-color: var(--primary-green)
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li.active .dropdown-icon {
    color: var(--primary-green)
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li.active .dropdown-icon2 {
    color: var(--primary-green)
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu {
    left: 100%;
    position: absolute;
    max-width: 280px;
    min-width: 280px;
    background: var(--text-color);
    box-shadow: 0 30px 80px rgba(8, 0, 42, .08);
    top: 0
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu::before {
    display: none;
    visibility: hidden
}

@media only screen and (max-width:991px) {
    header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0 0;
        top: 0
    }
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu>li i {
    display: block
}

header.life-style .header-wrapper .main-menu ul>li ul.sub-menu>li:last-child {
    border-bottom: none
}

@media(max-width:991px) {
    header.life-style .header-wrapper .main-menu ul>li:hover>a {
        border: none
    }
}

@media(min-width:992px) {
    header.life-style .header-wrapper .main-menu ul>li:hover>ul.sub-menu {
        display: block;
        animation: fade-up .45s linear
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible
    }
}

header.life-style .header-wrapper .main-menu ul>li.active>a {
    border-color: var(--text-color)
}

@media(max-width:991px) {
    header.life-style .header-wrapper .main-menu ul>li.active>a {
        border: none
    }
}

header.life-style .header-wrapper .main-menu ul>li.active .dropdown-icon2 {
    color: var(--primary-color)
}

header.life-style .header-wrapper .main-menu ul li.menu-item-has-children {
    position: relative
}

@media(min-width:992px) {
    header.life-style .header-wrapper .main-menu ul li.menu-item-has-children::after {
        content: "";
        height: 4.5px;
        width: 7.25px;
        background-color: var(--text-color);
        position: absolute;
        right: 8px;
        top: 28px;
        -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
        clip-path: polygon(100% 0, 0 0, 50% 100%)
    }
}

header.life-style .header-wrapper .main-menu ul li.menu-item-has-children>i {
    display: block
}

@media only screen and (max-width:991px) {
    header.life-style .header-wrapper .mobile-logo-area {
        justify-content: center !important
    }

    header.life-style .header-wrapper .dropdown-icon {
        color: var(--white-color)
    }

    header.life-style .header-wrapper .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--dark-white-color);
        transform: translateX(-100%);
        transition: transform .3s ease-in;
        border-right: 1px solid rgba(13, 23, 32, .0784313725)
    }

    header.life-style .header-wrapper .main-menu::-webkit-scrollbar {
        width: 0
    }

    header.life-style .header-wrapper .main-menu.show-menu {
        transform: translateX(0)
    }

    header.life-style .header-wrapper .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px
    }

    header.life-style .header-wrapper .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px
    }

    header.life-style .header-wrapper .main-menu ul {
        float: none;
        text-align: left;
        padding: 5px 0 20px 0
    }

    header.life-style .header-wrapper .main-menu ul li {
        display: block;
        position: relative;
        padding: 5px
    }

    header.life-style .header-wrapper .main-menu ul li:first-child {
        padding-left: 5px
    }

    header.life-style .header-wrapper .main-menu ul li a {
        padding: 10px 0;
        display: block;
        font-size: 1rem
    }

    header.life-style .header-wrapper .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        margin-left: 10px;
        padding: 10px 0
    }

    header.life-style .header-wrapper .main-menu ul li ul.sub-menu>li a {
        padding: 7px 0
    }

    header.life-style .header-wrapper .main-menu .header-btn {
        font-family: var(--font-red-rose);
        font-size: 15px;
        font-weight: 700;
        color: var(--white-color);
        background-color: var(--dark-text-color);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 16px 35px
    }

    header.life-style .header-wrapper .main-menu .header-btn svg {
        stroke: var(--white-color)
    }
}

.topbar {
    padding: 15px 0
}

.topbar .topbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.topbar .topbar-wrapper .header-logo .white-logo {
    display: none;
    visibility: hidden
}

.topbar .topbar-wrapper .social-area {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 18px;
    padding-left: 20px
}

@media(max-width:767px) {
    .topbar .topbar-wrapper .social-area {
        display: none
    }
}

.topbar .topbar-wrapper .social-area li {
    padding-right: 10px;
    line-height: 1;
    position: relative
}

.topbar .topbar-wrapper .social-area li::after {
    content: "";
    height: 8px;
    width: 8px;
    border: 1px solid var(--text-color2);
    position: absolute;
    left: -18px;
    top: 59%;
    transform: translateY(-50%);
    border-radius: 50%
}

.topbar .topbar-wrapper .social-area li a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: var(--text-color2);
    transition: .35s
}

.topbar .topbar-wrapper .social-area li a:hover {
    color: var(--primary-green)
}

.topbar .topbar-wrapper .topber-right {
    display: flex;
    align-items: center;
    gap: 40px
}

.topbar .topbar-wrapper .topber-right .icon-area {
    display: flex;
    align-items: center;
    gap: 20px
}

.topbar .topbar-wrapper .topber-right .icon-area>li {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    cursor: pointer;
    transition: .35s
}

.topbar .topbar-wrapper .topber-right .icon-area>li i {
    font-size: 16px;
    color: var(--text-color);
    transition: .35s
}

.topbar .topbar-wrapper .topber-right .icon-area>li svg {
    fill: var(--text-color);
    transition: .35s
}

.topbar .topbar-wrapper .topber-right .icon-area>li:hover {
    border-color: var(--primary-green)
}

.topbar .topbar-wrapper .topber-right .icon-area>li:hover i {
    color: var(--primary-green)
}

.topbar .topbar-wrapper .topber-right .icon-area>li:hover svg {
    fill: var(--primary-green)
}

.topbar .topbar-wrapper .topber-right .sign-in {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: var(--text-color);
    border: 1px solid var(--text-color);
    display: inline-block;
    padding: 4px 16px;
    border-radius: 30px
}

@media(max-width:576px) {
    .topbar .topbar-wrapper .topber-right .sign-in {
        display: none;
        visibility: hidden
    }
}

header.travel {
    position: relative;
    z-index: 999;
    border-top: 1px solid #f8eefc;
    border-bottom: 1px solid #f8eefc;
    transition: all .8s ease-out 0s;
    padding: 0
}

header.travel.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #08090b;
    z-index: 99
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0px)
    }
}

header.travel .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

header.travel .header-wrapper .logo-sidebar {
    display: flex;
    align-items: center;
    gap: 30px
}

header.travel .header-wrapper .logo-sidebar .sidebar {
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--text-color);
    cursor: pointer;
    transition: .5s
}

header.travel .header-wrapper .logo-sidebar .sidebar svg {
    fill: var(--dark-white-color);
    transition: .5s
}

header.travel .header-wrapper .logo-sidebar .sidebar:hover {
    background-color: var(--primary-green)
}

header.travel .header-wrapper .logo-sidebar .sidebar:hover svg {
    fill: var(--dark-text-color)
}

header.travel .header-wrapper .logo-sidebar .header-logo {
    line-height: 1
}

header.travel .header-wrapper .logo-sidebar .header-logo a {
    line-height: 1;
    display: inline-block
}

header.travel .header-wrapper .logo-sidebar .header-logo a img {
    max-width: 170px;
    width: 100%
}

header.travel .header-wrapper .logo-sidebar .header-logo .white-logo {
    display: none;
    visibility: hidden
}

header.travel .header-wrapper .logo-sidebar .header-logo .black-logo {
    display: block;
    visibility: visible
}

header.travel .header-wrapper .nav-right .header-btn {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    color: var(--text-color);
    background-color: var(--primary-green);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 35px
}

@media(max-width:576px) {
    header.travel .header-wrapper .nav-right .header-btn {
        padding: 17px 22px;
        font-size: 14px
    }
}

header.travel .header-wrapper .nav-right .header-btn svg {
    stroke: var(--text-color);
    transition: .5s
}

header.travel .header-wrapper .nav-right .header-btn::after {
    border-radius: 0
}

header.travel .header-wrapper .nav-right .header-btn:hover {
    color: var(--dark-white-color)
}

header.travel .header-wrapper .nav-right .header-btn:hover svg {
    transform: rotate(45deg);
    stroke: var(--dark-white-color)
}

header.travel .header-wrapper .menu-wrap {
    display: flex;
    align-items: center;
    gap: 30px
}

header.travel .header-wrapper .main-menu {
    display: inline-block
}

header.travel .header-wrapper .main-menu .mobile-menu-logo {
    display: none
}

header.travel .header-wrapper .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header.travel .header-wrapper .main-menu ul>li {
    display: inline-block;
    position: relative;
    padding: 16px 8px
}

header.travel .header-wrapper .main-menu ul>li:first-child {
    padding-left: 0
}

header.travel .header-wrapper .main-menu ul>li>a {
    color: var(--text-color);
    display: block;
    text-transform: uppercase;
    padding: 4px 13px;
    position: relative;
    font-family: var(--font-red-rose);
    font-weight: 700;
    font-size: 15px;
    transition: all .5s ease-out 0s;
    position: relative;
    border-radius: 15px;
    line-height: 1
}

@media(max-width:991px) {
    header.travel .header-wrapper .main-menu ul>li>a {
        padding: 32px 9px;
        border: none
    }
}

header.travel .header-wrapper .main-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--text-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 7px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all .5s ease-out 0s;
    opacity: 0
}

@media(max-width:991px) {
    header.travel .header-wrapper .main-menu ul>li i {
        opacity: 1
    }
}

header.travel .header-wrapper .main-menu ul>li i.active::before {
    content: "\f2ea"
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    margin: 0;
    display: none;
    min-width: 280px;
    background: var(--text-color);
    text-align: left;
    padding: 25px 0
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li {
    padding: 0;
    display: block;
    position: relative
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--dark-white-color);
    font-size: 20px
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon {
    color: var(--dark-white-color);
    opacity: 1;
    top: 10px;
    font-size: 13px;
    right: 15px
}

@media(max-width:991px) {
    header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon {
        right: 0;
        top: 8px;
        font-size: 20px
    }
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon2 {
    color: var(--dark-white-color);
    opacity: 1;
    top: 14px;
    right: 10px;
    font-size: 13px
}

@media(max-width:991px) {
    header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon2::before {
        content: "\f4fe"
    }
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li>a {
    display: block;
    padding: 9px 34px;
    font-family: var(--font-red-rose);
    color: var(--dark-white-color);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.4;
    transition: all .4s ease-out 0s;
    position: relative;
    border-radius: 0;
    border: none
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li>a::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--dark-white-color);
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s ease-out 0s
}

@media(max-width:991px) {
    header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li>a::after {
        left: 0
    }
}

@media(max-width:991px) {
    header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li>a {
        color: var(--text-color)
    }

    header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li>a::after {
        background-color: var(--text-color)
    }
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover {
    color: var(--primary-green);
    padding-left: 44px
}

@media(max-width:991px) {
    header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover {
        padding-left: 18px
    }
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover::before {
    transform: scale(1)
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover::after {
    opacity: 1
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li>a.active {
    color: var(--primary-green)
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li>a.active::before {
    transform: scale(1)
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li:hover>a {
    color: var(--primary-green)
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li:hover>a::after {
    background-color: var(--primary-green)
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon {
    color: var(--primary-green)
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon2 {
    color: var(--primary-green)
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li.active>a {
    color: var(--primary-green)
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li.active>a::after {
    background-color: var(--primary-green)
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li.active .dropdown-icon {
    color: var(--primary-green)
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li.active .dropdown-icon2 {
    color: var(--primary-green)
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu {
    left: 100%;
    position: absolute;
    max-width: 280px;
    min-width: 280px;
    background: var(--text-color);
    box-shadow: 0 30px 80px rgba(8, 0, 42, .08);
    top: 0
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu::before {
    display: none;
    visibility: hidden
}

@media only screen and (max-width:991px) {
    header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0 0;
        top: 0
    }
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu>li i {
    display: block
}

header.travel .header-wrapper .main-menu ul>li ul.sub-menu>li:last-child {
    border-bottom: none
}

@media(max-width:991px) {
    header.travel .header-wrapper .main-menu ul>li:hover>a {
        border: none
    }
}

@media(min-width:992px) {
    header.travel .header-wrapper .main-menu ul>li:hover>ul.sub-menu {
        display: block;
        animation: fade-up .45s linear
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible
    }
}

header.travel .header-wrapper .main-menu ul>li.active>a {
    border-color: var(--text-color)
}

@media(max-width:991px) {
    header.travel .header-wrapper .main-menu ul>li.active>a {
        border: none
    }
}

header.travel .header-wrapper .main-menu ul>li.active .dropdown-icon2 {
    color: var(--primary-color)
}

header.travel .header-wrapper .main-menu ul li.menu-item-has-children {
    position: relative
}

@media(min-width:992px) {
    header.travel .header-wrapper .main-menu ul li.menu-item-has-children::after {
        content: "";
        height: 4.5px;
        width: 7.25px;
        background-color: var(--text-color);
        position: absolute;
        right: 7px;
        top: 25px;
        -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
        clip-path: polygon(100% 0, 0 0, 50% 100%)
    }
}

header.travel .header-wrapper .main-menu ul li.menu-item-has-children>i {
    display: block
}

@media only screen and (max-width:991px) {
    header.travel .header-wrapper .mobile-logo-area {
        justify-content: center !important
    }

    header.travel .header-wrapper .dropdown-icon {
        color: var(--white-color)
    }

    header.travel .header-wrapper .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--dark-white-color);
        transform: translateX(-100%);
        transition: transform .3s ease-in;
        border-right: 1px solid rgba(13, 23, 32, .0784313725)
    }

    header.travel .header-wrapper .main-menu::-webkit-scrollbar {
        width: 0
    }

    header.travel .header-wrapper .main-menu.show-menu {
        transform: translateX(0)
    }

    header.travel .header-wrapper .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px
    }

    header.travel .header-wrapper .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px
    }

    header.travel .header-wrapper .main-menu ul {
        float: none;
        text-align: left;
        padding: 5px 0 20px 0
    }

    header.travel .header-wrapper .main-menu ul li {
        display: block;
        position: relative;
        padding: 5px
    }

    header.travel .header-wrapper .main-menu ul li:first-child {
        padding-left: 5px
    }

    header.travel .header-wrapper .main-menu ul li a {
        padding: 10px 0;
        display: block;
        font-size: 1rem
    }

    header.travel .header-wrapper .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        margin-left: 10px;
        padding: 10px 0
    }

    header.travel .header-wrapper .main-menu ul li ul.sub-menu>li a {
        padding: 7px 0
    }

    header.travel .header-wrapper .main-menu .header-btn {
        font-family: var(--font-red-rose);
        font-size: 15px;
        font-weight: 700;
        color: var(--text-color);
        background-color: var(--primary-green);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 16px 35px
    }

    header.travel .header-wrapper .main-menu .header-btn svg {
        stroke: var(--text-color)
    }
}

header.travel .header-wrapper .menu-wrap {
    display: flex;
    align-items: center;
    gap: 30px
}

header.travel .header-wrapper .menu-wrap .nav-right .header-btn {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    color: var(--text-color);
    background-color: var(--primary-green);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 35px
}

header.travel .header-wrapper .menu-wrap .nav-right .header-btn svg {
    stroke: var(--text-color);
    transition: .5s
}

@media(max-width:576px) {
    header.travel .header-wrapper .menu-wrap .nav-right .header-btn {
        display: none;
        visibility: hidden
    }
}

header.travel .header-wrapper .menu-wrap .nav-right .header-btn::after {
    border-radius: 0
}

header.travel .header-wrapper .menu-wrap .nav-right .header-btn:hover {
    color: var(--dark-white-color)
}

header.travel .header-wrapper .menu-wrap .nav-right .header-btn:hover svg {
    transform: rotate(45deg);
    stroke: var(--dark-white-color)
}

header.travel .header-wrapper .menu-wrap .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden
}

@media(max-width:991px) {
    header.travel .header-wrapper .menu-wrap .nav-right .mobile-menu-btn {
        display: flex;
        margin-left: 50px;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative
    }

    header.travel .header-wrapper .menu-wrap .nav-right .mobile-menu-btn span {
        height: 3px;
        width: 25px;
        background-color: var(--text-color);
        display: flex;
        transition: transform .5s ease-in;
        position: absolute;
        top: 0
    }

    header.travel .header-wrapper .menu-wrap .nav-right .mobile-menu-btn span::before {
        transition-duration: .5s;
        position: absolute;
        width: 35px;
        height: 3px;
        background-color: var(--text-color);
        content: "";
        top: -10px;
        right: 0
    }

    header.travel .header-wrapper .menu-wrap .nav-right .mobile-menu-btn span::after {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 3px;
        right: 0;
        background-color: var(--text-color);
        content: "";
        top: 10px
    }

    header.travel .header-wrapper .menu-wrap .nav-right .mobile-menu-btn.active span {
        background-color: transparent
    }

    header.travel .header-wrapper .menu-wrap .nav-right .mobile-menu-btn.active span::before {
        transform: rotateZ(45deg) translate(8px, 6px);
        width: 35px
    }

    header.travel .header-wrapper .menu-wrap .nav-right .mobile-menu-btn.active span::after {
        transform: rotateZ(-45deg) translate(8px, -6px);
        width: 35px
    }
}

header.travel .mobile-logo-wrap .white-logo {
    display: none;
    visibility: hidden
}

header.travel .mobile-logo-wrap .black-logo {
    display: block;
    visibility: visible
}

header.health {
    position: relative;
    z-index: 999;
    background-color: var(--dark-white-color);
    transition: all .8s ease-out 0s;
    padding: 0
}

header.health.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #08090b;
    z-index: 99
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0px)
    }
}

header.health .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

header.health .header-wrapper .sidebar {
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--text-color);
    cursor: pointer;
    transition: .5s
}

header.health .header-wrapper .sidebar svg {
    fill: var(--dark-white-color)
}

header.health .header-wrapper .sidebar:hover {
    background-color: var(--primary-green)
}

header.health .header-wrapper .sidebar:hover svg {
    fill: var(--dark-text-color)
}

header.health .header-wrapper .nav-right .header-btn {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    color: var(--dark-white-color);
    background-color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 35px
}

header.health .header-wrapper .nav-right .header-btn svg {
    stroke: var(--dark-white-color);
    transition: .5s
}

header.health .header-wrapper .nav-right .header-btn::after {
    border-radius: 0
}

header.health .header-wrapper .nav-right .header-btn:hover {
    color: var(--dark-text-color)
}

header.health .header-wrapper .nav-right .header-btn:hover svg {
    transform: rotate(45deg);
    stroke: var(--dark-text-color)
}

header.health .header-wrapper .menu-wrap {
    display: flex;
    align-items: center;
    gap: 30px
}

header.health .header-wrapper .main-menu {
    display: inline-block
}

header.health .header-wrapper .main-menu .mobile-menu-logo {
    display: none
}

header.health .header-wrapper .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header.health .header-wrapper .main-menu ul>li {
    display: inline-block;
    position: relative;
    padding: 16px 8px
}

header.health .header-wrapper .main-menu ul>li:first-child {
    padding-left: 0
}

header.health .header-wrapper .main-menu ul>li>a {
    color: var(--text-color);
    display: block;
    text-transform: uppercase;
    padding: 4px 13px;
    position: relative;
    font-family: var(--font-red-rose);
    font-weight: 700;
    font-size: 15px;
    transition: all .5s ease-out 0s;
    position: relative;
    border-radius: 15px;
    line-height: 1
}

@media(max-width:991px) {
    header.health .header-wrapper .main-menu ul>li>a {
        padding: 32px 9px;
        border: none
    }
}

header.health .header-wrapper .main-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--text-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 7px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all .5s ease-out 0s;
    opacity: 0
}

@media(max-width:991px) {
    header.health .header-wrapper .main-menu ul>li i {
        opacity: 1
    }
}

header.health .header-wrapper .main-menu ul>li i.active::before {
    content: "\f2ea"
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    margin: 0;
    display: none;
    min-width: 280px;
    background: var(--text-color);
    text-align: left;
    padding: 25px 0
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li {
    padding: 0;
    display: block;
    position: relative
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--dark-white-color);
    font-size: 20px
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon {
    color: var(--dark-white-color);
    opacity: 1;
    top: 10px;
    font-size: 13px;
    right: 15px
}

@media(max-width:991px) {
    header.health .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon {
        right: 0;
        top: 8px;
        font-size: 20px
    }
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon2 {
    color: var(--dark-white-color);
    opacity: 1;
    top: 14px;
    right: 10px;
    font-size: 13px
}

@media(max-width:991px) {
    header.health .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon2::before {
        content: "\f4fe"
    }
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li>a {
    display: block;
    padding: 9px 34px;
    font-family: var(--font-red-rose);
    color: var(--dark-white-color);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.4;
    transition: all .4s ease-out 0s;
    position: relative;
    border-radius: 0;
    border: none
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li>a::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--dark-white-color);
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s ease-out 0s
}

@media(max-width:991px) {
    header.health .header-wrapper .main-menu ul>li ul.sub-menu>li>a::after {
        left: 0
    }
}

@media(max-width:991px) {
    header.health .header-wrapper .main-menu ul>li ul.sub-menu>li>a {
        color: var(--text-color)
    }

    header.health .header-wrapper .main-menu ul>li ul.sub-menu>li>a::after {
        background-color: var(--text-color)
    }
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover {
    color: var(--primary-green);
    padding-left: 44px
}

@media(max-width:991px) {
    header.health .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover {
        padding-left: 18px
    }
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover::before {
    transform: scale(1)
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover::after {
    opacity: 1
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li>a.active {
    color: var(--primary-green)
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li>a.active::before {
    transform: scale(1)
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li:hover>a {
    color: var(--primary-green)
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li:hover>a::after {
    background-color: var(--primary-green)
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon {
    color: var(--primary-green)
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon2 {
    color: var(--primary-green)
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li.active>a {
    color: var(--primary-green)
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li.active>a::after {
    background-color: var(--primary-green)
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li.active .dropdown-icon {
    color: var(--primary-green)
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li.active .dropdown-icon2 {
    color: var(--primary-green)
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu {
    left: 100%;
    position: absolute;
    max-width: 280px;
    min-width: 280px;
    background: var(--text-color);
    box-shadow: 0 30px 80px rgba(8, 0, 42, .08);
    top: 0
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu::before {
    display: none;
    visibility: hidden
}

@media only screen and (max-width:991px) {
    header.health .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0 0;
        top: 0
    }
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu>li i {
    display: block
}

header.health .header-wrapper .main-menu ul>li ul.sub-menu>li:last-child {
    border-bottom: none
}

@media(max-width:991px) {
    header.health .header-wrapper .main-menu ul>li:hover>a {
        border: none
    }
}

@media(min-width:992px) {
    header.health .header-wrapper .main-menu ul>li:hover>ul.sub-menu {
        display: block;
        animation: fade-up .45s linear
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible
    }
}

header.health .header-wrapper .main-menu ul>li.active>a {
    border-color: var(--text-color)
}

@media(max-width:991px) {
    header.health .header-wrapper .main-menu ul>li.active>a {
        border: none
    }
}

header.health .header-wrapper .main-menu ul>li.active .dropdown-icon2 {
    color: var(--primary-color)
}

header.health .header-wrapper .main-menu ul li.menu-item-has-children {
    position: relative
}

@media(min-width:992px) {
    header.health .header-wrapper .main-menu ul li.menu-item-has-children::after {
        content: "";
        height: 4.5px;
        width: 7.25px;
        background-color: var(--text-color);
        position: absolute;
        right: 7px;
        top: 25px;
        -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
        clip-path: polygon(100% 0, 0 0, 50% 100%)
    }
}

header.health .header-wrapper .main-menu ul li.menu-item-has-children>i {
    display: block
}

@media only screen and (max-width:991px) {
    header.health .header-wrapper .mobile-logo-area {
        justify-content: center !important
    }

    header.health .header-wrapper .dropdown-icon {
        color: var(--white-color)
    }

    header.health .header-wrapper .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--dark-white-color);
        transform: translateX(-100%);
        transition: transform .3s ease-in;
        border-right: 1px solid rgba(13, 23, 32, .0784313725)
    }

    header.health .header-wrapper .main-menu::-webkit-scrollbar {
        width: 0
    }

    header.health .header-wrapper .main-menu.show-menu {
        transform: translateX(0)
    }

    header.health .header-wrapper .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px
    }

    header.health .header-wrapper .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px
    }

    header.health .header-wrapper .main-menu ul {
        float: none;
        text-align: left;
        padding: 5px 0 20px 0
    }

    header.health .header-wrapper .main-menu ul li {
        display: block;
        position: relative;
        padding: 5px
    }

    header.health .header-wrapper .main-menu ul li:first-child {
        padding-left: 5px
    }

    header.health .header-wrapper .main-menu ul li a {
        padding: 10px 0;
        display: block;
        font-size: 1rem
    }

    header.health .header-wrapper .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        margin-left: 10px;
        padding: 10px 0
    }

    header.health .header-wrapper .main-menu ul li ul.sub-menu>li a {
        padding: 7px 0
    }

    header.health .header-wrapper .main-menu .header-btn {
        font-family: var(--font-red-rose);
        font-size: 15px;
        font-weight: 700;
        color: var(--text-color);
        background-color: var(--primary-green);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 16px 35px
    }

    header.health .header-wrapper .main-menu .header-btn svg {
        stroke: var(--text-color)
    }
}

header.health .header-wrapper .menu-wrap {
    display: flex;
    align-items: center;
    gap: 30px
}

header.health .header-wrapper .menu-wrap .nav-right .header-btn {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    color: var(--text-color);
    background-color: var(--primary-green);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 35px
}

header.health .header-wrapper .menu-wrap .nav-right .header-btn svg {
    stroke: var(--text-color);
    transition: .5s
}

@media(max-width:576px) {
    header.health .header-wrapper .menu-wrap .nav-right .header-btn {
        display: none;
        visibility: hidden
    }
}

header.health .header-wrapper .menu-wrap .nav-right .header-btn::after {
    border-radius: 0
}

header.health .header-wrapper .menu-wrap .nav-right .header-btn:hover {
    color: var(--dark-white-color)
}

header.health .header-wrapper .menu-wrap .nav-right .header-btn:hover svg {
    transform: rotate(45deg);
    stroke: var(--dark-white-color)
}

header.health .header-wrapper .menu-wrap .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden
}

@media(max-width:991px) {
    header.health .header-wrapper .menu-wrap .nav-right .mobile-menu-btn {
        display: flex;
        margin-left: 50px;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative
    }

    header.health .header-wrapper .menu-wrap .nav-right .mobile-menu-btn span {
        height: 3px;
        width: 25px;
        background-color: var(--text-color);
        display: flex;
        transition: transform .5s ease-in;
        position: absolute;
        top: 0
    }

    header.health .header-wrapper .menu-wrap .nav-right .mobile-menu-btn span::before {
        transition-duration: .5s;
        position: absolute;
        width: 35px;
        height: 3px;
        background-color: var(--text-color);
        content: "";
        top: -10px;
        right: 0
    }

    header.health .header-wrapper .menu-wrap .nav-right .mobile-menu-btn span::after {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 3px;
        right: 0;
        background-color: var(--text-color);
        content: "";
        top: 10px
    }

    header.health .header-wrapper .menu-wrap .nav-right .mobile-menu-btn.active span {
        background-color: transparent
    }

    header.health .header-wrapper .menu-wrap .nav-right .mobile-menu-btn.active span::before {
        transform: rotateZ(45deg) translate(8px, 6px);
        width: 35px
    }

    header.health .header-wrapper .menu-wrap .nav-right .mobile-menu-btn.active span::after {
        transform: rotateZ(-45deg) translate(8px, -6px);
        width: 35px
    }
}

header.health .mobile-logo-wrap .white-logo {
    display: none;
    visibility: hidden
}

header.health .mobile-logo-wrap .black-logo {
    display: block;
    visibility: visible
}

header.health.two {
    background-color: #f8eefc
}

header.ai-technology {
    position: relative;
    z-index: 999;
    border-top: 1px solid #f8eefc;
    border-bottom: 1px solid #f8eefc;
    transition: all .8s ease-out 0s
}

@media(max-width:1199px) {
    header.ai-technology {
        padding: 10px 0
    }
}

@media(max-width:767px) {
    header.ai-technology {
        border-top: unset
    }
}

header.ai-technology.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #08090b;
    z-index: 99
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0px)
    }
}

header.ai-technology .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

header.ai-technology .header-wrapper .menu-icon {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer
}

header.ai-technology .header-wrapper .menu-icon svg {
    fill: var(--text-color);
    align-items: center;
    transition: .35s
}

header.ai-technology .header-wrapper .menu-icon:hover svg {
    fill: var(--primary-green)
}

header.ai-technology .header-wrapper .logo-sidebar {
    display: flex;
    align-items: center;
    gap: 30px
}

header.ai-technology .header-wrapper .nav-right {
    display: flex;
    align-items: center;
    gap: 30px
}

@media(max-width:1399px) {
    header.ai-technology .header-wrapper .nav-right {
        gap: 15px
    }
}

header.ai-technology .header-wrapper .nav-right .icon-area {
    display: flex;
    align-items: center;
    gap: 20px
}

@media(max-width:1399px) {
    header.ai-technology .header-wrapper .nav-right .icon-area {
        gap: 10px
    }
}

header.ai-technology .header-wrapper .nav-right .icon-area>li {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    cursor: pointer;
    transition: .35s
}

header.ai-technology .header-wrapper .nav-right .icon-area>li i {
    font-size: 16px;
    color: var(--text-color);
    transition: .35s
}

header.ai-technology .header-wrapper .nav-right .icon-area>li svg {
    fill: var(--text-color);
    transition: .35s
}

header.ai-technology .header-wrapper .nav-right .icon-area>li:hover {
    border-color: var(--primary-green)
}

header.ai-technology .header-wrapper .nav-right .icon-area>li:hover i {
    color: var(--primary-green)
}

header.ai-technology .header-wrapper .nav-right .icon-area>li:hover svg {
    fill: var(--primary-green)
}

header.ai-technology .header-wrapper .nav-right .search-bar {
    position: relative;
    z-index: 9999
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-btn {
    line-height: .8
}

header.ai-technology .header-wrapper .nav-right .search-bar svg {
    fill: var(--text-color);
    cursor: pointer
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input {
    position: absolute;
    top: 56px;
    right: 0;
    z-index: 99;
    width: 600px;
    background-color: var(--dark-white-color);
    padding: 50px 30px 30px;
    box-shadow: 0 30px 80px rgba(8, 0, 42, .08);
    display: none;
    transform: scaleY(0);
    transform-origin: top
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input.active {
    display: block;
    transform: scaleY(1);
    animation: fade-up .5s linear
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input .serch-close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--dark-white-color);
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, .1);
    height: 28px;
    width: 28px;
    cursor: pointer;
    z-index: 1
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input .serch-close::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--text-color);
    transition: all .3s ease-out
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input .serch-close::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--text-color);
    transition: all .3s ease-out
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input .serch-close:hover::after {
    transform: rotate(0)
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input .serch-close:hover::before {
    transform: rotate(0)
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input .search-group {
    display: flex;
    gap: 50px;
    width: 100%;
    border-bottom: 1px solid var(--border-color)
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input .search-group .form-inner2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input .search-group .form-inner2 input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color)
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input .search-group .form-inner2 input::-moz-placeholder {
    color: var(--text-color2)
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input .search-group .form-inner2 input::placeholder {
    color: var(--text-color2)
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input .search-group .form-inner2 button {
    background-color: transparent;
    font-size: 22px;
    border: none;
    outline: none
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input .search-group .form-inner2 button svg {
    fill: var(--text-color)
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input .quick-search {
    display: flex;
    gap: 10px;
    padding-top: 15px
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input .quick-search ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input .quick-search ul li {
    padding-right: 5px
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input .quick-search ul li:first-child {
    font-family: var(--font-red-rose);
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0;
    color: var(--text-color);
    white-space: nowrap
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input .quick-search ul li a {
    color: var(--text-color2);
    font-family: var(--font-figtree);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    transition: .35
}

header.ai-technology .header-wrapper .nav-right .search-bar .search-input .quick-search ul li a:hover {
    color: var(--primary-green)
}

header.ai-technology .header-wrapper .nav-right .header-btn {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    color: var(--white-color);
    background-color: var(--dark-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    gap: 8px;
    padding: 10px 20px
}

header.ai-technology .header-wrapper .nav-right .header-btn svg {
    stroke: var(--white-color);
    transition: .5s
}

@media(max-width:576px) {
    header.ai-technology .header-wrapper .nav-right .header-btn {
        display: none;
        visibility: hidden
    }
}

header.ai-technology .header-wrapper .nav-right .header-btn:hover {
    color: var(--dark-text-color)
}

header.ai-technology .header-wrapper .nav-right .header-btn:hover svg {
    stroke: var(--dark-text-color);
    transform: rotate(45deg)
}

header.ai-technology .header-wrapper .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden
}

@media(max-width:991px) {
    header.ai-technology .header-wrapper .nav-right .mobile-menu-btn {
        display: flex;
        margin-left: 50px;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative
    }

    header.ai-technology .header-wrapper .nav-right .mobile-menu-btn span {
        height: 3px;
        width: 25px;
        background-color: var(--text-color);
        display: flex;
        transition: transform .5s ease-in;
        position: absolute;
        top: 0
    }

    header.ai-technology .header-wrapper .nav-right .mobile-menu-btn span::before {
        transition-duration: .5s;
        position: absolute;
        width: 35px;
        height: 3px;
        background-color: var(--text-color);
        content: "";
        top: -10px;
        right: 0
    }

    header.ai-technology .header-wrapper .nav-right .mobile-menu-btn span::after {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 3px;
        right: 0;
        background-color: var(--text-color);
        content: "";
        top: 10px
    }

    header.ai-technology .header-wrapper .nav-right .mobile-menu-btn.active span {
        background-color: transparent
    }

    header.ai-technology .header-wrapper .nav-right .mobile-menu-btn.active span::before {
        transform: rotateZ(45deg) translate(8px, 6px);
        width: 35px
    }

    header.ai-technology .header-wrapper .nav-right .mobile-menu-btn.active span::after {
        transform: rotateZ(-45deg) translate(8px, -6px);
        width: 35px
    }
}

header.ai-technology .header-wrapper .menu-wrap {
    display: flex;
    align-items: center;
    gap: 30px
}

header.ai-technology .header-wrapper .main-menu {
    display: inline-block
}

@media(max-width:1199px) {
    header.ai-technology .header-wrapper .main-menu {
        display: none;
        visibility: hidden
    }
}

header.ai-technology .header-wrapper .main-menu .mobile-menu-logo {
    display: none
}

header.ai-technology .header-wrapper .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header.ai-technology .header-wrapper .main-menu ul>li {
    display: inline-block;
    position: relative;
    padding: 30px 8px
}

@media(max-width:1399px) {
    header.ai-technology .header-wrapper .main-menu ul>li {
        padding: 30px 5px
    }
}

header.ai-technology .header-wrapper .main-menu ul>li:first-child {
    padding-left: 0
}

header.ai-technology .header-wrapper .main-menu ul>li>a {
    color: var(--text-color);
    display: block;
    text-transform: uppercase;
    padding: 0 10px;
    position: relative;
    font-family: var(--font-red-rose);
    font-weight: 700;
    font-size: 15px;
    transition: all .5s ease-out 0s;
    position: relative;
    border-radius: 15px;
    line-height: 1
}

@media(max-width:1399px) {
    header.ai-technology .header-wrapper .main-menu ul>li>a {
        font-size: 14px
    }
}

@media(max-width:991px) {
    header.ai-technology .header-wrapper .main-menu ul>li>a {
        padding: 32px 9px;
        border: none
    }
}

header.ai-technology .header-wrapper .main-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--text-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 7px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all .5s ease-out 0s;
    opacity: 0
}

@media(max-width:991px) {
    header.ai-technology .header-wrapper .main-menu ul>li i {
        opacity: 1
    }
}

header.ai-technology .header-wrapper .main-menu ul>li i.active::before {
    content: "\f2ea"
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    margin: 0;
    display: none;
    min-width: 280px;
    background: var(--text-color);
    text-align: left;
    padding: 25px 0
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li {
    padding: 0;
    display: block;
    position: relative
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--dark-white-color);
    font-size: 20px
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon {
    color: var(--dark-white-color);
    opacity: 1;
    top: 10px;
    font-size: 13px;
    right: 15px
}

@media(max-width:991px) {
    header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon {
        right: 0;
        top: 8px;
        font-size: 20px
    }
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon2 {
    color: var(--dark-white-color);
    opacity: 1;
    top: 14px;
    right: 10px;
    font-size: 13px
}

@media(max-width:991px) {
    header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon2::before {
        content: "\f4fe"
    }
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li>a {
    display: block;
    padding: 9px 34px;
    font-family: var(--font-red-rose);
    color: var(--dark-white-color);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.4;
    transition: all .4s ease-out 0s;
    position: relative;
    border-radius: 0;
    border: none
}

@media(max-width:1399px) {
    header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li>a {
        font-size: 13px
    }
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li>a::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--dark-white-color);
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s ease-out 0s
}

@media(max-width:991px) {
    header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li>a::after {
        left: 0
    }
}

@media(max-width:991px) {
    header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li>a {
        color: var(--text-color)
    }

    header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li>a::after {
        background-color: var(--text-color)
    }
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover {
    color: var(--primary-green);
    padding-left: 44px
}

@media(max-width:991px) {
    header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover {
        padding-left: 18px
    }
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover::before {
    transform: scale(1)
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover::after {
    opacity: 1
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li>a.active {
    color: var(--primary-green)
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li>a.active::before {
    transform: scale(1)
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li:hover>a {
    color: var(--primary-green)
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li:hover>a::after {
    background-color: var(--primary-green)
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon {
    color: var(--primary-green)
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon2 {
    color: var(--primary-green)
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li.active>a {
    color: var(--primary-green)
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li.active>a::after {
    background-color: var(--primary-green)
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li.active .dropdown-icon {
    color: var(--primary-green)
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li.active .dropdown-icon2 {
    color: var(--primary-green)
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu {
    left: 100%;
    position: absolute;
    max-width: 280px;
    min-width: 280px;
    background: var(--text-color);
    box-shadow: 0 30px 80px rgba(8, 0, 42, .08);
    top: 0
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu::before {
    display: none;
    visibility: hidden
}

@media only screen and (max-width:991px) {
    header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0 0;
        top: 0
    }
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu>li i {
    display: block
}

header.ai-technology .header-wrapper .main-menu ul>li ul.sub-menu>li:last-child {
    border-bottom: none
}

@media(max-width:991px) {
    header.ai-technology .header-wrapper .main-menu ul>li:hover>a {
        border: none
    }
}

@media(min-width:992px) {
    header.ai-technology .header-wrapper .main-menu ul>li:hover>ul.sub-menu {
        display: block;
        animation: fade-up .45s linear
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible
    }
}

header.ai-technology .header-wrapper .main-menu ul>li.active>a {
    border-color: var(--text-color)
}

@media(max-width:991px) {
    header.ai-technology .header-wrapper .main-menu ul>li.active>a {
        border: none
    }
}

header.ai-technology .header-wrapper .main-menu ul>li.active .dropdown-icon2 {
    color: var(--primary-color)
}

header.ai-technology .header-wrapper .main-menu ul li.menu-item-has-children {
    position: relative
}

@media(min-width:992px) {
    header.ai-technology .header-wrapper .main-menu ul li.menu-item-has-children::after {
        content: "";
        height: 4.5px;
        width: 7.25px;
        background-color: var(--text-color);
        position: absolute;
        right: 6px;
        top: 35px;
        -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
        clip-path: polygon(100% 0, 0 0, 50% 100%)
    }
}

header.ai-technology .header-wrapper .main-menu ul li.menu-item-has-children>i {
    display: block
}

@media only screen and (max-width:991px) {
    header.ai-technology .header-wrapper .mobile-logo-area {
        justify-content: center !important
    }

    header.ai-technology .header-wrapper .dropdown-icon {
        color: var(--white-color)
    }

    header.ai-technology .header-wrapper .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--dark-white-color);
        transform: translateX(-100%);
        transition: transform .3s ease-in;
        border-right: 1px solid rgba(13, 23, 32, .0784313725)
    }

    header.ai-technology .header-wrapper .main-menu::-webkit-scrollbar {
        width: 0
    }

    header.ai-technology .header-wrapper .main-menu.show-menu {
        transform: translateX(0)
    }

    header.ai-technology .header-wrapper .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px
    }

    header.ai-technology .header-wrapper .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px
    }

    header.ai-technology .header-wrapper .main-menu ul {
        float: none;
        text-align: left;
        padding: 5px 0 20px 0
    }

    header.ai-technology .header-wrapper .main-menu ul li {
        display: block;
        position: relative;
        padding: 5px
    }

    header.ai-technology .header-wrapper .main-menu ul li:first-child {
        padding-left: 5px
    }

    header.ai-technology .header-wrapper .main-menu ul li a {
        padding: 10px 0;
        display: block;
        font-size: 1rem
    }

    header.ai-technology .header-wrapper .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        margin-left: 10px;
        padding: 10px 0
    }

    header.ai-technology .header-wrapper .main-menu ul li ul.sub-menu>li a {
        padding: 7px 0
    }

    header.ai-technology .header-wrapper .main-menu .header-btn {
        font-family: var(--font-red-rose);
        font-size: 15px;
        font-weight: 700;
        color: var(--white-color);
        background-color: var(--dark-text-color);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 16px 35px
    }

    header.ai-technology .header-wrapper .main-menu .header-btn svg {
        stroke: var(--white-color)
    }
}

header.ai-technology .header-wrapper .menu-wrap {
    display: flex;
    align-items: center;
    gap: 30px
}

header.ai-technology .header-wrapper .menu-wrap .nav-right .header-btn {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    color: var(--text-color);
    background-color: var(--dark-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 35px
}

header.ai-technology .header-wrapper .menu-wrap .nav-right .header-btn svg {
    stroke: var(--text-color)
}

@media(max-width:576px) {
    header.ai-technology .header-wrapper .menu-wrap .nav-right .header-btn {
        display: none;
        visibility: hidden
    }
}

header.ai-technology .header-wrapper .menu-wrap .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden
}

@media(max-width:991px) {
    header.ai-technology .header-wrapper .menu-wrap .nav-right .mobile-menu-btn {
        display: flex;
        margin-left: 50px;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative
    }

    header.ai-technology .header-wrapper .menu-wrap .nav-right .mobile-menu-btn span {
        height: 3px;
        width: 25px;
        background-color: var(--text-color);
        display: flex;
        transition: transform .5s ease-in;
        position: absolute;
        top: 0
    }

    header.ai-technology .header-wrapper .menu-wrap .nav-right .mobile-menu-btn span::before {
        transition-duration: .5s;
        position: absolute;
        width: 35px;
        height: 3px;
        background-color: var(--text-color);
        content: "";
        top: -10px;
        right: 0
    }

    header.ai-technology .header-wrapper .menu-wrap .nav-right .mobile-menu-btn span::after {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 3px;
        right: 0;
        background-color: var(--text-color);
        content: "";
        top: 10px
    }

    header.ai-technology .header-wrapper .menu-wrap .nav-right .mobile-menu-btn.active span {
        background-color: transparent
    }

    header.ai-technology .header-wrapper .menu-wrap .nav-right .mobile-menu-btn.active span::before {
        transform: rotateZ(45deg) translate(8px, 6px);
        width: 35px
    }

    header.ai-technology .header-wrapper .menu-wrap .nav-right .mobile-menu-btn.active span::after {
        transform: rotateZ(-45deg) translate(8px, -6px);
        width: 35px
    }
}

header.ai-technology .mobile-logo-wrap .white-logo {
    display: none;
    visibility: hidden
}

header.ai-technology .mobile-logo-wrap .black-logo {
    display: block;
    visibility: visible
}

header.podcast {
    position: relative;
    z-index: 999;
    transition: all .8s ease-out 0s
}

@media(max-width:1199px) {
    header.podcast {
        padding: 15px 0
    }
}

header.podcast.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #08090b;
    z-index: 99
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0px)
    }
}

header.podcast .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

header.podcast .header-wrapper .logo-sidebar {
    display: flex;
    align-items: center;
    gap: 45px
}

@media(max-width:1199px) {
    header.podcast .header-wrapper .logo-sidebar {
        gap: 25px
    }
}

header.podcast .header-wrapper .logo-sidebar .sidebar {
    height: 36px;
    width: 36px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--text-color)
}

header.podcast .header-wrapper .logo-sidebar .sidebar svg {
    fill: var(--dark-white-color)
}

header.podcast .header-wrapper .logo-sidebar .header-logo {
    line-height: 1
}

header.podcast .header-wrapper .logo-sidebar .header-logo a {
    line-height: 1;
    display: inline-block
}

header.podcast .header-wrapper .logo-sidebar .header-logo a img {
    max-width: 170px;
    width: 100%
}

header.podcast .header-wrapper .logo-sidebar .header-logo .white-logo {
    display: none;
    visibility: hidden
}

header.podcast .header-wrapper .logo-sidebar .header-logo .black-logo {
    display: block;
    visibility: visible
}

header.podcast .header-wrapper .nav-right {
    gap: 20px
}

header.podcast .header-wrapper .nav-right .header-btn {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    color: var(--dark-white-color);
    background-color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    gap: 8px;
    padding: 10px 20px
}

header.podcast .header-wrapper .nav-right .header-btn svg {
    stroke: var(--dark-white-color)
}

header.podcast .header-wrapper .nav-right .header-btn::after {
    border-radius: 5px;
    background-color: var(--primary-blue)
}

@media(max-width:1199px) {
    header.podcast .header-wrapper .nav-right .header-btn {
        display: none;
        visibility: hidden
    }
}

header.podcast .header-wrapper .menu-wrap {
    display: flex;
    align-items: center;
    gap: 45px
}

header.podcast .header-wrapper .main-menu {
    display: inline-block
}

@media(max-width:1199px) {
    header.podcast .header-wrapper .main-menu {
        display: none;
        visibility: hidden
    }
}

header.podcast .header-wrapper .main-menu .mobile-menu-logo {
    display: none
}

header.podcast .header-wrapper .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header.podcast .header-wrapper .main-menu ul>li {
    display: inline-block;
    position: relative;
    padding: 29px 8px
}

header.podcast .header-wrapper .main-menu ul>li:first-child {
    padding-left: 0
}

header.podcast .header-wrapper .main-menu ul>li>a {
    color: var(--text-color);
    display: block;
    text-transform: uppercase;
    padding: 4px 10px;
    position: relative;
    font-family: var(--font-red-rose);
    font-weight: 700;
    font-size: 15px;
    transition: all .5s ease-out 0s;
    position: relative;
    border-radius: 15px;
    line-height: 1
}

@media(max-width:991px) {
    header.podcast .header-wrapper .main-menu ul>li>a {
        padding: 32px 9px;
        border: none
    }
}

header.podcast .header-wrapper .main-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--text-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 7px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all .5s ease-out 0s;
    opacity: 0
}

@media(max-width:991px) {
    header.podcast .header-wrapper .main-menu ul>li i {
        opacity: 1
    }
}

header.podcast .header-wrapper .main-menu ul>li i.active::before {
    content: "\f2ea"
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    margin: 0;
    display: none;
    min-width: 280px;
    background: var(--text-color);
    text-align: left;
    padding: 25px 0
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li {
    padding: 0;
    display: block;
    position: relative
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--dark-white-color);
    font-size: 20px
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon {
    color: var(--dark-white-color);
    opacity: 1;
    top: 10px;
    font-size: 13px;
    right: 15px
}

@media(max-width:991px) {
    header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon {
        right: 0;
        top: 8px;
        font-size: 20px
    }
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon2 {
    color: var(--dark-white-color);
    opacity: 1;
    top: 14px;
    right: 10px;
    font-size: 13px
}

@media(max-width:991px) {
    header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li .dropdown-icon2::before {
        content: "\f4fe"
    }
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li>a {
    display: block;
    padding: 9px 34px;
    font-family: var(--font-red-rose);
    color: var(--dark-white-color);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.4;
    transition: all .4s ease-out 0s;
    position: relative;
    border-radius: 0;
    border: none
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li>a::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--dark-white-color);
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s ease-out 0s
}

@media(max-width:991px) {
    header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li>a::after {
        left: 0
    }
}

@media(max-width:991px) {
    header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li>a {
        color: var(--text-color)
    }

    header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li>a::after {
        background-color: var(--text-color)
    }
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover {
    color: var(--primary-green);
    padding-left: 44px
}

@media(max-width:991px) {
    header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover {
        padding-left: 18px
    }
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover::before {
    transform: scale(1)
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li>a:hover::after {
    opacity: 1
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li>a.active {
    color: var(--primary-green)
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li>a.active::before {
    transform: scale(1)
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li:hover>a {
    color: var(--primary-green)
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li:hover>a::after {
    background-color: var(--primary-green)
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon {
    color: var(--primary-green)
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon2 {
    color: var(--primary-green)
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li.active>a {
    color: var(--primary-green)
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li.active>a::after {
    background-color: var(--primary-green)
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li.active .dropdown-icon {
    color: var(--primary-green)
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li.active .dropdown-icon2 {
    color: var(--primary-green)
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu {
    left: 100%;
    position: absolute;
    max-width: 280px;
    min-width: 280px;
    background: var(--text-color);
    box-shadow: 0 30px 80px rgba(8, 0, 42, .08);
    top: 0
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu::before {
    display: none;
    visibility: hidden
}

@media only screen and (max-width:991px) {
    header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0 0;
        top: 0
    }
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li .sub-menu>li i {
    display: block
}

header.podcast .header-wrapper .main-menu ul>li ul.sub-menu>li:last-child {
    border-bottom: none
}

@media(max-width:991px) {
    header.podcast .header-wrapper .main-menu ul>li:hover>a {
        border: none
    }
}

@media(min-width:992px) {
    header.podcast .header-wrapper .main-menu ul>li:hover>ul.sub-menu {
        display: block;
        animation: fade-up .45s linear
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible
    }
}

header.podcast .header-wrapper .main-menu ul>li.active>a {
    border-color: var(--text-color)
}

@media(max-width:991px) {
    header.podcast .header-wrapper .main-menu ul>li.active>a {
        border: none
    }
}

header.podcast .header-wrapper .main-menu ul>li.active .dropdown-icon2 {
    color: var(--primary-color)
}

header.podcast .header-wrapper .main-menu ul li.menu-item-has-children {
    position: relative
}

@media(min-width:992px) {
    header.podcast .header-wrapper .main-menu ul li.menu-item-has-children::after {
        content: "";
        height: 4.5px;
        width: 7.25px;
        background-color: var(--text-color);
        position: absolute;
        right: 7px;
        top: 37px;
        -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
        clip-path: polygon(100% 0, 0 0, 50% 100%)
    }
}

header.podcast .header-wrapper .main-menu ul li.menu-item-has-children>i {
    display: block
}

header.podcast .header-wrapper .icon-area {
    display: flex;
    align-items: center;
    gap: 20px
}

header.podcast .header-wrapper .icon-area>li {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    cursor: pointer;
    transition: .35s
}

header.podcast .header-wrapper .icon-area>li i {
    font-size: 16px;
    color: var(--text-color);
    transition: .35s
}

header.podcast .header-wrapper .icon-area>li svg {
    fill: var(--text-color);
    transition: .35s
}

header.podcast .header-wrapper .icon-area>li:hover {
    border-color: var(--primary-green)
}

header.podcast .header-wrapper .icon-area>li:hover i {
    color: var(--primary-green)
}

header.podcast .header-wrapper .icon-area>li:hover svg {
    fill: var(--primary-green)
}

header.podcast .header-wrapper .icon-area .search-bar {
    position: relative;
    z-index: 9999
}

header.podcast .header-wrapper .icon-area .search-bar .search-btn {
    line-height: .8
}

header.podcast .header-wrapper .icon-area .search-bar svg {
    fill: var(--text-color);
    cursor: pointer
}

header.podcast .header-wrapper .icon-area .search-bar .search-input {
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 99;
    width: 600px;
    background-color: var(--dark-white-color);
    padding: 50px 30px 30px;
    box-shadow: 0 30px 80px rgba(8, 0, 42, .08);
    display: none;
    transform: scaleY(0);
    transform-origin: top
}

header.podcast .header-wrapper .icon-area .search-bar .search-input.active {
    display: block;
    transform: scaleY(1);
    animation: fade-up .5s linear
}

header.podcast .header-wrapper .icon-area .search-bar .search-input .serch-close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--dark-white-color);
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, .1);
    height: 28px;
    width: 28px;
    cursor: pointer;
    z-index: 1
}

header.podcast .header-wrapper .icon-area .search-bar .search-input .serch-close::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--text-color);
    transition: all .3s ease-out
}

header.podcast .header-wrapper .icon-area .search-bar .search-input .serch-close::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--text-color);
    transition: all .3s ease-out
}

header.podcast .header-wrapper .icon-area .search-bar .search-input .serch-close:hover::after {
    transform: rotate(0)
}

header.podcast .header-wrapper .icon-area .search-bar .search-input .serch-close:hover::before {
    transform: rotate(0)
}

header.podcast .header-wrapper .icon-area .search-bar .search-input .search-group {
    display: flex;
    gap: 50px;
    width: 100%;
    border-bottom: 1px solid var(--border-color)
}

header.podcast .header-wrapper .icon-area .search-bar .search-input .search-group .form-inner2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

header.podcast .header-wrapper .icon-area .search-bar .search-input .search-group .form-inner2 input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color)
}

header.podcast .header-wrapper .icon-area .search-bar .search-input .search-group .form-inner2 input::-moz-placeholder {
    color: var(--text-color2)
}

header.podcast .header-wrapper .icon-area .search-bar .search-input .search-group .form-inner2 input::placeholder {
    color: var(--text-color2)
}

header.podcast .header-wrapper .icon-area .search-bar .search-input .search-group .form-inner2 button {
    background-color: transparent;
    font-size: 22px;
    border: none;
    outline: none
}

header.podcast .header-wrapper .icon-area .search-bar .search-input .search-group .form-inner2 button svg {
    fill: var(--text-color)
}

header.podcast .header-wrapper .icon-area .search-bar .search-input .quick-search {
    display: flex;
    gap: 10px;
    padding-top: 15px
}

header.podcast .header-wrapper .icon-area .search-bar .search-input .quick-search ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

header.podcast .header-wrapper .icon-area .search-bar .search-input .quick-search ul li {
    padding-right: 5px
}

header.podcast .header-wrapper .icon-area .search-bar .search-input .quick-search ul li:first-child {
    font-family: var(--font-red-rose);
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0;
    color: var(--text-color);
    white-space: nowrap
}

header.podcast .header-wrapper .icon-area .search-bar .search-input .quick-search ul li a {
    color: var(--text-color2);
    font-family: var(--font-figtree);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    transition: .35
}

header.podcast .header-wrapper .icon-area .search-bar .search-input .quick-search ul li a:hover {
    color: var(--primary-green)
}

@media only screen and (max-width:991px) {
    header.podcast .header-wrapper .mobile-logo-area {
        justify-content: center !important
    }

    header.podcast .header-wrapper .dropdown-icon {
        color: var(--white-color)
    }

    header.podcast .header-wrapper .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--dark-white-color);
        transform: translateX(-100%);
        transition: transform .3s ease-in;
        border-right: 1px solid rgba(13, 23, 32, .0784313725)
    }

    header.podcast .header-wrapper .main-menu::-webkit-scrollbar {
        width: 0
    }

    header.podcast .header-wrapper .main-menu.show-menu {
        transform: translateX(0)
    }

    header.podcast .header-wrapper .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px
    }

    header.podcast .header-wrapper .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px
    }

    header.podcast .header-wrapper .main-menu ul {
        float: none;
        text-align: left;
        padding: 5px 0 20px 0
    }

    header.podcast .header-wrapper .main-menu ul li {
        display: block;
        position: relative;
        padding: 5px
    }

    header.podcast .header-wrapper .main-menu ul li:first-child {
        padding-left: 5px
    }

    header.podcast .header-wrapper .main-menu ul li a {
        padding: 10px 0;
        display: block;
        font-size: 1rem
    }

    header.podcast .header-wrapper .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        margin-left: 10px;
        padding: 10px 0
    }

    header.podcast .header-wrapper .main-menu ul li ul.sub-menu>li a {
        padding: 7px 0
    }

    header.podcast .header-wrapper .main-menu .header-btn {
        font-family: var(--font-red-rose);
        font-size: 15px;
        font-weight: 700;
        color: var(--white-color);
        background-color: var(--dark-text-color);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 16px 35px
    }

    header.podcast .header-wrapper .main-menu .header-btn svg {
        stroke: var(--white-color)
    }
}

header.podcast .header-wrapper .menu-wrap {
    display: flex;
    align-items: center;
    gap: 30px
}

header.podcast .header-wrapper .menu-wrap .nav-right .header-btn {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    color: var(--text-color);
    background-color: var(--dark-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 35px
}

header.podcast .header-wrapper .menu-wrap .nav-right .header-btn svg {
    stroke: var(--text-color)
}

@media(max-width:576px) {
    header.podcast .header-wrapper .menu-wrap .nav-right .header-btn {
        display: none;
        visibility: hidden
    }
}

header.podcast .header-wrapper .menu-wrap .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden
}

@media(max-width:991px) {
    header.podcast .header-wrapper .menu-wrap .nav-right .mobile-menu-btn {
        display: flex;
        margin-left: 50px;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative
    }

    header.podcast .header-wrapper .menu-wrap .nav-right .mobile-menu-btn span {
        height: 3px;
        width: 25px;
        background-color: var(--text-color);
        display: flex;
        transition: transform .5s ease-in;
        position: absolute;
        top: 0
    }

    header.podcast .header-wrapper .menu-wrap .nav-right .mobile-menu-btn span::before {
        transition-duration: .5s;
        position: absolute;
        width: 35px;
        height: 3px;
        background-color: var(--text-color);
        content: "";
        top: -10px;
        right: 0
    }

    header.podcast .header-wrapper .menu-wrap .nav-right .mobile-menu-btn span::after {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 3px;
        right: 0;
        background-color: var(--text-color);
        content: "";
        top: 10px
    }

    header.podcast .header-wrapper .menu-wrap .nav-right .mobile-menu-btn.active span {
        background-color: transparent
    }

    header.podcast .header-wrapper .menu-wrap .nav-right .mobile-menu-btn.active span::before {
        transform: rotateZ(45deg) translate(8px, 6px);
        width: 35px
    }

    header.podcast .header-wrapper .menu-wrap .nav-right .mobile-menu-btn.active span::after {
        transform: rotateZ(-45deg) translate(8px, -6px);
        width: 35px
    }
}

header.podcast .mobile-logo-wrap .white-logo {
    display: none;
    visibility: hidden
}

header.podcast .mobile-logo-wrap .black-logo {
    display: block;
    visibility: visible
}

header.podcast.two {
    border-bottom: 1px solid var(--border-color)
}

.sidebar-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--dark-white-color);
    border-right: 1px solid var(--border-color);
    transform: translateX(-100%);
    transition: transform .3s ease-in;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .03)
}

.sidebar-menu.show-menu {
    transform: translateX(0)
}

.sidebar-menu::-webkit-scrollbar {
    width: 0
}

.sidebar-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidebar-menu ul>li {
    display: inline-block;
    position: relative;
    padding: 0 8px;
    padding-left: 0
}

.sidebar-menu ul>li a {
    padding-left: 0
}

.sidebar-menu ul>li a {
    color: var(--text-color);
    display: block;
    text-transform: uppercase;
    padding: 32px 9px;
    position: relative;
    font-family: var(--font-red-rose);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    transition: all .5s ease-out 0s;
    position: relative
}

.sidebar-menu ul>li a.active {
    color: var(--primary-green)
}

.sidebar-menu ul>li a:hover {
    color: var(--primary-green)
}

.sidebar-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--text-color);
    font-style: normal;
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all .5s ease-out 0s;
    opacity: 1
}

.sidebar-menu ul>li i.active {
    color: var(--primary-green)
}

.sidebar-menu ul>li i.active::before {
    content: "\f2ea"
}

.sidebar-menu ul>li i:hover {
    color: var(--primary-green)
}

.sidebar-menu ul>li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    display: none;
    min-width: 220px;
    background: var(--white-color);
    text-align: left
}

.sidebar-menu ul>li ul.sub-menu>li {
    padding: 0;
    display: block;
    position: relative
}

.sidebar-menu ul>li ul.sub-menu>li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--text-color);
    font-size: 20px
}

.sidebar-menu ul>li ul.sub-menu>li .dropdown-icon {
    color: var(--text-color);
    opacity: 1;
    top: 0;
    font-size: 20px;
    right: 0
}

.sidebar-menu ul>li ul.sub-menu>li a {
    display: block;
    padding: 9px 25px;
    color: var(--text-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    transition: all .4s ease-out 0s;
    position: relative
}

.sidebar-menu ul>li ul.sub-menu>li a.active {
    color: var(--primary-green)
}

.sidebar-menu ul>li ul.sub-menu>li a:hover {
    color: var(--primary-green)
}

.sidebar-menu ul li.menu-item-has-children>i {
    display: block
}

.sidebar-menu .menu-list {
    padding-top: 50px;
    padding-bottom: 150px
}

.sidebar-menu ul {
    float: none;
    text-align: left;
    padding: 5px 0 20px 0
}

.sidebar-menu ul li {
    display: block;
    position: relative;
    padding: 0 5px
}

.sidebar-menu ul li a {
    padding: 9px 0;
    display: block
}

.sidebar-menu ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
    padding-left: 10px
}

.sidebar-menu ul li ul.sub-menu>li a {
    padding: 9px 0
}

.sidebar-menu ul li ul.sub-menu>li a:hover {
    margin-left: 10px
}

.sidebar-menu .menu-close-btn {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: #ff6d4d;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .35s;
    color: var(--white-color)
}

.sidebar-menu .menu-close-btn i {
    font-size: 18px
}

.sidebar-menu .menu-close-btn:hover {
    color: var(--white-color)
}

.sidebar-menu .mobile-logo-area {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 25px
}

.sidebar-menu .menu-bottom-content .subscribe-area {
    margin-bottom: 45px
}

.sidebar-menu .menu-bottom-content .subscribe-area h4 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 15px
}

.sidebar-menu .menu-bottom-content .subscribe-area p {
    font-family: Figtree;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--text-color);
    margin-bottom: 30px
}

.sidebar-menu .menu-bottom-content .subscribe-area a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    background-color: var(--text-color);
    color: var(--dark-white-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 13px 20px
}

.sidebar-menu .menu-bottom-content .subscribe-area a svg {
    fill: none;
    transition: .5s
}

.sidebar-menu .menu-bottom-content .subscribe-area a svg path {
    stroke: var(--dark-white-color)
}

.sidebar-menu .menu-bottom-content .subscribe-area a::after {
    background-color: var(--primary-green);
    border-radius: 10px
}

.sidebar-menu .menu-bottom-content .subscribe-area a:hover svg {
    transform: rotate(45deg)
}

.sidebar-menu .menu-bottom-content .social-wrap h6 {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 10px
}

.sidebar-menu .menu-bottom-content .social-wrap .social-area {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 18px
}

.sidebar-menu .menu-bottom-content .social-wrap .social-area li a {
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    transition: .35s
}

.sidebar-menu .menu-bottom-content .social-wrap .social-area li a svg {
    transition: .35s;
    fill: var(--text-color)
}

.sidebar-menu .menu-bottom-content .social-wrap .social-area li a:hover {
    background-color: var(--primary-green);
    border-color: var(--primary-green)
}

.sidebar-menu .menu-bottom-content .social-wrap .social-area li a:hover svg {
    fill: var(--dark-text-color)
}

.header-area2 {
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

.header-area2 .header-menu-icon {
    display: flex;
    gap: 40px;
    align-items: center
}

.header-area2 .header-menu-icon .menu-icon {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 8px 12px 10px;
    text-align: center;
    cursor: pointer
}

.header-area2 .header-menu-icon .menu-icon svg {
    fill: var(--text-color);
    align-items: center;
    transition: .35s
}

.header-area2 .header-menu-icon .menu-icon:hover svg {
    fill: var(--primary-green)
}

.header-area2 .header-menu-icon .tt-style-switch {
    cursor: pointer
}

.header-area2 .header-menu-icon .right-icon svg {
    fill: var(--text-color);
    transition: .35s
}

.header-area2 .header-menu-icon .right-icon:hover svg {
    fill: var(--primary-green)
}

.header-area2 .header-right {
    display: flex;
    gap: 40px;
    align-items: center
}

.header-area2 .header-right .search-btn .icon svg {
    fill: var(--text-color);
    transition: .35s
}

.header-area2 .header-right .search-btn .icon:hover svg {
    fill: var(--primary-green)
}

.header-area2 .header-right .subscribe-btn a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    background: var(--primary-green);
    color: var(--text-color);
    padding: 15px 27px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .7s
}

.header-area2 .header-right .subscribe-btn a svg path {
    stroke: var(--text-color)
}

.header-area2 .header-right .subscribe-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.header-area2 .header-right .subscribe-btn a:hover {
    color: var(--white-color)
}

.header-area2 .header-right .subscribe-btn a:hover svg path {
    stroke: var(--white-color)
}

.header-area2 .header-right .subscribe-btn a:hover .arrow {
    transform: rotate(45deg)
}

.header-area2 .search-bar {
    position: relative;
    z-index: 9999
}

.header-area2 .search-bar svg {
    fill: var(--text-color);
    cursor: pointer
}

.header-area2 .search-bar .search-input {
    position: absolute;
    top: 56px;
    right: 0;
    z-index: 99;
    width: 600px;
    background-color: var(--dark-white-color);
    padding: 50px 30px 30px;
    box-shadow: 0 30px 80px rgba(8, 0, 42, .08);
    display: none;
    transform: scaleY(0);
    transform-origin: top
}

.header-area2 .search-bar .search-input.active {
    display: block;
    transform: scaleY(1);
    animation: fade-up .5s linear
}

.header-area2 .search-bar .search-input .serch-close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--dark-white-color);
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, .1);
    height: 28px;
    width: 28px;
    cursor: pointer;
    z-index: 1
}

.header-area2 .search-bar .search-input .serch-close::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--text-color);
    transition: all .3s ease-out
}

.header-area2 .search-bar .search-input .serch-close::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--text-color);
    transition: all .3s ease-out
}

.header-area2 .search-bar .search-input .serch-close:hover::after {
    transform: rotate(0)
}

.header-area2 .search-bar .search-input .serch-close:hover::before {
    transform: rotate(0)
}

.header-area2 .search-bar .search-input .search-group {
    display: flex;
    gap: 50px;
    width: 100%;
    border-bottom: 1px solid var(--border-color)
}

.header-area2 .search-bar .search-input .search-group .form-inner2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.header-area2 .search-bar .search-input .search-group .form-inner2 input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color)
}

.header-area2 .search-bar .search-input .search-group .form-inner2 input::-moz-placeholder {
    color: var(--text-color2)
}

.header-area2 .search-bar .search-input .search-group .form-inner2 input::placeholder {
    color: var(--text-color2)
}

.header-area2 .search-bar .search-input .search-group .form-inner2 button {
    background-color: transparent;
    font-size: 22px;
    border: none;
    outline: none
}

.header-area2 .search-bar .search-input .search-group .form-inner2 button svg {
    fill: var(--text-color)
}

.header-area2 .search-bar .search-input .quick-search {
    display: flex;
    gap: 10px;
    padding-top: 15px
}

.header-area2 .search-bar .search-input .quick-search ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.header-area2 .search-bar .search-input .quick-search ul li {
    padding-right: 5px
}

.header-area2 .search-bar .search-input .quick-search ul li:first-child {
    font-family: var(--font-red-rose);
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0;
    color: var(--text-color);
    white-space: nowrap
}

.header-area2 .search-bar .search-input .quick-search ul li a {
    color: var(--text-color2);
    font-family: var(--font-figtree);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    transition: .35
}

.header-area2 .search-bar .search-input .quick-search ul li a:hover {
    color: var(--primary-green)
}

.header-menu2 {
    display: flex;
    padding: 15px 0 17px;
    border-bottom: 1px solid #e1e1e1
}

.header-menu2 .main-menu ul {
    display: flex;
    align-items: center;
    gap: 45px
}

.header-menu2 .main-menu ul li a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    transition: .35s
}

.header-menu2 .main-menu ul li a svg {
    fill: var(--text-color);
    transition: .35s
}

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

.header-menu2 .main-menu ul li a:hover svg {
    fill: var(--primary-green)
}

.header-menu2 .social-media ul {
    display: flex;
    gap: 18px;
    align-items: center
}

.header-menu2 .social-media ul li a {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    color: var(--white-color);
    transition: .5s
}

.header-menu2 .social-media ul li a svg {
    fill: var(--text-color)
}

.header-menu2 .social-media ul li a:hover {
    background: var(--primary-green);
    border: 1px solid var(--primary-green)
}

.header-area-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0 15px
}

.header-area-3 .header-logo a {
    font-family: var(--font-red-rose);
    font-size: 35px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color)
}

.header-area-3 .header-right {
    display: flex;
    gap: 40px;
    align-items: center
}

.header-area-3 .header-right .social-media {
    display: flex;
    gap: 8px;
    align-items: center
}

.header-area-3 .header-right .social-media li a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    transition: .35s;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 8px
}

.header-area-3 .header-right .social-media li a svg {
    margin-top: 2px
}

.header-area-3 .header-right .social-media li a:hover {
    color: var(--primary-green)
}

.header-area-3 .header-right .icon-area {
    display: flex;
    gap: 20px
}

.header-area-3 .header-right .icon-area li {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border-radius: 50px;
    transform: .35s;
    cursor: pointer;
    border: 1px solid #eee
}

.header-area-3 .header-right .icon-area li i {
    fill: var(--text-color);
    transition: .35s
}

.header-area-3 .header-right .icon-area li svg {
    fill: var(--dark-text-color);
    transition: .35s
}

.header-area-3 .header-right .icon-area li:hover {
    background: var(--primary-green)
}

.header-area-3 .header-right .btn-area a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    background: var(--text-color);
    color: var(--dark-white-color);
    padding: 7px 16px;
    border-radius: 100px;
    transition: .35s
}

.header-area-3 .header-right .btn-area a:hover {
    background: var(--primary-green);
    color: var(--text-color)
}

.header-menu-3 {
    background: #f8eefc;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    display: flex
}

.header-menu-3 .main-menu {
    display: flex;
    gap: 40px
}

.header-menu-3 .main-menu .menu-icon a {
    background: var(--dark-text-color);
    padding: 19px;
    text-align: center;
    display: flex
}

.header-menu-3 .main-menu ul {
    display: flex;
    gap: 40px;
    align-items: center
}

.header-menu-3 .main-menu ul li a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    color: var(--dark-text-color);
    transition: .35s
}

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

.header-menu-3 .sidber-btn a {
    color: var(--dark-text-color);
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0;
    text-align: center;
    background: var(--primary-green);
    padding: 20px 36px;
    display: flex;
    gap: 5px;
    align-items: center;
    transition: all .5s ease-out 0s;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.header-menu-3 .sidber-btn a::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    background-color: var(--dark-text-color);
    transform-origin: center;
    transform: scaleY(0);
    z-index: -1;
    transition: all .5s ease-out 0s
}

.header-menu-3 .sidber-btn a svg path {
    stroke: var(--dark-text-color);
    transition: .35s
}

.header-menu-3 .sidber-btn a:hover {
    color: var(--white-color)
}

.header-menu-3 .sidber-btn a:hover::after {
    transform: scaleX(1)
}

.header-menu-3 .sidber-btn a:hover svg path {
    stroke: var(--white-color)
}

.top-bar {
    background: #f8eefc;
    position: relative
}

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

.top-bar .topbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px
}

@media(max-width:991px) {
    .top-bar .topbar-wrapper {
        text-align: center
    }
}

.top-bar .topbar-wrapper p {
    font-family: var(--font-figtree);
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: var(--dark-text-color2)
}

@media(max-width:991px) {
    .top-bar .topbar-wrapper p {
        text-align: center
    }
}

.top-bar .topbar-wrapper p a {
    font-family: var(--font-figtree);
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #ff3829
}

.top-bar .close-btn {
    position: absolute;
    z-index: 99;
    right: 15%;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:991px) {
    .top-bar .close-btn {
        right: 5%
    }
}

header.podcast .header-wrapper .icon-area .search-bar .search-input {
    box-shadow: 0 30px 80px rgba(0, 0, 0, .08)
}

.banner-area {
    padding-top: 70px;
    position: relative;
    border-radius: 5px
}

@media(max-width:767px) {
    .banner-area {
        border-radius: 5px
    }
}

.banner-area .helth-banner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 5px solid var(--white-color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px
}

.banner-area .banner-content {
    max-width: 970px;
    width: 100%;
    text-align: center;
    z-index: 2
}

.banner-area .banner-content a span {
    font-family: var(--font-red-rose);
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 0;
    letter-spacing: 0;
    text-align: center;
    background: var(--dark-white-color);
    padding: 4px 16px;
    border-radius: 100px
}

.banner-area .banner-content h1 {
    font-family: var(--font-red-rose);
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    color: var(--dark-text-color);
    max-width: 580px;
    margin: 0 auto;
    padding-top: 25px
}

@media(max-width:1399px) {
    .banner-area .banner-content h1 {
        font-size: 32px;
        max-width: 400px;
        padding-top: 16px;
        line-height: 35px
    }
}

@media(max-width:1199px) {
    .banner-area .banner-content h1 {
        line-height: 40px
    }
}

@media(max-width:767px) {
    .banner-area .banner-content h1 {
        font-size: 25px;
        line-height: 30px
    }
}

@media(max-width:576px) {
    .banner-area .banner-content h1 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 3px
    }
}

.banner-area .banner-content .banner-content-bottom {
    display: flex;
    justify-content: center;
    gap: 31px;
    padding-top: 20px
}

@media(max-width:1399px) {
    .banner-area .banner-content .banner-content-bottom {
        padding-top: 10px
    }
}

@media(max-width:767px) {
    .banner-area .banner-content .banner-content-bottom {
        flex-wrap: wrap;
        gap: 15px;
        padding-top: 0
    }
}

.banner-area .banner-content .banner-content-bottom .author-area {
    display: flex;
    gap: 8px
}

.banner-area .banner-content .banner-content-bottom .author-area .author-img {
    gap: 8px
}

.banner-area .banner-content .banner-content-bottom .author-area .author-name a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: var(--dark-text-color)
}

.banner-area .banner-content .banner-content-bottom .publish-date a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: var(--dark-text-color2);
    position: relative
}

.banner-area .banner-content .banner-content-bottom .publish-date a::after {
    content: "";
    height: 12px;
    width: 1px;
    background-color: var(--dark-text-color);
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%)
}

.banner-area .slider-btn-groups .slider-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99
}

@media(max-width:991px) {
    .banner-area .slider-btn-groups .slider-btn {
        display: none;
        visibility: hidden
    }
}

.banner-area .slider-btn-groups .slider-btn.next-1 {
    right: -3px;
    left: unset
}

.banner-area .slider-btn-groups .slider-btn svg {
    fill: var(--dark-text-color);
    transition: .35s
}

.banner-area .slider-btn-groups .slider-btn:hover {
    background-color: var(--primary-green2)
}

.banner-area .slider-btn-groups .slider-btn:hover svg {
    fill: var(--white-color)
}

.banner-area2 {
    border-bottom: 1px solid #e1e1e1
}

.banner-area2 .slider-btn-groups .slider-btn {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background: var(--white-color);
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    position: absolute;
    left: -150px;
    top: 250px;
    transform: translateY(-50%);
    z-index: 99;
    gap: 5px
}

.banner-area2 .slider-btn-groups .slider-btn svg {
    fill: var(--text-color)
}

.banner-area2 .slider-btn-groups .slider-btn span {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0;
    text-align: center;
    color: var(--text-color)
}

.banner-area2 .slider-btn-groups .slider-btn.next-2 {
    right: -150px;
    left: unset
}

.banner-area2 .slider-btn-groups .slider-btn.swiper-button-disabled {
    opacity: .5
}

.banner-area2 .slider-btn-groups .slider-btn svg {
    fill: var(--text-color);
    transition: .35s
}

@media(max-width:1699px) {
    .banner-area2 .slider-btn-groups .slider-btn {
        left: -100px
    }

    .banner-area2 .slider-btn-groups .slider-btn.next-2 {
        right: -100px;
        left: unset
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .banner-area2 .slider-btn-groups .slider-btn {
        left: -67px;
        width: 75px;
        height: 75px
    }

    .banner-area2 .slider-btn-groups .slider-btn span {
        font-size: 13px
    }

    .banner-area2 .slider-btn-groups .slider-btn.next-2 {
        right: -67px;
        left: unset
    }
}

@media(max-width:1499px) {
    .banner-area2 .slider-btn-groups .slider-btn {
        left: -30px
    }

    .banner-area2 .slider-btn-groups .slider-btn.next-2 {
        right: -30px;
        left: unset
    }
}

@media(max-width:1399px) {
    .banner-area2 .slider-btn-groups .slider-btn {
        left: -22px;
        width: 70px;
        height: 70px
    }

    .banner-area2 .slider-btn-groups .slider-btn span {
        font-size: 13px
    }

    .banner-area2 .slider-btn-groups .slider-btn.next-2 {
        right: -22px;
        left: unset
    }
}

@media(max-width:1199px) {
    .banner-area2 .slider-btn-groups .slider-btn {
        left: -22px;
        width: 70px;
        height: 70px;
        top: 50%
    }

    .banner-area2 .slider-btn-groups .slider-btn span {
        font-size: 13px
    }

    .banner-area2 .slider-btn-groups .slider-btn.next-2 {
        right: -22px;
        left: unset
    }
}

@media(max-width:991px) {
    .banner-area2 .slider-btn-groups .slider-btn {
        display: none;
        visibility: hidden
    }
}

.banner-area2 .slider-btn-groups .slider-btn:hover {
    border: 1px solid #78eb54
}

.banner-area2 .slider-btn-groups .slider-btn:hover svg {
    fill: var(--text-color)
}

.banner-area2 .banner-card {
    position: relative
}

.banner-area2 .banner-card .banner-img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@media(max-width:767px) {
    .banner-area2 .banner-card .banner-img img {
        width: 100%
    }
}

.banner-area2 .banner-card .banner-img::after {
    content: "";
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 62%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.banner-area2 .banner-card .banner-content {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.banner-area2 .banner-card .banner-content .catagory {
    position: absolute;
    top: 40px;
    left: 30px
}

@media(max-width:1199px) {
    .banner-area2 .banner-card .banner-content .catagory {
        top: 20px;
        left: 20px
    }
}

.banner-area2 .banner-card .banner-content .catagory a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 0;
    letter-spacing: 0;
    text-align: center;
    color: var(--white-color);
    background: rgba(11, 12, 12, .4);
    padding: 6px 21px;
    border-radius: 100px;
    transition: .7s
}

.banner-area2 .banner-card .banner-content .catagory a:hover {
    background: var(--primary-green);
    color: var(--dark-text-color)
}

.banner-area2 .banner-card .banner-content .banner-content-bottom {
    position: absolute;
    bottom: 40px;
    left: 30px;
    right: 30px
}

@media(max-width:1199px) {
    .banner-area2 .banner-card .banner-content .banner-content-bottom {
        bottom: 30px;
        left: 20px;
        right: 20px
    }
}

.banner-area2 .banner-card .banner-content .banner-content-bottom .author-area {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px
}

.banner-area2 .banner-card .banner-content .banner-content-bottom .author-area ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

@media(max-width:767px) {
    .banner-area2 .banner-card .banner-content .banner-content-bottom .author-area ul {
        display: block
    }
}

@media(max-width:576px) {
    .banner-area2 .banner-card .banner-content .banner-content-bottom .author-area ul {
        display: flex
    }
}

.banner-area2 .banner-card .banner-content .banner-content-bottom .author-area ul li a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 0;
    letter-spacing: 0;
    text-align: left;
    color: var(--white-color);
    transition: .35s
}

.banner-area2 .banner-card .banner-content .banner-content-bottom .author-area ul li a:hover {
    color: var(--primary-green)
}

.banner-area2 .banner-card .banner-content .banner-content-bottom .author-area ul li .publish-date {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    color: var(--white-color);
    display: flex;
    gap: 10px;
    align-items: center
}

.banner-area2 .banner-card .banner-content .banner-content-bottom h2 {
    margin-bottom: 0
}

.banner-area2 .banner-card .banner-content .banner-content-bottom h2 a {
    font-family: var(--font-red-rose);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    color: var(--white-color);
    max-width: 380px;
    transition: .35s
}

@media(max-width:1399px) {
    .banner-area2 .banner-card .banner-content .banner-content-bottom h2 a {
        font-size: 25px
    }
}

@media(max-width:1199px) {
    .banner-area2 .banner-card .banner-content .banner-content-bottom h2 a {
        font-size: 22px
    }
}

.banner-area2 .banner-card .banner-content .banner-content-bottom h2 a:hover {
    color: var(--primary-green)
}

@media(max-width:1399px) {
    .banner-area2 .banner-card .banner-content .banner-content-bottom h2 {
        line-height: 1
    }
}

@media(max-width:1199px) {
    .banner-area2 .banner-card .banner-content .banner-content-bottom h2 {
        line-height: 0
    }
}

.pet-news .pet-news-area h1 {
    font-family: var(--font-red-rose);
    font-size: 128px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--text-color)
}

@media(max-width:1399px) {
    .pet-news .pet-news-area h1 {
        font-size: 110px
    }
}

@media(max-width:1199px) {
    .pet-news .pet-news-area h1 {
        font-size: 85px
    }
}

@media(max-width:767px) {
    .pet-news .pet-news-area h1 {
        font-size: 70px
    }
}

@media(max-width:576px) {
    .pet-news .pet-news-area h1 {
        font-size: 55px
    }
}

.pet-news .pet-news-area .driscription-and-search {
    display: flex;
    gap: 100px
}

@media(max-width:991px) {
    .pet-news .pet-news-area .driscription-and-search {
        gap: 40px
    }
}

.pet-news .pet-news-area .driscription-and-search p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: var(--text-color2)
}

.pet-news .pet-news-area .driscription-and-search .form-inner {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #eee;
    padding: 10px 20px;
    border-radius: 100px
}

.pet-news .pet-news-area .driscription-and-search .form-inner input {
    background-color: transparent;
    width: 100%;
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    height: 38px;
    color: var(--text-color2);
    padding-right: 20px
}

.pet-news .pet-news-area .driscription-and-search .form-inner button {
    height: 40px;
    max-width: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-text-color);
    border-radius: 50%
}

.pet-news .pet-news-area .driscription-and-search .form-inner button svg {
    fill: var(--white-color)
}

@media(max-width:767px) {
    .pet-news .pet-news-area .driscription-and-search .vector-img {
        display: none
    }
}

@media(max-width:991px) {
    .pet-news .pet-img {
        display: none
    }
}

.add-area .Health-Wellness {
    border: 5px solid var(--white-color);
    border-radius: 10px;
    display: flex;
    position: relative
}

.add-area .Health-Wellness .add-section {
    background: var(--primary-color5);
    padding: 0 0 0 47px;
    display: flex;
    gap: 185px;
    border-radius: 5px;
    position: relative
}

@media(max-width:1199px) {
    .add-area .Health-Wellness .add-section {
        gap: 0
    }
}

@media(max-width:767px) {
    .add-area .Health-Wellness .add-section {
        display: block
    }
}

.add-area .Health-Wellness .add-section .add-content {
    padding-top: 13px
}

.add-area .Health-Wellness .add-section .add-content .discount-tag span {
    font-family: var(--font-red-rose);
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    background: var(--text-color);
    color: var(--dark-white-color);
    padding: 0 4px;
    border-radius: 4px;
    left: 0;
    top: 30px;
    transform: rotate(-90deg);
    position: absolute
}

.add-area .Health-Wellness .add-section .add-content span {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color2)
}

.add-area .Health-Wellness .add-section .add-content h3 {
    font-family: var(--font-red-rose);
    font-size: 23px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color)
}

@media(max-width:767px) {
    .add-area .Health-Wellness .add-section .add-content h3 {
        font-size: 16px
    }
}

.add-area .Health-Wellness .add-section .add-section-right {
    padding: 0 20px 0 0;
    background: var(--primary-color);
    -webkit-clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%);
    border-radius: 10px;
    display: flex
}

@media(max-width:767px) {
    .add-area .Health-Wellness .add-section .add-section-right {
        padding: 0
    }
}

.add-area .Health-Wellness .add-section .add-section-right .product-img img {
    -webkit-clip-path: polygon(9% 0, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(9% 0, 100% 0%, 90% 100%, 0% 100%)
}

.add-area .Health-Wellness .add-section .add-section-right .buy-now-btn {
    margin: 25px 5px 0 10px
}

@media(max-width:767px) {
    .add-area .Health-Wellness .add-section .add-section-right .buy-now-btn {
        margin: 25px 5px 0 0
    }
}

.add-area .Health-Wellness .add-section .add-section-right .buy-now-btn a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: center;
    color: var(--dark-text-color);
    background: var(--white-color);
    padding: 7px 12px;
    border-radius: 12px;
    transition: .35s
}

.add-area .Health-Wellness .add-section .add-section-right .buy-now-btn a:hover {
    background: var(--primary-green);
    color: var(--white-color)
}

.add-area .close-btn {
    z-index: 99;
    right: 12px;
    top: -11px;
    position: relative
}

.banner-swipe {
    border-bottom: 1px solid #f8eefc;
    padding-bottom: 40px
}

.banner-swipe .banner-content .btn-area {
    display: flex;
    gap: 30px;
    align-items: center;
    text-align: center;
    margin-bottom: 12px
}

.banner-swipe .banner-content .btn-area .basic-btn a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: var(--dark-text-color2);
    background: #f0f0f0;
    border-radius: 5px;
    padding: 3px 10px;
    transition: .7s
}

.banner-swipe .banner-content .btn-area .basic-btn a:hover {
    background: var(--primary-green);
    color: var(--dark-text-color)
}

.banner-swipe .banner-content .btn-area .bookmarks a {
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    padding: 5px 6px;
    display: flex;
    align-items: center;
    text-align: center;
    transition: .7s
}

.banner-swipe .banner-content .btn-area .bookmarks a:hover {
    background: var(--primary-green)
}

.banner-swipe .banner-content .btn-area .bookmarks a:hover svg path {
    fill: var(--dark-text-color)
}

.banner-swipe .banner-content h1 {
    line-height: 1
}

.banner-swipe .banner-content h1 a {
    font-family: var(--font-red-rose);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.15;
    text-align: left;
    color: var(--text-color);
    transition: .35s
}

.banner-swipe .banner-content h1 a:hover {
    color: var(--primary-green)
}

@media(max-width:1399px) {
    .banner-swipe .banner-content h1 a {
        font-size: 50px
    }
}

@media(max-width:991px) {
    .banner-swipe .banner-content h1 a {
        font-size: 42px
    }
}

@media(max-width:576px) {
    .banner-swipe .banner-content h1 a {
        font-size: 38px
    }
}

.banner-swipe .banner-content p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: var(--dark-text-color2);
    margin-top: 15px
}

.banner-swipe .banner-content .author-area {
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 15px
}

.banner-swipe .banner-content .author-area .author-content {
    line-height: 2
}

.banner-swipe .banner-content .author-area .author-content .author-name a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 19.98px;
    text-align: left;
    color: var(--dark-text-color);
    transition: .35s
}

.banner-swipe .banner-content .author-area .author-content .author-name a:hover {
    color: var(--primary-green)
}

.banner-swipe .banner-content .author-area .author-content .publish-date {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 26px
}

.banner-swipe .banner-content .author-area .author-content .publish-date a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    color: var(--dark-text-color2);
    transition: .35s
}

.banner-swipe .banner-content .author-area .author-content .publish-date a:hover {
    color: var(--primary-green)
}

.banner-swipe .banner-content .author-area .author-content .publish-date span {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    color: var(--dark-text-color2);
    position: relative
}

.banner-swipe .banner-content .author-area .author-content .publish-date span::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #c4c4c4;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%)
}

.banner-swipe .banner-img {
    display: flex;
    justify-content: end
}

.banner-swipe .banner-img img {
    border-radius: 10px
}

@media(min-width:992px) {
    .banner-swipe .banner-img {
        padding-left: 30px
    }
}

.banner-swipe .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: unset !important;
    bottom: unset !important;
    display: flex;
    gap: 5px
}

.banner-swipe .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    background-color: #e6e6e6;
    opacity: 1;
    position: relative
}

.banner-swipe .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: var(--primary-green);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0
}

.banner-swipe .swiper-pagination .swiper-pagination-bullet-active::after {
    opacity: 1
}

.banner-swipe2 {
    padding: 0 7%
}

@media(max-width:1800px) {
    .banner-swipe2 {
        padding: 0 4%
    }
}

@media(max-width:1600px) {
    .banner-swipe2 {
        padding: 0 2%
    }
}

@media(max-width:1400px) {
    .banner-swipe2 {
        padding: 0 20px
    }
}

@media(max-width:1200px) {
    .banner-swipe2 {
        padding: 0
    }
}

.banner-swipe2 .banner-wrapper {
    background: #f5e6c5;
    background-image: url(../image/podcast-banner-bg.png);
    border-radius: 40px;
    padding: 60px 3% 100px 10%;
    position: relative
}

@media(max-width:1800px) {
    .banner-swipe2 .banner-wrapper {
        padding: 60px 3% 100px 8%
    }
}

@media(max-width:1700px) {
    .banner-swipe2 .banner-wrapper {
        padding: 60px 3% 100px 5%
    }
}

@media(max-width:1600px) {
    .banner-swipe2 .banner-wrapper {
        padding: 60px 3% 100px 4%
    }
}

@media(max-width:1600px) {
    .banner-swipe2 .banner-wrapper {
        padding: 60px 3% 100px
    }
}

@media(max-width:1400px) {
    .banner-swipe2 .banner-wrapper {
        padding: 60px 20px 100px 25px
    }
}

@media(max-width:1199px) {
    .banner-swipe2 .banner-wrapper {
        border-radius: 0 0 40px 40px
    }
}

.banner-swipe2 .banner-wrapper .swiper-pagination {
    z-index: 99;
    position: absolute;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.banner-swipe2 .banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    background-color: #dbccab;
    margin: 0;
    opacity: 1
}

.banner-swipe2 .banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 10px;
    width: 10px;
    background-color: var(--primary-blue)
}

.banner-swipe2 .banner-wrapper .banner-content>span {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 22.48px;
    text-align: left;
    color: var(--text-color);
    display: inline-block;
    margin-bottom: 15px
}

.banner-swipe2 .banner-wrapper .banner-content>span svg {
    width: 70px
}

.banner-swipe2 .banner-wrapper .banner-content>span svg rect {
    width: 70px;
    fill: var(--primary-blue)
}

.banner-swipe2 .banner-wrapper .banner-content h1 {
    line-height: 1;
    margin-bottom: 18px
}

.banner-swipe2 .banner-wrapper .banner-content h1 a {
    font-family: var(--font-red-rose);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: var(--text-color)
}

@media(max-width:1399px) {
    .banner-swipe2 .banner-wrapper .banner-content h1 a {
        font-size: 50px;
        line-height: 1.1
    }
}

@media(max-width:1199px) {
    .banner-swipe2 .banner-wrapper .banner-content h1 a {
        font-size: 45px
    }
}

@media(max-width:576px) {
    .banner-swipe2 .banner-wrapper .banner-content h1 a {
        font-size: 37px
    }
}

.banner-swipe2 .banner-wrapper .banner-content p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: var(--text-color2);
    max-width: 780px;
    width: 100%
}

.banner-swipe2 .banner-wrapper .banner-content .card-audio-wrapper {
    background-color: transparent;
    padding: 0;
    max-width: 710px;
    width: 100%;
    padding-top: 25px;
    flex-wrap: wrap;
    gap: 25px
}

.banner-swipe2 .banner-wrapper .banner-content .card-audio-wrapper .audio-plyer {
    display: flex;
    align-items: center;
    max-width: 220px;
    background-color: var(--white-color);
    padding: 15px 24px;
    border-radius: 5px
}

.banner-swipe2 .banner-wrapper .banner-content .card-audio-wrapper .audio-plyer span {
    padding-left: 15px;
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-text-color)
}

.banner-swipe2 .banner-wrapper .banner-content .card-audio-wrapper .others-player {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap
}

@media(max-width:576px) {
    .banner-swipe2 .banner-wrapper .banner-content .card-audio-wrapper .others-player {
        gap: 10px
    }
}

.banner-swipe2 .banner-wrapper .banner-content .card-audio-wrapper .others-player h6 {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 0
}

.banner-swipe2 .banner-wrapper .banner-content .card-audio-wrapper .others-player .audio-app .dropdown.two .drop-down-btn {
    height: 30px;
    width: 30px
}

.banner-swipe2 .banner-wrapper .banner-content .card-audio-wrapper .others-player .audio-app .dropdown.two .other-app-wrappers {
    position: absolute;
    bottom: 45px;
    right: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    background-color: var(--white-color);
    border: 1px solid #f2dcad;
    padding: 15px 20px;
    width: 180px;
    border-radius: 20px 20px 0 20px;
    z-index: 1;
    transition: .5s ease-in-out;
    opacity: 0
}

.banner-swipe2 .banner-wrapper .banner-content .card-audio-wrapper .others-player .audio-app .dropdown.two .other-app-wrappers.active {
    transform: scaleY(1);
    opacity: 1
}

.banner-swipe2 .banner-wrapper .banner-content .card-audio-wrapper .others-player .audio-app .dropdown.two .other-app-wrappers ul {
    max-height: unset;
    overflow: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px
}

.banner-swipe2 .banner-wrapper .banner-content .card-audio-wrapper .others-player .audio-app .dropdown.two .other-app-wrappers ul li a img {
    max-width: 26px
}

.banner-swipe2 .banner-wrapper .banner-image a img {
    width: 100%
}

.blog-area {
    border: 5px solid var(--white-color);
    border-radius: 10px
}

.blog-area .blog-card {
    background: var(--primary-color);
    padding: 25px;
    border-radius: 5px
}

@media(max-width:991px) {
    .blog-area .blog-card {
        padding: 25px 20px
    }
}

.blog-area .blog-card.tea-Green {
    background: var(--primary-color1)
}

.blog-area .blog-card.linen {
    background: var(--primary-color11)
}

.blog-area .blog-card.canary-yellow {
    background: var(--primary-color4)
}

.blog-area .blog-card.silver {
    background: var(--primary-color7)
}

.blog-area .blog-card.silk {
    background: var(--primary-color8)
}

.blog-area .blog-card.lavender-blue {
    background: var(--primary-color10)
}

.blog-area .blog-card.linen {
    background: var(--primary-color11)
}

.blog-area .blog-card .blog-content-1 {
    margin-bottom: 24px
}

.blog-area .blog-card .blog-content-1 span {
    margin-bottom: 50px
}

@media(max-width:576px) {
    .blog-area .blog-card .blog-content-1 span {
        margin-bottom: 26px
    }
}

.blog-area .blog-card .blog-content-1 span a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 400;
    line-height: 0;
    letter-spacing: 0;
    text-align: center;
    color: var(--text-color);
    background: var(--dark-white-color);
    padding: 4px 16px;
    border-radius: 100px;
    transition: .5s
}

.blog-area .blog-card .blog-content-1 span a:hover {
    background: var(--primary-green2);
    color: var(--white-color)
}

.blog-area .blog-card .blog-content-1 h5 {
    padding-top: 54px
}

@media(max-width:576px) {
    .blog-area .blog-card .blog-content-1 h5 {
        padding-top: 30px
    }
}

.blog-area .blog-card .blog-content-1 h5 a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color2);
    transition: .35s
}

.blog-area .blog-card .blog-content-1 h5 a:hover {
    color: var(--primary-green2)
}

.blog-area .blog-card .blog-content-1 h3 a {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    transition: .3s
}

@media(max-width:1399px) {
    .blog-area .blog-card .blog-content-1 h3 a {
        font-size: 22px
    }
}

@media(max-width:767px) {
    .blog-area .blog-card .blog-content-1 h3 a {
        font-size: 30px
    }
}

@media(max-width:576px) {
    .blog-area .blog-card .blog-content-1 h3 a {
        font-size: 22px
    }
}

.blog-area .blog-card .blog-content-1 h3 a:hover {
    color: var(--primary-green2)
}

@media(max-width:1399px) {
    .blog-area .blog-card .blog-content-1 h3 {
        line-height: 30px
    }
}

.blog-area .blog-card .blog-image {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden
}

.blog-area .blog-card .blog-image a {
    position: relative;
    overflow: hidden;
    display: block;
    transition: all .5s ease-out;
    border-radius: 10px
}

.blog-area .blog-card .blog-image a img {
    transition: all .5s ease-out;
    height: 140px
}

@media(max-width:991px) {
    .blog-area .blog-card .blog-image a img {
        width: 100%
    }
}

.blog-area .blog-card .blog-image a::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1
}

.blog-area .blog-card .blog-bottom-content {
    display: flex;
    justify-content: space-between;
    background: var(--dark-white-color);
    padding: 10px;
    border-radius: 100px;
    align-items: center;
    text-align: center
}

@media(max-width:1399px) {
    .blog-area .blog-card .blog-bottom-content {
        gap: 17px;
        background: 0 0;
        flex-wrap: wrap
    }
}

@media(max-width:767px) {
    .blog-area .blog-card .blog-bottom-content {
        justify-content: space-between;
        background: 0 0
    }
}

.blog-area .blog-card .blog-bottom-content .blog-author {
    display: flex;
    gap: 8px;
    align-items: center
}

.blog-area .blog-card .blog-bottom-content .blog-author .author-name {
    text-align: center
}

.blog-area .blog-card .blog-bottom-content .blog-author .author-name a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    margin-top: 10px;
    transition: .35s
}

.blog-area .blog-card .blog-bottom-content .blog-author .author-name a:hover {
    color: var(--primary-green2)
}

.blog-area .blog-card .blog-bottom-content .blog-btn {
    display: flex
}

.blog-area .blog-card .blog-bottom-content .blog-btn a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: left;
    color: var(--dark-white-color);
    background: var(--text-color);
    padding: 4px 17px;
    border-radius: 100px;
    transition: .7s;
    align-items: center;
    display: flex;
    gap: 5px
}

.blog-area .blog-card .blog-bottom-content .blog-btn a svg path {
    stroke: var(--white-color);
    transition: .7s
}

.blog-area .blog-card .blog-bottom-content .blog-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.blog-area .blog-card .blog-bottom-content .blog-btn a:hover {
    color: var(--dark-text-color);
    background: var(--primary-green)
}

.blog-area .blog-card .blog-bottom-content .blog-btn a:hover svg path {
    stroke: var(--dark-text-color)
}

.blog-area .blog-card .blog-bottom-content .blog-btn a:hover .arrow {
    transform: rotate(45deg)
}

.blog-post2 .blog-border {
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 10px;
    position: relative
}

@media(max-width:991px) {
    .blog-post2 .blog-border {
        padding: 30px 15px
    }
}

.blog-post2 .blog-border .category-and-select-area {
    display: flex;
    justify-content: end;
    margin-bottom: 40px
}

@media(max-width:576px) {
    .blog-post2 .blog-border .category-and-select-area {
        justify-content: start
    }
}

.blog-post2 .blog-border .category-and-select-area .category {
    display: inline-block;
    -webkit-clip-path: polygon(100% 0, 90% 51%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 90% 51%, 100% 100%, 0 100%, 0 0);
    background-color: #f8f8f8;
    font-family: var(--font-red-rose);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 30px;
    color: var(--text-color);
    position: absolute;
    left: 0;
    top: 30px
}

.blog-post2 .blog-border .category-and-select-area .select-area {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 5px;
    padding: 5px 5px 5px 20px;
    border: 1px solid var(--border-color)
}

@media(max-width:576px) {
    .blog-post2 .blog-border .category-and-select-area .select-area {
        margin-top: 65px
    }
}

.blog-post2 .blog-border .category-and-select-area .select-area h6 {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: var(--text-color);
    margin-bottom: 0
}

.blog-post2 .blog-border .category-and-select-area .select-area .nice-select {
    background-color: var(--text-color);
    color: var(--dark-white-color);
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    height: 30px
}

.blog-post2 .blog-border .category-and-select-area .select-area .nice-select:after {
    border-bottom: 2px solid var(--dark-white-color);
    border-right: 2px solid var(--dark-white-color);
    content: "";
    display: block;
    height: 7px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 17px;
    top: 50%;
    width: 7px
}

.blog-post2 .blog-border .category-and-select-area .select-area .nice-select .option {
    color: var(--dark-text-color)
}

.blog-post2 .blog-border .category-and-select-area .select-area .nice-select .list {
    background-color: #f8f8f8
}

.blog-post2 .blog-border .category-and-select-area .select-area .nice-select .option:hover,
.blog-post2 .blog-border .category-and-select-area .select-area .nice-select .option.focus,
.blog-post2 .blog-border .category-and-select-area .select-area .nice-select .option.selected.focus {
    background-color: var(--primary-green);
    color: #000
}

.blog-post2 .blog-border.two {
    margin-top: 90px
}

.blog-post2 .blog-border .spot-light-btn {
    justify-content: center;
    display: flex;
    margin-top: -50px
}

.blog-post2 .blog-border .spot-light-btn a {
    font-family: var(--font-red-rose);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    color: var(--dark-text-color);
    background: #f8f8f8;
    padding: 8px 30px;
    border-radius: 100px;
    margin-bottom: 30px
}

.blog-post2 .blog-border .nav-tabs {
    border-bottom: unset;
    gap: 20px;
    justify-content: center
}

.blog-post2 .blog-border .nav-tabs li {
    padding: 0
}

.blog-post2 .blog-border .nav-tabs li button {
    padding: 10px 23px;
    border: none;
    border-radius: 0;
    border: 1px solid rgba(22, 25, 30, .15);
    border-radius: 20px;
    color: var(--dark-text-color);
    text-align: center;
    font-family: var(--font-figtree);
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2
}

.blog-post2 .blog-border .nav-tabs li button.active {
    color: var(--white-color);
    background-color: var(--dark-text-color);
    border-color: var(--primary-color)
}

.blog-post2 .view-all-btn {
    text-align: center;
    display: flex;
    justify-content: center
}

.blog-post2 .view-all-btn a {
    font-family: var(--font-red-rose);
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    display: flex;
    gap: 5px;
    border-radius: 5px;
    border: 1px solid #191919;
    padding: 8px 28px;
    transition: .35s
}

.blog-post2 .view-all-btn a svg path {
    stroke: var(--text-color)
}

.blog-post2 .view-all-btn a .arrow {
    transform: rotate(0);
    transition: .35s
}

.blog-post2 .view-all-btn a::after {
    background: var(--primary-green);
    border-radius: 5px
}

.blog-post2 .view-all-btn a:hover {
    color: var(--text-color);
    background-color: var(--primary-green);
    border-color: var(--primary-green)
}

.blog-post2 .view-all-btn a:hover svg path {
    stroke: var(--text-color)
}

.blog-post2 .view-all-btn a:hover .arrow {
    transform: rotate(45deg)
}

.blog-post2 .load-more-btn {
    display: flex;
    justify-content: center;
    padding-top: 8px
}

.blog-post2 .load-more-btn a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
    background: #f8f8f8;
    color: var(--text-color);
    padding: 19px 38px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .7s
}

.blog-post2 .load-more-btn a svg path {
    stroke: var(--text-color)
}

.blog-post2 .load-more-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.blog-post2 .load-more-btn a:hover {
    color: var(--white-color)
}

.blog-post2 .load-more-btn a:hover svg path {
    stroke: var(--white-color)
}

.blog-post2 .load-more-btn a:hover .arrow {
    transform: rotate(45deg)
}

.blog-post2 .contect-section {
    background-color: #ede6ff;
    border-radius: 10px;
    padding: 40px 0 25px;
    text-align: center;
    margin-top: 70px
}

@media(max-width:767px) {
    .blog-post2 .contect-section {
        padding: 20px
    }
}

.blog-post2 .contect-section h3 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 20px
}

@media(max-width:576px) {
    .blog-post2 .contect-section h3 {
        font-size: 25px
    }
}

.blog-post2 .contect-section .input-area {
    border-radius: 10px;
    border: 1px solid var(--text-color);
    background: var(--white-color);
    height: 56px;
    width: 100%;
    max-width: 440px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.blog-post2 .contect-section .input-area input {
    background: var(--white-color);
    width: 100%;
    color: #545454;
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 400;
    line-height: 0;
    letter-spacing: 0;
    text-align: left
}

.blog-post2 .contect-section .input-area input::-moz-placeholder {
    color: var(--text-color)
}

.blog-post2 .contect-section .input-area input::placeholder {
    color: var(--text-color)
}

.blog-post2 .contect-section .input-area button {
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--primary-green);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s
}

.blog-post2 .contect-section .input-area button svg {
    transition: .35s;
    fill: var(--dark-text-color)
}

.blog-post2 .contect-section .input-area button:hover {
    background-color: var(--primary-green);
    border: none
}

.blog-post2 .contect-section .input-area button:hover svg {
    fill: var(--text-color)
}

.blog-post2 .contect-section p {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color2);
    text-align: center;
    padding-top: 10px
}

.blog-post2 .contect-section p svg {
    margin-top: -2px;
    fill: var(--text-color2)
}

.blog-post2 .sidebar-area .single-widget {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 25px 20px 35px 28px
}

.blog-post2 .sidebar-area .single-widget .header-logo {
    margin-bottom: 15px
}

.blog-post2 .sidebar-area .single-widget.two {
    padding: 40px 20px 35px 28px
}

.blog-post2 .sidebar-area .single-widget.three {
    background-color: transparent;
    border: 1px solid #eee
}

.blog-post2 .sidebar-area .single-widget.four {
    background-color: transparent;
    padding: 0
}

.blog-post2 .sidebar-area .single-widget h2 a {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    text-align: center;
    color: var(--text-color)
}

.blog-post2 .sidebar-area .single-widget p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    border-top: 1px solid #ebebeb;
    padding-top: 26px;
    margin-bottom: 25px
}

.blog-post2 .sidebar-area .single-widget .our-activetis {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 28px;
    border: 1px solid #eee
}

.blog-post2 .sidebar-area .single-widget .our-activetis .social-area {
    display: flex;
    align-items: center;
    gap: 8px
}

.blog-post2 .sidebar-area .single-widget .our-activetis .social-area .icon {
    width: 26px;
    height: 26px;
    border-radius: 50px;
    border: 1px solid #545454;
    text-align: center
}

.blog-post2 .sidebar-area .single-widget .our-activetis .social-area .icon svg {
    margin-top: -4px;
    transition: .35s
}

.blog-post2 .sidebar-area .single-widget .our-activetis .social-area .icon:hover {
    background-color: var(--primary-green);
    border: none
}

.blog-post2 .sidebar-area .single-widget .our-activetis .social-area .icon:hover svg {
    fill: var(--text-color)
}

.blog-post2 .sidebar-area .single-widget .our-activetis .social-area .number {
    display: flex;
    margin-top: 6px
}

.blog-post2 .sidebar-area .single-widget .our-activetis .social-area .number h5 {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color2)
}

.blog-post2 .sidebar-area .single-widget .our-activetis .social-area .number span {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color2)
}

.blog-post2 .sidebar-area .single-widget .top-btn {
    display: flex;
    align-items: center
}

.blog-post2 .sidebar-area .single-widget .top-btn h6 {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 22.48px;
    letter-spacing: 0;
    text-align: center;
    color: var(--white-color);
    background: #ea703b;
    padding: 5px 16px;
    border-radius: 100px;
    display: flex;
    transition: .7s
}

.blog-post2 .sidebar-area .single-widget .top-btn h6:hover {
    background: var(--dark-text-color);
    color: var(--white-color)
}

.blog-post2 .sidebar-area .single-widget .recent-post {
    display: flex;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px
}

@media(max-width:767px) {
    .blog-post2 .sidebar-area .single-widget .recent-post {
        margin-bottom: 20px
    }
}

.blog-post2 .sidebar-area .single-widget .recent-post .recent-post-img a img {
    max-width: 92px;
    border-radius: 5px
}

.blog-post2 .sidebar-area .single-widget .recent-post .recent-post-content a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color2);
    margin-bottom: 5px;
    display: inline-block;
    transition: .35s
}

.blog-post2 .sidebar-area .single-widget .recent-post .recent-post-content a:hover {
    color: var(--primary-green)
}

.blog-post2 .sidebar-area .single-widget .recent-post .recent-post-content h5 {
    margin-bottom: 0;
    line-height: 1
}

.blog-post2 .sidebar-area .single-widget .recent-post .recent-post-content h5 a {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--text-color);
    margin: 0;
    padding: 0;
    transition: .3s
}

@media(min-width:992px) and (max-width:1199px) {
    .blog-post2 .sidebar-area .single-widget .recent-post .recent-post-content h5 a {
        font-size: 15px
    }
}

.blog-post2 .sidebar-area .single-widget .recent-post .recent-post-content h5 a:hover {
    color: var(--primary-green)
}

.blog-post2 .sidebar-area .single-widget .view-all-btn2 {
    display: flex;
    margin-top: 30px
}

@media(max-width:1399px) {
    .blog-post2 .sidebar-area .single-widget .view-all-btn2 {
        margin-top: 10px
    }
}

.blog-post2 .sidebar-area .single-widget .view-all-btn2 a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
    color: var(--white-color);
    background: var(--text-color);
    padding: 3px 19px;
    border-radius: 100px;
    gap: 5px;
    display: flex;
    align-items: center;
    transition: .35s
}

.blog-post2 .sidebar-area .single-widget .view-all-btn2 a svg path {
    stroke: var(--white-color);
    transition: .35s
}

.blog-post2 .sidebar-area .single-widget .view-all-btn2 a .arrow {
    transform: rotate(0);
    transition: .5s
}

.blog-post2 .sidebar-area .single-widget .view-all-btn2 a:hover {
    background: var(--primary-green);
    color: var(--text-color)
}

.blog-post2 .sidebar-area .single-widget .view-all-btn2 a:hover svg path {
    stroke: var(--text-color)
}

.blog-post2 .sidebar-area .single-widget .view-all-btn2 a:hover .arrow {
    transform: rotate(45deg)
}

.blog-post2 .sidebar-area .single-widget .discover-btn {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .35s
}

.blog-post2 .sidebar-area .single-widget .discover-btn svg path {
    stroke: var(--text-color)
}

.blog-post2 .sidebar-area .single-widget .discover-btn .arrow {
    transform: rotate(0);
    transition: .35s
}

.blog-post2 .sidebar-area .single-widget .discover-btn:hover {
    color: var(--primary-green)
}

.blog-post2 .sidebar-area .single-widget .discover-btn:hover svg path {
    stroke: var(--primary-green)
}

.blog-post2 .sidebar-area .single-widget .discover-btn:hover .arrow {
    transform: rotate(45deg)
}

.blog-post2 .sidebar-area .single-widget .category {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px
}

.blog-post2 .sidebar-area .single-widget .category li a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: 0;
    display: block;
    text-align: center;
    color: var(--text-color2);
    background: #f8f8f8;
    padding: 9px 17px;
    border-radius: 100px;
    transition: .7s
}

.blog-post2 .sidebar-area .single-widget .category li a:hover {
    color: var(--white-color);
    background: var(--text-color)
}

.blog-post2 .sidebar-area .single-widget .see-more-btn {
    display: flex;
    margin-top: 45px
}

.blog-post2 .sidebar-area .single-widget .see-more-btn a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    border: 1px solid #eee;
    padding: 3px 19px;
    border-radius: 100px;
    gap: 5px;
    display: flex;
    align-items: center;
    transition: .35s
}

.blog-post2 .sidebar-area .single-widget .see-more-btn a svg path {
    stroke: var(--text-color)
}

.blog-post2 .sidebar-area .single-widget .see-more-btn a .arrow {
    transform: rotate(0);
    transition: .35s
}

.blog-post2 .sidebar-area .single-widget .see-more-btn a:hover {
    color: var(--text-color);
    background-color: var(--primary-green)
}

.blog-post2 .sidebar-area .single-widget .see-more-btn a:hover svg path {
    stroke: var(--text-color)
}

.blog-post2 .sidebar-area .single-widget .see-more-btn a:hover .arrow {
    transform: rotate(45deg)
}

.blog-post3 .slider-btn-groups2 .slider-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: var(--white-color);
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99
}

@media(max-width:991px) {
    .blog-post3 .slider-btn-groups2 .slider-btn {
        display: none;
        visibility: hidden
    }
}

.blog-post3 .slider-btn-groups2 .slider-btn.next-1 {
    right: -10px;
    left: unset
}

.blog-post3 .slider-btn-groups2 .slider-btn svg {
    fill: var(--dark-text-color);
    transition: .35s
}

.blog-post3 .slider-btn-groups2 .slider-btn:hover {
    background-color: var(--primary-green);
    border: none
}

.blog-post3 .slider-btn-groups2 .slider-btn:hover svg {
    fill: var(--dark-text-color)
}

.blog-post3 .blog-bg {
    position: relative
}

.blog-post3 .blog-bg a img {
    border-radius: 10px 10px 0 0
}

.blog-post3 .blog-btn a {
    overflow: hidden;
    display: block
}

.blog-post3 .blog-btn a span {
    position: absolute;
    top: 25px;
    left: 25px;
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.98px;
    text-align: center;
    color: var(--white-color);
    background: #00bc6d;
    padding: 3px 15px;
    border-radius: 100px;
    z-index: 9;
    transition: .7s
}

.blog-post3 .blog-btn a span:hover {
    background: var(--white-color);
    color: var(--dark-text-color)
}

.blog-post3 .blog-content {
    padding-top: 28px
}

.blog-post3 .blog-content .author-area ul {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 5px
}

.blog-post3 .blog-content .author-area ul li a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--dark-text-color);
    transition: .35s
}

.blog-post3 .blog-content .author-area ul li a:hover {
    color: var(--primary-green)
}

.blog-post3 .blog-content .author-area ul li .publish-date {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: #545454;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: .35s
}

.blog-post3 .blog-content .author-area ul li .publish-date:hover {
    color: var(--primary-green)
}

.blog-post3 .blog-content .author-area h3 {
    max-width: 780px
}

.blog-post3 .blog-content .author-area h3 a {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    color: var(--dark-text-color);
    transition: .35s
}

.blog-post3 .blog-content .author-area h3 a:hover {
    color: var(--primary-green)
}

@media(max-width:576px) {
    .blog-post3 .blog-content .author-area h3 a {
        font-size: 22px;
        line-height: 1.5
    }
}

.blog-post3 .add-area2 {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center
}

.blog-post3 .add-area2 .add-img {
    position: relative
}

.blog-post3 .add-area2 .add-area-content {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    z-index: 9;
    padding: 40px
}

.blog-post3 .add-area2 .add-area-content .discount-area span {
    font-family: recursive, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    line-height: 24px;
    text-align: left;
    color: var(--dark-text-color)
}

.blog-post3 .add-area2 .add-area-content .discount-area h3 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 400;
    line-height: 38.43px;
    text-align: left;
    color: var(--dark-text-color)
}

.blog-post3 .add-area2 .add-area-content .discount-area p {
    font-family: var(--font-figtree);
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #545454
}

.blog-post3 .add-area2 .add-area-content .price-tag {
    background: #fc0;
    width: 74px;
    height: 68px;
    border-radius: 50%;
    align-self: center;
    text-align: center;
    line-height: 0
}

.blog-post3 .add-area2 .add-area-content .price-tag h4 {
    font-family: var(--font-red-rose);
    font-size: 24px;
    font-weight: 700;
    line-height: .5;
    text-align: center;
    color: var(--dark-text-color);
    align-items: center;
    margin-top: 20px
}

.blog-post3 .add-area2 .add-area-content .price-tag span {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: var(--dark-text-color);
    align-items: center
}

.blog-post3 .add-area2 .add-area-content .buy-now-btn {
    align-items: center;
    text-align: center
}

.blog-post3 .add-area2 .add-area-content .buy-now-btn a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 18.74px;
    text-align: center;
    color: var(--white-color);
    background: var(--dark-text-color);
    padding: 10px 25px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    gap: 8px
}

.blog-post3 .add-area2 .add-area-content .buy-now-btn a svg path {
    stroke: var(--white-color)
}

.blog-post3 .load-more-btn {
    display: flex;
    justify-content: center;
    padding-top: 30px
}

.blog-post3 .load-more-btn a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
    background: 0 0;
    border: 1px solid #eee;
    color: var(--text-color);
    padding: 18px 38px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .7s
}

.blog-post3 .load-more-btn a svg path {
    stroke: var(--text-color)
}

.blog-post3 .load-more-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.blog-post3 .load-more-btn a:hover {
    color: var(--white-color)
}

.blog-post3 .load-more-btn a:hover svg path {
    stroke: var(--white-color)
}

.blog-post3 .load-more-btn a:hover .arrow {
    transform: rotate(45deg)
}

.blog-post3 .add-area-image {
    padding-top: 20px
}

.blog-post3 .blog-border .spot-light-btn {
    justify-content: center;
    display: flex;
    margin-top: -50px
}

.blog-post3 .blog-border .spot-light-btn a {
    font-family: var(--font-red-rose);
    font-size: 20px;
    font-weight: 700;
    line-height: 24.98px;
    text-align: left;
    color: var(--dark-text-color);
    background: #f8f8f8;
    padding: 5px 30px;
    border-radius: 100px;
    margin-bottom: 30px
}

.blog-post3 .blog-border .nav-area {
    border: 1px solid #eee;
    padding: 15px 28px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    text-align: center
}

@media(max-width:767px) {
    .blog-post3 .blog-border .nav-area {
        flex-wrap: wrap
    }
}

@media(max-width:576px) {
    .blog-post3 .blog-border .nav-area {
        padding: 15px 20px
    }
}

.blog-post3 .blog-border .nav-area .title-section {
    text-align: center
}

.blog-post3 .blog-border .nav-area .title-section h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--dark-text-color);
    margin-top: 10px
}

.blog-post3 .blog-border .nav-area .nav-tabs {
    border-bottom: unset;
    gap: 20px
}

.blog-post3 .blog-border .nav-area .nav-tabs li {
    padding: 0
}

.blog-post3 .blog-border .nav-area .nav-tabs li button {
    padding: 3px 13px;
    border: none;
    border-radius: 0;
    border: 1px solid rgba(22, 25, 30, .15);
    border-radius: 20px;
    color: var(--dark-text-color);
    text-align: center;
    font-family: var(--font-figtree);
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3
}

.blog-post3 .blog-border .nav-area .nav-tabs li button.active {
    color: var(--dark-text-color);
    background-color: #f8eefc;
    border-color: #eee
}

.blog-post .load-more-btn {
    display: flex;
    justify-content: center;
    padding-top: 45px
}

.blog-post .load-more-btn a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
    background: #f5f5f5;
    color: var(--text-color);
    padding: 19px 38px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .7s
}

.blog-post .load-more-btn a svg path {
    stroke: var(--text-color)
}

.blog-post .load-more-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.blog-post .load-more-btn a:hover {
    color: var(--white-color)
}

.blog-post .load-more-btn a:hover svg path {
    stroke: var(--white-color)
}

.blog-post .load-more-btn a:hover .arrow {
    transform: rotate(45deg)
}

.blog-post-section .blog-section-content .image-content {
    padding: 4% 11%
}

.blog-post-section .blog-section-content .image-content .blog-text .btn-area {
    display: flex;
    gap: 20px;
    align-items: center;
    text-align: center
}

.blog-post-section .blog-section-content .image-content .blog-text .btn-area .basic-btn a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: var(--dark-text-color2);
    background: #f0f0f0;
    border-radius: 5px;
    padding: 5px 10px;
    transition: .7s
}

.blog-post-section .blog-section-content .image-content .blog-text .btn-area .basic-btn a:hover {
    background: var(--primary-green);
    color: var(--dark-text-color)
}

.blog-post-section .blog-section-content .image-content .blog-text .btn-area .bookmarks a {
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    padding: 7px 6px;
    display: flex;
    align-items: center;
    text-align: center;
    transition: .7s
}

.blog-post-section .blog-section-content .image-content .blog-text .btn-area .bookmarks a:hover {
    background: var(--primary-green)
}

.blog-post-section .blog-section-content .image-content .blog-text .btn-area .bookmarks a:hover svg {
    fill: var(--dark-text-color)
}

.blog-post-section .blog-section-content .image-content .blog-text h3 {
    padding-top: 8px
}

.blog-post-section .blog-section-content .image-content .blog-text h3 a {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: var(--dark-text-color);
    transition: .7s
}

.blog-post-section .blog-section-content .image-content .blog-text h3 a:hover {
    color: var(--primary-green)
}

@media(max-width:767px) {
    .blog-post-section .blog-section-content .image-content .blog-text h3 a {
        font-size: 25px;
        line-height: 1.5
    }
}

.blog-post-section .blog-section-content .image-content .blog-text p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    color: var(--dark-text-color);
    max-width: 950px;
    margin-bottom: 0;
    padding-top: 5px
}

.blog-post-section .blog-section-content .image-content .author-area {
    padding-top: 25px;
    display: flex;
    align-items: center;
    gap: 13px
}

@media(max-width:576px) {
    .blog-post-section .blog-section-content .image-content .author-area {
        display: block
    }
}

.blog-post-section .blog-section-content .image-content .author-area .author-content {
    line-height: 2
}

.blog-post-section .blog-section-content .image-content .author-area .author-content .author-name a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    text-align: left;
    color: var(--dark-text-color);
    transition: .7s
}

.blog-post-section .blog-section-content .image-content .author-area .author-content .author-name a:hover {
    color: var(--primary-green)
}

.blog-post-section .blog-section-content .image-content .author-area .author-content .publish-date {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 20px
}

.blog-post-section .blog-section-content .image-content .author-area .author-content .publish-date a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: var(--dark-text-color2);
    transition: .7s
}

.blog-post-section .blog-section-content .image-content .author-area .author-content .publish-date a:hover {
    color: var(--primary-green)
}

.blog-post-section .blog-section-content .image-content .author-area .author-content .publish-date span {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    color: var(--dark-text-color2);
    position: relative
}

.blog-post-section .blog-section-content .image-content .author-area .author-content .publish-date span::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #c4c4c4;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%)
}

.blog-post-section .load-more-btn {
    display: flex;
    justify-content: center
}

.blog-post-section .load-more-btn a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    background: #f5f5f5;
    color: var(--text-color);
    padding: 19px 38px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .7s
}

.blog-post-section .load-more-btn a svg path {
    stroke: var(--text-color)
}

.blog-post-section .load-more-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.blog-post-section .load-more-btn a:hover {
    color: var(--white-color)
}

.blog-post-section .load-more-btn a:hover svg path {
    stroke: var(--white-color)
}

.blog-post-section .load-more-btn a:hover .arrow {
    transform: rotate(45deg)
}

.footer-section {
    background: #fdff9f;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-image: url(../image/health%26wellness/shape-mask.png);
    background-position: left bottom
}

.footer-section .footer-top {
    margin-bottom: 65px
}

@media(max-width:767px) {
    .footer-section .footer-top {
        margin-bottom: 55px
    }
}

.footer-section .footer-top .footer-top-content {
    display: flex;
    justify-content: space-between;
    padding: 80px 0 35px;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(56, 56, 56, .1)
}

.footer-section .footer-top .footer-top-content .footer-logo h2 a {
    font-family: var(--font-red-rose);
    font-size: 35px;
    font-weight: 400;
    line-height: 0;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color)
}

.footer-section .footer-top .footer-top-content .footer-logo p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color2);
    max-width: 430px;
    margin-top: 20px
}

.footer-section .footer-top .footer-top-content .email-area h3 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 15px
}

@media(max-width:576px) {
    .footer-section .footer-top .footer-top-content .email-area h3 {
        font-size: 26px
    }
}

.footer-section .footer-top .footer-top-content .email-area .input-area {
    border-radius: 5px;
    border: 1px solid var(--text-color);
    background: var(--white-color);
    height: 56px;
    max-width: 440px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-section .footer-top .footer-top-content .email-area .input-area input {
    background: var(--white-color);
    width: 100%;
    color: var(--text-color2);
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left
}

.footer-section .footer-top .footer-top-content .email-area .input-area input::-moz-placeholder {
    color: var(--text-color)
}

.footer-section .footer-top .footer-top-content .email-area .input-area input::placeholder {
    color: var(--text-color)
}

.footer-section .footer-top .footer-top-content .email-area .input-area button {
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primary-green);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s
}

.footer-section .footer-top .footer-top-content .email-area .input-area button svg {
    transition: .35s;
    fill: var(--dark-text-color)
}

.footer-section .footer-top .footer-top-content .email-area .input-area button:hover {
    background-color: var(--text-color);
    border: none
}

.footer-section .footer-top .footer-top-content .email-area .input-area button:hover svg {
    fill: var(--dark-white-color)
}

.footer-section .footer-top .footer-top-content .email-area .our-activetis .social-area {
    display: flex;
    margin-top: 25px;
    gap: 8px
}

.footer-section .footer-top .footer-top-content .email-area .our-activetis .social-area .icon {
    background: var(--white-color);
    width: 26px;
    height: 26px;
    border-radius: 15px;
    border: 1px solid var(--text-color);
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: .35s
}

.footer-section .footer-top .footer-top-content .email-area .our-activetis .social-area .icon svg {
    transition: .35s;
    fill: var(--text-color2)
}

.footer-section .footer-top .footer-top-content .email-area .our-activetis .social-area .number {
    display: flex;
    align-items: center;
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color)
}

.footer-section .footer-top .footer-top-content .email-area .our-activetis .social-area .number h5 {
    line-height: 1;
    margin-bottom: 0
}

.footer-section .footer-top .footer-top-content .email-area .our-activetis .social-area:hover .icon {
    background-color: var(--primary-green);
    border-color: var(--primary-green)
}

.footer-section .footer-top .footer-top-content .email-area .our-activetis .social-area:hover .icon svg {
    fill: var(--text-color)
}

.footer-section .footer-top .footer-widget {
    padding-top: 23px
}

.footer-section .footer-top .footer-widget .widget-title {
    margin-bottom: 15px
}

.footer-section .footer-top .footer-widget .widget-title h3 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 0
}

.footer-section .footer-top .footer-widget .widget-list li {
    margin-bottom: 10px
}

.footer-section .footer-top .footer-widget .widget-list li a {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .5s
}

.footer-section .footer-top .footer-widget .widget-list li a svg {
    margin-bottom: -2px;
    fill: var(--text-color);
    opacity: 0;
    transition: .5s
}

.footer-section .footer-top .footer-widget .widget-list li a:hover svg {
    fill: var(--text-color);
    opacity: 1
}

.footer-section .footer-top .footer-widget ul li {
    margin-bottom: 20px
}

.footer-section .footer-top .footer-widget ul li .img-section {
    display: flex;
    align-items: center;
    gap: 20px
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section .footer-top .footer-widget ul li .img-section {
        gap: 10px
    }
}

@media(max-width:576px) {
    .footer-section .footer-top .footer-widget ul li .img-section {
        gap: 15px
    }
}

.footer-section .footer-top .footer-widget ul li .img-section .gallery-img {
    border: 5px solid var(--white-color);
    border-radius: 5px
}

.footer-section .footer-top .footer-widget ul li .img-section .gallery-img img {
    border-radius: 5px
}

.footer-section .footer-top .footer-widget ul li .img-section .img-content a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color2);
    transition: .5s
}

.footer-section .footer-top .footer-widget ul li .img-section .img-content a:hover {
    color: var(--primary-green2)
}

.footer-section .footer-top .footer-widget ul li .img-section .img-content h6 {
    margin-bottom: 0;
    max-width: 235px;
    width: 100%
}

.footer-section .footer-top .footer-widget ul li .img-section .img-content h6 a {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    max-width: 250px;
    transition: .5s;
    padding-top: 5px
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section .footer-top .footer-widget ul li .img-section .img-content h6 a {
        font-size: 17px
    }
}

@media(max-width:576px) {
    .footer-section .footer-top .footer-widget ul li .img-section .img-content h6 a {
        font-size: 16px
    }
}

.footer-section .footer-top .footer-widget ul li .img-section .img-content h6:hover a {
    color: var(--primary-green2)
}

.footer-section .footer-btm {
    background: var(--white-color);
    padding: 25px 30px;
    display: flex;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

@media(max-width:767px) {
    .footer-section .footer-btm {
        justify-content: center
    }
}

@media(max-width:576px) {
    .footer-section .footer-btm {
        padding: 15px 10px
    }
}

.footer-section .footer-btm .copyright-area {
    align-items: center;
    text-align: center
}

.footer-section .footer-btm .copyright-area p {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-color);
    margin-bottom: 0
}

.footer-section .footer-btm .copyright-area p a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--text-color);
    transition: .35s
}

.footer-section .footer-btm .copyright-area p a:hover {
    color: var(--primary-green2)
}

@media(max-width:767px) {
    .footer-section .footer-btm .copyright-area {
        margin-bottom: 10px
    }
}

.footer-section .footer-btm .right-area {
    display: flex;
    gap: 8px
}

.footer-section .footer-btm .right-area svg {
    fill: var(--text-color)
}

.footer-section .footer-btm .right-area p {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--text-color);
    margin-bottom: 0
}

.footer-section .footer-btm .right-area p a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--text-color);
    text-decoration: underline;
    transition: .35s
}

.footer-section .footer-btm .right-area p a:hover {
    color: var(--primary-green2)
}

.footer-section2 {
    background: var(--text-color);
    padding: 80px 0 30px
}

.footer-section2 .footer-top .footer-top-content {
    margin-bottom: 10px
}

.footer-section2 .footer-top .footer-top-content>a {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

.footer-section2 .footer-top .footer-top-content h2 {
    text-align: center
}

.footer-section2 .footer-top .footer-top-content h2 a {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: var(--white-color)
}

.footer-section2 .footer-top .footer-top-content p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: center;
    color: var(--white-color);
    max-width: 480px;
    margin: 0 auto
}

.footer-section2 .footer-top .our-activetis .social-area {
    display: flex;
    margin-top: 32px;
    gap: 8px
}

.footer-section2 .footer-top .our-activetis .social-area .icon {
    background: 0 0;
    width: 26px;
    height: 26px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .1019607843);
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: .35s
}

.footer-section2 .footer-top .our-activetis .social-area .icon svg {
    transition: .35s;
    fill: var(--white-color)
}

.footer-section2 .footer-top .our-activetis .social-area .icon:hover {
    background-color: var(--primary-green);
    border: none
}

.footer-section2 .footer-top .our-activetis .social-area .icon:hover svg {
    fill: var(--text-color)
}

.footer-section2 .footer-top .our-activetis .social-area .number {
    display: flex;
    align-items: center;
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    color: #bdbdbd
}

.footer-section2 .footer-top .our-activetis .social-area .number h5 {
    line-height: 1;
    margin-bottom: 0
}

.footer-section2 .footer-top .our-activetis .social-area:hover .icon {
    background-color: var(--primary-green);
    border: none
}

.footer-section2 .footer-top .our-activetis .social-area:hover .icon svg {
    fill: var(--text-color)
}

.footer-section2 .footer-top .footer-list {
    background: #202020;
    border: 1px solid rgba(255, 255, 255, .1019607843);
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px
}

.footer-section2 .footer-top .footer-list ul {
    display: flex;
    gap: 45px;
    justify-content: center
}

@media(max-width:1199px) {
    .footer-section2 .footer-top .footer-list ul {
        flex-wrap: wrap;
        gap: 20px
    }
}

.footer-section2 .footer-top .footer-list ul li a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    color: var(--white-color);
    transition: .35s;
    display: flex;
    align-items: center;
    gap: 8px
}

.footer-section2 .footer-top .footer-list ul li a svg {
    transition: .35s;
    opacity: 0
}

.footer-section2 .footer-top .footer-list ul li a svg path {
    transition: .35s;
    stroke: var(--white-color)
}

.footer-section2 .footer-top .footer-list ul li a .arrow {
    transform: rotate(0);
    transition: .7s
}

.footer-section2 .footer-top .footer-list ul li a:hover {
    color: var(--primary-green)
}

.footer-section2 .footer-top .footer-list ul li a:hover svg {
    opacity: 1
}

.footer-section2 .footer-top .footer-list ul li a:hover svg path {
    stroke: var(--primary-green)
}

.footer-section2 .footer-top .copyright-area {
    text-align: center;
    margin-top: 25px
}

.footer-section2 .footer-top .copyright-area p {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #bdbdbd;
    margin-bottom: 0
}

.footer-section2 .footer-top .copyright-area p a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: var(--white-color);
    transition: .35s
}

.footer-section2 .footer-top .copyright-area p a:hover {
    color: var(--primary-green)
}

@media(max-width:767px) {
    .footer-section2 .footer-top .copyright-area {
        margin-bottom: 10px
    }
}

.footer-section3 {
    background: var(--text-color);
    padding: 80px 0 30px
}

.footer-section3 .footer-top .footer-logo-area {
    margin-bottom: 10px
}

.footer-section3 .footer-top .footer-logo-area>a {
    margin-bottom: 5px
}

.footer-section3 .footer-top .footer-logo-area p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    color: var(--white-color);
    max-width: 480px;
    margin-top: 20px
}

.footer-section3 .footer-top .our-activetis .social-area {
    display: flex;
    margin-top: 15px;
    gap: 8px
}

.footer-section3 .footer-top .our-activetis .social-area .icon {
    background: 0 0;
    width: 26px;
    height: 26px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .1019607843);
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    transition: .5s
}

.footer-section3 .footer-top .our-activetis .social-area .icon svg {
    transition: .5s;
    fill: var(--white-color)
}

.footer-section3 .footer-top .our-activetis .social-area .number {
    display: flex;
    align-items: center;
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    color: #bdbdbd
}

.footer-section3 .footer-top .our-activetis .social-area .number h5 {
    line-height: 1;
    margin-bottom: 0
}

.footer-section3 .footer-top .our-activetis .social-area:hover .icon {
    background-color: var(--primary-green);
    border: none
}

.footer-section3 .footer-top .our-activetis .social-area:hover .icon svg {
    fill: var(--text-color)
}

.footer-section3 .footer-top .footer-widget .widget-title {
    margin-bottom: 30px
}

.footer-section3 .footer-top .footer-widget .widget-title h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 0
}

.footer-section3 .footer-top .footer-widget .widget-list li {
    margin-bottom: 22px
}

.footer-section3 .footer-top .footer-widget .widget-list li:last-child {
    margin-bottom: 0
}

.footer-section3 .footer-top .footer-widget .widget-list li a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    display: flex;
    align-items: center;
    color: #bdbdbd;
    gap: 10px;
    transition: .5s
}

.footer-section3 .footer-top .footer-widget .widget-list li a svg {
    opacity: 0;
    transition: .5s
}

.footer-section3 .footer-top .footer-widget .widget-list li a svg path {
    stroke: var(--primary-green)
}

.footer-section3 .footer-top .footer-widget .widget-list li a:hover {
    color: var(--primary-green)
}

.footer-section3 .footer-top .footer-widget .widget-list li a:hover svg {
    opacity: 1
}

.footer-section3 .footer-top .footer-widget .widget-list li.more {
    padding-top: 20px
}

@media(max-width:991px) {
    .footer-section3 .footer-top .footer-widget .widget-list li.more {
        padding-top: 0
    }
}

.footer-section3 .footer-top .footer-content h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: var(--white-color);
    max-width: 380px
}

.footer-section3 .footer-top .footer-content p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    color: #bdbdbd;
    max-width: 380px;
    margin-top: 15px
}

.footer-section3 .footer-top .footer-content .subsceibe-btn {
    display: flex;
    margin-top: 60px
}

.footer-section3 .footer-top .footer-content .subsceibe-btn a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
    background: var(--primary-green);
    color: var(--text-color);
    padding: 15px 27px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .7s
}

.footer-section3 .footer-top .footer-content .subsceibe-btn a svg path {
    stroke: var(--text-color)
}

.footer-section3 .footer-top .footer-content .subsceibe-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.footer-section3 .footer-top .footer-content .subsceibe-btn a:hover {
    color: var(--text-color);
    background-color: var(--white-color)
}

.footer-section3 .footer-top .footer-content .subsceibe-btn a:hover svg path {
    stroke: var(--text-color)
}

.footer-section3 .footer-top .footer-content .subsceibe-btn a:hover .arrow {
    transform: rotate(45deg)
}

.footer-section3 .footer-list {
    background: #202020;
    border: 1px solid rgba(255, 255, 255, .1019607843);
    border-radius: 10px;
    padding: 30px;
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width:991px) {
    .footer-section3 .footer-list {
        flex-wrap: wrap;
        gap: 20px;
        align-items: center;
        justify-content: center;
        padding: 30px 20px
    }
}

.footer-section3 .footer-list .copyright-area {
    text-align: center
}

.footer-section3 .footer-list .copyright-area p {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #bdbdbd;
    margin-bottom: 0
}

.footer-section3 .footer-list .copyright-area p a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    letter-spacing: 0;
    color: var(--white-color);
    transition: .35s
}

.footer-section3 .footer-list .copyright-area p a:hover {
    color: var(--primary-green)
}

.footer-section3 .footer-list ul {
    display: flex;
    gap: 45px;
    justify-content: center
}

@media(max-width:1199px) {
    .footer-section3 .footer-list ul {
        flex-wrap: wrap;
        gap: 15px
    }
}

.footer-section3 .footer-list ul li a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: var(--white-color);
    transition: .35s;
    display: flex;
    align-items: center;
    gap: 8px
}

.footer-section3 .footer-list ul li a svg path {
    stroke: var(--white-color);
    transition: .35s
}

.footer-section3 .footer-list ul li a .arrow {
    transform: rotate(0);
    transition: .7s
}

.footer-section3 .footer-list ul li a:hover {
    color: var(--primary-green)
}

.footer-section3 .footer-list ul li a:hover svg path {
    stroke: var(--primary-green)
}

.footer-section3 .footer-list ul li a:hover .arrow {
    transform: rotate(45deg)
}

.footer-section-5 {
    background: #f8f8f8;
    padding: 80px 0 30px
}

.footer-section-5 .footer-top .footer-logo-area {
    margin-bottom: 10px
}

.footer-section-5 .footer-top .footer-logo-area h2 a {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 400;
    line-height: 0;
    letter-spacing: 0;
    text-align: center;
    color: var(--dark-text-color)
}

.footer-section-5 .footer-top .footer-logo-area p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--dark-text-color2);
    max-width: 480px;
    margin-top: 20px
}

.footer-section-5 .footer-top .our-activetis .social-area {
    display: flex;
    margin-top: 15px;
    gap: 8px
}

.footer-section-5 .footer-top .our-activetis .social-area .icon {
    background: 0 0;
    width: 26px;
    height: 26px;
    border-radius: 15px;
    border: 1px solid var(--dark-text-color2);
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: .5s
}

.footer-section-5 .footer-top .our-activetis .social-area .icon svg {
    transition: .5s;
    fill: var(--text-color)
}

.footer-section-5 .footer-top .our-activetis .social-area .number {
    display: flex;
    align-items: center;
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color)
}

.footer-section-5 .footer-top .our-activetis .social-area .number h5 {
    line-height: 1;
    margin-bottom: 0
}

.footer-section-5 .footer-top .our-activetis .social-area:hover .icon {
    background-color: var(--primary-green);
    border-color: var(--primary-green)
}

.footer-section-5 .footer-top .our-activetis .social-area:hover .icon svg {
    fill: var(--dark-text-color)
}

.footer-section-5 .footer-top .footer-list .footer-widget .widget-title {
    margin-bottom: 35px
}

.footer-section-5 .footer-top .footer-list .footer-widget .widget-title h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: var(--dark-text-color)
}

.footer-section-5 .footer-top .footer-list .footer-widget .widget-list li {
    margin-bottom: 20px
}

.footer-section-5 .footer-top .footer-list .footer-widget .widget-list li:last-child {
    margin-bottom: 0
}

.footer-section-5 .footer-top .footer-list .footer-widget .widget-list li a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    display: flex;
    align-items: center;
    color: var(--dark-text-color);
    gap: 10px;
    transition: .5s
}

.footer-section-5 .footer-top .footer-list .footer-widget .widget-list li a svg {
    opacity: 0;
    transition: .5s
}

.footer-section-5 .footer-top .footer-list .footer-widget .widget-list li a svg path {
    stroke: var(--dark-text-color)
}

.footer-section-5 .footer-top .footer-list .footer-widget .widget-list li a:hover svg {
    opacity: 1
}

.footer-section-5 .footer-top .footer-list .footer-widget .widget-list li.more {
    padding-top: 20px
}

@media(max-width:991px) {
    .footer-section-5 .footer-top .footer-list .footer-widget .widget-list li.more {
        padding-top: 0
    }
}

.footer-section-5 .footer-top .footer-list-down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ededed;
    padding: 13px 0;
    margin-top: 80px
}

@media(max-width:767px) {
    .footer-section-5 .footer-top .footer-list-down {
        display: block
    }
}

.footer-section-5 .footer-top .footer-list-down .copyright-area p {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: var(--dark-text-color2);
    margin-bottom: 0
}

.footer-section-5 .footer-top .footer-list-down .copyright-area p a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: var(--dark-text-color);
    transition: .5s
}

.footer-section-5 .footer-top .footer-list-down .copyright-area p a:hover {
    color: var(--primary-green)
}

.footer-section-5 .footer-top .footer-list-down ul {
    display: flex;
    gap: 45px
}

@media(max-width:767px) {
    .footer-section-5 .footer-top .footer-list-down ul {
        justify-content: center;
        gap: 30px
    }
}

.footer-section-5 .footer-top .footer-list-down ul li a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: center;
    color: var(--dark-text-color);
    transition: .5s
}

.footer-section-5 .footer-top .footer-list-down ul li a:hover {
    color: var(--primary-green)
}

.footer-section4 {
    background: #f8f8f8;
    padding: 80px 0 30px
}

.footer-section4 .footer-area .footer-logo-area {
    margin-bottom: 10px
}

.footer-section4 .footer-area .footer-logo-area h2 a {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    color: var(--dark-text-color)
}

.footer-section4 .footer-area .footer-logo-area p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    color: var(--dark-text-color2);
    max-width: 480px;
    margin-top: 18px
}

.footer-section4 .footer-area .our-activetis .social-area {
    display: flex;
    margin-top: 15px;
    gap: 8px
}

.footer-section4 .footer-area .our-activetis .social-area .icon {
    background: 0 0;
    min-width: 26px;
    max-width: 26px;
    height: 26px;
    border-radius: 15px;
    border: 1px solid var(--dark-text-color);
    align-items: center;
    text-align: center;
    transition: .35s;
    display: flex;
    justify-content: center
}

.footer-section4 .footer-area .our-activetis .social-area .icon svg {
    transition: .35s;
    fill: var(--dark-text-color)
}

.footer-section4 .footer-area .our-activetis .social-area .number {
    display: flex;
    align-items: center;
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    color: var(--dark-text-color)
}

.footer-section4 .footer-area .our-activetis .social-area .number h5 {
    line-height: 1;
    margin-bottom: 0
}

.footer-section4 .footer-area .our-activetis .social-area:hover .icon {
    background-color: var(--primary-green);
    border-color: var(--primary-green)
}

.footer-section4 .footer-area .our-activetis .social-area:hover .icon svg {
    fill: var(--text-color)
}

.footer-section4 .footer-area .email-area {
    margin-top: 30px
}

.footer-section4 .footer-area .email-area h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 2.2;
    text-align: left;
    color: var(--dark-text-color)
}

.footer-section4 .footer-area .email-area .input-area {
    border-radius: 10px;
    border: 1px solid #eee;
    background: var(--white-color);
    height: 56px;
    max-width: 440px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-section4 .footer-area .email-area .input-area input {
    background: var(--white-color);
    width: 100%;
    color: #545454;
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-align: left
}

.footer-section4 .footer-area .email-area .input-area input::-moz-placeholder {
    color: var(--text-color)
}

.footer-section4 .footer-area .email-area .input-area input::placeholder {
    color: var(--text-color)
}

.footer-section4 .footer-area .email-area .input-area button {
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--primary-green);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s
}

.footer-section4 .footer-area .email-area .input-area button svg {
    transition: .35s;
    fill: var(--dark-text-color)
}

.footer-section4 .footer-area .email-area .input-area button:hover {
    background-color: var(--text-color)
}

.footer-section4 .footer-area .email-area .input-area button:hover svg {
    fill: var(--dark-white-color)
}

.footer-section4 .footer-area .footer-widget .widget-title {
    margin-bottom: 30px
}

@media(max-width:767px) {
    .footer-section4 .footer-area .footer-widget .widget-title {
        margin-bottom: 20px
    }
}

.footer-section4 .footer-area .footer-widget .widget-title h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: var(--dark-text-color);
    margin-bottom: 0
}

.footer-section4 .footer-area .footer-widget ul li {
    margin-bottom: 13px
}

.footer-section4 .footer-area .footer-widget ul li .img-section {
    display: flex;
    align-items: center;
    gap: 24px
}

.footer-section4 .footer-area .footer-widget ul li .img-section .gallery-img img {
    border-radius: 5px
}

.footer-section4 .footer-area .footer-widget ul li .img-section .img-content a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--text-color2)
}

.footer-section4 .footer-area .footer-widget ul li .img-section .img-content h3 {
    margin-top: 5px
}

.footer-section4 .footer-area .footer-widget ul li .img-section .img-content h3 a {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    display: block;
    max-width: 250px;
    transition: .35s
}

.footer-section4 .footer-area .footer-widget .widget-list .category-list {
    margin-bottom: 20px
}

.footer-section4 .footer-area .footer-widget .widget-list .category-list:last-child {
    margin-bottom: 0
}

.footer-section4 .footer-area .footer-widget .widget-list .category-list a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    display: flex;
    align-items: center;
    color: var(--dark-text-color);
    gap: 10px;
    transition: .5s
}

.footer-section4 .footer-area .footer-widget .widget-list .category-list a svg {
    opacity: 0;
    transition: .5s
}

.footer-section4 .footer-area .footer-widget .widget-list .category-list a svg path {
    stroke: var(--dark-text-color)
}

.footer-section4 .footer-area .footer-widget .widget-list .category-list a:hover svg {
    opacity: 1
}

.footer-section4 .footer-area .footer-widget .widget-list .category-list.more {
    padding-top: 20px
}

@media(max-width:991px) {
    .footer-section4 .footer-area .footer-widget .widget-list .category-list.more {
        padding-top: 0
    }
}

.footer-section4 .footer-area .footer-content h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: var(--white-color);
    max-width: 380px
}

.footer-section4 .footer-area .footer-content p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #bdbdbd;
    max-width: 380px;
    margin-top: 20px
}

.footer-section4 .footer-area .footer-content .subsceibe-btn {
    display: flex;
    margin-top: 60px
}

.footer-section4 .footer-area .footer-content .subsceibe-btn a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    background: var(--primary-green);
    color: var(--text-color);
    padding: 15px 27px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .7s
}

.footer-section4 .footer-area .footer-content .subsceibe-btn a svg path {
    stroke: var(--text-color)
}

.footer-section4 .footer-area .footer-content .subsceibe-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.footer-section4 .footer-area .footer-content .subsceibe-btn a:hover {
    color: var(--white-color)
}

.footer-section4 .footer-area .footer-content .subsceibe-btn a:hover svg path {
    stroke: var(--white-color)
}

.footer-section4 .footer-area .footer-content .subsceibe-btn a:hover .arrow {
    transform: rotate(45deg)
}

.footer-section4 .footer-area .footer-list {
    background: var(--white-color);
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px 40px;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width:991px) {
    .footer-section4 .footer-area .footer-list {
        flex-wrap: wrap;
        gap: 15px;
        align-items: center;
        justify-content: center;
        margin-top: 50px
    }
}

@media(max-width:576px) {
    .footer-section4 .footer-area .footer-list {
        padding: 25px 15px;
        margin-top: 40px
    }
}

.footer-section4 .footer-area .footer-list .copyright-area {
    text-align: center
}

.footer-section4 .footer-area .footer-list .copyright-area p {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark-text-color2);
    margin-bottom: 0
}

.footer-section4 .footer-area .footer-list .copyright-area p a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    letter-spacing: 0;
    color: var(--dark-text-color);
    transition: .35s
}

.footer-section4 .footer-area .footer-list .copyright-area p a:hover {
    color: var(--primary-green)
}

.footer-section4 .footer-area .footer-list ul {
    display: flex;
    gap: 45px;
    justify-content: center
}

@media(max-width:1199px) {
    .footer-section4 .footer-area .footer-list ul {
        flex-wrap: wrap;
        gap: 13px
    }
}

.footer-section4 .footer-area .footer-list ul li a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #545454;
    transition: .35s;
    display: flex;
    align-items: center;
    gap: 8px
}

.footer-section4 .footer-area .footer-list ul li a:hover {
    color: var(--dark-text-color)
}

.footer-section4 .footer-area .footer-list ul li a:hover svg path {
    stroke: var(--primary-green)
}

.footer-section4 .footer-area .footer-image {
    padding-top: 30px
}

.footer-section-6 {
    background: var(--dark-text-color);
    padding: 80px 0 30px
}

.footer-section-6 .footer-logo-section {
    margin-bottom: 10px
}

.footer-section-6 .footer-logo-section h2 a {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    color: var(--white-color)
}

.footer-section-6 .footer-logo-section p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    color: #bdbdbd;
    max-width: 480px;
    margin-top: 18px
}

.footer-section-6 .footer-logo-section .our-activetis ul {
    display: flex;
    align-items: center;
    gap: 30px
}

.footer-section-6 .footer-logo-section .our-activetis ul li {
    background: 0 0;
    width: 26px;
    height: 26px;
    border-radius: 15px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    transition: .35s;
    border: 1px solid rgba(255, 255, 255, .1019607843)
}

.footer-section-6 .footer-logo-section .our-activetis ul li .icon {
    display: flex;
    text-align: center;
    justify-content: center
}

.footer-section-6 .footer-logo-section .our-activetis ul li .icon svg {
    fill: var(--white-color)
}

.footer-section-6 .footer-logo-section .our-activetis ul li:hover {
    background-color: var(--primary-blue);
    border: none
}

.footer-section-6 .footer-logo-section .our-activetis ul li:hover svg {
    fill: var(--white-color)
}

.footer-section-6 .footer-logo-section .email-area {
    margin-top: 20px
}

.footer-section-6 .footer-logo-section .email-area h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 2.2;
    text-align: left;
    color: var(--white-color)
}

.footer-section-6 .footer-logo-section .email-area .input-area {
    border-radius: 10px;
    background: #222;
    height: 56px;
    max-width: 440px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-section-6 .footer-logo-section .email-area .input-area input {
    background: #222;
    width: 100%;
    color: #bdbdbd;
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left
}

.footer-section-6 .footer-logo-section .email-area .input-area input::-moz-placeholder {
    color: #bdbdbd
}

.footer-section-6 .footer-logo-section .email-area .input-area input::placeholder {
    color: #bdbdbd
}

.footer-section-6 .footer-logo-section .email-area .input-area button {
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s
}

.footer-section-6 .footer-logo-section .email-area .input-area button svg {
    transition: .35s;
    fill: var(--white-color)
}

.footer-section-6 .footer-logo-section .email-area .input-area button:hover {
    background-color: var(--white-color);
    border: none
}

.footer-section-6 .footer-logo-section .email-area .input-area button:hover svg {
    fill: var(--primary-blue)
}

.footer-section-6 .footer-list .footer-widget .widget-title {
    margin-bottom: 35px
}

.footer-section-6 .footer-list .footer-widget .widget-title h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: var(--white-color)
}

.footer-section-6 .footer-list .footer-widget .widget-list li {
    margin-bottom: 22px
}

.footer-section-6 .footer-list .footer-widget .widget-list li:last-child {
    margin-bottom: 0
}

.footer-section-6 .footer-list .footer-widget .widget-list li a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    display: flex;
    align-items: center;
    color: #bdbdbd;
    gap: 10px;
    transition: .5s
}

.footer-section-6 .footer-list .footer-widget .widget-list li a svg {
    opacity: 0;
    transition: .5s
}

.footer-section-6 .footer-list .footer-widget .widget-list li a svg path {
    stroke: #bdbdbd
}

.footer-section-6 .footer-list .footer-widget .widget-list li a:hover svg {
    opacity: 1
}

.footer-section-6 .footer-list .footer-widget .widget-list li.more {
    padding-top: 20px
}

@media(max-width:991px) {
    .footer-section-6 .footer-list .footer-widget .widget-list li.more {
        padding-top: 0
    }
}

.footer-section-6 .footer-down-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .1019607843);
    padding: 17px 0;
    margin-top: 80px
}

@media(max-width:767px) {
    .footer-section-6 .footer-down-list {
        display: block
    }
}

.footer-section-6 .footer-down-list .copyright-area p {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #bdbdbd;
    margin-bottom: 0
}

.footer-section-6 .footer-down-list .copyright-area p a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: var(--white-color);
    transition: .5s
}

.footer-section-6 .footer-down-list .copyright-area p a:hover {
    color: var(--primary-blue)
}

.footer-section-6 .footer-down-list .career-and-faq ul {
    display: flex;
    gap: 45px
}

@media(max-width:767px) {
    .footer-section-6 .footer-down-list .career-and-faq ul {
        justify-content: center;
        gap: 30px
    }
}

.footer-section-6 .footer-down-list .career-and-faq ul li a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: var(--white-color);
    transition: .5s
}

.footer-section-6 .footer-down-list .career-and-faq ul li a:hover {
    color: var(--primary-blue)
}

.footer-section-7 {
    background: #f8f8f8;
    padding: 80px 0 30px
}

.footer-section-7 .footer-logo-section {
    margin-bottom: 10px
}

.footer-section-7 .footer-logo-section h2 a {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    color: var(--text-color)
}

.footer-section-7 .footer-logo-section p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    color: var(--text-color2);
    max-width: 480px;
    margin-top: 18px
}

.footer-section-7 .footer-logo-section .our-activetis {
    display: flex;
    align-items: center;
    gap: 50px
}

@media(max-width:1399px) {
    .footer-section-7 .footer-logo-section .our-activetis {
        gap: 30px
    }
}

@media(max-width:1199px) {
    .footer-section-7 .footer-logo-section .our-activetis {
        gap: 25px
    }
}

@media(max-width:767px) {
    .footer-section-7 .footer-logo-section .our-activetis {
        gap: 15px;
        flex-wrap: wrap
    }
}

.footer-section-7 .footer-logo-section .our-activetis .social-area a {
    display: flex;
    margin-top: 15px;
    gap: 8px
}

.footer-section-7 .footer-logo-section .our-activetis .social-area a .icon {
    background: 0 0;
    min-width: 26px;
    max-width: 26px;
    height: 26px;
    border-radius: 15px;
    border: 1px solid var(--text-color);
    align-items: center;
    text-align: center;
    transition: .35s;
    display: flex;
    text-align: center;
    justify-content: center;
    transition: .35s
}

.footer-section-7 .footer-logo-section .our-activetis .social-area a .icon svg {
    transition: .35s;
    fill: var(--text-color)
}

.footer-section-7 .footer-logo-section .our-activetis .social-area a .number {
    display: flex;
    align-items: center;
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color)
}

.footer-section-7 .footer-logo-section .our-activetis .social-area a .number h5 {
    line-height: 1;
    margin-bottom: 0
}

.footer-section-7 .footer-logo-section .our-activetis .social-area a:hover .icon {
    background-color: var(--primary-green);
    border-color: var(--primary-green)
}

.footer-section-7 .footer-logo-section .our-activetis .social-area a:hover .icon svg {
    fill: var(--text-color)
}

.footer-section-7 .footer-widget .widget-title {
    margin-bottom: 35px
}

.footer-section-7 .footer-widget .widget-title h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: var(--text-color)
}

.footer-section-7 .footer-widget .widget-list li {
    margin-bottom: 22px
}

.footer-section-7 .footer-widget .widget-list li:last-child {
    margin-bottom: 0
}

.footer-section-7 .footer-widget .widget-list li a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    display: flex;
    align-items: center;
    color: var(--text-color);
    gap: 10px;
    transition: .5s
}

.footer-section-7 .footer-widget .widget-list li a svg {
    opacity: 0;
    transition: .5s
}

.footer-section-7 .footer-widget .widget-list li a svg path {
    stroke: var(--text-color)
}

.footer-section-7 .footer-widget .widget-list li a:hover svg {
    opacity: 1
}

.footer-section-7 .footer-widget .widget-list li.more {
    padding-top: 20px
}

@media(max-width:991px) {
    .footer-section-7 .footer-widget .widget-list li.more {
        padding-top: 0
    }
}

.footer-section-7 .footer-down-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #ededed;
    padding: 15px 0;
    margin-top: 85px;
    gap: 10px
}

@media(max-width:767px) {
    .footer-section-7 .footer-down-list {
        flex-direction: column
    }
}

.footer-section-7 .footer-down-list .copyright-area p {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: var(--text-color);
    margin-bottom: 0
}

.footer-section-7 .footer-down-list .copyright-area p a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: var(--text-color);
    transition: .5s
}

.footer-section-7 .footer-down-list .copyright-area p a:hover {
    color: var(--primary-green)
}

.footer-section-7 .footer-down-list ul {
    display: flex;
    gap: 45px
}

@media(max-width:767px) {
    .footer-section-7 .footer-down-list ul {
        justify-content: center;
        gap: 30px
    }
}

.footer-section-7 .footer-down-list ul li a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: center;
    color: var(--text-color);
    transition: .5s
}

.footer-section-7 .footer-down-list ul li a:hover {
    color: var(--primary-green)
}

.footer-section-8 {
    background: var(--text-color);
    padding: 80px 0 30px
}

.footer-section-8 .footer-top .footer-top-content {
    margin-bottom: 10px
}

.footer-section-8 .footer-top .footer-top-content h2 {
    text-align: center
}

.footer-section-8 .footer-top .footer-top-content h2 a {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: var(--white-color)
}

.footer-section-8 .footer-top .footer-top-content p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: center;
    color: var(--white-color);
    max-width: 480px;
    margin: 0 auto;
    padding-top: 10px
}

.footer-section-8 .footer-top .our-activetis .social-area {
    display: flex;
    margin-top: 32px;
    gap: 8px
}

.footer-section-8 .footer-top .our-activetis .social-area .icon {
    background: 0 0;
    width: 26px;
    height: 26px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .1019607843);
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: .35s
}

.footer-section-8 .footer-top .our-activetis .social-area .icon svg {
    transition: .35s;
    fill: var(--white-color)
}

.footer-section-8 .footer-top .our-activetis .social-area .icon:hover {
    background-color: var(--primary-green);
    border: none
}

.footer-section-8 .footer-top .our-activetis .social-area .icon:hover svg {
    fill: var(--text-color)
}

.footer-section-8 .footer-top .our-activetis .social-area .number {
    display: flex;
    align-items: center;
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    color: #bdbdbd
}

.footer-section-8 .footer-top .our-activetis .social-area .number h5 {
    line-height: 1;
    margin-bottom: 0
}

.footer-section-8 .footer-top .footer-list {
    background: #202020;
    border: 1px solid rgba(255, 255, 255, .1019607843);
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px
}

.footer-section-8 .footer-top .footer-list ul {
    display: flex;
    gap: 45px;
    justify-content: center
}

@media(max-width:1199px) {
    .footer-section-8 .footer-top .footer-list ul {
        flex-wrap: wrap;
        gap: 20px
    }
}

.footer-section-8 .footer-top .footer-list ul li a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    color: var(--white-color);
    transition: .35s;
    display: flex;
    align-items: center;
    gap: 8px
}

.footer-section-8 .footer-top .footer-list ul li a svg path {
    stroke: var(--white-color);
    transition: .35s
}

.footer-section-8 .footer-top .footer-list ul li a .arrow {
    transform: rotate(0);
    transition: .7s
}

.footer-section-8 .footer-top .footer-list ul li a:hover {
    color: var(--primary-green)
}

.footer-section-8 .footer-top .footer-list ul li a:hover svg path {
    stroke: var(--primary-green)
}

.footer-section-8 .footer-top .footer-list ul li a:hover .arrow {
    transform: rotate(45deg)
}

.footer-section-8 .footer-top .copyright-area {
    text-align: center;
    margin-top: 25px
}

.footer-section-8 .footer-top .copyright-area p {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: var(--text-color2);
    margin-bottom: 0
}

.footer-section-8 .footer-top .copyright-area p a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: var(--white-color);
    transition: .35s
}

.footer-section-8 .footer-top .copyright-area p a:hover {
    color: var(--primary-green)
}

@media(max-width:767px) {
    .footer-section-8 .footer-top .copyright-area {
        margin-bottom: 10px
    }
}

.discover-section .slider-btn-groups .slider-btn {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: var(--white-color);
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    position: absolute;
    left: -4px;
    top: 48px;
    transform: translateY(-50%);
    z-index: 99
}

@media(max-width:991px) {
    .discover-section .slider-btn-groups .slider-btn {
        display: none;
        visibility: hidden
    }
}

.discover-section .slider-btn-groups .slider-btn.next-1 {
    right: -10px;
    left: unset
}

.discover-section .slider-btn-groups .slider-btn svg {
    fill: var(--text-color);
    transition: .35s
}

.discover-section .slider-btn-groups .slider-btn:hover {
    background-color: var(--primary-green)
}

.discover-section .slider-btn-groups .slider-btn:hover svg {
    fill: var(--text-color)
}

.discover-section .section-title {
    margin-top: 3px
}

.discover-section .section-title h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 12px
}

.discover-section .discover-content {
    display: flex;
    align-items: center;
    gap: 24px
}

.discover-section .discover-content .number span {
    width: 88px;
    height: 88px;
    border-radius: 100px;
    border: 1px solid #eee;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: var(--font-red-rose);
    background: 0 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    color: var(--text-color);
    transition: .7s
}

.discover-section .discover-content .number span:hover {
    background: var(--dark-text-color);
    color: var(--white-color)
}

.discover-section .discover-content .other-content>a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color2);
    transition: .35s
}

.discover-section .discover-content .other-content>a:hover {
    color: var(--primary-green)
}

.discover-section .discover-content .other-content h6 a {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    transition: .35s
}

.discover-section .discover-content .other-content h6 a:hover {
    color: var(--primary-green)
}

.about-section .welcome-area {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 30px
}

.about-section .welcome-area span {
    font-family: var(--font-figtree);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: var(--text-color2);
    display: inline-block;
    margin-bottom: 20px
}

.about-section .welcome-area p {
    font-family: var(--font-figtree);
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: var(--text-color2)
}

.about-section .about-content {
    border-top: 1px solid var(--border-color);
    padding-top: 60px;
    margin-bottom: 70px
}

.about-section .about-content p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: var(--text-color2)
}

.about-section .about-content p:last-child {
    margin-bottom: 0
}

.about-section .about-content p a {
    color: var(--text-color);
    font-weight: 500;
    transition: .35s
}

.about-section .about-content p a:hover {
    color: var(--primary-green)
}

.about-section .start-reading-btn {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--text-color);
    padding: 12px 30px;
    border-radius: 5px;
    transition: .45s
}

.about-section .start-reading-btn span {
    transition: .45s;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    background-color: #f8f8f8;
    border-radius: 50%
}

.about-section .start-reading-btn span i {
    font-size: 16px;
    transition: .45s
}

.about-section .start-reading-btn:hover {
    color: var(--primary-green);
    border-color: var(--primary-green)
}

.about-section .start-reading-btn:hover span {
    background-color: var(--primary-green);
    border-color: var(--primary-green)
}

.about-section .start-reading-btn:hover span i {
    color: var(--text-color)
}

.gallery-section .sub-title h6 {
    gap: 10px;
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: var(--dark-text-color);
    display: flex;
    align-items: center
}

.gallery-section .sub-title h6 svg {
    fill: var(--dark-text-color)
}

.gallery-section .sub-title h6 .arrow {
    fill: var(--primary-green);
    padding: 0 10px
}

.gallery-section .single-gallery-img {
    position: relative;
    line-height: 1;
    transition: .35s;
    display: flex
}

.gallery-section .single-gallery-img .view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    top: 20px;
    left: 20px;
    transition: .35s;
    opacity: 0
}

@media(max-width:1399px) {
    .gallery-section .single-gallery-img .view-btn {
        padding: 0;
        left: 10px;
        top: 10px
    }
}

.gallery-section .single-gallery-img .view-btn h6 {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: var(--white-color);
    max-width: 40px;
    text-align: center;
    margin-bottom: 0
}

.gallery-section .single-gallery-img .view-btn h6 span {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 400;
    line-height: 17.49px;
    text-align: left;
    color: var(--white-color)
}

.gallery-section .single-gallery-img .view-btn svg {
    margin-top: -5px
}

.gallery-section .single-gallery-img:hover .view-btn {
    opacity: 1
}

.gallery-section2 .sub-title h6 {
    gap: 8px;
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: var(--dark-text-color);
    display: flex;
    align-items: center
}

.gallery-section2 .sub-title h6 svg {
    fill: var(--dark-text-color)
}

.gallery-section2 .sub-title h6 .arrow {
    fill: var(--primary-blue)
}

.gallery-section2 .single-gallery-img {
    position: relative;
    line-height: 1;
    transition: .35s;
    display: flex
}

.gallery-section2 .single-gallery-img .view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    position: absolute;
    top: 20px;
    left: 0;
    transition: .35s;
    opacity: 0
}

.gallery-section2 .single-gallery-img .view-btn h6 {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: var(--white-color);
    max-width: 40px;
    text-align: center
}

.gallery-section2 .single-gallery-img .view-btn h6 span {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 400;
    line-height: 17.49px;
    text-align: left;
    color: var(--white-color)
}

.gallery-section2 .single-gallery-img .view-btn svg {
    margin-top: -5px
}

.gallery-section2 .single-gallery-img:hover .view-btn {
    opacity: 1
}

.health-sidebar-area .single-widget {
    background: var(--primary-color2);
    padding: 32px 23px;
    border-radius: 10px;
    border: 5px solid var(--white-color)
}

@media(max-width:576px) {
    .health-sidebar-area .single-widget {
        padding: 32px 20px
    }
}

.health-sidebar-area .single-widget.powder-blue {
    background: var(--primary-color5)
}

.health-sidebar-area .single-widget.aero-blue {
    background: var(--primary-color6)
}

.health-sidebar-area .single-widget.eleven {
    background: var(--primary-color9)
}

.health-sidebar-area .single-widget h6 {
    margin-bottom: 35px;
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: var(--white-color);
    background: var(--primary-green2);
    display: inline-block;
    padding: 8px 23px;
    border-radius: 100px;
    transition: .5s
}

.health-sidebar-area .single-widget .recent-post-widget {
    display: flex;
    gap: 20px;
    align-items: center
}

@media(max-width:1399px) {
    .health-sidebar-area .single-widget .recent-post-widget {
        margin-bottom: 0
    }
}

@media(max-width:1199px) {
    .health-sidebar-area .single-widget .recent-post-widget {
        margin-bottom: 20px
    }
}

@media(max-width:767px) {
    .health-sidebar-area .single-widget .recent-post-widget {
        margin-bottom: 20px
    }
}

@media(max-width:576px) {
    .health-sidebar-area .single-widget .recent-post-widget {
        gap: 12px
    }
}

.health-sidebar-area .single-widget .recent-post-widget .recent-post-img a img {
    max-width: 92px;
    border-radius: 5px
}

@media(max-width:576px) {
    .health-sidebar-area .single-widget .recent-post-widget .recent-post-img a img {
        max-width: 82px
    }
}

.health-sidebar-area .single-widget .recent-post-widget .recent-post-content a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: var(--text-color2);
    margin-bottom: 0;
    transition: .35s
}

.health-sidebar-area .single-widget .recent-post-widget .recent-post-content a:hover {
    color: var(--primary-green2)
}

.health-sidebar-area .single-widget .recent-post-widget .recent-post-content h5 {
    margin-bottom: 0;
    padding-top: 5px
}

.health-sidebar-area .single-widget .recent-post-widget .recent-post-content h5 a {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--text-color);
    margin: 0;
    padding: 0;
    transition: .3s
}

@media(min-width:992px) and (max-width:1199px) {
    .health-sidebar-area .single-widget .recent-post-widget .recent-post-content h5 a {
        font-size: 18px
    }
}

@media(max-width:576px) {
    .health-sidebar-area .single-widget .recent-post-widget .recent-post-content h5 a {
        font-size: 16px
    }
}

.health-sidebar-area .single-widget .recent-post-widget .recent-post-content h5 a:hover {
    color: var(--primary-green2)
}

@media(min-width:992px) and (max-width:1199px) {
    .health-sidebar-area .single-widget .recent-post-widget .recent-post-content h5 {
        line-height: 20px
    }
}

.health-sidebar-area .single-widget .view-all-btn {
    display: flex;
    margin-top: 38px
}

@media(max-width:1399px) {
    .health-sidebar-area .single-widget .view-all-btn {
        margin-top: 10px
    }
}

@media(max-width:1199px) {
    .health-sidebar-area .single-widget .view-all-btn {
        margin-top: 30px
    }
}

.health-sidebar-area .single-widget .view-all-btn a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
    color: var(--dark-white-color);
    background: var(--text-color);
    padding: 3px 19px;
    border-radius: 100px;
    gap: 5px;
    display: flex;
    align-items: center;
    transition: .7s
}

.health-sidebar-area .single-widget .view-all-btn a svg path {
    stroke: var(--white-color);
    transition: .7s
}

.health-sidebar-area .single-widget .view-all-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.health-sidebar-area .single-widget .view-all-btn a:hover {
    color: var(--dark-text-color);
    background: var(--primary-green)
}

.health-sidebar-area .single-widget .view-all-btn a:hover svg path {
    stroke: var(--dark-text-color)
}

.health-sidebar-area .single-widget .view-all-btn a:hover .arrow {
    transform: rotate(45deg)
}

.health-sidebar-area .single-widget .category {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap
}

.health-sidebar-area .single-widget .category li a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    display: block;
    text-align: center;
    color: var(--text-color2);
    background: var(--white-color);
    padding: 12px 19px;
    border-radius: 100px;
    transition: .5s
}

.health-sidebar-area .single-widget .category li a:hover {
    color: var(--primary-green);
    background: var(--text-color)
}

.health-sidebar-area .single-widget .popular-tag {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    line-height: .8
}

.health-sidebar-area .single-widget .popular-tag li a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 0;
    letter-spacing: 0;
    text-align: center;
    color: var(--text-color2);
    transition: .5s
}

.health-sidebar-area .single-widget .popular-tag li a:hover {
    color: var(--primary-green2)
}

.health-sidebar-area .single-widget .card-top-area {
    display: flex;
    justify-content: space-between;
    position: relative
}

.health-sidebar-area .single-widget .card-top-area .discount span a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center;
    color: var(--dark-white-color);
    background: var(--text-color);
    border-radius: 4px;
    padding: 2px 13px;
    transition: .5s
}

.health-sidebar-area .single-widget .card-top-area .discount span a:hover {
    color: var(--primary-green);
    background: var(--white-color)
}

.health-sidebar-area .single-widget .card-title {
    text-align: center;
    margin-top: 20px;
    position: relative
}

.health-sidebar-area .single-widget .card-title h6 a {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
    color: var(--text-color);
    transition: .5s
}

.health-sidebar-area .single-widget .card-title h6 a:hover {
    color: var(--primary-green2)
}

.health-sidebar-area .single-widget .card-title h2 a {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0;
    text-align: center;
    color: var(--text-color);
    transition: .5s
}

.health-sidebar-area .single-widget .card-title h2 a:hover {
    color: var(--primary-green2)
}

.health-sidebar-area .single-widget .product-img {
    position: relative;
    padding-top: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto
}

.health-sidebar-area .single-widget .product-img .product-btn {
    text-align: center;
    position: absolute;
    z-index: 99;
    left: 50%;
    display: flex;
    transform: translate(-50%, -50%)
}

@media(max-width:1399px) {
    .health-sidebar-area .single-widget .product-img .product-btn {
        left: 50%;
        justify-content: center
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .health-sidebar-area .single-widget .product-img .product-btn {
        left: 50%
    }
}

@media(max-width:767px) {
    .health-sidebar-area .single-widget .product-img .product-btn {
        margin: 0 auto
    }
}

.health-sidebar-area .single-widget .product-img .product-btn a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0;
    text-align: center;
    align-items: center;
    color: var(--dark-text-color);
    background: var(--white-color);
    padding: 13px 24px;
    z-index: 99;
    border-radius: 5px;
    display: block;
    transition: .35s;
    display: flex;
    gap: 3px
}

@media(max-width:1399px) {
    .health-sidebar-area .single-widget .product-img .product-btn a {
        padding: 10px 19px;
        font-size: 13px
    }
}

@media(max-width:1199px) {
    .health-sidebar-area .single-widget .product-img .product-btn a {
        padding: 8px 10px;
        font-size: 10px
    }
}

.health-sidebar-area .single-widget .product-img .product-btn a svg path {
    stroke: var(--dark-text-color);
    transition: .35s
}

.health-sidebar-area .single-widget .product-img .product-btn a:hover {
    background: var(--primary-green);
    color: var(--white-color)
}

.health-sidebar-area .single-widget .product-img .product-btn a:hover svg path {
    stroke: var(--white-color)
}

.health-sidebar-area .single-widget .fashion-tag {
    position: absolute
}

.health-sidebar-area .single-widget .fashion-tag h2 {
    font-family: var(--font-red-rose);
    font-size: 90px;
    font-weight: 600;
    line-height: 135px;
    letter-spacing: 0;
    text-align: center;
    color: #cadfe5;
    transform: rotate(-90deg);
    left: -170px;
    top: 150px;
    position: absolute
}

.health-sidebar-area .single-widget-add img {
    border-radius: 10px
}

.pet-sidebar-area {
    padding-top: 10px
}

.pet-sidebar-area .single-widget {
    background: 0 0;
    padding: 25px 20px 35px 28px;
    border: 1px solid #eee;
    border-radius: 10px
}

@media(max-width:991px) {
    .pet-sidebar-area .single-widget {
        padding: 25px 20px 35px
    }
}

.pet-sidebar-area .single-widget.two {
    border: none;
    padding: 0
}

.pet-sidebar-area .single-widget.three {
    background: #f8f8f8;
    border: none;
    padding: 25px 20px 10px 28px
}

@media(max-width:991px) {
    .pet-sidebar-area .single-widget.three {
        padding: 25px 20px 10px
    }
}

.pet-sidebar-area .single-widget.four {
    border: none;
    padding: 0
}

.pet-sidebar-area .single-widget .top-btn {
    justify-content: center;
    display: flex;
    margin-top: -92px
}

.pet-sidebar-area .single-widget .top-btn a {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    color: var(--white-color);
    background: #ea703b;
    padding: 7px 50px;
    margin-top: 50px;
    -webkit-clip-path: polygon(100% 0, 93% 49%, 100% 100%, 0% 100%, 8% 51%, 0% 0%);
    clip-path: polygon(100% 0, 93% 49%, 100% 100%, 0% 100%, 8% 51%, 0% 0%)
}

.pet-sidebar-area .single-widget .recent-post {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 25px
}

.pet-sidebar-area .single-widget .recent-post:last-child {
    padding-bottom: 0
}

.pet-sidebar-area .single-widget .recent-post .recent-post-img a img {
    max-width: 92px;
    border-radius: 5px
}

.pet-sidebar-area .single-widget .recent-post .recent-post-content a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    color: var(--text-color2);
    margin-bottom: 0;
    transition: .35s
}

.pet-sidebar-area .single-widget .recent-post .recent-post-content a:hover {
    color: var(--primary-green)
}

.pet-sidebar-area .single-widget .recent-post .recent-post-content h6 {
    margin-bottom: 0;
    line-height: 1
}

.pet-sidebar-area .single-widget .recent-post .recent-post-content h6 a {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: var(--text-color);
    margin: 0;
    padding: 0;
    transition: .3s
}

@media(min-width:992px) and (max-width:1199px) {
    .pet-sidebar-area .single-widget .recent-post .recent-post-content h6 a {
        font-size: 15px
    }
}

@media(max-width:576px) {
    .pet-sidebar-area .single-widget .recent-post .recent-post-content h6 a {
        font-size: 15px
    }
}

.pet-sidebar-area .single-widget .recent-post .recent-post-content h6 a:hover {
    color: var(--primary-green)
}

.pet-sidebar-area .single-widget .view-all-btn2 {
    justify-content: center;
    display: flex;
    margin-bottom: -52px
}

.pet-sidebar-area .single-widget .view-all-btn2 a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: left;
    color: var(--dark-text-color);
    background: #f8eefc;
    padding: 7px 140px;
    gap: 5px;
    display: flex;
    align-items: center;
    transition: .35s;
    -webkit-clip-path: polygon(100% 0, 93% 49%, 100% 100%, 0% 100%, 8% 51%, 0% 0%);
    clip-path: polygon(100% 0, 93% 49%, 100% 100%, 0% 100%, 8% 51%, 0% 0%)
}

@media(max-width:1399px) {
    .pet-sidebar-area .single-widget .view-all-btn2 a {
        padding: 5px 100px
    }
}

@media(max-width:1199px) {
    .pet-sidebar-area .single-widget .view-all-btn2 a {
        padding: 5px 80px
    }
}

.pet-sidebar-area .single-widget .view-all-btn2 a svg path {
    stroke: var(--dark-text-color);
    transition: .35s
}

.pet-sidebar-area .single-widget .view-all-btn2 a .arrow {
    transform: rotate(0);
    transition: .5s
}

.pet-sidebar-area .single-widget .view-all-btn2 a:hover {
    background: var(--primary-green);
    color: var(--text-color)
}

.pet-sidebar-area .single-widget .view-all-btn2 a:hover svg path {
    stroke: var(--text-color)
}

.pet-sidebar-area .single-widget .view-all-btn2 a:hover .arrow {
    transform: rotate(45deg)
}

.pet-sidebar-area .single-widget .social-area {
    display: flex;
    gap: 10px
}

.pet-sidebar-area .single-widget .social-area .social-media-icon {
    border: 1px solid #eee;
    padding: 12px 30px;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    display: flex;
    gap: 10px
}

@media(max-width:1199px) {
    .pet-sidebar-area .single-widget .social-area .social-media-icon {
        padding: 10px
    }
}

.pet-sidebar-area .single-widget .social-area .social-media-icon .content .number {
    display: flex;
    gap: 1px;
    align-items: center;
    text-align: center;
    color: var(--dark-text-color);
    transition: .35s
}

.pet-sidebar-area .single-widget .social-area .social-media-icon .content .number:hover {
    color: var(--primary-green)
}

.pet-sidebar-area .single-widget .social-area .social-media-icon .content .number h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    margin-top: 7px
}

.pet-sidebar-area .single-widget .social-area .social-media-icon .content .number span {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 27.48px;
    text-align: left
}

.pet-sidebar-area .single-widget .social-area .social-media-icon .content p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 0;
    text-align: left;
    color: #545454;
    margin-top: 8px
}

.pet-sidebar-area .single-widget .category-btn {
    justify-content: center;
    display: flex;
    margin-top: -92px
}

.pet-sidebar-area .single-widget .category-btn a {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    color: var(--white-color);
    background: #ea703b;
    padding: 7px 53px;
    margin-top: 50px;
    -webkit-clip-path: polygon(100% 0, 93% 49%, 100% 100%, 0% 100%, 8% 51%, 0% 0%);
    clip-path: polygon(100% 0, 93% 49%, 100% 100%, 0% 100%, 8% 51%, 0% 0%)
}

.pet-sidebar-area .single-widget .category {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 35px
}

.pet-sidebar-area .single-widget .category li a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    display: block;
    text-align: center;
    color: var(--text-color2);
    background: #f8f8f8;
    padding: 10px 24px;
    border-radius: 100px;
    transition: .7s
}

.pet-sidebar-area .single-widget .category li a:hover {
    color: var(--white-color);
    background: var(--text-color)
}

.pet-sidebar-area .single-widget .single-widget-content h3 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: var(--dark-text-color);
    margin-bottom: 12px
}

.pet-sidebar-area .single-widget .single-widget-content h6 {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    color: #545454
}

.pet-sidebar-area .single-widget .single-widget-content .input-area {
    border-radius: 10px;
    border: 1px solid var(--text-color);
    background: var(--white-color);
    height: 56px;
    width: 100%;
    max-width: 400px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px
}

.pet-sidebar-area .single-widget .single-widget-content .input-area input {
    background: var(--white-color);
    width: 100%;
    color: #545454;
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left
}

.pet-sidebar-area .single-widget .single-widget-content .input-area input::-moz-placeholder {
    color: var(--text-color)
}

.pet-sidebar-area .single-widget .single-widget-content .input-area input::placeholder {
    color: var(--text-color)
}

.pet-sidebar-area .single-widget .single-widget-content .input-area button {
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--primary-green);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s
}

.pet-sidebar-area .single-widget .single-widget-content .input-area button svg {
    transition: .35s;
    fill: var(--dark-text-color)
}

.pet-sidebar-area .single-widget .single-widget-content .input-area button:hover {
    background-color: var(--text-color);
    border: none
}

.pet-sidebar-area .single-widget .single-widget-content .input-area button:hover svg {
    fill: var(--dark-white-color)
}

.pet-sidebar-area .single-widget .single-widget-content p {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color2);
    padding-top: 8px
}

.pet-sidebar-area .single-widget .single-widget-content p svg {
    margin-top: -2px;
    fill: var(--text-color);
    margin-right: 2px
}

.pet-sidebar-area .single-widget .pet-sports-content {
    position: relative
}

.pet-sidebar-area .single-widget .pet-sports-content a img {
    background: url(../image/Image-44.html);
    border-radius: 10px
}

.pet-sidebar-area .single-widget .pet-sports-content .img-content {
    position: absolute;
    z-index: 9;
    top: 30px;
    left: 30px
}

.pet-sidebar-area .single-widget .pet-sports-content .img-content .shop-area {
    display: flex;
    gap: 10px;
    line-height: 0;
    margin-bottom: 205px
}

@media(max-width:1399px) {
    .pet-sidebar-area .single-widget .pet-sports-content .img-content .shop-area {
        margin-bottom: 100px
    }
}

@media(max-width:1199px) {
    .pet-sidebar-area .single-widget .pet-sports-content .img-content .shop-area {
        margin-bottom: 20px
    }
}

@media(max-width:767px) {
    .pet-sidebar-area .single-widget .pet-sports-content .img-content .shop-area {
        margin-bottom: 200px
    }
}

@media(max-width:576px) {
    .pet-sidebar-area .single-widget .pet-sports-content .img-content .shop-area {
        margin-bottom: 40px
    }
}

.pet-sidebar-area .single-widget .pet-sports-content .img-content .shop-area .content h6 {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    color: var(--white-color)
}

.pet-sidebar-area .single-widget .pet-sports-content .img-content .shop-area .content span {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: var(--white-color)
}

.pet-sidebar-area .single-widget .pet-sports-content .img-content a span {
    text-align: center;
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: center;
    color: var(--white-color);
    background: #ff00b8;
    padding: 5px 15px;
    border-radius: 100px
}

.pet-sidebar-area .single-widget .pet-sports-content .img-content h3 {
    padding-top: 12px
}

@media(max-width:1199px) {
    .pet-sidebar-area .single-widget .pet-sports-content .img-content h3 {
        max-width: 400px
    }
}

.pet-sidebar-area .single-widget .pet-sports-content .img-content h3 a {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: var(--white-color);
    transition: .5s
}

.pet-sidebar-area .single-widget .pet-sports-content .img-content h3 a:hover {
    color: var(--primary-green)
}

@media(max-width:1399px) {
    .pet-sidebar-area .single-widget .pet-sports-content .img-content h3 a {
        font-size: 25px;
        line-height: 1
    }
}

@media(max-width:1199px) {
    .pet-sidebar-area .single-widget .pet-sports-content .img-content h3 a {
        font-size: 30px
    }
}

@media(max-width:767px) {
    .pet-sidebar-area .single-widget .pet-sports-content .img-content h3 a {
        font-size: 30px
    }
}

.pet-sidebar-area .single-widget .pet-sports-content .img-content .enroll-btn {
    display: flex;
    padding-top: 10px
}

.pet-sidebar-area .single-widget .pet-sports-content .img-content .enroll-btn a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    background: var(--white-color);
    border: 1px solid #eee;
    color: var(--text-color);
    padding: 15px 27px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .7s
}

.pet-sidebar-area .single-widget .pet-sports-content .img-content .enroll-btn a svg path {
    stroke: var(--text-color)
}

.pet-sidebar-area .single-widget .pet-sports-content .img-content .enroll-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.pet-sidebar-area .single-widget .pet-sports-content .img-content .enroll-btn a:hover .arrow {
    transform: rotate(45deg)
}

.pet-sidebar-area .single-widget-add-area img {
    width: 100%
}

.blog-sidebar-wrapper .sidebar-widget {
    background-color: #f8f8f8;
    padding: 30px;
    margin-bottom: 24px
}

@media(max-width:1199px) {
    .blog-sidebar-wrapper .sidebar-widget {
        padding: 30px 20px
    }
}

.blog-sidebar-wrapper .sidebar-widget:last-child {
    margin-bottom: 0
}

.blog-sidebar-wrapper .sidebar-widget.driscription {
    background-color: #ebeef4
}

.blog-sidebar-wrapper .sidebar-widget.driscription h3 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 400;
    line-height: 35.65px;
    color: var(--text-color);
    margin-bottom: 20px
}

.blog-sidebar-wrapper .sidebar-widget.driscription p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--text-color2);
    margin-bottom: 35px
}

.blog-sidebar-wrapper .sidebar-widget.driscription p span {
    color: var(--text-color)
}

.blog-sidebar-wrapper .sidebar-widget.driscription .counter-area {
    background-color: var(--white-color);
    border-color: #eee;
    border-radius: 28px;
    padding: 15px 30px
}

@media(min-width:992px) and (max-width:1199px) {
    .blog-sidebar-wrapper .sidebar-widget.driscription .counter-area {
        border-radius: 10px
    }
}

@media(max-width:576px) {
    .blog-sidebar-wrapper .sidebar-widget.driscription .counter-area {
        border-radius: 10px
    }
}

.blog-sidebar-wrapper .sidebar-widget.driscription .counter-area ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px
}

@media(max-width:1199px) {
    .blog-sidebar-wrapper .sidebar-widget.driscription .counter-area ul {
        gap: 15px;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

.blog-sidebar-wrapper .sidebar-widget.driscription .counter-area ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 80px
}

.blog-sidebar-wrapper .sidebar-widget.driscription .counter-area ul li a .icon {
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--text-color2);
    transition: .35s;
    border-radius: 50%
}

.blog-sidebar-wrapper .sidebar-widget.driscription .counter-area ul li a .icon svg {
    transition: .35s;
    fill: var(--text-color2)
}

.blog-sidebar-wrapper .sidebar-widget.driscription .counter-area ul li a .number {
    display: flex;
    align-items: center
}

.blog-sidebar-wrapper .sidebar-widget.driscription .counter-area ul li a .number .counter,
.blog-sidebar-wrapper .sidebar-widget.driscription .counter-area ul li a .number span {
    margin-bottom: 0;
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: var(--text-color2)
}

.blog-sidebar-wrapper .sidebar-widget.driscription .counter-area ul li:hover .icon {
    background-color: var(--primary-green);
    border-color: var(--primary-green)
}

.blog-sidebar-wrapper .sidebar-widget.driscription .counter-area ul li:hover .icon svg {
    fill: var(--dark-text-color)
}

.blog-sidebar-wrapper .sidebar-widget.featured-post h6 {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 35px;
    background-color: #5e97ed;
    padding: 7px 18px;
    display: inline-block;
    border-radius: 100px;
    transition: .7s
}

.blog-sidebar-wrapper .sidebar-widget.featured-post h6:hover {
    background: var(--dark-text-color);
    color: var(--white-color)
}

.blog-sidebar-wrapper .sidebar-widget.featured-post .recent-post {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px
}

@media(min-width:992px) and (max-width:1199px) {
    .blog-sidebar-wrapper .sidebar-widget.featured-post .recent-post {
        gap: 10px
    }
}

@media(max-width:576px) {
    .blog-sidebar-wrapper .sidebar-widget.featured-post .recent-post {
        gap: 10px
    }
}

.blog-sidebar-wrapper .sidebar-widget.featured-post .recent-post:last-child {
    margin-bottom: 0
}

.blog-sidebar-wrapper .sidebar-widget.featured-post .recent-post .recent-post-img img {
    min-width: 81px;
    max-width: 81px
}

.blog-sidebar-wrapper .sidebar-widget.featured-post .recent-post .recent-post-content>a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color2);
    margin-bottom: 8px;
    display: inline-block;
    transition: .35s
}

.blog-sidebar-wrapper .sidebar-widget.featured-post .recent-post .recent-post-content>a:hover {
    color: var(--primary-green)
}

.blog-sidebar-wrapper .sidebar-widget.featured-post .recent-post .recent-post-content h5 {
    margin-bottom: 0;
    line-height: 1
}

.blog-sidebar-wrapper .sidebar-widget.featured-post .recent-post .recent-post-content h5 a {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--text-color);
    transition: .35s
}

.blog-sidebar-wrapper .sidebar-widget.featured-post .recent-post .recent-post-content h5 a:hover {
    color: var(--primary-green)
}

.blog-sidebar-wrapper .sidebar-widget .sidebar-content h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: var(--dark-text-color)
}

.blog-sidebar-wrapper .sidebar-widget .sidebar-content p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: var(--dark-text-color2);
    padding-top: 8px
}

.blog-sidebar-wrapper .sidebar-widget .sidebar-content .subscribe-btn {
    display: flex;
    padding-top: 45px
}

@media(max-width:1199px) {
    .blog-sidebar-wrapper .sidebar-widget .sidebar-content .subscribe-btn {
        padding-top: 35px
    }
}

@media(max-width:991px) {
    .blog-sidebar-wrapper .sidebar-widget .sidebar-content .subscribe-btn {
        padding-top: 25px
    }
}

.blog-sidebar-wrapper .sidebar-widget .sidebar-content .subscribe-btn a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: var(--white-color);
    background: var(--dark-text-color);
    padding: 15px 29px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .7s
}

.blog-sidebar-wrapper .sidebar-widget .sidebar-content .subscribe-btn a svg {
    transition: .7s
}

.blog-sidebar-wrapper .sidebar-widget .sidebar-content .subscribe-btn a svg path {
    stroke: var(--white-color)
}

.blog-sidebar-wrapper .sidebar-widget .sidebar-content .subscribe-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.blog-sidebar-wrapper .sidebar-widget .sidebar-content .subscribe-btn a:hover {
    background: var(--primary-green);
    color: var(--dark-text-color)
}

.blog-sidebar-wrapper .sidebar-widget .sidebar-content .subscribe-btn a:hover .arrow {
    transform: rotate(45deg)
}

.blog-sidebar-wrapper .sidebar-widget .sidebar-content .subscribe-btn a:hover svg path {
    stroke: var(--dark-text-color)
}

.blog-sidebar-wrapper .sidebar-widget.discover-post {
    background: 0 0;
    border: 1px solid #f8eefc
}

.blog-sidebar-wrapper .sidebar-widget.discover-post h6 {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 5px
}

.blog-sidebar-wrapper .sidebar-widget.discover-post h6 svg path {
    stroke: var(--text-color)
}

.blog-sidebar-wrapper .sidebar-widget.discover-post .category {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px
}

.blog-sidebar-wrapper .sidebar-widget.discover-post .category li a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    display: block;
    text-align: center;
    color: var(--text-color2);
    background: 0 0;
    border: 1px solid #f8eefc;
    padding: 8px 23px;
    border-radius: 100px;
    transition: .7s
}

.blog-sidebar-wrapper .sidebar-widget.discover-post .category li a:hover {
    color: var(--white-color);
    background: var(--text-color)
}

.slider-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.slider-btn-group .slider-btn {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-white-color);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    transition: .35s;
    cursor: pointer
}

.slider-btn-group .slider-btn svg {
    transition: .35s;
    fill: var(--text-color)
}

.slider-btn-group .slider-btn.swiper-button-disabled {
    opacity: .5
}

.slider-btn-group .slider-btn:hover {
    background-color: var(--primary-green);
    border-color: var(--primary-green)
}

.slider-btn-group .slider-btn:hover svg {
    fill: var(--dark-text-color)
}

.tour-category-area .slider-btn-group {
    display: block
}

@media(max-width:767px) {
    .tour-category-area .slider-btn-group {
        display: none;
        visibility: hidden
    }
}

.tour-category-area .slider-btn-group .slider-btn {
    position: absolute;
    z-index: 9;
    left: -4px;
    top: 25%
}

.tour-category-area .slider-btn-group .slider-btn.next-1 {
    left: unset;
    right: -4px
}

.tour-category-area .single-category {
    display: block;
    transition: .45s
}

.tour-category-area .single-category .category-img {
    margin-bottom: 17px;
    transition: .45s;
    overflow: hidden
}

.tour-category-area .single-category .category-img img {
    transition: .45s
}

@media(max-width:767px) {
    .tour-category-area .single-category .category-img {
        width: 100%
    }
}

.tour-category-area .single-category .content {
    line-height: 1;
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: var(--text-color);
    transition: .35s
}

.tour-category-area .single-category .content:hover {
    color: var(--primary-green)
}

.tour-category-area .single-category:hover .category-img img {
    transform: scale(1.1)
}

.travel-page-title-area .page-title h1 {
    font-family: var(--font-red-rose);
    font-size: 128px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 0
}

@media(max-width:1399px) {
    .travel-page-title-area .page-title h1 {
        font-size: 110px
    }
}

@media(max-width:1199px) {
    .travel-page-title-area .page-title h1 {
        font-size: 95px
    }
}

@media(max-width:767px) {
    .travel-page-title-area .page-title h1 {
        font-size: 70px
    }
}

@media(max-width:576px) {
    .travel-page-title-area .page-title h1 {
        font-size: 55px
    }
}

.travel-page-title-area .driscription-and-search p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
    color: var(--text-color2)
}

.travel-page-title-area .driscription-and-search .form-inner {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff8ff;
    border: 1px solid #f8eefc;
    padding: 10px 20px;
    border-radius: 100px
}

.travel-page-title-area .driscription-and-search .form-inner input {
    background-color: transparent;
    width: 100%;
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    height: 38px;
    color: var(--text-color2);
    padding-right: 20px
}

.travel-page-title-area .driscription-and-search .form-inner button {
    height: 40px;
    max-width: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-green);
    border-radius: 50%
}

.top-tour .blog-tags {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 15px
}

.top-tour .blog-tags li {
    padding-right: 35px
}

@media(max-width:1199px) {
    .top-tour .blog-tags li {
        padding-right: 20px
    }
}

.top-tour .blog-tags li:last-child {
    padding-right: 0
}

.top-tour .blog-tags li a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color2);
    transition: .35s
}

.top-tour .blog-tags li a:hover {
    color: var(--primary-green)
}

.top-tour .top-tour-wrap {
    border-top: 1px solid #f8eefc;
    border-bottom: 1px solid #f8eefc;
    padding: 30px 0
}

.podcast-sidebar-area .single-widget-category {
    background: #d5eedd;
    padding: 28px;
    border-radius: 10px
}

@media(max-width:1199px) {
    .podcast-sidebar-area .single-widget-category {
        padding: 25px 20px
    }
}

.podcast-sidebar-area .single-widget-category h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: var(--text-color)
}

.podcast-sidebar-area .single-widget-category .category {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 15px;
    column-gap: 15px
}

@media(max-width:576px) {
    .podcast-sidebar-area .single-widget-category .category {
        -moz-columns: unset;
        columns: unset
    }
}

.podcast-sidebar-area .single-widget-category .category li {
    padding-top: 20px
}

.podcast-sidebar-area .single-widget-category .category li a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: var(--text-color2);
    background: #f8f8f8;
    padding: 10px 15px;
    border-radius: 100px;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: .5s
}

.podcast-sidebar-area .social-area {
    display: flex;
    gap: 10px
}

.podcast-sidebar-area .social-area .social-media-icon {
    border: 1px solid var(--border-color);
    padding: 12px 30px;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    display: flex;
    gap: 10px
}

@media(max-width:1199px) {
    .podcast-sidebar-area .social-area .social-media-icon {
        padding: 10px
    }
}

.podcast-sidebar-area .social-area .social-media-icon .content .number {
    display: flex;
    gap: 1px;
    align-items: center;
    text-align: center;
    color: var(--text-color);
    transition: .35s
}

.podcast-sidebar-area .social-area .social-media-icon .content .number h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    margin-top: 7px
}

@media(min-width:992px) and (max-width:1199px) {
    .podcast-sidebar-area .social-area .social-media-icon .content .number h5 {
        font-size: 20px
    }
}

.podcast-sidebar-area .social-area .social-media-icon .content .number span {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 0;
    text-align: left
}

@media(min-width:992px) and (max-width:1199px) {
    .podcast-sidebar-area .social-area .social-media-icon .content .number span {
        font-size: 20px
    }
}

.podcast-sidebar-area .social-area .social-media-icon .content p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 0;
    text-align: left;
    color: var(--text-color2);
    margin-top: 10px
}

@media(min-width:992px) and (max-width:1199px) {
    .podcast-sidebar-area .social-area .social-media-icon .content p {
        margin-top: 5px
    }
}

.podcast-sidebar-area .sidebar-image img {
    width: 100%
}

.exclusive-section .section-title h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--dark-text-color);
    margin-bottom: 0
}

.exclusive-section .slider-btn-groups {
    display: flex;
    align-items: center;
    gap: 15px
}

.exclusive-section .slider-btn-groups .slider-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #f8eefc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s
}

.exclusive-section .slider-btn-groups .slider-btn svg path {
    stroke: var(--dark-text-color);
    transition: .5s
}

.exclusive-section .slider-btn-groups .slider-btn:hover {
    background-color: var(--primary-blue)
}

.exclusive-section .slider-btn-groups .slider-btn:hover svg path {
    stroke: var(--white-color)
}

.exclusive-section .exclusive-content {
    display: flex;
    align-items: center;
    border: 1px solid #f8eefc;
    border-radius: 10px;
    padding: 16px 20px;
    gap: 20px
}

.exclusive-section .exclusive-content .content-img a img {
    border-radius: 5px;
    min-width: 83px
}

.exclusive-section .exclusive-content .publish-date span a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: var(--text-color2);
    transition: .5s;
    margin-bottom: 10px;
    display: inline-block
}

.exclusive-section .exclusive-content .publish-date span a:hover {
    color: var(--primary-blue)
}

.exclusive-section .exclusive-content .publish-date h5 {
    margin-bottom: 0
}

.exclusive-section .exclusive-content .publish-date h5 a {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: var(--text-color);
    transition: .35s
}

.exclusive-section .exclusive-content .publish-date h5 a:hover {
    color: var(--primary-blue)
}

@media(max-width:1399px) {
    .exclusive-section .exclusive-content .publish-date h5 a {
        font-size: 16px;
        line-height: 1.3
    }
}

@media(max-width:576px) {
    .exclusive-section .exclusive-content .publish-date h5 a {
        font-size: 18px;
        line-height: 1.3
    }
}

.card-audio-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f8f8;
    border-radius: 100px;
    padding: 10px 20px;
    position: relative;
    z-index: 9
}

.card-audio-wrapper .audio-plyer {
    max-width: 100px;
    width: 100%
}

.card-audio-wrapper .audio-plyer .ap-controls-left .con-playpause {
    margin-right: 10px !important
}

.card-audio-wrapper .audio-plyer .audioplayer.skin-wave-mode-small .audioplayer-inner {
    height: 20px
}

.card-audio-wrapper .audio-plyer .audioplayer.skin-wave-mode-small .ap-controls .scrubbar {
    height: 20px
}

.card-audio-wrapper .audio-plyer .audioplayer.skin-wave .ap-controls .con-playpause {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-right: 15px
}

.card-audio-wrapper .audio-plyer .audioplayer.skin-wave .ap-controls .con-playpause .playbtn:before {
    margin-top: -5px;
    margin-left: -3px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #eee
}

.card-audio-wrapper .audio-plyer .audioplayer.skin-wave .ap-controls .con-playpause .pausebtn:before,
.card-audio-wrapper .audio-plyer .audioplayer.skin-wave .ap-controls .con-playpause .pausebtn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -3px;
    content: " ";
    width: 2px;
    height: 8px;
    background-color: #eee
}

.card-audio-wrapper .audio-plyer .audioplayer.skin-wave .ap-controls .con-playpause .pausebtn:after {
    margin-left: 1px
}

.card-audio-wrapper .audio-plyer .audioplayer.skin-wave .ap-controls .con-playpause .playbtn {
    border-color: var(--primary-blue);
    background-color: var(--primary-blue)
}

.card-audio-wrapper .audio-plyer .audioplayer.skin-wave .ap-controls .con-playpause .pausebtn {
    background-color: var(--primary-blue)
}

.card-audio-wrapper .audio-plyer .audioplayer.skin-wave .ap-controls .scrubbar .scrub-prog .scrub-prog-div {
    background: red
}

.card-audio-wrapper .audio-plyer .audioplayer.skin-wave .ap-controls .scrubbar .scrubBox-hover {
    background: blue
}

.card-audio-wrapper .audio-plyer .audioplayer.skin-aria .ap-controls .ap-controls-right .scrubbar>.scrub-prog {
    background-color: green
}

.card-audio-wrapper .audio-plyer .ap-controls-right {
    display: none !important;
    visibility: hidden
}

.card-audio-wrapper .audio-plyer .audioplayer.skin-wave.scrubbar-loaded .curr-time,
.card-audio-wrapper .audio-plyer .audioplayer.skin-wave.scrubbar-loaded .total-time {
    display: none;
    visibility: hidden
}

.card-audio-wrapper .audio-app {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px
}

.card-audio-wrapper .audio-app li {
    position: relative;
    z-index: 2
}

.card-audio-wrapper .audio-app .dropdown {
    position: relative;
    z-index: 1
}

.card-audio-wrapper .audio-app .dropdown .drop-down-btn {
    cursor: pointer;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    border: 1px solid #f8eefc;
    border-radius: 50%
}

.card-audio-wrapper .audio-app .dropdown .drop-down-btn i {
    font-size: 13px;
    color: var(--primary-blue)
}

.card-audio-wrapper .audio-app .dropdown .drop-down-btn i::before {
    font-weight: 900 !important
}

.card-audio-wrapper .audio-app .dropdown .other-app-wrapper {
    position: absolute;
    top: 34px;
    right: 0;
    transform: scaleY(0);
    transform-origin: top;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    padding: 10px 15px 10px 10px;
    width: 180px;
    border-radius: 5px;
    z-index: 1;
    transition: .5s ease-in-out;
    opacity: 0
}

.card-audio-wrapper .audio-app .dropdown .other-app-wrapper.active {
    transform: scaleY(1);
    opacity: 1
}

.card-audio-wrapper .audio-app .dropdown .other-app-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 130px;
    overflow-y: scroll
}

.card-audio-wrapper .audio-app .dropdown .other-app-wrapper ul::-webkit-scrollbar {
    width: 10px
}

.card-audio-wrapper .audio-app .dropdown .other-app-wrapper ul::-webkit-scrollbar-track {
    background-color: #e9e9e9;
    border-radius: 50px
}

.card-audio-wrapper .audio-app .dropdown .other-app-wrapper ul::-webkit-scrollbar-thumb {
    background-color: #cacaca;
    border-radius: 50px
}

.card-audio-wrapper .audio-app .dropdown .other-app-wrapper ul li a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-figtree);
    font-size: 15px;
    font-weight: 700;
    color: var(--dark-text-color2);
    padding: 5px 0
}

.card-audio-wrapper .audio-app .dropdown .other-app-wrapper ul li a img {
    max-width: 18px
}

.blog-audio {
    transition: .35s
}

.blog-audio .fevorite-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    transition: .45s
}

.blog-audio .fevorite-img a {
    transition: .45s;
    border-radius: 10px 10px 0 0
}

.blog-audio .fevorite-img a img {
    transition: .45s;
    border-radius: 10px 10px 0 0;
    width: 100%
}

.blog-audio .image-content {
    border: 1px solid #f8eefc;
    border-top: unset;
    border-radius: 0 0 10px 10px;
    padding: 30px 18px
}

.blog-audio .image-content .publish-date {
    display: flex;
    gap: 20px;
    margin-bottom: 8px
}

.blog-audio .image-content .publish-date .button {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: var(--text-color2);
    background: #e7eafa;
    padding: 5px 10px;
    border-radius: 5px;
    transition: .7s
}

.blog-audio .image-content .publish-date .button:hover {
    background: var(--primary-blue);
    color: var(--white-color)
}

.blog-audio .image-content .publish-date span a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--text-color2);
    transition: .5s
}

.blog-audio .image-content .publish-date span a:hover {
    color: var(--primary-blue)
}

.blog-audio .image-content h3 a {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: var(--text-color);
    transition: .5s
}

.blog-audio .image-content h3 a:hover {
    color: var(--primary-blue)
}

@media(max-width:1399px) {
    .blog-audio .image-content h3 a {
        font-size: 25px
    }
}

@media(max-width:1199px) {
    .blog-audio .image-content h3 a {
        font-size: 20px
    }
}

.blog-audio .image-content p {
    font-family: var(--font-figtree);
    color: var(--text-color2);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 30px
}

.blog-audio:hover .fevorite-img a img {
    transform: scale(1.1)
}

.blog-post4 .load-more-btn {
    display: flex;
    justify-content: center;
    padding-top: 45px
}

.blog-post4 .load-more-btn a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
    background: #f5f5f5;
    color: var(--text-color);
    padding: 19px 38px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .7s
}

.blog-post4 .load-more-btn a svg path {
    stroke: var(--text-color)
}

.blog-post4 .load-more-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.blog-post4 .load-more-btn a:hover {
    color: var(--white-color)
}

.blog-post4 .load-more-btn a:hover svg path {
    stroke: var(--white-color)
}

.blog-post4 .load-more-btn a:hover .arrow {
    transform: rotate(45deg)
}

.fevorite-episode-secton .section-title {
    display: flex;
    align-items: center
}

.fevorite-episode-secton .section-title h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 2;
    text-align: left;
    color: var(--dark-text-color);
    margin-bottom: 0
}

.fevorite-episode-secton .section-button a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: var(--dark-text-color2);
    background: #f8f8f8;
    padding: 5px 15px;
    border-radius: 50px
}

.fevorite-episode-secton .fevorite-section-content .fevorite-img a img {
    border-radius: 10px 10px 0 0;
    width: 100%
}

.fevorite-episode-secton .fevorite-section-content .image-content {
    border: 1px solid #f8eefc;
    border-top: unset;
    border-radius: 0 0 10px 10px;
    padding: 30px 18px
}

.fevorite-episode-secton .fevorite-section-content .image-content .publish-date {
    display: flex;
    gap: 20px;
    margin-bottom: 10px
}

.fevorite-episode-secton .fevorite-section-content .image-content .publish-date .button {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: var(--dark-text-color2);
    background: #e7eafa;
    padding: 5px 10px;
    border-radius: 5px;
    transition: .7s
}

.fevorite-episode-secton .fevorite-section-content .image-content .publish-date .button:hover {
    background: var(--primary-blue);
    color: var(--white-color)
}

.fevorite-episode-secton .fevorite-section-content .image-content .publish-date span a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--dark-text-color2);
    transition: .5s
}

.fevorite-episode-secton .fevorite-section-content .image-content .publish-date span a:hover {
    color: var(--primary-blue)
}

.fevorite-episode-secton .fevorite-section-content .image-content h3 {
    margin-bottom: 7px
}

.fevorite-episode-secton .fevorite-section-content .image-content h3 a {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: var(--dark-text-color);
    transition: .5s
}

.fevorite-episode-secton .fevorite-section-content .image-content h3 a:hover {
    color: var(--primary-blue)
}

@media(max-width:1399px) {
    .fevorite-episode-secton .fevorite-section-content .image-content h3 a {
        font-size: 25px
    }
}

@media(max-width:1199px) {
    .fevorite-episode-secton .fevorite-section-content .image-content h3 a {
        font-size: 22px
    }
}

.fevorite-episode-secton .fevorite-section-content .image-content p {
    font-family: var(--font-figtree);
    color: var(--dark-text-color2);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 30px
}

.subscription-discover-section .subscription-section {
    background: #f5e6c5;
    background-image: url(../image/podcust/Background-6.png);
    border-radius: 10px;
    padding: 30px
}

.subscription-discover-section .subscription-section h3 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: var(--dark-text-color);
    max-width: 450px
}

@media(max-width:576px) {
    .subscription-discover-section .subscription-section h3 {
        font-size: 25px;
        line-height: 1.3
    }
}

.subscription-discover-section .subscription-section p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    color: var(--dark-text-color2);
    margin-top: 15px
}

.subscription-discover-section .subscription-section .email-area {
    margin-bottom: 10px
}

.subscription-discover-section .subscription-section .email-area .input-area {
    border-radius: 10px;
    border: 1px solid var(--text-color);
    background: var(--white-color);
    height: 56px;
    width: 100%;
    max-width: 550px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

.subscription-discover-section .subscription-section .email-area .input-area input {
    background: var(--white-color);
    width: 100%;
    color: #545454;
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left
}

.subscription-discover-section .subscription-section .email-area .input-area input::-moz-placeholder {
    color: var(--text-color)
}

.subscription-discover-section .subscription-section .email-area .input-area input::placeholder {
    color: var(--text-color)
}

.subscription-discover-section .subscription-section .email-area .input-area button {
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--primary-blue);
    border: 1px solid var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s
}

.subscription-discover-section .subscription-section .email-area .input-area button svg {
    transition: .35s;
    fill: var(--white-color)
}

.subscription-discover-section .subscription-section .email-area .input-area button:hover {
    background-color: var(--white-color);
    border-color: var(--border-color)
}

.subscription-discover-section .subscription-section .email-area .input-area button:hover svg {
    fill: var(--primary-blue)
}

.subscription-discover-section .subscription-section span {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: var(--dark-text-color2);
    display: flex;
    align-items: center;
    gap: 5px
}

.subscription-discover-section .subscription-section span svg {
    fill: #545454
}

.subscription-discover-section .discover-section {
    background: #dee6f5;
    border-radius: 10px;
    padding: 30px
}

.subscription-discover-section .discover-section h6 {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .35s
}

.subscription-discover-section .discover-section h6 svg path {
    stroke: var(--text-color)
}

.subscription-discover-section .discover-section .category {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 11px;
    padding-top: 25px;
    border-top: 1px solid #ced6e5
}

.subscription-discover-section .discover-section .category li a {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: var(--dark-text-color);
    display: block;
    background: #f8f8f8;
    padding: 6px 24px;
    border-radius: 100px;
    transition: .7s
}

.subscription-discover-section .discover-section .category li a:hover {
    color: var(--white-color);
    background: var(--text-color)
}

@media(max-width:576px) {
    .subscription-discover-section .discover-section .category li a {
        font-size: 18px
    }
}

.subscription-discover-section .discover-section .see-more-btn {
    display: flex;
    margin-top: 60px
}

.subscription-discover-section .discover-section .see-more-btn a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: left;
    color: var(--white-color);
    background: var(--primary-blue);
    padding: 3px 19px;
    border-radius: 100px;
    gap: 5px;
    display: flex;
    align-items: center;
    transition: .35s
}

.subscription-discover-section .discover-section .see-more-btn a svg path {
    stroke: var(--white-color)
}

.subscription-discover-section .discover-section .see-more-btn a .arrow {
    transform: rotate(0);
    transition: .35s
}

.subscription-discover-section .discover-section .see-more-btn a:hover {
    color: var(--white-color);
    background-color: var(--dark-text-color)
}

.subscription-discover-section .discover-section .see-more-btn a:hover svg path {
    stroke: var(--white-color)
}

.subscription-discover-section .discover-section .see-more-btn a:hover .arrow {
    transform: rotate(45deg)
}

.inner-page-breadcrumb-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px
}

.inner-page-breadcrumb-wrapper ul li {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color: var(--text-color2);
    text-transform: capitalize;
    position: relative;
    padding-left: 20px
}

.inner-page-breadcrumb-wrapper ul li::after {
    content: "";
    height: 6px;
    width: 6px;
    background-color: #c4c4c4;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%)
}

.inner-page-breadcrumb-wrapper ul li:first-child {
    padding-left: 0
}

.inner-page-breadcrumb-wrapper ul li:first-child::after {
    display: none;
    visibility: hidden
}

.inner-page-breadcrumb-wrapper ul li a {
    color: var(--text-color);
    transition: .35s
}

.inner-page-breadcrumb-wrapper ul li a:hover {
    color: var(--primary-green)
}

.breadcrumb-and-page-title .inner-page-breadcrumb-wrapper {
    padding: 15px 0
}

.breadcrumb-and-page-title .page-title-area {
    background-color: #f8f8f8;
    padding: 70px 50px;
    border-radius: 10px;
    position: relative
}

.breadcrumb-and-page-title .page-title-area .vector {
    position: absolute;
    right: 0;
    bottom: 0;
    stroke: var(--white-color)
}

.breadcrumb-and-page-title .page-title-area .page-content {
    max-width: 490px;
    width: 100%
}

.breadcrumb-and-page-title .page-title-area h1 {
    font-family: var(--font-red-rose);
    font-size: 45px;
    font-weight: 700;
    line-height: 56.21px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--text-color)
}

@media(max-width:576px) {
    .breadcrumb-and-page-title .page-title-area h1 {
        font-size: 38px
    }
}

.breadcrumb-and-page-title .page-title-area h1 span {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    display: inline-block;
    padding: 6px 15px;
    border-radius: 100px
}

@media(max-width:576px) {
    .breadcrumb-and-page-title .page-title-area h1 span {
        font-size: 13px;
        padding: 6px 12px
    }
}

.breadcrumb-and-page-title .page-title-area p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 0
}

@media(max-width:576px) {
    .breadcrumb-and-page-title .page-title-area p {
        font-size: 16px
    }
}

.breadcrumb-and-page-title.travel .page-title-area {
    background-color: unset;
    padding: 0
}

.breadcrumb-and-page-title.travel .page-title-area .page-content {
    max-width: 760px
}

.breadcrumb-and-page-title.health .page-title-area {
    background-color: unset;
    background-size: cover;
    background-repeat: no-repeat;
    border: 5px solid var(--white-color)
}

.breadcrumb-and-page-title.health .page-title-area .page-content {
    max-width: 760px
}

.breadcrumb-and-page-title.health .page-title-area h1 {
    color: var(--text-color)
}

.breadcrumb-and-page-title.health .page-title-area p {
    color: var(--text-color2)
}

.breadcrumb-and-page-title.ai .page-title-area {
    background-color: unset;
    background-size: cover;
    background-repeat: no-repeat
}

.breadcrumb-and-page-title.ai .page-title-area .page-content {
    max-width: 760px
}

.breadcrumb-and-page-title.podcast {
    padding-bottom: 65px;
    border-bottom: 1px solid var(--border-color)
}

@media(max-width:991px) {
    .breadcrumb-and-page-title.podcast {
        padding-bottom: 55px
    }
}

@media(max-width:576px) {
    .breadcrumb-and-page-title.podcast {
        padding-bottom: 35px
    }
}

.breadcrumb-and-page-title.podcast .page-title-area {
    background-color: unset;
    padding: 0
}

.breadcrumb-and-page-title.podcast .page-title-area .page-content {
    max-width: 760px
}

.inner-page-banner-section .inner-page-banner-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px 20px;
    border-radius: 10px
}

.inner-page-banner-section .banner-content {
    max-width: 610px;
    width: 100%;
    text-align: center;
    align-items: center;
    z-index: 2
}

.inner-page-banner-section .banner-content h1 {
    font-family: var(--font-red-rose);
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: var(--text-color);
    margin-bottom: 0
}

.inner-page-banner-section .banner-content h1.error-area {
    font-family: var(--font-figtree);
    font-size: 90px;
    font-weight: 800;
    line-height: .8;
    text-align: center;
    color: var(--text-color);
    margin-bottom: 0
}

@media(max-width:767px) {
    .inner-page-banner-section .banner-content h1.error-area {
        font-size: 50px;
        line-height: 1
    }
}

.inner-page-banner-section .banner-content h2 {
    font-family: var(--font-red-rose);
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: var(--text-color);
    margin-bottom: 0
}

@media(max-width:767px) {
    .inner-page-banner-section .banner-content h2 {
        font-size: 25px;
        line-height: 1.5
    }
}

.inner-page-banner-section .banner-content h5 {
    font-family: var(--font-figtree);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
    color: var(--dark-text-color2);
    margin-bottom: 0
}

@media(max-width:767px) {
    .inner-page-banner-section .banner-content h5 {
        font-size: 18px;
        line-height: 1
    }
}

.inner-page-banner-section .banner-content p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    color: var(--text-color2)
}

@media(max-width:767px) {
    .inner-page-banner-section .banner-content p {
        font-size: 13px;
        max-width: 480px;
        margin: 0 auto
    }
}

.inner-page-banner-section .banner-content .breadcrumb-list {
    display: inline-flex;
    align-items: center;
    background-color: var(--dark-white-color);
    border: 1px solid var(--border-color);
    padding: 10px 24px;
    border-radius: 18px;
    gap: 30px;
    margin-top: 20px
}

.inner-page-banner-section .banner-content .breadcrumb-list li {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color: var(--text-color2);
    text-transform: capitalize;
    position: relative
}

.inner-page-banner-section .banner-content .breadcrumb-list li::after {
    content: "";
    height: 6px;
    width: 6px;
    background-color: #c4c4c4;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%)
}

.inner-page-banner-section .banner-content .breadcrumb-list li:first-child::after {
    display: none;
    visibility: hidden
}

.inner-page-banner-section .banner-content .breadcrumb-list li a {
    color: var(--text-color);
    transition: .35s
}

.inner-page-banner-section .banner-content .breadcrumb-list li a:hover {
    color: var(--primary-green)
}

.inner-page-banner-section .banner-content .back-to-home {
    padding-top: 64px
}

@media(max-width:767px) {
    .inner-page-banner-section .banner-content .back-to-home {
        padding-top: 30px
    }
}

.inner-page-banner-section .banner-content .back-to-home a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--white-color);
    background-color: var(--dark-text-color);
    padding: 18px 36px;
    border-radius: 100px;
    transition: .5s
}

.inner-page-banner-section .banner-content .back-to-home a svg path {
    stroke: var(--white-color)
}

.inner-page-banner-section .banner-content .back-to-home a .arrow {
    transform: rotate(0);
    transition: .5s
}

.inner-page-banner-section .banner-content .back-to-home a:hover {
    color: var(--dark-text-color);
    background: var(--primary-green)
}

.inner-page-banner-section .banner-content .back-to-home a:hover svg path {
    stroke: var(--dark-text-color)
}

.inner-page-banner-section .banner-content .back-to-home a:hover .arrow {
    transform: rotate(45deg)
}

.inner-page-banner-section .banner-content .homepage {
    display: flex;
    justify-content: center;
    padding-top: 25px
}

@media(max-width:767px) {
    .inner-page-banner-section .banner-content .homepage {
        padding-top: 10px
    }
}

.inner-page-banner-section .banner-content .homepage ul {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 26px;
    background: var(--white-color);
    padding: 10px 27px;
    border-radius: 18px;
    border: 1px solid #eee
}

.inner-page-banner-section .banner-content .homepage ul li {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--dark-text-color);
    position: relative
}

.inner-page-banner-section .banner-content .homepage ul li.tech::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #c4c4c4;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%)
}

.inner-page-banner-section .banner-content .homepage ul li a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--dark-text-color2);
    position: relative
}

.inner-page-banner-section .banner-content .our-activetis {
    display: flex;
    justify-content: center;
    padding-top: 25px
}

.inner-page-banner-section .banner-content .our-activetis ul {
    display: flex;
    align-items: center;
    gap: 16px
}

.inner-page-banner-section .banner-content .our-activetis ul li {
    background: var(--white-color);
    width: 36px;
    height: 36px;
    border-radius: 50px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    transition: .35s;
    border: 1px solid #eee
}

.inner-page-banner-section .banner-content .our-activetis ul li .icon {
    display: flex;
    text-align: center;
    justify-content: center
}

.inner-page-banner-section .banner-content .our-activetis ul li .icon svg {
    fill: var(--dark-text-color2)
}

.inner-page-banner-section .banner-content .our-activetis ul li:hover {
    background-color: var(--primary-green);
    border: none
}

.inner-page-banner-section .banner-content .our-activetis ul li:hover svg {
    fill: var(--dark-text-color)
}

.inner-page-banner-section .banner-content .social-icon {
    display: flex;
    justify-content: center;
    padding-top: 25px
}

.inner-page-banner-section .banner-content .social-icon ul {
    display: flex;
    align-items: center;
    gap: 16px
}

.inner-page-banner-section .banner-content .social-icon ul a {
    background: var(--dark-white-color);
    width: 36px;
    height: 36px;
    border-radius: 50px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    transition: .35s;
    border: 1px solid #eee
}

.inner-page-banner-section .banner-content .social-icon ul a .icon {
    display: flex;
    text-align: center;
    justify-content: center
}

.inner-page-banner-section .banner-content .social-icon ul a .icon svg {
    fill: var(--text-color2)
}

.inner-page-banner-section .banner-content .social-icon ul a:hover {
    background-color: var(--primary-green);
    border: none
}

.inner-page-banner-section .banner-content.error h1 {
    font-family: var(--font-figtree);
    font-size: 90px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
    color: var(--text-color)
}

.inner-page-banner-section .banner-content.error h2 {
    font-family: var(--font-red-rose);
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
    color: var(--text-color)
}

@media(max-width:576px) {
    .inner-page-banner-section .banner-content.error h2 {
        font-size: 35px
    }
}

.inner-page-banner-section .banner-content.error p {
    font-family: var(--font-figtree);
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    color: var(--text-color2);
    margin-bottom: 50px
}

.inner-page-banner-section .banner-content.error a {
    font-family: Red Rose;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    color: var(--dark-white-color);
    padding: 15px 38px;
    background-color: var(--text-color);
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.inner-page-banner-section .banner-content.error a svg {
    stroke: var(--dark-white-color);
    transition: .5s
}

.inner-page-banner-section .banner-content.error a::after {
    background-color: var(--primary-green)
}

.inner-page-banner-section .banner-content.error a:hover {
    color: var(--dark-text-color)
}

.inner-page-banner-section .banner-content.error a:hover svg {
    stroke: var(--dark-text-color)
}

.about-us-area .category {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap
}

.about-us-area .category li a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: 0;
    display: block;
    text-align: center;
    color: var(--text-color2);
    background: #f8f8f8;
    padding: 9px 17px;
    border-radius: 100px;
    transition: .7s
}

.about-us-area .category li a:hover {
    color: var(--white-color);
    background: var(--text-color)
}

.featured-post-sideber .featured-post {
    padding: 40px 20px 35px 28px;
    background-color: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 25px
}

.featured-post-sideber .featured-post h6 {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 22.48px;
    letter-spacing: 0;
    text-align: center;
    color: var(--white-color);
    background: #ea703b;
    padding: 5px 16px;
    border-radius: 100px;
    display: inline-flex;
    margin-bottom: 35px
}

.featured-post-sideber .featured-post .recent-post {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb
}

.featured-post-sideber .featured-post .recent-post:last-child {
    margin-bottom: 0;
    border-bottom: unset;
    padding-bottom: 0
}

.featured-post-sideber .featured-post .recent-post .recent-post-img img {
    min-width: 90px;
    max-width: 90px;
    height: 90px;
    border-radius: 5px
}

.featured-post-sideber .featured-post .recent-post .recent-post-content>a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color2);
    margin-bottom: 8px;
    display: inline-block;
    transition: .35s
}

.featured-post-sideber .featured-post .recent-post .recent-post-content>a:hover {
    color: var(--primary-green)
}

.featured-post-sideber .featured-post .recent-post .recent-post-content h5 {
    margin-bottom: 0;
    line-height: 1
}

.featured-post-sideber .featured-post .recent-post .recent-post-content h5 a {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--text-color);
    transition: .35s
}

.featured-post-sideber .featured-post .recent-post .recent-post-content h5 a:hover {
    color: var(--primary-green)
}

.featured-post-sideber .about-section ul {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap
}

.featured-post-sideber .about-section ul li a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: 0;
    display: block;
    text-align: center;
    color: var(--text-color2);
    background: #f8f8f8;
    padding: 9px 17px;
    border-radius: 100px;
    transition: .7s
}

.featured-post-sideber .about-section ul li a:hover {
    color: var(--white-color);
    background: var(--text-color)
}

.life-style-sidebar .sidebar-widget {
    background-color: #f8f8f8;
    padding: 35px 30px;
    margin-bottom: 24px;
    border-radius: 10px
}

.life-style-sidebar .sidebar-widget:last-child {
    margin-bottom: 0
}

.life-style-sidebar .sidebar-widget.driscription h3 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: var(--text-color);
    margin-bottom: 10px
}

.life-style-sidebar .sidebar-widget.driscription p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    border-top: 1px solid var(--border-color);
    padding-top: 26px;
    margin-bottom: 35px
}

.life-style-sidebar .sidebar-widget.driscription .counter-area {
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 28px;
    padding: 15px 30px
}

@media(min-width:992px) and (max-width:1199px) {
    .life-style-sidebar .sidebar-widget.driscription .counter-area {
        border-radius: 10px
    }
}

@media(max-width:576px) {
    .life-style-sidebar .sidebar-widget.driscription .counter-area {
        border-radius: 10px
    }
}

.life-style-sidebar .sidebar-widget.driscription .counter-area ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px
}

@media(max-width:1199px) {
    .life-style-sidebar .sidebar-widget.driscription .counter-area ul {
        gap: 15px;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

.life-style-sidebar .sidebar-widget.driscription .counter-area ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 80px
}

.life-style-sidebar .sidebar-widget.driscription .counter-area ul li a .icon {
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--text-color2);
    transition: .35s;
    border-radius: 50%
}

.life-style-sidebar .sidebar-widget.driscription .counter-area ul li a .icon svg {
    transition: .35s;
    fill: var(--text-color2)
}

.life-style-sidebar .sidebar-widget.driscription .counter-area ul li a .number {
    display: flex;
    align-items: center
}

.life-style-sidebar .sidebar-widget.driscription .counter-area ul li a .number .counter,
.life-style-sidebar .sidebar-widget.driscription .counter-area ul li a .number span {
    margin-bottom: 0;
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: var(--text-color2)
}

.life-style-sidebar .sidebar-widget.driscription .counter-area ul li:hover .icon {
    background-color: var(--primary-green);
    border-color: var(--primary-green)
}

.life-style-sidebar .sidebar-widget.driscription .counter-area ul li:hover .icon svg {
    fill: var(--dark-text-color)
}

.life-style-sidebar .sidebar-widget.featured-post h6 {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 35px;
    background-color: var(--primary-green2);
    padding: 7px 18px;
    display: inline-block;
    border-radius: 100px;
    transition: .7s
}

.life-style-sidebar .sidebar-widget.featured-post .recent-post {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb
}

.life-style-sidebar .sidebar-widget.featured-post .recent-post:last-child {
    padding-bottom: 0;
    border-bottom: unset
}

.life-style-sidebar .sidebar-widget.featured-post .recent-post .recent-post-img a img {
    max-width: 92px;
    border-radius: 5px
}

.life-style-sidebar .sidebar-widget.featured-post .recent-post:last-child {
    margin-bottom: 0
}

.life-style-sidebar .sidebar-widget.featured-post .recent-post .recent-post-content>a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color2);
    margin-bottom: 6px;
    display: inline-block;
    transition: .35s
}

.life-style-sidebar .sidebar-widget.featured-post .recent-post .recent-post-content>a:hover {
    color: var(--primary-green)
}

.life-style-sidebar .sidebar-widget.featured-post .recent-post .recent-post-content h5 {
    margin-bottom: 0;
    line-height: 1
}

.life-style-sidebar .sidebar-widget.featured-post .recent-post .recent-post-content h5 a {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--text-color);
    transition: .35s
}

.life-style-sidebar .sidebar-widget.featured-post .recent-post .recent-post-content h5 a:hover {
    color: var(--primary-green)
}

.life-style-sidebar .sidebar-widget .sidebar-content h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: var(--dark-text-color)
}

.life-style-sidebar .sidebar-widget .sidebar-content p {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: var(--dark-text-color2);
    padding-top: 8px
}

.life-style-sidebar .sidebar-widget .sidebar-content .subscribe-btn {
    display: flex;
    padding-top: 45px
}

.life-style-sidebar .sidebar-widget .sidebar-content .subscribe-btn a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: var(--white-color);
    background: var(--dark-text-color);
    padding: 15px 29px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .7s
}

.life-style-sidebar .sidebar-widget .sidebar-content .subscribe-btn a svg {
    transition: .7s
}

.life-style-sidebar .sidebar-widget .sidebar-content .subscribe-btn a svg path {
    stroke: var(--white-color)
}

.life-style-sidebar .sidebar-widget .sidebar-content .subscribe-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.life-style-sidebar .sidebar-widget .sidebar-content .subscribe-btn a:hover {
    background: var(--primary-green);
    color: var(--dark-text-color)
}

.life-style-sidebar .sidebar-widget .sidebar-content .subscribe-btn a:hover .arrow {
    transform: rotate(45deg)
}

.life-style-sidebar .sidebar-widget .sidebar-content .subscribe-btn a:hover svg path {
    stroke: var(--dark-text-color)
}

.life-style-sidebar .sidebar-widget.discover-post {
    background: 0 0;
    border: 1px solid #f8eefc
}

.life-style-sidebar .sidebar-widget.discover-post .discover-title {
    font-family: var(--font-red-rose);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .35s
}

.life-style-sidebar .sidebar-widget.discover-post .discover-title svg path {
    stroke: var(--text-color)
}

.life-style-sidebar .sidebar-widget.discover-post .category {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 35px
}

.life-style-sidebar .sidebar-widget.discover-post .category li a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    display: block;
    text-align: center;
    color: var(--text-color2);
    background: 0 0;
    border: 1px solid #f8eefc;
    padding: 9px 23px;
    border-radius: 100px;
    transition: .7s
}

.life-style-sidebar .sidebar-widget.discover-post .category li a:hover {
    color: var(--white-color);
    background: var(--text-color)
}

.life-style-sidebar .sidebar-widget.about-section {
    background: 0 0;
    padding: 0
}

.life-style-sidebar .sidebar-widget.about-section .category {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px
}

.life-style-sidebar .sidebar-widget.about-section .category li a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: 0;
    display: block;
    text-align: center;
    color: var(--text-color2);
    background: #f8f8f8;
    padding: 9px 17px;
    border-radius: 100px;
    transition: .7s
}

.life-style-sidebar .sidebar-widget.about-section .category li a:hover {
    color: var(--white-color);
    background: var(--text-color)
}

.life-style-sidebar .sidebar-add-image img {
    width: 100%
}

.blog-post-8 .load-more-btn {
    display: flex;
    justify-content: center;
    padding-top: 15px
}

.blog-post-8 .load-more-btn a {
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
    background: #f8f8f8;
    color: var(--text-color);
    padding: 19px 38px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .7s
}

.blog-post-8 .load-more-btn a svg path {
    stroke: var(--text-color)
}

.blog-post-8 .load-more-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.blog-post-8 .load-more-btn a:hover {
    color: var(--white-color)
}

.blog-post-8 .load-more-btn a:hover svg path {
    stroke: var(--white-color)
}

.blog-post-8 .load-more-btn a:hover .arrow {
    transform: rotate(45deg)
}

.blog-post-9 .top-content ul {
    display: flex;
    gap: 26px
}

@media(max-width:576px) {
    .blog-post-9 .top-content ul {
        flex-wrap: wrap;
        gap: 20px
    }
}

.blog-post-9 .top-content ul li {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: var(--text-color2)
}

.blog-post-9 .top-content ul li a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    position: relative;
    color: var(--text-color)
}

.blog-post-9 .top-content ul li a::before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #c4c4c4;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%)
}

.blog-post-9 .post-thump {
    margin-bottom: 30px
}

.blog-post-9 .post-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px
}

.blog-post-9 .post-meta li a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1;
    transition: .35s
}

.blog-post-9 .post-meta li a:hover {
    color: var(--primary-green)
}

.blog-post-9 .post-meta li a.publish-date {
    font-family: var(--font-figtree);
    font-weight: 400;
    color: var(--text-color2);
    position: relative;
    line-height: 1;
    transition: .35s
}

.blog-post-9 .post-meta li a.publish-date::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #c4c4c4;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%)
}

.blog-post-9 h1 {
    font-family: var(--font-red-rose);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: var(--text-color);
    border-bottom: 1px solid #eee;
    padding-bottom: 20px
}

@media(max-width:767px) {
    .blog-post-9 h1 {
        font-size: 24px;
        line-height: 1.2
    }
}

.blog-post-9 .blog-content {
    padding-top: 55px
}

@media(max-width:576px) {
    .blog-post-9 .blog-content {
        padding-top: 10px
    }
}

/* .blog-post-9 .blog-content p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 13px
}

.blog-post-9 .blog-content p .text {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: var(--text-color);
    text-decoration: underline;
    display: inline-block;
    transition: .35s
}

.blog-post-9 .blog-content p .text:hover {
    color: var(--primary-green)
} */

.blog-post-9 .blog-content h3 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: var(--text-color);
    padding-top: 24px
}

.blog-post-9 .blog-content blockquote {
    gap: 15px;
    position: relative;
    margin-top: 64px
}

.blog-post-9 .blog-content blockquote::before {
    content: "";
    height: 184px;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: var(--primary-green)
}

.blog-post-9 .blog-content blockquote .vector {
    min-width: 15px
}

.blog-post-9 .blog-content blockquote p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.7;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 10px;
    color: var(--text-color2)
}

.blog-post-9 .blog-content blockquote .author-name {
    padding-left: 30px
}

.blog-post-9 .blog-content blockquote .author-name span {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--text-color)
}

.blog-post-9 .post-thump-image {
    margin-bottom: 8px
}

.blog-post-9 .post-thump-image img {
    width: 100%
}

.blog-post-9 .blog-content2>span {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    display: inline-block;
    color: var(--text-color2);
    margin-bottom: 45px
}

.blog-post-9 .blog-content2 h3 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 10px
}

.blog-post-9 .blog-content2 p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 10px
}

.blog-post-9 .blog-content2 p a mark {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 0;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 10px;
    padding: 0;
    transition: .35s;
    background-color: #fff9d8
}

.blog-post-9 .blog-content2 p a mark:hover {
    background-color: #fcf2bf
}

.blog-post-9 .blog-content2 ul {
    padding-top: 12px;
    margin-bottom: 40px
}

.blog-post-9 .blog-content2 ul li {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
    color: var(--text-color2);
    display: flex;
    align-items: center;
    gap: 8px
}

.blog-post-9 .add-image {
    margin-bottom: 55px;
    display: block
}

.blog-post-9 .add-image img {
    width: 100%
}

.blog-post-9 .blog-tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px
}

@media(max-width:767px) {
    .blog-post-9 .blog-tag {
        flex-wrap: wrap;
        gap: 20px
    }
}

.blog-post-9 .blog-tag .author-name h6 {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 0
}

.blog-post-9 .blog-tag .author-name h6 a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--text-color);
    transition: .35s
}

.blog-post-9 .blog-tag .author-name h6 a:hover {
    color: var(--primary-green)
}

.blog-post-9 .blog-tag .tag-items {
    display: flex;
    align-items: center;
    gap: 10px
}

@media(max-width:576px) {
    .blog-post-9 .blog-tag .tag-items {
        flex-wrap: wrap
    }
}

.blog-post-9 .blog-tag .tag-items h6 {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 0
}

.blog-post-9 .blog-tag .tag-items ul {
    display: flex;
    gap: 10px
}

.blog-post-9 .blog-tag .tag-items ul li a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: var(--text-color2);
    transition: .35s
}

.blog-post-9 .blog-tag .tag-items ul li a:hover {
    color: var(--text-color)
}

.blog-post-9 .post-btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0
}

.blog-post-9 .post-btn .privious-post-btn a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 18.74px;
    text-align: left;
    color: var(--white-color);
    background: var(--dark-text-color);
    padding: 11px 18px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    transition: .7s;
    gap: 8px
}

.blog-post-9 .post-btn .privious-post-btn a svg path {
    stroke: var(--white-color)
}

.blog-post-9 .post-btn .privious-post-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.blog-post-9 .post-btn .privious-post-btn a:hover {
    color: var(--dark-text-color);
    background: var(--primary-green)
}

.blog-post-9 .post-btn .privious-post-btn a:hover svg path {
    stroke: var(--dark-text-color)
}

.blog-post-9 .post-btn .privious-post-btn a:hover .arrow {
    transform: rotate(-45deg)
}

.blog-post-9 .post-btn .next-post-btn a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 18.74px;
    text-align: left;
    color: var(--white-color);
    background: var(--dark-text-color);
    padding: 11px 18px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    transition: .7s;
    gap: 8px
}

.blog-post-9 .post-btn .next-post-btn a svg path {
    stroke: var(--white-color)
}

.blog-post-9 .post-btn .next-post-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.blog-post-9 .post-btn .next-post-btn a:hover {
    color: var(--dark-text-color);
    background: var(--primary-green)
}

.blog-post-9 .post-btn .next-post-btn a:hover svg path {
    stroke: var(--dark-text-color)
}

.blog-post-9 .post-btn .next-post-btn a:hover .arrow {
    transform: rotate(45deg)
}

.blog-post-9 .blog-post-area h6 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 26px
}

.blog-post-10 .welcome-area {
    border-bottom: 1px solid #eee
}

.blog-post-10 .welcome-area span {
    font-family: var(--font-figtree);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--dark-text-color2)
}

.blog-post-10 .welcome-area p {
    font-family: var(--font-figtree);
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--dark-text-color2)
}

.blog-post-10 .update-date {
    display: inline-flex;
    align-items: center;
    gap: 35px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 8px 13px;
    line-height: 1
}

@media(max-width:767px) {
    .blog-post-10 .update-date {
        flex-wrap: wrap
    }
}

.blog-post-10 .update-date h6 {
    margin-bottom: 0;
    color: var(--dark-text-color);
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    position: relative
}

.blog-post-10 .update-date h6 i {
    color: var(--primary-color)
}

.blog-post-10 .update-date h6::after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: var(--dark-text-color);
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:576px) {
    .blog-post-10 .update-date h6::after {
        width: 18px;
        right: -24px
    }
}

.blog-post-10 .update-date p {
    color: var(--dark-text-color2);
    font-family: var(--dark-text-color2);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.blog-post-10 .blog-banner-area {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 0
}

@media(max-width:991px) {
    .blog-post-10 .blog-banner-area {
        border: none
    }
}

.blog-post-10 .blog-banner-area .image-area img {
    border-radius: 10px
}

.blog-post-10 .blog-banner-area .text-area .blog-meta {
    display: flex;
    align-items: center;
    gap: 20px
}

.blog-post-10 .blog-banner-area .text-area .blog-meta li a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1;
    transition: .35s
}

.blog-post-10 .blog-banner-area .text-area .blog-meta li a:hover {
    color: var(--primary-green)
}

.blog-post-10 .blog-banner-area .text-area .blog-meta li a.publish-date {
    font-family: var(--font-figtree);
    font-weight: 400;
    color: var(--text-color2);
    position: relative;
    line-height: 1;
    transition: .35s
}

.blog-post-10 .blog-banner-area .text-area .blog-meta li a.publish-date:hover {
    color: var(--primary-green)
}

.blog-post-10 .blog-banner-area .text-area .blog-meta li a.publish-date::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #c4c4c4;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%)
}

.blog-post-10 .blog-banner-area .text-area h1 {
    font-family: var(--font-red-rose);
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 0;
    color: var(--dark-text-color)
}

@media(max-width:1199px) {
    .blog-post-10 .blog-banner-area .text-area h1 {
        font-size: 40px
    }
}

@media(max-width:576px) {
    .blog-post-10 .blog-banner-area .text-area h1 {
        font-size: 30px
    }
}

.blog-post-10 .banner-area-section .banner-content {
    border-bottom: 1px solid #eee
}

.blog-post-10 .banner-area-section .banner-content .blog-meta {
    display: flex;
    align-items: center;
    gap: 20px
}

.blog-post-10 .banner-area-section .banner-content .blog-meta li a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1;
    transition: .35s
}

.blog-post-10 .banner-area-section .banner-content .blog-meta li a:hover {
    color: var(--primary-green)
}

.blog-post-10 .banner-area-section .banner-content .blog-meta li a.publish-date {
    font-family: var(--font-figtree);
    font-weight: 400;
    color: var(--text-color2);
    position: relative;
    line-height: 1;
    transition: .35s
}

.blog-post-10 .banner-area-section .banner-content .blog-meta li a.publish-date:hover {
    color: var(--primary-green)
}

.blog-post-10 .banner-area-section .banner-content .blog-meta li a.publish-date::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #c4c4c4;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%)
}

.blog-post-10 .banner-area-section .banner-content h1 {
    font-family: var(--font-red-rose);
    font-size: 45px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 10px
}

.blog-post-10 .line-break {
    height: 10px;
    display: block
}

@media(min-width:992px) and (max-width:1199px) {
    .blog-post-10 .line-break {
        height: 10px
    }
}

@media(max-width:991px) {
    .blog-post-10 .line-break {
        height: 8px
    }
}

.blog-post-10 .line-break2 {
    height: 20px;
    display: block
}

@media(min-width:992px) and (max-width:1199px) {
    .blog-post-10 .line-break2 {
        height: 10px
    }
}

@media(max-width:991px) {
    .blog-post-10 .line-break2 {
        height: 8px
    }
}

.blog-post-10 .line-break3 {
    height: 15px;
    display: block
}

@media(min-width:992px) and (max-width:1199px) {
    .blog-post-10 .line-break3 {
        height: 10px
    }
}

@media(max-width:991px) {
    .blog-post-10 .line-break3 {
        height: 8px
    }
}

.blog-post-10 .top-content ul {
    display: flex;
    gap: 26px
}

@media(max-width:576px) {
    .blog-post-10 .top-content ul {
        flex-wrap: wrap;
        gap: 20px
    }
}

.blog-post-10 .top-content ul li {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: var(--dark-text-color2)
}

.blog-post-10 .top-content ul li a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    position: relative;
    color: var(--dark-text-color)
}

.blog-post-10 .top-content ul li a::before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #c4c4c4;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%)
}

.blog-post-10 .top-content2 ul {
    display: flex;
    gap: 26px
}

@media(max-width:576px) {
    .blog-post-10 .top-content2 ul {
        flex-wrap: wrap;
        gap: 20px
    }
}

.blog-post-10 .top-content2 ul li {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: var(--dark-text-color2);
    position: relative
}

.blog-post-10 .top-content2 ul li a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    position: relative;
    color: var(--dark-text-color)
}

.blog-post-10 .top-content2 ul li a.contact::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #c4c4c4;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%)
}

.blog-post-10 .banner-content {
    border-bottom: 1px solid #eee
}

.blog-post-10 .banner-content .blog-meta {
    display: flex;
    align-items: center;
    gap: 20px
}

.blog-post-10 .banner-content .blog-meta li a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1;
    transition: .35s
}

.blog-post-10 .banner-content .blog-meta li a:hover {
    color: var(--primary-green)
}

.blog-post-10 .banner-content .blog-meta li a.publish-date {
    font-family: var(--font-figtree);
    font-weight: 400;
    color: var(--text-color2);
    position: relative;
    line-height: 1;
    transition: .35s
}

.blog-post-10 .banner-content .blog-meta li a.publish-date::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #c4c4c4;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%)
}

.blog-post-10 .banner-content h1 {
    font-family: var(--font-red-rose);
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 0
}

.blog-post-10 .gaming-image-swipe .slider-btn-groups3 .slider-btn {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    background: var(--white-color);
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99
}

@media(max-width:991px) {
    .blog-post-10 .gaming-image-swipe .slider-btn-groups3 .slider-btn {
        display: none;
        visibility: hidden
    }
}

.blog-post-10 .gaming-image-swipe .slider-btn-groups3 .slider-btn.next-1 {
    right: -5px;
    left: unset
}

.blog-post-10 .gaming-image-swipe .slider-btn-groups3 .slider-btn svg {
    fill: var(--dark-text-color);
    transition: .35s
}

.blog-post-10 .gaming-image-swipe .slider-btn-groups3 .slider-btn:hover {
    background-color: var(--primary-green);
    border: none
}

.blog-post-10 .gaming-image-swipe .slider-btn-groups3 .slider-btn:hover svg {
    fill: var(--dark-text-color)
}

.blog-post-10 .gaming-image-swipe .content-area {
    border-bottom: 1px solid #eee
}

.blog-post-10 .gaming-image-swipe .content-area .blog-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.blog-post-10 .gaming-image-swipe .content-area .blog-meta li a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1;
    transition: .35s
}

.blog-post-10 .gaming-image-swipe .content-area .blog-meta li a:hover {
    color: var(--primary-green)
}

.blog-post-10 .gaming-image-swipe .content-area .blog-meta li a.publish-date {
    font-family: var(--font-figtree);
    font-weight: 400;
    color: var(--text-color2);
    position: relative;
    line-height: 1;
    transition: .35s
}

.blog-post-10 .gaming-image-swipe .content-area .blog-meta li a.publish-date:hover {
    color: var(--primary-green)
}

.blog-post-10 .gaming-image-swipe .content-area .blog-meta li a.publish-date::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #c4c4c4;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%)
}

.blog-post-10 .gaming-image-swipe .content-area h1 {
    font-family: var(--font-red-rose);
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: var(--text-color);
    margin-bottom: 0
}

@media(max-width:767px) {
    .blog-post-10 .gaming-image-swipe .content-area h1 {
        font-size: 35px
    }
}

.blog-post-10 .blog-content-area blockquote {
    position: relative
}

.blog-post-10 .blog-content-area blockquote::before {
    content: "";
    height: 244px;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: var(--primary-green)
}

.blog-post-10 .blog-content-area blockquote.blockquote-two::before {
    content: "";
    height: 184px;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: var(--primary-green)
}

.blog-post-10 .blog-content-area blockquote .vector {
    min-width: 15px
}

.blog-post-10 .blog-content-area blockquote p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.7;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 0
}

.blog-post-10 .blog-content-area blockquote p a {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: var(--text-color);
    text-decoration: underline;
    display: inline-block;
    transition: .35s
}

.blog-post-10 .blog-content-area blockquote p a:hover {
    color: var(--primary-green)
}

.blog-post-10 .blog-content-area blockquote .author-name {
    padding-left: 30px
}

.blog-post-10 .blog-content-area blockquote .author-name span {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--text-color)
}

.blog-post-10 .blog-content-area h3 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 0
}

@media(max-width:767px) {
    .blog-post-10 .blog-content-area h3 {
        font-size: 24px;
        line-height: 1.4
    }
}

.blog-post-10 .blog-content-area h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 0;
    color: var(--text-color)
}

.blog-post-10 .blog-content-area p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 0
}

.blog-post-10 .blog-content-area p a {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: var(--text-color);
    text-decoration: underline;
    display: inline-block;
    transition: .35s
}

.blog-post-10 .blog-content-area p a:hover {
    color: var(--primary-green)
}

.blog-post-10 .blog-content-area ul li {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    text-align: left;
    color: var(--text-color2);
    display: flex;
    margin-bottom: 6px;
    gap: 8px
}

.blog-post-10 .blog-content-area ul li svg {
    margin-top: 8px
}

.blog-post-10 .blog-content2 blockquote {
    position: relative
}

.blog-post-10 .blog-content2 blockquote::before {
    content: "";
    height: 244px;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: var(--primary-green)
}

.blog-post-10 .blog-content2 blockquote.blockquote-two::before {
    content: "";
    height: 184px;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: var(--primary-green)
}

.blog-post-10 .blog-content2 blockquote.blockquote-three::before {
    content: "";
    height: 154px;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: var(--primary-green)
}

.blog-post-10 .blog-content2 blockquote.blockquote-four::before {
    content: "";
    height: 124px;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: var(--primary-green)
}

.blog-post-10 .blog-content2 blockquote .vector {
    min-width: 15px
}

.blog-post-10 .blog-content2 blockquote p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.7;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 0
}

.blog-post-10 .blog-content2 blockquote p a {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: var(--text-color);
    text-decoration: underline;
    display: inline-block;
    transition: .35s
}

.blog-post-10 .blog-content2 blockquote p a:hover {
    color: var(--primary-green)
}

.blog-post-10 .blog-content2 blockquote .author-name {
    padding-left: 30px
}

.blog-post-10 .blog-content2 blockquote .author-name span {
    color: var(--text-color)
}

.blog-post-10 .blog-content2 blockquote .author-name span a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--text-color)
}

.blog-post-10 .blog-content2 h3 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 0
}

@media(max-width:767px) {
    .blog-post-10 .blog-content2 h3 {
        font-size: 24px
    }
}

.blog-post-10 .blog-content2 h5 {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 0
}

.blog-post-10 .blog-content2 p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 0
}

.blog-post-10 .blog-content2 p.pixel-text {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--text-color2);
    display: flex;
    justify-content: center;
    gap: 5px
}

.blog-post-10 .blog-content2 p.pixel-text a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--text-color2);
    text-decoration: underline;
    transition: .35s
}

.blog-post-10 .blog-content2 p.pixel-text a:hover {
    color: var(--primary-green)
}

.blog-post-10 .blog-content2 p a mark {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 0;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 10px;
    padding: 0;
    transition: .35s;
    background-color: #fff9d8
}

.blog-post-10 .blog-content2 p a mark:hover {
    background-color: #fcf2bf
}

.blog-post-10 .blog-content2 p.unique-text a {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: var(--text-color);
    text-decoration: underline;
    display: inline-block;
    transition: .35s
}

.blog-post-10 .blog-content2 p.unique-text a:hover {
    color: var(--primary-green)
}

.blog-post-10 .blog-content2 p.hover-text {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--text-color2);
    display: inline-block
}

.blog-post-10 .blog-content2 p.hover-text a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--text-color2);
    text-decoration: underline;
    transition: .35s
}

.blog-post-10 .blog-content2 p.hover-text a:hover {
    color: var(--primary-green)
}

.blog-post-10 .blog-content2 .gaming-eras {
    list-style-type: auto;
    margin-left: 15px
}

.blog-post-10 .blog-content2 .gaming-eras li {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 6px;
    text-align: start
}

.blog-post-10 .blog-content2 .gaming-eras li span {
    font-weight: 500;
    color: var(--text-color)
}

.blog-post-10 .blog-content2 .gaming-eras li a {
    text-decoration: underline;
    color: var(--text-color);
    font-weight: 500
}

.blog-post-10 .blog-content2 .list-area {
    padding-left: 20px
}

.blog-post-10 .blog-content2 .list-area .privacy-policy-list {
    list-style-type: auto
}

.blog-post-10 .blog-content2 .list-area .privacy-policy-list li {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 6px
}

.blog-post-10 .blog-content2 .list-area .privacy-policy-list li a {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    text-align: left;
    color: var(--text-color);
    text-decoration: underline;
    transition: .35s
}

.blog-post-10 .blog-content2 .list-area .privacy-policy-list li a:hover {
    color: var(--primary-green)
}

.blog-post-10 .blog-content2 .list-area .about-us-list li {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 6px
}

.blog-post-10 .blog-content2 .image-text-area .image-area img {
    max-width: 210px
}

.blog-post-10 .blog-content3 h3 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 0
}

@media(max-width:767px) {
    .blog-post-10 .blog-content3 h3 {
        font-size: 24px
    }
}

.blog-post-10 .blog-content3 p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 0
}

.blog-post-10 .blog-content3 p a {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    color: var(--text-color);
    text-decoration: underline;
    transition: .35s
}

.blog-post-10 .blog-content3 p a:hover {
    color: var(--primary-green)
}

.blog-post-10 .blog-content3 p.pixel-text {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--text-color2);
    display: inline-block
}

.blog-post-10 .blog-content3 p.pixel-text a {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--text-color2);
    text-decoration: underline;
    transition: .35s
}

.blog-post-10 .blog-content3 p.pixel-text a:hover {
    color: var(--primary-green)
}

.blog-post-10 .blog-tag {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:767px) {
    .blog-post-10 .blog-tag {
        flex-wrap: wrap;
        gap: 20px
    }
}

.blog-post-10 .blog-tag .author-name h6 {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 0
}

.blog-post-10 .blog-tag .author-name h6 span a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--text-color)
}

.blog-post-10 .blog-tag .tag-items {
    display: flex;
    align-items: center;
    gap: 10px
}

@media(max-width:576px) {
    .blog-post-10 .blog-tag .tag-items {
        flex-wrap: wrap
    }
}

.blog-post-10 .blog-tag .tag-items h6 {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 0
}

.blog-post-10 .blog-tag .tag-items ul {
    display: flex;
    gap: 10px
}

.blog-post-10 .blog-tag .tag-items ul li a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: var(--text-color2);
    transition: .35s
}

.blog-post-10 .blog-tag .tag-items ul li a:hover {
    color: var(--text-color)
}

.blog-post-10 .pagination-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap
}

.blog-post-10 .pagination-area h6 {
    font-family: var(--dark-text-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #000
}

.blog-post-10 .pagination-area .paginations {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px
}

.blog-post-10 .pagination-area .paginations .page-item a {
    color: var(--text-color2);
    font-family: var(--font-red-rose);
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.blog-post-10 .pagination-area .paginations .page-item a:hover {
    background-color: var(--primary-green);
    border-color: var(--primary-green);
    color: var(--dark-text-color)
}

.blog-post-10 .post-btn {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0
}

.blog-post-10 .post-btn .privious-post-btn a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 18.74px;
    text-align: left;
    color: var(--white-color);
    background: var(--dark-text-color);
    padding: 11px 18px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    transition: .7s;
    gap: 8px
}

.blog-post-10 .post-btn .privious-post-btn a svg path {
    stroke: var(--white-color)
}

.blog-post-10 .post-btn .privious-post-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.blog-post-10 .post-btn .privious-post-btn a:hover {
    color: var(--dark-text-color);
    background: var(--primary-green)
}

.blog-post-10 .post-btn .privious-post-btn a:hover svg path {
    stroke: var(--dark-text-color)
}

.blog-post-10 .post-btn .privious-post-btn a:hover .arrow {
    transform: rotate(-45deg)
}

.blog-post-10 .post-btn .next-post-btn a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 18.74px;
    text-align: left;
    color: var(--white-color);
    background: var(--dark-text-color);
    padding: 11px 18px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    transition: .7s;
    gap: 8px
}

.blog-post-10 .post-btn .next-post-btn a svg path {
    stroke: var(--white-color)
}

.blog-post-10 .post-btn .next-post-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.blog-post-10 .post-btn .next-post-btn a:hover {
    color: var(--dark-text-color);
    background: var(--primary-green)
}

.blog-post-10 .post-btn .next-post-btn a:hover svg path {
    stroke: var(--dark-text-color)
}

.blog-post-10 .post-btn .next-post-btn a:hover .arrow {
    transform: rotate(45deg)
}

.blog-post-10 .blog-post-area h6 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 0;
    color: var(--text-color)
}

.blog-post11 .top-content ul {
    display: flex;
    gap: 26px
}

@media(max-width:576px) {
    .blog-post11 .top-content ul {
        flex-wrap: wrap;
        gap: 20px
    }
}

.blog-post11 .top-content ul li {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: var(--text-color2)
}

.blog-post11 .top-content ul li a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    position: relative;
    color: var(--text-color)
}

.blog-post11 .top-content ul li a::before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #c4c4c4;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%)
}

.blog-post11 .video-image-section {
    position: relative
}

.blog-post11 .video-image-section a {
    position: relative
}

.blog-post11 .video-image-section ul li a {
    position: absolute;
    left: 30px;
    top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 2
}

.blog-post11 .video-image-section .line-break {
    height: 14px;
    display: block
}

@media(min-width:992px) and (max-width:1199px) {
    .blog-post11 .video-image-section .line-break {
        height: 10px
    }
}

@media(max-width:991px) {
    .blog-post11 .video-image-section .line-break {
        height: 8px
    }
}

.blog-post11 .content-area {
    border-bottom: 1px solid #eee
}

.blog-post11 .content-area .blog-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.blog-post11 .content-area .blog-meta li a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1;
    transition: .35s
}

.blog-post11 .content-area .blog-meta li a:hover {
    color: var(--primary-green)
}

.blog-post11 .content-area .blog-meta li a.publish-date {
    font-family: var(--font-figtree);
    font-weight: 400;
    color: var(--text-color2);
    position: relative;
    line-height: 1;
    transition: .35s
}

.blog-post11 .content-area .blog-meta li a.publish-date:hover {
    color: var(--primary-green)
}

.blog-post11 .content-area .blog-meta li a.publish-date::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #c4c4c4;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%)
}

.blog-post11 .content-area .line-break {
    height: 10px;
    display: block
}

@media(max-width:991px) {
    .blog-post11 .content-area .line-break {
        height: 10px
    }
}

.blog-post11 .content-area h1 {
    font-family: var(--font-red-rose);
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: var(--text-color);
    margin: 0 auto
}

@media(max-width:767px) {
    .blog-post11 .content-area h1 {
        font-size: 35px
    }
}

.blog-post11 .line-break {
    height: 20px;
    display: block
}

@media(min-width:992px) and (max-width:1199px) {
    .blog-post11 .line-break {
        height: 10px
    }
}

@media(max-width:991px) {
    .blog-post11 .line-break {
        height: 8px
    }
}

.blog-post11 .blog-content blockquote {
    gap: 15px;
    position: relative;
    margin-bottom: 0
}

.blog-post11 .blog-content blockquote::before {
    content: "";
    height: 184px;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: var(--primary-green)
}

.blog-post11 .blog-content blockquote .vector {
    min-width: 15px
}

.blog-post11 .blog-content blockquote p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.7;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 0;
    color: var(--text-color2)
}

.blog-post11 .blog-content blockquote .author-name {
    padding-left: 30px
}

.blog-post11 .blog-content blockquote .author-name span {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--text-color)
}

.blog-post11 .blog-content h3 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 0
}

@media(max-width:767px) {
    .blog-post11 .blog-content h3 {
        font-size: 24px
    }
}

.blog-post11 .blog-content p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 0
}

.blog-post11 .blog-content p span {
    color: var(--text-color)
}

.blog-post11 .blog-content p a {
    color: var(--text-color);
    text-decoration: underline;
    font-weight: 500;
    transition: .35s
}

.blog-post11 .blog-content p a:hover {
    color: var(--primary-green)
}

.blog-post11 .blog-content .blog-list li {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: var(--text-color2);
    display: flex;
    gap: 8px;
    margin-bottom: 10px
}

.blog-post11 .blog-content .blog-list li:last-child {
    margin-bottom: 10px
}

.blog-post11 .blog-content .blog-list li svg {
    margin-top: 6px
}

.blog-post11 .blog-content .gaming-eras {
    list-style-type: auto;
    margin-left: 15px
}

.blog-post11 .blog-content .gaming-eras li {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 6px
}

.blog-post11 .blog-content .gaming-eras li span {
    font-weight: 500;
    color: var(--text-color)
}

.blog-post11 .blog-content .gaming-eras li a {
    text-decoration: underline;
    color: var(--text-color);
    font-weight: 500
}

.blog-post11 .blog-content2 h3 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 0
}

@media(max-width:767px) {
    .blog-post11 .blog-content2 h3 {
        font-size: 24px
    }
}

.blog-post11 .blog-content2 p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 0
}

.blog-post11 .blog-content3 h3 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 0
}

@media(max-width:767px) {
    .blog-post11 .blog-content3 h3 {
        font-size: 24px
    }
}

.blog-post11 .blog-content3 p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 0
}

.blog-post11 .blog-content3 p.pixel-text {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 0
}

.blog-post11 .blog-content3 p.pixel-text a {
    color: var(--text-color2)
}

.blog-post11 .blog-content3 p a {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--text-color);
    text-decoration: underline;
    transition: .35s
}

.blog-post11 .blog-content3 p a:hover {
    color: var(--primary-green)
}

.blog-post11 .blog-tag {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:767px) {
    .blog-post11 .blog-tag {
        flex-wrap: wrap;
        gap: 20px
    }
}

.blog-post11 .blog-tag .author-name h6 {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 0
}

.blog-post11 .blog-tag .author-name h6 a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--text-color)
}

.blog-post11 .blog-tag .tag-items {
    display: flex;
    align-items: center;
    gap: 10px
}

@media(max-width:576px) {
    .blog-post11 .blog-tag .tag-items {
        flex-wrap: wrap
    }
}

.blog-post11 .blog-tag .tag-items h6 {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 0
}

.blog-post11 .blog-tag .tag-items ul {
    display: flex;
    gap: 10px
}

.blog-post11 .blog-tag .tag-items ul li a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: var(--text-color2);
    transition: .35s
}

.blog-post11 .blog-tag .tag-items ul li a:hover {
    color: var(--text-color)
}

.blog-post11 .post-btn {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0
}

.blog-post11 .post-btn .privious-post-btn a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 18.74px;
    text-align: left;
    color: var(--white-color);
    background: var(--dark-text-color);
    padding: 11px 18px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    transition: .7s;
    gap: 8px
}

.blog-post11 .post-btn .privious-post-btn a svg path {
    stroke: var(--white-color)
}

.blog-post11 .post-btn .privious-post-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.blog-post11 .post-btn .privious-post-btn a:hover {
    color: var(--dark-text-color);
    background: var(--primary-green)
}

.blog-post11 .post-btn .privious-post-btn a:hover svg path {
    stroke: var(--dark-text-color)
}

.blog-post11 .post-btn .privious-post-btn a:hover .arrow {
    transform: rotate(-45deg)
}

.blog-post11 .post-btn .next-post-btn a {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 18.74px;
    text-align: left;
    color: var(--white-color);
    background: var(--dark-text-color);
    padding: 11px 18px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    transition: .7s;
    gap: 8px
}

.blog-post11 .post-btn .next-post-btn a svg path {
    stroke: var(--white-color)
}

.blog-post11 .post-btn .next-post-btn a .arrow {
    transform: rotate(0);
    transition: .7s
}

.blog-post11 .post-btn .next-post-btn a:hover {
    color: var(--dark-text-color);
    background: var(--primary-green)
}

.blog-post11 .post-btn .next-post-btn a:hover svg path {
    stroke: var(--dark-text-color)
}

.blog-post11 .post-btn .next-post-btn a:hover .arrow {
    transform: rotate(45deg)
}

.blog-post11 .blog-post-area h6 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: var(--dark-text-color);
    margin-bottom: 0
}

.blog-card {
    transition: all .5s ease-out
}

.blog-card .blog-card-img-wrap {
    position: relative;
    transition: all .5s ease-out
}

.blog-card .blog-card-img-wrap a {
    overflow: hidden;
    display: block;
    border-radius: 5px 5px 0 0;
    transition: all .5s ease-out
}

.blog-card .blog-card-img-wrap a img {
    border-radius: 5px 5px 0 0;
    transition: all .5s ease-out
}

@media(max-width:991px) {
    .blog-card .blog-card-img-wrap a img {
        width: 100%
    }
}

.blog-card .blog-card-img-wrap a span {
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: center;
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    color: var(--white-color);
    background: rgba(11, 12, 12, .4);
    padding: 5px 22px;
    border-radius: 100px;
    z-index: 9
}

.blog-card .blog-card-img-wrap a span.blue-green {
    background: #0084bc
}

.blog-card .blog-card-img-wrap a span.magenta {
    background: #ff00b8
}

.blog-card .blog-card-img-wrap a span.Green-Blue {
    background: #00bc6d
}

.blog-card .blog-card-img-wrap a span.goldenrod {
    background: #d7a932
}

.blog-card .blog-card-img-wrap a span.light-royal-blue {
    background: #5f82ff
}

.blog-card .blog-card-img-wrap .icon {
    position: absolute;
    width: 27px;
    height: 27px;
    top: 20px;
    left: 144px;
    text-align: center;
    align-items: center;
    color: var(--white-color);
    background: #eee;
    border-radius: 50%;
    z-index: 9
}

.blog-card .blog-content {
    padding-top: 20px
}

.blog-card .blog-content .author-area {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px
}

.blog-card .blog-content .author-area ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.blog-card .blog-content .author-area ul li a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 0;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    transition: .35s
}

.blog-card .blog-content .author-area ul li a:hover {
    color: var(--primary-green)
}

.blog-card .blog-content .author-area ul li .publish-date {
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color2);
    display: flex;
    gap: 10px;
    align-items: center
}

.blog-card .blog-content .author-area ul li .publish-date:hover {
    color: var(--text-color2)
}

.blog-card .blog-content h5 a {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
    padding-top: 10px;
    transition: .35s
}

.blog-card .blog-content h5 a:hover {
    color: var(--primary-green)
}

.blog-card:hover .blog-card-img-wrap a img {
    transform: scale(1.1)
}

.blog-card3 .blog-card-img a {
    border-radius: 10px 10px 0 0;
    transition: .45s;
    display: block;
    overflow: hidden
}

.blog-card3 .blog-card-img img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    transition: .45s
}

.blog-card3 .blog-image-1 img {
    width: 100%
}

.blog-card3 .blog-content2 {
    border: 1px solid #f8eefc;
    border-radius: 0 0 10px 10px;
    border-top: unset
}

.blog-card3 .blog-content2 .blog-text {
    padding: 28px 6px 20px 20px
}

.blog-card3 .blog-content2 .blog-text .btn-area {
    display: flex;
    gap: 20px;
    align-items: center;
    text-align: center;
    margin-bottom: 10px
}

.blog-card3 .blog-content2 .blog-text .btn-area .basic-btn a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: var(--text-color2);
    background: #f0f0f0;
    border-radius: 5px;
    padding: 3px 10px;
    transition: .7s
}

.blog-card3 .blog-content2 .blog-text .btn-area .basic-btn a:hover {
    background: var(--primary-green);
    color: var(--dark-text-color)
}

.blog-card3 .blog-content2 .blog-text .btn-area .bookmarks a {
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    padding: 5px 7px;
    display: flex;
    align-items: center;
    text-align: center;
    transition: .7s
}

.blog-card3 .blog-content2 .blog-text .btn-area .bookmarks a svg {
    fill: var(--text-color2)
}

.blog-card3 .blog-content2 .blog-text .btn-area .bookmarks a:hover {
    background: var(--primary-green)
}

.blog-card3 .blog-content2 .blog-text .btn-area .bookmarks a:hover svg {
    fill: var(--dark-text-color)
}

.blog-card3 .blog-content2 .blog-text h4 a {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: var(--text-color);
    transition: .35s
}

.blog-card3 .blog-content2 .blog-text h4 a:hover {
    color: var(--primary-green)
}

@media(max-width:1399px) {
    .blog-card3 .blog-content2 .blog-text h4 a {
        font-size: 20px;
        line-height: 1
    }
}

.blog-card3 .blog-content2 .author-area {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    border-top: 1px solid #f8eefc;
    gap: 15px
}

@media(max-width:1199px) {
    .blog-card3 .blog-content2 .author-area {
        gap: 10px
    }
}

.blog-card3 .blog-content2 .author-area .author-content .author-name a {
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    text-align: left;
    color: var(--text-color);
    transition: .35s
}

.blog-card3 .blog-content2 .author-area .author-content .author-name a:hover {
    color: var(--primary-green)
}

.blog-card3 .blog-content2 .author-area .author-content .publish-date {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 20px;
    flex-wrap: wrap
}

@media(max-width:1199px) {
    .blog-card3 .blog-content2 .author-area .author-content .publish-date {
        gap: 3px
    }
}

.blog-card3 .blog-content2 .author-area .author-content .publish-date a {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: var(--text-color2);
    transition: .35s
}

.blog-card3 .blog-content2 .author-area .author-content .publish-date a:hover {
    color: var(--primary-green)
}

.blog-card3 .blog-content2 .author-area .author-content .publish-date span {
    padding-left: 15px;
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--text-color2);
    position: relative;
    transition: .35s
}

.blog-card3 .blog-content2 .author-area .author-content .publish-date span::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #c4c4c4;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:1199px) {
    .blog-card3 .blog-content2 .author-area .author-content .publish-date span::after {
        left: 4px
    }
}

.blog-card3:hover .blog-card-img a img {
    transform: scale(1.1)
}

#simp {
    font-size: 14px;
    font-family: var(--font-red-rose);
    text-align: initial;
    line-height: initial;
    background: #2f2f2f;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden
}

#simp .simp-player {
    background-color: #191919;
    border-radius: 10px
}

#simp .simp-player .simp-album {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap
}

#simp .simp-player .simp-album .simp-cover {
    margin-right: 0
}

#simp .simp-player .simp-info .simp-title {
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 700;
    line-height: 27.48px;
    letter-spacing: .01em;
    color: var(--white-color);
    margin-bottom: 7px
}

#simp .simp-player .simp-info .simp-artist {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    color: #c4c4c4
}

#simp ul li.simp-active {
    background-color: var(--primary-green);
    color: var(--dark-text-color);
    font-weight: 500
}

#simp ul li.simp-active .simp-desc {
    color: #5a5c62;
    opacity: 1
}

.faq-page-wrap .faq-area .section-title-and-filter {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:767px) {
    .faq-page-wrap .faq-area .section-title-and-filter {
        flex-wrap: wrap;
        gap: 20px
    }
}

.faq-page-wrap .faq-area .section-title-and-filter .filter-atra {
    border-radius: 5px;
    border: 1px solid rgba(26, 26, 26, .0784313725);
    background: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 6px 6px 6px 20px
}

.faq-page-wrap .faq-area .section-title-and-filter .filter-atra .nice-select {
    height: 30px;
    background-color: var(--dark-text-color);
    padding-left: 15px;
    padding-right: 35px
}

.faq-page-wrap .faq-area .section-title-and-filter .filter-atra .nice-select::after {
    border-color: var(--dark-text-color);
    right: 18px;
    height: 7px;
    width: 7px
}

.faq-page-wrap .faq-area .section-title-and-filter .filter-atra .nice-select .current {
    color: var(--dark-text-color);
    font-weight: 600;
    font-size: 13px
}

.faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item {
    border-radius: 10px;
    border: 1px solid var(--border-color);
    margin-bottom: 15px;
    background-color: transparent
}

.faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item .accordion-header {
    border-radius: 10px;
    background-color: transparent
}

.faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--text-color);
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 600;
    padding: 15px 55px 15px 25px;
    border-radius: 10px;
    background-color: transparent
}

@media(max-width:576px) {
    .faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
        padding: 15px 45px 15px 15px
    }
}

.faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    flex-shrink: 0;
    width: unset;
    height: unset;
    margin-left: auto;
    background-image: none;
    background-repeat: unset;
    background-size: unset;
    font-family: bootstrap-icons !important;
    position: absolute;
    right: 17px;
    content: "\f64d";
    transition: unset;
    font-size: 14px;
    width: 24px;
    height: 24px;
    border: 1px solid #003c30;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #003c30;
    transition: .5s
}

.faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    border: transparent;
    box-shadow: none;
    background-color: transparent;
    color: var(--text-color)
}

.faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: unset;
    font-family: bootstrap-icons !important;
    content: "\f2ea";
    color: var(--text-color);
    background-color: var(--primary-green);
    border: none
}

.faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
    border: transparent;
    border-radius: 10px;
    box-shadow: none
}

.faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item .accordion-body {
    padding: 15px 25px;
    color: var(--text-color2);
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    border-top: 1px solid var(--border-color)
}

@media(max-width:576px) {
    .faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item .accordion-body {
        padding: 0 15px 15px
    }
}

.faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item:hover .accordion-header .accordion-button::after {
    background-color: var(--primary-green);
    border-color: var(--primary-green);
    color: var(--dark-text-color)
}

.faq-page-wrap .faq-area .faq-wrap button {
    white-space: wrap
}

.faq-page-wrap .faq-wrap {
    border-radius: 10px
}

@media(max-width:576px) {
    .faq-page-wrap .faq-wrap {
        padding: 10px
    }
}

.comment-area {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 44px 50px 30px
}

@media(max-width:1399px) {
    .comment-area {
        padding: 40px
    }
}

@media(max-width:1199px) {
    .comment-area {
        padding: 40px 30px
    }
}

@media(max-width:767px) {
    .comment-area {
        padding: 40px 25px
    }
}

.comment-area .comment-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 53px
}

.comment-area .comment-title h4 {
    color: var(--dark-text-color);
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0;
    line-height: 1;
    white-space: nowrap
}

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

.comment-area .comment>li {
    margin-bottom: 40px
}

.comment-area .comment>li>.single-comment-area {
    margin-bottom: 24px
}

.comment-area .comment>li:last-child {
    margin-bottom: 0
}

.comment-area .comment .single-comment-area {
    display: flex;
    align-items: flex-start;
    gap: 20px
}

@media(max-width:576px) {
    .comment-area .comment .single-comment-area {
        gap: 15px;
        flex-wrap: wrap
    }
}

.comment-area .comment .single-comment-area .author-img img {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%
}

.comment-area .comment .single-comment-area .comment-content .author-name-deg {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap
}

.comment-area .comment .single-comment-area .comment-content .author-name-deg h6 {
    line-height: 1;
    margin-bottom: 0;
    font-family: var(--font-red-rose);
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: var(--dark-text-color)
}

@media(max-width:576px) {
    .comment-area .comment .single-comment-area .comment-content .author-name-deg h6 {
        font-size: 15px
    }
}

.comment-area .comment .single-comment-area .comment-content .author-name-deg span {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    line-height: 1;
    color: var(--dark-text-color2)
}

.comment-area .comment .single-comment-area .comment-content p {
    font-family: var(--font-figtree);
    color: var(--dark-text-color2);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin-bottom: 12px
}

@media(max-width:767px) {
    .comment-area .comment .single-comment-area .comment-content p {
        font-size: 14px
    }
}

.comment-area .comment .single-comment-area .comment-content .replay-btn {
    color: var(--dark-text-color);
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    cursor: pointer;
    transition: .35s
}

.comment-area .comment .single-comment-area .comment-content .replay-btn svg {
    transition: .35s;
    fill: var(--dark-text-color)
}

.comment-area .comment .single-comment-area .comment-content .replay-btn:hover {
    color: var(--primary-green)
}

.comment-area .comment .single-comment-area .comment-content .replay-btn:hover svg {
    fill: var(--primary-green)
}

.comment-area .comment .comment-replay {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 70px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 29px 0 15px
}

.comment-area .comment .comment-replay.two {
    border-bottom: none;
    padding: 29px 0 0
}

@media(max-width:576px) {
    .comment-area .comment .comment-replay {
        margin-left: 25px
    }
}

.comment-area .comment .comment-replay>li {
    margin-bottom: 30px
}

.comment-area .comment .comment-replay>li:last-child {
    margin-bottom: 0
}

.inquiry-form {
    background: url(../image/standard/Background-8.png);
    border-radius: 20px;
    padding: 40px 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media(max-width:767px) {
    .inquiry-form {
        padding: 45px 20px 50px
    }
}

.inquiry-form .title {
    margin-bottom: 45px
}

.inquiry-form .title h4 {
    font-family: var(--font-red-rose);
    color: var(--dark-text-color);
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0
}

.inquiry-form .title h1 {
    font-family: var(--font-red-rose);
    color: var(--dark-text-color);
    font-size: 45px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0
}

.inquiry-form .form-check {
    min-height: unset;
    margin-bottom: 0
}

.inquiry-form .form-check .form-check-input {
    cursor: pointer;
    height: 14px;
    width: 14px
}

.inquiry-form .form-check .form-check-input:focus {
    box-shadow: none
}

.inquiry-form .form-check .form-check-input:checked {
    background-color: var(--dark-text-color2);
    border-color: #eee
}

.inquiry-form .form-check .form-check-input[type=checkbox] {
    border-radius: unset
}

.inquiry-form .form-check .form-check-label {
    cursor: pointer;
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: var(--dark-text-color2)
}

@media(max-width:576px) {
    .inquiry-form .form-check .form-check-label {
        font-size: 12px
    }
}

.inquiry-form .form-inner {
    line-height: 1
}

.inquiry-form .form-inner label {
    font-family: var(--font-red-rose);
    color: var(--dark-text-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 19.98px;
    text-align: left;
    display: inline-block;
    line-height: 1;
    margin-bottom: 12px
}

.inquiry-form .form-inner input {
    width: 100%;
    font-family: var(--font-figtree);
    color: var(--dark-text-color2);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 15px 25px;
    height: 50px;
    border: 1px solid var(--border-color);
    border-radius: 5px
}

.inquiry-form .form-inner input::-moz-placeholder {
    color: rgba(var(--text-color-opc), 0.4)
}

.inquiry-form .form-inner input::placeholder {
    color: rgba(var(--text-color-opc), 0.4)
}

.inquiry-form .form-inner input:focus {
    border-color: var(--primary-color1)
}

.inquiry-form .form-inner textarea {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    color: var(--dark-text-color2);
    border: 1px solid #eee;
    outline: none;
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 18px 25px;
    min-height: 150px
}

.inquiry-form .form-inner textarea:focus {
    border-color: var(--primary-color1)
}

.inquiry-form .form-inner textarea::-moz-placeholder {
    color: rgba(var(--text-color-opc), 0.4)
}

.inquiry-form .form-inner textarea::placeholder {
    color: rgba(var(--text-color-opc), 0.4)
}

.inquiry-form .form-inner .primary-btn1 {
    background: var(--dark-text-color);
    padding: 17px 30px;
    border-radius: 28px;
    margin-top: 40px;
    transition: .7s
}

.inquiry-form .form-inner .primary-btn1 span {
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 18.74px;
    text-align: center;
    color: var(--white-color);
    display: flex;
    align-items: center;
    gap: 8px
}

.inquiry-form .form-inner .primary-btn1 span svg path {
    stroke: var(--white-color)
}

.inquiry-form .form-inner .primary-btn1 span .arrow {
    transform: rotate(0);
    transition: .7s
}

.inquiry-form .form-inner .primary-btn1 span:hover {
    color: var(--white-color)
}

.inquiry-form .form-inner .primary-btn1 span:hover svg path {
    stroke: var(--white-color)
}

.inquiry-form .form-inner .primary-btn1 span:hover .arrow {
    transform: rotate(45deg)
}

.share-post-area {
    background: #f8f8f8;
    border: 1px solid var(--white-color);
    border-radius: 10px;
    margin-bottom: 60px
}

.share-post-area .share-post-content {
    padding: 40px 0 50px
}

.share-post-area .share-post-content h3 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: var(--dark-text-color)
}

.share-post-area .share-post-content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 30px
}

.share-post-area .share-post-content ul li .icon {
    background: var(--white-color);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    transition: .35s;
    border: 1px solid #eee
}

.share-post-area .share-post-content ul li .icon svg {
    fill: var(--dark-text-color2)
}

.share-post-area .share-post-content ul li .icon:hover {
    background-color: var(--primary-green);
    border: none
}

.share-post-area .share-post-content ul li .icon:hover svg {
    fill: var(--dark-text-color)
}

.share-post-area .share-post-content .input-area {
    border: 1px solid #eee;
    background: var(--white-color);
    height: 56px;
    width: 100%;
    max-width: 440px;
    padding: 10px 30px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    border-radius: 28px;
    position: relative
}

@media(max-width:576px) {
    .share-post-area .share-post-content .input-area {
        max-width: 300px
    }
}

.share-post-area .share-post-content .input-area input {
    background: var(--white-color);
    width: 100%;
    color: #545454;
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 400;
    line-height: 0;
    letter-spacing: 0;
    text-align: left
}

.share-post-area .share-post-content .input-area input::-moz-placeholder {
    color: var(--text-color)
}

.share-post-area .share-post-content .input-area input::placeholder {
    color: var(--text-color)
}

.share-post-area .share-post-content .input-area #copy-link-icon {
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--dark-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    cursor: pointer
}

.share-post-area .share-post-content .input-area #copy-link-icon svg {
    transition: .35s;
    fill: var(--white-color)
}

.share-post-area .share-post-content .input-area #copy-link-icon:hover {
    background-color: var(--primary-green);
    border: none
}

.share-post-area .share-post-content .input-area #copy-link-icon:hover svg {
    fill: var(--text-color)
}

.share-post-area .share-post-content .input-area .copy-text {
    position: relative
}

.share-post-area .share-post-content .input-area .copy-text:after {
    font-size: 16px;
    color: var(--dark-text-color);
    background-color: var(--primary-green);
    font-family: var(--font-red-rose);
    line-height: 1;
    content: "Copied";
    display: block;
    border-radius: 3px;
    padding: 5px 10px;
    position: absolute;
    top: -13px;
    right: 40px;
    opacity: 1;
    will-change: opacity, transform;
    transform: scaleX(0);
    transform-origin: right;
    transition: .45s
}

.share-post-area .share-post-content .input-area .copy-text.show::after {
    transform: scaleX(1)
}

.subscribe-section {
    background-color: #ede6ff;
    border-radius: 10px;
    padding: 40px 0;
    text-align: center
}

@media(max-width:767px) {
    .subscribe-section {
        padding: 20px
    }
}

.subscribe-section h3 {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    max-width: 400px;
    margin: 0 auto 20px
}

@media(max-width:576px) {
    .subscribe-section h3 {
        font-size: 25px
    }
}

.subscribe-section .input-area {
    border-radius: 10px;
    border: 1px solid var(--text-color);
    background: var(--white-color);
    height: 56px;
    width: 100%;
    max-width: 440px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px
}

.subscribe-section .input-area input {
    background: var(--white-color);
    width: 100%;
    color: #545454;
    font-family: var(--font-red-rose);
    font-size: 14px;
    font-weight: 400;
    line-height: 0;
    letter-spacing: 0;
    text-align: left
}

.subscribe-section .input-area input::-moz-placeholder {
    color: var(--text-color)
}

.subscribe-section .input-area input::placeholder {
    color: var(--text-color)
}

.subscribe-section .input-area button {
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--primary-green);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s
}

.subscribe-section .input-area button svg {
    transition: .35s;
    fill: var(--dark-text-color)
}

.subscribe-section .input-area button:hover {
    background-color: var(--text-color);
    border: none
}

.subscribe-section .input-area button:hover svg {
    fill: var(--dark-white-color)
}

.subscribe-section p {
    font-family: var(--font-figtree);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color2);
    text-align: center;
    margin-bottom: 0
}

.subscribe-section p svg {
    margin-top: -2px
}

.load-btn {
    color: var(--text-color);
    font-family: var(--font-red-rose);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px 36px;
    border-radius: 100px;
    background-color: #f8f8f8
}

.load-btn svg {
    fill: none;
    stroke: var(--text-color);
    transition: .5s
}

.load-btn:hover svg {
    stroke: var(--white-color)
}

.header-logo .light {
    display: none;
    visibility: hidden
}

.header-logo .dark {
    display: block;
    visibility: visible
}

.footer-logo .light {
    display: none;
    visibility: hidden
}

.footer-logo .dark {
    display: block;
    visibility: visible
}

.dark header.life-style {
    border-bottom: 1px solid #2f2f2f
}

.dark header.life-style.boder-bottom-none {
    border-bottom: none
}

.dark header.podcast .nav-right {
    gap: 20px
}

.dark header.podcast .nav-right .header-btn:hover {
    color: var(--white-color)
}

.dark header.podcast .nav-right .header-btn:hover svg {
    stroke: var(--white-color)
}

.dark .sidebar-menu {
    border-right: 1px solid #2f2f2f
}

.dark .sidebar-menu .mobile-logo-area {
    border-bottom: 1px solid #2f2f2f
}

.dark .header-area2 .header-menu-icon .menu-icon {
    border: 1px solid #2f2f2f
}

.dark .header-logo .light {
    display: block;
    visibility: visible
}

.dark .header-logo .dark {
    display: none;
    visibility: hidden
}

.dark .footer-logo .light {
    display: block;
    visibility: visible
}

.dark .footer-logo .dark {
    display: none;
    visibility: hidden
}

.dark header.travel {
    border-color: #484848
}

.dark header.travel .header-wrapper .logo-sidebar .header-logo .white-logo {
    display: block;
    visibility: visible
}

.dark header.travel .header-wrapper .logo-sidebar .header-logo .black-logo {
    display: none;
    visibility: hidden
}

.dark header.travel .header-wrapper .nav-right .header-btn {
    color: var(--dark-text-color)
}

.dark header.travel .header-wrapper .nav-right .header-btn svg path {
    stroke: var(--dark-text-color)
}

.dark header.travel .mobile-logo-wrap .white-logo {
    display: block;
    visibility: visible
}

.dark header.travel .mobile-logo-wrap .black-logo {
    display: none;
    visibility: hidden
}

.dark header.health {
    background-color: #272727
}

.dark header.health .header-wrapper .header-logo .white-logo {
    display: block;
    visibility: visible
}

.dark header.health .header-wrapper .header-logo .black-logo {
    display: none;
    visibility: hidden
}

.dark header.health .header-wrapper .nav-right .header-btn {
    color: var(--dark-text-color)
}

.dark header.health .header-wrapper .nav-right .header-btn svg path {
    stroke: var(--dark-text-color)
}

.dark header.health .mobile-logo-wrap .white-logo {
    display: block;
    visibility: visible
}

.dark header.health .mobile-logo-wrap .black-logo {
    display: none;
    visibility: hidden
}

.dark .top-tour .top-tour-wrap {
    border-top: 1px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f
}

.dark .banner-area .slider-btn-groups .slider-btn {
    background: var(--dark-text-color);
    border: 1px solid #2f2f2f
}

.dark .banner-area .slider-btn-groups .slider-btn svg {
    fill: var(--white-color)
}

.dark .banner-area .slider-btn-groups .slider-btn:hover {
    background-color: var(--primary-green);
    border-color: var(--primary-green)
}

.dark .banner-area .slider-btn-groups .slider-btn:hover svg {
    fill: var(--dark-text-color)
}

.dark .banner-area .banner-bg {
    border-color: #313030
}

.dark .banner-area .helth-banner {
    border-color: #313030
}

.dark .add-area .Health-Wellness {
    border-color: #313030
}

.dark .blog-area {
    border-color: #313030
}

.dark .blog-area .blog-card .blog-bottom-content .blog-author .author-name a:hover {
    color: var(--primary-green2)
}

.dark .blog-area .blog-card .blog-bottom-content .blog-btn a {
    background: var(--dark-text-color);
    border: 1px solid #2f2f2f;
    color: var(--white-color)
}

.dark .blog-area .blog-card .blog-bottom-content .blog-btn a svg path {
    stroke: var(--white-color)
}

.dark .blog-area .blog-card .blog-bottom-content .blog-btn a:hover {
    background: var(--primary-green);
    color: var(--dark-text-color)
}

.dark .blog-area .blog-card .blog-bottom-content .blog-btn a:hover svg path {
    stroke: var(--dark-text-color)
}

.dark .health-sidebar-area .single-widget {
    border-color: #313030
}

.dark .health-sidebar-area .single-widget .view-all-btn a {
    background: var(--dark-text-color);
    color: var(--white-color);
    border: 1px solid #2f2f2f
}

.dark .health-sidebar-area .single-widget .view-all-btn a svg path {
    stroke: var(--white-color)
}

.dark .health-sidebar-area .single-widget .category li a {
    background: #2f2f2f;
    color: var(--white-color)
}

.dark .health-sidebar-area .single-widget .category li a:hover {
    background: var(--white-color);
    color: #2f2f2f
}

.dark .footer-section {
    background: #111
}

.dark .footer-section .footer-top .footer-top-content .email-area .input-area {
    background: var(--dark-text-color);
    border: 1px solid #2f2f2f
}

.dark .footer-section .footer-top .footer-top-content .email-area .input-area input {
    background: var(--dark-text-color)
}

.dark .footer-section .footer-top .footer-top-content .email-area .our-activetis .social-area .icon {
    background: var(--dark-text-color);
    border: 1px solid #2f2f2f
}

.dark .footer-section .footer-top .footer-top-content .email-area .our-activetis .social-area .icon svg {
    fill: var(--white-color)
}

.dark .footer-section .footer-top .footer-top-content .email-area .our-activetis .social-area:hover .icon {
    background: var(--primary-green)
}

.dark .footer-section .footer-top .footer-top-content .email-area .our-activetis .social-area:hover .icon svg {
    fill: var(--dark-text-color)
}

.dark .footer-section .footer-top .footer-widget .widget-list li a svg path {
    stroke: var(--white-color)
}

.dark .footer-section .footer-top .footer-widget ul li .img-section .gallery-img {
    border: 5px solid #2f2f2f
}

.dark .footer-section .footer-btm {
    background: var(--dark-text-color);
    border: 1px solid #2f2f2f
}

.dark .blog-sidebar-wrapper .sidebar-widget {
    background-color: #202020
}

.dark .blog-sidebar-wrapper .sidebar-widget .sidebar-content h5 {
    color: var(--white-color)
}

.dark .blog-sidebar-wrapper .sidebar-widget .sidebar-content p {
    color: var(--white-color)
}

.dark .blog-sidebar-wrapper .sidebar-widget.driscription {
    background-color: #202020
}

.dark .blog-sidebar-wrapper .sidebar-widget.driscription .counter-area {
    background-color: #161616
}

.dark .blog-sidebar-wrapper .sidebar-widget.discover-post {
    background: 0 0;
    border: 1px solid #2f2f2f
}

.dark .blog-sidebar-wrapper .sidebar-widget.discover-post .category li a {
    border: 1px solid #2f2f2f
}

.dark .blog-sidebar-wrapper .sidebar-widget.discover-post .category li a:hover {
    color: var(--dark-text-color)
}

.dark .blog-sidebar-wrapper .sidebar-widget.featured-post h6 {
    background: 0 0;
    border: 1px solid #2f2f2f
}

.dark .blog-sidebar-wrapper .sidebar-widget.featured-post h6:hover {
    background: var(--primary-green);
    color: var(--dark-text-color)
}

.dark .footer-section-5 {
    background: #111
}

.dark .footer-section-5 .footer-top .footer-logo-area h2 a {
    color: var(--white-color)
}

.dark .footer-section-5 .footer-top .footer-logo-area p {
    color: var(--white-color)
}

.dark .footer-section-5 .footer-top .footer-widget .widget-title h5 {
    color: var(--white-color)
}

.dark .footer-section-5 .footer-top .footer-widget .widget-list li a {
    color: var(--white-color)
}

.dark .footer-section-5 .footer-top .footer-widget .widget-list li a svg path {
    stroke: var(--white-color)
}

.dark .footer-section-5 .footer-top .footer-list-down {
    border-top: 1px solid #2f2f2f
}

.dark .footer-section-5 .footer-top .footer-list-down .copyright-area p {
    color: var(--white-color)
}

.dark .footer-section-5 .footer-top .footer-list-down .copyright-area p a {
    color: var(--white-color)
}

.dark .footer-section-5 .footer-top .footer-list-down .copyright-area p a:hover {
    color: var(--primary-green)
}

.dark .footer-section-5 .footer-top .footer-list-down ul li a {
    color: var(--white-color)
}

.dark .footer-section-5 .footer-top .footer-list-down ul li a:hover {
    color: var(--primary-green)
}

.dark .pet-news .pet-news-area .driscription-and-search .form-inner {
    background-color: #202020;
    border: 1px solid #413e3e
}

.dark .pet-news .pet-news-area .driscription-and-search .form-inner button {
    background-color: var(--primary-green)
}

.dark .pet-news .pet-news-area .driscription-and-search .form-inner button svg {
    fill: var(--dark-text-color)
}

.dark .header-area2 {
    border-bottom: 1px solid #2f2f2f
}

.dark .header-area2 .header-right .subscribe-btn a {
    color: #161616
}

.dark .header-area2 .header-right .subscribe-btn a svg path {
    stroke: #161616
}

.dark .header-area2 .header-menu-icon .tt-style-switch i {
    color: var(--white-color)
}

.dark .header-menu2 {
    border-bottom: 1px solid #2f2f2f
}

.dark .header-menu2 .social-media ul li a {
    background: 0 0;
    border: 1px solid #2f2f2f
}

.dark .header-menu2 .social-media ul li a svg {
    fill: var(--white-color)
}

.dark .header-menu2 .social-media ul li a:hover {
    background: var(--primary-green);
    border: 1px solid var(--primary-green)
}

.dark .header-menu2 .social-media ul li a:hover svg {
    fill: #161616
}

.dark .banner-area2 {
    border-bottom: 1px solid #2f2f2f
}

.dark .banner-area2 .slider-btn-groups .slider-btn {
    background: 0 0;
    border: 1px solid #2f2f2f
}

.dark .banner-area2 .slider-btn-groups .slider-btn svg {
    fill: var(--white-color)
}

.dark .banner-area2 .slider-btn-groups .slider-btn span {
    color: var(--white-color)
}

.dark .banner-area2 .slider-btn-groups .slider-btn.swiper-button-disabled {
    opacity: .5;
    background: #202020;
    border: none
}

.dark .discover-section .discover-content .number span {
    background: #2f2f2f;
    border: none
}

.dark .discover-section .discover-content .number span:hover {
    background: #000;
    color: var(--white-color)
}

.dark .discover-section .slider-btn-groups .slider-btn {
    background: #111;
    border: 1px solid #2f2f2f
}

.dark .discover-section .slider-btn-groups .slider-btn svg {
    fill: var(--white-color)
}

.dark .blog-post2 .blog-border {
    border: 1px solid #2f2f2f
}

.dark .blog-post2 .blog-border .category-and-select-area .category {
    background-color: #202020
}

.dark .blog-post2 .blog-border .spot-light-btn a {
    background: #2f2f2f;
    color: var(--white-color)
}

.dark .blog-post2 .blog-border .nav-tabs li button {
    color: var(--white-color);
    border: 1px solid #2f2f2f
}

.dark .blog-post2 .view-all-btn a {
    border: 1px solid #2f2f2f
}

.dark .blog-post2 .view-all-btn a:hover {
    color: #161616
}

.dark .blog-post2 .view-all-btn a:hover svg path {
    stroke: #161616
}

.dark .blog-post2 .sidebar-area .single-widget {
    background-color: #202020
}

.dark .blog-post2 .sidebar-area .single-widget.three {
    background: 0 0;
    border: 1px solid #2f2f2f
}

.dark .blog-post2 .sidebar-area .single-widget.four {
    background: 0 0
}

.dark .blog-post2 .sidebar-area .single-widget h2 a {
    color: var(--white-color)
}

.dark .blog-post2 .sidebar-area .single-widget p {
    color: var(--white-color);
    border-top: 1px solid #2f2f2f
}

.dark .blog-post2 .sidebar-area .single-widget .our-activetis {
    background-color: #2f2f2f;
    border: 1px solid #2f2f2f
}

.dark .blog-post2 .sidebar-area .single-widget .our-activetis .social-area .icon svg {
    fill: var(--white-color)
}

.dark .blog-post2 .sidebar-area .single-widget .our-activetis .social-area .icon:hover svg {
    fill: #161616
}

.dark .blog-post2 .sidebar-area .single-widget .our-activetis .social-area .number h5 {
    color: var(--white-color)
}

.dark .blog-post2 .sidebar-area .single-widget .our-activetis .social-area .number span {
    color: var(--white-color)
}

.dark .blog-post2 .sidebar-area .single-widget .top-btn a {
    color: var(--white-color);
    border: none;
    background: #2f2f2f
}

.dark .blog-post2 .sidebar-area .single-widget .top-btn a:hover {
    background: var(--primary-green);
    color: var(--dark-text-color)
}

.dark .blog-post2 .sidebar-area .single-widget .recent-post {
    border-bottom: 1px solid #2f2f2f
}

.dark .blog-post2 .sidebar-area .single-widget .recent-post .recent-post-content a {
    color: #c4c4c4
}

.dark .blog-post2 .sidebar-area .single-widget .recent-post .recent-post-content a:hover {
    color: var(--primary-green)
}

.dark .blog-post2 .sidebar-area .single-widget .recent-post .recent-post-content h5 a {
    color: var(--white-color)
}

.dark .blog-post2 .sidebar-area .single-widget .recent-post .recent-post-content h5 a:hover {
    color: var(--primary-green)
}

.dark .blog-post2 .sidebar-area .single-widget .view-all-btn2 a {
    color: var(--white-color);
    background: 0 0;
    border: 1px solid #2f2f2f
}

.dark .blog-post2 .sidebar-area .single-widget .view-all-btn2 a svg path {
    stroke: var(--white-color)
}

.dark .blog-post2 .sidebar-area .single-widget .view-all-btn2 a:hover {
    background: var(--primary-green);
    color: var(--dark-text-color)
}

.dark .blog-post2 .sidebar-area .single-widget .view-all-btn2 a:hover svg path {
    stroke: var(--dark-text-color)
}

.dark .blog-post2 .sidebar-area .single-widget .category li a {
    color: var(--white-color);
    background: #2f2f2f
}

.dark .blog-post2 .sidebar-area .single-widget .category li a:hover {
    color: #161616;
    background: var(--white-color)
}

.dark .blog-post2 .sidebar-area .single-widget .see-more-btn a {
    border: 1px solid #2f2f2f
}

.dark .blog-post2 .sidebar-area .single-widget .see-more-btn a:hover {
    color: #161616;
    border: 1px solid var(--primary-green)
}

.dark .blog-post2 .sidebar-area .single-widget .see-more-btn a:hover svg path {
    stroke: #161616
}

.dark .blog-post2 .sidebar-area .single-widet-image img {
    width: 100%
}

.dark .blog-post2 .contect-section {
    background: #202020
}

.dark .blog-post2 .contect-section h3 {
    color: var(--white-color)
}

.dark .blog-post2 .contect-section .input-area {
    background: #161616;
    border: 1px solid #2f2f2f
}

.dark .blog-post2 .contect-section .input-area input {
    color: #000;
    background: #161616
}

.dark .blog-post2 .contect-section .input-area button {
    border: 1px solid var(--primary-green);
    background: var(--primary-green)
}

.dark .blog-post2 .contect-section .input-area button svg {
    fill: #191919
}

.dark .blog-post2 .contect-section .input-area button:hover {
    border: none
}

.dark .blog-post2 .contect-section .input-area button:hover svg {
    fill: var(--white-color)
}

.dark .blog-post2 .contect-section p {
    color: var(--white-color)
}

.dark .blog-post2 .contect-section p svg {
    fill: var(--white-color)
}

.dark .blog-post2 .load-more-btn a {
    color: var(--white-color);
    border: 1px solid #2f2f2f;
    background: 0 0
}

.dark .blog-post2 .load-more-btn a svg path {
    stroke: var(--white-color)
}

.dark .blog-post2 .load-more-btn a:hover {
    color: #191919
}

.dark .blog-post2 .load-more-btn a:hover svg path {
    stroke: #191919
}

.dark .gallery-section .sub-title h6 {
    color: var(--white-color)
}

.dark .gallery-section .sub-title h6 svg {
    fill: var(--white-color)
}

.dark .gallery-section .sub-title h6 .arrow {
    fill: var(--primary-green)
}

.dark .footer-section2 {
    background: #111
}

.dark .travel-page-title-area .driscription-and-search .form-inner {
    background-color: #222;
    border: 1px solid #373637
}

.dark .header-area-3 .header-right .icon-area li i {
    color: var(--white-color);
    transition: .5s
}

.dark .header-area-3 .header-right .icon-area li svg {
    fill: var(--white-color)
}

.dark .header-area-3 .header-right .icon-area .main-menu ul li a {
    color: var(--dark-text-color)
}

.dark .header-area-3 .header-right .menu-wrap .nav-right .header-btn {
    color: var(--dark-text-color)
}

.dark .header-area-3 .header-right .menu-wrap .nav-right .header-btn svg {
    stroke: var(--dark-text-color)
}

.dark .blog-post3 .slider-btn-groups2 .slider-btn {
    background: var(--dark-text-color);
    border: 1px solid #2f2f2f
}

.dark .blog-post3 .slider-btn-groups2 .slider-btn svg {
    fill: var(--white-color)
}

.dark .blog-post3 .blog-content .author-area ul li a {
    color: var(--white-color);
    transition: .35s
}

.dark .blog-post3 .blog-content .author-area ul li a:hover {
    color: var(--primary-green)
}

.dark .blog-post3 .blog-content .author-area ul li .publish-date {
    color: var(--white-color);
    transition: .35s
}

.dark .blog-post3 .blog-content .author-area ul li .publish-date:hover {
    color: var(--primary-green)
}

.dark .blog-post3 .blog-content .author-area h3 a {
    color: var(--white-color);
    transition: .35s
}

.dark .blog-post3 .blog-content .author-area h3 a:hover {
    color: var(--primary-green)
}

.dark .blog-post3 .blog-border .nav-area {
    border: 1px solid #2f2f2f
}

.dark .blog-post3 .blog-border .nav-area .title-section h5 {
    color: var(--white-color)
}

.dark .blog-post3 .blog-border .nav-area .nav-tabs li button {
    color: var(--white-color);
    border: 1px solid #2f2f2f
}

.dark .blog-post3 .blog-border .nav-area .nav-tabs li button.active {
    color: var(--dark-text-color);
    background-color: #f8eefc;
    border-color: #eee
}

.dark .blog-post3 .load-more-btn a {
    border: 1px solid #2f2f2f
}

.dark .blog-post3 .load-more-btn a:hover {
    color: var(--dark-text-color)
}

.dark .blog-post3 .load-more-btn a:hover svg path {
    stroke: var(--dark-text-color)
}

.dark .pet-sidebar-area .single-widget {
    border: 1px solid #2f2f2f
}

.dark .pet-sidebar-area .single-widget .top-btn a {
    background: #202020
}

.dark .pet-sidebar-area .single-widget .view-all-btn2 a {
    background: #202020;
    color: var(--white-color)
}

.dark .pet-sidebar-area .single-widget .view-all-btn2 a svg path {
    stroke: var(--white-color)
}

.dark .pet-sidebar-area .single-widget .category-btn a {
    background: #202020
}

.dark .pet-sidebar-area .single-widget.two {
    border: none
}

.dark .pet-sidebar-area .single-widget.three {
    background: 0 0
}

.dark .pet-sidebar-area .single-widget .social-area .social-media-icon {
    border: 1px solid #2f2f2f
}

.dark .pet-sidebar-area .single-widget .social-area .social-media-icon .content .number {
    color: var(--white-color)
}

.dark .pet-sidebar-area .single-widget .social-area .social-media-icon .content .number:hover {
    color: var(--primary-green)
}

.dark .pet-sidebar-area .single-widget .social-area .social-media-icon .content p {
    color: var(--white-color)
}

.dark .pet-sidebar-area .single-widget .category li a {
    background: 0 0;
    border: 1px solid #2f2f2f;
    transition: .35s
}

.dark .pet-sidebar-area .single-widget .category li a:hover {
    background: var(--white-color);
    color: var(--dark-text-color)
}

.dark .pet-sidebar-area .single-widget .single-widget-content h3 {
    color: var(--white-color)
}

.dark .pet-sidebar-area .single-widget .single-widget-content h6 {
    color: var(--white-color)
}

.dark .pet-sidebar-area .single-widget .single-widget-content .input-area {
    background: var(--dark-text-color);
    border: 1px solid #2f2f2f
}

.dark .pet-sidebar-area .single-widget .single-widget-content .input-area input {
    background: var(--dark-text-color)
}

.dark .pet-sidebar-area .single-widget .pet-sports-content .img-content .enroll-btn a {
    color: var(--dark-text-color)
}

.dark .pet-sidebar-area .single-widget .pet-sports-content .img-content .enroll-btn a svg path {
    stroke: var(--dark-text-color)
}

.dark .footer-section3 {
    background: #111
}

.dark .footer-section3 .footer-top .footer-content .subsceibe-btn a {
    color: var(--dark-text-color)
}

.dark .footer-section3 .footer-top .footer-content .subsceibe-btn a svg path {
    stroke: var(--dark-text-color)
}

.dark header.ai-technology {
    border-bottom: 1px solid #2f2f2f
}

.dark header.ai-technology .header-wrapper .nav-right .header-btn {
    background: var(--white-color);
    color: var(--dark-text-color)
}

.dark header.ai-technology .header-wrapper .nav-right .header-btn svg path {
    stroke: var(--dark-text-color)
}

.dark .banner-swipe {
    border-bottom: 1px solid #2f2f2f
}

.dark .banner-swipe .banner-content .btn-area .basic-btn a {
    background: 0 0;
    border: 1px solid #2f2f2f;
    color: var(--white-color)
}

.dark .banner-swipe .banner-content .btn-area .basic-btn a:hover {
    background: var(--primary-green);
    color: var(--dark-text-color)
}

.dark .banner-swipe .banner-content .btn-area .bookmarks a {
    background: 0 0;
    border: 1px solid #2f2f2f
}

.dark .banner-swipe .banner-content .btn-area .bookmarks a svg {
    fill: var(--white-color)
}

.dark .banner-swipe .banner-content .btn-area .bookmarks a:hover {
    background: var(--primary-green)
}

.dark .banner-swipe .banner-content .btn-area .bookmarks a:hover svg {
    fill: var(--dark-text-color)
}

.dark .banner-swipe .banner-content h1 {
    color: var(--white-color)
}

.dark .banner-swipe .banner-content p {
    color: var(--white-color)
}

.dark .banner-swipe .banner-content .author-area .author-content .author-name a {
    color: var(--white-color)
}

.dark .banner-swipe .banner-content .author-area .author-content .author-name a:hover {
    color: var(--primary-green)
}

.dark .banner-swipe .banner-content .author-area .author-content .publish-date a {
    color: var(--white-color)
}

.dark .banner-swipe .banner-content .author-area .author-content .publish-date a:hover {
    color: var(--primary-green)
}

.dark .banner-swipe .banner-content .author-area .author-content .publish-date span {
    color: var(--white-color)
}

.dark .blog-post .blog-card .blog-content2 {
    border: 1px solid #2f2f2f
}

.dark .blog-post .blog-card .blog-content2 .blog-text .btn-area .basic-btn a {
    background: 0 0;
    color: var(--white-color);
    border: 1px solid #2f2f2f
}

.dark .blog-post .blog-card .blog-content2 .blog-text .btn-area .basic-btn a:hover {
    background: var(--primary-green);
    color: var(--dark-text-color)
}

.dark .blog-post .blog-card .blog-content2 .blog-text .btn-area .bookmarks a {
    background: 0 0;
    border: 1px solid #2f2f2f
}

.dark .blog-post .blog-card .blog-content2 .blog-text .btn-area .bookmarks a svg {
    fill: var(--white-color)
}

.dark .blog-post .blog-card .blog-content2 .blog-text .btn-area .bookmarks a:hover {
    background: var(--primary-green)
}

.dark .blog-post .blog-card .blog-content2 .blog-text .btn-area .bookmarks a:hover svg {
    fill: var(--dark-text-color)
}

.dark .blog-post .blog-card .blog-content2 .blog-text h4 a {
    color: var(--white-color)
}

.dark .blog-post .blog-card .blog-content2 .blog-text h4 a:hover {
    color: var(--primary-green)
}

.dark .blog-post .blog-card .blog-content2 .author-area {
    border-top: 1px solid #2f2f2f
}

.dark .blog-post .blog-card .blog-content2 .author-area .author-content .author-name a {
    color: var(--white-color)
}

.dark .blog-post .blog-card .blog-content2 .author-area .author-content .author-name a:hover {
    color: var(--primary-green)
}

.dark .blog-post .blog-card .blog-content2 .author-area .author-content .publish-date a {
    color: var(--white-color)
}

.dark .blog-post .blog-card .blog-content2 .author-area .author-content .publish-date a:hover {
    color: var(--primary-green)
}

.dark .blog-post .blog-card .blog-content2 .author-area .author-content .publish-date span {
    color: var(--white-color)
}

.dark .blog-post .load-more-btn a {
    color: var(--white-color);
    background: 0 0;
    border: 1px solid #2f2f2f
}

.dark .blog-post .load-more-btn a:hover {
    color: var(--dark-text-color)
}

.dark .blog-post .load-more-btn a:hover svg path {
    stroke: var(--dark-text-color)
}

.dark .footer-section4 {
    background: #111
}

.dark .footer-section4 .footer-area .footer-logo-area h2 a {
    color: var(--white-color)
}

.dark .footer-section4 .footer-area .footer-logo-area p {
    color: var(--white-color)
}

.dark .footer-section4 .footer-area .our-activetis .social-area .icon {
    border: 1px solid #2f2f2f
}

.dark .footer-section4 .footer-area .our-activetis .social-area .icon svg {
    fill: var(--white-color)
}

.dark .footer-section4 .footer-area .our-activetis .social-area .icon:hover svg {
    fill: var(--dark-text-color)
}

.dark .footer-section4 .footer-area .our-activetis .social-area .number h5 {
    color: var(--white-color)
}

.dark .footer-section4 .footer-area .our-activetis .social-area .number span {
    color: var(--white-color)
}

.dark .footer-section4 .footer-area .email-area h5 {
    color: var(--white-color)
}

.dark .footer-section4 .footer-area .email-area .input-area {
    background: var(--dark-text-color);
    border: 1px solid #2f2f2f
}

.dark .footer-section4 .footer-area .email-area .input-area input {
    background: var(--dark-text-color)
}

.dark .footer-section4 .footer-area .footer-widget .widget-title h5 {
    color: var(--white-color)
}

.dark .footer-section4 .footer-area .footer-widget .widget-list li a {
    color: var(--white-color)
}

.dark .footer-section4 .footer-area .footer-widget .widget-list li a svg path {
    stroke: var(--white-color)
}

.dark .footer-section4 .footer-list {
    background: var(--dark-text-color);
    border: 1px solid #2f2f2f
}

.dark .footer-section4 .footer-list .copyright-area p {
    color: var(--white-color)
}

.dark .footer-section4 .footer-list .copyright-area p a {
    color: var(--white-color)
}

.dark .footer-section4 .footer-list .copyright-area p a:hover {
    color: var(--primary-green)
}

.dark .footer-section4 .footer-list ul li a {
    color: var(--white-color)
}

.dark .footer-section4 .footer-list ul li a:hover {
    color: var(--primary-green)
}

.dark .exclusive-section .section-title h5 {
    color: var(--white-color)
}

.dark .exclusive-section .slider-btn-groups .slider-btn {
    border: 1px solid #2f2f2f
}

.dark .exclusive-section .slider-btn-groups .slider-btn svg path {
    stroke: var(--white-color)
}

.dark .exclusive-section .exclusive-content {
    border: 1px solid #2f2f2f
}

.dark .exclusive-section .exclusive-content .publish-date span a {
    color: var(--white-color)
}

.dark .exclusive-section .exclusive-content .publish-date span a:hover {
    color: var(--primary-blue)
}

.dark .exclusive-section .exclusive-content .publish-date h5 {
    color: var(--white-color)
}

.dark .subscription-discover-section .subscription-section {
    background: #111
}

.dark .subscription-discover-section .subscription-section h3 {
    color: var(--white-color)
}

.dark .subscription-discover-section .subscription-section p {
    color: var(--white-color)
}

.dark .subscription-discover-section .subscription-section span {
    color: var(--white-color)
}

.dark .subscription-discover-section .subscription-section span svg {
    fill: var(--white-color)
}

.dark .subscription-discover-section .subscription-section .email-area .input-area {
    background: var(--dark-text-color);
    border: 1px solid #2f2f2f
}

.dark .subscription-discover-section .subscription-section .email-area .input-area input {
    background: var(--dark-text-color)
}

.dark .subscription-discover-section .subscription-section .email-area .input-area input::-moz-placeholder {
    color: var(--white-color)
}

.dark .subscription-discover-section .subscription-section .email-area .input-area input::placeholder {
    color: var(--white-color)
}

.dark .subscription-discover-section .discover-section {
    background: #111
}

.dark .subscription-discover-section .discover-section .discover-btn {
    color: var(--white-color)
}

.dark .subscription-discover-section .discover-section .discover-btn:hover {
    color: var(--primary-blue)
}

.dark .subscription-discover-section .discover-section .discover-btn:hover svg path {
    stroke: var(--primary-blue)
}

.dark .subscription-discover-section .discover-section .discover-btn svg path {
    stroke: var(--white-color)
}

.dark .subscription-discover-section .discover-section .category {
    border-top: 1px solid #2f2f2f
}

.dark .subscription-discover-section .discover-section .category li a {
    background: var(--dark-text-color);
    color: var(--white-color)
}

.dark .subscription-discover-section .discover-section .category li a:hover {
    background: var(--white-color);
    color: var(--dark-text-color)
}

.dark .subscription-discover-section .discover-section .see-more-btn a {
    background: 0 0;
    border: 1px solid #2f2f2f
}

.dark .subscription-discover-section .discover-section .see-more-btn a:hover {
    background: var(--primary-blue);
    color: var(--dark-text-color)
}

.dark .subscription-discover-section .discover-section .see-more-btn a:hover svg path {
    stroke: var(--dark-text-color)
}

.dark .fevorite-episode-secton .fevorite-section-content h3 a {
    color: var(--white-color)
}

.dark .fevorite-episode-secton .fevorite-section-content p {
    color: var(--white-color)
}

.dark .fevorite-episode-secton .fevorite-section-content .image-content {
    border-color: #2f2f2f
}

.dark .fevorite-episode-secton .fevorite-section-content .image-content .publish-date .button {
    background: 0 0;
    border: 1px solid #2f2f2f;
    color: var(--white-color)
}

.dark .fevorite-episode-secton .fevorite-section-content .image-content .publish-date .button:hover {
    background: var(--primary-blue);
    color: var(--dark-text-color)
}

.dark .fevorite-episode-secton .fevorite-section-content .image-content .publish-date span a {
    color: var(--white-color)
}

.dark .fevorite-episode-secton .fevorite-section-content .image-content .publish-date span a:hover {
    color: var(--primary-blue)
}

.dark .fevorite-episode-secton .section-title h5 {
    color: var(--white-color)
}

.dark .fevorite-episode-secton .section-button a {
    background: 0 0;
    border: 1px solid #2f2f2f;
    color: var(--white-color)
}

.dark .card-audio-wrapper {
    background: #111
}

.dark .blog-post4 .blog-section-content .image-content {
    border-color: #2f2f2f
}

.dark .blog-post4 .blog-section-content .image-content .publish-date .button {
    background: 0 0;
    border: 1px solid #2f2f2f;
    color: var(--white-color)
}

.dark .blog-post4 .blog-section-content .image-content .publish-date .button:hover {
    background: var(--primary-blue);
    color: var(--dark-text-color)
}

.dark .blog-post4 .blog-section-content .image-content .publish-date span a {
    color: var(--white-color)
}

.dark .blog-post4 .blog-section-content .image-content .publish-date span a:hover {
    color: var(--primary-blue)
}

.dark .blog-post4 .blog-section-content .image-content h3 a {
    color: var(--white-color)
}

.dark .blog-post4 .blog-section-content .image-content h3 a:hover {
    color: var(--primary-blue)
}

.dark .blog-post4 .blog-section-content .image-content p {
    color: var(--white-color)
}

.dark .blog-post4 .load-more-btn a {
    color: var(--white-color);
    background: 0 0;
    border: 1px solid #2f2f2f
}

.dark .blog-post4 .load-more-btn a svg path {
    stroke: var(--white-color)
}

.dark .blog-post4 .load-more-btn a:hover {
    color: var(--dark-text-color)
}

.dark .blog-post4 .load-more-btn a:hover svg path {
    stroke: var(--dark-text-color)
}

.dark .blog-post4 .sidebar-section .social-area .social-media-icon {
    border: 1px solid #2f2f2f
}

.dark .blog-post4 .sidebar-section .social-area .social-media-icon .content .number {
    color: var(--white-color)
}

.dark .blog-post4 .sidebar-section .social-area .social-media-icon .content .number:hover {
    color: var(--primary-blue)
}

.dark .blog-post4 .sidebar-section .social-area .social-media-icon .content p {
    color: var(--white-color)
}

.dark .blog-post4 .sidebar-section .single-widget-category {
    background: #111
}

.dark .blog-post4 .sidebar-section .single-widget-category h5 {
    color: var(--white-color)
}

.dark .blog-post4 .sidebar-section .single-widget-category .category li a {
    background: var(--dark-text-color);
    color: var(--white-color)
}

.dark .gallery-section2 .sub-title h6 {
    color: var(--white-color)
}

.dark .gallery-section2 .sub-title h6 svg {
    fill: var(--white-color)
}

.dark .gallery-section2 .sub-title h6 .arrow {
    fill: var(--primary-blue)
}

.dark .blog-post-section .blog-section-content .image-content .blog-text .btn-area .basic-btn a {
    background: 0 0;
    border: 1px solid #2f2f2f;
    color: var(--white-color)
}

.dark .blog-post-section .blog-section-content .image-content .blog-text .btn-area .basic-btn a:hover {
    background: var(--primary-green);
    color: var(--dark-text-color)
}

.dark .blog-post-section .blog-section-content .image-content .blog-text .btn-area .bookmarks a {
    background: 0 0;
    border: 1px solid #2f2f2f
}

.dark .blog-post-section .blog-section-content .image-content .blog-text .btn-area .bookmarks a svg {
    fill: var(--white-color)
}

.dark .blog-post-section .blog-section-content .image-content .blog-text .btn-area .bookmarks a:hover {
    background: var(--primary-green)
}

.dark .blog-post-section .blog-section-content .image-content .blog-text .btn-area .bookmarks a:hover svg {
    fill: var(--dark-text-color)
}

.dark .blog-post-section .blog-section-content .image-content .blog-text h3 a {
    color: var(--white-color)
}

.dark .blog-post-section .blog-section-content .image-content .blog-text h3 a:hover {
    color: var(--primary-green)
}

.dark .blog-post-section .blog-section-content .image-content .blog-text p {
    color: var(--white-color)
}

.dark .blog-post-section .blog-section-content .image-content .author-area .author-content .author-name a {
    color: var(--white-color)
}

.dark .blog-post-section .blog-section-content .image-content .author-area .author-content .author-name a:hover {
    color: var(--primary-green)
}

.dark .blog-post-section .blog-section-content .image-content .author-area .author-content .publish-date a {
    color: var(--white-color)
}

.dark .blog-post-section .blog-section-content .image-content .author-area .author-content .publish-date a:hover {
    color: var(--primary-green)
}

.dark .blog-post-section .blog-section-content .image-content .author-area .author-content .publish-date span {
    color: var(--white-color)
}

.dark .blog-post-section .load-more-btn a {
    background: 0 0;
    border: 1px solid #2f2f2f
}

.dark .blog-post-section .load-more-btn a:hover {
    color: var(--dark-text-color)
}

.dark .blog-post-section .load-more-btn a:hover svg path {
    stroke: var(--dark-text-color)
}

.dark .footer-section-7 {
    background: var(--dark-text-color)
}

.dark .footer-section-7 .footer-logo-section .our-activetis .social-area .icon {
    border: 1px solid #2f2f2f
}

.dark .footer-section-7 .footer-logo-section .our-activetis .social-area:hover .icon svg {
    fill: var(--dark-text-color)
}

.dark .footer-section-7 .footer-down-list {
    border-top: 1px solid #2f2f2f
}

.dark .blog-post-8 .load-more-btn a {
    color: var(--white-color);
    background: 0 0;
    border: 1px solid #2f2f2f
}

.dark .blog-post-8 .load-more-btn a svg path {
    fill: var(--white-color)
}

.dark .blog-post-8 .load-more-btn a:hover {
    color: var(--dark-text-color)
}

.dark .blog-post-8 .load-more-btn a:hover svg path {
    stroke: var(--dark-text-color)
}

.dark .footer-section-8 {
    background: var(--dark-text-color)
}

.dark .blog-post-9 h1 {
    border-bottom: 1px solid #2f2f2f
}

.dark .blog-post-9 .post-btn {
    border-top: 1px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f
}

.dark .blog-post-9 .post-btn .privious-post-btn a {
    background: var(--dark-text-color);
    color: var(--white-color);
    border: 1px solid #2f2f2f
}

.dark .blog-post-9 .post-btn .privious-post-btn a svg path {
    stroke: var(--white-color)
}

.dark .blog-post-9 .post-btn .next-post-btn a {
    background: 0 0;
    color: var(--white-color);
    border: 1px solid #2f2f2f
}

.dark .blog-post-9 .post-btn .next-post-btn a svg path {
    stroke: var(--white-color)
}

.dark .blog-post-10 .top-content2 ul li a {
    color: var(--white-color)
}

.dark .blog-post-10 .gaming-image-swipe .slider-btn-groups3 .slider-btn {
    background: var(--dark-text-color);
    border: 1px solid #2f2f2f
}

.dark .blog-post-10 .gaming-image-swipe .slider-btn-groups3 .slider-btn svg {
    fill: var(--white-color)
}

.dark .blog-post-10 .gaming-image-swipe .slider-btn-groups3 .slider-btn:hover {
    background: var(--primary-green)
}

.dark .blog-post-10 .gaming-image-swipe .slider-btn-groups3 .slider-btn:hover svg {
    fill: var(--dark-text-color)
}

.dark .blog-post-10 .gaming-image-swipe .content-area {
    border-bottom: 1px solid #2f2f2f
}

.dark .blog-post-10 .banner-content {
    border-bottom: 1px solid #2f2f2f
}

.dark .blog-post-10 .pagination-area h6 {
    color: var(--white-color)
}

.dark .blog-post-10 .pagination-area .paginations .page-item a {
    color: var(--white-color)
}

.dark .blog-post-10 .pagination-area .paginations .page-item a:hover {
    color: var(--dark-text-color)
}

.dark .blog-post-10 .blog-banner-area {
    border: 1px solid #2f2f2f
}

.dark .blog-post-10 .blog-banner-area .text-area h1 {
    color: var(--white-color)
}

.dark .blog-post-10 .welcome-area {
    border-bottom: 1px solid #2f2f2f
}

.dark .blog-post-10 .welcome-area span {
    color: var(--white-color)
}

.dark .blog-post-10 .welcome-area p {
    color: var(--white-color)
}

.dark .blog-post-10 .update-date {
    border: 1px solid #2f2f2f
}

.dark .blog-post-10 .update-date h6 {
    color: var(--white-color)
}

.dark .blog-post-10 .update-date h6::after {
    background-color: var(--white-color)
}

.dark .blog-post-10 .update-date p {
    color: var(--white-color)
}

.dark .category li a {
    background: 0 0;
    color: var(--white-color);
    border: 1px solid #2f2f2f
}

.dark .category li a:hover {
    background: var(--white-color);
    color: var(--dark-text-color)
}

.dark .post-btn {
    border-top: 1px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f
}

.dark .post-btn .privious-post-btn a {
    background: 0 0;
    color: var(--white-color);
    border: 1px solid #2f2f2f
}

.dark .post-btn .privious-post-btn a svg path {
    stroke: var(--white-color)
}

.dark .post-btn .next-post-btn a {
    background: 0 0;
    color: var(--white-color);
    border: 1px solid #2f2f2f
}

.dark .post-btn .next-post-btn a svg path {
    stroke: var(--white-color)
}

.dark .share-post-area {
    background: #202020;
    border: unset
}

.dark .share-post-area .share-post-content h3 {
    color: var(--white-color)
}

.dark .share-post-area .share-post-content ul li .icon {
    background: var(--dark-text-color);
    border: 1px solid #2f2f2f
}

.dark .share-post-area .share-post-content ul li .icon svg {
    fill: var(--white-color)
}

.dark .share-post-area .share-post-content ul li:hover {
    background: var(--primary-green)
}

.dark .share-post-area .share-post-content ul li:hover svg {
    fill: var(--dark-text-color)
}

.dark .share-post-area .share-post-content .input-area {
    background: var(--dark-text-color);
    border: 1px solid #2f2f2f
}

.dark .share-post-area .share-post-content .input-area input {
    color: var(--white-color);
    background-color: var(--dark-text-color)
}

.dark .share-post-area .share-post-content .input-area #copy-link-icon {
    border: 1px solid var(--primary-green);
    background-color: var(--primary-green)
}

.dark .share-post-area .share-post-content .input-area #copy-link-icon svg {
    fill: var(--dark-text-color)
}

.dark .subscribe-section {
    background: #202020
}

.dark .subscribe-section h3 {
    color: var(--white-color)
}

.dark .subscribe-section .input-area {
    background: var(--dark-text-color);
    border: 1px solid #2f2f2f
}

.dark .subscribe-section .input-area input {
    background: var(--dark-text-color)
}

.dark .subscribe-section p {
    color: var(--white-color)
}

.dark .comment-area {
    border: 1px solid #2f2f2f
}

.dark .comment-area .comment-title h4 {
    color: var(--white-color)
}

.dark .comment-area .comment .single-comment-area .comment-content .author-name-deg h6 {
    color: var(--white-color)
}

.dark .comment-area .comment .single-comment-area .comment-content .author-name-deg span {
    color: var(--white-color)
}

.dark .comment-area .comment .single-comment-area .comment-content p {
    color: var(--white-color)
}

.dark .comment-area .comment .single-comment-area .comment-content .replay-btn {
    color: var(--white-color)
}

.dark .comment-area .comment .single-comment-area .comment-content .replay-btn svg {
    fill: var(--white-color)
}

.dark .comment-area .comment .comment-replay {
    border-top: 1px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f
}

.dark .comment-area .comment .comment-replay.two {
    border-bottom: none
}

.dark .inquiry-form {
    background: #202020;
    border: 1px solid #2f2f2f
}

.dark .inquiry-form.contact-inquiry h1 {
    color: var(--white-color)
}

.dark .inquiry-form .title h4 {
    color: var(--white-color)
}

.dark .inquiry-form .form-inner label {
    color: var(--white-color)
}

.dark .inquiry-form .form-inner input {
    background: var(--dark-text-color);
    border: 1px solid #2f2f2f
}

.dark .inquiry-form .form-inner textarea {
    background: var(--dark-text-color);
    border: 1px solid #2f2f2f
}

.dark .inquiry-form .form-check .form-check-label {
    color: var(--white-color)
}

.dark .banner-swipe2 .banner-wrapper {
    background: #222
}

.dark .banner-swipe2 .banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    background-color: #dbccab
}

.dark .banner-swipe2 .banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-blue)
}

.dark .banner-swipe2 .banner-wrapper .banner-content>span {
    color: var(--text-color)
}

.dark .banner-swipe2 .banner-wrapper .banner-content .card-audio-wrapper .others-player .audio-app .dropdown.two .other-app-wrappers {
    background-color: #161616;
    border: 1px solid #393939
}

.dark .life-style-sidebar .sidebar-widget {
    background: #202020
}

.dark .life-style-sidebar .sidebar-widget.driscription .author-area {
    border-top: 1px solid #2f2f2f
}

.dark .life-style-sidebar .sidebar-widget.driscription .author-area .author-name h5 {
    color: var(--white-color)
}

.dark .life-style-sidebar .sidebar-widget.driscription .author-area .author-name span {
    color: var(--white-color)
}

.dark .life-style-sidebar .sidebar-widget.driscription p {
    color: var(--white-color)
}

.dark .life-style-sidebar .sidebar-widget.driscription p span {
    color: var(--white-color)
}

.dark .life-style-sidebar .sidebar-widget.driscription .social-media-section {
    background: 0 0;
    border: 1px solid #2f2f2f
}

.dark .life-style-sidebar .sidebar-widget.driscription .social-media-section ul li {
    color: var(--white-color)
}

.dark .life-style-sidebar .sidebar-widget.driscription .social-media-section ul li a {
    border: 1px solid #2f2f2f
}

.dark .life-style-sidebar .sidebar-widget.driscription .social-media-section ul li a svg {
    fill: var(--white-color)
}

.dark .life-style-sidebar .sidebar-widget.driscription .social-media-section ul li a:hover svg {
    fill: var(--dark-text-color)
}

.dark .life-style-sidebar .sidebar-widget.driscription .our-activetis {
    background: #2f2f2f;
    border: 1px solid #2f2f2f
}

.dark .life-style-sidebar .sidebar-widget.driscription .our-activetis .social-area .icon svg path {
    fill: var(--white-color)
}

.dark .life-style-sidebar .sidebar-widget.driscription .our-activetis .social-area .icon:hover svg path {
    fill: var(--dark-text-color)
}

.dark .life-style-sidebar .sidebar-widget.driscription .our-activetis .social-area .number h5 {
    color: var(--white-color)
}

.dark .life-style-sidebar .sidebar-widget.driscription .our-activetis .social-area .number span {
    color: var(--white-color)
}

.dark .life-style-sidebar .sidebar-widget.driscription .counter-area {
    background-color: #161616
}

.dark .life-style-sidebar .sidebar-widget.driscription2 h3 {
    color: var(--white-color)
}

.dark .life-style-sidebar .sidebar-widget.driscription2 .author-area {
    border-top: 1px solid #2f2f2f
}

.dark .life-style-sidebar .sidebar-widget.driscription2 .author-area .author-name h5 {
    color: var(--white-color)
}

.dark .life-style-sidebar .sidebar-widget.driscription2 .author-area .author-name span {
    color: var(--white-color)
}

.dark .life-style-sidebar .sidebar-widget.driscription2 p {
    color: var(--white-color)
}

.dark .life-style-sidebar .sidebar-widget.driscription2 p span {
    color: var(--white-color)
}

.dark .life-style-sidebar .sidebar-widget.driscription2 .social-media-section {
    background-color: transparent;
    border: 1px solid #2f2f2f
}

.dark .life-style-sidebar .sidebar-widget.driscription2 .social-media-section ul li {
    color: var(--white-color)
}

.dark .life-style-sidebar .sidebar-widget.driscription2 .social-media-section ul li a svg {
    fill: var(--white-color)
}

.dark .life-style-sidebar .sidebar-widget.driscription2 .social-media-section ul li a:hover svg {
    fill: var(--dark-text-color)
}

.dark .life-style-sidebar .sidebar-widget.featured-post .recent-post {
    border-bottom: 1px solid #2f2f2f
}

.dark .life-style-sidebar .sidebar-widget.featured-post .recent-post .recent-post-content a {
    color: var(--white-color)
}

.dark .life-style-sidebar .sidebar-widget.featured-post .recent-post .recent-post-content a:hover {
    color: var(--primary-green)
}

.dark .life-style-sidebar .sidebar-widget.discover-post {
    border: 1px solid #2f2f2f
}

.dark .life-style-sidebar .sidebar-widget.discover-post .category li a {
    border: 1px solid #2f2f2f;
    color: var(--white-color)
}

.dark .life-style-sidebar .sidebar-widget.discover-post .category li a:hover {
    color: var(--dark-text-color)
}

.dark .life-style-sidebar .sidebar-widget.about-section {
    background: 0 0
}

.dark .life-style-sidebar .sidebar-widget.about-section .category li a {
    background: 0 0;
    color: var(--white-color);
    border: 1px solid #2f2f2f
}

.dark .life-style-sidebar .sidebar-widget.about-section .category li a:hover {
    background: var(--white-color);
    color: var(--dark-text-color)
}

.dark .blog-post11 .content-area {
    border-bottom: 1px solid #2f2f2f
}

.dark .inner-page-banner-section .inner-page-banner-wrapper {
    background-image: unset !important;
    background-color: #202020
}

.dark .inner-page-banner-section .banner-content .social-icon ul a svg {
    fill: var(--white-color)
}

.dark .faq-page-wrap .faq-area .section-title-and-filter {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:767px) {
    .dark .faq-page-wrap .faq-area .section-title-and-filter {
        flex-wrap: wrap;
        gap: 20px
    }
}

.dark .faq-page-wrap .faq-area .section-title-and-filter .filter-atra {
    border-radius: 5px;
    border: 1px solid rgba(26, 26, 26, .0784313725);
    background: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 6px 6px 6px 20px
}

.dark .faq-page-wrap .faq-area .section-title-and-filter .filter-atra .nice-select {
    height: 30px;
    background-color: var(--dark-text-color);
    padding-left: 15px;
    padding-right: 35px
}

.dark .faq-page-wrap .faq-area .section-title-and-filter .filter-atra .nice-select::after {
    border-color: var(--dark-text-color);
    right: 18px;
    height: 7px;
    width: 7px
}

.dark .faq-page-wrap .faq-area .section-title-and-filter .filter-atra .nice-select .current {
    color: var(--dark-text-color);
    font-weight: 600;
    font-size: 13px
}

.dark .faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item {
    border-radius: 10px;
    border: 1px solid var(--border-color);
    margin-bottom: 15px;
    background-color: transparent
}

.dark .faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.dark .faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item .accordion-header {
    border-radius: 10px;
    background-color: transparent
}

.dark .faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--text-color);
    font-family: var(--font-red-rose);
    font-size: 22px;
    font-weight: 600;
    padding: 15px 55px 15px 25px;
    border-radius: 10px;
    background-color: transparent
}

@media(max-width:576px) {
    .dark .faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
        padding: 15px 45px 15px 15px
    }
}

.dark .faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    border: 1px solid #fff;
    color: #fff
}

.dark .faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    color: #000;
    border-color: var(--primary-green)
}

.dark .faq-page-wrap .faq-area .faq-wrap .accordion .accordion-item:hover .accordion-header .accordion-button::after {
    background-color: var(--primary-green);
    border-color: var(--primary-green);
    color: var(--dark-text-color)
}

.dark #simp .simp-player {
    background-color: #202020
}

.dark mark {
    background-color: #333
}

.dark .featured-post-sideber .featured-post {
    background-color: #202020
}

.dark .featured-post-sideber .featured-post .recent-post {
    border-color: #2f2f2f
}

.dark .featured-post-sideber .featured-post .recent-post .recent-post-content>a {
    color: #c4c4c4
}

.dark .featured-post-sideber .about-section ul li a {
    color: var(--white-color);
    background: #2f2f2f
}

.dark .featured-post-sideber .about-section ul li a:hover {
    color: #161616;
    background: var(--white-color)
}

.dark .breadcrumb-and-page-title .inner-page-breadcrumb-wrapper {
    padding: 15px 0
}

.dark .breadcrumb-and-page-title .page-title-area {
    background-color: #202020
}

.dark .breadcrumb-and-page-title .page-title-area .vector {
    stroke: var(--dark-text-color)
}

.dark .breadcrumb-and-page-title .page-title-area h1 span {
    background-color: var(--dark-text-color)
}

.dark .breadcrumb-and-page-title.health .page-title-area {
    border-color: #313030;
    background-image: unset !important;
    background-color: #202020
}

.dark .breadcrumb-and-page-title.ai .page-title-area {
    background-image: unset !important;
    background-color: #202020
}

.dark .load-btn {
    background-color: #2f2f2f
}

.dark .load-btn:hover {
    color: var(--dark-text-color)
}

.dark .load-btn:hover svg {
    stroke: var(--dark-text-color)
}

.dark .blog-audio .image-content {
    border: 1px solid #2f2f2f;
    border-top: unset
}

.dark .blog-audio .image-content .publish-date .button {
    background: #2f2f2f
}

.dark .blog-audio .image-content .publish-date .button:hover {
    background: var(--primary-blue);
    color: var(--white-color)
}

.dark .blog-card3 .blog-content2 {
    border: 1px solid #2f2f2f
}

.dark .blog-card3 .blog-content2 .author-area {
    border-top: 1px solid #2f2f2f
}

.dark .blog-card3 .blog-content2 .blog-text .btn-area .basic-btn a {
    background: #2f2f2f
}

.dark .blog-card3 .blog-content2 .blog-text .btn-area .basic-btn a:hover {
    background: var(--primary-green)
}

.dark .blog-card3 .blog-content2 .blog-text .btn-area .bookmarks a {
    border: 1px solid #2f2f2f;
    background: #2f2f2f
}

.dark .blog-card3 .blog-content2 .blog-text .btn-area .bookmarks a:hover {
    background: var(--primary-green)
}

.dark .blog-card3 .blog-content2 .blog-text h4 a {
    font-family: var(--font-red-rose);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: var(--text-color);
    transition: .35s
}

.dark .blog-card3 .blog-content2 .blog-text h4 a:hover {
    color: var(--primary-green)
}

@media(max-width:1399px) {
    .dark .blog-card3 .blog-content2 .blog-text h4 a {
        font-size: 20px;
        line-height: 1
    }
}

.dark .podcast-sidebar-area .single-widget-category {
    background-color: #202020
}

.dark .podcast-sidebar-area .single-widget-category .category li a {
    background: #2f2f2f
}

.dark .podcast-sidebar-area .single-widget-category .category li a:hover {
    color: var(--text-color)
}