/****!  Featured Arrangements section       ***/

.Featured-Arrangements .col .inner{
    background-color: white;
}
.Featured-Arrangements .row{
    display: flex;
    margin-bottom: 20px;
}

.Featured-Arrangements .inner{
    box-shadow: 1px 1px 1px #0000000d;
    border-radius:  10px;
  
}
.inner img {
    width: 100%;
    width: 100%;
    border-radius:  10px;
    -webkit-border-radius:  10px;
    -moz-border-radius:  10px;
    -ms-border-radius:  10px;
    -o-border-radius:  10px;
}
/* .Featured-Arrangements .col img{
    width: 100%;
    border-radius:  10px;
    -webkit-border-radius:  10px;
    -moz-border-radius:  10px;
    -ms-border-radius:  10px;
    -o-border-radius:  10px;
} */
.Featured-Arrangements .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 7px;
margin-block: 7px;}

.Featured-Arrangements .content a{
  
    text-decoration: none;
    color: black ; 
font-weight: bold;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
}
.Featured-Arrangements .content span{
    color: rgba(33, 37, 41, 0.75);
    margin-bottom: 5px;
}
.Featured-Arrangements h2{
    font-weight: 500;
    font-size: 25px;
}


.Featured-Arrangements .load{
    text-align: center;
}
.Featured-Arrangements .load-more:hover{
background-color: var(--hover-red);
color: white;
border-color: white;
    }
.box-container{
    background-color: rgba(0, 0, 0, 0.516);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
    justify-content: center;
    align-items: center;
    

}
.box-container .box{
  
    /* background-image: url("../img/f1.webp"); */
    background-position: center;
    background-size: cover;
display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.box-container .box i{ 
    margin: 10px;
    font-size: 24px;
    cursor: pointer;
}
.closebtn{
position: absolute;
top: 0;
right: 0; }

