#slideset2 {
    height: 1.5em;
    position: relative;
    overflow: hidden
}

#slideset2>* {
    position: absolute;
    top: 100%;
    left: 0;
    animation: 18s autoplay2 infinite ease-in-out
}

#slideset2>*:nth-child(1) {
    animation-delay: 0s
}

#slideset2>*:nth-child(2) {
    animation-delay: 6s
}

#slideset2>*:nth-child(3) {
    animation-delay: 12s
}

#slideImage {
    height: 600px;
    position: relative;
    overflow: hidden
}

#slideImage>* {
    position: absolute;
    top: 100%;
    left: 0;
    animation: 18s autoplay2 infinite ease-in-out
}

@keyframes autoplay2 {
    0% {
        top: 100%
    }
    4% {
        top: 0%
    }
    33.33% {
        top: 0%
    }
    37.33% {
        top: -100%
    }
    100% {
        top: -100%
    }
}

#slideImage>*:nth-child(1) {
    animation-delay: 0s
}

#slideImage>*:nth-child(2) {
    animation-delay: 6s
}

#slideImage>*:nth-child(3) {
    animation-delay: 12s
}

.background-grey {
    background: linear-gradient(to right, var(--white-100) 60%, var(--black-02) 35%);
}

#slideset3 {
    height: 1.5em;
    position: relative;
    overflow: hidden
}

#slideset3>* {
    position: absolute;
    top: 100%;
    left: 0;
    animation: 12s autoplay3 infinite ease-in-out
}

#slideset3>*:nth-child(1) {
    animation-delay: 0s
}

#slideset3>*:nth-child(2) {
    animation-delay: 6s
}

#slideImageRu {
    height: 600px;
    position: relative;
    overflow: hidden
}

#slideImageRu>* {
    position: absolute;
    top: 100%;
    left: 0;
    animation: 12s autoplay3 infinite ease-in-out
}

@keyframes autoplay3 {
    0% {
        top: 100%
    }
    6% {
        top: 0%
    }
    50% {
        top: 0%
    }
    56% {
        top: -100%
    }
    100% {
        top: -100%
    }
}

#slideImageRu>*:nth-child(1) {
    animation-delay: 0s
}

#slideImageRu>*:nth-child(2) {
    animation-delay: 6s
}

@media (max-width: 380px) {
    #slideImage {
        height: 400px;
    }
}

@media (min-width: 380px) and (max-width: 480px) {
    #slideImage {
        height: 450px;
    }
}

@media (min-width: 480px) and (max-width: 600px) {
    #slideImage {
        height: 500px;
    }
}


/* Partner Section */

.partner-section {
    padding: 150px 0px;
}

.pt-section .description {
    width: 80%;
}
.pt-section-hero{
    padding-top: 60px;
    padding-bottom: 10px;
}
.counter {
    font-size: 2.5rem;
    font-weight: 300 !important;
    color: var(--black-20);
}

.partner-scroll {
    color: var(--black-20)
}

.partner-scroll:hover {
    animation: shakeY;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2.5s;
    /* don't forget to set a duration! */
}

.text-counter p {
    color: var(--black-100);
}

@media (max-width: 600px) {
    .map-image-frontpage {
        padding-top: 16px;
        padding-bottom: 80px;
    }
}



/* Banner Partner */

.banner-partner {
    background-color: var(--black-100);
    padding: 80px 0px 80px 0px;
    /*   background-size: 150% 120%; */
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 310px;
    background-size: contain;
}

.banner-partner .description{
    width: 50%;
}

.banner-partner .stamp-container {
    display: flex;
    position: relative;
    width: 150px;
    float: right;
    margin-top: -150px;
    right: 200px;
}

@media (max-width: 1200px) {
    .banner-partner, .banner-space {
        background-size: cover;
    }
}


/* Tab-Section */

.tab-bar {
    margin-top: -51.5px;
}

.tab-bar .nav-tabs {
    border: none;
    width: 100%;
    justify-content: space-between;
}

.tab-bar .nav-tabs .nav-link {
    color: var(--white-100);
    font-family: var(--raleway);
    padding: 3.5px 0rem;
    font-size: 22px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    margin-right: 0px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 200px;
}

.nav-tabs .nav-link:hover {
    border-color: transparent !important;
    background-color: transparent;
    background-image: url(/wp-content/themes/cactussoft/assets/img/rectangle-copy-10.svg) !important;
    background-repeat: no-repeat;
    isolation: isolate
}

.map:hover {
    background-image: url(/wp-content/themes/cactussoft/assets/img/rectangle-copy-12.svg) !important;
}

