.footer-container {
  background: linear-gradient(113deg, rgba(2,0,36,1) 23%, rgba(113,58,11,1) 58%, rgba(121,42,9,1) 67%, rgba(83,0,255,1) 99%);
  padding: 20px 0;
  color: white;
}

.footer-container:hover {
  background: linear-gradient(113deg, rgba(2,0,36,1) 43%, rgba(113,58,11,1) 79%, rgba(121,42,9,1) 87%, rgba(83,0,255,1) 99%);
  /* Change background color on hover */
  color: white;
}
.row-footer { 
  display: flex; 
  flex-wrap: wrap; 
  justify-content: space-around; 
  align-items: center; 
  text-align: center; 
} 
.footer-col { 
  flex: 1;
   margin: 10px; 
  } 
.footer-col img { 
  max-width: 100%;
   height: auto;
   } 
.footer-col h2 {
   margin: 10px 0;
   } 
.footer-col p { 
  margin: 10px 0;
}

  @media (max-width: 768px) { 
    .row-footer{ 
      flex-direction: column;
     } 
    .footer-col { 
      width: 100%; 
      text-align: center; 
      margin: 5px 0; } 
    }

@media (max-width: 767px) {
  .bgimage {
    height: 250px; /* Adjust the height for mobile screens */
    width: 100%;
  }
}


.content h1 {
  font-size: 2em;
  font-weight: 600;
}

p {
  font-size: 1.6em;
  line-height: 1.5;
  word-spacing: 2px;
  font-family: "PT Sans", Calibri, Tahoma, sans-serif;
  font-weight: 350;
}

@media (max-width: 768px) {
  p {
    font-size: 1em; /* Adjust font size for tablets */
  }
}
@media (max-width: 480px) {
  .content p {
    font-size: 1.2em; /* Adjust font size for mobile devices */
  }
  .content h1{font-size: 2.1em;font-weight:bolder;}
  .bottom-right-text {
    font-size: 0.8em; /* Adjust the size for mobile devices */
}
    .gif-left,.gif-right
    { 
        float: none; 
        text-align: center;
        margin: 0 auto; 
        .descg { 
                width: 70%; /* Make description box smaller */ 
                margin-bottom: 7px; 
                padding: 2px 10px; /* Adjust padding to remove extra white space */ 
                box-sizing: border-box; /* Ensure padding is included in width */ 
              }
              
              .disc { width: 100%; margin-bottom: 7px; }
            }
          }

.bottom-right-text {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  background: rgba(0, 0, 0, 0.5); /* Add a background for better visibility */
  padding: 5px 10px;
  font-size: 1em;
  box-sizing: border-box; /* Ensure padding is included in the total width/height */
  max-width: calc(100% - 20px); /* Ensure it doesn't exceed the video width */
  overflow: hidden; /* Prevent text overflow */
  text-align: right;
}
/* General Styles */
.pic-container {
  overflow: hidden; /* Fix for older browsers */
  margin-bottom: 20px; /* Add space between sections */
}

.gallery {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  width: 100%; /* Full width on small screens */
  max-width: 400px;
  height: auto;
}

.gallery:hover {
  border: 1px solid #777;
}

.gallery img {
  width: 100%;
  height: auto;
}

.desc{
  padding: 5px;
  text-align: center;
}

.gif-left{ float: left; }
.gif-right{ float: right;}

.descg { 
        padding: 2px 10px; /* Adjust padding to remove extra white space */ 
        text-align: center; 
        border: 1px solid #ccc; 
        margin-top: 2px; box-sizing: border-box; /* Ensure padding is included in width */
       }

.descg:hover{border: 1px solid #777;}
.disc {     
  padding: 10px; 
  text-align: center; 
  border: 1px solid #ccc; 
  margin-top: 10px; 
   }

.disc:hover{border: 1px solid #777;}



@media (min-width: 768px) {
  .pic-left {
    float: left;
    margin-right: 20px;
  }

  .pic-right {
    float: right;
    margin-left: 20px;
  }
}



