/**
* Template Name: vo2 v.1.2
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*--------  CUSTOM PROPERTIES ( VARIABLES )----------*/
:root {
    --white-color: #ffffff;
    --primary-color: #81B29A;
    --secondary-color: #3d405b;
    --section-bg-color: #F4F1DE;
    --custom-btn-bg-color: #F2CC8F;
    --custom-btn-bg-hover-color: #E07A5F;
    --dark-color: #000000;
    --p-color: #717275;
    --link-hover-color: #ffffff;
    --bg-header-color: #e71068;

    --body-font-family: 'DM Sans', sans-serif;

    --h1-font-size: 42px;
    --h2-font-size: 36px;
    --h3-font-size: 28px;
    --h4-font-size: 24px;
    --h5-font-size: 22px;
    --h6-font-size: 20px;
    --p-font-size: 18px;
    --menu-font-size: 16px;
    --btn-font-size: 14px;

    --border-radius-large: 100px;
    --border-radius-medium: 20px;
    --border-radius-small: 10px;

    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
}

.select2-results__option {

    text-align: right;
}

/*---------------------------------------
  BACKGROUND IMAGE SECTION
-----------------------------------------*/
.section-bg-image {
    background-image: url('../images/v2/headtohead.jpg'), linear-gradient(rgba(39, 48, 83, 0.01) 0%, rgb(39, 48, 83) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-blend-mode: overlay;
}

.section-bg-image .container + svg {
    transform: rotate(180deg);
    position: relative;
    bottom: -1px;
}

.section-bg-image-block {
    backdrop-filter: blur(1px) saturate(180%);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: var(--border-radius-medium);
    border: 1px solid rgba(209, 213, 219, 0.3);
    border-radius: var(--border-radius-medium);
    padding: 10px;
}

/*-----  SECTION------*/
.section-bg {
    background-color: var(--section-bg-color);
}

.section-padding {
    /*padding-top: 100px;*/
    /*padding-bottom: 100px;*/
}

.section-overlay {
    content: "";
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(39, 48, 83, 0.01) 0%, rgba(66, 68, 68, 0.88) 100%) repeat scroll 0% 0%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

::selection {
    background-color: var(--primary-color);
    color: var(--white-color);
}

body {
    background: #fff;
    color: #444;
    font-family: "Vazir", "Open Sans", sans-serif;

}

sub {
    font-size: .55em;
    right: -2.5em;
    bottom: -2em;
    color: red;
}

a {
    color: #e71068;
    /*color: #dd3e4d;*/
    /*color: #1bb1dc;*/
    text-decoration: none;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #818283;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "vazir", "Montserrat", sans-serif;
    font-weight: 900;
    margin: 0 0 20px 0;
    padding: 0;
    word-break: break-word;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #1bb1dc;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #39c0e7;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0.1s !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: var(--bg-header-color);
    transition: all 0.5s;
    z-index: 997;
    height: auto;
}

#header.header-scrolled {
    background: var(--bg-header-color);
    /*height: 70px;*/
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.3);
}

#header .logo {
    font-size: 36px;
    margin: 0 auto;
    padding: 0;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo a {
    color: #413e66;
}

#header .logo img {
    max-height: 40px;
}

#header .social-links {
    margin: 0 0 0 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#header .social-links a {
    color: #fffcfd;
    transition: 0.3s;
    line-height: 0;
    margin-left: 15px;
}

.btn-magenta {
    background-color: #e71068;
    color: white !important;
}

.btn-green {
    /*background-color: #dcd549;*/
    /*color: #111010 !important;*/
    background-color: #0f6a6fbf;
    color: #fff4e4 !important;
}
.bg-green {
    background-color: #0f6a6fbf;
    color: #fff4e4 !important;
}
.bg-dark-vo2 {
    background-color:#404242eb !important;
    border-radius: 5px;
    color: white !important;
}

#header .social-links a i {
    line-height: 0;
}

#header .social-links a:hover {
    color: #1bb1dc;
}

