@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap");

@font-face {
  font-family: satoshiRegular;
  src: url(fonts/Satoshi-Regular.otf);
}

@font-face {
  font-family: satoshiLight;
  src: url(fonts/Satoshi-Light.otf);
}

@font-face {
  font-family: satoshiMedium;
  src: url(fonts/Satoshi-Medium.otf);
}

@font-face {
  font-family: satoshiBold;
  src: url(fonts/Satoshi-Bold.otf);
}

body {
  font-family: satoshiRegular, sans-serif;
}

.list-power {
  columns: 2;
  list-style: url(img/list-style.svg);
  column-gap: 3rem;
}

.list-power-mobile {
  columns: 1;
  list-style: url(img/list-style.svg);
  column-gap: 3rem;
  margin-bottom: 0;
}

.list-power-mobile li {
  margin-bottom: 0.7rem;
}

.list-power-btn,
.list-power-btn:hover {
  border: 1px solid #ca0000;
  color: #ca0000;
  background-color: #fff;
}

.satoshi14 {
  font-family: satoshiMedium;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #676767;
}

.satoshi14 span {
  font-family: satoshiMedium;
  font-style: normal;
  font-weight: 700;
}

.satoshiBox {
  font-family: satoshiBold;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #000000;
}

.search-form {
  position: relative;
  width: 100%;
  max-width: 480px;
}

.search-form1 {
  height: 40px;
}

.search-form i {
  position: absolute;
  right: 50px;
  top: 13px;
}

.anasayfa-head {
  font-family: satoshiBold;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}

.anasayfa-p {
  font-family: satoshiMedium;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}

.slider-img {
  background-image: url(img/slider-img.jpg);
  background-size: cover;
  background-position: center;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slider-bg {
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-heading {
  font-family: satoshiBold;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

.navbar > div.container-fluid {
  padding-left: 0;
}

.navbar-collapse {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navbar-nav {
  text-align: center;
}

.nav-link {
  font-family: satoshiMedium;
  color: #000000;
}

#nav-logo {
  padding: 15px 42px 15px 29px;
}

.border-radius20 {
  border-radius: 20px;
}

.nav-iletisim {
  max-width: 256px;
  max-height: 60px;
  background-color: #ca0000;
  border-radius: 90px;
  padding: 8px 17px;
  color: #fff;
  display: flex;
}

.nav-iletisim img {
  margin-right: 8px;
  width: 19px;
}

.nav-iletisim > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-iletisim > div > a {
  text-decoration: none;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
}

.nav-iletisim > div > a:first-child {
  font-family: satoshiBold, sans-serif;
}

.language .nav-item {
  border-right: 0 !important;
}

.language a {
  font-family: satoshiRegular, sans-serif;
  line-height: 1.2;
  opacity: 0.2;
}

.language a.active {
  opacity: 1;
}

.service-title {
  font-family: satoshiBold;
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  /* identical to box height */
  text-align: center;
  color: #000000;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.services {
  position: relative;
  margin-bottom: 35px;
  max-width: 541px;
  max-height: 571px;
  margin: 0px auto;
}

.haberler-con .service-text p {
  height: auto;
}

.services img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.service-text {
  position: absolute;
  bottom: 20px;
  color: #fff;
  padding: 0 40px 0 20px;
}

.service-head {
  font-family: satoshiBold;
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  color: #ffffff;
}

.box-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    #000000 100%
  );
  opacity: 0.67;
  border-radius: 20px;
  transition: opacity 1s;
}

.box-bg:hover {
  opacity: 0.2;
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

#hakkimizda {
  background-color: #efefef;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hakkimizda-btn1 {
  min-width: 150px !important;
}

#hakkimizda div.row {
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}

.hakkimizda-up {
  font-family: satoshiMedium;
  font-weight: 400;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 1em;
  color: #ca0000;
}

.hakkimizda-head {
  font-family: satoshiBold;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 49px;
  color: #000000;
}

