/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Main Slider
# Page Header
# Google Map
# Client Carousel
# Footer
# Contact
# Call To Action
# About
# Features
# Testimonials
# Video
# Funfact
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

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

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

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

.mt-80 {
    margin-top: 80px;
}

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

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

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

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

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

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

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

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

.mb-80 {
    margin-bottom: 80px;
}

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

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

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

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

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

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

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

.pt-60 {
    padding-top: 60px;
}

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

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

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

.pt-142 {
    padding-top: 142px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

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

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

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

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

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

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-card {
    background-color: var(--thm-black);
    position: relative;
}

.video-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: grayscale(100%);
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.video-card .container {
    position: relative !important;
}

.video-card .container p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-base);
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    margin-bottom: 15px;
}

.video-card .container p img {
    margin-right: 10px;
}

.video-card .container h3 {
    margin: 0;
    color: #fff;
    letter-spacing: -0.04em;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 45px;
}

@media (max-width: 575px) {
    .video-card .container h3 {
        font-size: 40px;
    }

    .video-card .container h3 br {
        display: none;
    }
}

@media (max-width: 375px) {
    .video-card .container h3 {
        font-size: 30px;
    }
}

.video-card__btn-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-card__btn {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    margin-left: 30px;
    background-color: var(--thm-primary);
    color: #fff;
}

.video-card__btn:hover {
    color: var(--thm-primary);
    background-color: #fff;
}

.video-card-two {
    padding-top: 100px;
    position: relative;
    z-index: 11;
}

.video-card-two .inner-container {
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #242323;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 65px;
    padding-bottom: 20px;
    position: relative;
    z-index: 11;
}

@media (max-width: 991px) {
    .video-card-two .inner-container {
        padding-top: 40px;
        padding-bottom: 30px;
        text-align: center;
        padding-right: 20px;
        border-radius: 0px !important;
    }
}

.video-card-two h3 {
    margin: 0;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.05em;
    font-weight: bold;
    color: #fff;
    padding-left: 22px;
    position: relative;
    left: 30px;
}

@media (max-width: 1199px) {
    .video-card-two h3 {
        left: 0;
        font-size: 30px;
        line-height: 1.5;
    }
}

@media (max-width: 991px) {
    .video-card-two h3 {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 0;
    }
}

.video-card-two p {
    margin: 0;
    padding-left: 70px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    color: #9e9e9e;
}

@media (max-width: 1199px) {
    .video-card-two p {
        padding-left: 0;
    }
}

.video-card-two__box {
    display: inline-block;
    position: relative;
}

@media (max-width: 991px) {
    .video-card-two__box {
        width: 251px;
        height: 251px;
        margin-left: auto;
        display: block;
        margin-right: auto;
    }
}

.video-card-two__box>img {
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .video-card-two__box>img {
        max-width: 100%;
    }
}

.video-card-two__box-btn {
    width: 56px;
    height: 56px;
    background-color: var(--thm-base);
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    transition: 500ms ease;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(50%);
}

.video-card-two__box-btn:hover {
    color: #fff;
    background-color: var(--thm-primary);
}

@media (max-width: 575px) {
    .video-card-two__box-btn {
        top: 50%;
        right: auto;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
}

.team-one {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
}

@media (min-width: 1200px) {
    .team-one {
        padding-top: 120px;
        padding-bottom: 90px;
    }
}

.team-one .container {
    position: relative;
}

[class*=team-one__shape-] {
    position: absolute;
    display: none;
}

@media (min-width: 992px) {
    [class*=team-one__shape-] {
        display: block;
    }
}

.team-one__shape-1 {
    left: 95px;
    bottom: -15px;
}

.team-one__shape-2 {
    right: 120px;
    bottom: -25px;
}

.team-card {
    margin-bottom: 30px;
}

.team-card__image>img {
    width: 100%;
}

.team-card__content {
    text-align: center;
}

.team-card__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--thm-black);
    font-family: var(--special-font);
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .team-card__content h3 {
        font-size: 22px;
    }
}

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

.team-card__social a {
    display: flex;
    width: 46px;
    height: 46px;
    background-color: #f4f4f4;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--thm-color);
    transition: all 500ms ease;
    border-radius: 50%;
}

@media (min-width: 1200px) {
    .team-card__social a {
        width: 56px;
        height: 56px;
        font-size: 18px;
    }
}

.team-card__social a+a {
    margin-left: 10px;
}

.team-card__social a:hover {
    background-color: var(--thm-base);
    color: #ffffff;
}

.blog-card {
    position: relative;
    background-color: #fff;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .blog-card {
        margin-bottom: 50px;
    }
}

.blog-card__image {
    position: relative;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-card__image>img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.blog-card__image>a {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 78, 61, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card__image>a::before,
.blog-card__image>a::after {
    content: "";
    width: 32px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card__image>a::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card:hover .blog-card__image>a {
    opacity: 1;
    transform: translateY(0);
}

.blog-card:hover .blog-card__image>img {
    transform: scale(1.05);
}

.blog-card__content {
    background-color: #fff;
    position: relative;
    transition: all 500ms ease;
}

.blog-card__content h3 {
    color: var(--thm-black);
    font-size: 24px;
    line-height: 1.33;
    font-family: var(--special-font);
    margin: 0;
}

@media (min-width: 768px) {
    .blog-card__content h3 {
        font-size: 26px;
    }
}

@media (min-width: 992px) {
    .blog-card__content h3 {
        font-size: 30px;
    }
}

.blog-card__content h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.blog-card__content h3 a:hover {
    color: var(--thm-base);
}

.blog-card__content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.667;
    color: var(--thm-color);
    margin-top: 15px;
}

@media (min-width: 992px) {
    .blog-card__content p {
        font-size: 18px;
        margin-top: 25px;
    }
}

.blog-card__date {
    width: 69px;
    height: 69px;
    background-color: var(--thm-base);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 16px;
    font-family: var(--special-font);
    color: #fff;
    padding: 0 20px;
    line-height: 1.375;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 10;
}

.blog-card__meta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.blog-card__meta a {
    display: flex;
    align-items: center;
    line-height: 1;
    color: var(--thm-color);
    font-size: 16px;
    font-weight: 400;
}

.blog-card__meta a i {
    color: var(--thm-base);
    margin-right: 5px;
    transition: all 500ms ease;
}

.blog-card__meta a:hover {
    color: var(--thm-black);
}

.blog-card__meta a:hover i {
    color: var(--thm-black);
}

.blog-card__meta a+a {
    margin-left: 15px;
}

.blog-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .blog-page {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.blog-details {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .blog-details {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.blog-details .blog-card__content {
    padding-bottom: 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.blog-details .blog-card__content h3 {
    margin-bottom: 20px;
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .blog-details .blog-card__content h3 {
        font-size: 34px;
        margin-top: 5px;
        margin-bottom: 35px;
    }
}

.blog-details__image {
    margin-bottom: 40px;
}

.blog-details__content p {
    margin: 0;
    line-height: 1.889;
}

.blog-details__content p+p {
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .blog-details__content p+p {
        margin-top: 30px;
    }
}

.blog-details__meta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 2px solid #f4f4f4;
    margin-top: 30px;
    padding-top: 20px;
}

@media (min-width: 1200px) {
    .blog-details__meta {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 40px;
        padding-top: 30px;
    }
}

.blog-details__tags {
    margin: 0;
}

.blog-details__tags span {
    color: var(--thm-black);
    font-size: 16px;
    font-family: var(--special-font);
}

@media (min-width: 1200px) {
    .blog-details__tags span {
        font-size: 20px;
    }
}

.blog-details__tags a {
    font-size: 16px;
    color: #6e7673;
    transition: all 500ms ease;
    margin-left: 5px;
}

.blog-details__tags a:hover {
    color: var(--thm-black);
}

.blog-details__social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .blog-details__social {
        margin-top: 0;
    }
}

.blog-details__social a {
    width: 40px;
    height: 40px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #6e7673;
    transition: all 500ms ease;
    border-radius: 50%;
}

@media (min-width: 1200px) {
    .blog-details__social a {
        width: 56px;
        height: 56px;
        font-size: 16px;
    }
}

.blog-details__social a+a {
    margin-left: 10px;
}

.blog-details__social a:hover {
    background-color: var(--thm-base);
    color: #fff;
}

.blog-sidebar {
    margin-top: 50px;
}

@media (min-width: 1200px) {
    .blog-sidebar {
        margin-top: 0px;
    }
}

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

.blog-sidebar h3 {
    margin: 0;
    font-size: 18px;
    color: var(--thm-black);
    margin-bottom: 20px;
    font-family: var(--special-font);
}

@media (min-width: 1200px) {
    .blog-sidebar h3 {
        font-size: 20px;
    }
}

.blog-sidebar__search {
    margin-bottom: 30px;
}

.blog-sidebar__search form {
    width: 100%;
    height: 90px;
    background-color: var(--thm-base);
    position: relative;
}

.blog-sidebar__search form input[type="text"],
.blog-sidebar__search form input[type="search"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

@media (min-width: 1200px) {

    .blog-sidebar__search form input[type="text"],
    .blog-sidebar__search form input[type="search"] {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.blog-sidebar__search form button[type="submit"] {
    width: auto;
    padding: 0;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0);
    border: none;
    -webkit-appearance: none;
    appearance: none;
}

@media (min-width: 1200px) {
    .blog-sidebar__search form button[type="submit"] {
        right: 50px;
    }
}

.blog-sidebar__tags {
    background-color: #f4f4f4;
    padding: 30px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .blog-sidebar__tags {
        padding: 50px;
    }
}

.blog-sidebar__tags-links {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -20px;
}

.blog-sidebar__tags-links a {
    font-size: 16px;
    color: var(--thm-color);
    font-weight: 500;
    display: flex;
    line-height: 1;
    transition: all 500ms ease;
    margin-left: 10px;
    margin-top: 20px;
}

.blog-sidebar__tags-links a:hover {
    color: var(--thm-base);
}

.blog-sidebar__posts {
    background-color: #f4f4f4;
    margin-bottom: 30px;
    padding: 30px;
    padding-bottom: 0;
}

@media (min-width: 1200px) {
    .blog-sidebar__posts {
        padding: 50px;
    }
}

.blog-sidebar__posts h3 {
    margin-bottom: 30px;
}

.blog-sidebar__posts ul li {
    position: relative;
    min-height: 67px;
    padding-left: 96px;
    transition: all 500ms ease;
    border-top: 2px solid #ffffff;
    margin-top: 30px;
    padding-top: 30px;
}

.blog-sidebar__posts ul li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0px;
    border-top: 0;
}

.blog-sidebar__posts ul li:first-child>img {
    top: 0;
}

.blog-sidebar__posts ul li>img {
    position: absolute;
    left: 0px;
    top: 30px;
}

.blog-sidebar__posts ul li span {
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 5px;
}

.blog-sidebar__posts ul li h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    color: var(--thm-black);
}

.blog-sidebar__posts ul li h4 a {
    color: inherit;
}

.blog-sidebar__categories {
    background-color: #f4f4f4;
    margin-bottom: 30px;
    padding: 30px;
}

@media (min-width: 1200px) {
    .blog-sidebar__categories {
        padding: 50px;
    }
}

.blog-sidebar__categories ul li+li {
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .blog-sidebar__categories ul li+li {
        margin-top: 25px;
    }
}

.blog-sidebar__categories ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--thm-color);
    font-weight: 500;
    line-height: 1;
    transition: all 500ms ease;
}

.blog-sidebar__categories ul li a:hover {
    color: var(--thm-black);
}

.blog-sidebar__categories ul li a i {
    font-size: 16px;
}

.comment-form h2,
.blog-comment h2 {
    margin: 0;
    font-size: 24px;
    color: var(--thm-black);
    font-family: var(--special-font);
    margin-bottom: 20px;
}

@media (min-width: 1200px) {

    .comment-form h2,
    .blog-comment h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }
}

.blog-author {
    margin-bottom: 50px;
    margin-top: 30px;
    border: 2px solid #f4f4f4;
    padding: 30px;
    text-align: center;
}

@media (min-width: 1200px) {
    .blog-author {
        display: flex;
        align-items: center;
        text-align: left;
        padding: 60px;
    }
}

@media (min-width: 1200px) {
    .blog-author__image {
        margin-right: 45px;
    }
}

.blog-author h3 {
    margin: 0;
    font-size: 18px;
    color: var(--thm-black);
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: var(--special-font);
}

@media (min-width: 1200px) {
    .blog-author h3 {
        font-size: 20px;
        margin-top: 0;
    }
}

.blog-author p {
    margin: 0;
    font-size: 16px;
    line-height: 1.889;
}

@media (min-width: 1200px) {
    .blog-author p {
        margin-top: 20px;
        font-size: 18px;
    }
}

.comment-form {
    margin-top: 40px;
}

@media (min-width: 1200px) {
    .comment-form {
        margin-top: 30px;
    }
}

.comment-form .contact-one__form {
    margin-top: 0;
    padding: 0;
    margin: 0;
}

.blog-comment__box {
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .blog-comment__box {
        display: flex;
        align-items: center;
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
}

.blog-comment__box .blog-comment__image {
    margin-right: 40px;
}

.blog-comment__box img {
    margin-bottom: 20px;
}

.blog-comment__box h3 {
    font-size: 18px;
    color: var(--thm-black);
    font-family: var(--special-font);
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .blog-comment__box h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

.blog-comment__box p {
    margin: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.889;
}

@media (min-width: 1200px) {
    .blog-comment__box p {
        font-size: 18px;
    }
}

.blog-comment__box .blog-comment__content {
    position: relative;
}

.blog-comment__box .blog-comment__content-top {
    display: flex;
    align-items: center;
}

.blog-comment__box .blog-comment__content-top span {
    color: var(--thm-base);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    position: relative;
    top: 2px;
    margin-left: 10px;
    display: block;
}

.blog-comment__box .thm-btn {
    font-size: 12px;
    font-weight: bold;
    padding: 6px 20px;
    background-color: var(--thm-base);
    transition: all 500ms ease;
}

@media (min-width: 1200px) {
    .blog-comment__box .thm-btn {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.blog-comment__box .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.blog-two {
    padding-top: 80px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f4f4f4;
}

@media (min-width: 1200px) {
    .blog-two {
        padding-top: 120px;
        padding-bottom: 60px;
    }
}

.blog-two .thm-tiny__slider:not(.tns-slider) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --thm-font: "Poppins", sans-serif;
    --heading-font: "Poppins", sans-serif;
    --special-font: "Poppins", sans-serif;
    --thm-color: #717573;
    --thm-color-rgb: 113, 117, 115;
    --thm-base: #004d3f;
    --thm-base-rgb: 96, 190, 116;
    --thm-primary: #f7c35f;
    --thm-primary-rgb: 247, 195, 95;
    --thm-secondary: #ed4b4b;
    --thm-secondary-rgb: 237, 75, 75;
    --thm-special: #5366c2;
    --thm-special-rgb: 83, 102, 194;
    --thm-black: #383a39;
    --thm-black-rgb: 56, 58, 57;
    --thm-black2: #383a39;
    --thm-black2-rgb: 56, 58, 57;
    --thm-text-dark: #b3b6b5;
    --thm-text-dark-rgb: 179, 182, 181;
}

body {
    font-family: var(--thm-font);
    color: var(--thm-color);
    font-size: 16px;
    line-height: 2.125;
    font-weight: 300;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--thm-base);
}

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

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    color: var(--thm-black);
}

@media (max-width: 575px) {

    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }
}

@media (max-width: 575px) {
    p br {
        display: none;
    }
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.background-base {
    background-color: var(--thm-base);
}

.background-primary {
    background-color: var(--thm-primary);
}

.background-secondary {
    background-color: var(--thm-secondary);
}

.background-special {
    background-color: var(--thm-special);
}

.background-black {
    background-color: var(--thm-black);
}

.background-black-2 {
    background-color: var(--thm-black2);
}

.thm-text-dark {
    color: var(--thm-text-dark);
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1250px !important;
    }
}

.thm-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--thm-base);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--thm-font);
    padding: 16.5px 39.5px;
    transition: 500ms;
    background-color: var(--thm-base);
    color: #fff;
}

.thm-btn:hover {
    color: var(--thm-base);
    background-color: #fff;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: var(--thm-base);
}

.tns-outer .tns-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.tns-outer .tns-controls button {
    width: 45px;
    height: 45px;
    border: 2px solid #f4f4f4;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--thm-color);
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.block-title {
    margin-top: -8px;
    margin-bottom: 50px;
}

.block-title__decor {
    width: 21px;
    height: 14px;
    background-image: url(../images/shapes/leaf-1-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    display: inline-block;
    line-height: 1;
    margin-bottom: -5px;
    position: relative;
    top: -7px;
}

.block-title span,
.block-title p {
    margin: 0;
    color: var(--thm-color);
    font-size: 16px;
    line-height: 1;
    margin-bottom: 7px;
}

@media (min-width: 768px) {

    .block-title span,
    .block-title p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {

    .block-title span,
    .block-title p {
        font-size: 20px;
    }
}

.block-title h3 {
    margin: 0;
    font-size: 35px;
    color: var(--thm-black);
    font-family: var(--special-font);
}

@media (min-width: 768px) {
    .block-title h3 {
        font-size: 42px;
    }
}

@media (min-width: 1200px) {
    .block-title h3 {
        font-size: 50px;
    }
}

.ul-list-one {
    margin-bottom: 0;
}

.ul-list-one li {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 500;
    color: var(--thm-black);
}

@media (min-width: 481px) {
    .ul-list-one li {
        font-size: 20px;
    }
}

.ul-list-one li::before {
    content: "\e907";
    color: var(--thm-secondary);
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "Poppins";
}

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--thm-base);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: var(--thm-black);
}

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

/* post paginations */
.post-pagination {
    margin-bottom: 0;
    margin-top: 0px;
}

@media (min-width: 992px) {
    .post-pagination {
        margin-top: 0px;
    }
}

.post-pagination a {
    display: flex;
    width: 45px;
    height: 45px;
    background-color: #eff2f6;
    align-items: center;
    justify-content: center;
    color: var(--thm-color);
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    transition: 500ms ease;
}

@media (min-width: 992px) {
    .post-pagination a {
        width: 60px;
        height: 60px;
        font-size: 18px;
    }
}

.post-pagination a:hover {
    background-color: var(--thm-base);
    color: #fff;
}

.post-pagination li:first-child a {
    background-color: var(--thm-base);
    color: #fff;
}

.post-pagination li:last-child a {
    background-color: var(--thm-black);
    color: #fff;
}

.post-pagination li+li {
    margin-left: 10px;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one .form-group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin: 0;
}

@media (min-width: 576px) {
    .form-one .form-group {
        grid-template-columns: 1fr 1fr;
    }
}

.form-one .form-control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
}

