@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
:root{
  --color-1: #0f1016;
  --text-color: #f0f0f0;
  --accent-color: #006aff;
} 
body,html{
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

nav{
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #007bff;
  border-bottom: 2px solid black;
  position: relative;
  height: 55px;
}

.logo{
  color: #fff;
}

nav ul{
  display: flex;
  gap: 40px;
  align-items: center;
}

nav ul li{
  list-style-type: none;
}

nav ul li a{
  text-decoration: none;
  color: #fff;
}
nav ul li a:hover{
  color: #0170B9;
  font-weight: bold;
}
.logo img {
  width: 70px;
  height: auto;
}


.menu-icon{
  display: none;
}

.menu-icon i{
  color: #fff;
  font-size: 30px;
}

@media (max-width: 480px) {
  nav ul{
      position: absolute;
      top: 38px;
      left: 0;
      right: 0;
      flex-direction: column;
      text-align: center;
      background: #004274;
      gap: 0;
      overflow: hidden;
  }
  nav ul li{
      padding-bottom: 10px;
      padding-top: 10px;
  }
  .menu-icon{
      display: block;
  }
  #menuList{
      transition: all 0.5s;
  }
}
.responsive {
  padding: 0 6px;
  float: left;
  width: 23.999%;
  display: block;
  /* top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px; */
  margin-left: 10px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.event img{
  width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
  /* margin-top: -7%; */
  
}
.gallery {
  border: 1px solid #0170B9;
  /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 1); Subtle shadow effect */
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px; /* Margin between boxes */
  height: 400px; /* Fixed height for equal-sized containers */
  display: flex;
  flex-direction: column;
  /* margin-left: 40px; */
  justify-content: space-between;
  /* align-items: center; */
}
.gallery:hover{
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 1),0px 4px 12px rgba(0, 0, 0, 1),0px 4px 12px rgba(0, 0, 0, 1);
}
.gallery2 {
  border: 1px solid #0170B9;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px; /* Margin between boxes */
  height: 350px; /* Fixed height for equal-sized containers */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* .second{
  width: 376px;
} */
.gallery3 {
  border: 1px solid #0170B9;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px; /* Margin between boxes */
  height: 350px; /* Fixed height for equal-sized containers */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gallery4 {
  border: 1px solid #0170B9;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px; /* Margin between boxes */
  height: 350px; /* Fixed height for equal-sized containers */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gallery5 {
  border: 1px solid #0170B9;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px; /* Margin between boxes */
  height: 350px; /* Fixed height for equal-sized containers */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gallery6 {
  border: 1px solid #0170B9;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px; /* Margin between boxes */
  height: 350px; /* Fixed height for equal-sized containers */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gallery7 {
  border: 1px solid #0170B9;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px; /* Margin between boxes */
  height: 350px; /* Fixed height for equal-sized containers */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gallery8 {
  border: 1px solid #0170B9;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px; /* Margin between boxes */
  height: 350px; /* Fixed height for equal-sized containers */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gallery9 {
  border: 1px solid #0170B9;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px; /* Margin between boxes */
  height: 350px; /* Fixed height for equal-sized containers */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gallery10 {
  border: 1px solid #0170B9;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px; /* Margin between boxes */
  height: 350px; /* Fixed height for equal-sized containers */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gallery11 {
  border: 1px solid #0170B9;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px; /* Margin between boxes */
  height: 350px; /* Fixed height for equal-sized containers */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

div.gallery:hover {
  border: 1px solid #777;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15); /* Slightly stronger shadow on hover */
}

div.gallery img {
  width: 100%;
  height: 200px; /* Fixed height for images */
  object-fit: cover; /* Ensures the image fills the container without distortion */
  transition: transform 0.2s ease-in-out; /* Smooth transition for zoom */
}

div.gallery img:hover {
  transform: scale(1.05); /* Reduced zoom effect */
}

div.desc {
  padding: 15px;
  text-align: center;
  color: #0170B9;
  font-weight: bold;
}
.iframe{
  object-fit: contain;
  /* border-radius: 10px; */
}
/* .iframe-video{
  width: 550px;
} */
/* .second{
  width: 400px;
} */
.last{
  width: 400px;
}
@media (max-width: 480px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media (max-width: 480px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

h2 {
  color: #0170B9;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
}

h4 {
  color: #7A7A7A;
  text-align: center;
}

/* The footer is fixed to the bottom of the page */

.footer-distributed {
  background-color:#10182F;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  height: 30rem;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 50px 50px 60px 50px;
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */
.footer-links{
display: flex;
flex-direction: column; /* Arrange items in a column */
align-items: flex-start; /* Align items to the start */
gap: 10px;
}
.footer-distributed .footer-left {
  width: 30%;
}
.footer-left li{
  list-style: none;
}
.footer-left li a{
  color: white;
  text-decoration: none;
  display: inline-block;
  line-height: 2.5;
  /* text-decoration: none; */
  /* color: inherit; */
}
.footer-left li a:hover{
  color: #0056b3;
}

.footer-distributed h3 {
  color: #ffffff;
  font: normal 36px 'Cookie', cursive;
  margin: 0;
}


.footer-distributed h3 span {
  color: #e0ac1c;
}

/* Footer links */

.footer-distributed .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.footer-right form {
display: flex;
gap: 10px;
margin-top: 7%;
}

.footer-right input[type="email"] {
flex: 1;
padding: 10px;
border-radius: 6px;
border: 1px solid #7489C6;
background: none;
color: #fff;
outline: none;
}

.footer-right input[type="email"]::placeholder {
color: #ccc;
}

.footer-right button {
background: #0170B9;
color: #fff;
border: none;
padding: 10px 15px;
border-radius: 6px;
cursor: pointer;
font-weight: 500;
transition: background 0.2s ease, transform 0.2s ease;
}

.footer-right button:hover {
background: #cecccc;
transform: scale(1.1);
}


/* Footer Center */

.footer-distributed .footer-center {
  width: 35%;
}

.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: #e0ac1c;
  text-decoration: none;
  ;
}

/* Footer Right */

.footer-distributed .footer-right {
  width: 30%;
  margin-left: 3%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
/* .footer-right .footer-company-about h2{
  color: #fff;
} */

.footer-distributed .footer-company-about p {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  text-decoration: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
  /* background-color: #33383b; */
  border-radius: 50%;
  border: none;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.footer-distributed .footer-icons a:hover {
  background-color: #3F71EA;
}

.footer-links a:hover {
  color: #3F71EA;
}
@media (max-width: 480px){
.footer-distributed {
    flex-direction: column;
    align-items: center;
    height: auto;
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}
.footer-left p span{
  margin-left: -87%;
}
}