.hakkimizda-content h4 {
  font-family: satoshiMedium;
  font-style: normal;
  font-weight: 700;
  color: #676767;
  font-size: 18px;
}

.red-btn {
  color: #fff;
  min-width: 100px;
  height: 50px;
  background: #ca0000;
  border: 0;
  margin-bottom: 30px;
  padding: 0 20px;
  max-width: 248px;
  font-size: 14px !important;
}

.slider-btn {
  position: absolute;
  bottom: 0;
  right: 30px;
  margin-bottom: 0 !important;
  z-index: 1000;
}

.swiper {
  padding-bottom: 80px;
}

.swiper-pagination {
  bottom: 70px !important;
}

.urunler-box {
  padding: 0 2%;
}

.urunler-head {
  font-family: satoshiBold;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  /* identical to box height */
  color: #000000;
}

.urunler-head1 {
  font-family: satoshiBold;
  font-weight: 700;
  font-size: 15px;
  line-height: 27px;
  /* identical to box height */

  text-align: center;

  color: #000000;
}

.urunler-link {
  font-family: satoshiMedium;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ca0000;
  text-decoration: none;
}

.urunler-link img {
  margin-left: 12px;
}

.product-con {
  display: flex;
  align-items: stretch;
  max-height: 430px;
}

.product {
  width: 100%;
}

.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  max-width: 403px;
  margin: 0 auto;
  height: 100%;
}

.product a {
  width: 60%;
}

.incele a {
  color: #fff;
  text-decoration: none;
}

.product-img {
  margin-bottom: 10px;
  object-fit: cover;
  width: 100%;
  height: 70%;
}

.product-img img {
  height: 100%;
  object-fit: cover;
}

.product-text .satoshiBox {
  font-size: 14px;
  line-height: 1.5;
}

.detay-page .owl-carousel .owl-stage {
  margin-bottom: 0 !important;
}

.urun-img-box {
  width: 100%;
  height: auto;
  max-width: 350px;
  max-height: 400px;
  background: #f9f9f9;
  border: 1px solid rgb(233, 233, 233);
  border-radius: 10px;
  aspect-ratio: 686/757;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.urun-img-box img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.urun-text-heading {
  font-family: satoshiMedium;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.urun-text-box p {
  font-family: satoshiMedium;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #676767;
}

.urun-text-box p > span {
  font-weight: 700;
}

.slide-box {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  height: auto;
  align-items: stretch;
  justify-content: center;
  height: 420px;
  max-width: 230px;
  margin: 0 auto;
}

.slide-box a {
  height: auto;
  position: relative;
  text-decoration: none;
}

.product-hover {
  height: 100%;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 0);
  transition: transform 500ms;
  border-radius: 10px;
}

.product-hover .hover-bg {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 100;
  border-radius: 10px;
}

.product-hover .incele {
  color: #fff;
  background-color: #ca0000;
  width: 60%;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20000;
  position: relative;
}

.product {
  position: relative;
}

.product .incele {
  text-decoration: none;
  color: #fff;
  background-color: #ca0000;
  width: 60%;
  padding: 10px 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 200;
}

.slide-box:hover .product-hover,
.product:hover .product-hover {
  left: 100%;
  display: flex;
}

.slide-box:hover .product .incele {
  display: block;
}

.owl-dots {
  text-align: center;
  margin-bottom: 80px;
}

.owl-dot {
  background: none !important;
  height: 0px;
  width: 0px;
  margin: 0 0;
  border-radius: 0%;
}

.owl-dot.active {
  background-color: none !important;
  height: 0px;
  width: 0px;
  margin: 0 0px;
  border-radius: 0%;
}

.owl-carousel .owl-item img {
  width: auto;
}

/* HAKKIMIZDA */
#page-header {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

#page-header h3 {
  position: absolute;
  font-size: 14px;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 40%;
}

.header-bg {
  background-image: url(img/header-img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0;
}

.transparent-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  top: 0;
}

#hakkimizda-content ul {
  list-style: url(img/list-style.svg);
}

