@import "reset.css";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");
* {
  box-sizing: border-box !important;
  font-family: "Roboto", sans-serif;
}

.container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

html,
body {
  width: 100%;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

header,
footer {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

button {
  border: none;
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}

p {
  max-width: 100%;
  font-size: 16px;
  line-height: 25px;
}

hr {
  border: 0;
  clear: both;
  display: block;
  width: 100%;
  background-color: #7a7a7a;
  height: 1px;
}

a {
  text-decoration: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  border: none;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}
.modal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: none;
  max-width: 80%;
}
.modal .modal-content h3 {
  text-align: center;
  padding: 20px 0;
}
.modal .modal-content .close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  float: right;
}
.modal .modal-content .close:hover, .modal .modal-content .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.breadcrumb {
  padding: 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.breadcrumb a {
  color: #000;
}

header .container nav,
footer .container nav {
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container nav .nav-logo,
footer .container nav .nav-logo {
  text-align: left;
}
header .container nav .nav-logo .logo-placeholder,
footer .container nav .nav-logo .logo-placeholder {
  padding-right: 20px;
  font-size: 45px;
  color: #000;
}
header .container nav .navbar,
footer .container nav .navbar {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex: 2;
}
header .container nav .navbar a,
footer .container nav .navbar a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
header .container nav .navbar a:last-of-type,
footer .container nav .navbar a:last-of-type {
  color: #3758ce;
}
header .container nav .cta,
footer .container nav .cta {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
header .container nav .cta button,
footer .container nav .cta button {
  width: 150px;
  height: 50px;
  font-size: 16px;
  display: inline-block;
  border-radius: 30px;
}
header .container nav .cta .siparis-ver,
footer .container nav .cta .siparis-ver {
  color: #fff;
  background-color: #f84a00;
}
header .container nav .cta .sepetim,
footer .container nav .cta .sepetim {
  background-color: #fff;
  border: 1px solid #b4b4b4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

#hero {
  background-color: #f5f5f5;
}
#hero .container {
  display: flex;
  padding: 50px 0;
  -moz-column-gap: 200px;
       column-gap: 200px;
}
#hero .container .description {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 30px;
}
#hero .container .description h2 {
  color: #000;
  font-size: 42px;
  line-height: 53px;
}
#hero .container .description h3 {
  font-size: 32px;
  line-height: 38px;
}
#hero .container .description p {
  width: 460px;
}
#hero .container .description .hemen-siparis-ver {
  width: 239px;
  height: 60px;
  border-radius: 30px;
  background-color: #3758ce;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}
#hero .container .hero-image {
  flex: 1;
  background-image: url("../images/hero-image.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 588px;
}

#nasil-siparis-veririm {
  background-color: #f5f5f5;
}
#nasil-siparis-veririm .container {
  padding: 40px 0;
}
#nasil-siparis-veririm .container h2 {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
}
#nasil-siparis-veririm .container .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
#nasil-siparis-veririm .container .row .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 100px;
  row-gap: 10px;
  max-width: 350px;
}
#nasil-siparis-veririm .container .row .col h3 {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
#nasil-siparis-veririm .container .row .col p {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}
#nasil-siparis-veririm .container .hesaplamak-icin-tiklayin {
  text-align: center;
}
#nasil-siparis-veririm .container .hesaplamak-icin-tiklayin button {
  padding: 15px 30px;
  border-radius: 10px;
  background-color: #378fce;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}
#nasil-siparis-veririm .container h4 {
  max-width: 718px;
  font-size: 24px;
  line-height: 28px;
  margin: 0 auto;
  text-align: center;
  margin-top: 150px;
}

#siparis-config {
  background-color: #e0f4fb;
}
#siparis-config .container {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#siparis-config .container #dosyaBasligi {
  display: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  justify-content: center;
  align-items: center;
  color: #f84a00;
  min-height: 146px;
}
#siparis-config .container .file-input {
  margin-top: 20px;
  position: relative;
  height: 128px;
  background: #ffffff;
  border: 2px dashed #000000;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#siparis-config .container .file-input .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
