﻿
#svg-dashboard-gallery-page{
    padding-top: 130px;
    text-align: center;
    font-family: 'work-sans-regular', Arial, Helvetica, sans-serif;
    background: #0b1822;
    overflow: hidden;
    background-image: url(../images/bg/bg-2.png);
    background-attachment: fixed;
    min-height: 100vh;

}

.wrapper, .wrappers{
    width: 92%;
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    column-gap: inherit;
    flex-wrap: inherit;
}
.svg-dashboard-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    /*column-gap: 4em;*/
    justify-content: center;
    position: relative;
    column-gap: 2em;
    padding:0px 20px;
    transition: all 0.3s ease-in-out;
}

.svg-dashboard-gallery {
    position: relative;
    display: inline-block;
    width: 60%;
    max-width: 1050px;
    padding-top: 60px;
}

.svg-dashboard-gallery-mobile-view {
    position: relative;
    width: 90%;
    padding-top: 60px;
    padding: 10px;
    border-radius: 5px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    display: none;
}

.svg-dashboard-gallery-mobile-view:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(1px);
}

.svg-dashboard-gallery-mobile-view img {
    width: 100%;
    z-index: 1;
    position: relative;
}

.svg-dashboard-content {
    display: inline-block;
    width: 30%;
    max-width: 450px;
    text-align: left;
    vertical-align: middle;
    margin-left: 30px;
    z-index: 1;
    position: relative;
    padding-top: 60px;
}
.svg-dashboard-title {
    color: #886ceb;
    margin-bottom: 10px;
    font-size: 1.2em;
    border-left: 2px solid #8969e6;
    padding: 2px 2px 2px 5px;
    background: linear-gradient(45deg, #251d42, transparent);
    border-radius: 4px;
}
.svg-dashboard-desc {
    color: #dbd9d9;
    font-size: 0.95em;
    line-height: 1.4em;
    margin-bottom: 25px;
}
svg#dashboard-hlt-svg {
    width: 100%;
    max-width: 1200px;
    height: auto;
    vertical-align: middle;
    overflow: visible;
}
.svg-dashboard-wrapper:nth-child(even) .svg-dashboard-content {
    order: -1;
}
.sm-svg-dahboard-title{
    display: none;
    color: #886ceb;
    margin-bottom: 10px;
    font-size: 1.2em;
    background: #ffffff0f;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid #ffffff14;
    backdrop-filter: blur(4px);
}
.svg-dashboard-main-content {
    max-width: 1400px;
    margin: 0 auto;
    /* padding-top: 20px; */
    padding: 10px;
    padding-top: 20px;
    position: relative;
    bottom: -60px;
}
.svg-dashboard-main-title {
    color: whitesmoke;
}

.svg-dashboard-galley-quote-text {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    font-size: 12px;
}
.quote-icon-text {
    width: fit-content;
    display: inline-block;
    position: relative;
}
.svg-dashboard-galley-quote-text i {
    font-size: 9em;
    color: #44526a29;
    position: absolute;
    top: -40px;
    left: -60px;
}
.svg-dashboard-galley-quote-text .svg-dashboard-gallery-desc-top-title {
    color: #00ffd0db;
    font-size: 2.5em;
    font-family: poppins-light;
    padding: 15px 0px;
}
.svg-dashboard-galley-quote-text p {
    line-height: 1.6em;
    font-size: 1.5em;
    position: relative;
    z-index: 4;
    margin: 25px 0px 45px;
    color: #e5e5e5;
    letter-spacing: 0.2px;
    width: 65%;
    display: inline-block;
}
.svg-dashboard-galley-quote-text p span {
    color: #21c694;
}

.svg-dashboard-main-title-desc {
    color: #e1e1e1;
    font-size: 1em;
}

