@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&amp;display=swap');
html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
    overflow-x:hidden;
}

#orderForm {
    background-color: #fff;
    font-family: 'Roboto', sans-serif !important;
}

#wrapper {
    width: 100%;
    max-width: 768px;
    margin: 0 auto !important;
    padding: 0;
}

.orderFormTitle {
    line-height: .8rem;
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
}

.orderForm-title {
    padding: 15px 5px;
}

#orderFormWrapper {
    padding: 32px 0;
}
#orderFormWrapper .row .row{
    gap: 24px;
    margin-bottom:24px;
}

.orderForm-title h1 {
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.orderForm-title small {
    padding: 0;
    margin: 0;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
}

#orderForm .form-check {
    font-size: .95rem;
    position: relative;
    display: block;
    padding-left: 1.75rem;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 5px 0;
    border-radius: 4px;
}

#orderForm .form-check .form-check-input {
    margin-top: 13px !important;
}

#orderForm .form-check .form-check-label {
    margin-left: 5px !important;
    font-weight: 700;
}

#orderForm .form-check.checked {
    background-color: #ccf3cd !important;
}

#orderForm .form-check.last {
    margin-bottom: 20px;
}

#orderForm .topic {
    font-weight: 700;
    border-bottom: 2px solid #000;
    padding: 5px;
    margin-bottom: 10px;
    display: none !important;
}

#orderForm .minilabel label {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: .7rem;
    text-transform: uppercase;
    display: none !important;
}

#orderForm .form-control {
    padding: 0.7rem;
    height: auto;
    font-weight: 400;
    margin-bottom: 5px;
}

#orderForm .input-group-text {
    height: 48.38px;
    padding: 0 0.75rem;
    line-height: 1rem;
    border-radius: 0.25rem 0 0 0.25rem;
    border-right: none;
    font-weight: 700;
}

#orderForm label.contract {
    font-size: .9rem;
    line-height: 1rem;
    margin: 10px 3px;
}

.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

#orderForm .orderFormBtn {
    font-weight: 700;
    margin: 20px 0;
    background-color: #0080ff;
    border: none;
}

#orderForm .orderFormBtn:active {
    box-shadow: none !important;
}

#orderForm .orderFormBtn:focus {
    box-shadow: none !important;
}

footer {
    background-color: #DDD;
    color: #000;
    padding: 15px 0 30px 0;
}

footer .footer {
    padding: 0 0;
    font-size: .75rem;
    line-height: 1.3rem;
}

footer h6 {
    font-weight: 700;
    font-size: .9rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 5px;
}

footer ul,
footer ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    list-style: none;
    padding: 3px 0;
    margin: 0;
}

footer ul li a {
    color: #1a1a1a;
    font-size: .75rem;
}

footer ul li a:hover,
footer ul li a:focus {
    color: #000;
}

.modal-body {
    height: 450px;
    overflow: hidden;
    overflow-y: scroll;
}

.orderThanksPage {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: .9rem!important
}

.orderThanksPage .list-group-item {
    font-size: .9rem !important;
}

.mgb {
    margin-bottom: 10px;
}

.form-image {
    margin: 5px 0;
    cursor: pointer;
}

.form-image img:last-child {
    display: none;
}

.form-image.checked img:first-child {
    display: none !important;
}

.form-image.checked img:last-child {
    display: block;
}

.gif {
    position:relative;
}



.gif .konum img {
   width:100%;
   height:100%;
   object-fit:cover;
   -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
      mix-blend-mode: luminosity;
}

.gif .konum.no-flip img {
   width:100%;
   height:100%;
   object-fit:cover;
   -webkit-transform: scaleX(1);
  transform: scaleX(1);
      mix-blend-mode: luminosity;

}

@media screen and (min-width: 992px) {
  .gif .konum {
    position:absolute;
    right:24px;
    top:44px;
    width:300px;
  }
    .gif .konum.no-flip {
    width:300px;
    height:300px;
    overflow:hidden;
  }
}
@media screen and (max-width: 991px) {
  .gif .konum {
    position:absolute;
    right:0;
    top:0;
    width:170px;
  }
    .gif .konum.no-flip {
    width:200px;
    height:200px;
    overflow:hidden;
  }
}

.form-errors-genel {
    padding:10px;
    background-color: #FEE4E2;
    border-radius:4px;
   
}