#siparis-config .container .file-input .drag-text {
  color: #000;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}
#siparis-config .container .file-input .drag-text .uploadFileBtn {
  display: none;
  margin-top: 20px;
  background-color: #cea437;
  padding: 10px 20px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  z-index: 10000;
}
#siparis-config .container .inputs {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 20px 0;
}
#siparis-config .container .inputs .input-item {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#siparis-config .container .inputs .input-item label {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
#siparis-config .container .inputs .input-item button {
  width: 100%;
  padding: 10px 20px;
  background-color: #378fce;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
}
#siparis-config .container .inputs .input-item button:disabled {
  background-color: #b4b4b4;
}
#siparis-config .container .inputs .input-item input {
  width: 100%;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
  text-align: center;
}
#siparis-config .container .inputs .input-item input:focus {
  outline: none;
}
#siparis-config .container .result {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#siparis-config .container .result .results {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#siparis-config .container .result .results p span {
  color: #f84a00;
  font-weight: 700;
  padding-right: 10px;
}
#siparis-config .container .result .btnContainer {
  display: none;
}
#siparis-config .container .result .btnContainer button {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  background-color: #f84a00;
  padding: 10px 40px;
  border-radius: 30px;
}
#siparis-config .container .sepeteEkleSonuc {
  width: 100%;
  border: 1px solid #b4b4b4;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 60px;
}
#siparis-config .container .sepeteEkleSonuc .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
#siparis-config .container .sepeteEkleSonuc .header img {
  cursor: pointer;
}
#siparis-config .container .sepeteEkleSonuc .header p {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #f84a00;
  padding-left: 10px;
}
#siparis-config .container .sepeteEkleSonuc .body {
  display: flex;
}
#siparis-config .container .sepeteEkleSonuc .body .bilgiler {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
}
#siparis-config .container .sepeteEkleSonuc .body .bilgiler .pWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#siparis-config .container .sepeteEkleSonuc .body .bilgiler .pWrapper p {
  font-size: 14px;
  line-height: 16px;
}
#siparis-config .container .sepeteEkleSonuc .body .bilgiler .pWrapper p .property {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  width: 8ch;
  display: inline-block;
}
#siparis-config .container .sepeteEkleSonuc .body .bilgiler .pWrapper p .property::after {
  content: ":";
  float: right;
}
#siparis-config .container .sepeteEkleSonuc .body .bilgiler .pWrapper p .secimler {
  padding-left: 2ch;
  text-align: right;
}
#siparis-config .container .sepeteEkleSonuc .body .bilgiler .toplamFiyat {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
#siparis-config .container .sepeteEkleSonuc .body .bilgiler .toplamFiyat .text {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
#siparis-config .container .sepeteEkleSonuc .body .bilgiler .toplamFiyat .fiyat {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #f84a00;
  text-align: right;
}
#siparis-config .container .sepeteEkleSonuc .mobileToplamFiyat {
  display: none;
}
#siparis-config .container .sepeteGitveTamamla {
  max-width: 330px;
  padding: 12px 20px;
  background: #67a728;
  border-radius: 30px;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin: 30px auto;
}

#nasil-fotokopi-siparisi {
  background-color: #fff;
}
#nasil-fotokopi-siparisi .container {
  padding: 40px 0;
  display: flex;
}
#nasil-fotokopi-siparisi .container .description {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 60px 0;
}
#nasil-fotokopi-siparisi .container .description h2 {
  font-size: 34px;
  line-height: 40px;
}
#nasil-fotokopi-siparisi .container .description p {
  font-size: 18px;
  line-height: 30px;
}
#nasil-fotokopi-siparisi .container .description button {
  width: 200px;
  height: 70px;
  border-radius: 50px;
  background-color: #378fce;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}