.nav-tabs .nav-item.show .nav-link {
    color: var(--black-100);
    background-color: var(--white-100);
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    background-image: url(/wp-content/themes/cactussoft/assets/img/rectangle.png) !important;
    background-repeat: no-repeat;
    color: var(--black-100);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
}

.nav-contact {
    width: 200px;
}

.nav-contact.active {
    background-image: url(/wp-content/themes/cactussoft/assets/img/rectangle.png) !important;
}

.tabScroll {
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
    scrollbar-width: thin;
}

.tabScroll::-webkit-scrollbar {
    height: 10px;
}

.tabScroll::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 10px;
}

.tabScroll::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 10px;
}


/* Tab Content Block */

.photo-feature {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.blockquote-container {
    padding: 5px 25px;
    max-width: 600px;
    max-height: 200px;
}

.blockquote-case p {
    width: 90%
}

.blockquote-case .blockquote-text {
    padding: 10px 10px;
    width: 90%;
}

.info-map-desktop .mt-60 {
    margin-top: 130px !important;
    margin-bottom: 100px !important;
}

#map-section .carousel-item {
    transition: none;
}

.tab-home-mobile {
    display: none;
}

.contact-footer {
    color: white;
}

.contact-footer:hover {
    color: var(--orange-sevilla-100);
}

@media (max-width: 600px) {
    #map-section .carousel-item {
        transition: transform .6s ease-in-out;
    }
    #map-section .tab-home-mobile {
        display: block;
        position: relative;
        top: 220px;
        z-index: 1000;
        border-radius: 8px;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background-color: rgba(255, 255, 255, 0.9);
        margin-top: -158px;
        padding-top: 8px;
    }
    #pt-section .container .mobile {
        max-width: 100%;
    }
    .tab-home-desktop {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 1200px) {
    .video-tab-homepage {
        order: 1;
    }
    .description-tab-homepage {
        order: 2;
    }
    .video-tab-homepage #customer-video,
    .video-tab-homepage #customer-image {
        box-shadow: none;
        margin-top: 0 !important;
        margin-bottom: 40px !important;
    }
    .counter {
        font-size: 1.9rem;
    }
    .hero-content .d-flex {
        flex-wrap: wrap !important;
    }
    .hero-content .col-3 {
        width: 100%;
    }
    .hero-content .col-9 {
        width: 100%;
    }
    .hero-content .hero-tile {
        margin-top: 0px;
    }
}


/* Cases Section */

.fade:not(.show) {
    opacity: 1 !important;
}

.cases-section.pt-section {
    padding-bottom: 90px;
}

.info-tap-mobile {
    display: block;
}

.carousel-tap-buttons {
    z-index: 1080;
    position: relative;
    top: 20px;
    margin-top: -40px;
}

#customer-video,
#customer-video-mobile {
    border-radius: 12px !important;
    box-shadow: -30px 30px 0px 1px var(--black-04);
    width: 100%;
    padding-bottom: 52.25%;
    position: relative;
    display: block;
}

#customer-image,
#customer-image-mobile {
    border-radius: 12px !important;
    box-shadow: -30px 30px 0px 1px var(--black-04);
    width: 100%;
}

#customer-video>iframe,
#customer-video>img,
#customer-video-mobile>iframe,
#customer-video-mobile>img {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block !important;
    max-width: 100% !important;
    max-height: 100%;
    height: revert-layer !important;
}

@media (min-width: 1200px) {
    #customer-video,
    #customer-image {
        width: 90%;
    }
}

@media (max-width: 600px) {
    #customer-video-mobile,
    #customer-image-mobile {
        box-shadow: none;
    }
}

.cases-section .info-map-mobile {
    background-color: transparent !important;
}

.cases-section .video-content {
    background-color: var(--black-04);
    height: 300px;
    width: 90%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 80px 40px;
}

.cases-section iframe {
    border-radius: 10px;
}

.blockquote-case {
    background-repeat: no-repeat;
    width: 100%;
    min-height: 300px;
    max-width: 600px;
}

.blockquote-container {
    padding: 10px 25px;
}

.blockquote-text {
    padding: 0px 10px;
}

.blockquote-case h6 {
    font-size: 20px !important;
    margin-bottom: 0.5rem !important;
}

.blockquote-case blockquote h6 {
    font-size: 16px !important;
}

.blockquote blockquote {
    font-size: var(--font-size);
    font-style: italic;
    width: 90%;
}

.blockquote-title {
    font-size: var(--font-size);
    font-weight: bold !important;
    margin-bottom: .2rem !important;
}

