.wh-32 {
  width: 32px !important;
  height: 32px !important;
}

.wh-48 {
  width: 48px !important;
  height: 48px !important;
}

.p-40 {
  padding: 40px !important;
}
@media (max-width: 768px) {
  .p-40 {
    padding: 20px !important;
  }
}

.h200 {
  height: 200px !important;
}

.h624 {
  height: 624px !important;
}
@media (max-width: 768px) {
  .h624 {
    height: 300px !important;
  }
}

.h600 {
  height: 300px !important;
}
@media (min-width: 768px) {
  .h600 {
    height: 360px !important;
  }
}
@media (min-width: 1280px) {
  .h600 {
    height: 600px !important;
  }
}

.h636 {
  height: 300px !important;
}
@media (min-width: 768px) {
  .h636 {
    height: 400px !important;
  }
}
@media (min-width: 1280px) {
  .h636 {
    height: 636px !important;
  }
}

.h424 {
  height: 400px !important;
}
@media (min-width: 1280px) {
  .h424 {
    height: 424px !important;
  }
}

.placeholder-color::-moz-placeholder {
  color: #525866 !important;
}

.placeholder-color::placeholder {
  color: #525866 !important;
}

.btn-warning {
  background-color: #FFC843 !important;
}

.h300 {
  height: 300px !important;
}

.h400 {
  height: 400px !important;
}
@media (max-width: 768px) {
  .h400 {
    height: 200px !important;
  }
}

.w140h64 {
  width: 140px !important;
  height: 64px !important;
}

.wh-100 {
  width: 100px !important;
  height: 100px !important;
}

.mw-86 {
  max-width: 86px !important;
}

