.box{
    max-width: 300px;
    width: 100%;
    padding: 0 15px;
}
.force-repaint {
   transform: translateZ(0);
 }
.parallax-window {
   min-height: 400px;
   background: transparent;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
    .skeleton {
        width: 100px; /* Set a fixed width for your buttons */
        height: 100px; /* Set a fixed height for your buttons */
    }
    .overlay
    {
        position: absolute;
        bottom: -10px;
        margin-bottom: 0px;
        font-size: small;
    }
}
/* Add a media query to set a fixed width and height when the screen width is larger than a certain value */
@media (min-width: 768px) {
    .skeleton {
        width: 150px; /* Set a fixed width for your buttons */
        height: 150px; /* Set a fixed height for your buttons */
    }
}


.marketing:hover .button-container .buttons {
   opacity: 100;

}

.marketing:hover .button-container {
   background-color: rgba(255, 255, 255, 0.5); 
}

.gallery-item:hover .gallery-container .buttons  {
 
   cursor: pointer!important;

}
.gallery-item:hover .gallery-container {
  /* background-color: rgba(244, 8, 8, 0.5);  Transparent background with 50% opacity on hover */
  cursor: default;
}
.delete
{
   color:red;
   cursor: pointer;
}
.delete-image
{
   color:red;
   cursor: pointer;
}
.gallery-container {
   position:absolute;
   cursor: default;
   top: 0;
   left: 0;
   margin: 0px; /* Adjust the margin as needed */
   background-color: transparent;
   border-radius: 10px; /* Adjust the border-radius for rounded corners */
   padding: 10px; /* Adjust the padding as needed */
   z-index: 1500000001;
}

.button-container {
   position: absolute;
   top: 0;
   right: 0;
   margin: 10px; /* Adjust the margin as needed */
   background-color: transparent;
   border-radius: 10px; /* Adjust the border-radius for rounded corners */
   padding: 10px; /* Adjust the padding as needed */
   z-index: 1500000000;
}

.buttons 
{
   opacity: 0;
}

.buttons button {
   margin-top: 5px; /* Adjust the margin between buttons as needed */
}

.buttons button:hover  {
   /* outline: 1px dashed green; Dashed outline in green on button hover */
}
.modal
{
   z-index: 100000;
}

.marketing
{
position: relative;
transition: box-shadow 0.5s;
}

.form-label {
   margin-left: 10px; 
 }

.overlay
{
    position: absolute;
    bottom: -10px;
    margin-bottom: 0px;
    color:#333;
    opacity: 0.5;
}
.skeleton:hover
{
    background-color: #f1f1f1;
}
.skeleton {
    position: relative;
    padding:15px;
    max-width: 300px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
}
.skeleton .square {
    height: 80px;
    border-radius: 5px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-squares 2s infinite ease-out;
}
.skeleton .line {
    height: 12px;
    margin-bottom:6px;
    border-radius: 2px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-lines 2s infinite ease-out;
}

/* Your existing CSS styles for .skeleton .image */
.skeleton .image {
    padding-top:5px;
    margin-bottom:6px;
    border-radius: 2px;
    /* background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2))); */
    /* background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%); */
    background-size: 800px 100px;
    animation: wave-lines 2s infinite ease-out;
}


.skeleton-right{
   flex:1;
   padding: 5px;
}
.skeleton-left{
   flex:2;

}
.flex1{
   flex: 1;
}
.flex2{
   /* flex: 2; */
}
.skeleton .line:last-child{
   margin-bottom: 0;
}

@keyframes wave-lines {
   0% {
       background-position: -468px 0;
   }
    100% {
       background-position: 468px 0;
   }
}
@keyframes wave-squares {
   0% {
       background-position: -468px 0;
   }
    100% {
       background-position: 468px 0;
   }
}
.footerlink
{   color: #4a4a4a;
   font-size: 14px;
   text-decoration: none;
   font-family: 'Roboto', sans-serif;

}
.footerdiv
{

}

h1
{
   font-family: Roboto, sans-serif; font-weight: 300; 
}

h2
{
   font-family: Roboto, sans-serif; font-weight: 300; 
}



 h2 {
   margin-bottom: 20px!important; /* Adjust the value as needed */
 }