.blockquote-subtitle {
    font-size: 14px;
    color: var(--black-50);
}


/* Job Section */

#offers-section .title-section {
    color: var(--black-40);
    font-size: 24px;
    line-height: 1.5;
}


/* Blog Section */

.blog-section {
    margin-top: 120px;
}

#blog-section .title-section {
    color: var(--black-40);
    font-size: 24px;
    line-height: 1.5;
}

.blog-img {
    border-radius: 12px;
    width: 100%;
    height: auto;
}

.blog-span,
.blog-span a {
    color: var(--black-40);
    font-size: 15px;
}

.blog-title,
.blog-title a {
    font-size: 30px !important;
    line-height: 1.33 !important;
    color: var(--black-100);
    text-decoration: none;
    margin-top: 8px;
    margin-bottom: 1rem !important;
}

.blog-span a:hover {
    color: var(--red-cactus-200)
}

.blog-title a:hover {
    color: var(--red-cactus-200)
}

.blog-text-section {
    background-color: var(--black-20);
    padding: 24px 32px 28px !important;
    border-radius: 12px;
    background-color: var(--black-02);
}

.content_post {
    padding-bottom: 100px;
}

.blog-img {
    border-radius: 12px;
}

.left-colum {
    height: 400px;
    object-fit: cover;
}

.right-colum {
    height: 268px;
    object-fit: cover;
}


/* BLog Slide Sections */

.mr-3 {
    margin-right: 1rem;
}

.blogTop {
    padding-top: 120px;
}

#slide-1 .blogBottom {
    padding-bottom: 130px;
}

#slide-2 .blogBottom {
    padding-bottom: 78px;
}

.carousel-blog-buttons {
    display: none;
    z-index: 20;
    position: relative;
    margin-top: -50px;
}

.blog-icon-section-blogger,
.blog-icon-section-stories {
    padding: 60px 16px 88px;
    margin: 10px 13px;
    border-radius: 12px;
    background-color: var(--black-02);
}

.blog-text-blogger {
    font-family: var(--raleway);
    font-size: 18px;
    font-weight: 600;
    color: var(--blue-sky-100);
}

.blog-text-stories {
    font-family: var(--raleway);
    font-size: 18px;
    font-weight: 600;
    color: var(--red-cactus-100);
}

.mobile-version {
    display: none;
}

@media (max-width: 600px) {
    .carousel-blog-buttons {
        margin-top: -70px;
    }
}


/* CTA Section */

.CTA-section {
    background-color: var(--black-90);
    background-size: 50%;
    background-position: right top;
    background-repeat: repeat-y;
}

.widget .cta-section {
    padding: 100px 80px 0px 0px;
}

.CTA-section .cta-quote {
    display: flex;
}

.CTA-section .cta-background {
    padding: 240px 80px;
    background-size: cover;
}

.CTA-section .text-light-dark {
    font-size: 14px;
}

.text-start p,
.text-start blockquote,
.text-start h5,
.text-start h6 {
    color: var(--white-100);
    font-family: var(--open-sans);
    font-weight: 300;
    font-size: 16px;
    font-weight: 500;
}

.text-start blockquote {
    font-weight: 300;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.5;
}

.text-start h5 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: italic;
}


/* Join CactusSoft Section */

.join-section {
    padding-top: 100px;
}

.join-section .description {
    width: 70%;
}

.join-section .icon-description {
    width: 60%;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 40px;
}


/* Hot Position Section */

