html,
body {
  background-color: #fff;
  color: #3e4546;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

input,
a,
p,
li {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

body,
div,
form,
input,
select,
p {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

.nav-item,
.nav-link {
  display: flex !important;
  justify-content: flex-end;
  font-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
  padding: 0.2rem;
}
.mikro-banner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  text-wrap: nowrap;
  flex-direction: column;
  padding: 6rem;
}

.mikro-banner h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 60px;
  color: white;
}
.mikro-banner h1 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: white;
}

.container-bg {
  width: 100vw;
  height: auto;
  color: white;
  margin: 0 auto;
  position: relative;
  background-image: url("img/nox/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* Default styles for all devices */
.formArea {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-left: 4rem;
}

form {
  width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: -2rem;
}

#InnerContactForm h3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 1rem auto;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  color: #003c89;
}
#InnerContactForm h3 span {
  font-weight: 400;
}

#InnerContactForm .uk-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 52px;
  background: #003c89;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
  margin-left: auto;
  transition: 0.35s ease;
}
#InnerContactForm .uk-button:hover {
  width: 190px;
}

#InnerContactForm .uk-form-label,
#InnerContactForm label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  display: inline;
  color: #707070;
}
#InnerContactForm input {
  border: 1px solid #f7f7f7;
  border-radius: 4px;
  background-repeat: no-repeat;
}
#InnerContactForm input:not([type="checkbox"]) {
  background: #fff;
}
#InnerContactForm input[type="checkbox"] {
  background-color: #003c89;
}

#InnerContactForm select {
  background: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 4px;
}
#InnerContactForm .uk-select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url("img/nox/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

.features-icons h1 {
  color: #003c89;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 37px;
}
.features-icons .mikro-p {
  color: #707070;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding: 0 12rem;
  font-size: 15px;
}
.features-icons {
  padding-bottom: 3rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  padding: 10px;
  margin: 5% auto;
  width: 115px;
  height: 115px; /* Yükseklik ayarı eklenerek boyutlar eşit hale getiriliyor */
}

.features-icons .features-icons-item .features-icons-icon img {
  width: 100%;
  height: 100%; /* Resmi eşit şekilde sığdırmak için */
  object-fit: contain;
}

.features-icons-item p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.features-icons-item {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.features-icons-item:hover {
  transform: scale(0.9);
}

.features-icons-item h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  cursor: pointer;
  color: #003c89;
  text-decoration: none;
}
.features-icons-item h3 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 22px;
}

.features-icons-item a {
  text-decoration: none !important;
}

/* Slider */
.container-bg2 {
  background-image: url("img/nox/bg2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column; /* İçeriği dikey yönde sırala */
  align-items: flex-end; /* Sağ üst köşeye hizalama */
  justify-content: center; /* Sağ orta hizalama */
  width: 100vw;
  height: 100vh;
}

.container-bg2 p {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 27px;
  text-align: start;
}
.container-bg2 .button {
  background-color: #fff;
  color: #003c89;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  transition: background-color 0.3s ease, transform 0.3s ease; /* Hover efekti için geçiş süresi ve türü */
}

.container-bg2 .button:hover {
  background-color: #707070; /* Hover durumunda arka plan rengini değiştir */
  color: #fff;
  transform: scale(1.1); /* Hover durumunda buton boyutunu büyüt */
}
.container-bg2-mobil {
  background-image: url("img/nox/mobil-bg2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column; /* İçeriği dikey yönde sırala */
  align-items: flex-end; /* Sağ üst köşeye hizalama */
  justify-content: center; /* Sağ orta hizalama */
  width: 100vw;
  height: 100vh;
}

.container-bg2-mobil p {
  margin-top: 20rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: start;
  padding-left: 8rem;
}
.container-bg2-mobil a {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.container-bg2-mobil .button {
  background-color: #fff;
  color: #003c89;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  transition: background-color 0.3s ease, transform 0.3s ease; /* Hover efekti için geçiş süresi ve türü */
}

.container-bg2-mobil .button:hover {
  background-color: #707070; /* Hover durumunda arka plan rengini değiştir */
  color: #fff;
  transform: scale(1.1); /* Hover durumunda buton boyutunu büyüt */
}
@media (max-width: 768px) {
  .mikro-feature .col-lg-4 {
    width: 100%;
    margin-bottom: 20px;
  }

  .mikro-feature .mikro-feature-item {
    height: auto;
    flex-direction: column;
  }

  .mikro-feature .mikro-feature-item .mikro-feature-icon {
    width: 30%;
    height: auto;
  }

  .mikro-feature .mikro-feature-item .mikro-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .mikro-feature-item {
    height: auto;
  }
}
/* mikro-feature */

.mikro-feature h2 {
  color: #003c89;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 42px !important;
}
.mikro-feature h2 span {
  color: #003c89;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.mikro-feature p {
  color: #707070;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px !important;
}
.mikro-feature {
  padding-bottom: 3rem;
}

.mikro-feature .mikro-feature-item {
  max-width: 20rem;
}

.mikro-feature .mikro-feature-item .mikro-feature-icon {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.mikro-feature .mikro-feature-item .mikro-feature-icon img {
  width: 100%;
  height: 100%; /* Resmi eşit şekilde sığdırmak için */
  object-fit: contain;
}

.mikro-feature-item p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #707070;
}

.mikro-feature-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.1),
    0 3px 0px -2px rgba(0, 0, 0, 0);
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
  flex-direction: column;
}

.mikro-feature-item:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.mikro-feature-item h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  cursor: pointer;
  color: #707070;
  line-height: normal;
}

