.main {
  margin: 0;
  padding: 0;
}


/* Navigation Item Hover */
.nav-item .nav-link:hover {
  cursor: pointer;
  color: orange !important;
  border-bottom: 2px solid orange;
}

/* Logo Styling */
.logo {
  height: 150%;
  width: 50%;
}

@media (max-width: 1200px) {
  .logo {
      height: 100px !important;
      width: 100px !important;
      padding: 0 !important;
  }

  .header {
      background-color: white !important;
  }
}

@media (max-width: 667px) {
  .home {
     position: relative;
     top: 60px;
  }
}

/* Header Styling */
header {
  background-color: white !important;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100px;
}

/* Header Title Styling */
.h1 {
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
  font-size: 80px !important;
  font-weight: bolder !important;
  color: orange !important;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  position: relative;
  bottom: 0;
  text-align: center;
}

.p {
  text-shadow: 15px 0px 10px black;
}

/* Video Styling */
.video {
  height: 550px;
  width: 100%;
  transform: scaleX(1.3);
}

.video1 {
  padding: 0;
  width: 100%;
  height: 670px;
}

.over1 {
  overflow: hidden;
}

/* Scroll Animation */
.scroll-icon {
  animation: bounce 2s infinite;
  cursor: pointer;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(-10px);
  }
  60% {
      transform: translateY(-5px);
  }
}

/* Mobile Styling for Video */
@media (max-width: 667px) {
  .video {
      margin: 0 !important;
      height: 500px !important;
  }

  .carousel-caption {
      position: relative;
      bottom: 100px !important;
  }

  .h1 {
      font-size: 20px !important;
  }
}

/* Background Styling */
.bgr {
   background-image: url('https://wallpaperaccess.com/full/924117.jpg'); 
  height: auto;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* Hover Effect for Goal Images */
.goal_image:hover {
  transform: scale(1.1);
}

/* Section Styling */
.h2 {
  font-size: 80px !important;
  font-weight: bolder !important;
  color: orange !important;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  color: transparent !important;
  -webkit-text-stroke: 2px white;
  position: relative;
  bottom: 0;
}

/* Hover Effect for Icons */
.icon:hover {
  background-color: orange !important;
  transform: rotate(45deg);
  cursor: pointer;
}

/* Contact Page Background */
.bg3 {
  height: 100%;
  width: 100%;
  background-image: url(https://preview.colorlib.com/theme/itsolution/images/bg_2.jpg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}

.overlay2 {
  width: 100%;
  height: 100%;
  background-color: rgba(90, 90, 90, 0.4);
}

.bg3 h1 {
  color: white;
  padding-top: 100px;
  margin-left: 80px;
  font-size: 40px;
}

/* Contact Form Styling */
.contact form {
  margin-left: 60px;
}

.contact form input,
.contact form select,
.contact form textarea {
  width: 100%;
  max-width: 550px;  /* Max width for inputs */
  height: 50px;
  border: none;
  background-color: white;
  border-radius: 10px;
  font-size: 16px;
  padding-left: 10px;
  color: black;
  font-weight: bold;
  outline: none;
  margin-bottom: 10px;
}

.contact form select {
  height: 50px;
}

.contact form textarea {
  height: 150px;
  font-size: 19px;
}

.contact_bg{
  height: auto;
  width: 100%;
  background-image: url('https://preview.colorlib.com/theme/itsolution/images/bg_3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.overlay1 {
  height: 100%;
  width: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
}

.custom-mb-300 {
  margin-bottom: 300px;
}

/* Contact Background Styling */
.contact-bg {
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.overlay1 {
  background: rgba(0, 0, 0, 0.5);
  padding: 40px;
  border-radius: 10px;
}

/* Contact Info Section Styling */
.contact-info-section ion-icon {
  font-size: 2rem;
}

.contact-form-section .form-control,
.contact-form-section .form-select {
  margin-bottom: 1rem;
}

/* Mobile and Tablet Responsiveness */
@media (max-width: 768px) {
  .contact-bg {
      padding: 50px 0;
  }

  .overlay1 {
      padding: 20px;
  }

  .fs-1 {
      font-size: 2rem;
  }

  .contact-info-section ion-icon {
      font-size: 1.5rem;
  }

  .contact-form-section .form-control,
  .contact-form-section .form-select {
      margin-bottom: 0.5rem;
      width: 100%;
  }
}

@media (max-width: 576px) {
  .fs-1 {
      font-size: 1.5rem;
  }

  .contact-info-section ion-icon {
      font-size: 1.25rem;
  }
}


.text-border {
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}
.bg-gray
{
background-color: #212529;
text-shadow: 1px 1px 0 #ebe5e5, -1px 1px 0 #ebe5e5, 1px -1px 0 #ebe5e5 , -1px -1px0#ebe5e5;

}