#nasil-fotokopi-siparisi .container .fotokopi-image {
  flex: 1;
  text-align: right;
  width: 100%;
}

#iletisime-gec {
  background-color: #f84a00;
}
#iletisime-gec .container {
  padding: 50px 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#iletisime-gec .container .description {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#iletisime-gec .container .description h5 {
  font-size: 24px;
  line-height: 28px;
}
#iletisime-gec .container .description p {
  font-size: 20px;
  line-height: 23px;
}
#iletisime-gec .container .button-wrapper button {
  width: 200px;
  height: 60px;
  border-radius: 30px;
  background-color: #fff;
  color: #f84a00;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

#sikca-sorulan-sorular {
  background-color: #fff;
}
#sikca-sorulan-sorular .container {
  padding: 100px 0;
}
#sikca-sorulan-sorular .container h3 {
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  padding-bottom: 50px;
}
#sikca-sorulan-sorular .container .accordion {
  background-color: #fff;
  cursor: pointer;
  padding: 30px 0;
  width: 100%;
  color: #000;
  text-align: left;
  outline: none;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sikca-sorulan-sorular .container .accordion .arrow {
  background-image: url("../images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
}
#sikca-sorulan-sorular .container .accordion.active .arrow {
  background-image: url("../images/up-arrow.svg");
}
#sikca-sorulan-sorular .container .panel {
  padding: 5px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 22px;
  line-height: 26px;
  color: #7a7a7a;
  border-bottom: 1px solid #b4b4b4;
}

#blog-posts {
  background-color: #f5f5f5;
}
#blog-posts .container {
  padding: 100px 0;
}
#blog-posts .container h3 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px;
}
#blog-posts .container .sub-title {
  display: flex;
  justify-content: space-between;
}
#blog-posts .container .sub-title h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
}
#blog-posts .container .sub-title button {
  width: 157px;
  height: 49px;
  border-radius: 10px;
  background-color: #3758ce;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}
#blog-posts .container .mobilePosts {
  display: none;
}
#blog-posts .container .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  justify-content: space-between;
  width: 100%;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-top: 20px;
}
#blog-posts .container .posts article {
  width: 100%;
  height: 340px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}
#blog-posts .container .posts article img {
  width: 100%;
}
#blog-posts .container .posts article h2 {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  line-height: 19px;
  padding: 0 10px;
}

footer .container .card-logo {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.copyRight {
  padding: 8px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #7a7a7a;
  background-color: #f5f5f5;
}

#kagitBoyutu .modal-content {
  width: 20%;
  min-width: 300px;
}
#kagitBoyutu .modal-content div {
  display: flex;
  justify-content: space-around;
  margin: 10px 0;
}
#kagitBoyutu .modal-content div h3 {
  font-size: 18px;
  line-height: 21px;
}
#kagitBoyutu .modal-content div .option {
  display: flex;
}
#kagitBoyutu .modal-content div .option input[type=radio] {
  accent-color: red;
  align-self: start;
}
#kagitBoyutu .modal-content div .option label {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  cursor: pointer;
}

#videoModal .modal-content {
  width: 50%;
  padding: 0;
}
#videoModal .modal-content video {
  display: block;
}

#siparisTakip .modal-content {
  width: 500px;
}
#siparisTakip .modal-content h3 {
  font-size: 24px;
  line-height: 30px;
}
#siparisTakip .modal-content div {
  padding: 10px 30px;
}
#siparisTakip .modal-content div .input-item {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
#siparisTakip .modal-content div .input-item label {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
#siparisTakip .modal-content div .input-item input {
  padding: 10px 20px;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
}
#siparisTakip .modal-content div .input-item input:focus {
  outline: none;
}
#siparisTakip .modal-content div .input-item input::-moz-placeholder {
  line-height: 21px;
}
#siparisTakip .modal-content div .input-item input:-ms-input-placeholder {
  line-height: 21px;
}
#siparisTakip .modal-content div .input-item input::placeholder {
  line-height: 21px;
}
#siparisTakip .modal-content button {
  background: #67a728;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 5px 10px;
  width: 50%;
  margin: 0 auto;
  display: block;
}