@media (max-width: 992px) {
    #header .social-links {
        /*margin: 0 15px 0 0;*/
    }
}

@media (max-width: 992px) {
    #header .logo {
        font-size: 28px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    padding: 10px 0 10px 12px;
    font-family: Vazir, serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    /*margin-right: 5px;*/
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: var(--link-hover-color);
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    background: var(--bg-header-color);
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    font-weight: 400;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #1bb1dc;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    right: calc(100% - 30px);
    /* visibility: hidden; */
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    right: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: var(--link-hover-color);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(45, 43, 70, 0.9);
    transition: 0.3s;
    z-index: 999;
    /*max-height: 600px !important; !* Adjust based on your content *!*/
    /*opacity: 1 !important;*/
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 60px;
    left: 15px;
    padding: 10px 0;
    background-color: var(--bg-header-color);
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: var(--white-color);
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: var(--link-hover-color);
}

.navbar-mobile .get-started, .navbar-mobile .get-started:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: var(--bg-header-color);
    box-shadow: none;
}

.navbar-mobile .dropdown ul.dropdown-active {
    display: block;
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
    color: var(--white-color);
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
    margin-right: 5px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #1bb1dc;
}

/* Nested dropdowns in mobile */
.navbar-mobile .dropdown ul ul {
    position: static;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.navbar-mobile .dropdown ul ul li a {
    padding-right: 30px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    /*height: 100vh;*/
    position: relative;
    /*background: #f5f8fd url("../images/intro-bg.jpg") center top no-repeat;*/
    background-size: cover;
    padding-top: 110px;
}

@media (max-width: 991px) {
    #hero {
        height: auto;
        padding: 100px 0 60px 0;
    }

    #hero .container {
        height: auto !important;
    }

    #hero .intro-img {
        width: 80%;
    }
}

@media (min-width: 992px) {
    #hero .intro-info {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    #hero .intro-info {
        text-align: center;
        padding-top: 40px;
    }
}

#hero .intro-info h2 {
    color: #ff6601;
    margin-bottom: 40px;
    font-size: 38px;
    font-weight: 700;
}

#hero .intro-info h2 span {
    color: #1bb1dc;
}

@media (max-width: 991px) {
    #hero .intro-info h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }
}

#hero .intro-info .btn-get-started, #hero .intro-info .btn-services {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #1bb1dc;

}

#hero .intro-info .btn-get-started:hover, #hero .intro-info .btn-services:hover {
    background: #0a98c0;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
    font-size: 1rem;
    color: #413e66;
    text-align: center;
    font-weight: 700;
    position: relative;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 0.8rem;
    padding-bottom: 1.5rem;
    color: #535074;
    width: 50%;
}

@media (max-width: 767px) {
    .section-header p {
        width: 100%;
    }

    body {
        overflow-x: hidden;
    }
}

/* Section with background
--------------------------------*/
.section-bg {
    background-color: var(--section-bg-color);
}

/* About Us Section
--------------------------------*/
#about {
    padding: 80px 0;
}

#about .about-content {
    padding-top: 40px;
}

#about .about-content h2 {
    color: #413e66;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#about .about-content h3 {
    color: #696592;
    font-weight: 400;
    font-size: 22px;
    font-style: italic;
}

#about .about-content ul {
    list-style: none;
    padding: 0;
}

#about .about-content ul li {
    padding-bottom: 10px;
}

#about .about-content ul li i {
    font-size: 20px;
    padding-right: 4px;
    color: #1bb1dc;
}

#about .about-img {
    position: relative;
    margin: 30px 30px 30px 30px;
}

#about .about-img img {
    width: 100%;
    border: 8px solid #fff;
    transition: 0.5s;
}

#about .about-img img:hover {
    width: 100%;
    transform: scale(1.03);
}

#about .about-img::before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: "";
    background-color: #ebf1fa;
    transition: 0.5s;
}

#about .about-img::after {
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: "";
    background-color: #ebf1fa;
    transition: 0.5s;
}

