* {
  padding: 0;
  margin: 0;
  border: 0;
  ouline: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

#newHeader {
  position: sticky;
  top: 0;
  background: #fff;
  width: 100%;
  padding-inline: 30px;
  z-index: 10;
}
#newHeader #topNewHeader {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #dedede;
}
#newHeader #bottomNewHeader {
  width: 100%;
  height: 88px;
}
#newHeader #bottomNewHeader .logo {
  width: 200px;
  height: auto;
}
#newHeader #bottomNewHeader .searchWrapper {
  background: #f7f7f7;
  width: 350px;
  height: 50px;
  padding: 6px 12px 6px 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
}
#newHeader #bottomNewHeader .searchWrapper #searchInput {
  background: transparent;
  height: 100%;
  flex-grow: 1;
}
#newHeader #bottomNewHeader .searchWrapper #searchButton {
  background: transparent;
  height: 100%;
  aspect-ratio: 1;
}
#newHeader #bottomNewHeader #searchButton.only {
  display: none;
}
#newHeader #bottomNewHeader #headerMenu .lastLine {
  border-left: 1px solid #dedede;
  margin-right: 10px;
}
#newHeader #bottomNewHeader #headerMenu .nav-link {
  font-size: 16px;
  color: #484848;
  display: flex;
  justify-content: center;
  align-items: center;
}
#newHeader #bottomNewHeader #headerMenu .nav-link img {
  height: 20px;
}
#newHeader #bottomNewHeader #headerMenu .myDropdownMenu {
  background: #fff;
  width: 260px;
  padding: 15px 0;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  display: none;
}
#newHeader #bottomNewHeader #headerMenu .myDropdownMenu .nav-link {
  padding-inline: 0px;
  padding-block: 10px;
  margin-inline: 30px;
}
#newHeader #bottomNewHeader #headerMenu .myDropdownMenu .nav-item:not(:last-child) .nav-link {
  border-bottom: 1px solid #dedede;
}
#newHeader #bottomNewHeader #headerMenu .myDropdownMenu .myDropdownMenu.ToMenu {
  background: #fff;
  width: 260px;
  padding: 15px 0;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
}
#newHeader #bottomNewHeader #headerMenu .myDropdownMenu .myDropdownMenu.ToMenu .nav-item:last-child .nav-link {
  border: 0;
}
#newHeader #bottomNewHeader #headerMenu .nav-item:hover > .myDropdownMenu {
  display: block;
}
#newHeader #bottomNewHeader #olusturIlan {
  background: #3e4c66;
  width: 180px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
#newHeader #bottomNewHeader #olusturIlan img {
  width: 20px;
  height: 20px;
}

#newFooter {
  background: #f7f7f7;
  padding-block: 80px 70px;
}
#newFooter h4 {
  font-size: 18px;
  color: #484848;
  line-height: 1.333;
}
#newFooter p, #newFooter a {
  font-size: 14px;
  color: #777;
  line-height: 2.143;
}
#newFooter .fa-brands {
  color: #484848;
}
#newFooter #emailWrapper {
  display: flex;
}
#newFooter #emailWrapper #emailInput {
  background: #fff;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #484848;
  padding: 6px 12px 6px 30px;
  border-radius: 50px;
  box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  flex-grow: 1;
  margin-right: 10px;
}
#newFooter #emailWrapper #emailSend {
  background: #fff;
  width: 50px;
  height: 50px;
  font-size: 14px;
  color: #484848;
  border-radius: 50px;
  box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  aspect-ratio: 1;
}

#bottomFooter {
  background: #f0f0f0;
  width: 100%;
  padding-block: 30px;
}
#bottomFooter p, #bottomFooter a {
  font-size: 14px;
  color: #777;
}

@media (max-width: 1450px) {
  #newHeader #bottomNewHeader .searchWrapper {
    display: none !important;
  }

  #newHeader #bottomNewHeader #searchButton.only {
    background: transparent;
    width: 40px !important;
    height: 40px !important;
    aspect-ratio: 1;
    margin-left: 40px;
    display: block;
  }
}
@media (max-width: 1200px) {
  #newHeader #bottomNewHeader #olusturIlan {
    width: auto;
    aspect-ratio: 1;
  }
}
@media (max-width: 992px) {
  #newHeader #bottomNewHeader .logo {
    max-width: 100px;
  }
  #newHeader #bottomNewHeader #searchButton.only {
    display: none;
  }
  #newHeader #bottomNewHeader #headerMenu {
    align-items: center;
  }
  #newHeader #bottomNewHeader #headerMenu #searchButton.only {
    display: block;
  }
  #newHeader #bottomNewHeader #headerMenu .nav-item {
    width: auto;
    height: auto;
  }
  #newHeader #bottomNewHeader #headerMenu .nav-item button {
    margin: 0;
  }
  #newHeader #bottomNewHeader #headerMenu .nav-link {
    width: 30px;
    height: 30px;
    padding: 8px;
  }
  #newHeader #bottomNewHeader #headerMenu .nav-item:last-child img {
    width: 30px;
    height: 30px;
    margin: 0;
  }

  #newFooter {
    padding-inline: 15px;
  }
  #newFooter #emailWrapper {
    max-width: 240px;
  }
}
.nav-drill ul {
  list-style: none;
}

.nav-drill i {
  margin-right: 5px;
}

.nav-is-toggled .nav-drill {
  transform: translateX(0);
}
.nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}

.nav-drill {
  display: flex;
  position: fixed;
  z-index: 9;
  top: 88px;
  left: 0;
  width: 250px;
  height: calc(100vh - 88px);
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(-105%);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  transition: 0.45s;
}
.nav-drill .nav-items {
  flex: 0 0 100%;
  padding: 0;
}
.nav-drill .nav-item:not(:last-child) {
  border-bottom: solid 1px #eee;
}
.nav-drill .nav-link {
  display: block;
  padding: 0.875em 1em;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
  cursor: pointer;
}
.nav-drill .nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: #fff;
  transition: 0.3s;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}
.nav-drill .nav-expand-content .nav-item:not(:last-child) {
  border-bottom: solid 1px #eee;
}
.nav-drill .nav-expand-content .nav-back-link {
  display: flex;
  align-items: center;
  background-color: #000 !important;
  color: #fff;
}
.nav-drill .nav-expand-content .nav-back-link::before {
  font-family: "Font Awesome 6 Free";
  content: "\f053";
  margin-right: 0.5em;
}
.nav-drill .nav-expand-content .nav-item:nth-child(2) .nav-back-link {
  display: none;
}
.nav-drill .nav-expand-link {
  display: flex;
  justify-content: space-between;
}
.nav-drill .nav-expand-link::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  flex: 0 1 auto;
}
.nav-drill .nav-expand.active > .nav-expand-content {
  transform: translateX(0);
  visibility: visible;
}

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