
.testimonial-card {
  background-color: rgb(255, 255, 255);
    border: 1px solid #ddd;
    padding: 20px;
    height: 310px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  .testimonial-card-2 {
    border: 1px solid #ddd;
    
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  .outer-layer {
    overflow: hidden;
  }


  .testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  

  .testimonial-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .testimonial-job {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
  }

  .testimonial-quote {
    font-size: 16px;
  }
  .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
    transition: opacity 0.3s;
  }

  .video-overlay:hover {
    opacity: 0.8;
  }
   .scroll-box {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    height: 300px;
  }

  .link {
    display: block;
    text-decoration: none;
    padding: 10px;
    color: #238f83;
    font-size: large;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color:#34a85300;
    transition: background-color 0.3s ease-in-out;
  }

  .link-container {
	/* You can adjust the animation duration as needed */
	animation: 40s linear infinite;
	padding: 10px; /* Add padding for spacing inside the box */
  }
  
  .link-container marquee{
	/* You can adjust the animation duration as needed */
    color: rgb(0, 0, 0)6;
    font-weight: 400;
  }
  .link:hover {
    background-color: #ffffff;
  }

  


.slider-container {
  /* border-radius: 8px; */
    position: relative;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
      height: 100%;
}
.video-container{
  width: 100%;
      height: 100%;
}

/* .img-container-2 {
  width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    transition: transform 0.5s ease-in-out;
} */

.img-fluid {
    width: 100%;
    height: auto;
}

.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.rounded-circle-2{
    justify-content: center;
    width: 300px;
    height: 250px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 3px solid #ffffff; /* Customize border width and color */
    padding: 7px;
  }
  .rounded-circle-3{
    justify-content: center;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 3px solid #ffffff; /* Customize border width and color */
    padding: 7px;
  }
.back-img{
    background: -webkit-linear-gradient(top, #001848 0%, #030014 100%);
    background: linear-gradient(to bottom, #001848 0%, #030014 100%);
}
.back-img-test{
     background-color: #4e4e4e; /* Set your desired background color */
    border: 1px solid #dee2e6; /* Add a border for separation (optional) */
}

.navbar-light {
  background: linear-gradient(90deg, rgb(2 10 54) 0%, rgb(0 56 123) 51%, rgb(0 0 50) 101%);
}
.card-title h5{
    color: rgb(255, 255, 255);
}
.card-body h5{
  color: rgb(255, 255, 255);
}
.card-body{
  border-radius: 10px;
  padding: 1rem;
  
}
.offcanvas{
  background-color: #03002a !important;
}
.custom-height {
  height: 380px; /* Set your desired fixed height */
}

/* Styles for medium-sized screens */
.content-am{
  padding: 30px;
}
/* 
/* Styles for small screens */
@media (max-width: 700px) {
  .carousel-inner {
      height: 150px; /* Adjust height as needed for smaller screens */
  }
  .carousel-indicators{
    margin-bottom: 0rem !important;
  }
  .dropdown-toggle::after {
    border: none !important;
    content: "";
    font-family: "fontAwesome";
    top: 8px;
    right: 8px;
    position: absolute;
}
.custom-dropdown:hover .dropdown-menu {

  width: 100% !important;
 
}
.custom-dropdown .dropdown-item {
  display: block;
  font-size: 12px;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  letter-spacing: 0px !important;
  font-weight: 400;
  color: #0040c5;
  border: 0;
}
} */

/* .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
} */

.top-imgb-box {
  position: relative;
}
.footer {
  width: 100%;
  text-align: left;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  margin-top: 50px;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
  display: inline-block;
  vertical-align: top;
}


/* footer left*/

.footer .footer-left {
  width: 33%;
  padding-right: 15px;
}

.footer .about {
  line-height: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.footer .about span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* footer center*/

.footer .footer-center {
  width: 30%;
}

.footer .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 .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer .footer-center p a {
  color: #34a853;
  text-decoration: none;
}


/* footer right*/

.footer .footer-right {
  width: 35%;
}

.footer h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
}

.footer h2 span {
  color: #ffffff;
}

.footer .menu {
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer .menu a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer .menu a:hover {
  color: #32bbff;
}

.footer .name {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 767px) {
  .footer {
    font-size: 14px;
  }
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer .footer-center i {
    margin-left: 0;
  }
}
.content-am h1{
  color: #ffffff;
}
.contact-use-div .comon-btn{
  background: #ffffff;
}
.navbar-toggler {
  position: fixed;
  top: 20px; 
  right: 20px; /* Adjust the right position as needed */
  z-index: 1000; /* Ensure the button is above other elements */
}
.hs-responsive-embed-youtube {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  padding-top: 25px;
  }
  .hs-responsive-embed-youtube iframe {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
 }
  .hs-responsive-embed-youtube-slider {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    /* padding-top: 25px; */
    }
  .hs-responsive-embed-youtube-slider iframe {
  position: absolute;
  width: 100%!important;
  height: 100%!important;
  }

  @media (max-width: 767px) {
    .next-match05 {
      height: 300px
    }
  }

  @media (max-width: 767px) {
    .hs-responsive-embed-youtube {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
      padding-top: 10px;
    }
  }
  @media (max-width: 767px) {
    .left-history{
      width: 100%;
      padding-left: 30px;
    }
  }
  .mt_div {
    margin-top: 50px !important;
    margin-bottom: 100px !important;
}

@media only screen and (max-width: 600px) {
    .mt_div {
        margin-top: 60px !important;
        margin-bottom: 100px !important;
    }
}

.login-btn {
    width: 12vw;
    color: white;
    background-color: #f99b1a;
    border-radius: 0.5vw;
    font-size: 1vw;
    font-weight: bolder;
    text-align: center;
}

.container-login {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Additional Styles for the email content */


.header-logo {
    width: 75px;
    margin: auto;
    display: block;
}

.email-header {
    text-align: center;
    border-top: 3px solid #d4dadf;
    padding: 10px;
  }

.email-content {
    max-width: 800px;
    margin: 0 auto;
    background-color: #010c13;
    /* background-image: url(../img/ttt2.jpg); */
    padding: 24px;
  }  

.golden-ticket-container {
  
    position: relative;
    text-align: center;
    color: white;

}

.centered-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
}

.golden-ticket-text {
    font-weight: bold;
    font-size: 2.3em;
    margin-bottom: 1px;
}

.ticket-text {
    font-weight: bold;
    font-size: 3em;
    margin: 0;
}
.ticket-info {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1em;
}
@media only screen and (max-width: 600px) {
    .centered-text {
        top: 52% !important;
    }
    .golden-ticket-text {
    font-weight: bold;
    font-size: 12px !important;
    margin-bottom: 1px;
}
.about-club-top p {
    line-height: 20px !important;
    font-size: 12px !important;
}

.ticket-text {
    font-weight: bold;
    font-size: 17px !important;
    margin: 0;
}
.ticket-info {
    font-weight: bold;font-size: 31px; margin:5px;
}

}
.email-footer {
    border-bottom: 3px solid #d4dadf;
    /* padding: 24px; */
}


.comon-matchbn-video {
	display: inline-block;
	width: 90%;
	box-shadow: #ebebeb 1px;
	border-radius: 5px;
	margin: 30px 0;
  position: relative;
  overflow: hidden;
  margin: 20px;
}


.comon-matchbn-video img {
  max-width: 100%;
  height: auto;
  display: block;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px; /* Adjust the width of the play button image */
  height: 50px; /* Adjust the height of the play button image */
}
.image-popup {
   cursor: pointer;
}
