body {
  font-family: 'inter', sans-serif;
  color: #0c0c0c;
  background-color: #ECEFF7;
  overflow-x: hidden;
}

.layout_padding {
  padding: 50px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #2c7873;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*Logo section*/
.kenburns-bottom-right {
	-webkit-animation: kenburns-bottom-right 5s ease-out both;
	        animation: kenburns-bottom-right 5s ease-out both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-6-2 15:25:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation kenburns-bottom-right
 * ----------------------------------------
 */
 @-webkit-keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
            transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
            transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
@keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
            transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
            transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
/*Logo section*/

.tracking-in-contract {
	-webkit-animation: tracking-in-contract 1s forwards;
	        animation: tracking-in-contract 1s forwards;
}

 @-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}



.text-focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.text-focus-in::hover{
  animation: fade-in 0.5s ease-in-out;
  
}

 @-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
.swirl-in-bck {
	-webkit-animation: swirl-in-bck 0.65s ease-out both;
	        animation: swirl-in-bck 0.65s ease-out both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-6-2 16:7:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swirl-in-bck
 * ----------------------------------------
 */
 @-webkit-keyframes swirl-in-bck {
  0% {
    -webkit-transform: rotate(540deg) scale(5);
            transform: rotate(540deg) scale(5);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1;
  }
}
@keyframes swirl-in-bck {
  0% {
    -webkit-transform: rotate(540deg) scale(5);
            transform: rotate(540deg) scale(5);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1;
  }
}

.bounce-in-top {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-6-2 16:10:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
 @-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.fade-in {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-6-2 16:13:37
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
 @-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  /* background-color: #11182f; */
  display: flex;
  flex-direction: column;
  background-image: url("../images/Night sky bkgnd 3.png");
  background-size: cover; /* or background-size: X% X%; */
  background-position: center;

}

.hero_area2 {
  position: relative;
  min-height: 18vh;
  /* background-color: #11182f; */
  display: flex;
  flex-direction: column;
  background-image: url("../images/Night sky bkgnd 3.png");
  background-size: cover; /* or background-size: X% X%; */
  background-position: center;


}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box img {
  width: auto;
  height: 10px;
  min-width: 100%;
  min-height: 100%;
  
}

.hero_area .hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to right, rgba(21, 21, 21, 0.9), rgba(0, 0, 0, 0.7));
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section .header_top {
  padding: 10px 0;
  border-bottom: 1px solid #ffffff;
  
 
  background-color: #11182f;
  background-size: cover; /* Ensures the background image covers the container */
  background-position: center; /* Centers the background image */
  background-repeat: no-repeat; /* Prevents the background image from repeating */
}


.header_section .header_top .header_top_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  background-color: #5a6ad7;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
}

.header_section .header_top .contact_nav a:hover i {
  background-color: #159ec0;
}

.header_section .header_top .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 200px;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  background-color: #5a6ad7;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
}

.header_section .header_top .social_box a:hover i {
  background-color: #159ec0;
}

.header_section .header_bottom {
  padding: 10px 0 0 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
  /* background-image: url("../images/Night sky bkgnd 3.png"); */
}

.image-container {
  position: relative;
  display: inline-block; /* Adjust as needed */
}

.image-container img {
  display: block;
  width: 100%; /* Adjust as needed */
  height: auto; /* Adjust as needed */
}

.image-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(21, 21, 21, 0.9), rgba(0, 0, 0, 0.6));
  pointer-events: none; /* Allows interactions with underlying content */
}

.navbar-brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}

.navbar-brand span {
  color: #2c7873;
}

.navbar-brand:hover {
  color: inherit;
}

.navbar-brand img {
  height: 50px;
  width: auto;
  position: relative;
}


.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #159ec0;
}

.navbar-nav .nav-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
  background-color: #1a1a2e;

}

.navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #159ec0;
  padding: 10px 20px;
  transition: background-color 0.3s, color 0.3s;
}

.navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
    .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
      color: #d0d0dc;
      background-color: #1a1a2e;
    }
.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #2c7873;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
        
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
  
}

.slider_section .detail-box {
  color: #ffffff;
  text-align: center;
}

.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slider_section .detail-box .btn-box a {
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #2c7873;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #2c7873;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #2c7873;
}