.bg-liner-gradient {
  background: linear-gradient(180deg, rgba(32, 35, 45, 0) 0%, #20232D 100%);
}

.cursor-pointer {
  cursor: pointer !important;
}

.category-active {
  border-bottom: 1px solid #0A0D14;
  color: #0A0D14 !important;
}

.height-460 {
  height: 460px;
}

.fs-20 {
  font-size: 20px;
}

@media (max-width: 768px) {
  .fs-20 {
    font-size: 22px;
  }
  .height-460 {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .fs-20 {
    font-size: 24px;
  }
}
.border-bottom-200 {
  border-bottom: 1px solid #E2E4E9 !important;
}

.box-shadow-16 {
  box-shadow: 0px 16px 40px -8px rgba(88, 92, 95, 0.16) !important;
}

.hover-button-black-900 {
  transition: all 0.2s ease-in-out !important;
}
.hover-button-black-900 svg path {
  transition: all 0.2s ease-in-out !important;
}
.hover-button-black-900:hover {
  background-color: #0A0D14 !important;
  color: #FFC843 !important;
}
.hover-button-black-900:hover svg path {
  fill: #FFC843 !important;
}

.blur {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.hover-20 {
  cursor: pointer;
  transition: all 0.2s ease-in-out !important;
}
.hover-20:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.sosial-icon-hover {
  cursor: pointer;
  transition: all 0.2s ease-in-out !important;
}
.sosial-icon-hover:hover {
  background-color: rgba(255, 255, 255, 0.1019607843) !important;
}

.hover-100 {
  cursor: pointer;
  transition: all 0.2s ease-in-out !important;
}
@media (max-width: 1280px) {
  .hover-100:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
}

.min-w-100 {
  min-width: 80px !important;
}

.left-m-5 {
  left: -5px !important;
}

.lh-medium {
  line-height: 1.75 !important;
}

.bg-yellow {
  background-color: #FFC843 !important;
}

.bg-yellow-dark {
  background-color: #F5AD00 !important;
}

.bg-yellow-light {
  background-color: #FFCF5C !important;
}

.bg-yellow-lighter {
  background-color: #FFF9EB !important;
}

.bg-whites {
  background-color: #FFF;
}

.bg-blue-lighter {
  background-color: #EBF1FF;
}

.bg-whites-100 {
  background-color: #F6F8FA !important;
}

.bg-whites-200 {
  background-color: #E2E4E9 !important;
}

.bg-black-300 {
  background-color: #31353F !important;
}

.bg-black-700 {
  background-color: #20232D !important;
}

.bg-black-mb-700 {
  background-color: #20232D !important;
}

.bg-black-900 {
  background-color: #0A0D14 !important;
}

.bg-black-opacity {
  background-color: rgba(10, 13, 20, 0.4862745098) !important;
}

.bg-whites-300 {
  background-color: #CDD0D5 !important;
}

.bg-whites-400 {
  background-color: #868C98 !important;
}

.bg-whites-500 {
  background-color: #525866 !important;
}

.bg-whites-700 {
  background-color: #FFF9EB !important;
}

.bg-whites-800 {
  background-color: #161922 !important;
}

.bg-red-80 {
  background-color: rgba(222, 58, 53, 0.8) !important;
}

.bg-whites-10 {
  background-color: rgba(255, 255, 255, 0.1019607843) !important;
}

.bg-whites-20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.text-yellow {
  color: #FFC843 !important;
}

.text-yellow-dark {
  color: #F5AD00 !important;
}

.text-yellow-lighter {
  color: #FFF9EB !important;
}

.text-white {
  color: #FFF !important;
}

.text-blue {
  color: #375DFB !important;
}

.text-black-700 {
  color: #20232D !important;
}

.text-black-900 {
  color: #0A0D14 !important;
}

.text-white-300 {
  color: #CDD0D5 !important;
}

.text-white-400 {
  color: #868C98 !important;
}

.text-white-500 {
  color: #525866 !important;
}

.text-white-700 {
  color: #FFF9EB !important;
}

.text-white-800 {
  color: #161922 !important;
}

.text-white-900 {
  color: #0A0D14 !important;
}

.text-red-80 {
  color: rgba(222, 58, 53, 0.8) !important;
}

.text-white-10 {
  color: rgba(255, 255, 255, 0.1019607843) !important;
}

.text-white-20 {
  color: rgba(255, 255, 255, 0.2) !important;
}

.border-yellow {
  border-color: #FFC843 !important;
}

.border-yellow-dark {
  border-color: #F5AD00 !important;
}

.border-yellow-lighter {
  border-color: #FFF9EB !important;
}

.border-white {
  border-color: #FFF !important;
}

.border-black-900 {
  border-color: #0A0D14 !important;
}

.border-white-200 {
  border-color: #E2E4E9 !important;
}

.border-white-300 {
  border-color: #CDD0D5 !important;
}

.border-white-400 {
  border-color: #868C98 !important;
}

.border-white-500 {
  border-color: #525866 !important;
}

.border-white-700 {
  border-color: #FFF9EB !important;
}

.border-white-800 {
  border-color: #161922 !important;
}

.border-red-80 {
  border-color: rgba(222, 58, 53, 0.8) !important;
}

.border-white-10 {
  border-color: rgba(255, 255, 255, 0.1019607843) !important;
}

.border-white-20 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-80 {
  border-color: rgba(255, 255, 255, 0.5019607843) !important;
}

.service-hover {
  transition: all 0.2s ease-in-out !important;
  cursor: pointer !important;
}
.service-hover:hover {
  background-color: #FFF !important;
}
.service-hover:hover h5 {
  color: #161922 !important;
}
.service-hover:hover svg path {
  fill: #FFC843 !important;
}

.production-hover {
  transition: all 0.2s ease-in-out !important;
  cursor: pointer !important;
}
.production-hover div .bottom-container {
  transition: all 0.2s ease-in-out !important;
}
.production-hover div .bottom-container a {
  display: none;
}
.production-hover:hover {
  background-color: #FFC843 !important;
}
.production-hover:hover div {
  border-color: #FFC843 !important;
}
.production-hover:hover div .bottom-container {
  background-color: #FFCF5C !important;
}
.production-hover:hover div .bottom-container a {
  display: block;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  grid-auto-rows: 400px;
}

.image-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.image-grid img:nth-child(4n+1),
.image-grid img:nth-child(4n+4) {
  /* 4, 8, 12, 16, ... */
  grid-column: span 2;
}

.image-grid img:nth-child(n+2):not(:nth-child(4n+1)):not(:nth-child(4n+4)) {
  grid-column: span 1;
}

@media (max-width: 768px) {
  .image-grid {
    grid-template-columns: 1fr;
  }
  .image-grid img {
    grid-column: span 1 !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .image-grid {
    grid-auto-rows: 250px !important;
  }
}
@media (max-width: 768px) {
  .fs-12 {
    font-size: 12px !important;
  }
  .fs-14 {
    font-size: 14px !important;
  }
  .fs-16 {
    font-size: 16px !important;
  }
  .fs-18 {
    font-size: 18px !important;
  }
  .fs-20 {
    font-size: 20px !important;
  }
  .fs-22 {
    font-size: 22px !important;
  }
  .fs-24 {
    font-size: 24px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-14 {
    font-size: 14px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-16 {
    font-size: 16px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-18 {
    font-size: 18px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-20 {
    font-size: 20px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 40px !important;
  }
}

@media (min-width: 1280) {
  .fs-lg-56 {
    font-size: 56px !important;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100vh;
  background-color: #fff !important;
  overflow: hidden;
}

.header {
  height: 104px;
}

a {
  text-decoration: none !important;
}

.dropdown-menu[data-bs-popper] {
  min-width: 70px;
}

.dropdown-toggle {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.dropdown-toggle::after {
  display: none !important;
}
.dropdown-toggle svg {
  border: none !important;
  vertical-align: baseline !important;
  margin-left: 4px !important;
}

.language_active {
  width: 100% !important;
  display: block !important;
  position: absolute;
  min-width: auto !important;
  top: 110%;
  border: none !important;
  padding: 6px 6px 2px 6px !important;
}
.language_active a {
  border-radius: 6px;
  width: 100%;
  padding: 7px 4.5px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.language_active li {
  width: 100% !important;
  margin-bottom: 4px;
}

.dropdown-menu-mobile {
  position: relative !important;
}

.swiper {
  width: 100%;
  height: 500px;
  border-radius: 8px !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px !important;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #ffc02e !important;
}

.circle {
  background-color: rgba(222, 58, 53, 0.8);
  border-radius: 50%;
  height: 160px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  position: relative;
}
.circle svg {
  transform: rotateZ(183deg) !important;
  position: absolute;
  z-index: 1;
}
.circle svg textPath {
  fill: #fff !important;
}

text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.text-yellow svg path {
  fill: #ffc02e !important;
}

.nav-link-menu.dropdown-toggle svg {
  transition: transform 0.3s ease;
}

.nav-link-menu.show svg {
  transform: rotate(180deg) !important;
  transition: transform 0.3s ease;
}

.badge {
  background: rgba(255, 255, 255, 0.2);
  width: 80px;
  cursor: pointer;
}

.bg-secondary-custom {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

#language-dropdown-mobile-menu {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
#language-dropdown-mobile-menu li a {
  transition: all 0.2s ease-in-out !important;
}
#language-dropdown-mobile-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

#language-dropdown-menu {
  background-color: #FFF;
  box-shadow: 0px 16px 40px -8px rgba(88, 92, 95, 0.16) !important;
}
#language-dropdown-menu li a {
  transition: all 0.2s ease-in-out;
  color: #000;
}
#language-dropdown-menu li a:hover {
  background-color: #F6F8FA;
}

.home-dropdown-menu {
  background-color: rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0px 16px 40px -8px rgba(88, 92, 95, 0.16) !important;
}
.home-dropdown-menu li a {
  transition: all 0.2s ease-in-out !important;
  color: #fff !important;
}
.home-dropdown-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.badge-mobile {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
}

.black-icon::after {
  filter: invert(0) !important;
}

.navbar-menu {
  transition: all 0.5s ease-in-out;
  left: -24px;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.hamburger-menu {
  display: none;
}

.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.navbar-toggler::after {
  content: url("./assets/icons/menu-fill.svg") !important;
  filter: invert(1);
}

.navbar-toggler-close::after {
  content: url("./assets/icons/close-fill.svg") !important;
  filter: invert(0);
}

.img-container {
  transition: all 0.3s ease-in-out;
}
.img-container .gradient,
.img-container .overlay-text {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.img-container:hover .gradient,
.img-container:hover .overlay-text {
  opacity: 1;
  visibility: visible;
}

.contact-input {
  outline: none !important;
  padding: 10px 10px 10px 12px;
  border-radius: 10px;
}
.contact-input:focus {
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .contact-container div svg {
    width: 24px !important;
    height: 24px !important;
  }
}

.dropdown-item svg {
  display: none !important;
}

@media (max-width: 1023px) {
  .nav-link-menu.dropdown-toggle svg path {
    fill: #fff !important;
  }
  .hamburger-menu {
    display: block;
  }
  .logo {
    z-index: 99999999;
    position: relative;
  }
  .language_active {
    position: relative;
  }
  .language_active a {
    justify-content: start;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .language_active li {
    width: 100% !important;
    margin-bottom: 4px;
  }
  .navbar-menu {
    -webkit-clip-path: circle(0 at 0% 0);
    clip-path: circle(0 at 0% 0);
    background-color: #20232D;
    visibility: hidden;
    opacity: 0;
    position: fixed !important;
    top: 100px;
    width: 100%;
    left: 0;
    height: 100vh;
    max-height: 110vh;
    overflow-y: auto;
    padding-bottom: 173px !important;
  }
  .main-navbar {
    top: 0 !important;
    z-index: -1;
    height: 100dvh;
  }
  .navbar-toggler {
    z-index: 1000;
  }
  .dropdown-toggle svg {
    position: absolute;
    right: 0;
  }
  .item-menu {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .item-menu .dropdown-item {
    position: relative;
  }
  .item-menu .dropdown-item svg {
    display: block !important;
  }
  .nav-item {
    border-bottom: 1px solid #31353F;
    padding-bottom: 10px;
  }
  .dropdown-item {
    color: #fff !important;
  }
}
.show {
  -webkit-clip-path: circle(141.2% at 0% 0) !important;
          clip-path: circle(141.2% at 0% 0) !important;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.overflow-hidden-custom {
  overflow: hidden !important;
}

.none {
  display: none !important;
}/*# sourceMappingURL=style.css.map */