.border-radius30 {
  border-radius: 30px;
}

.border-line {
  border-bottom: 1px solid #ca0000;
  display: inline-block;
  padding-bottom: 18px;
}

footer {
  background-image: url(img/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  margin-top: 30px;
  background-color: #1a1a1f;
}

footer > div.container-fluid {
  background: linear-gradient(
    180deg,
    #1a1a1f 0%,
    rgba(26, 26, 31, 0.4) 100%
  );
  padding-top: 20px;
}

.footer-ust {
  padding-bottom: 50px;
  padding-top: 20px;
  text-align: center;
}

footer form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-ust .form-control,
.footer-ust .form-control::placeholder {
  color: #fff;
}

.footer-ust .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(202, 0, 0, 0.5);
}

footer form input {
  width: 230px !important;
  margin-bottom: 20px;
  border: 1px solid #d9d9d9 !important;
  border-radius: 90px !important;
  background-color: transparent !important;
  padding: 15px 20px !important;
}

footer form button,
.iletisim-btn {
  width: 100%;
  max-width: 230px;
  background-color: #ca0000 !important;
  border-radius: 90px !important;
  border: unset;
  color: #fff !important;
  padding: 15px 0;
}

.footer-alt {
  font-family: satoshiMedium;
  font-style: normal;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(202, 0, 0, 0.7);
}

.footer-alt a {
  color: #fff !important;
}

.footer-logo {
  text-align: center;
}

.footer-menu {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.footer-menu ul {
  list-style: none;
}

.footer-menu ul li img {
  margin-right: 5px;
  padding-bottom: 3px;
}

.footer-info {
  text-align: center;
}

.footer-hr {
  display: none;
  color: #fff;
  background-color: #fff;
  height: 1px;
}

.footer-info > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-info > div:first-child > a:nth-child(3),
#iletisim .bize-ulas a:nth-child(2) {
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.35em;
  text-decoration: none;
  color: #c0c0c0;
}

.urunler-t {
  font-family: satoshiBold;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #676767;
  text-align: center;
}

.urunler-imgs {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

#iletisim {
  margin-top: 50px;
  margin-bottom: 70px;
}

.iletisim-text {
  border: 1px solid #c7c7c7;
  padding: 10px;
  border-bottom: 0;
}

.iletisim-text h4 {
  font-family: satoshiMedium;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #676767;
  margin-bottom: 33px;
}

#iletisim .bize-ulas {
  display: flex;
  flex-direction: column;
}

.footer-info > div:first-child > a:nth-child(2),
#iletisim .bize-ulas a:first-child {
  font-family: satoshiBold;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.05em;
  text-decoration: none;
  color: #c0c0c0;
}

#iletisim .form-control {
  border-radius: 0;
}

#iletisim .form-floating > label {
  left: 10px;
}

#iletisim textarea {
  min-height: 214px;
}

.footer-ust h3 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 52px;
  color: #ffffff;
}

.footer-ust p {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  /* or 156% */

  color: #ffffff;
  max-width: 655px;
}

.footer-hr {
  max-width: 208px;
}

.navbar-brand {
  width: 60%;
  height: 100%;
  max-width: 387px;
  background-color: #fff0;
}

.footer-adres {
  margin-top: 20px;
  margin-bottom: 20px;
}

.iletisim-form-con {
  margin-top: 30px;
}

.iletisim-form-con h4 {
  font-family: satoshiMedium;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #676767;
  margin-bottom: 15px;
}

.hakkimizda-imgs {
  overflow: hidden;
}

.hakkimizda-imgs > img {
  margin-right: -20px;
}

.white-arrow {
  width: 25px !important;
  height: 25px;
  margin-left: 15px;
}

.owl-carousel .owl-stage {
  margin-bottom: 50px;
}

.owl-nav {
  /* position: absolute;
    top: 40%;
    left: 50%;
    z-index: 5;
    width: 95%;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, 0px); */
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 65px;
  color: #ffffff;
    position: absolute;
	  width: auto;
  margin-bottom: 80px;

}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 30%;
  left: -15px;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 30%;
  right: -15px;
}