/* Services Section
--------------------------------*/
#services {
    padding: 60px 0 40px 0;
}

.box {
    padding: 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: center;
    height: 100%;
    border-radius: 20px !important;
    background-color: #C1D1D3;
    background-image:linear-gradient(180deg, #37A091 0%, #4CC8D5A8 100%);
    width: 85%;
    font-size: 0.7rem;
}

.box:hover {
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .box {
        /*padding: 0 !important;*/
        font-size: 10px;
    }

    .card-blog {
        /*width: clamp(12rem, calc(15rem + 2vw), 12rem);*/


    }

    /*.card-img {*/
    /*    height: 5rem !important;*/
    /*}*/

    /*.card__body {*/
    /*    padding: 0.5rem 1rem;*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    gap: .5rem;*/
    /*    !*height: 110px;*!*/
    /*}*/

    /*.card__footer {*/
    /*    display: flex;*/
    /*    padding: 0.5rem 0.5rem;*/
    /*    margin-top: auto;*/
    /*}*/

    /*.card__title {*/
    /*    font-size: 0.8rem;*/
    /*    height: 38px;*/
    /*    line-height: 0.9rem;*/
    /*}*/

}

.icon img {
    width: 64px;
    height: 64px;
    margin: 0 auto 35px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;


}

.icon img {
    font-size: 36px;
    line-height: 0;
}

#services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#services .title a {
    color: #111;
}

.box:hover .title a {
    color: #1bb1dc;
}

#services .description {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 20px 0;
}

/* Why Us Section
--------------------------------*/
#why-us {
    padding: 60px 0;
}

@media (max-width: 991px) {
    #why-us .why-us-content {
        padding-top: 30px;
    }
}

#why-us .why-us-content .features {
    margin: 0 0 15px 0;
    padding: 0;
}

#why-us .why-us-content .features i {
    font-size: 36px;
    float: left;
}

#why-us .why-us-content .features h4 {
    font-size: 24px;
    font-weight: 600;
    margin-left: 56px;
    color: #413e66;
    margin-bottom: 5px;
}

#why-us .why-us-content .features p {
    font-size: 16px;
    margin-left: 56px;
    color: #555186;
}

#why-us .counters {
    padding-top: 40px;
}

#why-us .counters span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: #555186;
}

#why-us .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #8a87b6;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
    background: #646364;
    background-size: cover;
    padding: 40px 0;
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
}

@media (min-width: 991px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    font-family: "Vazir", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #ff7800;
}

#call-to-action .cta-btn:hover {
    background: #1bb1dc;
    border: 3px solid #1bb1dc;
}

/* Features Section
--------------------------------*/
#features {
    padding: 80px 0;
}

#features h4 {
    font-weight: 600;
    font-size: 24px;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
    padding: 60px 0;
}

#portfolio #portfolio-filters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-filters li {
    cursor: pointer;
    margin: 15px 15px 5px 0;
    display: inline-block;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 20px;
    color: #413e66;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-filters li:hover, #portfolio #portfolio-filters li.filter-active {
    color: #1bb1dc;
}

#portfolio #portfolio-filters li:last-child {
    margin-right: 0;
}

#portfolio .portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
    overflow: hidden;
    position: relative;
    margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
    opacity: 0.4;
    transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
    font-size: 22px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
    color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
    color: #1bb1dc;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #f8fcff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #1bb1dc;
    border-radius: 50%;
    margin: 10px 4px 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
    font-size: 22px;
    color: #fff;
    line-height: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
    background: #42c3e8;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
    color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
    background: #282646;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #1bb1dc;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1bb1dc;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0 0 30px rgba(65, 62, 102, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
    padding: 60px 0;
}

#testimonials .section-header {
    margin-bottom: 40px;
}

#testimonials .testimonials-carousel, #testimonials .testimonials-slider {
    overflow: hidden;
}

@media (max-width: 767px) {
    #testimonials .testimonial-item {
        text-align: center;
    }
}

#testimonials .testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    float: left;
}

