#hero-slideshow {
    padding: 80px 0 110px 0;
    background-color: #000000;
}
#hero-slideshow .container {
    /* max-width: 1352px; */
    /* width: 100%; */
}
.tabs {
    position: relative;
}
.tab {
    border: 1px solid #4F4F4F;
    padding: 10px;
    border-radius: 20px;
}
.tab .tab-content {
    position: relative;
    z-index: 1;
    opacity: 0;
}
.tab.active .tab-content {
    opacity: 1;
    z-index: 2;
}
.tab .tab-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
    
}
.tab-content-right {
    max-width: 773px;
    width: 100%;
    height: auto;
}
.tab-content-right svg {
    display: block;
    width: 100%;
    height: auto;
}
.tab-content-left {
    max-width: 387px;
    width: 100%;
}
.tab-title {
    font-size: 33px;
    font-weight: 600;
    line-height: 39.6px;
    text-align: left;
    color: #FFFFFF;
    margin: 0 0 10px 0;
}
.tab-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #FFFFFF;
}
.tab-1 {
    padding: 60px;
}
.tab-2 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 50px;
}
.tab-3 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    padding: 40px;
}
.tabs-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 99;
}
.tab-button-separator {
    width: 108px;
    height: 2px;
}
.tab-button-separator-1 {
    background: linear-gradient(90deg, #00934E 0%, #2671FF 100%);
}
.tab-button-separator-2 {
    background: linear-gradient(90deg, #2671FF 0%, #FF8F24 100%);
}
.tab-button {
    position: relative;
    width: 96px;
    height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
    color: #4F4F4F;
    background: linear-gradient(99.81deg, #000000 0.51%, #24333B 100%);
    border-radius: 10px;
    cursor: pointer;
}
.tab-button.active {
    border-width: 2px;
}
.tab-button:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 50%;
    width: 2px;
    margin: 0 0 0 -1px;
}

.tab-button-1 {
    border: 1px solid #00934E
}
.tab-button-1:after {
    background-color: #4F4F4F;
    height: 42px;
}
.tab-button-1.active {
    box-shadow: 0px 0px 30px 0px #00934E inset;
    color: #fff;
}
.tab-button-1.active:after {
    background-color: #00934E;
}
.tab-button-2 {
    border: 1px solid #2671FF
}
.tab-button-2:after {
    background-color: #4F4F4F;
    height: 52px;
}
.tab-button-2.active {
    box-shadow: 0px 0px 30px 0px #2671FF inset;
    color: #fff;
}
.tab-button-2.active:after {
    background-color: #2671FF;
}
.tab-button-3 {
    border: 1px solid #FF8F24
}
.tab-button-3:after {
    background-color: #4F4F4F;
    height: 62px;
}
.tab-button-3.active {
    box-shadow: 0px 0px 30px 0px #FF8F24 inset;
    color: #fff;
}
.tab-button-3.active:after {
    background-color: #FF8F24;
}

.tab.active {
    border-width: 2px;
}
.tab-1.active {
    border-color: #00934E;
}
.tab-2.active {
    border-color: #2671FF;
}
.tab-3.active {
    border-color: #FF8F24;
}


.slide-1-tab-btn {
    cursor: pointer;
    position: relative;
    z-index: 99;
}
.button-line.active,
.slide-1-tab-btn.active .border {
    stroke: #00934E!important;
}
.tab-2-hover-btn {
    cursor: pointer;
}
.tab-2-hover-btn.active .price path,
.tab-2-hover-btn:hover .price path {
    fill: #FF8F24;
}
.tab-2-hover-btn.active .icon path,
.tab-2-hover-btn:hover .icon path,
.tab-2-hover-btn.active .text path,
.tab-2-hover-btn:hover .text path {
    fill: #C9DBFF;
}
.tab-2-hover-btn.active .rectangle,
.tab-2-hover-btn:hover .rectangle {
    fill: #FFD0A5;
    opacity: 0.2;
}
.graph-lines-1 path.active,
.graph-lines-1 path:hover {
    stroke: #C9DBFF;
}

.graph-lines-2 path.active,
.graph-lines-2 path:hover {
    stroke: #C9DBFF;
}
#tab-3-graphs {
    
}
.tab-content-right .tab-3-graph {
    margin: 103px 0 0 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.tab-content-right .tab-3-graph.active {
    display: block;
    opacity: 1;
    /* position: absolute;
    z-index: 2; */
    visibility: visible;
    cursor: pointer;
}

.tab-content-right .mobile {display: none;}
.tab-content-right .desktop {display: block;}

@media (max-width: 1080px) {
    .tab-button {
        width: 60px;
        height: 60px;
        font-size: 14px;
        line-height: 16.8px;
    }
    .tab-button-separator {
        width: 36px;
    }
    .tab-content-left {
        max-width: 387px;
        width: 40%;
    }
    .tab-content-right {
        max-width: 773px;
        width: 60%;
    }
    .tab-content-right picture, 
    .tab-content-right img {
        display: block;
        width: 100%;
    }
    .tab-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 28.8px;
        text-align: left;
        margin: 0 0 20px 0;
    }
    .tab-text {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: left;
    }
    .tab-1 {
        padding: 60px 20px;
    }
    .tab-2 {
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        height: calc(100% - 20px);
        padding: 40px 20px;
    }
    .tab-3 {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        height: calc(100% - 40px);
        padding: 20px 20px;
    }
    .tab-button-2:after {
        height: 62px;
    }
    .tab-button-3:after {
        height: 82px;
    }
}
@media (max-width: 1080px) {
    #hero-slideshow {
        padding: 30px 0 60px 0;
    }
    #hero-slideshow .container {
        padding: 0;
    }
    #hero-slideshow .tab.active {
        box-shadow: 4px 4px 20px 0px #FF8F2529;
        /* box-shadow: -4px -4px 20px 0px #1F2C9C29; */
    }
    #hero-slideshow .tab {
        background: linear-gradient(99.81deg, #000000 0.51%, #24333B 100%);
    }
    .tab .tab-content {
        flex-direction: column;
        gap: 60px;
    }
    .tab-content-left {
        max-width: 100%;
        width: 100%;
    }
    .tab-content-right {
        max-width: 100%;
        width: 100%;
    }
    .tab-content-right .mobile {display: block;}
    .tab-content-right .desktop {display: none;}
    .tabs {
        width: 370px;
        margin: 0 auto;
    }
    .tab-content-right .mobile {
        width: 390px;
        margin: 0 0 0 -30px;
    }

    
}
@media (max-width: 400px) {
    .tabs {
        width: 360px;
        margin: 0 auto;
    }
    .tab-content-right .mobile {
        width: 374px;
        margin: 0 0 0 -28px;
    }
}
@media (max-width: 374px) {
    .tabs {
        width: 100%;
        margin: 0 auto;
    }
    .tab-content-right .mobile {
        width: 100%;
        margin: 0;
    }
}