@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700&display=swap");
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
  font-weight: 400;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none !important;
  font-weight: 400;
}

.ml0 {
  margin-left: 0 !important;
}

header.sticky {
  position: sticky;
  padding: 0px;
}
header.sticky .container {
  background-color: rgba(0, 147, 202, 0.1294117647) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  max-width: 100%;
}
header.sticky .top {
  transition: 0.3;
  visibility: visible;
}

#closeToggle {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.25);
}

body {
  width: 100%;
  background-color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  overflow-x: hidden;
}
body .content {
  position: relative;
  z-index: 5;
  overflow-x: hidden;
}

.section-title {
  font-size: 35px;
  color: #383838;
  margin-bottom: 20px;
  font-weight: 700;
}

.section-subTitle {
  font-size: 20px;
  color: #383838;
  margin-bottom: 20px;
  font-weight: 600;
}

.order-btn {
  background-color: #0093ca;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  transition: 0.3s;
}
.order-btn:hover {
  background-color: #01a4e0;
}

.corporate-docs {
  font-size: 13px;
  color: #383838;
  opacity: 0.8;
  transition: 0.3s;
}
.corporate-docs:hover {
  opacity: 1;
}

.language {
  display: none;
}

header {
  position: sticky;
  z-index: 100 !important;
  padding: 30px 0px 0px 0px;
  top: -5px;
}
header .top {
  display: flex;
  align-items: center !important;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3;
  visibility: hidden;
  background-color: #fff;
}
header .flag {
  width: 20px;
  width: 20px;
  border-radius: 50%;
}
header .container {
  --bs-bg-opacity: 1;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.4s;
  transition: all 0.4s ease-out;
}
header .container .row {
  padding: 10px;
  justify-content: center;
}
header .company {
  display: flex;
  align-items: center;
}
header .company-logo {
  width: 200px;
}
header .menu {
  display: flex;
  align-items: center;
  justify-content: end;
}
header .menu .menu-content .menu-ul .company-mobil {
  display: none;
}
header .menu-item {
  padding-right: 25px;
  display: flex;
  align-items: center;
}
header .menu-item a {
  position: relative;
  white-space: nowrap;
  color: #383838;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease-out;
}
header .menu-item a:hover {
  color: #212123;
  opacity: 1;
}
header .menu-item:hover a:after {
  width: 100%;
}
header .menu-item a.toggle:after {
  content: "";
  width: 0%;
  height: 3px;
  background-color: #0093ca;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s ease-out;
}
header #menuToggle {
  display: none;
}
header .menu-ul .mobile-contact-li {
  display: none;
}
header .hover-underline-animation {
  display: inline-block;
  position: relative;
  color: red;
}
header .hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 80%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #0093ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
header .hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#headline {
  margin-top: -160px;
}
#headline .headline-item {
  position: relative;
  z-index: 1;
}
#headline .headline-item article {
  position: absolute;
  z-index: 2;
  bottom: 35%;
  left: 10%;
  color: #fff;
}
#headline .headline-item article h3 {
  font-size: 50px;
  font-weight: 700;
}
#headline .swiper-button-next {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.2px);
  -webkit-backdrop-filter: blur(2.2px);
  border: 1px solid rgba(255, 255, 255, 0.49);
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
#headline .swiper-button-next::after {
  font-size: 22px;
  color: #fff;
}
#headline .swiper-button-prev {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.2px);
  -webkit-backdrop-filter: blur(2.2px);
  border: 1px solid rgba(255, 255, 255, 0.49);
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
#headline .swiper-button-prev::after {
  font-size: 22px;
  color: #fff;
}

#product {
  padding: 100px;
}
#product article {
  padding: 80px;
}
#product article .product-ul {
  display: table;
  width: auto;
  margin: auto;
  padding: 0;
}
#product article .product-ul li {
  display: flex;
  align-items: center;
  padding: 3px;
}
#product article .product-ul li i {
  font-size: 40px;
  color: #2154a1;
  margin-right: 10px;
}
#product article .product-ul li p {
  font-size: 18px;
}
#product article .order-btn {
  background-color: #2154a1;
}
#product article .order-btn:hover {
  color: #fff;
  background-color: #296ed5;
}
#product .order-btn {
  text-align: center;
  width: 100%;
}
#product .product-img-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100px;
  right: 0px;
}
#product .product-img-container .circle {
  position: absolute;
  right: 0px;
  top: -40px;
  width: 100%;
  height: auto;
  z-index: -1;
  animation: spin 8s linear infinite;
}

#area {
  padding: 100px;
}
#area .area-content {
  position: relative;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 10px;
}
#area .area-content .product-area-img {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}
#area .area-content .product-area-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s;
}
#area .area-content .product-area-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(2, 2, 2, 0.52);
  opacity: 0;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 0.4s cubic-bezier(0.02, 0.54, 0.58, 1);
  z-index: 1;
}
#area .area-content .product-area-mask article {
  position: relative;
  display: table;
  margin: auto;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  z-index: 2;
  color: #fff;
}
#area .area-content .product-area-mask article h3 {
  font-size: 25px;
  font-weight: 600;
}
#area .area-content p {
  padding: 10px;
  font-size: 18px;
}
#area .area-content:hover .product-area-mask {
  opacity: 1 !important;
}
#area .area-content:hover img {
  transform: scale(1.1);
}

