.header-bottom{
  background-color: #e93443;
  height: 100px;
}
/* Mobil mod için #e93443 renkli arka plan */
@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 172%; /* Navbar'ın altında görünsün */
    left: 0;
    right: 0;
    background-color: white; /* Menü arkaplan rengi */
    z-index: 1000; /* Yüksek bir z-index değeri kullanarak üst katmanda görüntülemek */
  }
  .nav-item{
    border-top: 1px solid #7A7A7A;
  }
  #flag:before { /* :before kullanıldı */
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0; /* bottom yerine top kullanıldı */
    width: 0;
    height: 0;
    border-top: 100px solid white; /* border-bottom yerine border-top kullanıldı */
    border-left: 45.5vw solid transparent;
    border-right: 45.5vw solid transparent;
  }
  .nav-top {
    height: 90px;
    background-color: #e93443 !important;
  }
  .banner{
    width: 80%;
  }
  .site-btn {
    font-family: "Open Sans", sans-serif;
    position: relative;
    top: 10px;
    font-weight: 600;
    color: white;
    font-size: 10px;
    border-radius: 10px;
    padding: 5px 15px;
    transition: background-color 0.3s, transform 0.3s;
  }
  .border-right{
    border-right: 0px solid black;
  }
  .nav-site{
    position: relative;
      color:#7A7A7A !important;
      font-size: 17px !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      font-weight: 600 !important;
      padding: 10px 15px !important;
  }
  .nav-site:hover{
    color: #e93443 !important;
  }
  .nav-site::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 4px; /* Çizgi kalınlığı */
    background-color: #e93443; /* Çizgi rengi */
    transform: translateY(10px);
    transition: transform 0.2s ease-in-out;
  }
  
  .nav-site:hover::before {
    transform: translateY(0);
    opacity: 1;
  }
  .footer-link{
    font-size:13px;
  }
  .footer-link-top{
    font-size:13px;
  }
  .footer-logo{
    width: 50%;
  }
  .fi-rr-hand-back-point-left{
    top: 2px;
    left: 7px;
    position: relative;
  }
  .hand{
    width: 30px;
    position: absolute;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #flag:before { /* :before kullanıldı */
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: -1px; /* bottom yerine top kullanıldı */
    width: 0;
    height: 0;
    border-top: 100px solid white; /* border-bottom yerine border-top kullanıldı */
    border-left: 45.5vw solid transparent;
    border-right: 45.5vw solid transparent;
  }
  .nav-top {
    height: 90px;
    background-color: transparent !important;
  }
  .banner
  {
    width: 65%;
  }
  .site-btn {
    font-family: "Open Sans", sans-serif;
    position: relative;
    top: 25px;
    font-weight: 600;
    color: white;
    font-size: 16px;
    border-radius: 13px;
    padding: 7px 35px;
    transition: background-color 0.3s, transform 0.3s;
  }
  .border-right{
    border-right: 1px solid black;
  }
  #navbarNavDropdown{
    position: relative !important;
  }
  .nav-site{
    position: relative;
      color:#7A7A7A !important;
      font-size: 12px !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      font-weight: 600 !important;
      padding: 10px 15px !important;
  }
  .nav-site:hover{
    color: #e93443 !important;
  }
  .nav-site::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 4px; /* Çizgi kalınlığı */
    background-color: #e93443; /* Çizgi rengi */
    transform: translateY(10px);
    transition: transform 0.2s ease-in-out;
  }
  
  .nav-site:hover::before {
    transform: translateY(0);
    opacity: 1;
  }
  .header-logo{
    position: relative;
    width: 25%;
    top: 20px;
  }
  .footer-link{
    font-size:8px;
  }
  .footer-link-top{
    font-size:14px;
  }
  .footer-logo{
    width: 35%;
  }
  .fi-rr-hand-back-point-left{
    top: 3px;
    left: 7px;
    position: relative;
  }
  .hand{
    width: 60px;
    position: absolute;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #flag:before { /* :before kullanıldı */
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0; /* bottom yerine top kullanıldı */
    width: 0;
    height: 0;
    border-top: 100px solid white; /* border-bottom yerine border-top kullanıldı */
    border-left: 45.5vw solid transparent;
    border-right: 45.5vw solid transparent;
  }
  .nav-top {
    height: 90px;
    background-color: transparent !important;
  }
  .banner
  {
    width: 65%;
  }
  .site-btn {
    font-family: "Open Sans", sans-serif;
    position: relative;
    top: 30px;
    font-weight: 600;
    color: white;
    font-size: 20px;
    border-radius: 13px;
    padding: 6px 40px;
    transition: background-color 0.3s, transform 0.3s;
  }
  .border-right{
    border-right: 1px solid black;
  }
  #navbarNavDropdown{
    position: relative !important;
  }
  .nav-site{
    position: relative;
      color:#7A7A7A !important;
      font-size: 20px !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      font-weight: 600 !important;
      padding: 15px 30px !important;
  }
  .nav-site:hover{
    color: #e93443 !important;
  }
  .nav-site::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 4px; /* Çizgi kalınlığı */
    background-color: #e93443; /* Çizgi rengi */
    transform: translateY(10px);
    transition: transform 0.2s ease-in-out;
  }
  
  .nav-site:hover::before {
    transform: translateY(0);
    opacity: 1;
  }
  .header-logo{
    position: relative;
    width: 20%;
    top: 30px;
  }
  .footer-link{
    font-size:16px;
  }
  .footer-link-top{
    font-size:20px;
  }
  .footer-logo{
    width: 25%;
  }
    .fi-rr-hand-back-point-left{
    top: 5px;
    left: 7px;
    position: relative;
  }
  .hand{
    width: 70px;
    position: absolute;
  }
}
@media screen and (min-width: 1441px) and (max-width: 2560px) {
  #flag:before { /* :before kullanıldı */
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: -2px; /* bottom yerine top kullanıldı */
    width: 0;
    height: 0;
    border-top: 100px solid white; /* border-bottom yerine border-top kullanıldı */
    border-left: 45.5vw solid transparent;
    border-right: 45.5vw solid transparent;
  }
  .nav-top {
    height: 90px;
    background-color: transparent !important;
  }
  .banner
  {
    width: 65%;
  }
  .site-btn {
    font-family: "Open Sans", sans-serif;
    position: relative;
    top: 20px;
    font-weight: 700;
    color: white;
    font-size: 30px;
    border-radius: 13px;
    padding: 6px 40px;
    transition: background-color 0.3s, transform 0.3s;
  }
  .border-right{
    border-right: 1px solid black;
  }
  #navbarNavDropdown{
    position: relative !important;
  }
  .nav-site{
    position: relative;
      color:#7A7A7A !important;
      font-size: 26px !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      font-weight: 600 !important;
      padding: 15px 40px !important;
  }
  .nav-site:hover{
    color: #e93443 !important;
  }
  .nav-site::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 4px; /* Çizgi kalınlığı */
    background-color: #e93443; /* Çizgi rengi */
    transform: translateY(10px);
    transition: transform 0.2s ease-in-out;
  }
  
  .nav-site:hover::before {
    transform: translateY(0);
    opacity: 1;
  }
  .header-logo{
    position: relative;
    width: 18%;
    top: 40px;
  }
  .footer-logo{
    width: 30%;
  }
  .fi-rr-hand-back-point-left{
    top: 6px;
    left: 7px;
    position: relative;
  }
  .hand{
    width: 70px;
    position: absolute;
  }
}
@media screen and (min-width:777px){
    .nav-link {
      padding:18px 0;
      min-width:120px;
    }
    .navbar {
      padding: 0
    }
  }




.site-btn:hover {
  color: white;
  transform: scale(1.1); /* Hover'da büyüklük faktörü */
}

.easyfishoil{
  background-color: #2F6B88;
}
.easyfishoil:hover{
  background-color: #49A3CE;
}

.easyvit{
  background-color: #FA0505;
}
.easyvit:hover{
  background-color: #B20000;
}

.sjomanns{
  background-color: #044845;
}
.sjomanns:hover{
  background-color: #016362;
}

.peptiline{
  background-color: #1A3D4F;
}
.peptiline:hover{
  background-color: #2B6583;
}

.hemopropin{
  background-color: #FFB000;
}
.hemopropin:hover{
  background-color: #E69F00;
}


#flag {
  width: 100%;
  height: 500px;
  box-sizing: content-box;
  padding-bottom: 15px; /* padding-top yerine padding-bottom kullanıldı */
  position: relative;
  background: white;
  color: white;
  text-align: center;
  z-index: 1;
}

.footer-link{
  color: black;
}

.footer-link:hover{
  color: #e93443;
}

.footer-link-top{
  color: black;
}