

@font-face {
    font-family: 'OpenSans';
    src: url('../font/OpenSans-Regular.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('../font/OpenSans-CondBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'juana';
    src: url('../font/Fontspring-DEMO-juanaalt-semibold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Regular.woff2') format('woff2'),
        url('../font/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Medium.woff2') format('woff2'),
        url('../font/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Bold.woff2') format('woff2'),
        url('../font/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Regular.woff2') format('woff2'),
        url('../font/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Medium.woff2') format('woff2'),
        url('../font/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Bold.woff2') format('woff2'),
        url('../font/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.banner-box-hero{ min-height: 700px; background: fff;}


h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
h1 span, h2 span, h3 span, h4 span{}



a{
    font-family: 'Poppins', sans-serif;
}



p{
    font-family: 'OpenSans', sans-serif;
}

.event-online , .event-date 
{
      font-family: 'Poppins', sans-serif;

}
.navbarTab a {
    padding: 10px 12px !important;
}

.banner-box-hero{ padding-top: 50px;}
@media (max-width: 1400px) {
  .header img{ width: 188px!important;}
  .navbarTab a { padding: 10px 8px !important;}
}
@media (max-width: 1280px) {
.banner-box-hero{ padding-top: 70px;}
}

@media (max-width: 1199px) {
.header img{ width: 164px!important;} 
.banner-box-hero{ padding-top: 70px;}
.navbarTab a { padding: 10px 8px !important;}
.header a{    font-size: 12px!important;}
}
@media (max-width: 767px) {
    .banner-box-hero {
        padding-top: 58px;
    }
}


.language-icon{ margin-left: 10px!important; padding: 8px 15px!important;}

.breadcrumb-about{
      background: url(../img/banner-new.webp) no-repeat center 51px;
      background-size: cover;
      padding: 200px 0 80px;
      position: relative;
      color: #ffffff;
      z-index: 1;
}

.breadcrumb-about::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #0000004e; 
  z-index: -1; 
}



.breadcrumb-about h1{ font-size: 1.7rem;}

.servicebg{ background: #1d4978!important;}


.event-date
{
  color: #8A8A8A !important;
}
.connetnH2 {
  font-weight: 700;
}

.connetnH2 span{
  color: #C9A646 ;
}

/* Header  */
.header {
    background-color: #FEFFFF;
}


.header-btn {
    background-color: #C9A646 ;
    color: #fff!important;
    font-weight: 700;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}
.header-btn:hover {
    background-color: #0A2342;
    color: #fff!important;
}

.header a {
    color: #0A2342;
    font-size: 15px;
    font-weight: 500;
        margin: 0;
    padding: 0;
}


.header img {
    width: 240px;
}

.header.scrolled {
    background-color: #000;
}




.hero-box {
    background-image: url('../img/banner.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    color: white;
    height: 100vh;
    display: flex;
    align-items: center;
}

.hero-text{
    max-width: 400px;
background-color: rgb(0 0 0 / 69%);
    padding: 30px;
    border-radius: 20px;
    position: absolute;
    left: 60%;
    top: 60%
}
 
.hero-text a{
    color: white;
    font-size: 28px;
    border-bottom: 3px solid #F0BB3D;
    text-decoration: none;
}


/* Connect With */
.connect-box{
    background-color: #0A2342;
    color: white;

}

.connect-box p{
    max-width: 900px;
    margin: auto;
    padding: 15px 0px;
}




.join-now-btn {
    background-color: #C9A646;
    color: #fff;
    font-weight: 700;
    padding: 10px 30px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

.join-now-btn:hover {
    background-color: #0A2342 ;
    color: #fff;
}


/* about us */
.about-us{
    padding-top: 110px ;
}


.about-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.about h2 {
    font-size: 36px;
    font-weight: bold;
    color: #0A2342;
    margin-bottom: 20px;
}



.about-btn {
    color: #fff;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    background: #C9A646;
    
}

.about-btn:hover {
    background-color: #0A2342;
    color: #fff;
}


/* club */

.club-box h2{
        font-weight: 600;
    color: #0A2342;
    font-size: 42px;
    text-transform: uppercase;
}

.club-box{
        background-color: #DCE7EB;

}
.club-card{
    padding: 0px 25px;
}




.club .card {
    border: none;
    border-radius: 12px;
    margin-bottom: 30px;
}



.club .card-img-top {
    border-radius: 12px;
    object-fit: cover;

    width: 100%;
}



.club .card-title {
    font-size: 22px;
    font-weight: 600;
    color: #0A2342;
    margin-bottom: 15px;
}
.card-content h4{ font-size: 22px;}

.club .card-text {
    font-size: 16px;
    color: #0A2342;
    font-family: 'OpenSans', sans-serif;
}


.club-card-left .card{

    border-left: 7px solid #0A2342;
 

}


.club-card-left {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 4%;

}

/* services */
.services-fuild{
  background-image: url('../img/services.webp');
  background-repeat: no-repeat;
  background-position: center top;
  background-size:cover;
}


.card-content{
  text-align: left;
  flex-grow: 1;
}

.owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    left: 20px;
    margin-left: -20px;
    display: block !important;
    box-shadow: 1px 1px 3px black;
    border-radius: 50%;
    font-size: 20px !important;
}

.owl-next {
     width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
        border-radius: 50%;
            box-shadow: 1px 1px 3px black;


        font-size: 20px !important;

}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}



.services-fuild h2{
        font-weight: 600;
    
    font-size: 42px;
    text-transform: uppercase;
}


  .section-title {
      color: white;
      font-size: 36px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 40px;
    }

    .service-card {
      border-radius: 12px;
      /*box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);*/
      text-align: center;
      color: #0A2342;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding-bottom: 28px;
    }

    .service-card img {
      width: 100%;
      height: 350px;
      object-fit: cover;
      border-radius: 10px;
    }

    .service-card .card-content {
      padding:  20px;
      background-color: white;
      
    margin: 0px 16px;
    margin-top: -40px;
    border-radius: 10px;
      

    }

    .service-card h5 {
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 18px;
    }

  
    .join-btn {
      /*background: linear-gradient(140deg, #ffffff, #AFC9E4);*/
      background: #C9A646;
      color: #fff;
      font-weight: 700;
      padding: 10px 24px;
      border: none;
      border-radius: 10px;
      font-size: 16px;
      margin-top: 10px;
      position: relative;
      width: 150px;
      margin: auto;
      top: -3%;
      text-transform: uppercase;
      text-decoration: none;
    }

    .join-btn:hover {
      background: #0A2342;
      color: #fff;
    }


    .swiper-wrapper{
        padding: 2px;
    }

    .swiper-button-prev,
    .swiper-button-next {
      color: #fff;
    }

 
  
.prev-btn, .next-btn{box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
.prev-btn{}
.next-btn{}


.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 25px !important;
    background-color: white;
    color: black;
 
    border-radius: 50%;
    padding: 8px 19px 13px 12px;
    position: relative;
    z-index: 1000;
    width: 40px;
    height: 40px;
    /*padding: 7px 12px 10px 10px;*/

}


.swiper .prev-btn {
   
    overflow: visible !important}




  .swiper-button-next:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 25px !important;
    background-color: white;
    color: black;
    border-radius: 50%;
    padding: 10px 14px;
     position: absolute;
    z-index: 999;
     width: 40px;
    height: 40px;
    padding: 7px 12px 10px 15px;
}


.event-fuild h2{
        font-weight: 600;
     color: #0A2342;
    font-size: 42px;
    text-transform: uppercase;
}


.event-fuild{
    background-image: url(../img/event.png);
    background-repeat: no-repeat;
    background-position: center top;
}




.event-content {
  /* background-color: #ffffff; */
  border-radius: 10px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);  */
    /* padding: 50px !important; */

}


.align-items-start {
    align-items: flex-start !important;
    border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 15px;
    margin-bottom: 20px;
    background: white;
}


.event-title {
  font-size: 22px;
  color: #0A2342;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.event-date {
  font-size: 0.9rem;
}

.event-online {
  font-size: 0.75rem;
  text-transform: uppercase;
}





.event-img{
    width: 35%;
    height: 200px;
    object-fit: cover;
        border-radius: 10px;

}

.event-img img{
   width: 100%;
height: 200px; 
   object-fit: cover;
    border-radius: 10px;
    border: 1px solid black;
}

.event-fbox{
    width: 60%;
    padding: 25px 5px;
}


.event-online{
    border: 1px solid #0A2342;
    color: #0A2342;
}



.event-join-btn {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  background-color: #C9A646 ;   
  color: #fff;                
  padding: 10px 22px;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.event-join-btn:hover{ background: #0A2342;}



.proud-fluid{
    background-color: #EFC661;
}

.proud-fluid h2{
    font-weight: 600;
    font-size: 42px;
    text-transform: uppercase;
    color: #0A2342;
}

.proud-fluid p{
   
    font-family: 'OpenSans', sans-serif;

}



    .register-btn{
        margin-top: 30px;
        padding: 10px 20px;
        border-radius: 10px;
        background-color: #C9A646;
        color: white;
        border: 0;
    }
    .register-btn:hover{
        background: #0A2342;
    }




.proud-img-row img {
    width: 100%;
    object-fit: cover;
    /* padding: 10px; */
    border-radius: 30px;
}


.proud-moment {
  background-color: #f8c44c; 
  color: #0A2342;
  border: 2px solid #0A2342;
  padding: 10px 24px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  margin: auto;
  width: 200px;
}
.proud-moment:hover{ background: #0A2342; border-color: #0A2342; color:#fff;}

/* partner */

.partner-fluid h2{
    font-weight: 600;
    font-size: 42px;
    text-transform: uppercase;
    color: #0A2342;
}


.partners-box {
  display: flex;
  justify-content: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 10px;
}

.partner-logo {
  flex: 0 0 auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 0px !important;
  margin: 0;
}

.partner-logo img {
/* width: 300px;
  height: 100px;*/
  border-radius: 10px;
}

/* footer */

.footer-box{
  background-color: #f8f8f8;
}


.site-footer {
  text-align: center;
  color: #0A2342;
}

.footer-logo {
  width: 100px;
  margin-bottom: 20px;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-nav li a {
  color: #0A2342;
  text-decoration: none;
  font-weight: 500;
}

.footer-emails p {
  margin: 5px 0;
  font-size: 14px;
  color: #0A2342;
}

.footer-emails span{
    padding-right: 10px;
}

.footer-emails i {
  margin-right: 5px;
}

.footer-bottom {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-social {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.footer-social a {
  color: white;
  background-color: #0A2342;
  border-radius: 50%;
  padding: 10px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}


 .fa-facebook-f{
  font-size: 11px;
  padding: 3px;
 }



/* team */




.team-fuild{
    background-image: url(../img/testimonials.png);
    background-repeat: no-repeat;
    background-position: center top;
}

  .team-section {
      background: #fff;
      padding: 100px;
      margin: auto;
      max-width: 1000px;
      border-radius: 12px;
      box-shadow: 0 10px 40px rgba(0,0,0,0.1);
      display: flex;
      justify-content: space-between;
      align-items: center;
      
    }

    .team-left {
      width: 55%;
    }

    .team-left h2 {
      font-size: 32px;
      font-weight: 700;
      color: #002c5f;
          font-family: 'Poppins', sans-serif;

    }

    .team-left p {
    font-family: 'OpenSans', sans-serif;
    font-weight: 300;
    color: #0D1618;

    }

    .team-right {
      width: 40%;
      position: relative;
      min-height: 200px;
    }

    .team-right img {
      width: 130px;
      height: 130px;
      border-radius: 50%;
      object-fit: cover;
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }

    .team-name {
      margin-top: 35px;
      font-weight: 700;
      color: #002c5f;
      font-size: 18px;
    }

    .team-static-member{
      margin-top: 30px;
      margin-left: 20px;
    }

    .team-role {
      font-size: 14px;
      color: #888;
    }

    .arrow-btn {
      position: absolute;
      left: -38px;
      top: 34%;
      transform: translateY(-50%);
      background: white;
      border: 1px solid #ccc;
      border-radius: 50%;
      width:40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      font-size: 22px;
      z-index: 2;
    }



      .arrow-btn.right {
     
     left: -12%;
      top: 63%; 
    }



    .owl-carousel .owl-stage-outer {
      padding: 10px;
    }


    .team-div{
      height: 200px;  padding: 2px; background: #f4f4f4;  
    }

    .team-fuild span{
      font-size: 28px !important;
      margin-top: -5px !important;
    }
    

    


/* banner */




.banner-container{
    position: relative;
}
.banner-img img {
    width: 100%;
    object-fit: cover;
    
}

.banner-content{
  position: absolute;
  bottom: 0;
  /* top: 0 ; 
  margin: auto;*/
  left: 60%;
  background-color: rgba(0, 0, 0, 0.64);
  color: white;
  padding: 40px 30px 30px 30px;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 500px;
  height: 288px;
}
.banner-content h1{ font-size: 2rem;}

.banner-content a{
    color: white;
    font-size: 28px;
    border-bottom: 3px solid #F0BB3D;
    text-decoration: none;
}


.banner-container span{

  font-size: 50px !important;
  position: relative;
  top: -22px;
}


.owl-carousel .owl-prev{
  margin-left: 10px;
 
}


.owl-carousel .owl-stage-outer{
padding: 0px;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; 
  font-size: 60px;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  pointer-events: all; 
  transition: all 0.3s ease;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  color: white;
}

.owl-carousel .owl-prev {
  position: absolute;
  left: -1%;
  top: 50%;
}

.event-fuild span{
  font-size: 45px !important;
  position: relative;
  top: -19px;
}

.owl-carousel .owl-prev, .owl-carousel .owl-next{
  width: 40px !important;
  height: 40px !important;

}

.owl-carousel .owl-next {
  position: absolute;
  right: 1%;
}

.event-fuild .owl-carousel .owl-nav{

  top: 40%;
}