#siparisDurumu .modal-content {
  width: 500px;
}
#siparisDurumu .modal-content h3 {
  font-size: 24px;
  line-height: 30px;
}
#siparisDurumu .modal-content div {
  height: 180px;
  text-align: center;
  font-weight: 700;
}
#siparisDurumu .modal-content button {
  background: #378fce;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 5px 10px;
  width: 50%;
  margin: 0 auto;
  display: block;
}

.inputs-modal .modal-content {
  width: 300px;
}
.inputs-modal .modal-content .sec-btn {
  display: block;
  background-color: #378fce;
  border-radius: 30px;
  padding: 5px 50px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  margin: 40px auto 5px auto;
}

@media only screen and (max-width: 768px) {
  * {
    box-sizing: border-box !important;
  }
  p {
    max-width: 100% !important;
  }
  .container {
    padding: 0 20px !important;
  }
  header {
    z-index: 10;
  }
  header .container {
    padding: 0 !important;
  }
  header .container nav {
    z-index: 10;
    background-color: #fff;
  }
  header .container nav .navbar {
    display: none;
    background-color: #fff;
    padding-top: 10px;
    width: 100%;
    flex-direction: column;
    z-index: 10;
  }
  header .container nav .navbar a {
    width: 100%;
    padding: 20px 30px;
  }
  header .container nav .cta {
    display: none;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    padding: 20px 0;
  }
  header .container nav .nav-logo {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    min-height: 80px;
  }
  header .container nav .nav-logo .mobile-nav-bars {
    display: inline !important;
    height: 30px;
  }
  nav {
    flex-direction: column;
  }
  #hero .container {
    padding: 0 !important;
    flex-direction: column;
  }
  #hero .container .description {
    max-width: 100% !important;
    order: 3;
    padding: 20px 20px !important;
    margin-bottom: 40px;
  }
  #hero .container .description p {
    max-width: 100% !important;
  }
  #hero .container .description h2 {
    font-size: 25px;
    line-height: 29px;
  }
  #hero .container .description h3 {
    font-size: 18px;
    line-height: 21px;
  }
  #hero .container .description .hemen-siparis-ver {
    width: 171px;
    height: 43px;
    font-size: 14px;
    line-height: 16px;
  }
  #hero .container .hero-image {
    flex: auto;
    background-image: url("../images/mobile-hero-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100vh !important;
    height: 342px;
  }
  #nasil-siparis-veririm .container h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  #nasil-siparis-veririm .container .row {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  #nasil-siparis-veririm .container .row .col {
    padding-bottom: 0;
    padding-top: 10px;
  }
  #nasil-siparis-veririm .container .row .col img {
    max-width: 100% !important;
  }
  #nasil-siparis-veririm .container .hesaplamak-icin-tiklayin {
    margin: 60px auto;
  }
  #nasil-siparis-veririm .container h4 {
    margin-top: 0;
    padding-bottom: 30px;
  }
  #nasil-fotokopi-siparisi .container {
    flex-direction: column;
  }
  #nasil-fotokopi-siparisi .container .description {
    padding: 20px 0;
    order: 3;
    row-gap: 20px;
  }
  #nasil-fotokopi-siparisi .container .description h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #nasil-fotokopi-siparisi .container .description p {
    font-size: 16px;
    line-height: 24px;
  }
  #nasil-fotokopi-siparisi .container .fotokopi-image {
    text-align: center;
  }
  #nasil-fotokopi-siparisi .container .fotokopi-image img {
    max-width: 100%;
  }
  #siparis-config .container #dosyaBasligi {
    min-height: 124px;
  }
  #siparis-config .container .inputs {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    row-gap: 15px;
  }
  #siparis-config .container .inputs .input-item:last-of-type {
    grid-column: 1/-1;
  }
  #siparis-config .container .result {
    flex-direction: column;
    row-gap: 20px;
  }
  #siparis-config .container .result .results {
    width: 100%;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
  #siparis-config .container .result .results p {
    font-size: 12px;
    line-height: 14px;
  }
  #siparis-config .container .result .btnContainer button {
    padding: 14px 80px;
    font-size: 16px;
    line-height: 19px;
  }
  #siparis-config .container .sepeteEkleSonuc {
    padding: 10px 20px;
  }
  #siparis-config .container .sepeteEkleSonuc .header p {
    font-size: 16px;
    line-height: 19px;
  }
  #siparis-config .container .sepeteEkleSonuc .header img {
    display: none;
  }
  #siparis-config .container .sepeteEkleSonuc .body .bilgiler {
    flex-direction: column;
  }
  #siparis-config .container .sepeteEkleSonuc .body .bilgiler .toplamFiyat {
    display: none;
  }
  #siparis-config .container .sepeteEkleSonuc .body .pWrapper {
    row-gap: 10px;
  }
  #siparis-config .container .sepeteEkleSonuc .mobileToplamFiyat {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: space-between;
  }
  #siparis-config .container .sepeteEkleSonuc .mobileToplamFiyat .toplamFiyat {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
  }
  #siparis-config .container .sepeteEkleSonuc .mobileToplamFiyat .toplamFiyat .text {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
  }
  #siparis-config .container .sepeteEkleSonuc .mobileToplamFiyat .toplamFiyat .fiyat {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #f84a00;
    text-align: right;
  }
  #iletisime-gec .container {
    padding: 30px 30px !important;
    flex-direction: column;
    row-gap: 30px;
  }
  #iletisime-gec .container h5 {
    font-size: 20px;
    line-height: 23px;
  }
  #iletisime-gec .container p {
    font-size: 18px;
    line-height: 21px;
  }
  #iletisime-gec .container .button-wrapper {
    width: 100%;
    text-align: left;
  }
  #sikca-sorulan-sorular .container div {
    padding: 70px 0;
    width: 100%;
    height: 100%;
  }
  #sikca-sorulan-sorular .container div .accordion {
    padding: 0;
  }
  #sikca-sorulan-sorular .container div h3 {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }
  #blog-posts .container h3 {
    padding-top: 30px;
    font-size: 24px;
    line-height: 28px;
  }
  #blog-posts .container .sub-title h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
  }
  #blog-posts .container .sub-title button {
    display: none;
  }
  #blog-posts .container .posts {
    display: none;
  }
  #blog-posts .container .mobilePosts {
    display: block;
    padding: 30px 0;
    padding-right: 20px;
  }
  #blog-posts .container .mobilePosts .swiper-wrapper article {
    width: 100%;
    height: 350px;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
  }
  #blog-posts .container .mobilePosts .swiper-wrapper article img {
    width: 100%;
  }
  #blog-posts .container .mobilePosts .swiper-wrapper article h2 {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    line-height: 19px;
    word-break: break-all;
  }
  footer .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .container nav .navbar,
