@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Forum&family=Gilda+Display&family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Teko:wght@300..700&display=swap');


html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Futura";

}

p {
  font-family: "Jost";
}

.navbar {
  background-color: transparent !important;
  margin-bottom: -8em;
  z-index: 10;
}

.navbar li a {
  font-family: Outfit;
  font-size: 20px;
  color: #fff;
}

.navbar li a:active {
  color: white !important;
  border-bottom: 2px solid white;
}

.dropdown-item {
  color: #000 !important;
}


.navbar-nav .nav-link.active {
  color: #fff;
  border-bottom: 2px solid white;
}

.navbar li a:hover {
  color: white;
}


.btn-prim {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 16px;
  cursor: pointer;
  font-weight: normal;
  font-family: Outfit;
  transition: box-shadow 0.2s ease;
  transition-duration: 0.2s;
}

.btn-prim:hover {
  border: 2px solid #fff;
  color: #306065;
  background-color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 16px;
  cursor: pointer;
  font-weight: normal;
  font-family: Futura;
  transition: box-shadow 0.2s ease;
  transition-duration: 0.2s;
}

.btn-sec {
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  background-color: #306065;
  border-radius: 2px;
  padding: 10px 25px;
  font-size: 18px;
  cursor: pointer;
  font-weight: normal;
  font-family: Futura;
  transition: box-shadow all 0.3s ease;
  transition-duration: 0.2s;
}

.btn-sec:hover {
  background-color: #000;
  transform: scale(1.1);
}


.sticky {
  position: fixed;
  top: 0;
  z-index: 1000 !important;
  background: #306065 !important;
  padding: 0.4em 0em;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 4px !important;
  width: 100%;
  transition-duration: 0.6s;
}

.sticky li a {
  color: rgb(255, 255, 255);
}

@keyframes fadeinnav {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in-nav {
  animation-name: fadeinnav;
  animation-duration: 0.9s;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.carousel1 {
  background: url('../gallery/img15.jpg') rgba(0, 0, 0, 0.456);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 90vh;
  display: flex;
}

.carousel2 {
  background: url('../gallery/img4.jpg') rgba(0, 0, 0, 0.456);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 90vh;
}

.carousel3 {
  background: url('../photos/img12.jpg') rgba(0, 0, 0, 0.456);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 90vh;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 35%;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-caption p{
  font-size: 25px;
}

.banner {
  background: url('../gallery/img12.jpg') rgba(20, 19, 19, 0.375);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 50vh;
}

.banner2 {
  background: url('../photos/img12.jpg') rgba(20, 19, 19, 0.375);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 50vh;
}

.footer_wrapper {
  background-color: #306065;
  padding: 5% 0 5% 0;
}

.footer_wrapper .copyright-section {
  background-color: #306065;
  padding: 1.10rem 0 .3125rem;
  text-align: center;
}

.links {
  list-style: none;
}
.links a:hover {
  color: #FABF01;
   transform: translateY(-5px); 
  text-decoration: underline;
}

.links a {
  color: #fff;
   transition: all 0.3s ease; 
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.footer-link {
  list-style: none;
  color: #ceeef8;
}

.contact-info a {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease; 
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.contact-info a:hover {
  color: #FABF01;
  transform: translateY(-5px); 
  text-decoration: underline;
}


.icon-wrapper {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  background-color: #cdd9d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrapper img {
  width: 70px;
  height: 70px;
}

.testimonial-section {
    text-align: center;
    padding: 2em;
    background-color: #DCE3E4;

}
.icon-quotation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  width: 70px; 
  height: 70px;
}

.contact-page {
    background: url('../photos/img6.jpg') rgba(0, 0, 0, 0.556);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    height: 60vh;
    align-items: center;
}


.gallery-page {
    background: url('../gallery/img10.jpg') rgba(0, 0, 0, 0.556);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    height: 60vh;
    align-items: center;
}

.aboutus-page {
    background: url('../gallery/img3.jpg') rgba(0, 0, 0, 0.556);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    height: 60vh;
    align-items: center;
}

.faq-page {
    background: url('../gallery/img12.jpg') rgba(0, 0, 0, 0.556);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    height: 60vh;
    align-items: center;
}


  /* Accordion stilizim */
  .accordion-button {
    background-color: #f0f8f9;
    color: #306065;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 0.5rem !important;
  }

  .accordion-button:not(.collapsed) {
    background-color: #306065;
    color: #fff;
  }

  .accordion-body {
    font-size: 1rem;
    color: #444;
    background-color: #ffffff;
    padding: 1rem 1.25rem;
    border-radius: 0 0 0.5rem 0.5rem;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.05);
  }

  .accordion-item {
    margin-bottom: 1rem;
    border: 1px solid #d6e9ec;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }

  .accordion-button:focus {
    box-shadow: none;
    outline: none;
  }

  .accordion-button::after {
    filter: invert(28%) sepia(24%) saturate(489%) hue-rotate(143deg) brightness(94%) contrast(87%);
  }




 #main-activities {
    padding-top: 100px;
  }

  .text-activity-header {
    font-size: 70px;
  }

  .activity-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .activity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }

  .activity-card img {
    height: 220px;
    object-fit: cover;
  }

  .activity-card .card-title {
    font-size: 1.4rem;
    color: #306065;
    font-weight: 600;
  }

  .activity-card .card-text {
    font-size: 1rem;
    color: #444;
    margin-bottom: 1rem;
  }

  .btn-activity {
    background-color: #306065;
    color: #fff;
    border-radius: 30px;
    padding: 0.4rem 1.2rem;
    transition: background-color 0.3s ease;
    align-self: flex-start;
  }

  .btn-activity:hover {
    background-color: #274c50;
    color: #fff;
  }

  .btn-activity-1 {
    background-color: #fff;
    color: #306065;
    border-radius: 30px;
    border: 1px solid #306065;
    padding: 0.4rem 1.2rem;
    transition: background-color 0.3s ease;
    align-self: flex-start;
  }

  .btn-activity-1:hover {
    background-color: #306065;
    color: #fff;
  }

  /*Modal cards*/
  .sport-card {
    background-color: #fff;
    border-radius: 5px;
    padding: 0px;
    width: 410px;
    
}
.card{
    box-shadow: none!important;
    border: 1px solid rgb(226, 219, 219);
    overflow: hidden;
    overflow-y: hidden;
    
}

.card img{
    transition-duration: 0.4s;
}

.card:hover img{
    scale: 1.04;
    transition-duration: 0.25s;
}

.card h6{
    font-weight: 500;
}

.card p{
    font-size: 14px;
}

.results-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}



@media
 only screen and (max-width: 870px) {
  .media {
    margin-top: 2rem;
  }

  .banner {
    height: auto;
  }
  .banner2 {
    height: auto;
  }

  .navbar {
    background-color: #306065 !important;
  }

  .image-box {
    padding-bottom: 2rem;
  }

  .icon-wrapper {
    margin-top: 2rem;
  }

  .carousel-caption {
    bottom: 20%;
  }
  .title-mobile {
    font-size: 50px !important;
  }
  .map-media{
    padding: 1rem;
  }
  .img-w{
    display: none;
  }
  .sport-card{
    width: auto !important;
  }
  .media-t{
    margin-top: 2rem;
  }
}