@media (max-width: 767px) {
    #testimonials .testimonial-item .testimonial-img {
        float: none;
        margin: auto;
    }
}

#testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 140px;
    color: #111;

}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 140px;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 0 15px 140px;
}

@media (min-width: 992px) {
    #testimonials .testimonial-item p {
        width: 80%;
    }
}

@media (max-width: 767px) {
    #testimonials .testimonial-item h3, #testimonials .testimonial-item h4, #testimonials .testimonial-item p {
        margin-left: 0;
    }
}

#testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #1bb1dc;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1bb1dc;
}

/*==============================*
 Team Section
================================*/
#team {
    /*padding: 60px 0;*/
    /*background-color: #DDE6ED*/
}

#team .section-header {
    margin-bottom: 1.5rem;
    text-align: center;
}

#team .section-header h3 {
    font-size: 1.5rem;
}

#team .section-header p {
    padding: unset;
}

#team .card {
    border-radius: 7px;
    transition: all 0.5s;
}

#team .latest-result {
    padding: 0 5rem;
}

#team .latest-result div.col-lg-3 .card .img-card > img {
    width: 100%;
    max-height: 264px;
    min-height: 264px;
    object-fit: fill;
    object-position: center;
    border-radius: 7px 7px 0 0;
}

#team .latest-result div.col-lg-3 > .card:hover {
    border: 1px solid #9DB2BF;
    box-shadow: 0 0 20px -6px rgb(157, 178, 191)
}

#team .member-info {
    padding: 15px;
}

#team .member-info .medals h4 {
    font-size:0.75rem !important;
    font-style: italic;
    line-height: 1.5rem;
    margin-bottom: 0;
    display: inline-block;
    color: #526D82;
    text-wrap: nowrap;
}

#team .member-info .medals h4:hover {
    color: #27374D;

}

#team .member-info-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #DDE6ED;
}

#team .member-info-title .race-name h3 {
    font-size: 1rem;
    font-weight: 500;
    color: #27374D;
}

#team .member-info-title .footer  a {
    font-size: 10px;
    border-radius: 10px;
    padding: 1px 6px;
    color: #9DB2BF;
    border: 1px solid;
    text-wrap: nowrap;
}

#team .member-info-title .footer  a:hover {
    color: #526D82;
}

#team .medals div:first-child img {
    height: 23px !important;
}

#team .medals img {
    height: 20px;
}

/*// X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {

    .latest-result {
        padding: unset !important;
    }
}


/* Clients Section
--------------------------------*/
#clients {
    padding: 60px 0;
}

#clients img {
    opacity: 0.5;
    transition: 0.3s;
}

#clients img:hover {
    opacity: 1;
}

#clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

#clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #1bb1dc;
}

#clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1bb1dc;
}

/* Pricing Section
--------------------------------*/
#pricing {
    padding: 80px 0;
}

@media (max-width: 991px) {
    #pricing {
        padding-bottom: 30px;
    }
}

#pricing .card {
    border: 0;
    border-radius: 0;
    box-shadow: 0 3px 0 0 rgba(65, 62, 102, 0.08);
    transition: all 0.3s ease-in-out;
    padding: 36px 0;
    position: relative;
}

@media (max-width: 991px) {
    #pricing .card {
        margin-bottom: 50px;
    }
}

#pricing .card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background-color: #1bb1dc;
    transition: 0.5s;
}

#pricing .card:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

#pricing .card:hover:after {
    width: 100%;
}

#pricing .card .card-header {
    background-color: white;
    border-bottom: 0;
    -moz-text-align-last: center;
    text-align-last: center;
}


#pricing .card .card-title {
    margin-bottom: 16px;
    color: #535074;
}

#pricing .card .card-block {
    padding-top: 0;
    text-align: center;
}

#pricing .card .list-group-item {
    border: 0;
    padding: 6px;
    color: #413e66;
    font-weight: 300;
}

#pricing .card h3 {
    font-size: 64px;
    margin-bottom: 0;
    color: #535074;
}