footer .container nav .cta {
    display: none;
  }
  footer .container nav .nav-logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .container nav .nav-logo .logo-placeholder {
    font-size: 22px;
    line-height: 26px;
  }
  footer .container .card-logo {
    padding: 0;
    text-align: right;
  }
  footer .container .card-logo img {
    height: 26px !important;
  }
  #videoModal {
    padding-top: 200px;
  }
  #videoModal .modal-content {
    width: 80%;
  }
  #siparisTakip .modal-content div {
    padding: 4px 12px;
  }
  #siparisTakip .modal-content button {
    margin-top: 10px;
  }
}
main {
  background-color: #f5f5f5;
  padding-bottom: 56px;
  min-height: calc(100vh - 277px);
}

h1 {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
}

#fotokopi-hesaplama {
  display: flex;
  padding: 60px 0;
}
#fotokopi-hesaplama .image {
  flex: 1;
}
#fotokopi-hesaplama .form {
  flex: 1;
  max-height: 377px;
}
#fotokopi-hesaplama .form .wrapper {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#fotokopi-hesaplama .form .wrapper .input-item:last-of-type {
  grid-column: 1/-1;
}
#fotokopi-hesaplama .form .wrapper .input-item input,
#fotokopi-hesaplama .form .wrapper .input-item select {
  background-color: #ffffff;
  padding: 15px 20px;
  width: 100%;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  line-height: 19px;
}
#fotokopi-hesaplama .form .wrapper .input-item input::-moz-placeholder, #fotokopi-hesaplama .form .wrapper .input-item select::-moz-placeholder {
  color: #7a7a7a;
}
#fotokopi-hesaplama .form .wrapper .input-item input:-ms-input-placeholder, #fotokopi-hesaplama .form .wrapper .input-item select:-ms-input-placeholder {
  color: #7a7a7a;
}
#fotokopi-hesaplama .form .wrapper .input-item input::placeholder,
#fotokopi-hesaplama .form .wrapper .input-item select::placeholder {
  color: #7a7a7a;
}
#fotokopi-hesaplama .form .wrapper .input-item input:focus,
#fotokopi-hesaplama .form .wrapper .input-item select:focus {
  outline: none;
}
#fotokopi-hesaplama .form .wrapper .input-item select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 24px auto;
}
#fotokopi-hesaplama .form .wrapper .input-item select:required:invalid {
  color: gray;
}
#fotokopi-hesaplama .form .wrapper .input-item select:invalid > option[value=""][disabled] {
  display: none;
}
#fotokopi-hesaplama .form .hesapla-btn {
  padding: 15px 50px;
  background-color: #3758ce;
  border-radius: 30px;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}