.hot-position-section {
    padding: 40px 0px 30px;
    background-image: linear-gradient(to bottom, rgba(255, 233, 202, 0), #ffe9ca);
}

.card {
    background-color: var(--white-100);
    opacity: 0.8 !important;
    border-radius: 12px !important;
    padding: 0px !important;
    border: none !important;
    margin-bottom: 16px !important;
}

.card-title {
    font-size: 24px;
    font-weight: 600;
}

.card .card-body {
    display: flex;
    padding: 24px 21px !important;
}

.card .card-text {
    color: var(--black-50);
}

.card .card-text .material-icons {
    font-size: 18px;
}

.card .icon-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .icon-card .material-icons {
    color: var(--black-20);
}

.card:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 600px) {
    img.logo-case {
        width: auto;
    }
    img.blockquote-icon {
        width: auto;
    }
    .cases-section .info-map-mobile,
    .cases-section .tab-home-mobile {
        top: 0px !important;
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
    .cases-section .carousel-map-buttons {
        top: 85px !important;
        right: 0px !important;
    }
    .pt-section {
        padding: 40px 0px 0px 0px;
    }
    .title-banner .pt-section {
        padding: 0;
    }
    .pt-section .description {
        width: 100%;
    }
    .pt-section img {
        width: 100%;
    }
    .pt-section .scroll {
        display: none;
    }
    .banner-partner .description,
    .banner-space .description{
        width: 100%;
    }
    .info-map-desktop p {
        display: none;
    }
    .blockquote-icon {
        width: auto;
    }
    .blockquote h6 {
        font-size: 1.12em;
    }
    .logo-case {
        width: auto;
    }
    .tab {
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #f7f7fa 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7fa 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #f7f7fa 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7fa', GradientType=0);
    }
    .blockquote-title {
        font-size: 0.87em;
    }
    .join-section {
        padding: 40px 0px;
    }
    .join-section .description {
        width: 100%;
    }
    .join-section .icons {
        padding-top: 48px;
    }
    .join-section .icon-description {
        width: 100%;
        min-height: 60px;
    }
    .hot-position-section {
        padding: 0px;
    }
    .desktop-version {
        display: none;
    }
    .mobile-version {
        display: block;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .scroll {
        display: none;
    }
    .pt-section .text {
        background-color: var(--black-02);
        padding: 2rem 0px;
    }
    .pt-section .text img {
        width: 50%;
    }
    .pt-section .text .px-5 {
        padding: 0.75rem !important;
    }
    .pt-section .text .mb-4 {
        margin-bottom: 0.5rem !important;
    }
    .pt-section .text .w-80,
    .pt-section .text .w-90 {
        width: 100%;
    }
    .blogTop {
        padding-top: 40px;
    }
    #slide-1 .blogBottom,
    #slide-2 .blogBottom {
        padding-bottom: 40px;
    }
    .left-colum {
        height: auto;
        aspect-ratio: 16/9;
    }
    #blog-section .title-section {
        font-size: 20px;
        margin-bottom: 0px !important;
        font-family: var(--raleway);
        font-weight: bold;
    }
    #offers-section .title-section {
        color: var(--black-40);
        font-size: 24px;
        line-height: 1.5;
    }
    .cases-section .video-content {
        background-color: none;
        height: 300px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }
    .cases-section .blockquote {
        background-image: none;
        padding: 1rem;
        width: 100%;
    }
    .CTA-section .content {
        padding-top: 40px;
        padding-right: 10px;
        padding-bottom: 80px;
    }
    .CTA-section .cta-background {
        padding: 70px 0px 130px;
    }
    .widget_nav_menu {
        display: none;
    }
    .footer-section .logo,
    .footer-section .rrss {
        padding-top: 24px;
        padding-bottom: 10px;
    }
    .footer-section .email-info {
        padding-bottom: 24px;
    }
    .footer-bottom {
        flex-direction: row-reverse;
    }
    .banner-partner {
        height: auto;
        background-size: cover;
    }
    .banner-partner.banner-partner-home {
        height: auto;
        background-size: cover;
    }
    .banner-space .banner-space-home {
            height: auto;
            background-size: cover;
    }
    .background-grey {
        background: none;
    }
    .background-grey-mobile {
        background: linear-gradient(to right, var(--white-100) 60%, var(--black-02) 35%);
    }
    #customer-video {
        box-shadow: none;
    }
}

@media (max-width: 992px) {
    .carousel-icon-prev,
    .carousel-icon-next {
        display: none;
    }
    #blog-section .carousel-blog-buttons {
        display: flex;
        position: relative;
        top: 0px;
        margin-top: 0px;
    }
    .banner-partner .stamp-container {
        right: 0;
    }
    .hero-tile {
        font-size: 4rem;
    }
}

@media (min-width: 600px) and (max-width: 1200px) {
    .pt-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #slideImage {
        height: 350px;
    }
    #slideImage>div>img {
        height: 350px;
    }
    #blog-section .text-size-bg {
        font-size: 1.5rem;
    }
    .left-colum {
        height: 300px;
    }
    .right-colum {
        height: 200px;
    }
    .blog-icon-section-blogger,
    .blog-icon-section-stories {
        padding: 30px 16px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blog-icon-section-blogger {
        padding-top: 42px;
        padding-bottom: 42px;
    }
}


/* 404 page */

.pt-section-404 {
    padding-top: 130px;
    padding-bottom: 130px;
}

@media (max-width: 600px) {
    .text-404 {
        order: 2;
    }
    .image-404 {
        order: 1;
    }
    .pt-section-404 {
        padding-bottom: 0px;
    }
}