/* HAKKIMIZDA */

@media screen and (min-width: 768px) {
  .urun-img-box {
    max-width: 450px;
    max-height: 550px;
  }

  .owl-dots {
    margin-bottom: 15px;
  }

  .owl-carousel .owl-stage {
    margin-bottom: 40px;
  }

  .urunler-box {
    height: 100%;
    position: relative;
  }

  .urunler-box-img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*
    .urunler-box:first-child>img {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
    }

    .urunler-box:nth-child(3)>img {
        position: absolute;
        top: 50%;
        left: 10%;
    }
*/
  .border-border {
    border-right: 1px solid #828b92;
    border-left: 1px solid #828b92;
  }

  .header-bg {
    padding: 90px 0;
  }

  #page-header h3 {
    font-size: 26px;
  }

  .hakkimizda-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-ust {
    text-align: left;
  }

  .footer-logo {
    text-align: left;
  }

  .swiper {
    padding-bottom: 50px;
  }

  .swiper-pagination {
    bottom: 20px !important;
  }

  #urun-detay,
  #hakkimizda-content {
    margin: 3rem 0;
  }
}

@media screen and (min-width: 992px) {
  #page-header h3 {
    font-size: 26px;
  }

  #hakkimizda div.row {
    background-size: 80%;
    background-image: url(img/hakkimizda-bg.svg);
  }

  .iletisim-form-con {
    margin-top: 0px;
  }

  .urunler-t {
    text-align: left;
  }

  .urunler-imgs {
    align-items: center;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1200px) {
  #hakkimizda div.row {
    background-size: 70%;
  }

  .footer-hr {
    display: block;
  }

  #nav-logo {
    padding: 10px 20px 10px 20px;
  }

  #nav-logo img {
    max-width: 190px;
  }

  .navbar-brand {
    width: auto;
  }

  .navbar-expand-xl .navbar-collapse {
    flex-direction: row;
    justify-content: flex-end !important;
  }

  .nav-link {
    padding: 0;
    font-size: 13px;
  }

  .navbar-nav > .nav-item:first-child,
  .navbar-nav > .nav-item:nth-child(2),
  .navbar-nav > .nav-item:nth-child(3),
  .navbar-nav > .nav-item:nth-child(4),
  .navbar-nav > .nav-item:nth-child(5) {
    border-right: 1px solid #ca0000;
  }

  .navbar-nav > .nav-item:last-child {
    border-right: none;
  }

  #iletisim {
    margin-top: 70px;
    margin-bottom: 170px;
  }

  .footer-info > div:first-child > a:nth-child(2),
  #iletisim .bize-ulas a:first-child {
    font-family: satoshiBold;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.05em;
    text-decoration: none;
    color: #c0c0c0;
  }

  .footer-ust {
    text-align: left;
  }

  .footer-ust h3 {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    /* identical to box height */

    text-align: left;

    color: #ffffff;
  }

  .footer-ust p {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    /* or 156% */

    color: #ffffff;
  }

  .footer-info {
    display: flex;
    justify-content: center;
    text-align: left;
  }

  footer form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  footer form input {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-info > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
    margin-right: 20px;
    padding-right: 20px;
  }

  body
    > footer
    > div
    > div.row.footer-alt.padding-cont
    > div.col-12.col-md-9
    > div
    > div.footer-info.col-12.col-md-8
    > div:nth-child(2)
    > div:nth-child(1) {
    margin-bottom: 20px;
  }

  body
    > footer
    > div
    > div.row.footer-alt.padding-cont
    > div.col-12.col-md-9
    > div
    > div.footer-info.col-12.col-md-8
    > div:nth-child(2)
    > div:nth-child(2) {
    display: flex;
  }

  body
    > footer
    > div
    > div.row.footer-alt.padding-cont
    > div.col-12.col-md-9
    > div
    > div.footer-info.col-12.col-md-8
    > div:nth-child(2)
    > div:nth-child(2)
    > div {
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
  }

  #copy {
    padding: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .urun-img-box {
    max-width: unset;
    max-height: 757px;
  }

  .padding-cont {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

@media screen and (min-width: 1400px) {
  #hakkimizda div.row {
    background-size: 70%;
  }

  #nav-logo {
    padding: 15px 42px 15px 29px;
  }

  #nav-logo img {
    max-width: 250px;
  }

  .nav-link {
    font-size: 14px;
  }

  .padding-cont-left {
    padding-left: 7vw;
  }

  .padding-cont {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .urunler-box {
    padding: 0 40px;
  }

  .urunler-link {
    font-size: 16px;
  }

  .footer-info > div:first-child > a:nth-child(3),
  #iletisim .bize-ulas a:nth-child(2) {
    font-size: 14px;
  }

  .service-text p {
    height: 110px;
  }

  .hakkimizda-p {
    margin-bottom: 45px;
  }

  .hakkimizda-content h4 {
    font-size: 24px;
  }

  .product-img {
    margin-bottom: 10px;
    object-fit: cover;
    height: 80%;
  }
}