#order {
  padding: 100px;
  background-color: #0093ca;
  color: #fff;
  border-radius: 100px;
}
#order article {
  padding: 40px;
}
#order article .section-title {
  color: #fff;
}
#order article .section-subTitle {
  color: #fff;
  font-size: 18px;
}
#order article .order-btn {
  border: 1px solid #fff;
  background-color: #fff;
  color: #0093ca;
  font-size: 20px;
}
#order article .order-btn:hover {
  background-color: transparent !important;
  color: #fff;
}
#order article .order-btn i {
  font-size: 18px;
}

#reference {
  padding: 100px;
}
#reference .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
#reference .swiper-slide img {
  display: table;
  margin: auto;
  height: 100px;
  webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.3s;
  cursor: pointer;
}
#reference .swiper-slide img:hover {
  filter: grayscale(0%);
}

footer {
  padding-top: 100px;
  position: relative !important;
  text-align: center;
}
footer .footer-box {
  max-width: 1076px;
  margin: 0px auto;
  padding: 50px 20px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  position: relative;
  z-index: 2;
}
footer .footer-box .custom-input-group {
  max-width: 560px;
  margin: 40px auto 0px;
  position: relative;
}
footer .footer-box .custom-input-group input {
  width: 100%;
  padding: 20px 80px 20px 30px;
  border-radius: 35px;
  border: 1px solid #c1c1c1;
  font-size: 18px;
  color: #27346d;
}
footer .footer-box .custom-input-group button {
  width: 50px;
  height: 50px;
  background-color: #0093ca;
  border: 1px solid transparent;
  line-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.3s;
}
footer .footer-box .custom-input-group button i {
  font-size: 24px;
  color: #fff;
}
footer .footer-box .custom-input-group button:hover {
  border: 1px solid #0093ca;
  background-color: #fff;
}
footer .footer-box .custom-input-group button:hover i {
  color: #0093ca;
}
footer .footer-box img {
  width: 300px;
}
footer .footer-social {
  margin-top: 30px;
}
footer .footer-social a {
  text-decoration: none;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  color: #27346d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-in;
}
footer .footer-social a:hover {
  background-color: #0093ca;
  border: 1px solid transparent;
  color: #ffffff !important;
}
footer .copyright {
  padding: 30px 12px 25px;
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  color: #383838;
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section-subTitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .language {
    display: block;
  }
  header {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.08);
    padding: 0px;
  }
  header .container .row {
    justify-content: start !important;
    padding: 0px;
  }
  header .mobile-menu-span {
    margin-top: 20px;
  }
  header .company {
    display: flex;
    align-items: center;
  }
  header .company .company-logo {
    display: flex;
    align-items: center;
    margin-top: 0px;
    padding: 0px;
  }
  header .company .company-logo .mobile-logo {
    max-width: 150px !important;
    margin-left: 150px;
  }
  header .company #menuToggle {
    padding: 10px;
    padding-right: 20px;
    position: relative;
    z-index: 15;
    display: block;
    color: #383838;
    font-size: 34px;
    rotate: 180deg;
  }
  header .menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 80%;
    height: 100vh;
    background-color: #fff;
    transition: all 0.2s ease-out;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);
    display: block;
    z-index: 15;
    margin-left: -100%;
  }
  header .menu .menu-content {
    width: 100%;
  }
  header .menu .menu-content .row .menu-ul {
    font-size: 16px;
    font-weight: 400;
    color: #111;
    display: block;
    line-height: 50px;
  }
  header .menu .menu-content .menu-ul .company-mobil {
    display: block !important;
  }
  header .company-mobil .mobile-logo {
    max-width: 150px !important;
  }
  header .company-mobil .contact-phone-map {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 35px;
  }
  header .company-mobil .contact-phone-map a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    border: 1px solid rgba(0, 0, 0, 0.786);
    margin-right: 10px;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    margin-top: 10px;
  }
  header .company-mobil .contact-phone-map a i {
    font-size: 20px;
    color: #383838;
  }
  header .menu-item {
    padding-left: 5px;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.25);
  }
  header .menu-item a {
    padding-left: 15px;
    padding-right: 15px;
    color: #111;
  }
  header .hover-underline-animation {
    display: block !important;
  }
  header .top {
    display: none;
  }
  #headline {
    margin-top: 0px;
  }
  #headline article {
    text-align: center;
    top: 10%;
    left: 0% !important;
  }
  #headline article h3 {
    font-size: 30px !important;
    font-weight: 700;
  }
  #product {
    padding: 10px;
    padding-bottom: 20px;
  }
  #product .product-img-container {
    position: relative;
    top: 15%;
    right: 0px;
  }
  #product .product-img-container .circle {
    position: absolute;
    right: 0px;
    top: -50px;
    width: 100%;
    height: auto;
    z-index: -1;
    animation: spin 8s linear infinite;
  }
  #product article {
    padding: 10px;
  }
  #area {
    padding: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #area .area-content {
    margin: 0px;
    margin-top: 22px;
  }
  #area .product-area-mask {
    opacity: 1 !important;
  }
  #order {
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 0px;
  }
  #order article {
    padding: 20px;
  }
  #reference {
    padding: 10px;
    padding-bottom: 20px;
  }
  .footer-social a {
    width: 35px !important;
    height: 35px !important;
  }
}/*# sourceMappingURL=main.css.map */