#fotokopiHesaplama {
  padding-top: 200px;
}
#fotokopiHesaplama .modal-content {
  width: 700px;
}
#fotokopiHesaplama .modal-content .note {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin: 10px 0;
  font-weight: 700;
}
#fotokopiHesaplama .modal-content .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  margin: 10px 0;
}
#fotokopiHesaplama .modal-content .wrapper .image-fiyat {
  display: flex;
  align-items: center;
  font-weight: 700;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
#fotokopiHesaplama .modal-content .wrapper .image-fiyat p {
  font-size: 40px;
  line-height: 30px;
}
#fotokopiHesaplama .modal-content .wrapper button {
  font-size: 20px;
  line-height: 30px;
  padding: 10px 20px;
  background-color: #f84a00;
  border-radius: 30px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    line-height: 28px;
  }
  #fotokopi-hesaplama {
    padding: 30px 0;
  }
  #fotokopi-hesaplama .image {
    display: none;
  }
  #fotokopi-hesaplama .form {
    max-height: none;
  }
  #fotokopi-hesaplama .form .wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, 1fr);
    row-gap: 10px;
  }
  #fotokopi-hesaplama .form .hesapla-btn {
    width: 100%;
    margin-top: 8px;
  }
  #fotokopiHesaplama .modal-content {
    width: 80%;
  }
  #fotokopiHesaplama .modal-content .close {
    display: none;
  }
  #fotokopiHesaplama .modal-content .note {
    font-size: 16px;
    line-height: 20px;
  }
  #fotokopiHesaplama .modal-content .wrapper {
    row-gap: 30px;
    margin: 0;
    flex-direction: column;
  }
  #fotokopiHesaplama .modal-content .wrapper .image-fiyat {
    row-gap: 30px;
    flex-direction: column;
  }
}/*# sourceMappingURL=fotokopi-hesaplama.css.map */