/* @media (max-width: 1024px) {
    .homepage-container-div{
      margin-left: 50px;
      margin-right: 50px;
    }
  } */

@media (max-width: 430px) {
    .homepage-container-div{
      padding-top: 20px;
    }
  } 
  a {
    color: #fff;
    text-decoration: none;

    &[aria-current] {
      color: #353637!important;
    }
  }
  a, u {
    text-decoration: none;
  }

  a {
    text-decoration: none !important;
  }


  
  .App {
    text-align: center;
  }
  
  .App-logo {
    height: 40vmin;
    pointer-events: none;
  }
  
  @media (prefers-reduced-motion: no-preference) {
    .App-logo {
      animation: App-logo-spin infinite 20s linear;
    }
  }
  
  .App-header {
    background-color: #282c34;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: white;
  }
  
  .App-link {
    color: #61dafb;
  }
  
  @keyframes App-logo-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  

  
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}



.prayer-page-container {
  padding-top: 30px;
  padding-bottom: 250px;
}

.prayer-page-div {
  background-color: #038692;
  color: white;
  border-radius: 6px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  background-image: url("/src/components/namaz/mosque.png");
  background-size: cover;
  background-position: center;
  height: 100%;
}

.prayer-page-input {
  background-color: #03575e;
  border: none !important;
  height: auto;
  width: 280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 18px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 6px;
}

.prayer-page-input:hover {
  background-color: #02383c;
}

.prayer-page-input:focus {
  background-color: #02383c;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  /* outline: 2px solid black; */
  outline: none;
}

.prayer-page-dropdown-menu {
  height: 300px;
  max-height: 300px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow: auto;
  z-index: 900 !important;
  background-color: #03575e;
  color: white !important;
}

.prayer-page-dropdown-item {
  color: white !important;
  font-size: 18px!important;
  font-weight: 600;
}

.prayer-page-dropdown-item:hover {
  background-color: #02383c;
}

.prayer-times-list {
  background-color: #03575e;
  border-radius: 6px;
  width: 280px;
}

.prayer-times-list>li {
  padding: 8px;
}

.next-prayer {
  background-color: #012124
}

