* 
{
    box-sizing: border-box;
}

body 
{
    margin: 0;
    padding: 0;
    font-family:'Merienda', cursive;
    
    }

     




























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































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 */
}


/* */
.container {
            max-width: 900px;
            margin: 20px auto;
            padding: 20px;
            background-color: #fff; /* Set container background color if needed */
            position: relative;
        }

        .cover-image {
            max-width: 100%; /* Ensure the image doesn't exceed the container width */
            height: auto;
            display: block;
            margin: 0 auto; /* Center the image within the container */
        } 

        /**/
   
.containerco::after {
  content: "";
  display: table;
  clear: both;
}
.containerco img {
     /* Adjust the width as needed */
      display: inline-block;
 }
 .company{
  width: 23%;
  margin-top: 125px;
  margin-left: 25px;
}
.right-aligned-image {
 display: block;
     float: right;
      width: 73%
  /* Add any additional styles you want for this specific image */
}

       /**/
       .containerr {
  max-width: 100%;
  margin-right: 15px;
  padding: 20px;
  background-color: #fff;
  position: relative;
  overflow: hidden; /* Ensure container wraps its content properly */
}


section {
  max-width: 100%;
  margin-right: 15px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  margin: 20px auto;
  margin-left: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  opacity: 0;
  align-items: flex-start;
  justify-content: center;
  transform: translateX(50px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  display: flex;
  position: relative;
}

#text-section {
  width: 85%;
  flex: 1;
  margin-left: 20px;
}

#text-section img {
  max-width: 40%; /* Make sure the image doesn't exceed the width of its container */
  border-radius: 8px; /* Add border-radius to match the container */
  margin-top: 100px; /* Add some space below the image */
}

     #text-section.visible {
      opacity:1;
      transform: translateY(0);
      transform: translateX(0);
                           }
    
     #text-section:hover {
            box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
        }  

 
#text-section p {
  color: #777; /* Darken the text color for better readability */
  font-size: 15px; /* Increase the font size for a more prominent look */
  line-height: 1.8; /* Increase the line height for better spacing */
  margin-top: 15px; /* Increase the top margin for more space */
  text-align: right; /* Use justified text alignment for a clean look */
  font-weight: 400; /* Adjust the font weight for the text */
  letter-spacing: 0.5px; /* Add a slight letter-spacing for better legibility */
  text-transform: none; /* Adjust the text transformation if needed */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); /* Add a subtle text shadow */
  transition: color 0.3s ease-in-out; /* Add a smooth color transition effect */
}

#text-section p:hover {
  color: #ff6347; /* Change text color on hover for an interactive feel */
}


#text-sectionleft{ width: 85%; flex: 1;overflow-x: hidden;margin-right: 500px;}
#text-sectionleft.visible{
      opacity:1;
      transform: translateY(0);
      transform: translateX(0);
    }
    #text-sectionleft:hover{ box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);}
    #text-sectionleft img {
  max-width: 50%; /* Make sure the image doesn't exceed the width of its container */
  border-radius: 8px; /* Add border-radius to match the container */
  display: inline-block;
  margin-bottom: 500px /* Add some space below the image */
}

    #text-sectionleft p { 
  color: #777; /* Set your preferred color */
  font-size: 15px; /* Adjust the font size */
  line-height: 1.6; /* Adjust the line height */
  margin-top: 14px;
  text-align: right;
  font-weight: 400; /* Adjust the font weight for the text */
  letter-spacing: 0.5px; /* Add a slight letter-spacing for better legibility */
  text-transform: none; /* Adjust the text transformation if needed */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); /* Add a subtle text shadow */
  transition: color 0.3s ease-in-out; /* Adjust the margin */
  }
 #text-sectionleft p:hover {
  color: #ff6347; /* Change text color on hover for an interactive feel */
}

.special-text {
  font-size: 20px; /* Adjust the font size */
  font-weight: bold; /* Set the font weight to bold */
  color:  #279b37 ;
  margin-bottom: 5px;
  letter-spacing: 0.5PX;
  word-spacing: 3px;
}


    
  /*  footer*/
 footer {
  overflow: hidden;
}
.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:-220px;
    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;
}
upper-section.footer-content a {
  text-decoration: none;
  color: white;
  font-size: 1px; /* Reduced font size */
}