* {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    font-weight: 500;

}

body {
    background: linear-gradient(90deg, hsl(26, 66%, 8%) 0%, hsl(39, 77%, 1%) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
    background-color: black;
    margin-top: 20px;
    margin-left: 0;
    /* background-size: 100%; */
}

.bg video {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -100;
    object-fit: cover;
    
}   



h1 {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

h2 img {
    width: 21%;
}

h3 {
    font-weight: 400;
    color: #FF8BFF;
    margin-top: 10px;
    text-align: center;
}


a:hover {
    text-decoration: none;
}

.container {
    width: 100%;
    margin-left: auto ;
    margin-right: auto;
}

.wrapper {
    width: 100%;
    padding: 0;
   /* white-space: nowrap;*/
    /*overflow: hidden;*/
    position: relative;
    z-index: 0;
}

.card {
    float: left;
    width: 20%;
    background: transparent;
    border: none;
    text-align: center;
    position: relative;
	padding: 15px;
    box-shadow: #fff;
}

.card-content {
    background-color: white;
    margin: 5px;
    color: #fff;
    font-size: 12px;
    border: none;
    overflow: hidden;
    position: relative;
	border-radius: 20px;
    
}

.percent {
    height: 30px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: white;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
}

.percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    transform: translateY(14px);
    color: black;
}

.percent-bar {
    /* background-color: #ffc107; */
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /* background-color: #007bff; */
    transition: width 0.6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    /* animation: ; */
    z-index: 10;
}

.yellow {
    background-color: #ffb900;
}

.green {
    background-color: #28a745;
}

.red {
    background-color: #dc3545;
}


.hover-btn {
    position: absolute;
    opacity: 0;
    background-color: #1817187d; 
    transition: all 0.45s ease-in-out;
    z-index: 20;
    width: 100%;
    height: 82.5%;
    overflow-y: hidden;
}

.play-btn {
	font-size: 15px;
    text-decoration: none;
    color: black;
    text-align: center;
    align-items: center;
    width: 90%;
    margin: 27% auto;
    padding: 8px;
    background-color: #FF8BFF;
    border-radius: 10px;
}

.img-zoom {
    transition: all 0.45s ease-in-out;
    height: 140px;
}

.hover-btn:hover {
    opacity: 100%;
}

.hover-btn:hover ~ .img-zoom {
    transform: scale(1.2);
    position: relative;
}



@media (max-width: 500px) {
    h2 img {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: 31%;
    }
}

@media (max-width: 772px) {
.card {
    width: 33.33%;

}

h1 {
    font-size: 25px;
}

h2 img {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 31%;
}

.card-content .img-zoom {
    height: 100px;

}

.hover-btn {
    height: 77%;
    overflow-y: hidden;

}

h6 {
    font-size: 0.7rem;

}

h3 {
    font-size: 1rem;
    
}

}

.slot-sidebar-nav {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    overflow: auto;
    overflow-y: hidden;
 

}

.slot-sidebar-nav > li {
    border-bottom: 1px solid #FF8BFF;
    width: 20%;
    position: relative;
    display: block;
}

.slot-sidebar-nav > li > a {
    color: rgb(249, 244, 244);
    font-size: 5px;
    padding: 7px 10px;
    display: block;

}

.slot-sidebar-nav > li > a:hover {
    color:#FF8BFF;

}


.slot-sidebar-nav i {
    color: #fff;
    font-size: 5px;
    padding: 7px 10px;
    display: block;
}


h6 {
    text-align: center;
}

.footer {
    display: inline-block;
    left: 0;
    bottom: 0px;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 15px;
  }


  .area {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -100;
    object-fit: cover;
  }
  
  .area{
    display: flex;
    width: 100%;
    height:100vh;
    
   
}

.flow-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: white;
    font-size: 50px;
    text-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
    

}

.flow-text li{
    text-align: center;
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.flow-text li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    content: '\263C';
}


.flow-text li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.flow-text li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.flow-text li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.flow-text li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.flow-text li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.flow-text li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.flow-text li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.flow-text li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.flow-text li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

blockquote{
    quotes:"“" "”" "‘" "’";
    color:white;
    text-align:center;
    width:80%;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto
}
blockquote::before{content:open-quote}
blockquote::after{content:close-quote}
