body{
    background: #000;
}



#menubar {
    width: 30%;
    height: 100%;
}
.menu-frame{
    display: grid;
    justify-content: center;
    height: 100vh;
}

.menu-container{
    margin: auto;
}

.menu-frame .menu-list {
    list-style: none;
    padding: 0;
    
}

.menu-frame .menu-list li {
    display: block;
    text-align: center;
    font-size: 30px;
    opacity: 0.4;
    transform: translateY(20%) scale(1);
    width: 300px;
    padding: 20px 25px;
}

.menu-frame .menu-list li:hover {
    opacity: 1;
   transform: scale(1.1);
   transition: 0.2s;
   color: #3D3C42;
   /* font-weight: 800; */
   /* font-family:sans-serif */
   transform: translateY(0%) scale(1.1);
}

.menu-frame .menu-list li a {
    text-decoration: none;
    color: #000;
}

.content-frame{
    height: 100vh;
}

.content-frame{
    margin: 0;
}

.card {
    margin-top: 10px;
    /* background: linear-gradient(to bottom, #bea2e7 0%, #86b7e7 100%); */
    /* color: #000; */
    width: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 100px 20px 20px 100px;
    cursor: pointer;
    }

    .hamburger{
        display: none;
        cursor: pointer;
    }

    .bar{
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3 ease-in-out;
        background-color: white;
    }

    @media (max-width: 768px) {
        .hamburger{
            display: block;
            position: absolute;
            top: 10px;
            right: 20px;
        }

        .hamburger.active .bar:nth-child(2){
            opacity: 0;
        }
                
        .hamburger.active .bar:nth-child(1) {
                    transform: translateY(8px) rotate(45deg);
                }

                
        .hamburger.active .bar:nth-child(3) {
                    transform: translateY(-8px) rotate(-45deg);
                }

        .nav-menu{
            position: absolute;
            left: -100%;
            top: 70px;
            gap: 0;
            flex-direction: column;
            background-color: #262626;
            width: 100%;
            text-align: center;
            transition: 0.3s;
        }

        

        .nav-item{
            margin: 16px 0;
            margin-left: 20px;
        }

        .nav-menu.active{
            left: 0;
        }

        .responsive-clg{
            position: absolute;
            z-index: -1;
        }

        .responsive-nav{
            z-index: 1;
        }
    }

    @media only screen and (min-width: 481px) {
        .card{
            width: 200px;
        }
    }

    @media  screen and (min-width: 320px) {
        .card{
            width: 380px;
        }
        
    }

    .app-figure {
        height: 50vh;
    }

        .outer
    
        /* Style the tab content */
        .tabcontent {
            display: none;
            /* padding: 6px 12px;
            border: 1px solid #ccc;
            border-top: none; */
        }
    
        .outer {
            display: flex;
            flex-direction: column;
        }
    
        .card {
            background: #fff;
            width: 370px;
            padding: 15px 20px;
            display: block;
            margin: 8px;
            opacity: 0.4;
            transform: translateY(20%) scale(1);
            transition: 0.3s;
            border-radius: 100px 20px 20px 100px;
            box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
        }
    
        .card:hover {
            transform: translateY(0%) scale(1.1);
            opacity: 1;
            transition: 0.3s;
            /* background: #f5b942; */
        }
    
        .active-card {
            transform: translateY(0%) scale(1.1);
            opacity: 1;
            justify-content: center;
            transition: 0.3s;
            background-color: #f5b942;
        }
    
        .card .content {
            display: flex;
            align-items: center;
        }
    
        .details span {
            font-weight: 600;
            font-size: 18px;
        }
    
        .nav-button {
            background: transparent;
            color: #fff;
            font-size: 40px;
            border: none;
        }
    
        /* .filter-buttons p.active{
      background: #f5b942;
    } */
        
        
        /* ==========================================================================
       07. WORKS WRAPPER
       ========================================================================== */
    
        .filter-buttons p {
            display: inline-block;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            border-radius: 25px;
            padding: 3px 16px;
            margin-right: 5px;
            margin-top: 5vh;
            background-color: #eee;
            position: relative;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            z-index: 1;
            overflow: hidden;
            border-style: solid;
        }
        .fa-history:hover{
              
               color: #f5b942 !important;
                border-radius: 45px !important;
                border-style: solid !important;
                -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                    
        }

        body::-webkit-scrollbar{
                display: none;
        }

      

        .view-image.active,
        .view-image{
            color: #f5b942;
            background: #000;
            -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                border-color: #f5b942;
                
            
        }
                .view-reset.active,
                .view-reset:hover {
                    color: #f5b942;
                    background: #333;
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                    border-color: #f5b942;
        
                }
                

        .view-image::after{
            -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                background-color: #333;

        }
    
        .filter-buttons p.active,
        .filter-buttons p:hover {
            color: #f5b942;
            /* background-color: #f5b942; */
        }
    
        .filter-buttons p::after {
            position: absolute;
            background-color: #333;
            content: "";
            height: 100%;
            width: 0;
            right: 0;
            top: 0;
            z-index: -1;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }
    
        .filter-buttons p.active::after,
        .filter-buttons p:hover::after {
            width: 100%;
            right: auto;
            left: 0;
        }
    
        .MagicScroll[data-mode="cover-flow"] {
            background-color: transparent;
            margin-top: 15vh;
        }
    
        .MagicScroll[data-mode="carousel"] {
            background-color: transparent;
            margin-top: 15vh;
        }
    
        .MagicScroll[data-mode="animation"] {
            background-color: transparent;
            margin-top: 15vh;
        }
    
        div[href="http://www.magictoolbox.com/magicscroll/"] {
            color: blue;
            z-index: 0;
        }
    
        .mgt-figure span a {
            color: red;
        }
    
        
#mosque-carousel {
    display: hidden;
}

@media (max-width:600px){
    .container4{
        margin-left: 0px;
        left:  -120px;
    }
    
}

@media (min-width: 1920px ){
    .slide2{
        width: 2000px;
    }

}

.fullscreen{
    margin-left: -45px;
    width: 2000px;
    margin-top: 200px;
}


   
#fullscreen-button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    
}

.exit {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

.exit:hover {
    opacity: 1;
    cursor: pointer;
}

.exit:before,
.exit:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: white;
}

.exit:before {
    transform: rotate(45deg);
}

.exit:after {
    transform: rotate(-45deg);
}

 @media  screen and (min-width: 5000px) {

    .popup{
        height: 30% !important;
        width: 10% !important;
        margin-right: 33.5%;
    }

    .button{
        margin-right: 32%;
    }

    .modal-content{
        margin-top: 400px;
    }

    .youtube{
        height: 15vh !important;
        width: 10vw !important;
        padding-bottom: 35px !important;
    }

    .maps{
        height: 15vh !important;
        padding-bottom: 40px !important;
        width: 10vw !important;
    }
    
    .fulls{
        top: 1000px;
        left: 67%;
    }

    .fullscreen{
        margin-left: 30%;
    }

    .exit{
        margin-right: 33%;
    }
 }

  @media screen and (min-width: 6000px) {
    .fulls{
        left: 65%;
    }

    .exit{
        margin-right: 39%;
    }

    .popup{
        margin-right: 36.5%;
    }

    .button{
        margin-right: 36%;
    }
    
  }