#pricing .card h3 .currency {
    font-size: 30px;
    position: relative;
    font-weight: 400;
    top: -30px;
    letter-spacing: 0;
}

#pricing .card h3 .period {
    font-size: 16px;
    color: #6c67a3;
    letter-spacing: 0;
}

#pricing .card .list-group {
    margin-bottom: 15px;
}

#pricing .card .btn {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 24px;
    letter-spacing: 1px;
    border-radius: 3px;
    display: inline-block;
    background: #1bb1dc;
    color: #fff;
}

#pricing .card .btn:hover {
    background: #0a98c0;
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq {
    padding: 60px 0;
    overflow: hidden;
}

#faq .faq-list {
    padding: 0;
    list-style: none;
}

#faq .faq-list li {
    border-bottom: 1px solid #edecf4;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#faq .faq-list .question {
    display: block;
    position: relative;
    font-family: Vazir, Roboto, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    color: #158caf;
    transition: 0.3s;
}

#faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}

#faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
}

#faq .faq-list .icon-show {
    display: none;
}

#faq .faq-list .collapsed {
    color: black;
}

#faq .faq-list .collapsed:hover {
    color: #1bb1dc;
}

#faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}

#faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f9f9fb;
    min-height: 40px;
    margin-top: 90px;
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #555186;
    content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 0 0 30px 0;
    font-size: 14px;
    background: #fff;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #f5f8fd;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    color: #413e66;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#footer .footer-top .footer-info p {
    font-size: 11px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: iran, "Montserrat", sans-serif;
    color: #535074;
}

#footer .footer-top .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f60;
    color: #fff;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a i {
    line-height: 0;
    font-size: 16px;
}

#footer .footer-top .social-links a:hover {
    background: #000000;
    color: #fff;
}

@media (max-width: 574px) {
    #footer .footer-top .social-links a {
        margin-bottom: 25px;
    }
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #413e66;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #696592;
}

#footer .footer-top .footer-links ul a:hover {
    color: #1bb1dc;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type=email] {
    padding: 6px 8px;
    width: 65%;
    border: 1px solid #d9dde6;
}

#footer .footer-top .footer-newsletter input[type=submit] {
    background: #f60;
    border: 1px solid #1bb1dc;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
    background: #000000;
}

#footer .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

#footer .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

#footer .php-email-form .error-message br + br {
    margin-top: 25px;
}

#footer .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#footer .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

#footer .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

#footer .php-email-form input, #footer .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #dce1ec;
    font-size: 14px;
}

#footer .php-email-form input:focus, #footer .php-email-form textarea:focus {
    border-color: #1bb1dc;
}

#footer .php-email-form input {
    padding: 10px 15px;
}

#footer .php-email-form textarea {
    padding: 12px 15px;
}

#footer .php-email-form button[type=submit] {
    background: #f60;
    border: 0;
    border-radius: 3px;
    padding: 8px 30px;
    color: #fff;
    transition: 0.3s;
}

#footer .php-email-form button[type=submit]:hover {
    background: #000000;
    cursor: pointer;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #535074;
    font-size: 15px;
}

#footer .credits {
    text-align: center;
    font-size: 14px;
    padding-top: 4px;
    color: #8582a8;
}

#footer .credits a {
    color: #1bb1dc;
}

#footer .credits a:hover {
    color: #0a98c0;
}

.news-date {
    background-color: var(--primary-color);
    /*border-radius: var(--border-radius-medium);*/
    text-align: center;
    height: 102px;
    padding: 10px;
    margin: 2px;
    color: #0a1219;
    min-width: 59.55px;
}

.tn-news h4 {
    color: #ffffff;
    margin: 0;
}

.tn-news {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: #fff
}

.tn-img {
    width: 100px
}

.tn-img img {
    width: 100px
}

.tn-title {
    padding: 10px 15px
}

.tn-title a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    transition: all .3s
}

.tn-title a:hover {
    color: #FF6F61
}

/*---------- CUSTOM BLOCK ---------------*/
.custom-block {
    border-radius: var(--border-radius-medium);
    padding: 5px;
}