.slider_section .img-box img {
  width: 100%;
}

.carousel-item {
  height: 80vh; /* Adjust the height as needed */
  min-height: 300px; /* Ensure a minimum height for small screens */
}

.carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: fill; /* Ensures the image covers the container while maintaining its aspect ratio */
  
}
.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
.carousel-caption h1 {
  font-size: 2rem;
}



.carousel-caption-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  /*background: rgba(0, 0, 0, 0.5); /* Optional: Adds a semi-transparent background */
  padding: 20px;
  border-radius: 10px;
}
.carousel-caption-custom h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}
.carousel-caption-custom p {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.carousel-caption-custom .btn1 {
  background-color: #596ED8;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  border-color: #596ED8;
  border-style: double;
}

.carousel-caption-custom .btn1:hover {
  background-color: transparent;
  color: #2c7873;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(21, 21, 21, 0.9), rgba(0, 0, 0, 0.6));
  z-index: 1;
}

/* Welcome Message Styles */
.welcome {
  text-align: center;
    padding: 50px 0;
    background-color: #0d1b2a;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
  color: #e0e1dd; /* Light text color */
}

.welcome h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.welcome p {
  
  margin-bottom: 20px;
}

.welcome .cta-button {
  background-color: #ff6600;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

.welcome.visible {
  opacity: 1;
  transform: translateY(0);}


  /* Hover Effect */
.welcome:hover h2, 
.welcome:hover p {
    color: #c6b9b2; /* Change text color on hover */
}


/* Parallax Section */
.parallax {
  background: url('/static/images/Warrior 20.jpeg') no-repeat center center fixed; /* Parallax image */
  background-size: cover;
  height: 400px;
  position: relative;
}

.parallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay  rgba(0, 0, 0, 0.5)*/
}




.slider_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 45px auto 0 auto;
  width: 110px;
  height: 50px;
}

.slider_section .carousel_btn-box a {
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  opacity: 1;
  color: #004445;
  font-size: 14px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slider_section .carousel_btn-box a:hover {
  background-color: #2c7873;
  color: #ffffff;
}

.slider_section .carousel_btn-box .carousel-control-prev {
  left: 25px;
}

.slider_section .carousel_btn-box .carousel-control-next {
  right: 25px;
}

.service_section .heading_container {
  margin-bottom: 35px;
}

.service_section .box {
  margin: 10px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box .img-box {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box .img-box img {
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
}

.service_section .box .detail-box p {
  margin: 0;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #2c7873;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #2c7873;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #2c7873;
}

.service_section .owl-stage .owl-item.active {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.service_section .owl-stage .owl-item.active.center {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.service_section .owl-stage .owl-item.active.center .box {
  background-color: #004445;
  color: #ffffff;
}

.service_section .owl-stage .owl-item.active.center .box .img-box img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.service_section .owl-nav {
  display: none;
}

.service_section .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.service_section .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 100%;
  margin: 0 2px;
  background-color: #ccc;
  border: none;
  outline: none;
}

.service_section .owl-dots .owl-dot.active {
  background: #2c7873;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #2c7873;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #2c7873;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #2c7873;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
  margin-top: 5%;

  
}

.column {
  flex: 1;
  min-width: 250px;
  max-width: 300px;

}

.column h2 {
  font-size: 1.5rem;
  margin-bottom: 4%;
}

.column p {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 5%;
  color: #eaeaea;
}



.section-content {
  position: relative;
  max-width: 1200px;
  margin: auto;
  color: white;
  padding: 5% 5%;
}


.impact-section h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.impact-section ul {
  list-style: none;
  padding-left: 0;
}

.impact-section li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5%;
}

.impact-section li i {
  margin-right: 10px;
  font-size: 1.0rem;
  color: #007bff;
}
.mission-container {
  max-width: 1800px;
  margin: 2px auto;
  padding: 20px;
  background-color: #0b0f28;
  color: #ffffff;
  height: auto;
 
}

.mission-image-container img {
  width: 80%;
  height: auto;
  border-radius: 10px;
  margin-top: 5px;;
}

.mission-text-container h1 {
  font-size: 2.5rem;
  margin-bottom: 5%;
  margin-top: 2%;
 
}

.mission-text-container .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1); /* Faint border */
  transition: background-color 0.3s, box-shadow 0.3s;
  
}

.mission-text-container .item-divider {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1); /* Faint border color */
  margin: 0 5px; /* Adjust spacing as needed */
}


