
.duyuru-yeni {
    color: #fff;
    font-size: 11px;
    /* margin-left: -111px; */
    border-bottom: 1px dotted #fff;
}
    .slider-container {
      width: 90%;
      max-width: 600px;
      overflow: hidden;
      border-radius: 10px;
    
      background: transparent;
    }

    .slider {
      display: flex;
      transition: transform 0.4s ease-in-out;
    }

    .slide {
      min-width: 100%;
      height: 250px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 3rem;
      font-weight: bold;
      background: transparent;
      color: white;
      user-select: none;
    }

    .dots {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    color: #fff;
    margin-top: 25px;
}

    .dot {
      height: 12px;
      width: 12px;
      margin: 0 6px;
      background-color: #ccc;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.3s;
      cursor: pointer;
    }

    .dot.active {
      background-color: #333;
    }

    @media (max-width: 480px) {
      .slide {
        font-size: 2rem;
        height: 180px;
      }
    }



.l_buton2:hover, .l_buton3:hover {
    opacity: 0.95;
    color: #fff;
}
.l_buton2:hover, .l_buton3, .lg_first {
    background: #ff5722;
}
.l_buton2:hover, .l_buton3:hover {
    opacity: 0.95;
   color: #fff;
}	
.l_buton2, .l_buton3 {
    display: inline-flex;
    width: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
    outline: 0;
    text-transform: uppercase;
}
.l_buton2 {
    align-items: center;
    justify-content: space-between;
    background: #1e88e5;
    border: 0;
    border-radius: 20px;
    color: #fff;
}
.l_buton2, .l_buton3, .sinput {
    outline: 0;
}

.sinput {
    outline: 0;
    font-family: inherit;
    line-height: inherit;
}

.sinput:-webkit-autofill, .sinput:-webkit-autofill:hover, .sinput:-webkit-autofill:focus, .sinput:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.l_buton2, .l_buton3, .l_butonmobil, .storebaslik {
    text-transform: uppercase;
}

.l_buton2 {
    align-items: center;
    justify-content: space-between;
    background: #1e88e5;
    border: 0;
    border-radius: 20px;
    color: #fff;
}

.l_buton2:hover, .l_buton3, .lg_first {
    background: #ff5722;
}

.l_buton2 .lg_anima, .l_buton3 .lg_anima {
    border-radius: 100%;
    animation: 0.6s linear infinite ripple;
}

.l_buton3 {
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: 20px;
    color: #fff;
}

.l_buton3:hover {
    background: #1e88e5;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}
.lg-center {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.width_50 {
    float: left;
    margin: 5px;
    text-decoration: none;
    padding: 10px 5px !important;
    max-width: 100px !important;
    font-size: 13px !important;
}

.sifretab {
    text-align: center;
    background: rgba(217, 226, 255, 0.5);
    border-radius: 10px;
    padding: 5px;
}

.sifrerenk {
    color: #376dc1;
    font-weight: 500;
}

  h1 {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 30px;
      color: #222;
    }

    .team-wrapper {
      position: relative;
    }

    .team {
      display: flex;
      overflow-x: auto;
      gap: 20px;
      scroll-behavior: smooth;
      padding: 10px 0;
    }

    /* Scrollbar gizleme */
    .team {
      scrollbar-width: none; /* Firefox */
    }

    .team::-webkit-scrollbar {
      display: none; /* Chrome, Safari, Edge */
    }

    .team-member {
      flex: 0 0 140px;

      border-radius: 100%;

      text-align: center;
      padding: 20px 10px;
      transition: transform 0.3s;
    }

    .team-member:hover {
      transform: translateY(-5px);
    }

    .team-member img {
      width: 100px;
      height: 100px;
      object-fit: cover;
          border-radius: 100%;
      margin-bottom: 10px;
    }

 .team-member h3 {
    /* margin: 10px 0 5px; */
    font-size: 15px;
    /* color: #ffd600; */
    font-weight: bold;
}
.team-member p {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
}

    .scroll-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      font-size: 1.5rem;
      cursor: pointer;
      z-index: 1;
    }

    .scroll-btn:hover {
      background: rgba(0, 0, 0, 0.8);
    }

    .scroll-left {
      left: -40px;
    }

    .scroll-right {
      right: -40px;
    }

    @media (max-width: 768px) {
      .team-member {
        flex: 0 0 150px;
      }

      .scroll-btn {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
      }

      h1 {
        font-size: 2rem;
      }
    }

    @media (max-width: 480px) {
      .team-member {
        flex: 0 0 180px;
      }

      .team-member img {
        width: 80px;
        height: 80px;
      }

      .scroll-btn {
        display: none;
      }
    }
	
	

.slider-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 70px 55px;
}

.card-list .card-item {
  height: auto;
  /* color: #fff; */
  user-select: none;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  /* backdrop-filter: blur(30px); */
  /* background: rgba(255, 255, 255, 0.2); */
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
}

.card-list .card-item .user-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 5px;
  border: 3px solid #fff;
  padding: 3px;
  margin-top: -19px;
}

.card-list .card-item .user-profession {
  font-size: 1.15rem;
  color: #e3e3e3;
  font-weight: 500;
  margin: 1px 0 40px;
}