/* footer */
footer.footer {
  list-style: none;
  background-color: #003c89;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer li {
  color: #fff !important;
}
.footer li p {
  color: #fff !important;
  list-style: none;
}
.footer .list-inline-item a {
  color: #fff;
  transition: color 0.3s ease-in-out; /* Link rengi için geçiş efekti */
}

.footer .list-inline-item a:hover {
  color: #71def8; /* Hover durumunda link rengini değiştir */
}

.whats-float {
  position: fixed;
  transform: translate(108px, 0px);
  bottom: 14%;
  right: 0;
  width: 150px;
  overflow: hidden;
  background-color: #25d366;
  color: #fff;
  border-radius: 2px 0 0 2px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
}
.whats-float a span {
  color: white;
  font-size: 17px;
  padding-top: 17px;
  position: absolute;
  line-height: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.whats-float i {
  font-size: 30px;
  color: white;
  line-height: 30px;
  padding: 10px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align: center;
}

.whats-float:hover {
  color: #ffffff;
  transform: translate(0px, 0px);
}

.whats-float:hover i {
  transform: rotate(360deg);
}

.fixed-scroll-button {
  position: fixed;
  bottom: 40px;
  right: 15px;
}
.fixed-scroll-button a .circle {
  border: 1px solid rgba(29, 29, 27, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #003c89;
  color: #fff;
}
.fixed-scroll-button a .circle .uk-icon {
  transform: rotate(270deg);
}
.fixed-scroll-button a:hover .circle {
  opacity: 0.9;
}
/* Bootstrap Responsive Classes */
@media (min-width: 576px) {
  .slick-slider {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .navbar-collapse {
    padding: 1rem;
  }
  .container-bg {
    padding-top: 80px;
    background-image: none;
    background-color: #003c89;
  }
  .mikro-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 2rem;
    padding: 0;
  }
  .mikro-banner p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 27px;
  }
  .mikro-banner .p2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 0.2;
  }
  .mikro-banner h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 40px;
  }
  .features-icons h1 {
    color: #003c89;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    font-size: 30px;
  }
  .features-icons .mikro-p {
    color: #707070;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-top: 1rem;
    padding: 0 15px;
  }
  .mikro-feature h2 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    padding: 0 15px;
  }

  .mikro-feature h2 span {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
  }
  .container-bg2 p {
    font-size: 24px;
    max-width: 400px;
  }
}

.telif h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0 5rem !important;
}

.telif-metin {
  font-size: 14px !important;
  color: var(--insur-gray-p);
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  padding: 0 5rem !important;
  text-align: justify;
}
@media (max-width: 992px) {
  .telif-metin {
    padding: 0 1.5rem !important;
  }
  .telif h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding: 0 1.5rem !important;
  }
  .formArea {
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .container-bg .container {
    max-width: 1450px;
    }
}
@media (min-width: 1900px) {
  .container-bg .container {
    max-width: 1600px;
    }
}