.mission-text-container .item i {
  background-color: #1a2b5b;
  border-radius: 25%;
  padding: 10px;
  margin-right: 15px;
  font-size: 1.5rem;
  border-style: solid ;
border-color: #2A3879;

  
}

.mission-text-container .item h2 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.mission-text-container .item p {
  margin: 0;
  font-size: 1rem;
}

/* Mission Section Hover Effect */
.mission-text-container .item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s, box-shadow 0.3s;
}

.mission-text-container .item:hover i {
  background-color: #2A3879; /* Adjust icon background color on hover */
}


/* Add these styles to your existing CSS */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mission-container .animated {
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
}

.mission-container .fadeInUp {
  animation: fadeInUp 0.6s forwards;
}




/* About section end */


.team-container {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  
}

.team_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #0b0f28;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 45px;
}


.team-section {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  
}

.team-section h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  cursor: pointer;
}

.team-section h2:hover {
  color: #1A2971;
}

.team-section ul {
  list-style-type: none;
  padding: 0;
  margin-left: 20px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
}

.team-section li {
  margin-bottom: 5px;
}

.team-arrow {
  float: right;
  margin-top: 5px;
}

.team-arrow:hover {
  color: #337ab7;
}

.team-hidden {
  display: none;
}

.team-show {
  display: block;
}

.team_section .box .img-box {
  width: 100%;
}

.team_section .box .img-box img {
  width: 100%;
}

.team_section .box .detail-box {
  width: 100%;
  color: #ffffff;
  padding: 25px 15px;
  text-align: center;
}

.team_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.team_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #2c7873;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #2c7873;
}

.team_section .btn-box a:hover {
  background-color: transparent;
  color: #2c7873;
}


.night-sky {
  background-image: linear-gradient(to bottom, #212121, #343434);
  background-size: 100% 300px;
  background-position: 0% 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://www.transparenttextures.com/patterns/stars.png');
  background-size: 200px 200px;
  opacity: 0.5;
  z-index: -1;
}

.moon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-image: url('https://www.transparenttextures.com/patterns/moon.png');
  background-size: 100px 100px;
  border-radius: 50%;
  z-index: -1;
}

/* Events section */
.upcoming-events h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 50px;
  
}

.events-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
}

.event {
  background-color: #333;
  padding: 20px;
  margin: 20px;
  width: calc(33.33% - 40px);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.event h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}

.event p {
  color: #ccc;
  font-size: 16px;
  margin-bottom: 20px;
}

.event button {
  background-color: #ff69b4;
  color: #fff;
  border: none;
  padding: 6px 10px;
  font-size: 18px;
  cursor: pointer;
}

.event button:hover {
  background-color: #ff7fb4;
}

.upcoming-events .btn1 {
  background-color: #596ED8;
  color: white;
  padding: 4px 8px;
 
  text-decoration: none;
  border-radius: 5px;
  border-color: #596ED8;
  border-style: double;
}

.upcoming-events .btn1:hover {
  background-color: transparent;
  color: #2c7873;
}

@media (max-width: 768px) {
  .event {
    width: 100%;
  }
}

event-body2 {
  margin: 0;
  font-family: Arial, sans-serif;
  background: url('https://images.unsplash.com/photo-1518991794512-e08c6a061e4d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzNjUyOXwwfDF8c2VhcmNofDF8fG5pZWR8fDB8fHx8MTYyNDc3ODc0OA&ixlib=rb-1.2.1&q=80&w=1080') no-repeat center center fixed;
  background-size: cover;
  color: #f8f9fa;
}
.weekend-warriors {
  max-width: 100%;
  margin: 2px auto;
  padding: 30px;
  background-color: rgba(26, 26, 39, 0.9);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  color: #f8f9fa;
  
}
.weekend-warriors h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
}
.warrior-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  
}
.warrior-images img {
  width: calc(33.33% - 20px);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
  object-fit: cover;
  object-position: 18% 10%;
  height: 300px;
  
}