.custom-block-bg {
    background: var(--white-color);
}

.custom-block-date-wrap {
    background-color: var(--primary-color);
    border-radius: var(--border-radius-medium);
    text-align: center;
    padding: 20px 30px;
}

.custom-block-date {
    font-size: var(--h1-font-size);
}

.custom-block-image-wrap {
    /*border-radius: var(--border-radius-medium);*/
    position: relative;
    overflow: hidden;
}

.custom-block-image-wrap:hover .custom-block-image {
    transform: scale(1.2);
}

.custom-block-image-wrap:hover .custom-block-icon {
    opacity: 1;
}

.custom-block-image {
    transition: all 0.3s;
}

.custom-block-image-wrap .custom-block-date-wrap,
.custom-block-image-wrap .custom-btn-wrap {
    position: absolute;
    bottom: 0;
}

.custom-block-image-wrap .custom-block-date-wrap {
    border-radius: 0;
    left: 0;
    width: 50%;
    padding: 12.30px 20px;
}

.custom-block-image-wrap .custom-btn-wrap {
    right: 0;
    width: 50%;
}

.custom-block-image-wrap .custom-btn {
    border-radius: 0;
    display: block;
    padding: 15px 20px;
}

.custom-block-info {
    padding-top: 10px;
}

.custom-block-image-wrap + .custom-block-info {
    padding-top: 20px;
}

.custom-block-span {
    color: var(--secondary-color);
    font-weight: var(--font-weight-bold);
    min-width: 110px;
    margin-right: 10px;
}