@media (max-width: 1024px) {
  .prayer-page-container {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media (max-width: 820px) {
  .prayer-page-container {
    padding-left: 80px;
    padding-right: 80px;
  }

}

@media (max-width: 768px) {
  .prayer-page-container {
    padding-left: 15px;
    padding-right: 15px;
  }

}



.advertisement {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 5px;
  margin-bottom: 5px;
  /* margin-right: -60px; */
}

.nvb {
  margin-top: -1px;
}

.navbar-link-container {
  background-color: #C90913;
  color: gray;
  /* border-top: 6px #222222 solid; */
  width: 100%;
  align-items: center;
}

.navbar-link {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  margin-left: -2px;
  outline: none !important;
}

.navbar-link:hover {
  /* background-color: white;
  color: #C90913; */
  background-color: #780006;
  color: #ffffff;

}

.navbar-link.focus {
  outline: none !important;
  border: none !important;
}

.navbar-link.active {
  background-color: #780006;
  color: white;
  outline: none !important;
  border: none !important;
}

.currency-widget {
  position: absolute;
  left: 30px;
  width: 180px;
  overflow: hidden; /* Taşma olmasın */
}

.carousel-item {
  display: flex; 
  justify-content: center; 
  align-items: center;  
  height: 100%; 
  transition: transform 0.5s ease-in-out;
}

.currency-badge {
  background: rgb(255, 255, 255);
  
  color: black;
  padding: 1px 5px;
  font-weight: 700;
  margin-right: 5px;
}

.currency-value {
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 16px; 
}

.currency-change {
  font-weight: bold;
  text-shadow: 1px 1px 4px #323232;
  font-size: 14px;
  color: white;
}


.positive-change {
  color: #7FFF00;
}

.negative-change {
  color: #FF8C8C;
}



.navbar-home-button {
  font-size: 18px!important;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-mini-logo{
  height: 80%;
  /* margin-right: 20px; */
}

.navbar-icon {
  color: rgb(255, 255, 255);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px!important;
  padding: 0px !important;
  border: none !important;
  outline: none !important;
  height: 100%;
}

.navbar-icon:hover {
  color: white;
  transition: all 0.25s;
}

.navbar-icon:focus {
  border: none !important;
  outline: none !important;
}

.navbar-icon:active {
  border: none !important;
  outline: none !important;
}

.other-icon {
  color: rgb(255, 255, 255);
  border: none !important;
  outline: none !important;
  height: 100% !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.other-icon:hover {
  color: white;
  transition: all 0.25s;
}

.other-icon:focus {
  border: none !important;
  outline: none !important;
}

.other-icon:active {
  border: none !important;
  outline: none !important;
}

.navbar-dropdown-container {
  background-color: rgba(38, 38, 38, 0.85);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 0;
  height: 235px;
  width: 100vw;
  left: 0 !important;
  right: 0 !important;
  top: -4% !important;
  position: absolute;
  letter-spacing: normal;
}

.search-input {
  color: black;
  border: none;
  background: none;
  height: 30px;

}

.search-input:focus {
  border: none;
  outline: none;
}

.search-dropdown {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* backdrop-filter: blur(10px); */
  border: none;
  border-radius: 0;
  padding: 10px;
  /* top: 8px !important;   */
}

.login-modal-content {
  background-color: #ffffff;
  border-radius: 0;
  z-index: 9 !important;
  top: 45px;
  z-index: 1055 !important;
}

.modal-backdrop{
  z-index: 1050 !important;
}

.login-modal-content .modal-header {
  border-bottom: none;
  padding-bottom: 0px !important;
}



.login-modal-nav-item>.nav-link {
  color: gray;
  font-weight: bold;
}

.login-modal-nav-item>.nav-link.active {
  color: #C90913 !important;

}

.login-modal-close-btn {
  background-color: white;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.login-modal-check {
  box-shadow: none !important;
  background-color: #ededed;
  border: none !important;
  outline: none !important;
  height: 20px;
  width: 20px;
}

.login-modal-check:checked {
  background-color: #db4939 !important;
}

.login-modal-input {
  width: 100%;
  height: 35px;
  background-color: #ededed;
  /* border-radius: 5px; */
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.login-modal-input:focus {
  outline: 2px solid white;
}

.login-modal-submit-btn {
  background-color: #C90913;
  color: white;
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  /* border-radius: 5px; */
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: all 0.2s;
}

.login-modal-submit-btn:hover {
  background-color: #780006;
}

.navbar-weather {
  right: 10px;
}

.weather-dropdown {
  width: 220px;
  background-color: white;
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 0;
  /* border-radius: 0 0 10px 10px; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  top: 6px !important;
  max-height: 300px;
  overflow: auto;
  z-index: 49 !important;
  position: absolute;
}

.weather-search-input {
  color: white;
  border: none;
  background: none;
  height: 30px;
  backdrop-filter: blur(5px);
}

.weather-search-input:focus {
  border: none;
  outline: none;
}

.weather-city-name,
.weather-temperature {
  width: 112px;
}


.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
  height: 160px;
}

.logo {
  height: auto;
  width: 15%;
  margin-top: 5px;
  margin-right: 30px;
}

/* .navbar-content{
  color: red;
  height: 300px;
} */

/* .scrolled-content {
  height: 55px !important;
  margin-bottom: 60px; padding-bottom: 70px; 
  color: blue;
} */

@media (max-width: 1600px) {
  .center-content {
    height: 130px;
  }
}

.text-important {
  color: #fff!important;
}

.navbar-link a {
  color: #fff!important;
}

@media (max-width: 1512px) {
  .center-content {
    height: 130px;
  }
}
@media (max-width: 1440px) {
  .navbar-link{
    font-size: 12px;
  }

  .navbar-icon{
    font-size: 15px;
  }

  .center-content {
    height: 120px;
  }
}

@media (max-width: 1295px) {
  .navbar-link{
    font-size: 11px;
  }

  .navbar-icon{
    font-size: 14px;
  }  
}

@media (max-width: 1280px) {
  .center-content {
    height: 110px;
  }
}

@media (max-width: 1245px) {
  .navbar-link{
    font-size: 10px;
  }

  .navbar-icon{
    font-size: 12px;
  }  
}

@media (max-width: 1024px) {
  .navbar-link-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-weather {
    position: relative;
    right: 0px;
  }

  .navbar-icon {
    font-size: 14px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .mobile-currency-weather{
    background-color: #780006;
  
  border: none;
  height: 55px;
  padding-left: 200px;
  padding-right: 200px;
  }
  
  .navbar-weather-web,
  .currency-widget-web {
    display: none;
  }
  .currency-widget {
    position: unset;

  }

  .currency-widget>.carousel-inner {
    width: 120px;
  }

  .currency-badge {
    font-size: 12px;
  }

  .currency-value {
    font-size: 12px;
  }

  .weather-city-name,
  .weather-temperature {
    width: 88px;
  }

  .weather-icon {

    width: 25px;
  }

  /* .weather-city-name, .weather-temperature{
    font-size: 11px;
  } */

  .navbar-dropdown-container {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;

  }

  .navbar-link {
    font-size: 10px;
  }

  .other-icon {
    font-size: 10px;
  }

  .navbar-link>div {
    padding: 5px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbar-home-button {
    width: 30px;

  }

}

@media (max-width: 840px) {
  .mobile-currency-weather{
    display: grid;
    z-index: 49 !important;
    position: absolute;
    width: 100%;
    
  }

  /* .weather-dropdown{
    position: fixed;
  }

  .navbar-weather  {
    position: fixed;
  } */

  .navbar-weather-web,
  .currency-widget-web {
    display: none;
  }
}

@media (max-width: 840px) {

  .navbar-link-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-dropdown-container {
    top: 35%;
  }

  

  /* .weather-city-name, .weather-temperature{
    font-size: 16px;
  } */

  .mobile-currency-weather {
    background-color: #80080E;
    border: none;
    height: 55px;
    padding-left: 200px;
    padding-right: 200px;
  }

  .other-icon {
    display: none;
  }

  .navbar-icon {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 16px;
  }

}

@media (max-width: 768px) {
  .advertisement {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1px;
    object-fit: contain !important;
  }

  /* .advertisement div {
    width: 360px !important;
  height: 44px !important; 
  } */

  .advertisement  img,
.advertisement  iframe {
  /* width: 360px !important; */
  /* height: 44px !important;  */
  object-fit: contain !important;
}

.advertisement iframe body{
  height: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

  .center-content {
    flex-direction: column;
    gap: 10px;
  }

  .logo {
    width: 30%;
    margin: 0;
  }
  .navbar-weather-web,
  .currency-widget-web {
    display: none;
  }

  .login-modal-content{
    top: 0;
  }

  .mobile-currency-weather {
    background-color: #80080E;
    border: none;
    height: 55px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    
  }



  .search-dropdown {
    top: 3 !important;
  }

  .mobile-logo {
    height: 50px !important;
  }

  .navbar-dropdown-container {
    height: auto !important;
  }

  .mobile-dropdown-container {
    padding-left: 10px;
    padding-right: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    font-size: 12px;
    justify-content: space-between;
  }

  .responsive-column {
    flex: 1 0 33%;
    box-sizing: border-box;
  }

  .weather-dropdown {
    z-index: 49 !important;
  }

  /* .text-white{
      z-index: 999 !important;
    } */
  /* *{
      z-index: 999 !important;
    } */

}

@media (max-width:480px) {
  
  .mobile-menu-social-links{
    gap: 15px !important;
    bottom: 50px !important;
  }}

@media (max-width:430px) {
  .navbar-link-container{
    margin-bottom: 55px;
  }

  .mobile-currency-weather{
    margin-top: -55px;
  }

  .mobile-menu-social-links{
    gap: 15px !important;
    bottom: 50px !important;
  }
}
@media (max-width:390px) {
  .mobile-menu-content{
    height: 63px;
  }
  .mobile-menu-social-links{
    gap: 10px !important;
    bottom: 45px !important;
  }
}

@media (max-width:360px) {
  .mobile-menu-content{
    height: 65px;
  }
  .mobile-menu-social-links{
    gap: 10px !important;
    bottom: 45px !important;
  }
}


.album-content-page-header {

  text-align: start;
}

.album-content-header-text {
  color: #d4d4d4;
  margin-top: 10px;
}

.album-content-title1 {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 600;
}

.album-content-container {
  border-top: 1px solid rgb(209, 209, 209);
}

.album-content-left-container {
  /* border-right: 1px solid rgb(209, 209, 209); */
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: start;
}

.album-content-right-container {

  padding-top: 30px;
  padding-bottom: 60px;
  text-align: start;
}

.album-content-image {
  margin-bottom: 32px;
  width: 100%;
}

.share-link-container > a{
  height: 35px;
  width: 35px;
  font-size: 16px;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%; 
  transition: all 0.15s;
}

.album-content-text {
  font-size: 14px;
  margin-bottom: 10px;
}

.album-content-title2 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}

.album-content-author-image {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}

.react-pdf__message{
  display: none;
}

@media (max-width: 1280px) {
  .page-link-container, .album-content-page-header, .album-content-container{
   padding-left: 180px;
   padding-right: 180px;
  } 
}



@media (max-width: 1024px) {
 .page-link-container, .album-content-page-header, .album-content-container{
  padding-left: 180px;
  padding-right: 180px;
 } 
}

@media (max-width: 820px){
  .page-link-container, .album-content-page-header, .album-content-container{
      padding-left: 80px;
      padding-right: 80px;
     } 

     .album-content-container{
      grid: unset;
      grid-column: unset;
     
     }

     .album-content-left-container{
      border: none;
      padding-right: 0;
     }

     .album-content-right-container{
      padding-left: 0;
      grid-column: span 11 / span 11;
     }
}

@media (max-width: 768px) {
  .album-content-container {
      padding-left: 15px;
      padding-right: 15px;
      border: none;
  }

  .album-content-left-container {
      border: none;
  }

  .album-content-right-container {
      display: none;
  }

  .page-link-container {
      padding-left: 15px;
      padding-right: 15px;
  }

  .album-content-page-header {
      padding-left: 15px;
      padding-right: 15px;
  }

  .share-link-container > a{
      height: 22px;
      width: 22px;
      font-size: 12px;
      border-width: 1px;
  }

  .next-previous-content{
      margin-left: 6px;
      margin-right: 6px;
      font-size: 15px;
  }

  .album-page-cover{
      height: 250px;
      object-fit: cover;
  }

}

.category-page-top-left-container {
  border-right: 1px solid rgb(209, 209, 209);
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: start;
}

.category-page-top-right-container {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: start;
}

.category-news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
}

.category-news-grid2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
}



.category-news-grid3 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
}

.category-news-grid-container {
  width: 100%;
}

.category-news-item {
  position: relative;
  /* border-radius: 0.5rem; */
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease-in-out;
  z-index: 0 !important;
}

.category-news-item {
  position: relative;
  /* Relative konumlandırma, play icon'unun doğru yerleşmesini sağlar */
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  opacity: 0.8;
  pointer-events: none;
  /* İkonun tıklanmasını engeller */
}

.category-news-item:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.category-news-item img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.category-news-item:hover img {
  transform: scale(1.05);
}

.category-news-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
}

/* .category {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.category.purple {
  background-color: #9333ea;
}

.category.blue {
  background-color: #3b82f6;
}

.category.red {
  background-color: #ef4444;
}

.category.green {
  background-color: #22c55e;
} */

.date {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

.category-news-grid-container .title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-bottom: -6px;
  width: 115%;
  margin-left: -20px;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-overflow: ellipsis;
}

.category-news-item:hover {
  cursor: pointer;
}

.category-page-load-more-button {
  font-weight: 700;
  color: white;
  transition: all 0.3s;
  background-color: #C90913;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.category-page-load-more-button:hover {
  background-color: #780006;
}

.video-page-img{
  height: 240px !important;
} 

@media (max-width: 1512px) {

  .category-news-item img {

      height: 120px;
  }

  .category-news-grid-container .title {
      font-size: 15px;
  }

  .video-page-img{
      height: 170px !important;
  } 


}

@media (max-width: 1280px) {

  .category-news-item img {

      height: 100px;
  }

  .category-news-grid-container .title {
      font-size: 13px;
  }

  .video-page-img{
      height: 128px !important;
  } 



}

@media (max-width: 1024px) {

  .category-page-container,
  .category-page-top-container,
  .category-page-bottom-container {
      padding-left: 90px;
      padding-right: 90px;
  }

  .category-news-item img {

      height: 120px;
  }

  .video-page-img{
      height: 111px !important;
  } 

}

@media (max-width: 820px) {
  .category-page-container {
      padding-left: 80px;
      padding-right: 80px;
  }

  .category-page-top-container {
      grid: unset;
      padding: 0;
      column-span: unset;
  }

  .category-page-top-left-container {
      border: none;

  }

  .category-page-top-right-container {
      padding: 0;
      grid: unset;
      margin-bottom: 20px;
      grid-column: 1
  }

  .category-page-top-left-container {
      padding-right: 0;
      grid-column: 1
  }

  .category-news-item img {

      height: 180px;
  }

  .category-news-grid-container .title {
      font-size: 15px;
  }

  .video-page-img{
      height: 180px !important;
  } 
}


@media (min-width: 769px) and (max-width: 1024px) {
  .category-news-grid {
      grid-template-columns: repeat(2, 1fr);
  }


}

@media (min-width: 1025px) {
  .category-news-grid {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .category-news-grid {
      grid-template-columns: repeat(2, 1fr);


  }

  .category-news-grid2 {
      grid-template-columns: repeat(1, minmax(0, 1fr));


  }

  .category-news-grid3 {
      grid-template-columns: repeat(2, minmax(0, 1fr));


  }

  .category-news-item img {

      height: 200px;
  }

  .category-page-container,
  .category-page-top-container,
  .category-page-bottom-container {
      padding-left: 15px;
      padding-right: 15px;
      border: none;
      padding-bottom: 20px;
  }


  .category-page-top-left-container {
      border: none;
  }

  .video-page-img{
      height: 397px !important;
  } 
}

@media (max-width: 480px) {

  .category-news-item img {

      height: 120px;
  }

  .category-news-grid-container .title {
      font-size: 15px;
  }


  .video-page-img{
      height: 236px !important;
  } 
}


.havaDurumu {
  width: 100%;
  height: 980px;
  margin-top: 2%;
  margin-bottom: 10%;
  padding: 2% 16%;
}

.havaDurumu .weather-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.havaDurumu .weather-header {
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.havaDurumu .weather-header .titleColor {
  border: solid 1px rgb(248, 113, 113);
}

.havaDurumu .weather-header .WeatherTitle {
  background-color: #F7F7F7;
  padding-bottom: 1%;
}

.havaDurumu .weather-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 1%;
  padding-right: 1%;
  margin-top: 1%;
}
.havaDurumu .downWeather{
gap: 20%;
justify-content: center;
}

.havaDurumu .weather-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.havaDurumu .weather-icon {
  margin-right: 15px;
  font-size: 1.5rem;

}

.havaDurumu .weather-city-list {
  width: 150%;
  max-height: 400px;
  overflow-y: scroll;
}

.havaDurumu .weather-search-input {
  width: 150%;
  padding: 10px;
  margin-bottom: 10px;
  color: black; /* Set placeholder text color */
  background-color: #eee; /* Set background color */
}

.havaDurumu .city-item {
  cursor: pointer;
  padding: 5px 0;
}

.havaDurumu .selected-city {
  font-size: 34px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 10px;
}

.havaDurumu .weather-temperature {
  font-size: 2.5rem;
  font-weight: bold;
}

.havaDurumu .cities .row .stabilCity{
  height: 75px !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  font-weight: bolder;
  font-size: 20px;
  background-color: #F7F7F7;
}
.havaDurumu .cities .row .col-6{
height: 100%;
border: solid 1px rgb(218, 214, 214);
}
.havaDurumu .cityAnk:hover{
  background-image: url("../components//traffic//city-images/ankara.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.75s;
  color: yellow;
}
.havaDurumu .cityIzm:hover{
  background-image: url("../components//traffic//city-images/izmir.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.75s;
  color: yellow;
}
.havaDurumu .cityTs:hover{
  background-image: url("../components//traffic//city-images/bursa.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.75s;
  color: yellow;
}
.havaDurumu .cityDbk:hover{
  background-image: url("../components//traffic//city-images/gaziantep.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.75s;
  color: yellow;
}

@media (max-width: 1980px) {
  .havaDurumu {
margin-top: 0%;
  }
 

}
@media (max-width: 1512px) {
  .havaDurumu {
    height: 880px !important;
  }
  .havaDurumu .weather-container {
    height: 800px;
  }
  .havaDurumu .searchBox{
    height: 420px;
  }
  .havaDurumu .weather-city-list {
  height: 370px;
  }
}
@media (max-width: 1280px) {

  .havaDurumu .weather-container {
    height: 740px;
  }

}
@media (max-width: 1200px) {

  .havaDurumu .weather-container {
    height: 530px;
    margin-bottom: 5% !important;
  }

  .havaDurumu .weather-city-list {
    width: 100%;
    max-height: 240px;
  }
  
  .havaDurumu .weather-search-input {
    width: 100%;
  }
  .havaDurumu .selected-city {
    font-size: 28px;
  }
  .havaDurumu .weather-temperature {
    font-size: 26px;
  }
  .havaDurumu .weather-icon{
    font-size: large !important;
  }
}
@media (max-width: 835px) {
  .havaDurumu {
    height: 980px;
    padding: 2% 22%;
  }
  .havaDurumu .weather-container {
    height: 640px;
  }

  .havaDurumu .weather-city-list {
    max-height: 320px;
  }
  .havaDurumu .selected-city {
    font-size: 20px !important;
  }
  .havaDurumu .weather-temperature {
    font-size: 16px;
  }
  .havaDurumu .weather-icon{
    font-size: medium !important;
  }
  .havaDurumu .weather-content .cities{
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 768px) {
  .havaDurumu {
    height: 680px;
    padding: 2% 3%;
  }
  .havaDurumu .weather-container {
    height: 800px;
  }
  
  .havaDurumu .weather-city-list {
    max-height: 420px;
  }
  .havaDurumu .selected-city {
    font-size: 28px !important;
  }
  .havaDurumu .weather-temperature {
    font-size: 26px;
    margin-left: 20%;
  }
  .havaDurumu .weather-icon{
    font-size: large !important;
  }
}
@media (max-width: 430px) {
  .havaDurumu {
    height: 680px;
    padding: 2% 3%;
  }
  .havaDurumu .weather-container {
    height: 800px;
  }
  
  .havaDurumu .weather-city-list {
    max-height: 420px;
  }
  .havaDurumu .selected-city {
    font-size: 26px !important;
  }
  .havaDurumu .weather-temperature {
    font-size: 24px;
    margin-left: 10%;
  }
  .havaDurumu .weather-icon{
    font-size: medium !important;
  }
}

a {
  color: #2d3748!important;
}


.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
}

.news-grid-container {
  width: 100%;
  /* margin-top: 20px; */
}

.news-item {
  position: relative;
  /* border-radius: 0.5rem; */
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease-in-out;
}

.news-item:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.news-item img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.news-item:hover img {
  transform: scale(1.05);
}

.news-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
  color: white;
}

.category {
  font-size: 0.75rem;
  background-color: #C90913;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  margin-bottom: 0.5rem;
  display: inline-block;
}

/* .category.purple {
  background-color: #9333ea;
}
.category.blue {
  background-color: #3b82f6;
}
.category.red {
  background-color: #ef4444;
}
.category.green {
  background-color: #22c55e;
} */

.date {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

.news-grid-container .title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  text-align: start;
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); */
  padding: 0.5rem 1.4rem;
  display: inline-block;
  margin-bottom: -4px;
  width: 115%;
  margin-left: -20px;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-overflow: ellipsis;
  padding-right: 35px;
}

.news-item:hover {
  cursor: pointer;
}

@media (max-width: 1512px) {
 
  .news-item img {
    
    height: 170px;
  }

  
}

@media (max-width: 1280px) {
 
  .news-item img {
    
    height: 140px;
  }

  
}

@media (max-width: 1024px) {
 
  .news-item img {
    
    height: 160px;
  }

  
}

@media (max-width: 820px) {
 
  .news-item img {
    
    height: 180px;
  }

}

@media (min-width: 1025px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

 
}

@media (max-width: 768px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  
}

@media( max-width:431px){
  .news-grid-container .title h3{
    font-size: 12px !important;
  }
  
  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-item img {
    
    height: 240px;
  }
  }





  .content-page-header {

    text-align: start;
}

.content-header-text {
    color: #d4d4d4;
    margin-top: 10px;
}

.content-title1 {
    font-size: 32px;
    color: #FFFFFF;
    font-weight: 600;
}

.content-container {
    border-top: 1px solid rgb(209, 209, 209);
}

.content-left-container {
    border-right: 1px solid rgb(209, 209, 209);
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: start;
}

.content-right-container {

    padding-top: 30px;
    padding-bottom: 60px;
    text-align: start;
}

.content-image {
    margin-bottom: 32px;
    width: auto;
    max-height: 650px;
    min-height: 500px;
}

.share-link-container>a {
    height: 35px;
    width: 35px;
    font-size: 16px;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.15s;
}

.content-text {
    font-size: 14px;
    margin-bottom: 10px;
}

.news-content-text>p>a {
    color: #0066CC;
}

.news-content-text>p>a:hover {
    color: #00478d;
}

.news-content-text iframe {
    width: 100%;
    height: 492px;
}

.content-title2 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.content-author-image {
    width: 90px;
    height: 90px;
    border-radius: 100%;
}

@media (max-width: 2560px) {
    .news-content-text iframe {
        width: 100%;
        height: 725px;
    }
}

@media (max-width: 1920px) {
    .news-content-text iframe {
        width: 100%;
        height: 492px;
    }
}


@media (max-width: 1800px) {
    .content-image {

        max-height: 550px;
        min-height: 350px;
    }

    .news-content-text iframe {
        width: 100%;
        height: 455px;
    }
}

@media (max-width: 1600px) {
    .content-image {

        max-height: 550px;
        min-height: 350px;
    }

    .news-content-text iframe {
        width: 100%;
        height: 383px;
    }
}

@media (max-width: 1440px) {
    .content-image {

        max-height: 600px;
        min-height: unset;
    }

    .news-content-text iframe {
        width: 100%;
        height: 325px;
    }

    .page-link-container,
    .content-page-header,
    .content-container {
        padding-left: 200px;
        padding-right: 200px;
    }
}

@media (max-width: 1280px) {

    .news-content-text iframe {
        width: 100%;
        height: 268px;
    }


    .page-link-container,
    .content-page-header,
    .content-container {
        padding-left: 180px;
        padding-right: 180px;
    }
}

@media (max-width: 1024px) {

    .page-link-container,
    .content-page-header,
    .content-container {
        padding-left: 180px;
        padding-right: 180px;
    }

    .news-content-text iframe {
        width: 100%;
        height: 241px;
    }
}

@media (max-width: 820px) {

    .page-link-container,
    .content-page-header,
    .content-container {
        padding-left: 80px;
        padding-right: 80px;
    }

    .content-container {
        grid: unset;
        grid-column: unset;

    }

    .content-left-container {
        border: none;
        padding-right: 0;
    }

    .content-right-container {
        padding-left: 0;
        grid-column: span 11 / span 11;
    }

    .news-content-text iframe {
        width: 100%;
        height: 371px;
    }
}

@media (max-width: 768px) {
    .content-container {
        padding-left: 15px;
        padding-right: 15px;
        border: none;
    }

    .content-left-container {
        border: none;
    }

    .content-right-container {
        display: none;
    }

    .page-link-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-page-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .share-link-container>a {
        height: 22px;
        width: 22px;
        font-size: 12px;
        border-width: 1px;
    }

    .next-previous-content {
        margin-left: 6px;
        margin-right: 6px;
        font-size: 15px;
    }

    .news-content-text iframe {
        width: 100%;
        height: 415px;
    }

}


@media (max-width: 567px) {
    .news-content-text iframe {
        width: 100%;
        height: 302px;
    }
}

@media (max-width: 480px) {
    .news-content-text iframe {
        width: 100%;
        height: 253px;
    }
}

@media (max-width: 393px) {
    .news-content-text iframe {
        width: 100%;
        height: 204px;
    }
}

@media (max-width: 320px) {
    .news-content-text iframe {
        width: 100%;
        height: 163px;
    }
}


p {
  margin-bottom: 0!important;
}




.psm-bottom-carousel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  /* border: solid blue 1px; */
}

.psm-bottom-carousel-button {
  background: none;
  border: none;
  font-size: 30px;
  width: 40px!important;
  height: 80px!important;
  cursor: pointer;
  background-color: #C90913;
  color: white;
  padding: 20px 10px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all 0.3s;
}

.psm-bottom-carousel-button:hover {
  background-color: #80080e;
}

.psm-bottom-carousel-inner-wrapper {
  flex: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.psm-bottom-carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.psm-bottom-carousel-item {
  flex: 0 0 32.25%;
  height: 280px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 5px;
  display: flex;
  align-items: flex-end;
  box-shadow: rgba(0, 0, 0, 0.8) 0px -100px 36px -28px inset;
}

.carousel-item-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.carousel-item-title {
  /* background: rgba(0, 0, 0, 0.5); */
  color: white;
  padding: 10px;
  width: 100%;
  font-weight: 500;
  box-sizing: border-box;
  height: 3.6em;
  text-align: start;
  position: absolute;
  bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  font-size: 16px;
}

@media (max-width: 2560px) {
  
  .psm-bottom-carousel-item {
      height: 250px;
      flex: 0 0 32.50%;
  }

  .psm-bottom-carousel-button {
      font-size: 18px!important;
  }
}

@media (max-width: 1920px) {
  
  .psm-bottom-carousel-item {
      height: 250px;
      flex: 0 0 32.50%;
  }

  .psm-bottom-carousel-button {
      font-size: 16px;
  }
}



@media (max-width: 1600px) {
  
  .psm-bottom-carousel-item {
      height: 250px;
      flex: 0 0 32.40%;
  }

  .psm-bottom-carousel-button {
      font-size: 18px!important;
  }

  .carousel-item-title{
      bottom: -3px;
  }
}

@media (max-width: 1512px) {
  
  .psm-bottom-carousel-item {
      height: 200px;
      flex: 0 0 32.3%;
  }
  .carousel-item-title{
  /* border: solid red; */
  padding-top: 10px !important;
}    
  .psm-bottom-carousel-button {
      font-size: 18px!important;
  }

  .carousel-item-title{
      bottom: -3px;
  }
}
@media (max-width: 1441px) {
  
  .psm-bottom-carousel-item {
      height: 190px;
      flex: 0 0 32.25%;
  }
  .carousel-item-title{
  /* border: solid red; */
  padding-top: 10px !important;
}    
  .psm-bottom-carousel-button {
      font-size: 18px!important;
  }

  .carousel-item-title{
      bottom: -3px;
  }
}

@media (max-width: 1367px) {
  
  .psm-bottom-carousel-item {
      height: 200px;
      flex: 0 0 32.22%;
  }

  .psm-bottom-carousel-button {
      font-size: 18px!important;
  }
}

@media (max-width: 1280px) {
  .psm-bottom-carousel {
      margin-top: 6%;
      margin-bottom: -2%;
  }

  .psm-bottom-carousel-item {
      height: 200px;
      flex: 0 0 32.1%;
      /* border: solid 1px red; */
  }

  
  .psm-bottom-carousel-button {
      font-size: 15px;
  }
}

@media (max-width: 1025px) {
  .psm-bottom-carousel {
      width: 100%;
      
  }

  .psm-bottom-carousel-item {
      height: 170px;
      flex: 0 0 31.90%; 
  }

  .psm-bottom-carousel-button {
      font-size: 15px;
  }


}

@media (max-width: 991px) {
  .psm-bottom-carousel {
      width: 100%;
      
  }

  .psm-bottom-carousel-item {
      height: 170px;
      flex: 0 0 31.62%;
  } 
}


@media (max-width: 836px) {
  .psm-bottom-carousel {
      width: 130%;
      margin-left: -15%;
  }
  .psm-bottom-carousel-item {
      height: 140px;
      flex: 0 0 31.65%;
  }


}

@media (max-width: 820px) {
  .psm-bottom-carousel {
      width: 100%;
      margin-left: 0%;
  }

  .psm-bottom-carousel-button {
      font-size: 15px;
  }
  .psm-bottom-carousel-item {
      height: 130px;
      flex: 0 0 31.55%;
  }
  .carousel-item-title{
      font-size: 14px;
  }
}

@media (max-width: 768px) {
  .psm-bottom-carousel {
      width: 100%;
      
  }
  .psm-bottom-carousel-item {
      height: 120px;
      flex: 0 0 31.35%;
  }

  .psm-bottom-carousel-button {
      font-size: 12px;
      padding: 10px 5px;
      /* Buton boyutunu küçültmek için padding */
  }

  .carousel-item-title{
      bottom: -3px;
  }
}

@media (max-width: 767px) {
  
  .psm-bottom-carousel-item {
      height: 120px;
      flex: 0 0 31.8%;
  }

  
}

@media (max-width: 760px) {
  .psm-bottom-carousel-item {
      height: 120px;
      flex: 0 0 31.75%;
  }

  .psm-bottom-carousel-button {
      font-size: 10px;
      padding: 10px 5px;
      /* Buton boyutunu küçültmek için padding */
  }
}

@media (max-width: 480px) {
  .psm-bottom-carousel-item {
      height: 200px;
      flex: 0 0 97.3%;
  }

  .psm-bottom-carousel-button {
      font-size: 12px;
      padding: 10px 5px;
      /* Buton boyutunu küçültmek için padding */
  }
  .carousel-item-title{
      font-size: 16px;
  }
}

@media (max-width: 430px) {
  .psm-bottom-carousel {
      width: 100%;
      margin-left: 0%;
  }

  .psm-bottom-carousel-item {
      height: 190px;
      flex: 0 0 96.8%;
  }

  .psm-bottom-carousel-button {
      font-size: 10px;
      padding: 10px 5px;
      /* Buton boyutunu küçültmek için padding */
  }
}

@media (max-width: 400px) {
  .psm-bottom-carousel {
      width: 100%;
      margin-left: 0%;
  }

  .psm-bottom-carousel-item {
      height: 160px;
      flex: 0 0 96.45%;
  }

  .psm-bottom-carousel-button {
      font-size: 10px;
      padding: 10px 5px;
      /* Buton boyutunu küçültmek için padding */
  }
}

@media (max-width: 360px) {
  .psm-bottom-carousel {
      width: 100%;
      margin-left: 0%;
  }

  .psm-bottom-carousel-item {
      height: 160px;
      flex: 0 0 96.1%;
  }

  .psm-bottom-carousel-button {
      font-size: 10px;
      padding: 10px 5px;
      /* Buton boyutunu küçültmek için padding */
  }
  .carousel-item-title{
      font-size: 14px;
  }
}

.advertisement {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 5px;
  margin-bottom: 5px;
  /* margin-right: -60px; */
}

.nvb {
  margin-top: -1px;
}

.navbar-link-container {
  background-color: #C90913;
  color: gray;
  /* border-top: 6px #222222 solid; */
  width: 100%;
  align-items: center;
}

.navbar-link {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  margin-left: -2px;
  outline: none !important;
}

.navbar-link:hover {
  /* background-color: white;
  color: #C90913; */
  background-color: #780006;
  color: #ffffff;

}

.navbar-link.focus {
  outline: none !important;
  border: none !important;
}

.navbar-link.active {
  background-color: #780006;
  color: white;
  outline: none !important;
  border: none !important;
}

.currency-widget {
  position: absolute;
  left: 30px;
  width: 180px;
  overflow: hidden; /* Taşma olmasın */
}

.carousel-item {
  display: flex; 
  justify-content: center; 
  align-items: center;  
  height: 100%; 
  transition: transform 0.5s ease-in-out;
}

.currency-badge {
  background: rgb(255, 255, 255);
  
  color: black;
  padding: 1px 5px;
  font-weight: 700;
  margin-right: 5px;
}

.currency-value {
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 16px; 
}

.currency-change {
  font-weight: bold;
  text-shadow: 1px 1px 4px #323232;
  font-size: 14px;
  color: white;
}


.positive-change {
  color: #7FFF00;
}

.negative-change {
  color: #FF8C8C;
}



.navbar-home-button {
  font-size: 18px!important;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-mini-logo{
  height: 80%;
  /* margin-right: 20px; */
}

.navbar-icon {
  color: rgb(255, 255, 255);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px!important;
  padding: 0px !important;
  border: none !important;
  outline: none !important;
  height: 100%;
}

.navbar-icon:hover {
  color: white;
  transition: all 0.25s;
}

.navbar-icon:focus {
  border: none !important;
  outline: none !important;
}

.navbar-icon:active {
  border: none !important;
  outline: none !important;
}

.other-icon {
  color: rgb(255, 255, 255);
  border: none !important;
  outline: none !important;
  height: 100% !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.other-icon:hover {
  color: white;
  transition: all 0.25s;
}

.other-icon:focus {
  border: none !important;
  outline: none !important;
}

.other-icon:active {
  border: none !important;
  outline: none !important;
}

.navbar-dropdown-container {
  background-color: rgba(38, 38, 38, 0.85);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 0;
  height: 235px;
  width: 100vw;
  left: 0 !important;
  right: 0 !important;
  top: -4% !important;
  position: absolute;
  letter-spacing: normal;
}

.search-input {
  color: black;
  border: none;
  background: none;
  height: 30px;

}

.search-input:focus {
  border: none;
  outline: none;
}

.search-dropdown {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* backdrop-filter: blur(10px); */
  border: none;
  border-radius: 0;
  padding: 10px;
  /* top: 8px !important;   */
}

.login-modal-content {
  background-color: #ffffff;
  border-radius: 0;
  z-index: 9 !important;
  top: 45px;
  z-index: 1055 !important;
}

.modal-backdrop{
  z-index: 1050 !important;
}

.login-modal-content .modal-header {
  border-bottom: none;
  padding-bottom: 0px !important;
}



.login-modal-nav-item>.nav-link {
  color: gray;
  font-weight: bold;
}

.login-modal-nav-item>.nav-link.active {
  color: #C90913 !important;

}

.login-modal-close-btn {
  background-color: white;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.login-modal-check {
  box-shadow: none !important;
  background-color: #ededed;
  border: none !important;
  outline: none !important;
  height: 20px;
  width: 20px;
}

.login-modal-check:checked {
  background-color: #db4939 !important;
}

.login-modal-input {
  width: 100%;
  height: 35px;
  background-color: #ededed;
  /* border-radius: 5px; */
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.login-modal-input:focus {
  outline: 2px solid white;
}

.login-modal-submit-btn {
  background-color: #C90913;
  color: white;
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  /* border-radius: 5px; */
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: all 0.2s;
}

.login-modal-submit-btn:hover {
  background-color: #780006;
}

.navbar-weather {
  right: 10px;
}

.weather-dropdown {
  width: 220px;
  background-color: white;
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 0;
  /* border-radius: 0 0 10px 10px; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  top: 6px !important;
  max-height: 300px;
  overflow: auto;
  z-index: 49 !important;
  position: absolute;
}

.weather-search-input {
  color: white;
  border: none;
  background: none;
  height: 30px;
  backdrop-filter: blur(5px);
}

.weather-search-input:focus {
  border: none;
  outline: none;
}

.weather-city-name,
.weather-temperature {
  width: 112px;
}


.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
  height: 160px;
}

.logo {
  height: auto;
  width: 15%;
  margin-top: 5px;
  margin-right: 30px;
}

/* .navbar-content{
  color: red;
  height: 300px;
} */

/* .scrolled-content {
  height: 55px !important;
  margin-bottom: 60px; padding-bottom: 70px; 
  color: blue;
} */

@media (max-width: 1600px) {
  .center-content {
    height: 130px;
  }
}

@media (max-width: 1512px) {
  .center-content {
    height: 130px;
  }
}
@media (max-width: 1440px) {
  .navbar-link{
    font-size: 12px;
  }

  .navbar-icon{
    font-size: 15px;
  }

  .center-content {
    height: 120px;
  }
}

@media (max-width: 1295px) {
  .navbar-link{
    font-size: 11px;
  }

  .navbar-icon{
    font-size: 14px;
  }  
}

@media (max-width: 1280px) {
  .center-content {
    height: 110px;
  }
}

@media (max-width: 1245px) {
  .navbar-link{
    font-size: 10px;
  }

  .navbar-icon{
    font-size: 12px;
  }  
}

@media (max-width: 1024px) {
  .navbar-link-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-weather {
    position: relative;
    right: 0px;
  }

  .navbar-icon {
    font-size: 14px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .mobile-currency-weather{
    background-color: #780006;
  
  border: none;
  height: 55px;
  padding-left: 200px;
  padding-right: 200px;
  }
  
  .navbar-weather-web,
  .currency-widget-web {
    display: none;
  }
  .currency-widget {
    position: unset;

  }

  .currency-widget>.carousel-inner {
    width: 120px;
  }

  .currency-badge {
    font-size: 12px;
  }

  .currency-value {
    font-size: 12px;
  }

  .weather-city-name,
  .weather-temperature {
    width: 88px;
  }

  .weather-icon {

    width: 25px;
  }

  /* .weather-city-name, .weather-temperature{
    font-size: 11px;
  } */

  .navbar-dropdown-container {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;

  }

  .navbar-link {
    font-size: 10px;
  }

  .other-icon {
    font-size: 10px;
  }

  .navbar-link>div {
    padding: 5px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbar-home-button {
    width: 30px;

  }

}

@media (max-width: 840px) {
  .mobile-currency-weather{
    display: grid;
    z-index: 49 !important;
    position: absolute;
    width: 100%;
    
  }

  /* .weather-dropdown{
    position: fixed;
  }

  .navbar-weather  {
    position: fixed;
  } */

  .navbar-weather-web,
  .currency-widget-web {
    display: none;
  }
}

@media (max-width: 840px) {

  .navbar-link-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-dropdown-container {
    top: 35%;
  }

  

  /* .weather-city-name, .weather-temperature{
    font-size: 16px;
  } */

  .mobile-currency-weather {
    background-color: #80080E;
    border: none;
    height: 55px;
    padding-left: 200px;
    padding-right: 200px;
  }

  .other-icon {
    display: none;
  }

  .navbar-icon {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 16px;
  }

}

@media (max-width: 768px) {
  .advertisement {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1px;
    object-fit: contain !important;
  }

  /* .advertisement div {
    width: 360px !important;
  height: 44px !important; 
  } */

  .advertisement  img,
.advertisement  iframe {
  /* width: 360px !important; */
  /* height: 44px !important;  */
  object-fit: contain !important;
}

.advertisement iframe body{
  height: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

  .center-content {
    flex-direction: column;
    gap: 10px;
  }

  .logo {
    width: 30%;
    margin: 0;
  }
  .navbar-weather-web,
  .currency-widget-web {
    display: none;
  }

  .login-modal-content{
    top: 0;
  }

  .mobile-currency-weather {
    background-color: #80080E;
    border: none;
    height: 55px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    
  }



  .search-dropdown {
    top: 3 !important;
  }

  .mobile-logo {
    height: 50px !important;
  }

  .navbar-dropdown-container {
    height: auto !important;
  }

  .mobile-dropdown-container {
    padding-left: 10px;
    padding-right: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    font-size: 12px;
    justify-content: space-between;
  }

  .responsive-column {
    flex: 1 0 33%;
    box-sizing: border-box;
  }

  .weather-dropdown {
    z-index: 49 !important;
  }

  /* .text-white{
      z-index: 999 !important;
    } */
  /* *{
      z-index: 999 !important;
    } */

}

@media (max-width:480px) {
  
  .mobile-menu-social-links{
    gap: 15px !important;
    bottom: 50px !important;
  }}

@media (max-width:430px) {
  .navbar-link-container{
    margin-bottom: 55px;
  }

  .mobile-currency-weather{
    margin-top: -55px;
  }

  .mobile-menu-social-links{
    gap: 15px !important;
    bottom: 50px !important;
  }
}
@media (max-width:390px) {
  .mobile-menu-content{
    height: 63px;
  }
  .mobile-menu-social-links{
    gap: 10px !important;
    bottom: 45px !important;
  }
}

@media (max-width:360px) {
  .mobile-menu-content{
    height: 65px;
  }
  .mobile-menu-social-links{
    gap: 10px !important;
    bottom: 45px !important;
  }
}

.psm-bottom-carousel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  /* border: solid blue 1px; */
}

.psm-bottom-carousel-button {
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  background-color: #C90913;
  color: white;
  padding: 20px 10px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all 0.3s;
}

.psm-bottom-carousel-button:hover {
  background-color: #80080e;
}

.psm-bottom-carousel-inner-wrapper {
  flex: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.psm-bottom-carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.psm-bottom-carousel-item {
  flex: 0 0 32.25%;
  height: 280px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 5px;
  display: flex;
  align-items: flex-end;
  box-shadow: rgba(0, 0, 0, 0.8) 0px -100px 36px -28px inset;
}

.carousel-item-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.carousel-item-title {
  /* background: rgba(0, 0, 0, 0.5); */
  color: white;
  padding: 10px;
  width: 100%;
  font-weight: 500;
  box-sizing: border-box;
  height: 3.6em;
  text-align: start;
  position: absolute;
  bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
}

@media (max-width: 2560px) {
  
  .psm-bottom-carousel-item {
      height: 250px;
      flex: 0 0 32.50%;
  }

  .psm-bottom-carousel-button {
      font-size: 18px!important;
  }
}

@media (max-width: 1920px) {
  
  .psm-bottom-carousel-item {
      height: 250px;
      flex: 0 0 32.50%;
  }

  .psm-bottom-carousel-button {
      font-size: 16px;
  }
}



@media (max-width: 1600px) {
  
  .psm-bottom-carousel-item {
      height: 250px;
      flex: 0 0 32.40%;
  }

  .psm-bottom-carousel-button {
      font-size: 18px!important;
  }

  .carousel-item-title{
      bottom: -3px;
  }
}

@media (max-width: 1512px) {
  
  .psm-bottom-carousel-item {
      height: 200px;
      flex: 0 0 32.3%;
  }
  .carousel-item-title{
  /* border: solid red; */
  padding-top: 10px !important;
}    
  .psm-bottom-carousel-button {
      font-size: 18px!important;
  }

  .carousel-item-title{
      bottom: -3px;
  }
}
@media (max-width: 1441px) {
  
  .psm-bottom-carousel-item {
      height: 190px;
      flex: 0 0 32.25%;
  }
  .carousel-item-title{
  /* border: solid red; */
  padding-top: 10px !important;
}    
  .psm-bottom-carousel-button {
      font-size: 18px!important;
  }

  .carousel-item-title{
      bottom: -3px;
  }
}

@media (max-width: 1367px) {
  
  .psm-bottom-carousel-item {
      height: 200px;
      flex: 0 0 32.22%;
  }

  .psm-bottom-carousel-button {
      font-size: 18px!important;
  }
}

@media (max-width: 1280px) {
  .psm-bottom-carousel {
      margin-top: 6%;
      margin-bottom: -2%;
  }

  .psm-bottom-carousel-item {
      height: 200px;
      flex: 0 0 32.1%;
      /* border: solid 1px red; */
  }

  
  .psm-bottom-carousel-button {
      font-size: 15px;
  }
}

@media (max-width: 1025px) {
  .psm-bottom-carousel {
      width: 100%;
      
  }

  .psm-bottom-carousel-item {
      height: 170px;
      flex: 0 0 31.90%; 
  }

  .psm-bottom-carousel-button {
      font-size: 15px;
  }


}

@media (max-width: 991px) {
  .psm-bottom-carousel {
      width: 100%;
      
  }

  .psm-bottom-carousel-item {
      height: 170px;
      flex: 0 0 31.62%;
  } 
}


@media (max-width: 836px) {
  .psm-bottom-carousel {
      width: 130%;
      margin-left: -15%;
  }
  .psm-bottom-carousel-item {
      height: 140px;
      flex: 0 0 31.65%;
  }


}

@media (max-width: 820px) {
  .psm-bottom-carousel {
      width: 100%;
      margin-left: 0%;
  }

  .psm-bottom-carousel-button {
      font-size: 15px;
  }
  .psm-bottom-carousel-item {
      height: 130px;
      flex: 0 0 31.55%;
  }
  .carousel-item-title{
      font-size: 14px;
  }
}

@media (max-width: 768px) {
  .psm-bottom-carousel {
      width: 100%;
      
  }
  .psm-bottom-carousel-item {
      height: 120px;
      flex: 0 0 31.35%;
  }

  .psm-bottom-carousel-button {
      font-size: 12px;
      padding: 10px 5px;
      /* Buton boyutunu küçültmek için padding */
  }

  .carousel-item-title{
      bottom: -3px;
  }
}

@media (max-width: 767px) {
  
  .psm-bottom-carousel-item {
      height: 120px;
      flex: 0 0 31.8%;
  }

  
}

@media (max-width: 760px) {
  .psm-bottom-carousel-item {
      height: 120px;
      flex: 0 0 31.75%;
  }

  .psm-bottom-carousel-button {
      font-size: 10px;
      padding: 10px 5px;
      /* Buton boyutunu küçültmek için padding */
  }
}

@media (max-width: 480px) {
  .psm-bottom-carousel-item {
      height: 200px;
      flex: 0 0 97.3%;
  }

  .psm-bottom-carousel-button {
      font-size: 12px;
      padding: 10px 5px;
      /* Buton boyutunu küçültmek için padding */
  }
  .carousel-item-title{
      font-size: 16px;
  }
}

@media (max-width: 430px) {
  .psm-bottom-carousel {
      width: 100%;
      margin-left: 0%;
  }

  .psm-bottom-carousel-item {
      height: 190px;
      flex: 0 0 96.8%;
  }

  .psm-bottom-carousel-button {
      font-size: 10px;
      padding: 10px 5px;
      /* Buton boyutunu küçültmek için padding */
  }
}

@media (max-width: 400px) {
  .psm-bottom-carousel {
      width: 100%;
      margin-left: 0%;
  }

  .psm-bottom-carousel-item {
      height: 160px;
      flex: 0 0 96.45%;
  }

  .psm-bottom-carousel-button {
      font-size: 10px;
      padding: 10px 5px;
      /* Buton boyutunu küçültmek için padding */
  }
}

@media (max-width: 360px) {
  .psm-bottom-carousel {
      width: 100%;
      margin-left: 0%;
  }

  .psm-bottom-carousel-item {
      height: 160px;
      flex: 0 0 96.1%;
  }

  .psm-bottom-carousel-button {
      font-size: 10px;
      padding: 10px 5px;
      /* Buton boyutunu küçültmek için padding */
  }
  .carousel-item-title{
      font-size: 14px;
  }
}


.slick-prev:before {
  content: none!important
}

.slick-next:before {
  content: none!important
}

.news-content-text a {
  color: blue!important;
}


.advertisement {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 5px;
  margin-bottom: 5px;
  /* margin-right: -60px; */
}

.nvb {
  margin-top: -1px;
}

.navbar-link-container {
  background-color: #C90913;
  color: gray;
  /* border-top: 6px #222222 solid; */
  width: 100%;
  align-items: center;
}

.navbar-link {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  margin-left: -2px;
  outline: none !important;
}

.navbar-link:hover a {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  margin-left: -2px;
  outline: none !important;
}

.navbar-link:hover {
  /* background-color: white;
  color: #C90913; */
  background-color: #780006;
  color: #ffffff;

}

.navbar-link:hover a {
  /* background-color: white;
  color: #C90913; */
  background-color: #780006;
  color: #ffffff;

}

.navbar-link.focus {
  outline: none !important;
  border: none !important;
}

.navbar-link.active {
  background-color: #780006;
  color: white;
  outline: none !important;
  border: none !important;
}

.currency-widget {
  position: absolute;
  left: 30px;
  width: 180px;
  overflow: hidden; /* Taşma olmasın */
}

.carousel-item {
  display: flex; 
  justify-content: center; 
  align-items: center;  
  height: 100%; 
  transition: transform 0.5s ease-in-out;
}

.currency-badge {
  background: rgb(255, 255, 255);
  
  color: black;
  padding: 1px 5px;
  font-weight: 700;
  margin-right: 5px;
}

.currency-value {
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 16px; 
}

.currency-change {
  font-weight: bold;
  text-shadow: 1px 1px 4px #323232;
  font-size: 14px;
  color: white;
}


.positive-change {
  color: #7FFF00;
}

.negative-change {
  color: #FF8C8C;
}



.navbar-home-button {
  font-size: 18px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-mini-logo{
  height: 80%;
  /* margin-right: 20px; */
}

.navbar-icon {
  color: rgb(255, 255, 255);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  padding: 0px !important;
  border: none !important;
  outline: none !important;
  height: 100%;
}

.navbar-icon:hover {
  color: white;
  transition: all 0.25s;
}

.navbar-icon:focus {
  border: none !important;
  outline: none !important;
}

.navbar-icon:active {
  border: none !important;
  outline: none !important;
}

.other-icon {
  color: rgb(255, 255, 255);
  border: none !important;
  outline: none !important;
  height: 100% !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.other-icon:hover {
  color: white;
  transition: all 0.25s;
}

.other-icon:focus {
  border: none !important;
  outline: none !important;
}

.other-icon:active {
  border: none !important;
  outline: none !important;
}

.navbar-dropdown-container {
  background-color: rgba(38, 38, 38, 0.85);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 0;
  height: 235px;
  width: 100vw;
  left: 0 !important;
  right: 0 !important;
  top: -4% !important;
  position: absolute;
  letter-spacing: normal;
}

.search-input {
  color: black;
  border: none;
  background: none;
  height: 30px;

}

.search-input:focus {
  border: none;
  outline: none;
}

.search-dropdown {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* backdrop-filter: blur(10px); */
  border: none;
  border-radius: 0;
  padding: 10px;
  /* top: 8px !important;   */
}

.login-modal-content {
  background-color: #ffffff;
  border-radius: 0;
  z-index: 9 !important;
  top: 45px;
  z-index: 1055 !important;
}

.modal-backdrop{
  z-index: 1050 !important;
}

.login-modal-content .modal-header {
  border-bottom: none;
  padding-bottom: 0px !important;
}



.login-modal-nav-item>.nav-link {
  color: gray;
  font-weight: bold;
}

.login-modal-nav-item>.nav-link.active {
  color: #C90913 !important;

}

.login-modal-close-btn {
  background-color: white;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.login-modal-check {
  box-shadow: none !important;
  background-color: #ededed;
  border: none !important;
  outline: none !important;
  height: 20px;
  width: 20px;
}

.login-modal-check:checked {
  background-color: #db4939 !important;
}

.login-modal-input {
  width: 100%;
  height: 35px;
  background-color: #ededed;
  /* border-radius: 5px; */
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.login-modal-input:focus {
  outline: 2px solid white;
}

.login-modal-submit-btn {
  background-color: #C90913;
  color: white;
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  /* border-radius: 5px; */
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: all 0.2s;
}

.login-modal-submit-btn:hover {
  background-color: #780006;
}

.navbar-weather {
  right: 10px;
}

.weather-dropdown {
  width: 220px;
  background-color: white;
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 0;
  /* border-radius: 0 0 10px 10px; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  top: 6px !important;
  max-height: 300px;
  overflow: auto;
  z-index: 49 !important;
  position: absolute;
}

.weather-search-input {
  color: white;
  border: none;
  background: none;
  height: 30px;
  backdrop-filter: blur(5px);
}

.weather-search-input:focus {
  border: none;
  outline: none;
}

.weather-city-name,
.weather-temperature {
  width: 112px;
}


.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
  height: 160px;
}

.logo {
  height: auto;
  width: 15%;
  margin-top: 5px;
  margin-right: 30px;
}

/* .navbar-content{
  color: red;
  height: 300px;
} */

/* .scrolled-content {
  height: 55px !important;
  margin-bottom: 60px; padding-bottom: 70px; 
  color: blue;
} */

@media (max-width: 1600px) {
  .center-content {
    height: 130px;
  }
}

@media (max-width: 1512px) {
  .center-content {
    height: 130px;
  }
}
@media (max-width: 1440px) {
  .navbar-link{
    font-size: 12px;
  }

  .navbar-icon{
    font-size: 15px;
  }

  .center-content {
    height: 120px;
  }
}

@media (max-width: 1295px) {
  .navbar-link{
    font-size: 11px;
  }

  .navbar-icon{
    font-size: 14px;
  }  
}

@media (max-width: 1280px) {
  .center-content {
    height: 110px;
  }
}

@media (max-width: 1245px) {
  .navbar-link{
    font-size: 10px;
  }

  .navbar-icon{
    font-size: 12px;
  }  
}

@media (max-width: 1024px) {
  .navbar-link-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-weather {
    position: relative;
    right: 0px;
  }

  .navbar-icon {
    font-size: 14px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .mobile-currency-weather{
    background-color: #780006;
  
  border: none;
  height: 55px;
  padding-left: 200px;
  padding-right: 200px;
  }
  
  .navbar-weather-web,
  .currency-widget-web {
    display: none;
  }
  .currency-widget {
    position: unset;

  }

  .currency-widget>.carousel-inner {
    width: 120px;
  }

  .currency-badge {
    font-size: 12px;
  }

  .currency-value {
    font-size: 12px;
  }

  .weather-city-name,
  .weather-temperature {
    width: 88px;
  }

  .weather-icon {

    width: 25px;
  }

  /* .weather-city-name, .weather-temperature{
    font-size: 11px;
  } */

  .navbar-dropdown-container {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;

  }

  .navbar-link {
    font-size: 10px;
  }

  .other-icon {
    font-size: 10px;
  }

  .navbar-link>div {
    padding: 5px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbar-home-button {
    width: 30px;

  }

}

@media (max-width: 840px) {
  .mobile-currency-weather{
    display: grid;
    z-index: 49 !important;
    position: absolute;
    width: 100%;
    
  }

  /* .weather-dropdown{
    position: fixed;
  }

  .navbar-weather  {
    position: fixed;
  } */

  .navbar-weather-web,
  .currency-widget-web {
    display: none;
  }
}

@media (max-width: 840px) {

  .navbar-link-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-dropdown-container {
    top: 35%;
  }

  

  /* .weather-city-name, .weather-temperature{
    font-size: 16px;
  } */

  .mobile-currency-weather {
    background-color: #80080E;
    border: none;
    height: 55px;
    padding-left: 200px;
    padding-right: 200px;
  }

  .other-icon {
    display: none;
  }

  .navbar-icon {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 16px;
  }

}

@media (max-width: 768px) {
  .advertisement {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1px;
    object-fit: contain !important;
  }

  /* .advertisement div {
    width: 360px !important;
  height: 44px !important; 
  } */

  .advertisement  img,
.advertisement  iframe {
  /* width: 360px !important; */
  /* height: 44px !important;  */
  object-fit: contain !important;
}

.advertisement iframe body{
  height: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

  .center-content {
    flex-direction: column;
    gap: 10px;
  }

  .logo {
    width: 30%;
    margin: 0;
  }
  .navbar-weather-web,
  .currency-widget-web {
    display: none;
  }

  .login-modal-content{
    top: 0;
  }

  .mobile-currency-weather {
    background-color: #80080E;
    border: none;
    height: 55px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    
  }



  .search-dropdown {
    top: 3 !important;
  }

  .mobile-logo {
    height: 50px !important;
  }

  .navbar-dropdown-container {
    height: auto !important;
  }

  .mobile-dropdown-container {
    padding-left: 10px;
    padding-right: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    font-size: 12px;
    justify-content: space-between;
  }

  .responsive-column {
    flex: 1 0 33%;
    box-sizing: border-box;
  }

  .weather-dropdown {
    z-index: 49 !important;
  }

  /* .text-white{
      z-index: 999 !important;
    } */
  /* *{
      z-index: 999 !important;
    } */

}

@media (max-width:480px) {
  
  .mobile-menu-social-links{
    gap: 15px !important;
    bottom: 50px !important;
  }}

@media (max-width:430px) {
  .navbar-link-container{
    margin-bottom: 55px;
  }

  .mobile-currency-weather{
    margin-top: -55px;
  }

  .mobile-menu-social-links{
    gap: 15px !important;
    bottom: 50px !important;
  }
}
@media (max-width:390px) {
  .mobile-menu-content{
    height: 63px;
  }
  .mobile-menu-social-links{
    gap: 10px !important;
    bottom: 45px !important;
  }
}

@media (max-width:360px) {
  .mobile-menu-content{
    height: 65px;
  }
  .mobile-menu-social-links{
    gap: 10px !important;
    bottom: 45px !important;
  }
}