/* Mobile-specific styles */
@media (max-width: 768px) {
  .weekend-warriors {
    padding: 20px; /* Reduce padding */
    background-color: rgba(26, 26, 39, 0.9); /* Retain background color */
  }

  .weekend-warriors h2 {
    font-size: 24px; /* Decrease font size */
  }

  .warrior-images img {
    width: calc(50% - 10px); /* Two images per row */
    height: auto; /* Adjust height automatically */
    margin-bottom: 10px; /* Increase gap between images */
  }
}

@media (max-width: 480px) {
  .warrior-images img {
    width: 100%; /* Single column layout */
    margin-bottom: 10px; /* Increase gap between images */
  }
}


/* Additional styles for Owl Carousel */
.owl-carousel .event {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin-left: 20%;
}

.owl-carousel .owl-stage-outer {
  width: 100%;
}

.owl-carousel .owl-item {
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: #ff7fb4;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  cursor: pointer;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #d75189;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.upcoming-events .owl-carousel .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #ccc; /* light gray */
  border-radius: 50%;
  cursor: pointer;
}

.upcoming-events .owl-carousel .owl-dot.active {
  background-color: #ff7fb4; /* orange */
}

/* Ensuring full-width carousel */
.upcoming-events .owl-carousel {
  width: 100%;
}

.upcoming-events .owl-item {
  width: calc(100% / 3 - 10px); /* For three items with margin consideration */
}

@media (max-width: 768px) {
  .upcoming-events .owl-item {
    width: calc(100% / 2 - 10px); /* For two items with margin consideration */
  }
}

@media (max-width: 480px) {
  .upcoming-events .owl-item {
    width: calc(100% - 10px); /* For single item with margin consideration */
  }
}
/* News and Updates Styles */
.news {
  background-color: #1b263b;
  padding: 50px 0;
  text-align: center;
  color: #e0e1dd; /* Light text color */
  position: relative;
  overflow: hidden;
}

.news h2 {
  font-size: 2.5em;
  margin-bottom: 40px;
  color: #f0f0f0; /* Slightly brighter for better readability */
}

.news-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px; /* Consistent spacing */
}

.news-item {
  width: 30%;
  background-color: #0d1b2a;
  margin: 20px 0; /* Adjusted margin for better spacing */
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); /* Softer shadow */
  text-align: left;
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.news-item:hover {
  transform: translateY(-5px); /* Slight lift on hover */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.7); /* Slightly darker shadow */
}

