#header h1,
body,
nav {
    color: #fff
}

body {
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-family: "Open Sans", sans-serif
}

.main-flow {
    height: 100vh;
    width: 100%;
    overflow-y: hidden;
    z-index: 1
}

.hidden {
    display: none !important;
}

.with-box-shadow {
    box-shadow: 4px 4px 15px 3px rgba(0, 0, 0, 0.1); 
}

.image-container {
    display: block;
    background: url("../assets/images/img-gallery/newbg.webp") 0 0/cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
    opacity: .9
}

.hidden {
    display: none
}

nav {
    background-image: linear-gradient(to right, #93cfea, #3141d6);
    padding: 10px
}

.navbar-brand {
    color: #fff;
    font-weight: 700
}

.navbar-nav .nav-link {
    color: #181111
}

.navbar-nav .nav-link:hover {
    color: #ffc107
}

img {
    cursor: pointer
}

.carousel-item img {
    max-height: 90vh
}

.scroll-card1 {
    overflow-y: auto;
    max-height: 250px
}

.scroll-card1::-webkit-scrollbar , .right-sild::-webkit-scrollbar{
    width: 6px
}

.scroll-card1::-webkit-scrollbar-track ,.right-sild::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 5px
}

.scroll-card1::-webkit-scrollbar-thumb , .right-sild::-webkit-scrollbar-thumb{
    background: #580844;
    border-radius: 5px
} 

.responsive-iframe {
    position: absolute;
    top: 4;
    left: 2;
    bottom: 3;
    right: 2;
    width: 100%;
    height: 80%;
    border: none;
    border-radius: 17px;
}

@media screen and (min-width:1441px) and (max-width:2560px) {
    .aspects-ration {
        --bs-aspect-ratio: 50%;
    }
}

@media screen and (min-width:1027px) and (max-width:1440px) {
    .aspects-ration {
        --bs-aspect-ratio: 44%;
    }
}

@media screen and (min-width:768px) and (max-width:1026px) {
    .aspects-ration {
        --bs-aspect-ratio: 61%;
    }
    .responsive-iframe {
        height: 100%;
    }
    .scroll-card1 {
        max-height: 320px;
    }
}

@media screen and (min-width:426px) and (max-width:768px) {
    .aspects-ration {
        --bs-aspect-ratio: 100%;
    }
    .responsive-iframe {
        height: 100%;
    }
    .display {
        overflow-y: scroll !important;
    }
}

@media screen and (min-width:320px) and (max-width:425px) {
    .aspects-ration {
        --bs-aspect-ratio: 70%;
    }
    .responsive-iframe {
        height: 100%;
    }
    .display {
        overflow-y: scroll !important;
    }
    .image-container {
        position: unset;
    }
}

@media(max-width:1366px) {
    .scroll-card1 {
        max-height: 234px;
    }
}

#header {
    position: relative;
    width: 100%;
    padding: 62px 0;
}

#header h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
}

#header h2 {
    color: #eee;
    font-size: 22px;
}

#header .countdown div {
    text-align: center;
    margin: 10px;
    width: 100px;
    padding: 15px 0;
    background-color: rgba(69, 42, 119, .904);
    border-top: 5px solid #e01a8e
}

#header .countdown h3 {
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 15px
}

#header .countdown h4 {
    font-size: 16px;
    font-weight: 600
}

