/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "./swiper.css";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.showcase {
  background: url(../img/icon/bg-vector.png) center;
  padding: 100px 0;
  background-color: #00bed4;
  position: relative;
}
@media (max-width: 992px) {
  .showcase {
    padding: 80px 0;
  }
}
.showcase__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}
@media (max-width: 768px) {
  .showcase__wrapper {
    flex-direction: column;
  }
}
.showcase__article {
  width: 50%;
}
@media (max-width: 768px) {
  .showcase__article {
    width: 100%;
  }
}
@media (max-width: 993px) {
  .showcase img {
    height: 270px;
  }
}
.showcase__title {
  min-height: 80px;
}
@media (max-width: 1300px) {
  .showcase__title {
    min-height: 70px;
  }
}
.showcase__title h2 {
  color: #fff;
}
.showcase__desc {
  color: #fff;
  text-align: justify;
}

.card {
  margin-bottom: 100px;
}
.card__title {
  text-align: center;
  margin-bottom: 50px;
}
.card__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.card__item {
  display: flex;
  flex-direction: column;
  width: calc(35% - 60px);
  background-color: #0195a6;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 45px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  cursor: pointer;
  transition: 0.3s all ease;
}
@media (max-width: 1300px) {
  .card__item {
    width: calc(40% - 85px);
  }
}
.card__item:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  transition: background-color 0.3s ease;
  background-color: #07bdd2;
  transition: 0.3s all ease;
}
.card__item:hover img {
  transform: scale(1.1);
  transition: 0.3s all ease;
}
.card__img {
  margin-bottom: 20px;
}
.card__img img {
  object-fit: cover;
  width: 100%;
  height: 220px;
  margin-bottom: 10px;
  border-radius: 10px;
  transition: 0.3s all ease;
}
.card__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  height: 210px;
}
@media (max-width: 1300px) {
  .card__info {
    height: 135px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-button-next {
  right: 5%;
}
.swiper-button-prev {
  left: 5%;
}

.vision {
  padding-bottom: 55px;
  margin: 40px 0;
}
.vision__title {
  text-align: center;
  margin-bottom: 50px;
}
.vision__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: center;
}
@media (max-width: 992px) {
  .vision__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.vision__img {
  position: relative;
  height: max-content;
  transition: 0.3s all ease;
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .vision__img {
    margin-right: 0;
  }
}
.vision__img:hover {
  margin-right: 50px;
  transition: 0.3s all ease;
}
@media (max-width: 1023px) {
  .vision__img:hover {
    transition: none;
    margin-right: 0;
  }
}
.vision__img img {
  max-height: 570px;
  width: 100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 10px;
}
@media (max-width: 1300px) {
  .vision__img img {
    max-height: 470px;
  }
}
.vision__img-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 999;
  background: linear-gradient(0deg, rgb(18, 18, 18), rgba(18, 18, 18, 0));
  border-radius: 10px;
}
.vision__img-text h3 {
  font-size: 25px;
  text-align: center;
  color: #fff;
}
.vision__img-text p {
  margin-top: 20px;
  color: #fff;
}
.vision__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .vision__box {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .vision__box {
    width: 100%;
    gap: 30px;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .vision__box {
    flex-direction: column;
  }
}
.vision__box-container {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  min-height: 250px;
}
@media (max-width: 1300px) {
  .vision__box-container {
    min-height: 220px;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .vision__box-container {
    min-height: 240px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .vision__box-container {
    min-height: 150px;
    padding: 20px;
  }
}
.vision__box-item {
  background: #d9dde1;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
@media (max-width: 992px) {
  .vision__box-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .vision__box-item {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .vision__box-img img {
    height: 100px;
  }
}
@media (max-width: 992px) {
  .vision__box-img img {
    height: 70px;
  }
}
.vision__box-text {
  text-align: left;
}
.vision__box-text h3 {
  padding-bottom: 10px;
}

.principles {
  background-color: #d9dde1;
  padding: 55px 0;
  margin: 40px 0;
}
.principles__title {
  text-align: center;
}
.principles__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.principles__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(55% - 80px);
  padding: 55px;
  background: #0195a6;
  will-change: background-position;
  background-image: linear-gradient(-10deg, #1c82d9 50%, transparent 0);
  background-size: 100% 300%;
  background-repeat: no-repeat;
  background-position: center 12%;
  transition: background-position 0.66667s cubic-bezier(0.61, 0, 0.39, 1);
}
@media (max-width: 1300px) {
  .principles__item {
    width: calc(45% - 0px);
    padding: 35px;
  }
}
@media (max-width: 992px) {
  .principles__item {
    width: calc(50% - 0px);
    padding: 35px;
  }
}
@media (max-width: 820px) {
  .principles__item {
    width: calc(100% - 0px);
    padding: 35px;
    background-image: linear-gradient(-7deg, #1c82d9 50%, transparent 0);
  }
}
@media (max-width: 475px) {
  .principles__item {
    flex-direction: column-reverse;
    text-align: center;
  }
  .principles__item h3 {
    margin-top: 10px;
  }
}
.principles__item:nth-child(2) {
  background-color: #07bdd2;
}
.principles__item:nth-child(3) {
  background-color: #07bdd2;
}
@media (max-width: 820px) {
  .principles__item:nth-child(3) {
    background-color: #0195a6;
  }
}
.principles__item:nth-child(4) {
  background-color: #0195a6;
}
@media (max-width: 820px) {
  .principles__item:nth-child(4) {
    background-color: #07bdd2;
  }
}
.principles__item:hover {
  background-position: center 88%;
}
.principles__info {
  width: 70%;
  transition: 0.3s all ease;
}
@media (max-width: 1024px) {
  .principles__info {
    width: 100%;
  }
}
.principles__info p {
  margin-top: 20px;
}
.principles__img img {
  object-fit: cover;
  max-width: 120px;
}
@media (max-width: 1024px) {
  .principles__img img {
    max-width: 100px;
  }
}
@media (max-width: 576px) {
  .principles__img img {
    max-width: 70px;
  }
}

.header {
  padding: 25px;
  background: #e9eded;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 40px -5px;
  position: relative;
  z-index: 999;
}
@media (max-width: 992px) {
  .header {
    display: none;
  }
}
.header__img {
  text-align: center;
}
@media (max-width: 1300px) {
  .header__img img {
    width: 70%;
  }
}
.header__navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__navbar-menu {
  display: flex;
  align-items: center;
  width: 72%;
}
.header__navbar-item {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  border-radius: 30px;
  transition: 0.3s all ease;
}
.header__navbar-item:hover {
  box-shadow: rgba(7, 189, 210, 0.45) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  background: #fff;
  color: #000;
  border-radius: 30px;
  transition: 0.3s all ease;
}
.header__navbar-item:hover .submenu {
  position: absolute;
  visibility: visible;
  opacity: 1;
  border-radius: 10px;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  transition: 0.3s all ease;
}
.header__navbar-item:hover .header__navbar-item-link {
  color: #000;
}
.header__navbar-item-link {
  padding: 10px 15px;
  display: block;
  transition: all 0.3s ease;
  border-radius: 30px;
  color: #343434;
}
.header__navbar .search {
  display: flex;
  align-items: center;
  background-color: #cfcccc;
  width: 50px;
  height: 50px;
  border: none;
  padding-left: 15px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.header__navbar .search span {
  margin-left: 10px;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  transition: opacity 0.2s ease-in-out;
}
.header__navbar .search:hover {
  padding-right: 135px;
  border-radius: 30px;
}
.header__navbar .search:hover span {
  opacity: 1;
  visibility: visible;
  width: 100px;
  display: block;
}

.header-mobile {
  padding: 10px 5px;
  background: #e9eded;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 40px -5px;
}
@media (min-width: 993px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-mobile__img img {
  max-height: 70px;
}
@media (max-width: 576px) {
  .header-mobile__img img {
    max-height: 50px;
  }
}
.header-mobile__button {
  cursor: pointer;
  z-index: 99999;
}
.header-mobile__button.open .header-mobile__burger {
  transform: rotate(45deg);
  background-color: #ffffff;
}
.header-mobile__button.open .header-mobile__burger::before {
  transform: rotate(90deg);
  top: 0;
  background-color: #ffffff;
}
.header-mobile__button.open .header-mobile__burger::after {
  transform: rotate(90deg);
  top: 0;
  background-color: #ffffff;
}
.header-mobile__burger {
  width: 35px;
  height: 3px;
  background-color: #333;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.header-mobile__burger::before, .header-mobile__burger::after {
  content: "";
  width: 35px;
  height: 3px;
  background-color: #333;
  border-radius: 5px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.header-mobile__burger::before {
  transform: translateY(-10px);
}
.header-mobile__burger::after {
  transform: translateY(10px);
}
.header-mobile__nav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #0195a6;
  transition: 0.3s all ease;
  padding-top: 60px;
  color: white;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.header-mobile__nav.open {
  width: 80%;
  opacity: 1;
  visibility: visible;
}
.header-mobile__nav-list {
  padding: 20px 35px;
}
.header-mobile__nav-item {
  border-bottom: 1px solid;
}
.header-mobile__nav-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 15px;
  color: #fff;
}
.header-mobile__nav form {
  padding: 20px;
  margin-top: 15px;
  width: 100%;
  border-bottom: 1px solid #fff;
  display: inline-flex;
  justify-content: space-around;
}
.header-mobile__nav input {
  width: 90%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
}
.header-mobile__nav input::placeholder {
  color: #d9d0d0;
}
.header-mobile__nav button {
  background: transparent;
  border: none;
}
.header-mobile__social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.header-mobile__social-item a {
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}
.header-mobile__social-item a:hover {
  opacity: 0.9;
  background-color: #17628c;
}

.footer {
  padding: 40px 0;
  background-color: #016d79;
  color: white;
}
.footer__social {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .footer__social {
    flex-direction: column;
  }
}
.footer__social img {
  margin-right: 20px;
}
@media (max-width: 500px) {
  .footer__social img {
    margin-bottom: 20px;
  }
}
.footer__social a {
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}
.footer__social a:hover {
  opacity: 0.9;
  background-color: #17628c;
}
.footer__social-item {
  display: flex;
  flex-direction: row;
}
.footer__nav {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}
.footer__nav li {
  display: inline-block;
  padding: 0 10px;
}
.footer__nav a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}
.footer__nav a:hover {
  opacity: 1;
  color: #00bed4;
}
.footer__info {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}

.button {
  width: 50px;
  height: 50px;
  background-color: #016d79;
  color: #fff;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  top: 90%;
}
@media (max-width: 1300px) {
  .button {
    width: 30px;
    height: 30px;
    top: 90%;
  }
  .button i {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .button {
    width: 30px;
    height: 30px;
    top: 94%;
  }
  .button i {
    font-size: 12px;
  }
}
.button:after {
  content: none;
  font-size: 18px;
  font-weight: bold;
}
.button:hover {
  background-color: #024149;
  cursor: pointer;
}
.button--square {
  width: 120px;
}
.button--form {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  height: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: none;
}
.button--contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  border-radius: 15px;
  height: 40px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: none;
  margin-top: 15px;
}
.button--modal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  border-radius: 15px;
  height: 40px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: none;
  margin-top: 15px;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  background: #fff;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  display: inline-block;
  margin-right: 8px;
  box-shadow: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1);
  transition: all 0.3s ease;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.modal__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
@media (min-width: 1024px) {
  .modal__box {
    width: auto;
  }
}
.modal__close {
  position: absolute;
  top: -35px;
  right: 0%;
}
@media (max-width: 576px) {
  .modal__close {
    top: -25px;
  }
  .modal__close i {
    font-size: 20px;
  }
}
.modal__content {
  text-align: center;
  background-color: white;
  padding: 30px;
  max-height: 800px;
  overflow-y: auto;
}
@media (max-width: 1440px) {
  .modal__content {
    max-height: 550px;
  }
}
.modal__content img {
  width: 70%;
  height: 380px;
  object-fit: cover;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .modal__content img {
    height: 170px;
  }
}

.popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease;
}
.popup.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s all ease;
}
.popup__inclusive {
  background: #e9e9e9;
  width: 100%;
  min-height: 450px;
}
.popup__top {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 25px;
}
.popup__content {
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}
.popup__content form {
  padding: 20px;
  width: 70%;
  background-color: #aabec1;
  box-shadow: 10px 5px 25px #bcc2c7;
  border: none;
  border-radius: 5px;
  display: inline-flex;
  justify-content: space-around;
}
.popup__content input {
  width: 90%;
  background-color: #aabec1;
  border: none;
  outline: none;
}
.popup__content button {
  background: transparent;
  border: none;
}
.popup__close {
  font-size: 25px;
}

.page {
  background: url(../img/icon/bg-vector.png) center;
  background-color: #00bed4;
  min-height: 325px;
  position: relative;
}
.page--about {
  background: url(../img/about-us/aboutus.gif) center;
}
@media (max-width: 992px) {
  .page--about {
    background: url(../img/icon/bg-vector.png) center;
    background-color: #00bed4;
  }
}
.page--services {
  background: url(../img/our-services/hizmetlerimiz.gif) left no-repeat;
}
@media (max-width: 992px) {
  .page--services {
    background: url(../img/icon/bg-vector.png) center;
    background-color: #00bed4;
  }
}
.page--bloglist {
  background: url(../img/blog/blog-head.gif) left no-repeat;
}
@media (max-width: 992px) {
  .page--bloglist {
    background: url(../img/icon/bg-vector.png) center;
    background-color: #00bed4;
  }
}
.page--blogdetail {
  background: url(../img/blog/detail-head.png) left no-repeat;
}
@media (max-width: 992px) {
  .page--blogdetail {
    background: url(../img/icon/bg-vector.png) center;
    background-color: #00bed4;
  }
}
.page--sss {
  background: url(../img/sss/sss.gif) left no-repeat;
}
@media (max-width: 992px) {
  .page--sss {
    background: url(../img/icon/bg-vector.png) center;
    background-color: #00bed4;
  }
}
.page--contact {
  background: url(../img/contact.gif) left no-repeat;
}
@media (max-width: 992px) {
  .page--contact {
    background: url(../img/icon/bg-vector.png) center;
    background-color: #00bed4;
  }
}
.page__title {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.accordion {
  margin: 70px 0;
}
.accordion__wrapper {
  background-color: transparent;
  border-radius: 10px;
}
.accordion__item {
  border-bottom: 1px solid #000;
  padding: 20px;
  margin-bottom: 40px;
  transition: 0.3s all ease;
}
.accordion__item:last-child {
  margin-bottom: 0px;
}
.accordion__item a ::before {
  content: "+";
  float: right;
  transition: 0.3s all ease;
}
.accordion__item a.active ::before {
  content: "+";
  transform: rotate(-225deg);
  transition: 0.3s all ease;
}
.accordion__content {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.accordion__content.active {
  margin-top: 20px;
  max-height: 150px;
  opacity: 1;
  overflow: auto;
  transition: 0.3s all ease;
  overflow-y: hidden;
}
@media (max-width: 576px) {
  .accordion__content.active {
    max-height: 500px;
  }
}

.form {
  padding: 100px 0;
  border-radius: 8px;
  min-width: 30%;
}
@media (max-width: 768px) {
  .form {
    padding: 60px 0;
  }
}
.form__box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .form__box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.form__item {
  margin-bottom: 15px;
}
.form__contact {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 45%;
}
@media (max-width: 768px) {
  .form__contact {
    width: 100%;
    margin-bottom: 30px;
  }
}
.form__contents {
  width: 50%;
}
@media (max-width: 768px) {
  .form__contents {
    width: 100%;
  }
}
.form__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .form__info {
    margin-top: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 475px) {
  .form__info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
  }
}
.form__info-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form__info-item i {
  font-size: 38px;
  color: #024149;
}
@media (max-width: 475px) {
  .form__info-item i {
    font-size: 30px;
  }
}
.form__info-item p {
  margin-bottom: 0;
}
.form label {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form select,
.form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form textarea:focus {
  border-color: #007BFF;
  outline: none;
}
.form textarea {
  height: 100px;
  resize: none;
}

.search-results {
  margin: 90px 0;
}
.search-results__box {
  display: flex;
  flex-direction: column;
}
.search-results__item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
.search-results__item:last-child {
  margin-bottom: 0px;
}

.about {
  margin-bottom: 70px;
}
.about__info {
  text-align: justify;
  margin-top: 45px;
}
.about__info p {
  margin-bottom: 30px;
}

.timeline__container {
  position: relative;
  max-width: 65%;
  margin: 0 auto;
  padding: 10px;
}
@media (max-width: 992px) {
  .timeline__container {
    max-width: 70%;
  }
}
@media (max-width: 820px) {
  .timeline__container {
    max-width: 85%;
  }
}
@media (max-width: 680px) {
  .timeline__container {
    max-width: 100%;
  }
}
.timeline__container:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -0.5px;
  background: #2e749b;
}
.timeline__item {
  position: relative;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 680px) {
  .timeline__item {
    padding: 20px 7px;
  }
}
.timeline__item:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  border: 2px solid #2e749b;
  background-color: #aabec1;
  border-radius: 50%;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.timeline__item i {
  position: absolute;
  top: 30px;
  font-size: 20px;
  color: #3498db;
  padding: 10px;
}
.timeline__item.left {
  left: 0;
}
.timeline__item.left i {
  left: calc(100% - 20px);
}
.timeline__item.left:before {
  left: calc(100% - 0px);
}
.timeline__item.right {
  left: 50%;
}
.timeline__item.right i {
  left: -22px;
}
.timeline__item.right:before {
  left: 0px;
}
.timeline__content {
  padding: 10px 20px;
  text-align: justify;
}
@media (max-width: 576px) {
  .timeline__content {
    padding: 10px 13px;
    text-align: left;
  }
}
.timeline__content.left {
  margin-right: 30px;
}
@media (max-width: 576px) {
  .timeline__content.left {
    margin-right: 0px;
  }
}
.timeline__content.right {
  margin-left: 30px;
}
@media (max-width: 576px) {
  .timeline__content.right {
    margin-left: 15px;
  }
}
.timeline__title h2 {
  font-size: 37px;
}
.timeline__title span {
  font-size: 22px;
  font-weight: 400;
}
.timeline__title--item-1 {
  color: #2f1e70;
}
.timeline__title--item-2 {
  color: #4e7e2b;
}
.timeline__title--item-3 {
  color: #e8823a;
}

.promotion {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .promotion {
    margin-top: 40px;
  }
}
.promotion:last-child {
  margin: 100px;
}
.promotion__title {
  font-size: 42px;
}
@media (max-width: 992px) {
  .promotion__title {
    font-size: 33px;
  }
}
.promotion__emphasize {
  font-size: 37px;
  font-weight: 500;
  color: cadetblue;
}
@media (max-width: 992px) {
  .promotion__emphasize {
    font-size: 28px;
  }
}
.promotion__emphasize i {
  font-size: 24px;
}

.why-us {
  margin-bottom: 70px;
}
.why-us__title {
  text-align: center;
  padding-bottom: 30px;
}
.why-us__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.why-us__item {
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 30px);
  min-height: 400px;
  border-radius: 10px;
  border: none;
  background: #97c2c9;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.why-us__icon {
  width: 70%;
}
.why-us__icon img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}

.repair {
  margin: 100px;
}
.repair__box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
.repair__box img {
  width: 100%;
  object-fit: contain;
  max-height: 300px;
}
@media (max-width: 576px) {
  .repair__box img {
    max-height: 170px;
  }
}
.repair__box p {
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 576px) {
  .repair__box p {
    font-size: 20px;
    line-height: 25px;
  }
}

.our-services {
  margin: 70px 0px;
}
.our-services__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.our-services__text {
  margin-bottom: 60px;
  text-align: justify;
}
.our-services__item {
  display: flex;
  flex-direction: column;
  width: 30%;
  border: none;
  background: #0195a6;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 35px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: 0.3s all ease;
}
@media (max-width: 1024px) {
  .our-services__item {
    width: 45%;
  }
}
@media (max-width: 670px) {
  .our-services__item {
    width: 100%;
  }
}
.our-services__item:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  background-color: #07bdd2;
  transition: 0.3s all ease;
}
.our-services__img {
  margin-bottom: 20px;
}
.our-services__img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1300px) {
  .our-services__img img {
    height: 160px;
  }
}
.our-services__title {
  margin-bottom: 15px;
}

.page-content {
  margin: 80px 0px;
}
@media (max-width: 1024px) {
  .page-content {
    margin: 45px 0px;
  }
}
.page-content__inclusive {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-content__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .page-content__item {
    flex-direction: column;
  }
}
.page-content__item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .page-content__item--reverse {
    flex-direction: column;
  }
}
.page-content__img {
  width: 50%;
}
@media (max-width: 1024px) {
  .page-content__img {
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
}
.page-content__img img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-height: 365px;
}
.page-content__text {
  width: 45%;
  text-align: justify;
}
@media (max-width: 1024px) {
  .page-content__text {
    width: 100%;
  }
}
.page-content__text h3 {
  margin-bottom: 20px;
}

.contact-us {
  margin-bottom: 70px;
}
.contact-us__box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us__item {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #07bdd2;
  padding: 25px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  width: 45%;
}
@media (max-width: 885px) {
  .contact-us__item {
    width: 60%;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .contact-us__item {
    width: 100%;
    padding: 15px;
  }
}
.contact-us__logo {
  padding: 15px;
  background: #0195a6;
  margin-right: 25px;
  border-radius: 10px;
}
.contact-us__logo i {
  font-size: 30px;
}
.contact-us__info {
  flex: 1;
}
.contact-us__info h3 {
  margin-bottom: 20px;
}

.bloglist {
  padding: 100px 0;
}
.bloglist__wrapper {
  display: flex;
  flex-direction: column;
}
.bloglist__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  background-color: #016d79;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  margin-bottom: 50px;
  transition: all ease 0.5s;
  transform: translateX(-100%);
}
.bloglist__item:last-child {
  margin-bottom: 0px;
}
.bloglist__item--reverse {
  flex-direction: row-reverse;
  transform: translateX(100%);
}
.bloglist__item h2 {
  color: #d9d2d2;
}
.bloglist__item p {
  color: #d9d2d2;
}
.bloglist__item:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  transition: all ease 0.3s;
}
.bloglist__item:hover img {
  transform: scale(1.1);
  transition: 0.3s all ease;
}
.bloglist__item.animate {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 768px) {
  .bloglist__item {
    flex-direction: column;
    width: 100%;
  }
}
.bloglist__img {
  width: 35%;
  padding: 13px;
}
.bloglist__img img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 5px;
  transition: 0.3s all ease;
}
@media (max-width: 512px) {
  .bloglist__img img {
    height: 210px;
  }
}
@media (max-width: 768px) {
  .bloglist__img {
    width: 100%;
  }
}
.bloglist__text p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bloglist__info {
  width: 60%;
}
@media (max-width: 768px) {
  .bloglist__info {
    width: 90%;
  }
}