.form-one .form-control-full {
    grid-column-start: 1;
    grid-column-end: -1;
}

.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
    display: block;
    width: 100%;
    height: 73px;
    border-radius: 36.5px;
    background-color: #f1f1f1;
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    padding-left: 30px;
}

.form-one textarea {
    border-radius: 30px;
    height: 195px;
    padding-top: 20px;
}

.form-one .thm-btn {
    padding: 24.5px 57.5px;
}

.form-one .thm-btn:hover {
    background-color: var(--thm-primary);
    color: #fff;
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-menu .container {
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
}

.main-menu {
    background-color: #FFFFFF;
    position: relative;
    z-index: 91;
}

@media (max-width: 1199px) {
    .main-menu {
        display: none;
    }
}

.main-menu,
.stricky-header {
    /* after third level no menu */
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: flex;
    }
}

.main-menu .main-menu__list,
.stricky-header .main-menu__list {
    margin-left: auto;
    margin-right: 0;
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 17px;
    padding-bottom: 17px;
    position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 35px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-family: var(--thm-font);
    font-size: 14px;
    display: flex;
    align-items: center;
    color: var(--thm-color);
    position: relative;
    transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: var(--thm-base);
    text-shadow: 0px 0 0 currentColor;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    z-index: 99;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
    border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
    font-size: 14px;
    line-height: 30px;
    color: var(--thm-black);
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 500ms;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
    background-color: var(--thm-base);
    color: #fff;
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
    display: none;
}

.main-menu__login a {
    font-size: 14px;
    color: var(--thm-color);
    transition: all 500ms ease;
    display: flex;
    align-items: center;
}

.main-menu__login a>i {
    width: 23px;
    height: 23px;
    background-color: var(--thm-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 11px;
    transition: all 500ms ease;
    margin-right: 10px;
}

.main-menu__login a:hover {
    color: var(--thm-base);
}

.main-menu__login a:hover>i {
    color: #fff;
    background-color: var(--thm-black);
}

.main-menu__language {
    display: flex;
    align-items: center;
}

.main-menu__language img {
    border-radius: 50%;
    margin-right: 10px;
}

.main-menu__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 70px;
}

.main-menu__language .bootstrap-select>.dropdown-toggle {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    outline: none !important;
    color: var(--thm-color);
    font-size: 14px;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    width: 100%;
    transform: translateY(-120%);
    transition: transform 500ms ease;
}

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

.stricky-header .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
}

.mobile-nav__buttons {
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--thm-black);
    cursor: pointer;
}

.mobile-nav__buttons a+a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--thm-base);
}

.mobile-nav__toggler {
    font-size: 20px;
    color: var(--thm-black);
    cursor: pointer;
    transition: 500ms;
}

.mobile-nav__toggler:hover {
    color: var(--thm-base);
}

@media (min-width: 1200px) {
    .mobile-nav__toggler {
        display: none;
    }
}

.topbar {
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 99;
}

.topbar .container {
    position: relative;
}

@media (min-width: 1200px) {
    .topbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 29.5px;
        padding-bottom: 29.5px;
    }
}

.topbar__right,
.topbar__left {
    display: none;
}

@media (min-width: 1200px) {

    .topbar__right,
    .topbar__left {
        display: flex;
        align-items: center;
    }
}

.topbar .main-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    .topbar .main-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 10;
        padding: 0;
    }
}

.topbar__social {
    display: flex;
    align-items: center;
    border-right: 2px solid #f4f4f4;
    padding: 17px 0;
    padding-right: 40px;
    margin-right: 40px;
}

.topbar__social a {
    font-size: 16px;
    color: var(--thm-color);
    transition: all 500ms ease;
}

.topbar__social a+a {
    margin-left: 30px;
}

.topbar__social a:hover {
    color: var(--thm-base);
}

.topbar__info {
    position: relative;
    padding-left: 60px;
}

.topbar__info>i {
    font-size: 38px;
    color: var(--thm-base);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.topbar__info p {
    color: var(--thm-color);
    font-size: 15px;
    margin: 0;
    line-height: 1;
}

.topbar__info p a {
    color: var(--thm-black);
    transition: all 500ms ease;
    display: block;
    font-size: 17px;
    margin-top: 7px;
}

.topbar__info p a:hover {
    color: var(--thm-base);
}

.topbar__buttons {
    display: flex;
    align-items: center;
    border-left: 2px solid #f4f4f4;
    padding-left: 40px;
    margin-left: 40px;
}

.topbar__buttons a {
    font-size: 24px;
    color: var(--thm-black);
    transition: all 500ms ease;
}

.topbar__buttons a+a {
    margin-left: 30px;
}

.topbar__buttons a:hover {
    color: var(--thm-base);
}

.main-header__two {
    background-color: var(--thm-black);
}

@media (min-width: 992px) {
    .main-header__two {
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 91;
    }
}

.topbar-two {
    background-color: var(--thm-black);
    display: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (min-width: 1200px) {
    .topbar-two {
        display: block;
    }
}

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

.topbar-two .topbar__social {
    padding: 0;
    border-right: 0;
}

.topbar-two .topbar__social a {
    color: var(--thm-text-dark);
}

.topbar-two .topbar__social a:hover {
    color: #fff;
}

.topbar-two__right,
.topbar-two__left {
    display: flex;
    align-items: center;
}

.topbar-two .main-menu__login {
    margin-right: 20px;
}

.topbar-two .main-menu__login a {
    color: var(--thm-text-dark);
}

.topbar-two .main-menu__login a:hover {
    color: #fff;
}

.topbar-two .main-menu__login a:hover i {
    background-color: #fff;
    color: var(--thm-black);
}

.topbar-two .main-menu__language .bootstrap-select>.dropdown-toggle {
    color: var(--thm-text-dark);
    background-color: rgba(0, 0, 0, 0) !important;
}

.main-menu__two {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    display: block !important;
}

@media (min-width: 1200px) {
    .main-menu__two {
        border-top: 2px solid rgba(255, 255, 255, 0.1);
    }
}

.main-menu__two .main-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-menu__two .mobile-nav__buttons a,
.main-menu__two .mobile-nav__toggler {
    color: #fff;
}

.main-menu__two .topbar__buttons {
    display: none;
    border-left-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1200px) {
    .main-menu__two .topbar__buttons {
        display: flex;
    }
}

.main-menu__two .topbar__buttons a {
    color: #fff;
}

.main-menu__two .topbar__buttons a:hover {
    color: var(--thm-base);
}

.main-menu__two .main-menu__list>li {
    padding-top: 38px;
    padding-bottom: 38px;
}

.main-menu__two .main-menu__list>li>a {
    color: #fff;
    font-weight: 400;
}

.main-menu__two.stricked-menu {
    background-color: var(--thm-black);
    border: none;
}

.main-menu__two.stricked-menu .container {
    padding-top: 0;
    padding-bottom: 0;
}

.main-menu__two.stricked-menu .main-menu__list>li {
    padding-top: 22px;
    padding-bottom: 22px;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes squareMover {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }

    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }

    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes treeMove {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(-50%);
    transform-origin: right center;
    transition: transform 100ms ease-out, opacity 100ms linear, visibility 100ms ease-in;
    z-index: 999;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: #313332;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-nav__content .thm-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--thm-text-dark);
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list ul li a {
    padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--thm-font);
    font-weight: 500;
    height: 46px;
    align-items: center;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--thm-base);
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--thm-base);
    border: none;
    outline: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
    color: var(--thm-text-dark);
}

.mobile-nav__language {
    display: flex;
    align-items: center;
}

.mobile-nav__language img {
    border-radius: 50%;
    margin-right: 10px;
}

.mobile-nav__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 70px;
}

.mobile-nav__language .bootstrap-select>.dropdown-toggle {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    outline: none;
    color: var(--thm-text-dark);
    font-size: 14px;
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--thm-text-dark);
    transition: 500ms;
}

.mobile-nav__social a+a {
    margin-left: 10px;
}

.mobile-nav__social a:hover {
    color: var(--thm-base);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--thm-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: inherit;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--thm-base);
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-base);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
    color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 991;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-110%);
    transition: transform 100ms ease, opacity 100ms ease;
}

.search-popup.active {
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
}

.search-popup__content .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.search-popup__content .thm-btn i {
    margin: 0;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
    overflow: hidden;
    position: relative;
}

.main-slider .swiper-slide {
    position: relative;
    background-color: var(--thm-black);
}

.main-slider .swiper-slide .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    background-position: center center;
    transition: transform 7000ms ease;
}

.main-slider .swiper-slide .container {
    padding-top: 190px;
    padding-bottom: 224px;
}

@media (max-width: 991px) {
    .main-slider .swiper-slide .container {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }
}

@media (max-width: 425px) {
    .main-slider .swiper-slide .container {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }
}

