.menu
{
    position: fixed;
    direction: rtl;
    top: 0px;
    right: 30px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: fit-content;
    z-index: 1;
}

.menu ul{
    gap: 10px;
    margin-top: 80px;
    position: relative;
    transition: .3s;
}

.menu ul li{
    list-style: none;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    margin-top: 15px;
    background-color: aqua;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.home, .about, .portfolio, .services, .feedback, .contact{
    text-decoration: none;
    cursor: pointer;
}

.menu-i{
    height: 40px;
    width: 36px;
    margin: 7px;
    font-size: 30px;
}
.menu-i-2{
    height: 40px;
    width: 36px;
    margin-top: 10px;
    margin-left: 12px;
    font-size: 30px;
}

.menu-i-3{
    height: 40px;
    width: 36px;
    margin-left: 10px;
    margin-top: 8px;
    font-size: 30px;
}
.menu-i-4{
    height: 40px;
    width: 36px;
    margin-left: 8px;
    margin-top: 11px;
    font-size: 30px;
}
.menu-i-5{
    height: 40px;
    width: 36px;
    margin-top: 11px;
    margin-left: 10px;
    font-size: 30px;
}
.menu-i-6{
    height: 40px;
    width: 36px;
    margin-left: 10px;
    margin-top: 11px;
    font-size: 30px;
}

.menu-title{
    position: relative !important;
    opacity: 1;
    width: 100%;
    font-size: 30px;
    letter-spacing: 1px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 800;
}

.menu li:hover{
    width: fit-content;
    transition: all 3s ease;
}

.menu-title:hover{
    opacity: 1;
    z-index: 5;
    transition-delay: 3s;
}

.defulat-home{
    margin-top: 50px;
}

.home-content{
    margin-top: 40px;
}

@media screen and (max-width: 360px){
 .menu ul{
    justify-content: space-between;
 }
 .defulat-home{
    margin-bottom: 80px;
}
.home-content{
    margin-top: 40px;
}

.homeModal-content{
    margin-top: 40px;
}
}


@media screen and (max-width: 991px){
    .menu{
        background-color: #fff;
        box-shadow: 0 0 47px #dedede;
        position: fixed;
        direction: ltr;
        left: 0;
        right: auto;
        bottom: 0;
        top: auto;
        transform: none;
        width: 100%;
        display: block;
        z-index: 10;
    }

    .menu ul{
        margin-left: -30px;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        }
    
        .menu ul li{
            position: relative;
            display: flex !important;
            justify-content: center;
            margin: 0 !important;
            height: 40px !important;
            width: 40px !important;
            align-items: center;
            font-size: 30px;
        }
        .menu-i{
            font-size: 25px !important;
            margin-left: 15px;
            margin-top: 20px;
        }
        .menu-i-2{
            height: 40px;
            width: 36px;
            margin-top: 10px;
            margin-left: 7px;
            font-size: 30px;
        }
        
        .menu-i-3{
            height: 40px;
            width: 36px;
            margin-left: 6px;
            margin-top: 12px;
            font-size: 30px;
        }
        .menu-i-4{
            height: 40px;
            width: 36px;
            margin-left: -2px;
            margin-top: 11px;
            font-size: 30px;
        }
        .menu-i-5{
            height: 40px;
            width: 36px;
            margin-top: 11px;
            margin-left: 6px;
            font-size: 30px;
        }
        .menu-i-6{
            height: 40px;
            width: 36px;
            margin-left: 6px;
            margin-top: 11px;
            font-size: 30px;
        }
        .menu-title{
            display: none;
        }

        .defulat-home{
            margin-top: 100px;
            margin-bottom: 80px;}

        .homeModal, .aboutModal, .portfolioModal, .feedbackModal, .contactModal, .serviceModal{
            padding-bottom: 80px;
        }

}


.homeModal, .homeaboutModal, .aboutModal, .portfolioModal, .feedbackModal, .contactModal, .serviceModal{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    transition-delay: 1.5s bottom;
    transition: 2s ease-in-out;
  }


  /* Modal Content/Box */
  .modal-content{
    background-color: #fefefe;
     /* 15% from the top and centered */
    width: 100%;
    border: 1px solid #888;
     /* Could be more or less, depending on screen size */
    z-index: -9999;
  }

  .about-content{
    background-color: #fefefe;
     /* 15% from the top and centered */
    width: 100%;
    border: 1px solid #888;
     /* Could be more or less, depending on screen size */
    z-index: -9999;
  }


  
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