.custom-block-icon {
    background: var(--custom-btn-bg-color);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: var(--h3-font-size);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.custom-block-icon:hover {
    background: var(--custom-btn-bg-hover-color);
    color: var(--white-color);
}

/*------EVENTS SECTION------------------*/
.events-section.section-bg .container > .row {
    margin-right: 5px;
    margin-left: 5px;
}

.events-section.section-bg .container > .row .row {
    margin: auto;
}

.events-listing-section {
    margin-bottom: 100px;
}

.events-detail-section .custom-block-info {
    padding: 40px 60px;
}

.events-detail-info {
    background-color: var(--section-bg-color);
    border-radius: var(--border-radius-medium);
    padding: 50px 25px;
}

.events-title {
    font-size: var(--h3-font-size);
    font-weight: var(--font-weight-medium);
    color: #e71068 !important;
}

.site-footer {
    position: relative;
    font-family: Vazir;
}

/*-----SOCIAL ICON-----------*/
.social-icon {
    margin: 0;
    padding: 0;
}

.social-icon-item {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.social-icon-link {
    background: var(--secondary-color);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: var(--btn-font-size);
    display: block;
    margin-right: 5px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 36px;
    transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.news-overlay {
    top: 0;
    background: #3d405b75;
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
}

/*-----------  ANIMATED HEADLINE----------*/
.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    color: var(--link-hover-color);
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

.cd-headline.rotate-1 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-animation: cd-rotate-1-in 1.2s;
    -moz-animation: cd-rotate-1-in 1.2s;
    animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 1.2s;
    -moz-animation: cd-rotate-1-out 1.2s;
    animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}

@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}
.cert-images {
    height: 80px ;
}
.result-card .profile img {
    filter: grayscale(1);
}
.hero-rotate {
    transform: rotate(-16deg);
    margin-top: 137px !important;
}
@media screen and (max-width: 991px) {
    /*.site-footer {*/
    /*    position: fixed !important;*/
    /*    bottom: 45px !important;*/
    /*}*/
        .cert-images {
            height: 50px !important;
        }
.hero-rotate {
    transform: rotate(0deg);
    margin-top: 5px !important;
}

    .hero-section {
        position: relative;
        height: 100% !important;
        min-height: 500px !important;
        /*top: 70px;*/
        /*margin-bottom: 82px;*/
    }

    .tn-title a {
        font-size: 12px;
    }

    .tn-title {
        padding: 2px 10px;
    }

    .site-footer {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}

/*---------  HERO---------------*/
.hero-section {
    /*background-image: url('../images/v2/hero3.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -30%;
    position: relative;
    /*padding-top: 100px;*/
    /*padding-bottom: 100px;*/
    /*height: 100vh;*/
    min-height: 670px;
    /*margin-bottom: -90px;*/
}

.hero-50 {
    height: auto;
    min-height: 540px;
    margin-bottom: -100px;
}

.hero-50 .container + svg {
    transform: rotate(180deg);
}

.hero-section .ratio {
    border-radius: var(--border-radius-medium);
    overflow: hidden;
}

.hero-section svg {
    position: absolute;
    right: 0;
    left: 0;
}

.hero-section > svg {
    top: 0;
}

.hero-section .container + svg {
    top: auto;
    bottom: -1px;
}

.hero-section .row {
    position: relative;
    z-index: 22;
}

.img-background {
    background-image: url(https://demo.kallyas.net/hosting/wp-content/uploads/sites/94/2017/12/purple2.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
    background-attachment: scroll;
}

.blog-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-height: 100% !important;
    min-height: 172px;
}

.blog-badge {
    color: rgb(0 51 88);
}

body {
    font-family: Vazir, "Open Sans", sans-serif !important;
}

.nav-tabs .nav-link.active {
    background-color: var(--link-hover-color) !important;
    border-radius: 5px !important;
    /*color: #FFFFFF !important;*/
}

.card-blog {
    display: flex;
    flex-direction: column;
    /*width: clamp(15rem, calc(15rem + 2vw), 15rem);*/
    overflow: hidden;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1em;
    background: #ffffff;
    /*min-height: 434px;*/
    margin: 0 auto;
    padding: 10px;

}

.card__body {
    padding: 0.5rem 0.2rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    /*height: 110px;*/
}

.card__footer {
    display: flex;
    padding: 0.5rem 0.5rem;
    margin-top: auto;
}

.card__title {
    font-size: 0.8rem;
    height: 38.4px;
    font-family: vazir;
    color: #3c3c3c;
    word-break: break-word;
    font-weight: 700;
}

.card-img {
    object-fit: cover;
    height: 12rem;
    width: 100%;
}

.tag {
    align-self: flex-start;
    padding: .25em .75em;
    border-radius: 1em;
    font-size: .75rem;
}

.tag + .tag {
    margin-left: .5em;
}

.tag-blue {
    background: #56CCF2;
    background: linear-gradient(to bottom, #2F80ED, #56CCF2);
    color: #fafafa;
}

.tag-brown {
    background: #D1913C;
    background: linear-gradient(to bottom, #FFD194, #D1913C);
    color: #fafafa;
}

.tag-red {
    background: #cb2d3e;
    background: linear-gradient(to bottom, #ef473a, #cb2d3e);
    color: #fafafa;
}

.card__body h4 {
    font-size: 1.5rem;
    text-transform: capitalize;

}


.user {
    display: flex;
    gap: .5rem;
}

.user__image {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    /*object-fit: contain;*/
}

.user__info > small {
    color: #666;
    margin: 10px;

}

.word-wrapper {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;

}

.btn-modern {
    padding: 0.75rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
}

.btn-primary-modern {
    background: var(--gradient-success);
    color: white;
}

.btn-primary-modern:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
    color: white;
}

.btn-secondary-modern {
    background: var(--gradient-secondary);
    color: white;
}

.btn-secondary-modern:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
    color: white;
}
:root {
     --primary-color: #667eea;
     --secondary-color: #764ba2;
     --accent-color: #f093fb;
     --success-color: #4facfe;
     --warning-color: #43e97b;
     --danger-color: #fa709a;
     --dark-color: #2c3e50;
     --light-color: #f8f9fa;
     --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
     --gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
     --gradient-success: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
     --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.1);
     --shadow-hover: 0 15px 40px rgba(0, 0, 0, 0.15);
     --border-radius: 15px;
     --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
 }
