@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
  font-family: "Copperplate Gothic Bold";
  src: url("https://sarpeks.az/assets/fonts/copperplategothic_bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}




@font-face {
  font-family: "Corbel";
  src: url("https://sarpeks.az/assets/fonts/Corbel.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body, p, span, a, div, h1, h2, h3, h4, h5, h6, button, input, textarea {
  font-family: "Bitter", serif !important;
}


.box1 {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  margin: 5px;
}

.box1 img {
  width: 100%;
  display: block;
  /* transition: transform 0.5s ease; */
}

.imgText {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  /* transition: all 0.5s ease; */
  
}

/* Hover öncəsi */
.hoverList {
  display: none;
  /* list-style: none; */
  margin: 0;
  padding: 0;
}

.hoverList li {
  gap: 5px;
  font-size: 13px;
  
  text-align: start !important;
  
}

/* Hover zamanı */
/* .box1:hover img {
  transform: scale(1.05);
} */

.box1:hover .imgText {
  bottom: 0;
  height: 100%;
  background: #43515A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.box1:hover .defaultText {
  display: none;
}

.box1:hover .hoverList {
  display: block;
}

.swiper-button-prev,
.swiper-button-next {
  background: none !important;
  font-size: 60px;
  color: #fff; 
  border: none;
  outline: none;
  box-shadow: none;
}


.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: none !important;
  color: #fff; 
  box-shadow: none;
  transform: none;
  opacity: 1;
}


.fonth1 {
  font-family: "Copperplate Gothic Bold", sans-serif;
  font-weight: 700;
}

.abouth6{
    
    font-weight: normal;
    font-size: 15px;
}

.langBox{
  display: block !important;
}

.nav-main ul {
  /* normal vəziyyətdə (böyük ekranlarda) istədiyin stillər */
  display: flex;
  align-items: center;
}
.langBox button {
    background-color: transparent;
  border: 1px solid #00afd5;
  color: #00afd5;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  transition: 0.3s;
}

.mobileMenu{
  display: none !important;
}
@media (max-width:768px){
  .mobileMenu{
    display: flex !important;
    justify-content: end;
    align-items: center;
  }
}


/* 768px və daha kiçik ekranlarda */
@media (max-width: 768px) {
  .nav-main ul{
    display: block !important;
  }
  .langBox button{
    display: none;
  }
}

