body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: darkorchid;
      
        }
/* Default styles for larger screens */

@media only screen and (max-width: 768px) {
  /* Styles for screens up to 768 pixels wide (typical tablet size) */
}

@media only screen and (max-width: 480px) {
  /* Styles for screens up to 480 pixels wide (typical smartphone size) */
}

#intro{
    text-align: center;
    color: #E7411D;
 
}
.content-image {
   
    margin-bottom: 1em;
    transition: transform 0.3s ease-in-out; /* Add smooth transition */
}

/* Hover effect for images */
.content-image:hover {
    transform: scale(1.1); /* Increase size on hover */
}

        header {
            background-color: #E7411D;
            color: #fff;
            text-align: center;
            padding: 1em;
            
        }
         
        header img {
            max-width: 100px;
            margin-right: 1200px;
          
            
}

        nav {
            background-color: #e01159;
            padding: 1em;
            text-align-last: center;
        }

        nav a {
            color: #fff;
    text-decoration: none;
  
    margin: 0 0.5em;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
        }

        nav a:hover {
            background-color: #555;
    color: #ffeb3b; 
        }
       section {
            padding: 1em;
        }

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.about{
  height: 100vh;
  width: 100%;
  padding: 90px 0;
  background:#e01159;
}
.pic{
  height: auto;
  width:  302px;
}
.about{
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.text{
  width: 540px;
}
.text h2{
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;

}
.text h5{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
    color: antiquewhite;
}
span{
  color: #4070f4;
}
.text p{
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
    color: antiquewhite;
}


        footer {
            background-color: #E7411D;
            color: #fff;
      
          text-align: center;
  font-size: 12px;
  padding: 15px;
           
        }
/* styles.css */

/* Your existing styles here... */

/* Contact page styles */
#content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
}

#content {
    background-color: #C30E5E;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
      border-width: thin;
    margin-bottom: 20px;
}

#content {
    color: #e2ebd8;
}
#content {
    color:white;
}

/* Additional styling for contact information */
#content{
    font-size: 1.2em;
    margin-top: 10px;
}

/* Add hover effect to contact information */
#content:hover {
    text-decoration: underline;
    color:darkred; /* Change color on hover */
}



.logo {
  transition: transform 0.3s ease-in-out;
}

.logo:hover {
  transform: translateY(-10px);
}
/* Reset some default styles for the image */
img {
    border: 0;
    outline: none;
    vertical-align: middle;
    max-width: 100%; /* Ensure images don't exceed their container */
}

/* Style the container to add padding or other styles */
.image-container {
    max-width: 600px; /* Set a maximum width for the container */
    margin: 0 auto; /* Center the container */
    padding: 20px; /* Add padding around the image */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a subtle box shadow */
}
.img-container {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Add a hover effect to the image */
.image-container img:hover {
    opacity: 0.8; /* Reduce opacity on hover */
}

/* Style the alt text */
.image-container img:after {
    content: attr(alt);
    display: block;
    text-align: center;
    color: #555; /* Set the color of the alt text */
    font-style: italic;
    margin-top: 5px;
}

/* Reset some default styles for the image */
img {
    border: 0;
    outline: none;
    vertical-align: middle;
    max-width: 100%; /* Ensure images don't exceed their container */
}

/* Style the container to add padding or other styles */
.image-container {
    max-width: 600px; /* Set a maximum width for the container */
    margin: 0 auto; /* Center the container */
    padding: 20px; /* Add padding around the image */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a subtle box shadow */
}

/* Add a border to the image */
.image-container img {
    border: 2px solid #3498db; /* Set the border color and width */
    border-radius: 8px; /* Optional: Add rounded corners */
}

/* Add a hover effect to the image */
.image-container img:hover {
    opacity: 0.8; /* Reduce opacity on hover */
}

/* Style the alt text */
.image-container{
    display:block;
    text-align: center;
    color: #555; /* Set the color of the alt text */
    font-style: italic;
    margin-top: 5px;
}

.text1{
  font-size: 50px;
   font-weight:600; 
}
.para{
     font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    color: whitesmoke;
    text-align: start;
    line-height: 1.5;
    background-color:#E7411D;
}
table {
            border-collapse: collapse;
            width: 80%;
            margin: 20px auto;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            background-color: #e30e91;
            border-radius: 8px;
            overflow: hidden;
        }

     td {
            border: 1px solid #dddddd;
            text-align: left;
            padding: 12px;
        }

       

        tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        tr:hover {
            background-color: #e0e0e0;
        }
.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}