.card-list .card-item .message-button {
  font-size: 1.25rem;
  margin-top: 23px;
  padding: 6px 30px;
  color: #030728;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  background: #fff;
  border: 1px solid transparent;
  transition: 0.2s ease;
}





		
.container_yonetim {
    background: linear-gradient(314deg, #673c5c08 0%, #3592a114 100%);
    color: #000;

    border-bottom: 3px outset #0000003d;
}
   .container_dj {
    background: linear-gradient(314deg, #673c5c08 0%, #3592a114 100%);
    color: #000;

    border-bottom: 3px outset #0000003d;
}
   
container_yayin {
    background: linear-gradient(314deg, #673c5c08 0%, #3592a114 100%);
    color: #000;

    border-bottom: 3px outset #0000003d;
}
   
  .container_blog {
    background: linear-gradient(314deg, #673c5c08 0%, #3592a114 100%);
    color: #000;

    border-bottom: 3px outset #0000003d;
}
   
p.username {
    font-size: 13px;
}





/* Genel Buton */
.magic-btn {
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 3.4rem;
    font-size: 14px;
    border-radius: 5rem;
    border: double 3px transparent;
    text-decoration: none;
    cursor: pointer;
    background-size: 300% 300%;
    background-image: linear-gradient(#212121, #212121), linear-gradient(137.48deg, #ffdb3b 10%, #fe53bb 45%, #8f51ea 67%, #0044ff 87%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: 0.5s;
    animation: gradient_301 5s ease infinite;
    overflow: hidden;
}
/* YazÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± */
.magic-btn strong {
  z-index: 2;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0 0 4px white;
  font-weight: bold;
}

/* ParÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ltÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± container */
.btn-stars {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 5rem;
}

/* Glow */
.btn-glow {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle {
  width: 100%;
  height: 18px;
  filter: blur(2rem);
  animation: pulse_3011 4s infinite;
  z-index: -1;
}

.circle:nth-of-type(1) { background: rgba(254, 83, 186, 0.636); }
.circle:nth-of-type(2) { background: rgba(142, 81, 234, 0.704); }

/* Hover */
.magic-btn:hover .btn-stars { z-index: 1; background-color: #212121; }
.magic-btn:hover { transform: scale(1.05); }
.magic-btn:active { border: double 3px #fe53bb; animation: none; }
.magic-btn:active .circle { background: #fe53bb; }

/* YÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ldÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zlar */
.stars {
  position: relative;
  background: transparent;
  width: 200rem;
  height: 200rem;
}
.stars::after {
  content: "";
  position: absolute;
  top: -10rem;
  left: -100rem;
  width: 100%;
  height: 100%;
  animation: animStarRotate 90s linear infinite;
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
}
.stars::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 170%;
  height: 500%;
  animation: animStar 60s linear infinite;
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
  opacity: 0.5;
}

/* Animasyonlar */
@keyframes animStar { from { transform: translateY(0); } to { transform: translateY(-135rem); } }
@keyframes animStarRotate { from { transform: rotate(360deg); } to { transform: rotate(0); } }
@keyframes gradient_301 { 0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
@keyframes pulse_3011 {
  0% { transform: scale(0.75); box-shadow: 0 0 0 0 rgba(0,0,0,0.7);}
  70%{ transform: scale(1); box-shadow: 0 0 0 10px rgba(0,0,0,0);}
  100%{ transform: scale(0.75); box-shadow: 0 0 0 0 rgba(0,0,0,0);}
}


			
    

   /* Genel kapsayÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±cÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± */
.online-members {
  background: linear-gradient(#d1d1d129, #d5d5d524), linear-gradient(137.48deg, #bbbbbb14 10%, #8f8f8f52 45%, #004d5b38 67%, #00d0ff45 87%);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  margin: 10px 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* BaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸lÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±k */
.online-members h6 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.online-members h6 i {
  font-size: 18px;
  color: #000000; /* yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ldÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±z rengi */
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ye kapsayÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±cÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± */
.members-container {
  display: flex;
  align-items: center;
}

/* Tek tek ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ye kutusu */
.member {
  text-align: center;
  transition: transform 0.3s ease;
  border-radius:160px 5px  65px 0px;
  overflow: hidden;
  position: relative;
}

/* Avatar resmi */
.member img {
  width: 100px;
  px; */
  height: 70px;
  border-radius: 0px 50px 50px 50px;
  object-fit: cover;
  border: 2px solid #ffb400;
  transition: all 0.3s ease;
  height: 100px;
}

/* Hover efekti */
.member:hover {
  transform: translateY(-5px) scale(1.05);
}

.member:hover img {
  border-color: #fff;
  box-shadow: 0 0 15px rgba(255, 180, 0, 0.6);
}



/* DotÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢larÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± gizle */
.owl-carousel .owl-dots {
    display: none !important;
}


.hero-section {

    color: #222;
  
    margin: 0 auto;
}

/* BaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸lÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±k */
.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    background: linear-gradient(316deg, #ffffff, #65cedf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    text-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* Alt BaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸lÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±k / AÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±klama */
.hero-subtitle {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    /* line-height: 1.6; */
    /* max-width: 700px; */
    /* margin: 0 auto; */
    color: #ffffff;
}

/* Responsive */
@media (max-width:768px){
    .hero-title {
        font-size: 2.2rem;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
}