@media screen and (min-width: 1600px) {
  .urun-img-box {
    max-width: 686px;
    max-height: 757px;
  }

  .urun-text-heading {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .urun-text-box p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1800px) {
  .urun-text-heading {
    margin-bottom: 57px;
    line-height: 35px;
  }

  .urun-text-box p {
    line-height: 35px;
  }
}

@media screen and (min-width: 1900px) {
  .navbar-expand-xl .navbar-nav {
    margin-right: 30px;
    margin-left: 31px;
  }

  .navbar-nav > .nav-item {
    padding-right: 15px;
    padding-left: 15px;
  }

  #nav-logo img {
    max-width: 316px;
  }

  .nav-link {
    font-size: 16px;
  }

  .language .nav-item {
    padding-right: 5px;
    border-right: 0 !important;
  }

  .nav-iletisim > div > a {
    font-size: 18px;
  }

  .nav-iletisim {
    max-width: 256px;
  }

  .nav-iletisim img {
    width: 38px;
  }

  .nav-link {
    font-size: 16px;
  }

  .slider-img,
  .slider-bg {
    min-height: 700px;
  }

  .anasayfa-head {
    font-size: 50px;
  }

  .anasayfa-p {
    font-size: 22px;
  }

  .service-title {
    font-size: 30px;
  }

  .service-head {
    font-size: 30px;
  }

  .service-text p {
    font-size: 18px;
  }

  .header-bg {
    padding: 107px 0;
  }

  #page-header h3 {
    font-size: 36px;
  }

  .hakkimizda-up {
    font-size: 14px;
  }

  .hakkimizda-head {
    font-size: 36px;
  }

  .satoshi14 {
    font-size: 18px;
    line-height: 35px;
  }

  .misyon {
    font-size: 24px;
  }

  .urunler-head1 {
    font-size: 20px;
  }

  .satoshiBox {
    font-size: 20px;
  }

  .urunler-t {
    font-size: 30px;
  }

  .iletisim-text {
    padding: 18px 55px 20px 55px;
  }

  .iletisim-text h4 {
    font-family: satoshiMedium;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    /* identical to box height, or 117% */

    color: #676767;
  }

  .footer-menu ul {
    font-size: 18px;
    columns: 2;
  }

  .footer-menu ul li {
    margin-right: 40px;
  }

  .bize-ulas p {
    font-size: 16px;
  }

  .search-form1 {
    height: 60px;
  }

  .search-form i {
    position: absolute;
    top: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .navbar-collapse {
    padding-top: 30px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .urunler-head1 {
    padding: 30px 0;
  }

  .slider-btn {
    right: 50%;
    transform: translate(50%, 0);
    font-size: 13px;
  }

  .red-btn {
    padding: 0 10px;
  }

  .swiper-pagination {
    bottom: 93px !important;
  }
}
