html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

:focus {
  outline: 0
}

* {
  list-style: none;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #fff;
}
.header {
  position: absolute;
  top: 60px;
  z-index: 1;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.headercenter {width: 1200px;margin: 0 auto;}
.ucretsizdiv {
  position: fixed;
  top: 10px;
  right: 5%;
  z-index: 99;
  cursor: pointer;
  width: 150px;
}
.formdiv {
  display: flex;
}

.form-container {
  width: 69%;
  padding: 20px;
  margin: 0 auto;
}

.info-container {
  width: 50%;
  padding: 20px;
}

.input-group {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

label {
  width: 150px;
  margin-right: 10px;
}

button {
  padding: 10px;
  background: #FEC733;
  color: #000;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

button:hover {
  background-color: #45a049;
}

.info-group {
  line-height: 1.5;
}
.info-group p {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  color: #fff;
}
.linedivv {
  background: #707070;
  width: 170px;
  height: 2px;
}
.sosyalimg {
  display: inline-block;
  vertical-align: middle;
  margin: 7px;
}
.yandiv {
  display: inline-block;
  vertical-align: middle;
  width: 44%;
  margin-right: 47px;
  position: relative;
  left: -12px;
}
.yandiv:nth-child(2) {
  margin-right: 0px;
}
input {
  width: 100%;
  border: unset;
  border: 1px solid #707070;
  background: unset;
  padding: 12px;
  border-radius: 19px;
}
textarea {
  width: 100%;
  border: unset;
  border: 1px solid #707070;
  background: unset;
  padding: 17px;
  border-radius: 19px;
  height: 57px;   
}
::placeholder {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  color: #fff;
}
/*
.formdiv {
  position: fixed;
  top: 0;
  z-index: 9;
  background: #fff;
  right: 10%;
  width: 240px;
  padding: 70px 50px 70px 50px;
  border-radius: 10px;
  display: none;
  opacity: 0;
  transition: all 0.6s;
}
*/
.formtitle {
  font-size: 20px;
  color: #3B3B3B;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #11244E;
  font-size: 16px;
}
.inputs {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
  font-size: 15px;
  color: #3B3B3B;
  font-weight: 200;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #11244E;
  font-size: 16px;
}
.inputs input {
  border: 0;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}
.inputs select {
  -webkit-border: 0;
  border-bottom: 1px solid #707070 !important;
  -webkit-padding-bottom: 10px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  background: transparent;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 5px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.inputs textarea {
  border: 0;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}
.checkinput {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
}
.checktext {
  text-align: center;
  font-size: 12px;
  width: 85%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
::placeholder {
  color: #707070;
  font-family: 'Open Sans', sans-serif;
}
.radioinput {
  width: 100%;
}    
.formgroup {
  margin: 1rem 0;
  width: 100%;
  display: block;
  vertical-align: middle;
}
.formgroup .radiotext {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  width: 100%;
  text-align: left;
  line-height: 16px;
  position: relative;
  left: 15%;
}
input[type="radio"] {
  width: 30%;
  display: none;
}
.formgroup label {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 15%;
}
.formgroup .radiotext {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    width: 100%;
    text-align: left;
    line-height: 16px;
    position: relative;
    left: 15%;
}
.formbutton button {
  padding: 10px 30px 10px 30px;
  border: unset;
  background-color: unset;
  border: 1px solid #707070;
  font-family: "Bebas Neue";
  font-size: 20px;
  color: #3B3B3B;
  cursor: pointer;
  transition: all 0.6s;
}
.formclose {
  position: absolute;
  top: 5%;
  left: 10%;
  cursor: pointer;
}
.formbutton {
  text-align: center;
}
.logo {
  display: inline-block;
  vertical-align: middle;
}
.logoimg {
  width: 320px;
}
.number {width: 100px;display: inline-block;vertical-align: middle;width: 56%;text-align: right;} 
.number svg {
    width: 220px;
    margin: -10px;
}
.cerceve {
  height: 100vh;
  overflow: hidden;
  border: 10px solid #11244e;
}
.girisdiv {
  max-width: 1000px;
  margin: 0 auto;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 190px;
  right: 0;
  left: 0;
}
.giristext {
  position: absolute;
  width: 600px;
  top: 100px;
  z-index: 9;
}
.yeniarac {font-family: 'Montserrat', sans-serif;color: #11244E;font-size: 40px;font-weight: 200;}
.ucuzkolay {color: #11244E;font-family: 'Montserrat', sans-serif;color: #11244E;font-size: 50px;font-weight: 600;}
.textgiris {font-size: 20px;margin-top: 30px;font-family: 'Montserrat', sans-serif;color: #11244E;font-size: 20px;font-weight: 200;}
.arabadiv {position: absolute;top: 0;right: -160px;z-index: 0;}
.okl {top: 400px;position: absolute;z-index: 9;}
.okr {
  position: absolute;
  bottom: 0;
  top: 400px;
  left: 100px;
  z-index: 9;
}
.back {
  width: 1100px;
  margin-top: -50px;
}
.map {
  position: absolute;
  right: 300px;
  width: 196px;
  top: 60px;
  z-index: 9;
  margin-top: 60px;
  opacity: 0;
  transition: all 1s;
}
.sol {
  position: absolute;
  top: 160px;
  right: 620px;
  width: 260px;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 1s;
}
.sag {
  position: absolute;
  top: 160px;
  right: 100px;
  width: 260px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 1s;
}
.wifi {
  position: absolute;
  top: 200px;
  right: 510px;
  width: 70px;
  margin-top: 60px;
  opacity: 0;
  transition: all 1s;
}
.araba {
  position: absolute;
  top: 260px;
  right: 360px;
  width: 500px;
  z-index: 999999;
  transform: scale(0.1);
  opacity: 0;
  margin-right: -196px;
  transition: all 1s;
}
.slide {
  position: absolute;
  top: 100px;
  right: 360px;
  width: 500px;
  z-index: 999999;
  margin-right: -196px;
  transition: all 1s;
}
.topcss {
  position: relative;
  top: 60px;
  opacity: 0;
  transition: all 1s;
  z-index: 99999999999;
}
.containerdiv {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
}
.containerdiv svg {
  text-align: center;
}
.neleryapabilirsiniz div ul li {width: 47%;display: inline-block;vertical-align: top;margin: 10px;margin-top: 60px;}
.neleryapabilirsiniz div ul li svg {width: 100%;}
.g {
  width: 100%;
}
.sorunyok img {
  width: 100%;
}
.gozuorada {max-width: 1000px;margin: 0 auto;margin-bottom: 0px;}
.gozuorada svg{
  width: 100%;
}
.ozellikleri {max-width: 1000px;margin: 0 auto;margin-top: 60px;}
.ozellikleri svg{
  width: 100%;
}
.containercenter {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
  /* background: #2154e2; */
}
.containercenter div ul li {width: 30%;display: inline-block;vertical-align: middle;text-align: center;font-family: 'Montserrat', sans-serif;color: #fff;font-size: 19px;font-weight: 200;border-right: 0px;height: 100px;padding-top: 60px;padding-bottom: 60px;/* border: 10px solid; */margin: 10px;background: #2154e2;}
.containercenter div ul li:last-child {
  border: none
}
.centerdiv {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
  background: #2154e2;
}
.centerdiv div ul li {width: 30%;display: inline-block;vertical-align: middle;text-align: center;font-family: 'Montserrat', sans-serif;color: #fff;font-size: 19px;font-weight: 200;border-right: 1px solid #ABC4fd;height: 100px;padding-top: 60px;padding-bottom: 60px;}
.centerdiv div ul li:last-child {
  border: none
}
.text {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.ortacenter {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100px;
  justify-content: center;
}
.ozelliklercenter {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  background: #f8f8f8;
  padding: 60px 0px 60px;
}
.centerozellikler {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.centerozellikler div ul li {
  display: inline-block;
  vertical-align: top;
  width: 26%;
}
.centerozellikler div ul li img {
  width: 100%;
}
.store {
  margin-top: 60px;
  font-family: 'Montserrat', sans-serif;
  color: #11244E;
  font-size: 30px;
  font-weight: 600;
}
.montajlar {
  width: 46%;
  margin-top: 60px;
  text-align: justify;
  background: #fff;
  box-shadow: 1px 1px 60px #00000024;
  border-radius: 60px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  margin-top: 60px;
  border-radius: 60px;
}
.baglantilimontajlar {
  width: 46%;
  margin-top: 60px;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
  margin-top: 60px;
  position: relative;
}
.standart {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.standarttext {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 200;
  margin-top: 10px;
}
.standartdiv {padding: 60px;background: #2154E2;border-top-right-radius: 30px;border-top-left-radius: 30px;}
.listemontaj {
  margin-top: 10px;
  padding: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: 13px;
  margin-top: 10px;
  background: #fff;
  text-align: justify;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
} 
.dk {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #0037d1;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
.kontakkablosubaglantilimontaj {padding: 60px;background: #11244E;border-top-right-radius: 30px;border-top-left-radius: 30px;text-align: justify;}
.footer {
  background: #11244e;
  padding: 60px 0px 60px;
  width: 100%;
}
.footercenter {
  max-width: ;
  max-width: 960px;
  margin: 0 auto;
}
.footerlogo {
  display: inline-block;
  vertical-align: top;
  width: 59%;
}
.linkdiv ul li {
  display: inline-block;
    vertical-align: top;
}
.tumhaklar {margin-top: 60px;font-size: 12px;color: #fff;font-family: 'Montserrat', sans-serif;font-weight: 200;}
.adrescenter {display: inline-block;vertical-align: top;width: 37%;text-align: right;}
.adres {
  text-align: justify;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: 16px;
}
.numara {text-align: justify;margin-top: 10px;}
.info {color: #fff;font-family: 'Montserrat', sans-serif;font-weight: 200;}