@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
 body {
  background-color: #ffffff;
  height: 100%;
 }

footer {
    position: fixed;
    bottom: 0;
    color: #fff;
    width: 100%; 
    height: fit-content;
    background-color: rgb(0, 0, 0);
    padding: 10px;
    text-align: center; 
}

  header {
    position: fixed;
    background-color: rgb(0, 0, 0);
    width: 100%;
    opacity: 1;
    z-index: 1;
  }

  .HeadTitle {
    background-image: url('images/titlebg.webp');
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    padding: 20px;
    animation: fadeIn 1.5s;
  }

  .spacer {
    height: 70px;
  }
  
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  
  .logo img {
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -10px 10px;
    width: 280px;
    height: 70px;
    border: none;
    opacity: 1;
  }
  
  .navbar {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .navbar li {
    list-style: none;
    padding: 0 20px;
    position: relative;
  }
  
  .navbar li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: white;
    transition: 0.3s ease;
  }

  .navbar li a:hover,
.navbar li a.active {
    color: rgb(0, 217, 255);
}

.navbar li a.active::after,
.navbar li a:hover::after {
    content: "";
    width: 30%;
    height: 2px;
    background: rgb(0, 217, 255);
    position: absolute;
    bottom: -4px;
    left: 20px;
}

nav ul .dropdown a {
  display: block;
  color: white;
  text-decoration: none;
}

nav ul .dropdown:hover {
  background-color: none;
}

nav ul .dropdown:hover .dropdown-content {
  display: block;
}
#dropdown-icon {
  padding: 2px;
  margin-top: -15px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 100%;
  opacity: 90%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 9999;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: white;
  border-radius: 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
}
  
  .content {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .menu-toggle {
    display: none;
    width: 30px;
    height: 30px;
    background-color: transparent;
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
  }
  
  .menu-toggle:before,
  .menu-toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background-color: rgb(242, 251, 253);
  }
  
  .menu-toggle:before {
    transition: transform 0.5s ease;
    transform: translateY(-15px) rotate(0deg); 
  }
  
  .menu-toggle:after {
    transition: transform 0.5s ease;
    transform: translateY(9px) rotate(0deg);
  }
  
  .menu-toggle .third-line {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background-color: rgb(242, 251, 253);
    transform: translateY(-3px) rotate(0deg);
  }
  
  
.menu-toggle1::before{
  transition: transform 0.5s ease;
  transform: translateY(0) rotate(45deg);
}
.menu-toggle1::after {
  transition: transform 0.5s ease;
  transform: translateY(0) rotate(-45deg);
}

.third-line1{
  transition: transform 0.5s ease;
  display:none;
}

  @media (min-width: 768px) {
    .mini {
      display: none;
    }
    #dropdown-icon{
      vertical-align: middle; 
      width: 30px; 
      height: 20px; 
      margin-left: 5px;
      margin-right: -35px;
    }
  } 

  @media (max-width: 768px) {
    .mini {
      display: block;
    }

    #dropdown-icon{
      display: none;
    }
    
    .navbar {
      display: none;
    }

    .menu-toggle {
      display: block;
    }
    .logo img {
      width: 200px;
      height: 50px;
      margin-left: -10px;
      
    }
    .active1 {
      display: flex;
      flex-direction: column;
      background-color: #000;
      position: absolute;
      top: 70px;
      right: 0;
      width: 100%;
      padding: 10px ;
      border-radius: 0 0px 10px 10px;
      opacity: 0.9;
    }
    .active1 li {
      margin-left: 0;
      margin-bottom: 10px;
    }
    .active1 li a {
      color: #fff;
      font-size: 21px;
      padding-bottom: 8px;
    }
    .HeadTitle {
      font-size: 33px;
      margin-top: 0;
  }
  }


.container3 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 5% 10%;
    animation: fadeIn 1.5s;
}

.container3 .text {
    flex: 1;
    padding:0;
    color: #000;
}

 .container3 .slider {
  position: relative;
  height: 50vh;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container3 h1 {
    font-size: 35px;
    margin:0;
    color: #000;
    text-align: center;
}

.container3 p {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}

.container3 button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: rgb(0, 217, 255);
    color: #000;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease;
    margin-left: 40px;
}

.container3 button:hover {
   color:  rgb(0, 217, 255);
   background-color: #000;
}

.container3 iframe {
  width:500px; height: 281px;
  }

  @keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    
.container3 {
    flex-direction: column;
    max-height: fit-content;
}

.container3 h1 {
  font-size: 24px;
  margin:0;
  color: #000;
  text-align: center;
}

.container3 p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}

  .container3 .text {
      padding-right: 0;
      padding-bottom: 30px;
  }

  .container3 .slider {
      margin-top: -10vh;
  }

  .container3 button {
    margin: 0;
}

  .container3 iframe {
  width:350px; height: 231px;
  margin-top: 10px;
  }
}