.main-slider .swiper-slide h2 {
    margin: 0;
    color: #fff;
    font-family: var(--special-font);
    font-size: 130px;
    line-height: 1.1;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(110px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
}

@media (min-width: 992px) {
    .main-slider .swiper-slide h2.line-height-2 {
        line-height: .85;
    }
}

.main-slider .swiper-slide h2 br {
    display: inherit !important;
}

.main-slider .swiper-slide h2 span {
    position: relative;
}

.main-slider .swiper-slide h2 span::before {
    content: "";
    width: 147px;
    height: 126px;
    background-image: url(../images/shapes/slider-1-leaf.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 50%;
    left: -95px;
}

.main-slider .swiper-slide h2 span::after {
    content: "";
    width: 72px;
    height: 63px;
    background-image: url(../images/shapes/slider-1-line.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 55%;
    right: -70px;
}

.main-slider .swiper-slide h2 span.line-one::before {
    display: none;
}

.main-slider .swiper-slide h2 span.line-two::before {
    display: none;
}

.main-slider .swiper-slide h2 span.line-two::after {
    width: 100%;
    height: 18px;
    background-image: url(../images/shapes/slider-2-line-2.png);
    background-size: 100%;
    position: absolute;
    bottom: -15px;
    right: 0;
}

@media (min-width: 1200px) {
    .main-slider .swiper-slide h2 span.line-two::after {
        bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .main-slider .swiper-slide h2 {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .main-slider .swiper-slide h2 {
        font-size: 60px;
    }
}

@media (max-width: 425px) {
    .main-slider .swiper-slide h2 {
        font-size: 50px;
    }
}

@media (max-width: 375px) {
    .main-slider .swiper-slide h2 {
        font-size: 40px;
        line-height: 1.3;
    }
}

.main-slider .swiper-slide .thm-btn {
    background-color: var(--thm-base);
    opacity: 0;
    margin-top: 40px;
    padding: 18px 50px;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
        background 500ms ease;
}

.main-slider .swiper-slide .thm-btn:hover {
    background-color: #fff;
    color: var(--thm-base);
}

.main-slider .swiper-slide-active .image-layer {
    transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active h2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.main-slider__nav {
    width: 9%;
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 70%;
    left: 92%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

@media (max-width: 425px) {
    .main-slider__nav {
        display: none;
    }
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 63px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
}

@media (max-width: 991px) {

    .main-slider__nav .swiper-button-next,
    .main-slider__nav .swiper-button-prev {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    opacity: .3;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none;
}

.main-slider__nav .swiper-button-prev {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .main-slider__nav .swiper-button-prev {
        margin-top: 10px;
    }
}

.main-slider__nav-two {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 56%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

@media (max-width: 425px) {
    .main-slider__nav-two {
        display: none;
    }
}

.main-slider__nav-two .swiper-button-next,
.main-slider__nav-two .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 63px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
}

@media (max-width: 991px) {

    .main-slider__nav-two .swiper-button-next,
    .main-slider__nav-two .swiper-button-prev {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}

.main-slider__nav-two .swiper-button-next:hover,
.main-slider__nav-two .swiper-button-prev:hover {
    opacity: 0.3;
}

.main-slider__nav-two .swiper-button-next::after,
.main-slider__nav-two .swiper-button-prev::after {
    display: none;
}

.main-slider__nav-two .swiper-button-prev {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .main-slider__nav-two .swiper-button-prev {
        margin-top: 10px;
    }
}

.main-slider__two {
    margin-top: 0px;
    position: relative;
}

@media (min-width: 1200px) {
    .main-slider__two {
        margin-top: 50px;
    }
}

.main-slider__two .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shapes/menu-top-shadow.png);
    background-repeat: repeat-x;
    background-position: top center;
    z-index: 20;
}

.main-slider__two .swiper-slide .container {
    padding-top: 300px;
    padding-bottom: 160px;
    position: relative;
    z-index: 21;
}

@media (max-width: 991px) {
    .main-slider__two .swiper-slide .container {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

@media (max-width: 425px) {
    .main-slider__two .swiper-slide .container {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}

.main-slider__two .swiper-slide .thm-btn {
    margin-top: 55px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    background-color: var(--thm-base);
    position: relative;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header .container {
    position: relative;
    z-index: 10;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}

@media (max-width: 480px) {
    .page-header .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.page-header .container h2 {
    margin: 0;
    line-height: 1;
    font-family: var(--special-font);
    color: #fff;
    font-size: 70px;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .page-header .container h2 {
        font-size: 32px;
    }
}

.thm-breadcrumb {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
}

.thm-breadcrumb li {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
}

.thm-breadcrumb li:not(:last-of-type) {
    margin-right: 10px;
}

.thm-breadcrumb li a {
    opacity: 0.7;
    color: inherit;
}

.thm-breadcrumb li span {
    display: block;
    line-height: 1;
    color: var(--thm-base);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map__default {
    width: 100%;
}

.google-map__default iframe {
    display: block;
    border: none;
    outline: none;
    width: 100%;
    height: 550px;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .client-carousel {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.client-carousel__has-border-top {
    border-top: 1px solid #e9e7e2;
}

.client-carousel__has-top-shadow {
    box-shadow: 0px -1px 0px 0px RGBA(227, 227, 227, 0.004);
}

.client-carousel .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-carousel img {
    transition: 500ms;
    opacity: 0.3;
    max-width: 100%;
}

.client-carousel img:hover {
    opacity: 0.8;
}

.client-carousel__about-page {
    position: relative;
}

.client-carousel__about-page::before {
    content: "";
    width: 100%;
    height: 16px;
    background-image: url(../images/shapes/ripped-paper-white-up.png);
    position: absolute;
    bottom: -16px;
    left: 0;
    z-index: 10;
    transform: rotate(0deg);
    background-size: auto;
}

@media (min-width: 1700px) {
    .client-carousel__about-page::before {
        background-size: 100%;
        bottom: -15px;
    }
}

.client-carousel__about-page .container {
    position: relative;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    padding-top: 80px;
    position: relative;
}

@media (min-width: 1200px) {
    .site-footer {
        padding-top: 135px;
    }
}

[class*="site-footer__shape-"] {
    position: absolute;
    display: none;
}

@media (min-width: 992px) {
    [class*="site-footer__shape-"] {
        display: block;
    }
}

.site-footer__shape-1 {
    top: 0;
    right: 0;
}

.site-footer__shape-2 {
    bottom: 0;
    left: 0;
}

.footer-widget {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .footer-widget__contact-widget {
        position: relative;
        left: -20px;
    }
}

@media (min-width: 1200px) {
    .footer-widget__links-widget {
        position: relative;
        left: 20px;
    }
}

@media (min-width: 1200px) {
    .footer-widget__about-widget {
        position: relative;
        top: -15px;
    }
}

.footer-widget__title {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .footer-widget__title {
        margin-bottom: 35px;
    }
}

.footer-widget p {
    margin: 0;
    font-size: 16px;
    line-height: 36px;
    margin-top: 15px;
    font-weight: 400;
}

.footer-widget p br {
    display: none;
}

@media (min-width: 1200px) {
    .footer-widget p br {
        display: inherit;
    }
}

@media (min-width: 1200px) {
    .footer-widget p {
        margin-top: 30px;
        padding-right: 30px;
    }
}

.footer-widget__contact {
    margin-bottom: 0;
}

.footer-widget__contact li {
    position: relative;
    padding-left: 25px;
}

@media (min-width: 1200px) {
    .footer-widget__contact li {
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .footer-widget__contact li:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .footer-widget__contact li:last-child>i {
        top: 17px;
        transform: translateY(-50%);
    }
}

.footer-widget__contact li>i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--thm-base);
}

.footer-widget__contact li a {
    color: var(--thm-text-dark);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    transition: all 500ms ease;
}

.footer-widget__contact li:hover a {
    color: var(--thm-base);
}

.footer-widget__links {
    margin-bottom: 0;
}

.footer-widget__links a {
    color: var(--thm-text-dark);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    transition: all 500ms ease;
}

.footer-widget__links li:hover a {
    color: var(--thm-base);
}

.footer-widget .mc-form {
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .footer-widget .mc-form {
        margin-top: 50px;
    }
}

.footer-widget .mc-form input[type="email"] {
    width: 100%;
    height: 61px;
    display: block;
    border: none;
    outline: none;
    background-color: #fff;
    color: var(--thm-color);
    text-align: center;
}

.footer-widget .mc-form button[type="submit"] {
    width: 100%;
    min-height: 61px;
    background-color: var(--thm-base);
    border: none;
    outline: none;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
}

.footer-widget .mc-form button[type="submit"]:hover {
    background-color: #313332;
    color: #fff;
}

.bottom-footer {
    padding-bottom: 40px;
    padding-top: 50px;
}

@media (min-width: 1200px) {
    .bottom-footer {
        padding-top: 60px;
    }
}

.bottom-footer hr {
    border-color: rgba(255, 255, 255, 0.1);
    border-width: 2px;
    margin-top: 0;
    margin-bottom: 40px;
}

.bottom-footer .container {
    position: relative;
    z-index: 10;
}

.bottom-footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.bottom-footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    background-color: #00382E;
    border-radius: 50%;
    transition: all 500ms ease;
}

.bottom-footer__social a:hover {
    background-color: #fff;
    color: var(--thm-base);
}

@media (min-width: 1200px) {
    .bottom-footer__social a {
        width: 57px;
        height: 57px;
        font-size: 18px;
    }
}

.bottom-footer__social a+a {
    margin-left: 10px;
}

.bottom-footer p {
    font-size: 18px;
    margin: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-infos {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .contact-infos {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.contact-infos .thm-tiny__slider:not(.tns-slider) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

@media (min-width: 1200px) {
    .contact-infos .tns-ovh {
        overflow: visible;
    }
}

.contact-infos__single {
    text-align: center;
    border: 2px solid #f4f4f4;
    padding-top: 50px;
    padding-bottom: 40px;
    transition: all 500ms ease;
    background-color: #fff;
}

.contact-infos__single:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.contact-infos__single:hover>i {
    background-color: var(--thm-base);
    color: #fff;
}

.contact-infos__single>i {
    width: 83px;
    height: 83px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 38px;
    color: var(--thm-base);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    transition: all 500ms ease;
}

@media (min-width: 1200px) {
    .contact-infos__single>i {
        width: 103px;
        height: 103px;
        font-size: 58px;
    }
}

.contact-infos__single h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 20px;
    font-family: var(--special-font);
    margin-top: 30px;
    margin-bottom: 10px;
}

.contact-infos__single p {
    margin: 0;
    font-size: 18px;
    line-height: 34px;
    color: var(--thm-color);
}

.contact-infos__single p br {
    display: inherit !important;
}

.contact-infos__single p a {
    color: inherit;
    transition: all 500ms ease;
}

.contact-infos__single p a:hover {
    color: var(--thm-base);
}

.contact-one {
    padding-top: 80px;
    position: relative;
}

@media (min-width: 1200px) {
    .contact-one {
        padding-top: 120px;
    }
}

@media (min-width: 768px) {
    .contact-one .container {
        max-width: 800px;
    }
}

.contact-one__form [class*=col-]:not(:last-of-type) {
    margin-bottom: 20px;
}

.contact-one__form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.contact-one__form .bootstrap-select>.dropdown-toggle,
.contact-one__form textarea,
.contact-one__form input[type=text],
.contact-one__form input[type=email],
.contact-one__form input[type=number] {
    width: 100%;
    height: 61px;
    background-color: #f4f4f4;
    border: none;
    outline: none !important;
    display: block;
    font-size: 16px;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--thm-color);
    margin-bottom: 10px;
    border-radius: 0;
}

.contact-one__form .bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.contact-one__form textarea {
    height: 241px;
    padding-top: 15px;
}

.contact-one__form .form-group input[type=checkbox] {
    position: absolute;
    left: -9999px;
}

.contact-one__form .form-group label {
    font-size: 16px;
    color: var(--thm-color);
    font-weight: 400;
    display: flex;
    align-items: center;
}

.contact-one__form .form-group label::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #f4f4f4;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    color: var(--thm-base);
    display: flex;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.contact-one__form .form-group input[type=checkbox]:checked+label::before {
    content: '\f00c';
}

.contact-one__form .thm-btn {
    min-width: 226px;
    min-height: 61px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.contact-one__form .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

[class*=contact-one__shape-] {
    position: absolute;
    display: none;
}

@media (min-width: 768px) {
    [class*=contact-one__shape-] {
        display: block;
    }
}

.contact-one__shape-1 {
    top: 155px;
    left: 0;
}

.contact-one__shape-2 {
    right: 70px;
    bottom: -210px;
}

/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.call-to-action {
    overflow: hidden;
    background-color: var(--thm-base);
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

@media (min-width: 1200px) {
    .call-to-action {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.call-to-action .container {
    position: relative;
}

.call-to-action .floated-text {
    position: absolute;
    display: none;
    top: 60px;
    right: 150px;
    font-size: 80px;
    color: var(--thm-black);
    font-family: 'Homemade Apple', cursive;
    opacity: 0.1;
}

@media (min-width: 1200px) {
    .call-to-action .floated-text {
        display: block;
    }
}

.call-to-action__image {
    max-width: 100%;
    margin-bottom: 50px;
}

@media (min-width: 1200px) {
    .call-to-action__image {
        max-width: none;
        margin-bottom: 0;
        float: right;
    }
}

.call-to-action .block-title h3,
.call-to-action .block-title p,
.call-to-action .block-title span {
    color: #fff;
}

@media (min-width: 1200px) {
    .call-to-action__content {
        padding-left: 90px;
        padding-top: 120px;
    }
}

.call-to-action__content>p {
    margin: 0;
    color: #fff;
    margin-top: -20px;
}

@media (min-width: 1200px) {
    .call-to-action__content>p {
        font-size: 18px;
        margin-top: 0;
    }
}

.call-to-action__wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .call-to-action__wrap {
        margin-top: 40px;
        padding-top: 32px;
        padding-bottom: 20px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .call-to-action__wrap [class*=col-]+[class*=col-] .call-to-action__box {
        padding-left: 30px;
    }
}

.call-to-action__box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.call-to-action__box>i {
    font-size: 50px;
    color: #fff;
}

.call-to-action__box h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--special-font);
    margin-left: 30px;
}

@media (min-width: 1200px) {
    .call-to-action__box h3 {
        max-width: 115px;
        font-size: 20px;
    }
}

.call-to-action .thm-btn {
    background-color: var(--thm-black);
    color: #fff;
    padding: 18px 51px;
}

.call-to-action .thm-btn:hover {
    background-color: #fff;
    color: var(--thm-black);
}

[class*=call-to-action-five__shape-],
[class*=call-to-action-four__shape-],
[class*=call-to-action-two__shape-],
[class*=call-to-action__shape-] {
    position: absolute;
    display: none;
}

@media (min-width: 992px) {

    [class*=call-to-action-five__shape-],
    [class*=call-to-action-four__shape-],
    [class*=call-to-action-two__shape-],
    [class*=call-to-action__shape-] {
        display: block;
    }
}

.call-to-action__shape-1 {
    bottom: -140px;
    right: 0;
    animation: treeMove 5s linear infinite;
}

.call-to-action__shape-2 {
    top: 120px;
    left: 25%;
    z-index: 10;
}

.call-to-action-two {
    position: relative;
    border-top: 2px solid #f4f4f4;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .call-to-action-two {
        padding-top: 120px;
        padding-bottom: 60px;
    }
}

.call-to-action-two .container {
    position: relative;
}

.call-to-action-two__image {
    position: relative;
}

.call-to-action-two__image .floated-text {
    font-family: 'Homemade Apple', cursive;
    display: none;
    position: absolute;
    font-size: 80px;
    color: #faf4f0;
    right: -50px;
    top: -45px;
}

@media (min-width: 1200px) {
    .call-to-action-two__image .floated-text {
        display: block;
    }
}

.call-to-action-two__image>img {
    max-width: 100%;
    position: relative;
    z-index: 10;
}

@media (min-width: 1200px) {
    .call-to-action-two__image>img {
        max-width: none;
    }
}

.call-to-action-two__content h4 {
    color: var(--thm-base);
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
    margin-top: -20px;
}

@media (min-width: 768px) {
    .call-to-action-two__content h4 {
        margin-top: 0;
        max-width: 270px;
    }
}

@media (min-width: 1200px) {
    .call-to-action-two__content h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

.call-to-action-two__content>p {
    margin: 0;
    color: var(--thm-color);
    line-height: 2;
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .call-to-action-two__content>p {
        max-width: 270px;
        font-size: 18px;
    }
}

.call-to-action-two__content ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .call-to-action-two__content ul {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .call-to-action-two__content ul {
        margin-left: -10px;
    }
}

.call-to-action-two__content ul li {
    position: relative;
    font-size: 16px;
    color: var(--thm-color);
    padding-left: 26px;
}

@media (min-width: 1200px) {
    .call-to-action-two__content ul li {
        font-size: 18px;
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .call-to-action-two__content ul li+li {
        margin-top: 5px;
    }
}

.call-to-action-two__content ul li>i {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    color: var(--thm-base);
    transform: translateY(-50%);
}

@media (min-width: 1200px) {
    .call-to-action-two__content ul li>i {
        font-size: 20px;
    }
}

.call-to-action-two__content .thm-btn {
    background-color: var(--thm-base);
    color: #fff;
    padding: 18px 51px;
}

.call-to-action-two__content .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

@media (min-width: 1200px) {
    .call-to-action-two__content .thm-btn {
        margin-top: 55px;
    }
}

.call-to-action-two__shape-1 {
    bottom: 0;
    left: 0;
    animation: treeMove 5s ease-in infinite;
}

.call-to-action-two__shape-2 {
    bottom: -40px;
    left: 180px;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

.call-to-action-two__shape-3 {
    left: 43%;
    bottom: 19%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.call-to-action-two__shape-4 {
    left: 52%;
    bottom: 100px;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 10s;
}

.call-to-action-two__shape-5 {
    right: 100px;
    bottom: 350px;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

.call-to-action-two__shape-6 {
    bottom: 0;
    right: 250px;
}

.call-to-action-three {
    padding-top: 80px;
}

@media (min-width: 992px) {
    .call-to-action-three {
        padding-top: 120px;
    }
}

.call-to-action-three .inner-container {
    background-repeat: no-repeat;
    background-position: 0% 140%;
    background-color: var(--thm-base);
    text-align: center;
    position: relative;
    padding-top: 80px;
}

@media (min-width: 1200px) {
    .call-to-action-three .inner-container {
        text-align: left;
        padding-bottom: 80px;
        padding-top: 60px;
    }
}

.call-to-action-three__image {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .call-to-action-three__image {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

.call-to-action-three__discount {
    width: 120px;
    height: 120px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    bottom: 5%;
    left: 10%;
}

@media (min-width: 768px) {
    .call-to-action-three__discount {
        bottom: 30%;
        left: auto;
        right: 20%;
    }
}

@media (min-width: 1200px) {
    .call-to-action-three__discount {
        width: 155px;
        height: 155px;
        bottom: auto;
        right: auto;
        top: 50px;
        left: 350px;
        z-index: 10;
    }
}

.call-to-action-three__discount::before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    bottom: 7.5px;
    left: 15px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(-15deg);
}

@media (min-width: 1200px) {
    .call-to-action-three__discount::before {
        bottom: 15px;
    }
}

.call-to-action-three__discount h4 {
    margin: 0;
    color: var(--thm-black);
    font-size: 30px;
    font-family: var(--special-font);
    line-height: 1;
    margin-bottom: 5px;
}

.call-to-action-three__discount h4 span {
    font-size: 18px;
    position: relative;
    top: -10px;
    left: 5px;
}

@media (min-width: 1200px) {
    .call-to-action-three__discount h4 span {
        font-size: 30px;
        top: -20px;
        left: 0;
    }
}

@media (min-width: 992px) {
    .call-to-action-three__discount h4 {
        font-size: 35px;
    }
}

@media (min-width: 1200px) {
    .call-to-action-three__discount h4 {
        font-size: 50px;
    }
}

.call-to-action-three__discount p {
    margin: 0;
    color: var(--thm-color);
    font-size: 16px;
    line-height: 1;
}

@media (min-width: 1200px) {
    .call-to-action-three__discount p {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .call-to-action-three__content {
        padding-left: 65px;
    }
}

.call-to-action-three h3 {
    margin: 0;
    font-family: var(--special-font);
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .call-to-action-three h3 {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .call-to-action-three h3 {
        font-size: 50px;
    }
}

.call-to-action-three .thm-btn {
    background-color: var(--thm-black);
    padding: 18px 51px;
}

.call-to-action-three .thm-btn:hover {
    background-color: #fff;
    color: var(--thm-black);
}

.call-to-action-four {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    background-color: #f4f4f4;
    position: relative;
}

.call-to-action-four .container {
    position: relative;
}

.call-to-action-four__content {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .call-to-action-four__content {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.call-to-action-four__content>p {
    margin: 0;
    margin-top: -20px;
}

@media (min-width: 1200px) {
    .call-to-action-four__content>p {
        font-size: 18px;
        line-height: 34px;
        margin-top: 0;
        max-width: 570px;
    }
}

.call-to-action-four__content .thm-btn {
    background-color: var(--thm-base);
    color: #fff;
    padding: 18px 51px;
    margin-top: 50px;
}

.call-to-action-four__content .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.call-to-action-four__shape-1 {
    bottom: 0;
    left: 80px;
    animation: treeMove 5s linear infinite;
}

.call-to-action-four__shape-2 {
    top: -55px;
    left: 170px;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

.call-to-action-four__shape-3 {
    bottom: 85px;
    left: 32%;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

.call-to-action-four__shape-4 {
    top: 175px;
    left: 45%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.call-to-action-four__shape-5 {
    right: 365px;
    top: 250px;
}

.countdown-one__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-bottom: 0;
    margin-top: 40px;
}

@media (min-width: 992px) {
    .countdown-one__list {
        grid-template-columns: repeat(4, 1fr);
    }
}

.countdown-one__list li {
    background-color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 1200px) {
    .countdown-one__list li {
        min-height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.countdown-one__list li div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.countdown-one__list li i {
    font-style: normal;
    color: var(--thm-base);
    font-size: 30px;
    line-height: 1;
}

@media (min-width: 1200px) {
    .countdown-one__list li i {
        font-size: 40px;
    }
}

.countdown-one__list li span {
    margin: 0;
    font-size: 16px;
    color: var(--thm-black);
    line-height: 1;
    display: block;
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .countdown-one__list li span {
        font-size: 18px;
    }
}

.call-to-action-five {
    position: relative;
    padding-top: 60px;
}

.call-to-action-five .inner-container {
    background-color: var(--thm-base);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.call-to-action-five .inner-container::before {
    content: '';
    width: 30px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    display: none;
}

@media (min-width: 992px) {
    .call-to-action-five .inner-container::before {
        display: block;
    }
}

@media (min-width: 992px) {
    .call-to-action-five .inner-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .call-to-action-five .inner-container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.call-to-action-five .inner-container h3 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-family: var(--special-font);
    padding-top: 20px;
}

@media (min-width: 992px) {
    .call-to-action-five .inner-container h3 {
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    .call-to-action-five .inner-container h3 {
        font-size: 24px;
    }
}

.call-to-action-five__shape-1 {
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 117px);
    z-index: 10;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
    border-bottom: 2px solid #f4f4f4;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .about-one {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.about-one__content {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .about-one__content {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .about-one__content {
        padding-left: 70px;
    }
}

.about-one__content .block-title {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .about-one__content .block-title {
        margin-bottom: 40px;
    }
}

.about-one__content>P {
    margin: 0;
    font-size: 16px;
    line-height: 1.888;
    color: var(--thm-color);
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .about-one__content>P {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .about-one__content>P {
        font-size: 18px;
    }
}

.about-one__box {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .about-one__box {
        margin-top: 10px;
    }
}

.about-one__box h3 {
    display: flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.about-one__box h3>i {
    color: var(--thm-base);
    font-size: 14px;
    margin-right: 10px;
}

.about-one__box p {
    margin: 0;
    color: var(--thm-color);
    font-size: 16px;
    line-height: 1;
    margin-top: 15px;
}

@media (min-width: 992px) {
    .about-one__box p {
        font-size: 18px;
    }
}

[class*=about-one__shape-] {
    position: absolute;
    display: none;
    z-index: 10;
}

@media (min-width: 992px) {
    [class*=about-one__shape-] {
        display: block;
        bottom: 0;
        left: 120px;
    }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.feature-box {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .feature-box {
        padding-top: 0;
        padding-bottom: 100px;
    }
}

.feature-box .thm-tiny__slider:not(.tns-slider) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0px;
}

@media (min-width: 1200px) {
    .feature-box .tns-item+.tns-item {
        border-left: 2px solid #f4f4f4;
    }
}

.feature-box .inner-container {
    background-color: #fff;
    position: relative;
    z-index: 20;
}

@media (min-width: 1200px) {
    .feature-box .inner-container {
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    }
}

@media (min-width: 1200px) {
    .feature-box .inner-container {
        margin-top: -60px;
        position: relative;
        z-index: 10;
    }
}

.feature-box__single {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    padding-top: 51.5px;
    padding-bottom: 51.5px;
    border: 2px solid #f4f4f4;
    background-color: #fff;
}

@media (min-width: 1200px) {
    .feature-box__single {
        padding-left: 60px;
        padding-right: 50px;
        border: none;
    }
}

.feature-box__icon {
    color: var(--thm-base);
    font-size: 40px;
}

@media (min-width: 768px) {
    .feature-box__icon {
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
    }
}

.feature-box__icon::after {
    content: '';
    width: 40px;
    height: 35px;
    background-color: #f4f4f4;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}

@media (min-width: 1200px) {
    .feature-box__icon::after {
        width: 60px;
        height: 52px;
    }
}

@media (min-width: 1200px) {
    .feature-box__icon {
        left: 60px;
        font-size: 60px;
    }
}

.feature-box__content {
    padding-left: 0px;
}

@media (min-width: 768px) {
    .feature-box__content {
        padding-left: 60px;
    }
}

@media (min-width: 1200px) {
    .feature-box__content {
        padding-left: 90px;
    }
}

.feature-box__content h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
}

.feature-box__content p {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: var(--thm-color);
}

.feature-two {
    padding-top: 80px;
}

@media (min-width: 1200px) {
    .feature-two {
        padding-top: 120px;
    }
}

.feature-two__box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 307px;
}

.feature-two__box>h3 {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background-color: rgba(var(--thm-black-rgb), 0.9);
    color: #fff;
    font-family: var(--special-font);
    font-size: 22px;
    text-align: center;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

@media (min-width: 1200px) {
    .feature-two__box>h3 {
        top: 90px;
        bottom: 90px;
        left: 70px;
        right: 70px;
        font-size: 30px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.feature-two__box:hover>h3 {
    opacity: 0;
    transform: translateY(-30%);
    visibility: hidden;
}

.feature-two__box-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--thm-black-rgb), 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

.feature-two__box-hover h3 {
    color: #fff;
    font-family: var(--special-font);
    font-size: 22px;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .feature-two__box-hover h3 {
        font-size: 30px;
    }
}

.feature-two__box-hover .thm-btn {
    min-width: 132px;
    min-height: 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: var(--thm-black);
}

.feature-two__box-hover .thm-btn:hover {
    background-color: var(--thm-base);
    color: #fff;
}

.feature-two__box:hover .feature-two__box-hover {
    opacity: 1;
    transform: translateY(0%);
    visibility: visible;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    .testimonials-one {
        padding-bottom: 60px;
    }
}

.testimonials-one .thm-tiny__slider:not(.tns-slider) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.testimonials-one__head {
    background-image: url(../images/shapes/testimonials-head-1-1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #f4f4f4;
    padding-top: 80px;
    padding-bottom: 140px;
    margin-bottom: -80px;
}

@media (min-width: 1200px) {
    .testimonials-one__head {
        padding-top: 120px;
        margin-bottom: -250px;
        padding-bottom: 310px;
    }
}

.testimonials-one__head .block-title {
    margin-bottom: 0;
}

.testimonials-one__image {
    position: relative;
    z-index: 10;
}

.testimonials-one__image>img {
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-one__content {
    text-align: center;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 60px;
    background-color: #fff;
    margin-top: -79px;
    padding-top: 79px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.testimonials-one__content::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--thm-base);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(1, 0);
    transform-origin: top center;
    transition: transform 500ms ease;
}

.testimonials-one__content::after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: var(--thm-base);
    position: absolute;
    bottom: 0;
    left: 0;
}

.testimonials-one__content:hover::before {
    transform-origin: bottom center;
    transform: scale(1, 1);
}

@media (min-width: 1200px) {
    .testimonials-one__content {
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 60px;
    }
}

.testimonials-one__content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: var(--thm-color);
    margin-top: 30px;
    position: relative;
    transition: all 500ms ease;
}

@media (min-width: 992px) {
    .testimonials-one__content p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .testimonials-one__content p {
        font-size: 16px;
    }
}

.testimonials-one__content h3 {
    margin: 0;
    font-family: var(--special-font);
    color: var(--thm-base);
    line-height: 1;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 26px;
    position: relative;
    transition: all 500ms ease;
}

@media (min-width: 1200px) {
    .testimonials-one__content h3 {
        font-size: 20px;
        margin-top: 35px;
    }
}

.testimonials-one__content span {
    margin: 0;
    font-size: 14px;
    color: var(--thm-color);
    display: block;
    line-height: 1;
    position: relative;
    transition: all 500ms ease;
}

@media (min-width: 992px) {
    .testimonials-one__content span {
        font-size: 16px;
    }
}

.testimonials-one__content:hover p,
.testimonials-one__content:hover h3,
.testimonials-one__content:hover span {
    color: #ffffff;
}

.testimonials-one .tns-outer .tns-controls {
    position: relative;
    top: -50px;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.video-one {
    background-color: var(--thm-black);
}

.video-one .jarallax-img {
    opacity: .3;
}

.video-one .container {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

@media (min-width: 1200px) {
    .video-one .container {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.video-one .video-popup {
    width: 66px;
    height: 66px;
    background-color: var(--thm-base);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    position: relative;
    transition: all 500ms ease;
}

@media (min-width: 768px) {
    .video-one .video-popup {
        width: 76px;
        height: 76px;
    }
}

@media (min-width: 1200px) {
    .video-one .video-popup {
        width: 96px;
        height: 96px;
        font-size: 24px;
        margin-bottom: 50px;
    }
}

.video-one .video-popup:hover {
    background-color: #fff;
    color: var(--thm-black);
}

.video-one .video-popup::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 1px solid #ffffff;
    opacity: 0.15;
    animation: videoAnim 5s linear 0ms infinite;
}

@keyframes videoAnim {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.2);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.video-one h3 {
    margin: 0;
    color: #fff;
    font-family: var(--special-font);
    font-size: 36px;
    line-height: 1.25;
}

@media (min-width: 768px) {
    .video-one h3 {
        font-size: 42px;
    }
}

@media (min-width: 1200px) {
    .video-one h3 {
        font-size: 80px;
    }
}

.video-one h3 span {
    position: relative;
}

.video-one h3 span::before {
    content: '';
    background-image: url(../images/shapes/video-title-1.png);
    width: 65px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    bottom: 80%;
    left: -35px;
}

[class*=video-one__leaf-] {
    position: absolute;
    display: none;
    z-index: 10;
}

@media (min-width: 992px) {
    [class*=video-one__leaf-] {
        display: block;
    }
}

.video-one__leaf-1 {
    left: 180px;
    bottom: 160px;
}

.video-one__leaf-2 {
    right: 180px;
    bottom: 160px;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
    background-color: var(--thm-black);
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .funfact-one {
        padding-top: 0;
        padding-bottom: 120px;
    }
}

.funfact-one .jarallax-img {
    opacity: 0.05;
    mix-blend-mode: luminosity;
}

.funfact-one [class*=col-] {
    text-align: center;
}

.funfact-one [class*=col-]:first-child {
    text-align: center;
}

@media (min-width: 992px) {
    .funfact-one [class*=col-]:first-child {
        text-align: left;
    }
}

.funfact-one [class*=col-]:first-child .funfact-one__single {
    border-top: 0;
    border-left: 0;
    padding-top: 0;
    margin-top: 0;
}

@media (min-width: 768px) {
    .funfact-one [class*=col-]:nth-child(2) .funfact-one__single {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .funfact-one [class*=col-]:last-child {
        text-align: right;
    }
}

.funfact-one__single {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    margin-top: 40px;
    position: relative;
}

.funfact-one__single::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: var(--thm-base);
    transform: scale(0, 1);
    transform-origin: left center;
    display: none;
    transition: transform 500ms ease;
}

@media (min-width: 1200px) {
    .funfact-one__single::before {
        display: block;
    }
}

.funfact-one__single:hover::before {
    transform: scale(1, 1);
    transform-origin: right center;
}

@media (min-width: 992px) {
    .funfact-one__single {
        border-top: 0;
        padding-top: 105px !important;
        margin-top: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.funfact-one__single h3 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .funfact-one__single h3 {
        font-size: 60px;
    }
}

.funfact-one__single p {
    color: var(--thm-base);
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    line-height: 1;
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
.products__load-more {
    margin-top: 50px;
}

.products__load-more:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.product-card {
    margin-top: 30px;
}

.product-card__image {
    position: relative;
}

.product-card__image>img {
    width: 100%;
}

.product-card__image-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.55);
    opacity: 0;
    transform: translateY(-30%);
    transition: transform 500ms ease, opacity 500ms ease;
    visibility: hidden;
}

.product-card__image-content>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: var(--thm-base);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    transition: all 500ms ease;
}

.product-card__image-content>a+a {
    margin-left: 10px;
}

.product-card__image-content>a:hover {
    background-color: var(--thm-black);
    color: #fff;
}

@media (min-width: 992px) {
    .product-card__image-content>a {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }
}

.product-card:hover .product-card__image-content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.product-card__content {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-card__left h3 {
    font-size: 18px;
    font-family: var(--special-font);
    color: var(--thm-black);
    margin: 0;
    line-height: 2;
}

.product-card__left h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.product-card__left h3 a:hover {
    color: var(--thm-base);
}

.product-card__left p {
    margin: 0;
    color: var(--thm-color);
    font-size: 16px;
    line-height: 1;
    margin-top: 0px;
}

.product-card__right {
    display: flex;
    align-items: center;
}

.product-card__right>i {
    font-size: 14px;
    color: var(--thm-base);
}

.product-card__right>i+i {
    margin-left: 5px;
}

.thm-swiper__slider .product-card {
    margin-top: 0;
}

.product-card__two-image {
    position: relative;
}

.product-card__two-image>img {
    width: 100%;
}

.product-card__two-image-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: transform 500ms ease, opacity 500ms ease;
    margin-bottom: -22.5px;
}

@media (min-width: 992px) {
    .product-card__two-image-content {
        margin-bottom: -28px;
        opacity: 0;
        transform: translateY(10%);
        visibility: hidden;
    }
}

.product-card__two-image-content>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: var(--thm-base);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    transition: all 500ms ease;
}

.product-card__two-image-content>a+a {
    margin-left: 10px;
}

.product-card__two-image-content>a:hover {
    background-color: var(--thm-black);
    color: #fff;
}

@media (min-width: 992px) {
    .product-card__two-image-content>a {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }
}

.product-card__two:hover .product-card__two-image-content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.product-card__two-sale {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--thm-black);
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 24px;
    text-transform: capitalize;
}

.product-card__two-content {
    text-align: center;
    border: 2px solid #f4f4f4;
    border-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-card__two-content h3 {
    font-size: 20px;
    font-family: var(--special-font);
    color: var(--thm-black);
    margin: 0;
    margin-bottom: 15px;
}

.product-card__two-content h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.product-card__two-content h3 a:hover {
    color: var(--thm-base);
}

.product-card__two-content p {
    margin: 0;
    color: var(--thm-color);
    font-size: 18px;
    line-height: 1;
    margin-top: 15px;
}

.product-card__two-stars {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-card__two-stars>i {
    font-size: 14px;
    color: var(--thm-base);
}

.product-card__two-stars>i+i {
    margin-left: 5px;
}

.products-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .products-page {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.product-two {
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .product-two {
        padding-bottom: 120px;
    }
}

.product-two .thm-tiny__slider:not(.tns-slider) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

@media (min-width: 992px) {
    .product-sorter {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.product-sorter p {
    margin: 0;
    font-size: 16px;
    color: var(--thm-color);
}

@media (min-width: 992px) {
    .product-sorter p {
        font-size: 18px;
    }
}

.product-sorter__select {
    width: 288px;
    margin-top: 15px;
}

@media (min-width: 992px) {
    .product-sorter__select {
        margin-top: 0;
    }
}

.product-sorter__select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.product-sorter__select .bootstrap-select>.dropdown-toggle {
    border: 2px solid #f4f4f4;
    background-color: #fff;
    min-height: 70px;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    outline: none !important;
}

.product-sorter__select .bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--thm-color);
}

.product-sidebar__single {
    margin-bottom: 30px;
    border: 2px solid #f4f4f4;
    padding: 30px;
}

.product-sidebar__single h3 {
    margin: 0;
    font-size: 18px;
    color: var(--thm-black);
    font-family: var(--special-font);
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .product-sidebar__single h3 {
        font-size: 20px;
    }
}

.product-sidebar__price-range .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}

.product-sidebar__price-range .form-group p {
    font-size: 14px;
    color: var(--thm-color);
    margin: 0;
    line-height: 1em;
}

.product-sidebar__price-range .left {
    display: flex;
    align-items: center;
}

.product-sidebar__price-range .left>span {
    margin-left: 5px;
    margin-right: 5px;
}

.product-sidebar__price-range .thm-btn {
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    width: 70px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-sidebar__price-range .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.product-sidebar__price-range .noUi-horizontal {
    height: 4px;
    background-color: #f4f4f4;
    border: none;
    box-shadow: none;
}

.product-sidebar__price-range .noUi-handle {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: var(--thm-base);
    border: none;
    outline: none;
    box-shadow: none;
}

.product-sidebar__price-range .noUi-handle::before,
.product-sidebar__price-range .noUi-handle::after {
    display: none;
}

.product-sidebar__price-range .noUi-connect {
    background-color: var(--thm-base);
}

.product-sidebar__links {
    margin-bottom: 0;
    margin-top: -10px;
}

.product-sidebar__links li+li {
    margin-top: 20px;
}

.product-sidebar__links li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--thm-color);
    font-size: 16px;
}

.product-sidebar__links li a:hover {
    text-shadow: 0 0 0.5px var(--thm-black);
}

.product-sidebar__links li a:hover>i {
    color: var(--thm-black);
    text-shadow: none;
}

.product-sidebar__links li a>i {
    font-size: 16px;
}

.product-sidebar__search-widget {
    border: none;
    padding: 0;
}

.product-sidebar__search-widget form {
    display: flex;
    position: relative;
    align-items: center;
}

.product-sidebar__search-widget form input[type=text] {
    width: 100%;
    border: none;
    background-color: var(--thm-base);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
    height: 84px;
}

.product-sidebar__search-widget form button[type=submit] {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: auto;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    font-size: 24px;
}

/* checkout page */
.checkout-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .checkout-page {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.checkout-page p {
    margin: 0;
    color: var(--thm-color);
    font-size: 16px;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .checkout-page p {
        font-size: 18px;
    }
}

.checkout-page p a {
    color: var(--thm-base);
    transition: all 500ms ease;
}

.checkout-page p a:hover {
    color: var(--thm-black);
}

.checkout-page .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.checkout-page h3 {
    font-family: var(--special-font);
    color: var(--thm-black);
    font-size: 22px;
    margin-bottom: 50px;
}

@media (min-width: 1200px) {
    .checkout-page h3 {
        font-size: 30px;
    }
}

.checkout-page h3 input[type=checkbox] {
    position: absolute;
    left: -99999px;
}

.checkout-page h3 label {
    display: flex;
    align-items: center;
}

.checkout-page h3 label::after {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #f4f4f4;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    color: var(--thm-base);
    display: flex;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.checkout-page h3 input[type=checkbox]:checked+label::after {
    content: '\f00c';
}

.checkout-page .contact-one__form textarea {
    height: 161px;
}

.checkout-page .order-details__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.checkout-page .order-details__top p {
    font-size: 18px;
    font-family: var(--special-font);
    color: var(--thm-black);
    margin: 0;
    line-height: 1;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.checkout-page .order-details>p {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #383a39;
    justify-content: space-between;
    margin: 0;
    line-height: 1;
}

.checkout-page .order-details>p+p {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .checkout-page .order-details>p+p {
        margin-top: 30px;
    }
}

.checkout-page .order-details>p span:last-child {
    color: var(--thm-color);
}

.checkout-page .order-title {
    margin-top: 50px;
}

.checkout-page .order-payment {
    background-color: #f4f4f4;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 50px;
}

@media (min-width: 768px) {
    .checkout-page .order-payment {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .checkout-page .order-payment {
        padding: 50px;
    }
}

.checkout-page .order-payment ul.list-unstyled {
    margin-bottom: 0;
}

.checkout-page .order-payment h2 {
    margin: 0;
    font-family: var(--special-font);
    font-size: 20px;
    display: flex;
    align-items: center;
}

.checkout-page .order-payment h2::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    color: var(--thm-base);
    display: flex;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.checkout-page .order-payment h2 span {
    display: flex;
    align-items: center;
}

.checkout-page .order-payment h2 span img {
    margin-left: 10px;
}

.checkout-page .order-payment h2.active::before {
    content: '\f00c';
}

.checkout-page .order-payment p {
    font-size: 16px;
    line-height: 30px;
    color: var(--thm-color);
    margin: 0;
    margin-top: 20px;
}

.checkout-page .order-payment li+li {
    margin-top: 30px;
}

/* cart page */
.cart-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .cart-page {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.cart-page .button-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .cart-page .button-box {
        padding-left: 20px;
    }
}

.cart-page .button-box .thm-btn {
    min-height: 71px;
    padding: 18px 50px;
}

.cart-page .button-box .thm-btn:nth-child(1) {
    background-color: #f4f4f4;
    color: #717573;
}

.cart-page .button-box .thm-btn:hover {
    background-color: var(--thm-black) !important;
    color: #fff !important;
}

@media (min-width: 1200px) {
    .cart-page .contact-one__form {
        display: flex;
        align-items: center;
    }
}

.cart-page .contact-one__form input {
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .cart-page .contact-one__form input {
        max-width: 350px;
        margin-bottom: 0;
        margin-right: 20px;
    }
}

.cart-page .cart-total {
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .cart-page .cart-total {
        margin-top: -10px;
        margin-bottom: 50px;
        padding-left: 20px;
    }
}

.cart-page .cart-total li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-page .cart-total li span {
    color: var(--thm-color);
    font-size: 16px;
}

@media (min-width: 1200px) {
    .cart-page .cart-total li span {
        font-size: 18px;
    }
}

.cart-page .cart-total li span:first-child {
    font-size: 18px;
    color: var(--thm-black);
    font-family: var(--special-font);
}

@media (min-width: 1200px) {
    .cart-page .cart-total li span:first-child {
        font-size: 20px;
    }
}

.quantity-box {
    width: 100px;
    height: 58px;
    border: 2px solid #f4f4f4;
    position: relative;
}

.quantity-box input[type="number"] {
    width: 100%;
    border: none;
    outline: none;
    height: 58px;
    padding-left: 30px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    color: var(--thm-color);
}

@media (min-width: 1200px) {
    .quantity-box input[type="number"] {
        font-size: 18px;
    }
}

.quantity-box input[type="number"]::-webkit-inner-spin-button,
.quantity-box input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-box input[type="number"] {
    -moz-appearance: textfield;
}

.quantity-box button {
    width: 31px;
    height: 29px;
    border: none;
    border: 2px solid #f4f4f4;
    border-right: 0;
    border-top: 0;
    outline: none !important;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    color: #383a39;
}

.quantity-box button.add {
    top: auto;
    bottom: 0;
    border-top: 2px solid #f4f4f4;
    border-bottom: 0;
}

.cart-table {
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .cart-table {
        margin-bottom: 60px;
    }
}

.cart-table .product-box {
    display: flex;
    align-items: center;
}

.cart-table .product-box h3 {
    margin: 0;
    font-family: var(--special-font);
    font-size: 20px;
    margin-left: 20px;
}

@media (min-width: 992px) {
    .cart-table .product-box h3 {
        margin-left: 40px;
    }
}

.cart-table .product-box h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.cart-table .product-box h3 a:hover {
    color: var(--thm-base);
}

.cart-table tr th {
    border-bottom: 0;
    border-top: 0;
    color: var(--thm-black);
    font-family: var(--special-font);
    font-size: 18px;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .cart-table tr th {
        font-size: 24px;
    }
}

.cart-table tr th:first-child {
    padding-left: 0;
}

.cart-table tr th:last-child {
    padding-right: 0;
    text-align: right;
}

.cart-table tr td {
    vertical-align: middle;
    border-top: 2px solid #f4f4f4;
    padding-top: 40px;
    padding-bottom: 40px;
}

.cart-table tr td:first-child {
    padding-left: 0;
}

.cart-table tr td:last-child {
    padding-right: 0;
    text-align: right;
}

.cart-table td {
    color: var(--thm-color);
    font-size: 16px;
}

@media (min-width: 992px) {
    .cart-table td {
        font-size: 18px;
    }
}

.cart-table td .remove-icon {
    font-size: 16px;
}

/* product details */
.product_detail {
    position: relative;
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .product_detail {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.product_detail_image img {
    width: 100%;
}

@media (max-width: 768px) {
    .product_detail_content {
        margin-top: 50px;
    }
}

.product_detail_content h2 {
    font-size: 20px;
    color: var(--thm-black);
    font-family: var(--special-font);
    margin: 0;
}

@media (min-width: 768px) {
    .product_detail_content h2 {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .product_detail_content h2 {
        font-size: 40px;
    }
}

.product_detail_review_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    padding: 18px 0 22px;
    margin: 21px 0 22px;
}

@media (min-width: 576px) {
    .product_detail_review_box {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.product_detail_price_box p {
    color: var(--thm-color);
    font-size: 20px;
    margin: 0;
}

.product_detail_review a {
    color: var(--thm-base);
    font-size: 16px;
}

.product_detail_review a.deactive {
    color: #f4f4f4;
}

.product_detail_review a+a {
    margin-left: 5px;
}

.product_detail_review span {
    margin-left: 6px;
}

.product_detail_address {
    margin: 0;
    padding-top: 16px;
}

.product_detail_address li {
    position: relative;
    display: block;
    font-size: 16px;
    color: var(--thm-black);

}


.product_detail_text p {
    margin: 0;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .product_detail_text p {
        font-size: 18px;
    }
}

.product-quantity-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 28px 0 28px;
}

@media (min-width: 768px) {
    .product-quantity-box {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
}

.addto-cart-box {
    position: relative;
    display: block;
    margin-left: 0px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .addto-cart-box {
        margin-left: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.addto-cart-box button.thm-btn {
    padding: 13px 50px;
}

.addto-cart-box button.thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.product-quantity-box .wishlist_btn {
    position: relative;
    display: block;
}

.product-quantity-box .wishlist_btn .thm-btn {
    padding: 13px 50px;
    font-size: 16px;
    color: var(--thm-color);
    background: #f4f4f4;
}

.product-quantity-box .wishlist_btn .thm-btn:hover {
    color: #ffffff;
    background: var(--thm-base);
}

.category_tag_list {
    margin: 0;
}

.product_detail_share_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 25px;
}

.category_tag_list li span {
    color: #383a39;
    font-size: 16px;
    margin-right: 5px;
}

@media (min-width: 1200px) {
    .category_tag_list li span {
        font-size: 18px;
    }
}

.share_box_title h2 {
    color: var(--thm-black);
    font-size: 18px;
    margin: 0;
}

@media (min-width: 1200px) {
    .share_box_title h2 {
        font-size: 20px;
    }
}

.share_box_social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.share_box_social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 45px;
    height: 45px;
    background-color: #f4f4f4;
    color: var(--thm-color);
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (min-width: 1200px) {
    .share_box_social a {
        width: 57px;
        height: 57px;
        font-size: 18px;
    }
}

.share_box_social a+a {
    margin-left: 10px;
}

.share_box_social a:hover {
    color: #ffffff;
    background-color: var(--thm-base);
}

.product-tab-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 115px;
}

.product-tab-box .tab-btns {
    position: relative;
    display: block;
    z-index: 1;
    margin: 0;
}

.product-tab-box .tab-btns .tab-btn {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

@media (max-width: 665px) {
    .product-tab-box .tab-btns .tab-btn {
        margin-right: 0;
        margin-top: 10px;
        display: block;
        width: 100%;
        text-align: center;
    }
}

.product-tab-box .tab-btns .tab-btn:last-child {
    margin-right: 0;
}

.product-tab-box .tab-btns .tab-btn span {
    position: relative;
    display: block;
    background: #f4f4f4;
    margin: 0;
    padding: 23px 30px;
    color: var(--thm-black);
    font-size: 18px;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: var(--special-font);
    text-transform: capitalize;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .product-tab-box .tab-btns .tab-btn span {
        font-size: 20px;
        padding: 10px 60px;
    }
}

.product-tab-box .tab-btns .tab-btn.active-btn span,
.product-tab-box .tab-btns .tab-btn:hover span {
    color: #ffffff;
    background: var(--thm-base);
}

.product-tab-box .tabs-content {
    position: relative;
    display: block;
    padding: 0;
}

.product-tab-box .tabs-content .tab {
    position: relative;
    padding: 0px;
    display: none;
}

.product-tab-box .tabs-content .tab.active-tab {
    display: block;
}

.product-details-content {
    position: relative;
    display: block;
    overflow: hidden;
    border: 2px solid #f4f4f4;
    padding: 48px 60px 33px;
}

@media (max-width: 768px) {
    .product-details-content {
        padding: 30px;
    }
}

.product-details-content .desc-content-box {
    position: relative;
    display: block;
}

.product-details-content .desc-content-box p {
    font-size: 18px;
    color: var(--thm-color);
    margin: 0;
    line-height: 34px;
}

.product-details-content .desc-content-box .desc-content-box_bottom {
    margin-top: 38px;
}

.additionali_nfo {
    position: relative;
    display: block;
    border: 2px solid #f4f4f4;
    padding: 48px 60px 120px;
    margin: 0;
}

@media (max-width: 768px) {
    .additionali_nfo {
        padding: 30px;
    }
}

.additionali_nfo li {
    font-size: 18px;
    color: var(--thm-color);
}

.additionali_nfo li span {
    color: var(--thm-black);
    font-size: 18px;
    margin-right: 3px;
}

.product-tab-box .review-form {
    position: relative;
    display: block;
}

.product-tab-box .review-form .shop-page-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 25px;
}

.product-tab-box .review-form .shop-page-title h2 {
    color: #25283a;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 11px;
}

.product-tab-box .review-form .shop-page-title p {
    font-weight: 500;
    margin: 0;
}

.reviews-box {
    position: relative;
    display: block;
    border: 2px solid #f4f4f4;
    padding: 55px 60px 60px;
}

@media (max-width: 768px) {
    .reviews-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.product_reviews_title {
    color: var(--thm-black);
    font-size: 20px;
    margin: 0;
    margin-bottom: 52px;
    font-family: var(--special-font);
}

@media (min-width: 1200px) {
    .product_reviews_title {
        font-size: 30px;
    }
}

.product_reviews_single {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

@media (max-width: 665px) {
    .product_reviews_single {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.product_reviews_image img {
    border-radius: 50%;
}

.product_reviews_content {
    position: relative;
    margin-left: 30px;
}

@media (max-width: 665px) {
    .product_reviews_content {
        margin-left: 0;
        margin-top: 30px;
    }
}

.product_reviews_content h3 {
    font-size: 18px;
    color: var(--thm-black);
    margin: 0;
    margin-bottom: 17px;
    font-family: var(--special-font);
}

@media (min-width: 1200px) {
    .product_reviews_content h3 {
        font-size: 20px;
    }
}

.product_reviews_content span {
    font-size: 14px;
    color: var(--thm-base);
    font-weight: 500;
    margin-left: 12px;
    font-family: var(--thm-font);
}

.product_reviews_content p {
    margin: 0;
}

@media (min-width: 1200px) {
    .product_reviews_content p {
        font-size: 18px;
        line-height: 34px;
    }
}

.product_reviews_rating {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 480px) {
    .product_reviews_rating {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 10px;
    }
}

.add_review_title {
    font-size: 20px;
    color: var(--thm-black);
    font-family: var(--special-font);
    margin: 0;
    margin-bottom: 24px;
    margin-top: -8px;
}

@media (min-width: 1200px) {
    .add_review_title {
        font-size: 30px;
    }
}

.add_review_rating {
    margin-bottom: 19px;
}

.add_review_rating a {
    color: var(--thm-base);
    font-size: 16px;
}

.add_review_rating a+a {
    margin-left: 5px;
}

.add_review_rating a.deactive {
    color: #f4f4f4;
}

.add_review_rating span {
    font-size: 18px;
    color: var(--thm-color);
    margin-right: 5px;
}

.add_review_form .input-box {
    margin-bottom: 10px;
}

.add_review_form .input-box textarea {
    color: var(--thm-color);
    font-size: 16px;
    width: 100%;
    height: 241px;
    background: #f4f4f4;
    border: none;
    outline: none;
    padding: 25px 40px;
    display: block;
    margin-bottom: 30px;
}

.add_review_form input[type="text"],
.add_review_form input[type="email"] {
    color: var(--thm-color);
    font-size: 16px;
    width: 100%;
    height: 61px;
    background: #f4f4f4;
    border: none;
    outline: none;
    padding: 0px 30px;
}

.review_submit_btn {
    margin-top: 20px;
}

.review_submit_btn .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.all_products_two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.all_products_two .block-title {
    margin-bottom: 55px;
}

.new-products {
    position: relative;
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .new-products {
        padding-bottom: 90px;
    }
}

.new-products .container {
    position: relative;
}

.new-products .product-card__two {
    margin-bottom: 30px;
}

.new-products__top {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

@media (min-width: 992px) {
    .new-products__top {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 50px;
    }
}

.new-products .block-title {
    text-align: center;
}

@media (min-width: 992px) {
    .new-products .block-title {
        text-align: left;
        margin-bottom: 0;
    }
}

.new-products .post-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .new-products .post-filter {
        margin-bottom: 0;
    }
}

.new-products .post-filter li {
    color: var(--thm-color);
    font-size: 16px;
    position: relative;
    line-height: 1;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    transition: all 500ms ease;
    margin-bottom: 10px;
    cursor: pointer;
}

.new-products .post-filter li+li {
    margin-left: 20px;
}

.new-products .post-filter li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--thm-base);
    transform: scale(1, 0);
    transform-origin: left center;
    transition: transform 500ms ease;
}

.new-products .post-filter li.active {
    color: var(--thm-black);
    text-shadow: 0 0 1px rgba(var(--thm-black-rgb), 0.5);
}

.new-products .post-filter li.active::before {
    transform-origin: right center;
    transform: scale(1, 1);
}

[class*=new-products__shape-] {
    position: absolute;
    display: none;
}

@media (min-width: 992px) {
    [class*=new-products__shape-] {
        display: block;
    }
}

.new-products__shape-1 {
    top: -140px;
    right: 200px;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

.offer-banner {
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .offer-banner {
        padding-bottom: 90px;
    }
}

.offer-banner__box {
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    padding: 30px;
    position: relative;
}

.offer-banner__box::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #ffffff;
}

@media (min-width: 992px) {
    .offer-banner__box {
        background-position: bottom right;
        padding: 60px 50px;
        padding-top: 50px;
    }
}

.offer-banner__box h3 {
    margin: 0;
    font-size: 30px;
    color: var(--thm-black);
    font-family: var(--special-font);
    line-height: 1;
}

@media (min-width: 1200px) {
    .offer-banner__box h3 {
        font-size: 50px;
    }
}

.offer-banner__box h3 span {
    position: relative;
    display: inline-flex;
    line-height: 1;
    padding-left: 35px;
    padding-right: 35px;
}

.offer-banner__box h3 span::after,
.offer-banner__box h3 span::before {
    content: '';
    width: 25px;
    height: 29px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.offer-banner__box h3 span::before {
    background-image: url(../images/shapes/offer-banner-leaf-1-1.png);
    left: 0;
}

.offer-banner__box h3 span::after {
    background-image: url(../images/shapes/offer-banner-leaf-1-2.png);
    right: 0;
}

.offer-banner__box p {
    font-size: 16px;
    line-height: 1px;
    color: var(--thm-color);
    margin-top: 30px;
    margin-bottom: 35px;
    font-weight: 400;
}

.offer-banner__box .thm-btn {
    min-width: 132px;
    min-height: 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: var(--thm-black);
}

.offer-banner__box .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.offer-banner__content {
    width: 100%;
    max-width: 200px;
    text-align: center;
    position: relative;
    z-index: 20;
}

.new-products-two {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.new-products-two .thm-swiper__slider {
    position: relative;
    z-index: 10;
}

@media (min-width: 1200px) {
    .new-products-two {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

[class*=new-products-two__shape-] {
    position: absolute;
    display: none;
    z-index: 10;
}

@media (min-width: 992px) {
    [class*=new-products-two__shape-] {
        display: block;
    }
}

.new-products-two__shape-1 {
    top: 0;
    left: 210px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.new-products-two__shape-2 {
    bottom: 0;
    right: 80px;
    animation: treeMove 5s linear infinite;
}

.featured-products {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .featured-products {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.featured-products .load-more {
    margin-top: 60px;
}

.featured-products .load-more .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.featured-products .container-fluid {
    position: relative;
}

@media (min-width: 1200px) {
    .featured-products .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media (min-width: 1440px) {
    .featured-products .container-fluid {
        padding-left: 155px;
        padding-right: 155px;
    }
}

.featured-category__nav,
.featured-product__nav {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    margin-top: 40px;
}

@media (min-width: 1200px) {

    .featured-category__nav,
    .featured-product__nav {
        padding-left: 30px;
        padding-right: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 100;
        transform: translateY(-50%) translateX(-50%);
        margin-top: 0;
        justify-content: space-between;
    }
}

@media (min-width: 1440px) {

    .featured-category__nav,
    .featured-product__nav {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.featured-category__nav .swiper-button-next,
.featured-category__nav .swiper-button-prev,
.featured-product__nav .swiper-button-next,
.featured-product__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 63px;
    height: 63px;
    display: flex;
    outline: none;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--thm-black);
    background-color: #f4f4f4;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
}

@media (max-width: 991px) {

    .featured-category__nav .swiper-button-next,
    .featured-category__nav .swiper-button-prev,
    .featured-product__nav .swiper-button-next,
    .featured-product__nav .swiper-button-prev {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}

.featured-category__nav .swiper-button-next:hover,
.featured-category__nav .swiper-button-prev:hover,
.featured-product__nav .swiper-button-next:hover,
.featured-product__nav .swiper-button-prev:hover {
    opacity: 1;
    background-color: var(--thm-base);
    color: #fff;
}

.featured-category__nav .swiper-button-next::after,
.featured-category__nav .swiper-button-prev::after,
.featured-product__nav .swiper-button-next::after,
.featured-product__nav .swiper-button-prev::after {
    display: none;
}

.featured-category__nav .swiper-button-prev,
.featured-product__nav .swiper-button-prev {
    margin-right: 10px;
}

@media (min-width: 1200px) {

    .featured-category__nav .swiper-button-prev,
    .featured-product__nav .swiper-button-prev {
        margin-right: 0;
    }
}

.featured-category {
    position: relative;
}

.featured-category .container,
.featured-category .container-fluid {
    position: relative;
}

.featured-category__head {
    background-color: var(--thm-black);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 115px;
}

@media (min-width: 1200px) {
    .featured-category__head {
        padding-top: 120px;
    }
}

.featured-category__head .block-title p {
    color: var(--thm-text-dark);
}

.featured-category__head .block-title h3 {
    color: #fff;
}

.featured-category .thm-swiper__slider {
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 21;
}

@media (min-width: 1200px) {
    .featured-category .thm-swiper__slider {
        max-width: 1170px;
    }
}

.featured-category__carousel-wrap {
    margin-top: -165px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 21;
}

@media (min-width: 1200px) {
    .featured-category__carousel-wrap {
        margin-bottom: -60px;
    }
}

.featured-category__box {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
    padding-top: 41.5px;
    padding-bottom: 41.5px;
    transition: all 500ms ease;
}

.featured-category__box:hover {
    background-color: var(--thm-base);
    box-shadow: none;
}

.featured-category__box i {
    font-size: 50px;
    color: var(--thm-base);
    transition: all 500ms ease;
}

@media (min-width: 992px) {
    .featured-category__box i {
        font-size: 60px;
    }
}

.featured-category__box:hover h3,
.featured-category__box:hover i {
    color: #fff;
}

.featured-category__box h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 1;
    margin-top: 30px;
}

.featured-category__box h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.featured-category__nav {
    z-index: 20;
    margin-top: 0;
}

@media (min-width: 1200px) {
    .featured-category__nav {
        max-width: 1338px;
        padding-left: 0;
        padding-right: 0;
    }
}

.featured-category__nav .swiper-button-next,
.featured-category__nav .swiper-button-prev {
    background-color: #ffffff;
    color: var(--thm-black);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.featured-category__nav .swiper-button-next:hover,
.featured-category__nav .swiper-button-prev:hover {
    background-color: var(--thm-base);
    color: #fff;
}

/* mini cart */
.mini-cart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(50%);
    transform-origin: left center;
    transition: transform 100ms ease-in, opacity 100ms linear, visibility 100ms ease-in;
    z-index: 999;
    display: flex;
    justify-content: flex-end;
    visibility: hidden;
}

.mini-cart__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mini-cart__content {
    width: 300px;
    background-color: #313332;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 25px;
    position: relative;
}

.mini-cart__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.mini-cart__close {
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
}

.mini-cart__title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.mini-cart__checkout {
    width: 90%;
    position: absolute;
    bottom: 30px;
    left: 15px;
    z-index: 20;
}

@media (max-height: 650px) {
    .mini-cart__checkout {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 50px;
        width: 100%;
    }
}

.mini-cart__item {
    display: flex;
}

.mini-cart__item>img {
    width: 80px;
    flex-shrink: 0;
    height: 80px;
}

.mini-cart__item-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.mini-cart__item-content {
    padding-left: 20px;
}

.mini-cart__item-content h3 {
    font-family: var(--special-font);
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.mini-cart__item-content h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.mini-cart__item-content h3 a:hover {
    color: var(--thm-base);
}

.mini-cart__item-content p {
    margin: 0;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    margin-left: 30px;
    position: relative;
    top: 2px;
}

.mini-cart__item-content .quantity-box {
    height: 40px;
    margin-top: 15px;
    width: 100%;
    border-color: rgba(255, 255, 255, 0.2);
}

.mini-cart__item-content .quantity-box button {
    height: 18px;
    width: 20px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    border-right: 0;
    border-top: 0;
    font-size: 11px;
}

.mini-cart__item-content .quantity-box button.add {
    border-bottom: 0;
}

.mini-cart__item-content .quantity-box input[type="number"] {
    height: 40px;
    padding-left: 0px;
    padding-right: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.mini-cart__item+.mini-cart__item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    margin-top: 30px;
}

.mini-cart.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-one {
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .gallery-one {
        padding-bottom: 120px;
    }
}

.gallery-one .container-fluid {
    width: 100%;
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-one__item {
    position: relative;
    background-color: var(--thm-black);
}

.gallery-one__item>img {
    width: 100%;
    opacity: 1;
    transition: all 500ms ease;
}

.gallery-one__item:hover>img {
    opacity: 0.1;
}

.gallery-one__item>a {
    display: flex;
    background-color: var(--thm-base);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    transition: opacity 500ms ease, transform 500ms ease, background-color 500ms ease;
    opacity: 0;
}

@media (min-width: 992px) {
    .gallery-one__item>a {
        width: 69px;
        height: 69px;
    }
}

.gallery-one__item>a:hover {
    background-color: #fff;
}

.gallery-one__item>a::before,
.gallery-one__item>a::after {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

@media (min-width: 992px) {

    .gallery-one__item>a::before,
    .gallery-one__item>a::after {
        width: 22px;
    }
}

.gallery-one__item>a::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.gallery-one__item>a:hover::before,
.gallery-one__item>a:hover::after {
    background-color: var(--thm-black);
}

.gallery-one__item:hover>a {
    opacity: 1;
}

/*# sourceMappingURL=organik.css.map */



/*Kendi Eklemelerim*/

/*Footer shapes*/
/* .main-menu::after {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: -15px;
  left: 0;
  background-image: url(../images/shapes/ripped-paper-white-up.png);
  background-position: center center;
  background-size: auto;
}

@media (min-width: 1700px) {
  .main-menu::after {
    bottom: -16px;
    background-size: 100%;
  }
} */


.topbar::after {
    content: "";
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: -15px;
    left: 0;
    background-image: url(../images/shapes/ripped-paper-white-up.png);
    background-position: center center;
    background-size: auto;
}

@media (min-width: 1700px) {
    .main-menu::after {
        bottom: -16px;
        background-size: 100%;
    }
}

@media (max-width: 767px) {
    .feature-box::before {
        content: "";
        width: 100%;
        height: 16px;
        background-image: url(../images/shapes/ripped-paper-slider-2.png);
        position: absolute;
        top: 545px;
        left: 0;
        z-index: 10;
        background-size: auto;
    }
}

/*End of the footer shapes*/


/*
footer top*/


.site-footer::before {
    content: "";
    width: 100%;
    height: 16px;
    background-image: url(../images/shapes/ripped-paper-white-up.png);
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 10;
    background-size: auto;
}

@media (min-width: 1700px) {
    .site-footer::before {
        background-size: 100%;
        top: -16px;
    }
}

/*
fotter top end*/

/* dropdown menu */

@media (max-width: 767px) {
    .button-hider button {
        display: none !important;
    }
}

/* dropdown menu end */


/* change fonts */

.font-changer {
    font-family: 'Manrope', sans-serif !important;
}

/* change fonts end */
.deneme:hover {
    color: #0022ca !important;
}


/* ------------------------------ BURDAN SONRAYA YAZ ------------------------------ */

/* section lar arası mesafeyi ayarlama */

section:not(:last-child) {

    /* umumi sectionlarin marginlerini burda ver */
}

section[name="Menu"] {
    /* xususi marginleri burda ver */
}

section[name="Search"] {
    /* margin-bottom: 30px */
}

section[name="category"] {
    margin-bottom: 250px;
    /* xususi marginleri burda ver */
}

section[name="Products"] {
    margin: 0 auto;
    margin-bottom: 60px;
    /* xususi marginleri burda ver */
}

section[name="bestseller"] {
    margin: 0 auto;
    margin-bottom: 95px;
    /* xususi marginleri burda ver */
}

section[name="find_your_coffee"] {
    margin: 0 auto;
    margin-bottom: 60px;
    /* xususi marginleri burda ver */
}

section[name="new_product"] {
    margin-top: 100px !important;
    margin: 0 auto;
    margin-bottom: 842px;
    /* xususi marginleri burda ver */
}

section[name="card_section"] {
    margin: 0 auto;
    margin-bottom: 60px;
    /* xususi marginleri burda ver */
}

section[name="music_area"] {
    margin-top: 1471px !important;
    margin: 0 auto;
    margin-bottom: 322px;
    /* xususi marginleri burda ver */
}

section[name="blog_area"] {
    margin-bottom: 60px;
}

section[name="youtube"] {
    height: 316px;
    margin-top: 1097px;
    margin-bottom: 104px;
}

section[name="info_area"] {
    margin-top: 20px;
}

section[name="info_area2"] {
    margin-top: 943px !important;
}

section[name="footer"] {
    margin: 0 auto;
    margin-top: 140px;
    /* xususi marginleri burda ver */
}

section [name="finde_product"] {}



/* kayan araba bandı */

#linear {
    background-image: linear-gradient(90deg, #1B5E20, #33691E, #827717, #F57F17, #FF6F00, #E65100, #BF360C);
    background-color: #A0522D;
    background-position: center;
    background-size: 200% 50px;
    width: 100%;
    height: 50px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    animation: linears 3s infinite alternate;
}

@keyframes linears {
    0% {
        background-position: left;
    }

    100% {
        background-position: right;
    }
}

#linear .move {
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

#linear .move:before {
    content: '';
    position: absolute;
    left: -298px;
    top: 18px;
    background: linear-gradient(90deg, transparent, #fff);
    width: 300px;
    height: 2px;
    animation: comes 3s infinite 1s;
    opacity: 0;
}

@keyframes comes {
    0% {
        transform: translateX(-300px);
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    100% {
        transform: translateX(300px);
        width: 0;
    }
}

#linear i {
    font-size: 20px;
    animation: come 3s infinite 1s;
}

@keyframes come {
    0% {
        transform: translateX(-300px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* kayan araba bandı son */

/* kategoriler */

.category_header {
    font-family: Poppins;
    font-weight: bold;
    font-size: 27px;
    text-align: left;
    color: #45726e;
    margin-left: 10%;
}

.category_area_size {
    position: absolute;
    width: 80%;
    left: 10%;
}

.category_product {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    width: 109px;
    height: 109px;
    max-width: 109px;
    min-width: 109px;
    max-height: 109px;
    min-height: 109px;
    border-radius: 50%;
}

.category_product:hover {
    border: solid 2px red;
}

.name_of_category {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #45726e;
    line-height: 1.3;
    margin-top: 5px;
}

/* kategori slayder nav  */

.category-slayder .owl-nav {
    position: relative;
    float: right;
    margin-top: -277px !important;
}

.category-slayder .owl-nav .owl-next {
    background: #45726e !important;
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;

}

.category-slayder .owl-nav .owl-prev {
    background: #45726e !important;
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;
}

.category-slayder .owl-nav .owl-prev i {
    text-align: center !important;
    color: white !important;
}

.category-slayder .owl-nav .owl-next i {
    color: white !important;
}

/* Kategory slayder nav son  */

/* kategoriler son */


/* yeni ürün kart kısmı */

.card-of-product {
    width: 262px;
    height: 381px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.product-picture {
    object-fit: cover;
    max-width: 100%;
    height: 211px;
    border-radius: 28px 28px 0px 0px;
}

.product-weight {
    width: 60px;
    height: 58px;
    border-radius: 28px 0px 38px 0px;
    background: #45726e;
    float: left;
    display: flex;
    justify-content: center;
}

.product-weight p {
    display: inline-flex;
    font-family: "poppins";
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    margin-top: 14px;
    /* margin-left: 10px; */
    color: #fff;
}

.product_name {
    font-weight: lighter;
    font-family: Poppins;
    /* font-weight: 600; */
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    color: #2d2d42;
    margin-left: 10px;
    margin-top: 15px;
}

.text_of_product {
    margin-top: -11px;
    width: 239px;
    height: 28px;
    font-family: Poppins;
    font-weight: normal;
    font-size: 9px;
    text-align: left;
    color: #000;
    margin-left: 11px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card_shapes_area {
    bottom: 10px;
    width: 262px;
    position: absolute;
    display: flex;
    flex-direction: column;
}

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

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

.coffee_cup {
    display: flex;
    gap: 0px;
    /* width: 32px; */
}

.coffee_cup>img {
    margin-right: -7px;
    width: 31px !important;
}

.coffee_cup>img:last-child {
    opacity: 40%;
}

.discound_shape {
    /* margin-left: 191px; */
    /* margin-top: -36px; */
    width: 71px;
    height: 27px;
}

.discount_rate {
    position: relative;
    left: 7px;
    top: -1px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.card_text_area {
    margin-top: -14px;
    text-align: -webkit-left;
}

.card_price {
    font-family: Poppins;
    display: inline-block;
    margin: 10px 1px 1px 10px;
    font-size: 20px;
    float: left;
}

.card_price sup {
    top: 1px;
}

.card_price sup::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 3px solid;
    border-color: red;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.shop_buttons {
    width: 100px;
    height: 45px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.favorite_icon {
    cursor: pointer;
    margin-bottom: 0rem;
    margin-right: 3px;
}

.favorite_icon input+.like_button1231 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    transition: all .2s ease-out;
    background-color: #45726e;
}

.favorite_icon input+.like_button1231:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 41px;
    height: 41px;
}

.favorite_icon input:checked+.like_button1231 {
    background-color: rgb(175, 0, 0);
}


/* .favorite_icon{
  display: flex;
  justify-content: center;
  width: 31px;
  height: 31px;
  background: #45726e;
  border-radius: 50%;
  float: right;
  transition: 0.3s;
  margin-right: 5px;
}
.favorite_icon:hover{
  display: flex;
  justify-content: center;
  width: 41px;
  height: 41px;
  background: #45726e;
  border-radius: 50%;


  margin-right: 5px;
} */
.favorite_icon img {
    display: flex;
    justify-content: center;
    /* margin-left: 6px; */
    width: 60% !important;
}

.shop_icon {
    display: flex;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #45726e;
    border-radius: 50%;
    transition: 0.3s;
    /* margin-right: 20px; */
}

.shop_icon img {
    /* margin-left: 11px; */

    width: 60% !important;
}

.shop_icon:hover {
    width: 42px;
    height: 42px;
    background-color: #432222;
}

.card_slider .item {
    text-align: -webkit-center;
}

.share_button {
    width: 14.05px;
    height: 17.56px;
    background: transparent;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    cursor: pointer;
    transition: all 400ms ease;
}

.share_button img:hover {
    transform: scale(1.3) !important;
    transition: all 400ms ease;
}

section[name="bestseller"] .card_slider .owl-stage-outer {
    height: 450px !important;
    padding-top: 50px;
}

section[name="new_product"] .card_slider .owl-stage-outer {
    height: 450px !important;
    padding-top: 50px;
}

.share_button .sm-wrapper {
    position: absolute;
    display: none;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* top: -40px;
  left: 160px; */
    z-index: 999999999;
    cursor: default;
    transform: translate(-77px, -67px);
}

.share_button .sm-wrapper .sm-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 400ms ease;
}

.share_button .sm-wrapper .sm-icon:hover {
    transform: scale(1.1);
}

.share_button .sm-wrapper .sm-icon:nth-child(1) {
    background: #179cf0;
    top: 4px;
    left: calc(115px - 55px - 16px);
}

.share_button .sm-wrapper .sm-icon:nth-child(2) {
    background: #4167b2;
    left: 0;
    top: calc(93px - 55px - 16px);
}

.share_button .sm-wrapper .sm-icon:nth-child(3) {
    background: #27b53e;
    bottom: 3px;
    left: calc(84px - 35px - 16px);
}

.bell-ring {
    width: 17.8px;
    height: 19.78px;
    background: transparent;
    float: right;
    margin-top: 50px;
    margin-right: -15px;
}

.star_icon {
    width: 30.48px;
    height: 28.31px;
    float: right;
    margin-top: 85px;
    margin-right: -24px;
}

.star_icon p {
    position: absolute;
    margin-top: -26px;
    font-size: 10px;
    margin-left: 8px;
    color: white;
}

.bestseller_bg {
    margin-left: 3%;
    width: 94%;
    height: 675px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/* owl carousel okları düzenleme */

.card_slider .owl-nav {
    margin-top: -220px !important;
}

.card_slider .owl-nav .owl-next {
    background: #45726e !important;
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;
    position: relative;
    float: right;
    right: -50px;
}

.card_slider .owl-nav .owl-prev {
    background: #45726e !important;
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;
    position: relative !important;
    float: left !important;
    left: -50px;
}

.card_slider .owl-nav .owl-prev i {
    color: white !important;
}

.card_slider .owl-nav .owl-next i {
    color: white !important;
}

/* owl carousel okları düzenleme son */

.bestsaler_header {
    position: relative;
    float: left !important;
    top: 70px;
    left: 7%;
}

.background_logo {
    position: absolute !important;
    left: 5% !important;
    margin-top: 515px !important;
}

/* yeni ürün kart kısmı son */

/* Test kısmı */
.test_area {
    position: absolute;
    right: 10%;
    content: "";
    border-radius: 70px 70px 0 0 / 70px 70px 0 0;
    width: 69%;
    height: 366.01px;
    background: transparent;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
}

#triangle-bottomright {
    position: absolute;
    right: 0;
    float: right;
    margin-top: 0px;
    width: 96%;
    height: 0;
    border-radius: 0 70px 0 0;
    border-bottom: 100px solid #f15f38;
    border-left: 1182.91px solid transparent;
}

#triangle-bottomright-under {
    position: absolute;
    border-radius: 70px 0 0 0;
    margin-top: 99px;
    width: 100%;
    height: 267px;
    background: #f15f38;
}

.half_circle {
    position: relative;
    margin-right: 188px;
    margin-top: 21px;
    z-index: 1;
    float: right;
    height: 134px;
    width: 268px;
    background: #E4451C;
    display: inline-block;
    border-bottom-left-radius: 268px;
    border-bottom-right-radius: 268px;
    transform: rotate(355deg);
}

.test_product {
    margin-left: -61px;
    margin-top: -91px;
    position: absolute;
    width: 400px;
    max-inline-size: none;
}

.test_header {
    margin-top: 81px;
    margin-left: 30px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 25px;
    text-align: left;
    color: #fff;

}

.test_text {
    margin-left: 30px;
    font-family: Poppins;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #fff;

}


/* Test kısmı son */

/* Yeni Ürüner kategorisi */

.card-of-product-2 {
    width: 262px;
    height: 381px;
    border-radius: 28px;
    background: #1A4340;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.product-picture {
    object-fit: cover;
    max-width: 100%;
    height: 211px;
    border-radius: 28px 28px 0px 0px;
}

.product-weight-1 {
    width: 60px;
    height: 58px;
    border-radius: 28px 0px 38px 0px;
    background: #ffffff;
    float: left;
}

.product-weight-1 p {
    display: inline-flex;
    font-family: "poppins";
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    margin-top: 14px;
    /* margin-left: 10px; */
    color: #45726E;
}

.product_name-2 {
    font-weight: lighter;
    font-family: Poppins;
    /* font-weight: 600; */
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    color: #ffffff;
    margin-left: 10px;
    margin-top: 15px;
}

.text_of_product-2 {
    margin-top: -11px;
    width: 239px;
    height: 28px;
    font-family: Poppins;
    font-weight: normal;
    font-size: 9px;
    text-align: left;
    color: #ffffff;
    margin-left: 11px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.coffee_cup {
    display: flex;
    gap: 0px;
    /* width: 32px; */
}

.coffee_cup>img {
    margin-right: -7px;
    width: 31px !important;
}

.coffee_cup>img:last-child {
    opacity: 40%;
}

.discound_shape {
    /* margin-left: 191px; */
    /* margin-top: -36px; */
    width: 71px;
    height: 27px;
}

.discount_rate-2 {
    position: relative;
    left: 7px;
    top: -1px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #45726E;
    text-align: center;
}

.card_text_area {
    margin-top: -14px;
}

.card_price {
    display: inline-block;
    margin: 10px 1px 1px 10px;
    font-size: 20px;
    float: left;
}

.card_price sup {
    top: 1px;
}

.card_price sup::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 3px solid;
    border-color: red;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.shop_buttons-2 {
    width: 100px;
    height: 45px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.favorite_icon-2 {
    cursor: pointer;
    margin-bottom: 0rem;
    margin-right: 3px;
}

.favorite_icon-2 input+.like_button1231 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    transition: all .2s ease-out;
    background-color: #ffffff;
    background-image: url(/assets/images/Iconly-Heart-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
}

.favorite_icon-2 input+.like_button1231:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: scale(1.2);
}

.favorite_icon-2 input:checked+.like_button1231 {
    background-image: url(/assets/images/Iconly-Heart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    background-color: rgb(175, 0, 0);
}

/* .favorite_icon-2{
  display: flex;
  justify-content: center;
  width: 31px;
  height: 31px;
  background: #ffffff;
  border-radius: 50%;
  float: right;
  transition: 0.3s;
  margin-right: 5px;
}
.favorite_icon-2:hover{
  display: flex;
  justify-content: center;
  width: 41px;
  height: 41px;
  background: #ffffff;
  border-radius: 50%;


  margin-right: 5px;
} */
.favorite_icon-2 img {
    display: flex;
    justify-content: center;
    /* margin-left: 6px; */
    width: 60% !important;
}

.shop_icon-2 {
    display: flex;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #ffffff;
    border-radius: 50%;
    transition: 0.3s;
    /* margin-right: 20px; */
}

.shop_icon-2 img {
    /* margin-left: 11px; */

    width: 60% !important;
}

.shop_icon-2:hover {
    width: 42px;
    height: 42px;
    background-color: #432222;
}

.card_slider .owl-stage-outer {
    height: 400px !important;
}

.card_slider .item {
    text-align: -webkit-center;
}

.share_button {
    width: 14.05px;
    height: 17.56px;
    background: transparent;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.bell-ring {
    width: 17.8px;
    height: 19.78px;
    background: transparent;
    float: right;
    margin-top: 50px;
    margin-right: -15px;
}

.star_icon {
    width: 30.48px;
    height: 28.31px;
    float: right;
    margin-top: 85px;
    margin-right: -24px;
}

.star_icon p {
    position: absolute;
    margin-top: -26px;
    font-size: 10px;
    margin-left: 8px;
    color: white;
}

.new_product_bg {
    position: absolute;
    margin-left: 3%;
    width: 94%;
    height: 675px;
    border-radius: 50px;
    background: #E2F2E5;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/* owl carousel okları düzenleme */

.card_slider .owl-nav {
    margin-top: -220px !important;
}

.card_slider .owl-nav .owl-next {
    background: #45726e !important;
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;
    position: relative;
    float: right;
    right: -50px;
}

.card_slider .owl-nav .owl-prev {
    background: #45726e !important;
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;
    position: relative !important;
    float: left !important;
    left: -50px;
}

.card_slider .owl-nav .owl-prev i {
    color: white !important;
}

.card_slider .owl-nav .owl-next i {
    color: white !important;
}

/* owl carousel okları düzenleme son */

.bestsaler_header {
    position: relative;
    float: left !important;
    top: 70px;
    left: 7%;
}

.background_logo-1 img {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
}

@media (max-width: 607px) {
    .background_logo-1 img {
        margin-top: 297px;
    }
}

/* Yeni ürünler kategorisi son */


/* green brown card bölümü */

.card_section_bg {
    position: absolute;
    left: 3%;
    width: 94%;
    height: 579px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

}

.card_section_slider {
    margin-top: 180px;
}

.card_section_slider .item {
    height: 338px;
}

.card_1 {
    width: 649px;
    height: 326px !important;
    border-radius: 12px;
    /* background: url(...); */
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.card_size {
    text-align: -webkit-center;
    width: 80%;
    margin-left: 10%;
}


/* owl carousel okları düzenleme */

.card_section_slider .owl-nav {
    margin-top: -209px !important;
}

.card_section_slider .owl-nav .owl-next {
    background: #45726e !important;
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;
    position: relative;
    float: right;
    right: -50px;
}

.card_section_slider .owl-nav .owl-prev {
    background: #45726e !important;
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;
    position: relative !important;
    float: left !important;
    left: -50px;
}

.card_section_slider .owl-nav .owl-prev i {
    color: white !important;
}

.card_section_slider .owl-nav .owl-next i {
    color: white !important;
}

/* owl carousel okları düzenleme son */

.card_header img {
    position: absolute;
    top: 15%;
    left: 7%;
    font-family: Poppins !important;
    font-weight: bold;
    font-size: 27px;
    text-align: left;
    color: #585955;
}

.gb_logo_left_bg {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
}

/* green brown card bölümü sonu */

/* slayder sol üstde menü butonunu gizleme */

#slider-1191-slide-980-layer-13 {
    display: none;
}



/* footer */

body .footer {
    z-index: 1;
    --footer-background: #004D3F;
    display: grid;
    position: relative;
    grid-area: footer;
    min-height: 12rem;

}

body .footer .bubbles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1rem;
    background: var(--footer-background);
    filter: url("#blob");
    width: 93%;

}

body .footer .bubbles .bubble {
    position: absolute;
    left: var(--position, 50%);
    background: var(--footer-background);
    border-radius: 100%;
    -webkit-animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
    animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
    transform: translate(-50%, 100%);
}

body .footer .content {
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 4rem;
    padding: 2rem;
    background: var(--footer-background);
}

body .footer .content a,
body .footer .content p {
    color: #F5F7FA;
    text-decoration: none;
}

body .footer .content b {
    color: white;
}

body .footer .content p {
    margin: 0;
    font-size: 0.75rem;
}

body .footer .content>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body .footer .content>div>div {
    margin: 0.25rem 0;
}

body .footer .content>div>div>* {
    margin-right: 0.5rem;
}

body .footer .content>div .image {
    align-self: center;
    width: 4rem;
    height: 4rem;
    margin: 0.25rem 0;
    background-size: cover;
    background-position: center;
}

@-webkit-keyframes bubble-size {

    0%,
    75% {
        width: var(--size, 4rem);
        height: var(--size, 4rem);
    }

    100% {
        width: 0rem;
        height: 0rem;
    }
}

@keyframes bubble-size {

    0%,
    75% {
        width: var(--size, 4rem);
        height: var(--size, 4rem);
    }

    100% {
        width: 0rem;
        height: 0rem;
    }
}

@-webkit-keyframes bubble-move {
    0% {
        bottom: -4rem;
    }

    100% {
        bottom: var(--distance, 10rem);
    }
}

@keyframes bubble-move {
    0% {
        bottom: -4rem;
    }

    100% {
        bottom: var(--distance, 10rem);
    }
}

/* tüm sayfa */
body {
    background-color: #f0f0f0 !important;
}

/* Kazandıran ürünler slayderi */

.shadow-effect {
    width: 245px;
    height: 334px;
    border-radius: 30px;
    background: #e2e3de;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
    text-align: center;
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    margin-bottom: 80px;
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials .owl-item.active.center .shadow-effect {
    background: url(/assets/images/kazandiran_urunler.jpg);
    background-position: center;
    background-size: cover;
    width: 345px;
    height: 510px;
    border-radius: 31px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

#customers-testimonials .owl-stage {
    margin-top: 45px;
    display: flex !important;
    align-items: center !important;
}

#customers-testimonials .owl-item {
    display: flex;
    justify-content: center;
}

.img-circle {
    position: absolute;
    left: 50%;
    transform-style: preserve-3d;
    max-width: 167px;
    margin: 0 auto 17px;
    margin-top: -57px;
    transform: translate(-50%, 0px);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    /* background: #3190E7; */
    background-image: url(/assets/images/kahvecekirdek3-colored.svg) !important;
    transform: translate3d(0px, -50%, 0px) scale(1.5);
}

#customers-testimonials.owl-carousel .owl-dots {
    position: relative;
    top: -92px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    margin-right: 5px;
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background-image: url(/assets/images/kahvecekirdek3.svg) !important;
    background-size: cover !important;
    background-position: center !important;
    /* background: no-repeat !important; */
    /* background: #3190E7; */
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.9);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.kaz_card_header {
    line-height: 22px;
    margin-left: 5%;
    font-family: Poppins;
    font-size: 20px;
    text-align: left;
    color: #9c968a;
}

.product_weight {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #9c968a;
    width: 90%;
    margin-left: 5%;
    display: flex;
    justify-content: space-between;
}

.product_points {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #9c968a;
    width: 90%;
    margin-left: 5%;
    display: flex;
    justify-content: space-between;
}

.un_line_weight {
    text-decoration: underline;
}

.kazan_text_area {
    padding-top: 120px;
}

#customers-testimonials .owl-item.active.center .kaz_card_header {
    margin-left: 5%;
    font-family: Poppins;
    font-size: 20px;
    text-align: left;
    color: #ffffff;
}

#customers-testimonials .owl-item.active.center .product_weight {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #ffffff;
    width: 90%;
    margin-left: 5%;
    display: flex;
    justify-content: space-between;
}

#customers-testimonials .owl-item.active.center .product_points {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #ffffff;
    width: 90%;
    margin-left: 5%;
    display: flex;
    justify-content: space-between;
}

#customers-testimonials .owl-item.active.center .img-circle {
    position: absolute;
    left: 50%;
    transform-style: preserve-3d;
    max-width: 250px;
    margin: 0 auto 17px;
    margin-top: -83px;
    transform: translate(-50%, 0px);
}

#customers-testimonials .owl-item.active.center .kazan_text_area {
    padding-top: 207px;
}

#customers-testimonials .owl-item.active.center .button_ {
    visibility: visible !important;
}

.button_ {
    visibility: hidden !important;
}

#button_1 {
    position: absolute;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center;
    width: 112px;
    height: 31px;
    border-radius: 15.5px;
    background: #fff;
}

.button_text {
    margin-inline-end: 5% !important;
    margin-top: 16px !important;
    font-family: Poppins;
    font-weight: normal;
    font-size: 12px !important;
    color: #45726e;

}

.button_arrow {
    width: 13.5px !important;
    height: 9px;
}

/* Kazandıran ürünler slayderi son */



/* ürün gramajını seçme */

.dropdown-1 {
    margin: 0 0px;
    vertical-align: top;

}

.dropdown-1 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 40px;
    width: 250px;
    background: #ffffff;
    border: 1px solid;
    border-color: white #f7f7f7 whitesmoke;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.dropdown-1:before,
.dropdown-1:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 4px dashed;
    border-color: #888888 transparent;
    pointer-events: none;
}

.dropdown-1:before {
    border-bottom-style: solid;
    border-top: none;
}

.dropdown-1:after {
    margin-top: 7px;
    border-top-style: solid;
    border-bottom: none;
}

.dropdown-select {
    position: relative;
    width: 130%;
    margin: 0;
    padding: 6px 8px 6px 10px;
    height: 39px;
    line-height: 14px;
    font-size: 12px;
    color: #62717a;
    text-shadow: 0 1px white;
    background: #f2f2f2;
    /* Fallback for IE 8 */
    background: rgba(0, 0, 0, 0) !important;
    /* "transparent" doesn't work with Opera */
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.dropdown-select:focus {
    z-index: 3;
    width: 100%;
    color: #394349;
    outline: 2px solid #49aff2;
    outline: 2px solid -webkit-focus-ring-color;
    outline-offset: -2px;
}

.dropdown-select>option {
    margin: 3px;
    padding: 6px 8px;
    text-shadow: none;
    background: #f2f2f2;
    border-radius: 3px;
    cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */

.lt-ie9 .dropdown-1 {
    z-index: 1;
}

.lt-ie9 .dropdown-select {
    z-index: -1;
}

.lt-ie9 .dropdown-select:focus {
    z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */

@-moz-document url-prefix() {
    .dropdown-select {
        padding-left: 6px;
    }
}

/* ürün gramajını seçme don */



/* ürün sayç */

.product-count {
    position: absolute;
    top: 25%;
    left: 45%;
    height: 30px;
}

.product-count a {
    text-decoration: none;
    font-weight: 700;
    color: black;
}

.button-count {
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    background-color: #2195f300;
    color: rgb(0, 0, 0);
    font-size: 24px !important;
    line-height: 30px !important;
    text-align: center !important;
    border: none !important;
    outline: none !important;
}

.button-count:hover {
    background-color: #2195f300;
}

.button-count:active {
    color: #000;
    background-color: #1565c000;
}

#minus_button_count {
    position: absolute;
    margin-top: 10px;
    margin-left: -36px;

}

#plus_button_count {
    position: absolute;
    margin-top: 11px;
    margin-left: -17px;

}

.number-product {
    font-family: poppins;
    color: black !important;
    display: inline-block;
    width: 46px !important;
    height: 28px !important;
    font-size: 20px !important;
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px solid rgba(192, 192, 192, 0) !important;
    text-align: center !important;
    margin-left: 43px;
    margin-top: 13px;
}

:disabled {
    background-color: rgba(255, 255, 255, 0);
    color: silver;
}



#product_count-1 {
    position: absolute;
    margin-top: 147px;
    width: 156px;
    height: 51px;
}

/* ürün sayaç son */



/* ürünler */



/* iletişim bilgileri kartlar */

section[name="contact-info-card"] {
    width: 80%;
    /* background: #f2f4f8; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    /* height: 100vh; */
    font-family: "Open Sans";
    margin-bottom: 110px;
    margin-left: 10%;
}

.education {
    --bg-color: #ffd861;
    --bg-color-light: #ffeeba;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(255, 215, 97, 0.48);
}

.credentialing {
    --bg-color: #B8F9D3;
    --bg-color-light: #e2fced;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(184, 249, 211, 0.48);
}

.wallet {
    --bg-color: #CEB2FC;
    --bg-color-light: #F0E7FF;
    --text-color-hover: #fff;
    --box-shadow-color: rgba(206, 178, 252, 0.48);
}

.human-resources {
    --bg-color: #DCE9FF;
    --bg-color-light: #f1f7ff;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.card {
    width: 220px;
    height: 321px;
    background: #fff;
    border-top-right-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.card:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
        0 24px 46px var(--box-shadow-color);
}

.card:hover .overlay {
    transform: scale(4) translateZ(0);
}

.card:hover .circle {
    border-color: var(--bg-color-light);
    background: var(--bg-color);
}

.card:hover .circle:after {
    background: var(--bg-color-light);
}

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

.card:active {
    transform: scale(1) translateZ(0);
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11),
        0 15px 24px var(--box-shadow-color);
}

.card p {
    font-size: 17px;
    color: #4C5656;
    margin-top: 30px;
    z-index: 1000;
    transition: color 0.3s ease-out;
}

.circle {
    width: 131px;
    height: 131px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.circle:after {
    content: "";
    width: 118px;
    height: 118px;
    display: block;
    position: absolute;
    background: var(--bg-color);
    border-radius: 50%;
    top: 7px;
    left: 7px;
    transition: opacity 0.3s ease-out;
}

.circle svg {
    z-index: 10000;
    transform: translateZ(0);
}

.overlay {
    width: 118px;
    position: absolute;
    height: 118px;
    border-radius: 50%;
    background: var(--bg-color);
    top: 70px;
    left: 50px;
    z-index: 0;
    transition: transform 0.3s ease-out;
}



/* like butonu  */


.like {
    background: none;
    border: none;
    padding: 0;
    position: relative;
}

.like svg {
    color: #121212;
    transform: color 200ms;
}

.like.active svg {
    color: #ff2391;
    animation: bounce 300ms cubic-bezier(.5, 1.75, .75, 1.25);
}

@keyframes bounce {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);
    }
}

.like::before {
    content: '';
    display: block;

    width: 20%;
    height: 20%;
    border-radius: 50%;
    border: solid 1px #ff2391;

    position: absolute;
    inset: 0;
    margin: auto;

    z-index: -1;
}

.like.active::before {
    transform: scale(600%);
    border: solid 1px #ff239100;

    transition: transform 500ms, border 500ms;
}


/* like butonu son */





/* body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: arial;
} */

#main-content {
    /* display: flex;
  width: 100vw;
  height: 100vh;
  background: white;
  align-items: center;
  justify-content: center;
  text-align: center; */
}

h1 {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 0 0;
    color: #888888;
}

a {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    color: #008A68;
}

#main-content svg {
    cursor: pointer;
    overflow: visible;
    width: 60px;
}

#main-content svg #heart {
    transform-origin: center;
    animation: animateHeartOut 0.3s linear forwards;
}

#main-content svg #main-circ {
    transform-origin: 29.5px 29.5px;
}

#checkbox {
    display: none;
}

#checkbox:checked+label svg #heart {
    transform: scale(0.2);
    fill: #E2264D;
    animation: animateHeart 0.3s linear forwards 0.25s;
}

#checkbox:checked+label svg #main-circ {
    transition: all 2s;
    animation: animateCircle 0.3s linear forwards;
    opacity: 1;
}

#checkbox:checked+label svg #grp1 {
    opacity: 1;
    transition: 0.1s all 0.3s;
}

#checkbox:checked+label svg #grp1 #oval1 {
    transform: scale(0) translate(0, -30px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s;
}

#checkbox:checked+label svg #grp1 #oval2 {
    transform: scale(0) translate(10px, -50px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s;
}

#checkbox:checked+label svg #grp2 {
    opacity: 1;
    transition: 0.1s all 0.3s;
}

#checkbox:checked+label svg #grp2 #oval1 {
    transform: scale(0) translate(30px, -15px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s;
}

#checkbox:checked+label svg #grp2 #oval2 {
    transform: scale(0) translate(60px, -15px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s;
}

#checkbox:checked+label svg #grp3 {
    opacity: 1;
    transition: 0.1s all 0.3s;
}

#checkbox:checked+label svg #grp3 #oval1 {
    transform: scale(0) translate(30px, 0px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s;
}

#checkbox:checked+label svg #grp3 #oval2 {
    transform: scale(0) translate(60px, 10px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s;
}

#checkbox:checked+label svg #grp4 {
    opacity: 1;
    transition: 0.1s all 0.3s;
}

#checkbox:checked+label svg #grp4 #oval1 {
    transform: scale(0) translate(30px, 15px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s;
}

#checkbox:checked+label svg #grp4 #oval2 {
    transform: scale(0) translate(40px, 50px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s;
}

#checkbox:checked+label svg #grp5 {
    opacity: 1;
    transition: 0.1s all 0.3s;
}

#checkbox:checked+label svg #grp5 #oval1 {
    transform: scale(0) translate(-10px, 20px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s;
}

#checkbox:checked+label svg #grp5 #oval2 {
    transform: scale(0) translate(-60px, 30px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s;
}

#checkbox:checked+label svg #grp6 {
    opacity: 1;
    transition: 0.1s all 0.3s;
}

#checkbox:checked+label svg #grp6 #oval1 {
    transform: scale(0) translate(-30px, 0px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s;
}

#checkbox:checked+label svg #grp6 #oval2 {
    transform: scale(0) translate(-60px, -5px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s;
}

#checkbox:checked+label svg #grp7 {
    opacity: 1;
    transition: 0.1s all 0.3s;
}

#checkbox:checked+label svg #grp7 #oval1 {
    transform: scale(0) translate(-30px, -15px);
    transform-origin: 0 0 0;
    transition: 0.5s transform 0.3s;
}

#checkbox:checked+label svg #grp7 #oval2 {
    transform: scale(0) translate(-55px, -30px);
    transform-origin: 0 0 0;
    transition: 1.5s transform 0.3s;
}

#checkbox:checked+label svg #grp2 {
    opacity: 1;
    transition: 0.1s opacity 0.3s;
}

#checkbox:checked+label svg #grp3 {
    opacity: 1;
    transition: 0.1s opacity 0.3s;
}

#checkbox:checked+label svg #grp4 {
    opacity: 1;
    transition: 0.1s opacity 0.3s;
}

#checkbox:checked+label svg #grp5 {
    opacity: 1;
    transition: 0.1s opacity 0.3s;
}

#checkbox:checked+label svg #grp6 {
    opacity: 1;
    transition: 0.1s opacity 0.3s;
}

#checkbox:checked+label svg #grp7 {
    opacity: 1;
    transition: 0.1s opacity 0.3s;
}

@keyframes animateCircle {
    40% {
        transform: scale(10);
        opacity: 1;
        fill: #DD4688;
    }

    55% {
        transform: scale(11);
        opacity: 1;
        fill: #D46ABF;
    }

    65% {
        transform: scale(12);
        opacity: 1;
        fill: #CC8EF5;
    }

    75% {
        transform: scale(13);
        opacity: 1;
        fill: transparent;
        stroke: #CC8EF5;
        stroke-width: 0.5;
    }

    85% {
        transform: scale(17);
        opacity: 1;
        fill: transparent;
        stroke: #CC8EF5;
        stroke-width: 0.2;
    }

    95% {
        transform: scale(18);
        opacity: 1;
        fill: transparent;
        stroke: #CC8EF5;
        stroke-width: 0.1;
    }

    100% {
        transform: scale(19);
        opacity: 1;
        fill: transparent;
        stroke: #CC8EF5;
        stroke-width: 0;
    }
}

@keyframes animateHeart {
    0% {
        transform: scale(0.2);
    }

    40% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animateHeartOut {
    0% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

/* like butonu  sonu */


/* ödeme sayfası kredit kartı bilgileri */


@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600,700|Source+Sans+Pro:400,600,700&display=swap");

body {
    background: #ddeefc;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    padding: 50px 15px;
    justify-content: center;
}

@media screen and (max-width: 700px),
(max-height: 500px) {
    .wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.card-form {
    max-width: 570px;
    /* margin: auto; */
    width: 100%;
}

@media screen and (max-width: 576px) {
    .card-form {
        margin: 0 auto;
    }
}

.card-form__inner {
    background: #fff;
    box-shadow: 0 30px 60px 0 rgba(90, 116, 148, 0.4);
    border-radius: 10px;
    padding: 35px;
    padding-top: 180px;
}

@media screen and (max-width: 480px) {
    .card-form__inner {
        padding: 25px;
        padding-top: 165px;
    }
}

@media screen and (max-width: 360px) {
    .card-form__inner {
        padding: 15px;
        padding-top: 165px;
    }
}

.card-form__row {
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 480px) {
    .card-form__row {
        flex-wrap: wrap;
    }
}

.card-form__col {
    flex: auto;
    margin-right: 35px;
}

.card-form__col:last-child {
    margin-right: 0;
}

@media screen and (max-width: 480px) {
    .card-form__col {
        margin-right: 0;
        flex: unset;
        width: 100%;
        margin-bottom: 20px;
    }

    .card-form__col:last-child {
        margin-bottom: 0;
    }
}

.card-form__col.-cvv {
    max-width: 150px;
}

@media screen and (max-width: 480px) {
    .card-form__col.-cvv {
        max-width: initial;
    }
}

.card-form__group {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.card-form__group .card-input__input {
    flex: 1;
    margin-right: 15px;
}

.card-form__group .card-input__input:last-child {
    margin-right: 0;
}

.card-form__button {
    width: 100%;
    height: 55px;
    background: #2364d2;
    border: none;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif;
    box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.3);
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .card-form__button {
        margin-top: 10px;
    }
}

.card-item {
    max-width: 430px;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .card-item {
        max-width: 310px;
        height: 220px;
        width: 90%;
    }
}

@media screen and (max-width: 360px) {
    .card-item {
        height: 180px;
    }
}

.card-item.-active .card-item__side.-front {
    transform: perspective(1000px) rotateY(180deg) rotateX(0deg) rotateZ(0deg);
}

.card-item.-active .card-item__side.-back {
    transform: perspective(1000px) rotateY(0) rotateX(0deg) rotateZ(0deg);
}

.card-item__focus {
    position: absolute;
    z-index: 3;
    border-radius: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.65);
}

.card-item__focus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #08142f;
    height: 100%;
    border-radius: 5px;
    filter: blur(25px);
    opacity: 0.5;
}

.card-item__focus.-active {
    opacity: 1;
}

.card-item__side {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px 0 rgba(14, 42, 90, 0.55);
    transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg);
    transform-style: preserve-3d;
    transition: all 0.8s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    backface-visibility: hidden;
    height: 100%;
}

.card-item__side.-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotate(0deg);
    z-index: 2;
    padding: 0;
    height: 100%;
}

.card-item__side.-back .card-item__cover {
    transform: rotateY(-180deg);
}

.card-item__bg {
    max-width: 100%;
    display: block;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-item__cover {
    height: 100%;
    background-color: #1c1d27;
    position: absolute;
    height: 100%;
    background-color: #1c1d27;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.card-item__cover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 2, 29, 0.45);
}

.card-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 10px;
}

@media screen and (max-width: 480px) {
    .card-item__top {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__top {
        margin-bottom: 15px;
    }
}

.card-item__chip {
    width: 60px;
}

@media screen and (max-width: 480px) {
    .card-item__chip {
        width: 50px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__chip {
        width: 40px;
    }
}

.card-item__type {
    height: 45px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 100px;
    margin-left: auto;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .card-item__type {
        height: 40px;
        max-width: 90px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__type {
        height: 30px;
    }
}

.card-item__typeImg {
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
    object-position: top right;
}

.card-item__info {
    color: #fff;
    width: 100%;
    max-width: calc(100% - 85px);
    padding: 10px 15px;
    font-weight: 500;
    display: block;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .card-item__info {
        padding: 10px;
    }
}

.card-item__holder {
    opacity: 0.7;
    font-size: 13px;
    margin-bottom: 6px;
}

@media screen and (max-width: 480px) {
    .card-item__holder {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

.card-item__wrapper {
    font-family: "Source Code Pro", monospace;
    padding: 25px 15px;
    position: relative;
    z-index: 4;
    height: 100%;
    text-shadow: 7px 6px 10px rgba(14, 42, 90, 0.8);
    user-select: none;
}

@media screen and (max-width: 480px) {
    .card-item__wrapper {
        padding: 20px 10px;
    }
}

.card-item__name {
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

@media screen and (max-width: 480px) {
    .card-item__name {
        font-size: 16px;
    }
}

.card-item__nameItem {
    display: inline-block;
    min-width: 8px;
    position: relative;
}

.card-item__number {
    font-weight: 500;
    line-height: 1;
    color: #fff;
    font-size: 27px;
    margin-bottom: 35px;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .card-item__number {
        font-size: 21px;
        margin-bottom: 15px;
        padding: 10px 10px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__number {
        font-size: 19px;
        margin-bottom: 10px;
        padding: 10px 10px;
    }
}

.card-item__numberItem {
    width: 16px;
    display: inline-block;
}

.card-item__numberItem.-active {
    width: 30px;
}

@media screen and (max-width: 480px) {
    .card-item__numberItem {
        width: 13px;
    }

    .card-item__numberItem.-active {
        width: 16px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__numberItem {
        width: 12px;
    }

    .card-item__numberItem.-active {
        width: 8px;
    }
}

.card-item__content {
    color: #fff;
    display: flex;
    align-items: flex-start;
}

.card-item__date {
    flex-wrap: wrap;
    font-size: 18px;
    margin-left: auto;
    padding-top: 15px;
    padding-left: 5px;
    display: inline-flex;
    width: 80px;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
    line-height: 16px;
}

@media screen and (max-width: 480px) {
    .card-item__date {
        font-size: 16px;
    }
}

.card-item__dateItem {
    position: relative;
}

.card-item__dateItem span {
    width: 22px;
    display: inline-block;
}

.card-item__dateTitle {
    opacity: 0.7;
    font-size: 13px;
    padding-bottom: 3px;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .card-item__dateTitle {
        font-size: 12px;
        padding-bottom: 5px;
    }
}

.card-item__band {
    background: rgba(0, 0, 19, 0.8);
    width: 100%;
    height: 50px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 480px) {
    .card-item__band {
        margin-top: 20px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__band {
        height: 40px;
        margin-top: 10px;
    }
}

.card-item__cvv {
    text-align: right;
    position: relative;
    z-index: 2;
    padding: 15px;
}

.card-item__cvv .card-item__type {
    opacity: 0.7;
}

@media screen and (max-width: 360px) {
    .card-item__cvv {
        padding: 10px 15px;
    }
}

.card-item__cvvTitle {
    padding-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.card-item__cvvBand {
    height: 45px;
    background: #fff;
    margin-bottom: 30px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    color: #1a3b5d;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0px 10px 20px -7px rgba(32, 56, 117, 0.35);
}

@media screen and (max-width: 480px) {
    .card-item__cvvBand {
        height: 40px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__cvvBand {
        margin-bottom: 15px;
    }
}

.card-list {
    margin-bottom: -130px;
}

@media screen and (max-width: 480px) {
    .card-list {
        margin-bottom: -120px;
    }
}

.card-input {
    margin-bottom: 20px;
}

.card-input__label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #1a3b5d;
    width: 100%;
    display: block;
    user-select: none;
}

.card-input__input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ced6e0;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    padding: 5px 15px;
    background: none;
    color: #1a3b5d;
    font-family: "Source Sans Pro", sans-serif;
}

.card-input__input:hover,
.card-input__input:focus {
    border-color: #3d9cff;
}

.card-input__input:focus {
    box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
}

.card-input__input.-select {
    -webkit-appearance: none;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUxJREFUeNrM1sEJwkAQBdCsngXPHsQO9O5FS7AAMVYgdqAd2IGCDWgFnryLFQiCZ8EGnJUNimiyM/tnk4HNEAg/8y6ZmMRVqz9eUJvRaSbvutCZ347bXVJy/ZnvTmdJ862Me+hAbZCTs6GHpyUi1tTSvPnqTpoWZPUa7W7ncT3vK4h4zVejy8QzM3WhVUO8ykI6jOxoGA4ig3BLHcNFSCGqGAkig2yqgpEiMsjSfY9LxYQg7L6r0X6wS29YJiYQYecemY+wHrXD1+bklGhpAhBDeu/JfIVGxaAQ9sb8CI+CQSJ+QmJg0Ii/EE2MBiIXooHRQhRCkBhNhBcEhLkwf05ZCG8ICCOpk0MULmvDSY2M8UawIRExLIQIEgHDRoghihgRIgiigBEjgiFATBACAgFgghEwSAAGgoBCBBgYAg5hYKAIFYgHBo6w9RRgAFfy160QuV8NAAAAAElFTkSuQmCC");
    background-size: 12px;
    background-position: 90% center;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.slide-fade-up-enter-active {
    transition: all 0.25s ease-in-out;
    transition-delay: 0.1s;
    position: relative;
}

.slide-fade-up-leave-active {
    transition: all 0.25s ease-in-out;
    position: absolute;
}

.slide-fade-up-enter {
    opacity: 0;
    transform: translateY(15px);
    pointer-events: none;
}

.slide-fade-up-leave-to {
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
}

.slide-fade-right-enter-active {
    transition: all 0.25s ease-in-out;
    transition-delay: 0.1s;
    position: relative;
}

.slide-fade-right-leave-active {
    transition: all 0.25s ease-in-out;
    position: absolute;
}

.slide-fade-right-enter {
    opacity: 0;
    transform: translateX(10px) rotate(45deg);
    pointer-events: none;
}

.slide-fade-right-leave-to {
    opacity: 0;
    transform: translateX(-10px) rotate(45deg);
    pointer-events: none;
}

.github-btn {
    position: absolute;
    right: 40px;
    bottom: 50px;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 4px;
    box-shadow: 0px 4px 30px -6px rgba(36, 52, 70, 0.65);
    background: #24292e;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 500px) {
    .github-btn:hover {
        transform: scale(1.1);
        box-shadow: 0px 17px 20px -6px rgba(36, 52, 70, 0.36);
    }
}

@media screen and (max-width: 700px) {
    .github-btn {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 20px;
    }

    .github-btn:active {
        transform: scale(1.1);
        box-shadow: 0px 17px 20px -6px rgba(36, 52, 70, 0.36);
    }
}


/* ödeme sayfası kredit kartı bilgileri son */




/* bootstrap tab yapısı  */

.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }
}

.padding {
    padding-top: 126px;
}

.comment_bg .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #004d3f;
    ;
}

.comment_bg .contact-one__form .bootstrap-select>.dropdown-toggle,
.contact-one__form textarea,
.contact-one__form input[type=text],
.contact-one__form input[type=email],
.contact-one__form input[type=number] {
    background-color: #e5e5e533 !important;
}

.comment_bg textarea:focus {
    border: 1px solid rgba(26, 130, 94, 1);
    box-shadow: rgba(26, 130, 94, 0.25) 0px 54px 55px, rgba(26, 130, 94, 0.12) 0px -12px 30px, rgba(26, 130, 94, 0.12) 0px 4px 6px, rgba(26, 130, 94, 0.17) 0px 12px 13px, rgba(26, 130, 94, 0.09) 0px -3px 5px;
}

/* bootstrap tab yapısı son  */








/* yorum kısmı */


.griskytbutona1 {
    display: flex;
    justify-content: center
}

.griskytbuton {
    display: inline-flex;
    justify-content: center;
    border: 2px solid #60be74;
    margin: 0px auto;
    border-radius: 50px;
}

.griskytbuton li {
    border-radius: 50px;
    font-size: 19px;
    padding: 2px 3px;


}

.griskytbuton .nav-link.active {
    border-radius: 50px;
    font-size: 19px;
    font-weight: 600;
    background: #60be74;

}

.navlinkspan {
    padding: 3px 25px
}





/* hakkında sayfası dönen kartlar  */



.what_we_do_carousel .box_wrapper {
    perspective: 1000px;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.what_we_do_carousel .box_wrapper .box {
    height: 450px;
    margin: 60px 0;
    position: relative;
}

.what_we_do_carousel .box_wrapper .box:hover .front {
    transform: rotateY(-180deg);
}

.what_we_do_carousel .box_wrapper .box:hover .back {
    transform: rotateY(0);
}

.what_we_do_carousel .box_wrapper .box .front {
    height: 100%;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    padding: 45px;
    border-radius: 15px;
    transition: all 1s cubic-bezier(0.25, 0.1, 0.11, 1.1);
    transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.what_we_do_carousel .box_wrapper .box .front .inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(100px) scale(0.8);
}

.what_we_do_carousel .box_wrapper .box .front .inner .icon {
    position: relative;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.what_we_do_carousel .box_wrapper .box .front .inner .icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjkuMDIgMTI0LjA2Ij48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGlkPSJQb2x5Z29uXzQiIGRhdGEtbmFtZT0iUG9seWdvbiA0IiBkPSJNNTIuOCwzLjc5YTIwLDIwLDAsMCwxLDIzLjQyLDBMMTIwLjczLDM2QTIwLDIwLDAsMCwxLDEyOCw1OC4zN2wtMTcsNTEuOWEyMCwyMCwwLDAsMS0xOSwxMy43OUgzN2EyMCwyMCwwLDAsMS0xOS0xMy43OUwxLDU4LjM3QTIwLDIwLDAsMCwxLDguMjksMzZaIi8+PC9nPjwvZz48L3N2Zz4=");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(98%) sepia(1%) saturate(188%) hue-rotate(97deg) brightness(112%) contrast(92%);
}

.what_we_do_carousel .box_wrapper .box .front .inner .icon svg {
    z-index: 1;
    position: relative;
    width: 60px;
    height: 60px;
    fill: rgba(19, 20, 48, 0.3);
    transform: translateY(5px);
}

.what_we_do_carousel .box_wrapper .box .front .inner .title {
    margin-top: 45px;
    margin-bottom: 25px;
    font-size: 2.25rem;
    font-weight: 600;
    color: #131430;
    text-align: center;
}

.what_we_do_carousel .box_wrapper .box .front .inner .context {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: rgba(19, 20, 48, 0.5);
    line-height: 1.5;
}

.what_we_do_carousel .box_wrapper .box .back {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 15px;
    border-radius: 15px;
    transform: rotateY(180deg);
    transition: transform 1s cubic-bezier(0.25, 0.1, 0.11, 1.1);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
    z-index: 0;
    background-size: cover;
    display: block;
}

.what_we_do_carousel .box_wrapper .box .back .image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 15px;
}

.what_we_do_carousel .box_wrapper .box .back .image.color_1 {
    background-color: #EB2F5B;
}

.what_we_do_carousel .box_wrapper .box .back .image.color_2 {
    background-color: #B16DDB;
}

.what_we_do_carousel .box_wrapper .box .back .image.color_3 {
    background-color: #667DE8;
}

.what_we_do_carousel .box_wrapper .box .back .image img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    mix-blend-mode: darken;
    opacity: 0.5;
}

.what_we_do_carousel .box_wrapper .box .back .inner {
    padding: 30px;
    border-radius: 15px;
    border: 1px solid white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(100px) scale(0.8);
    transform-style: preserve-3d;
}

.what_we_do_carousel .box_wrapper .box .back .inner .title {
    font-size: 2rem;
    font-weight: 600;
    color: white;
    text-align: center;
}

.what_we_do_carousel .box_wrapper .box .back .inner .slogan {
    font-weight: 500;
    color: white;
    margin: 25px 0;
    line-height: 1.5;
    text-align: center;
}

.what_we_do_carousel .box_wrapper .box .back .inner .button {
    color: white;
    font-weight: 500;
}

.what_we_do_carousel .box_wrapper .box .back .inner .button:hover {
    background-color: white;
    color: #131430;
}

.what_we_do_carousel+.what_we_do_carousel_pagination {
    position: absolute;
    bottom: 34px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.what_we_do_carousel+.what_we_do_carousel_pagination span {
    width: 14px;
    height: 14px;
    background-color: rgba(19, 20, 48, 0.25);
    transition: all 0.25s ease;
}

.what_we_do_carousel+.what_we_do_carousel_pagination span+span {
    margin-left: 20px;
}

.what_we_do_carousel+.what_we_do_carousel_pagination span.swiper-pagination-bullet-active {
    background-color: #EB2F5B !important;
    box-shadow: 0 0 0 5px rgba(235, 47, 91, 0.25);
}

.main_page_carousel html,
body {
    position: relative;
    height: 100%;
}

.main_page_carousel body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.main_page_carousel .swiper {
    width: 100%;
    height: 100%;
}

.main_page_carousel .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main_page_carousel .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.main_page_carousel .swiper-pagination-bullet-active {
    background: #43726d;
    opacity: 1;
}

.main_page_carousel .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*----------------*/

.blog-details__content h1 {
    font-size: 34px;
    color: #383a39;
}

.blog-details__content h2 {
    font-size: 28px;
    color: #383a39;
}

.blog-details__content h3 {
    font-size: 24px;
    color: #383a39;
}

.blog-details__content h4 {
    font-size: 22px;
    color: #383a39;
}

.blog-details__content h5 {
    font-size: 20px;
    color: #383a39;
}

.blog-details__content h6 {
    font-size: 18px;
    color: #383a39;
}