.svg-dashboard-gallery-nav-list {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
    padding-right: 20px;
}
.svg-dashboard-gallery-nav-list i{
    transform: rotate(-90deg);
    font-size: 1.5em;
    cursor: pointer;
    color: #9386bb;
}
.svg-dashboard-gallery-nav-list i:active{
    opacity: 0;
}
.svg-dashboard-gallery-nav-list li {
    margin: 12px 5px;
    /*background: #37a58d;*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 0px;
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    border: 1px solid #8671d2;
}

/*.svg-dashboard-gallery-nav-list::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 85%;
    background: #7a6ab9;
    top: 13px;
    z-index: -1;
    left: 11.499px;
}*/

.svg-dashboard-gallery-nav-list li.active{
    transform: scale(1.3);
    background: #8671d2;
    transform: scale(1.6);
    /* background: none; */
    border: 1px solid #8671d2;
}

.svg-dashboard-hover-info {
    color: aliceblue;
    font-family: 'poppins-regular', Arial, Helvetica, sans-serif;
    font-size: 15px;
    max-height: 58vh;
    overflow-y: auto;
    padding-right: 10px;
}

.svg-dashboard-hover-info::-webkit-scrollbar{
    width: 6px;
}

.svg-dashboard-hover-info::-webkit-scrollbar-track {
    background: #241c4092;
    border-radius: 5px;
}

.svg-dashboard-hover-info::-webkit-scrollbar-thumb {
    background: #8871d148;
    border-radius: 5px;
}

.svg-dashboard-hover-info::-webkit-scrollbar-thumb:hover {
    background: #8871d178;
}


.svg-dashboard-hover-info ul {
    padding-left: 25px;
    /* padding-top: 25px; */
    /* line-height: 2; */
    font-size: 0.95em;
    /* max-height: 50vh;
    overflow: hidden; */
}
.svg-dashboard-hover-info ul li{
    padding: 5px 0px;
    color: #b79eff;
}
/* span.hover-info-title {
    color: #00ffef;
} */
span.hover-info-desc {
    font-family: 'work-sans-light';
    font-size: 0.95em;
    color: aliceblue;
}

.svg-dashboard-hover-info a {
    font-size: 12px;
    font-family: 'work-sans-regular';
    color: white;
    text-decoration: underline;
    float: right;
    margin-top: 15px;
}


@media (max-width: 1024px){
    .svg-dashboard-wrapper{
        flex-wrap: wrap;
        align-content: center;
    }
    .svg-dashboard-content{
        width: 100%;
        max-width: 900px;
        margin: 0px;
        padding: 20px;
    }
    .svg-dashboard-gallery{
        width:80%;
        /*max-width: 950px;*/
        padding-top: 50px
    }
    .svg-dashboard-wrapper:nth-child(even) .svg-dashboard-content{
        order: 0;
    }
    .svg-dashboard-main-title-desc{
        font-size: 0.95em;
    }
    .svg-dashboard-main-title{
        font-size: 1.7em;
    }
    .svg-dashboard-hover-info {
        margin-bottom: 65px;
    }
    .svg-dashboard-galley-quote-text {
        font-size: 9px;
    }
    
}

@media (max-width: 900px){
    .svg-dashboard-gallery{
        width:100%;
    }
    .svg-dashboard-gallery-nav-list{
        display: none;
        visibility: hidden;
    }
    .svg-dashboard-galley-quote-text i {
        left: -20px;
    }
}

@media (max-width: 767px){
    .sm-svg-dahboard-title{
        display: block;
        margin-bottom: 30px;
    }
    .svg-dashboard-main-content{
        bottom: 0px;
    }
    #svg-dashboard-gallery-page{
        padding-top: 120px;
    }
    .svg-dashboard-wrapper{
        height: unset;
        padding: 30px 10px;
    }
    .svg-dashboard-gallery{
        padding-top: 0px;
    }
    .svg-dashboard-title{
        display: none;
    }
    .svg-dashboard-content{
        max-width: 700px;
    }
    .svg-dashboard-wrapper::after {
        content: '';
        position: absolute;
        width: 70%;
        height: 1px;
        background: #302b40;
        z-index: 1;
        bottom: 0;
    }
    .svg-dashboard-wrapper:first-child .wrapper{
        position: static;
    }

    /*[data-aos^=fade][data-aos^=fade] {
      opacity: 1 !important;
      transform: none !important;
    }*/
    
}
@media (max-height: 950px) {
    .svg-dashboard-hover-info ul{
        display: none;
    }
}

@media (max-width: 767px){
    .svg-dashboard-main-content{
        font-size: 13px;
    }
}

@media (max-width: 500px){
    .svg-dashboard-gallery{
        display: none;
    }
    .svg-dashboard-gallery-mobile-view{
        display: inline-block;
    }
    .svg-dashboard-hover-info{
        margin-bottom: 0;
    }
    .svg-dashboard-wrapper:last-child{
        margin-bottom: 20px;
    }
    .svg-dashboard-wrapper:last-child:after{
        display: none;
    }
}