.news-item img.news-image {
  width: 100%;
  max-height: 200px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.news-item h3 {
  margin-top: 0; /* Removed default margin for better alignment */
  font-size: 1.5em;
  color: #e0e1dd; /* Ensure header stands out */
}

.news-item p {
  font-size: 1em;
  margin: 10px 0;
  color: #c5c6c7; /* Lighter text for readability */
}

.news-item .read-more {
  display: inline-block;
  margin-top: 15px;
  font-size: 0.9em;
  color: #ffbf00; /* Button color */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.news-item .read-more:hover {
  color: #ffd700; /* Slightly brighter on hover */
}

.cta-button2 {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  background-color: #ffbf00; /* Button color */
  color: #1b263b; /* Text color */
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s, transform 0.3s;
}

.cta-button2:hover {
  background-color: #ffd700; /* Slightly brighter on hover */
  transform: translateY(-3px); /* Slight lift on hover */
}


.cta-button2 {
  background-image: linear-gradient(to bottom, #3498db, #2f4f7f);
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: none;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
}
.cta-button2:hover {
  background-image: linear-gradient(to bottom, #1a1d23, #1f2a36);
  color: #c3c5bf;
}


/* Get Involved Styles */
.get-involved {
  padding: 50px 0;
  text-align: center;
  background-color: #0d1b2a;
  color: #e0e1dd;
}

.get-involved h2 {

  margin-bottom: 20px;
}

.get-involved p {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.get-involved .cta-button {
  background-color: #ff6600;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}


.athlete-profiles {
  background-color: #0f0f1f;
  color: #f8f9fa;
  padding: 30px 20px;
  
}


.athletes-intro {
  background-color: rgba(33, 33, 51, 0.8);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.athletes-intro h2 {
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
}

.athletes-intro p {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.profile-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.profile-card {
  background-color: #202125;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  width: calc(25% - 20px);
  margin-bottom: 15px;
}

.profile-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: 8% 10%;
  transition: transform 0.3s ease-in-out;
}

.profile-card:hover img {
  transform: scale(1.1);
}

.profile-card h3 {
  margin-top: 0;
  font-size: 20px;
  text-align: center;
  padding: 10px;
}

.profile-card p {
  margin: 10px;
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
}
.athlete-profiles .btn1 {
    background-color: #596ED8;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    border-color: #596ED8;
    border-style: double;
  }
  
  .athlete-profiles .btn1:hover {
    background-color: transparent;
    color: #2c7873;
  }

@media (max-width: 768px) {
  .profile-card {
    width: 100%;
  }
}

.contact-us h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
  
}
.contact-form {
  background-color: #333;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 600px;
}
.contact-form label {
  color: #fff;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: none;
  border-radius: 5px;
}
.contact-form button {
  background-color: #ff69b4;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
}
.contact-form button:hover {
  background-color: #ff7fb4;
}

.contact_section {
  position: relative;
  background-color: #f9f9f9;
}

.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .form_container {
  padding: 45px;
}

.contact_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  border-radius: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.contact_section .form_container .form-control::-webkit-input-placeholder {
  color: #565554;
}

.contact_section .form_container .form-control:-ms-input-placeholder {
  color: #565554;
}

.contact_section .form_container .form-control::-ms-input-placeholder {
  color: #565554;
}

.contact_section .form_container .form-control::placeholder {
  color: #565554;
}

.contact_section .form_container .form-control.message-box {
  height: 95px;
}

.contact_section .form_container .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_section .form_container .btn_box button {
  border: none;
  display: inline-block;
  padding: 12px 55px;
  background-color: #2c7873;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #2c7873;
  width: 100%;
}

.contact_section .form_container .btn_box button:hover {
  background-color: transparent;
  color: #2c7873;
}

.contact_section .img-box {
  object-fit: cover;
  overflow: auto;
  height: 600px;
}

.contact_section .img-box img {
  min-width: 100%;
}


review-body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: url('https://images.unsplash.com/photo-1518991794512-e08c6a061e4d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzNjUyOXwwfDF8c2VhcmNofDF8fG5pZ2h0JTIwc2t5fGVufDB8fHx8MTYyNDc3ODc0OA&ixlib=rb-1.2.1&q=80&w=1080') no-repeat center center fixed;
  
  
}
.ratings-reviews {
  max-width: 800px;
  margin: 50px auto;
  padding: 30px;
  background-color: rgba(26, 26, 39, 0.9);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  background-size: cover;
  color: #f8f9fa;
}
.ratings-reviews h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
}
.star-rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.star-rating span {
  font-size: 18px;
  margin-left: 10px;
}
.star-rating-bar {
  flex-grow: 1;
  height: 15px;
  background-color: #444;
  border-radius: 10px;
  margin-left: 10px;
  overflow: hidden;
}
.star-rating-fill {
  height: 100%;
  background-color: #ff69b4;
}
.review {
  background-color: #333;
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.review h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
.review p {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 10px;
}
.review .stars {
  color: #ff69b4;
}

.ratings-reviews .btn1 {
  background-color: #ff69b4;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  border-color: #ff69b4;
  border-style: double;
}

.ratings-reviews .btn1:hover {
  background-color: transparent;
  color: #2c7873;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: auto;
  margin-top: 15px;
}

.client_section .client_container .img-box {
  width: 125px;
}

.client_section .client_container .img-box img {
  width: 100%;
  border-radius: 5px;
}

.client_section .client_container .detail-box {
  margin-top: 25px;
}

.client_section .client_container .detail-box h5 {
  color: #1d1b28;
  margin-bottom: 15px;
}

.client_section .client_container .detail-box p {
  color: #1d1b28;
  margin: 20px;
}

.client_section .client_container .detail-box span {
  margin-top: 25px;
  color: #1eb36a;
  font-size: 28px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  border-radius: 0px;
  background-color: #000000;
  opacity: 1;
  top: 28%;
  color: #ffffff;
  font-size: 12px;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev {
  left: 15%;
}

.client_section .carousel-control-next {
  right: 15%;
}

.client_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


donate-body {
  background-color: #000;
  
}

.donate-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 20px;
  background-color: #000;
}

.donate-form {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.donate-form h2 {
  color: #fff;
  margin-bottom: 20px;
}

.donate-form input[type="text"],
.donate-form input[type="email"],
.donate-form input[type="number"] {
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  max-width: 300px;
  border: 1px solid #f8980e;
  border-radius: 10px;
  color: #fff;
}

.donate-form button {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #f8980e;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}

.confirmation-message {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
}

.confirmation-message h3 {
  color: #fff;
  margin-bottom: 10px;
}

.confirmation-message p {
  color: #fff;
}


.info_section {
  background-color:#0f0f1f;
  color: #ffffff;
  padding: 45px 0 10px 0;
}

.info_section h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.info_section .info_top {
  margin-bottom: 25px;
}

.info_section .info_top .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 245px;
}

.info_section .info_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.info_section .info_contact a i {
  margin-right: 5px;
  font-size: 24px;
}

.info_section .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.info_section .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 5px;
  font-size: 24px;
}

.info_section .info_bottom .row > div {
  margin-bottom: 30px;
}

.info_section .info_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}

.info_section .info_menu li {
  list-style-type: none;
  margin-bottom: 10px;
}

.info_section .info_menu li a {
  color: #ffffff;
}

.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #2c7873;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #2c7873;
}

.info_section .info_form button:hover {
  background-color: transparent;
  color: #2c7873;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #252525;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */


/* Night Sky Background for Coming Soon Section */
.coming-soon {
  background: linear-gradient(to bottom, #020111 0%, #3a3a52 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 2px;
  overflow: hidden;
}

.coming-soon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 70%);
  z-index: -1;
}

/* Stars */
.coming-soon .stars {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 0;
  animation: moveStars 50s linear infinite;
}

.coming-soon .star {
  position: absolute;
  width: 2px;
  height: 2px;
  background: white;
  border-radius: 50%;
  animation: twinkle 5s infinite;
}

@keyframes twinkle {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

@keyframes moveStars {
  from { transform: translateY(0); }
  to { transform: translateY(-100%); }
}

/* Moon */
.soon-moon {
  position: absolute;
  top: 5%;
  right: 46%;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle at 30% 30%, #fff, #ccc);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  z-index: 1;
}


.coming_soon_content {
    padding: 100px;
    max-width: 600px;
    margin: 50px auto;
}

.coming-soon h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

.coming-soon p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.countdown div {
    font-size: 1.5em;
    text-align: center;
}

.coming-soon button {
  padding: 10px 20px;
  font-size: 1em;
  border: none;
  border-radius: 0 5px 5px 0;
  background-color: #ff6600;
  color: #ffffff;
  cursor: pointer;
  outline: none;
}

.coming-soon button:hover {
  background-color: #ff7f50;
}

/* Night Sky Background for Sponsors Section */
.sponsors {
  background: linear-gradient(to bottom, #020111 0%, #3a3a52 100%);
  color: #ffffff;
  padding: 50px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sponsors::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 70%);
  z-index: -1;
}

.sponsors h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

.sponsors-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  z-index: 1;
  position: relative;
}

.sponsor-item {
  width: calc(25% - 20px);
  text-align: center;
}

.sponsor-item img {
  max-width: 100%;
  max-height: 150px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s, filter 0.3s;
}

.sponsor-item img:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}

@media (max-width: 768px) {
  .sponsor-item {
      width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .sponsor-item {
      width: 100%;
  }
}

/* Stars */
.sponsors .stars {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 0;
  animation: moveStars 50s linear infinite;
}

.sponsors .star {
  position: absolute;
  width: 2px;
  height: 2px;
  background: white;
  border-radius: 50%;
  animation: twinkle 5s infinite;
}

@keyframes twinkle {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

@keyframes moveStars {
  from { transform: translateY(0); }
  to { transform: translateY(-100%); }
}



/* Loader Screen Styles */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000; /* Fallback color */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensure it's above other content */
}

.loader-content {
  text-align: center;
  color: #fff;
  position: relative;
}

.kickboxer-background {
  
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Main Content Styles */
#mainContent {
  display: none; /* Hidden initially */
}


/* Example in your CSS file */
.scroll-to-top {
  display: none; /* Hide by default */
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 50px; /* Adjust size as needed */
  height: 50px; /* Adjust size as needed */
  line-height: 50px;
  font-size: 24px; /* Adjust icon size */
  color: #fff;
  background: linear-gradient(135deg, rgba(0, 123, 255, 0.8), rgba(0, 212, 255, 0.8)); /* Gradient background with transparency */
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s, transform 0.3s, background 0.3s;
}

.scroll-to-top:hover {
  background: linear-gradient(135deg, rgba(0, 86, 179, 0.8), rgba(0, 163, 204, 0.8)); /* Darker gradient on hover with transparency */
  transform: scale(1.1); /* Slightly enlarge on hover */
}

.scroll-to-top i {
  transition: transform 0.3s; /* Smooth icon rotation */
}

/* Animation for slide-in */
@keyframes slideIn {
  from {
      opacity: 0;
      transform: translateY(100%);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.scroll-to-top.show {
  display: block;
  animation: slideIn 0.3s ease forwards;
}

/* Base styles for article */
.article-container {
  max-width: 80%;
  margin: 10px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
  display: flex;
  flex-direction: column; /* Stack items vertically by default */
}

.article-container h1 {
  margin-bottom: 20px;
  color: #333;
}

.article-container h2 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #555;
}

.article-container p {
  margin-bottom: 15px;
  color: #444;
}

.article-container iframe {
  width: 100%;
  height: 315px; /* Adjust height for responsiveness */
  margin-bottom: 20px;
}

.article-container .article-content img {
  width: 100%;
  max-height: 300px; /* Adjust maximum height as needed */
  margin-bottom: 10px;
  display: block;
  border-radius: 8px;
  object-fit: cover; /* Cut off parts of the image to fit */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.article-container .caption {
  font-style: italic; /* Italicize the caption */
  color: #888; /* Light gray color for caption */
  margin-top: 5px; /* Add space above the caption */
}

.article-container .content-text {
  flex: 1; /* Take remaining space */
  max-width: 70%; /* Adjust maximum width as needed */
}

.side-panel {
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  width: 100%; /* Full width on mobile */
  margin-left: 0; /* Remove left margin on mobile */
}

.side-panel h3 {
  margin-bottom: 10px;
  color: #333;
}

.side-panel p {
  margin-bottom: 10px;
  color: #666;
}

.side-panel img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: block;
  border-radius: 8px; /* Rounded corners for images */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Soft shadow */
}

/* Styling for links */
.article-container a {
  color: #007bff; /* Blue link color */
  text-decoration: none; /* Remove underline by default */
  transition: color 0.3s ease; /* Smooth color transition on hover */
}

.article-container a:hover {
  color: #0056b3; /* Darker blue on hover */
  text-decoration: underline; /* Underline on hover */
}

/* Media query for larger screens */
@media only screen and (min-width: 768px) {
  .article-container {
      flex-direction: row; /* Arrange items side by side for larger screens */
  }

  .main-content {
      flex: 2; /* Main content takes 2/3 of the space */
  }

  .side-panel {
      flex: 1; /* Side panel takes 1/3 of the space */
      margin-top: 0; /* Remove top margin on larger screens */
      margin-left: 20px; /* Add space between main content and side panel */
      width: auto; /* Adjust width for larger screens */
  }
}

/* Ensure proper layout for content and image */
.article-content-wrapper {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  align-items: center; /* Center items horizontally */
}

.article-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; /* Align items at the top */
  max-width: 100%; /* Adjust maximum width as needed */
}

.article-content img {
  width: 150px; /* Adjust image width as needed */
  margin-right: 15px; /* Add space between image and text */
}

.content-text {
  flex: 1; /* Take remaining space */
}

.article-content p {
  margin-top: 0; /* Remove top margin for paragraphs */
  margin-bottom: 10px; /* Add bottom margin for spacing */
}

@media only screen and (min-width: 768px) {
  /* Media query for larger screens */
  .article-content-wrapper {
    align-items: flex-start; /* Adjust alignment for larger screens */
  }
  
  .article-content img {
    width: 200px; /* Adjust image width for larger screens */
    margin-right: 20px; /* Add space between image and text */
  }
}