.blog {
  padding: 100px 0;
}
.blog__img {
  text-align: center;
  margin-bottom: 40px;
}
.blog__img img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.blog__text {
  text-align: justify;
}
.blog__text p {
  margin-bottom: 40px;
}
.blog__text h3 {
  margin-bottom: 20px;
  font-size: 25px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background: #e9eded;
  opacity: 1;
}

main {
  min-height: calc(100vh - 193px);
  position: relative;
}

.container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}
@media (min-width: 993px) and (max-width: 1300px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .container {
    width: 95%;
  }
}
@media (max-width: 1300px) {
  .container--swiper {
    width: 80%;
  }
}

.line__gradient {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(14, 190, 221, 0) 0%, rgb(14, 190, 221) 50%, rgba(14, 190, 221, 0) 100%);
  margin: 35px 0;
}
.line__gradient--footer {
  background: linear-gradient(to right, rgba(14, 190, 221, 0) 0%, rgb(255, 255, 255) 50%, rgba(14, 190, 221, 0) 100%);
}

.shape {
  position: relative;
}
.shape__absolute {
  position: absolute;
  color: #016d79 !important;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
  overflow: hidden;
}
.shape__absolute svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
  vertical-align: middle;
}

.bg-box {
  position: absolute;
  background-color: #02363c;
  opacity: 0.3;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.bg-box--about {
  opacity: 0.4;
}

.compensate-for-scrollbar {
  padding-right: 17px;
  overflow-y: hidden;
}

.scrollbar-deactive {
  overflow-y: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}
.scrollbar-deactive::before {
  content: "";
  background-color: #101010;
  opacity: 0.6;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

h1 {
  text-transform: lowercase;
  font-size: 50px;
}
@media (max-width: 1000px) {
  h1 {
    font-size: 33px;
  }
}

h2 {
  margin-bottom: 20px;
  color: #014851;
  font-size: 33px;
}
@media (max-width: 1300px) {
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none !important;
  visibility: hidden !important;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  color: #014851;
}
@media (max-width: 1300px) {
  h3 {
    font-size: 15px;
  }
}

p {
  color: #000;
  line-height: 25px;
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 1300px) {
  p {
    line-height: 18px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  p {
    line-height: 17px;
    font-size: 11px;
  }
}

span {
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 768px) {
  span {
    font-size: 10px;
  }
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  list-style: none;
}

/*# sourceMappingURL=main.css.map */
