* 
{
    box-sizing: border-box;
}

body 
{
     box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family:'Merienda', cursive;

    
    }


h1 {
    text-align: center;
    color: #EB202D;
}


header {
    display: flex;
    justify-content:space-between;
    height: 180px;
    align-items: center;
    padding: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%; /* Set the width to 100% for full-width on mobile screens */
    background: linear-gradient(to right, #0C522F,#279b37 );

    /* Adjust the colors in the gradient to achieve the desired effect */
}


/*header*/

.logo img {
    width: 165px;
    height: 135px;
    margin-left: 3px;
    border-radius: 10px; /* Add border radius for rounded corners *//* Add a subtle shadow for depth */
    transition: transform 0.3s ease-in-out;
    margin-top: 5px; /* Add a smooth transition effect on hover */
}

.logo img:hover {
    transform: scale(1.1); /* Increase size on hover for a subtle zoom effect */
}

.small-images img {
    width: 300px;
    height: 75px;
    object-fit: contain;
    margin-top: 15px; /* Adjust the margin-top to create space below the "jam" image */
}
.small-images img:hover {
  transform: scale(1.1); /* Scale up the image on hover */
 
}


.jam {
    margin-left:-100px;
    position: relative;
  
     /* Set position to relative to allow absolute positioning of the small image */
}
.jam img {
            width: 385px;
            height: 140px;
            margin-bottom: 40px;
            animation: moveUpDown 8s ease-in-out infinite; /* Adjust the duration and timing function as needed */
            margin-right:-5px;
        }

        @keyframes moveUpDown {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-20px); /* Adjust the vertical movement distance */
            }
        }


.small-images {
    position: absolute; /* Set position to absolute to position the small image within the "jam" container */
    bottom: 50px; /* Align the small image to the bottom of the "jam" container */
    left: 60%; /* Adjust left positioning */
    transform: translateX(29%);
    top: 96px; /* Center the small image horizontally within the "jam" container */
}

.header-links {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-right: 20px;
     /* Allow items to wrap to the next line */
}

.header-links a {/* Adjust spacing */
    margin-top: 120px; /* Adjust spacing */
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    padding: 4px 16px;
    letter-spacing: 5px;
    transition: color 1s;
    font-size: 17px;
}

.header-links a:hover {
    color: #DA2E16;
}

.header-links a.clicked {
    background-color:#FFcC1D;
    color: #DA2E16;
}
.full-width-line {
    position: absolute;
    top: calc(22px + 158px); /* Adjust the height of the line as needed */
    left: 0;
    width: 100%;
    height: 6PX; /* Adjust the height of the line as needed */
    background-color: #DA2E16; /* Adjust the color of the line as needed */
}

 /**/
  .sci
     {
        height: 300px; /* Set the desired height */
        width: 50px; 
        position: absolute;
        top: 750px;
        right: 10px;
        transform: translateY(-90%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
          background: linear-gradient(to right ,#ff6347 ,#fc5432);
        background-color:#ff6347;
        border-radius: 5px;
        cursor: pointer;



     }
     .sci li
     {
        list-style: none;

     }
      .sci li a
     {
        display: inline-block;
        margin: 16px 0;
     }
     .sci li a img{height: 35px;width: 35px; position: relative;left:-18px; }

form {
    max-width: 600px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: all;
    margin-bottom: 400px;
}
.logos img {
    width: 165px;
    height: 135px;
    display: block; /* Ensures margin: auto; works */
    margin:20px auto; /* Center the image horizontally with top and bottom margin */
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    margin-top: 70px;
}


.logos img:hover {
    transform: scale(1.1); /* Increase size on hover for a subtle zoom effect */
}

label {
    display: block;
    margin-bottom: 8px;
    color: #555;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea {
    resize: vertical;
}

input[type="submit"] {
    background-color: #4caf50;
    color: #fff;
    padding: 15px 35px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #45a049;
}
/* Add your existing styles */


 /*  footer*/
 footer {
  overflow: hidden;
   margin-top: 800px;
}
.upper-section,
.lower-section {
  box-sizing: border-box; /* Include padding and border in the total width and height */
}

.upper-section {
  background: linear-gradient(to right, #0C522F,#279b37 );
  color: #fff;
  padding: 20px;
  text-align: center;
  width: 100%; /* Set the width to 100% for full width */
  height:125px; /* Adjust the height as needed */

}

.lower-section {
 background: linear-gradient(to right, #C70039,#FF0000) ; /* Red color for the lower section */
  padding: 3px;
  text-align: center;
  width: 100%; /* Set the width to 100% for full width */
  height: 50px; /* Adjust the height as needed */
}

.footer-content {
    position: relative;
   
  }
   .footer-content p {
    margin-top: 20px; /* Adjust the value as needed */
  }

  .small-imagesf {
    position: absolute;
    top:55px;
    right: 0;
  }

.small-imagesf img {
    width: 250px;
    height: 75px;
    object-fit: contain;

}
.logof img {
    width: 115px;
    height: 95px;
    margin-right: 1300px;
    /* Add border radius for rounded corners */
     /* Add a subtle shadow for depth */
    transition: transform 0.3s ease-in-out; /* Add a smooth transition effect on hover */
    margin-top:-78px;
    left:0;
}

.logof img:hover {
    transform: scale(1.1); /* Increase size on hover for a subtle zoom effect */
}
.scif {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scif li {
  margin: 0 14px; /* Adjust spacing between icons */
}

.scif a img {
  width: 40px; /* Adjust icon size as needed */
  height: auto;
}

/* Add hover effect to social media icons if desired */
.scif a img:hover {
  opacity: 0.8;
}