html {
  height: 100%;
}
body {
  font-family: "Barlow", sans-serif !important;
  margin: 0px !important;
  overflow-x: hidden;
  padding:0;
  background:url(../images/bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.bg {
  position:absolute;
  display:flex;
  width:100%;
  height:100%;
  background-image: linear-gradient(to bottom, #000000, #ffffff);
  opacity:0.7;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px !important;
  }
}
.missia-logo {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  background: url(../images/missia-beyaz.png) no-repeat;
  background-size: contain;
  background-position: left;
  margin-top: 40px;
}
.erbas-logo {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: url(../images/erbas.png) no-repeat;
  background-size: cover;
  background-position: right;
  margin-top: 53px;
}
.content .text {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin-top: 50px;
}
.content .text p {
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.content .center {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 45px;
  margin-bottom: 100px;
}
.content .center .text {
  margin-top: 55px;
  margin-bottom: 60px;
}
.content .center .text p {
  font-size: 45px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.content .center .title {
  position: relative;
  display: block;
  width: 100%;
  /* height: auto; */
}
.content .center .title h4 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.content .center .card-item {
  position: relative;
  display: block;
  padding: 10px 0;
  height: 470px;
  background: #fff;
  top: 9px;
  margin: 0 auto;
  border-radius: 5px;
}
.content .center .card-item .map {
  padding: 10px;
  margin-bottom: 30px;
  margin-left: 5px;
}
.content .center .card-item i {
  margin-left: 20px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #13334c;
  float: left;
}
.content .center .card-item p {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  color: #13334c;
}
footer .bottom {
  position:relative;
  display:block;
  width:100%;
  height:auto;
  margin-top:35px;
}
footer .bottom .hepsiburada .text p {
  font-size: 18px;
  color: #111;
  font-weight: normal;
  text-align: center;
}
footer .bottom .hepsiburada .text a {
  font-size: 18px;
  color: #bc1d1e;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
footer .bottom .hepsiburada .hepsiburada-logo {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
  background: url(../images/hepsiburada-logo.png) no-repeat;
  background-size: contain;
  background-position: center;
}
footer .bottom .n11 .text {
}
footer .bottom .n11 .text p {
  font-size: 18px;
  color: #111;
  font-weight: normal;
  text-align: center;
}
footer .bottom .n11 .text a {
  font-size: 18px;
  color: #bc1d1e;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
footer .bottom .n11 .hepsiburada-logo {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: url(../images/n11-logo.png) no-repeat;
  background-size: contain;
  background-position: center;
  top: 25px;
}
@media (min-width:1024px) and (max-width:1200px) {
  .content .center .card-item {
    width: 100%;
  }
  .content .center .card-item .map {
    width: 100%;
    margin-left: 0;
  }
  .content .center .card-item .map iframe {
    width: 100%;
  }
  footer .bottom .hepsiburada .hepsiburada-logo {
    height: 80px;
  }
}
@media ( max-width: 992px) {
  .content .center .card-item {
    position:relative;
    display:block;
    z-index:9999;
    width: 100%;
    box-shadow: 0 12px 30px 0 rgb(171, 155, 155);
  }
  .content .text p {
    font-size:35px;
  }
  .content .text {
    margin-top: 10px;
  }
  .content .center {
    margin-top:40px;
  }
  .content .center .card-item .map iframe {
    width: 100%;
  }
}
@media ( max-width: 450px) {
  .missia-logo {
    background-position: center;
  }
  .erbas-logo {
    background-size: contain;
    background-position: center;
  }
  .content .text {
    height: auto;
    margin-top: 50px;
  }
  footer .bottom .n11 .hepsiburada-logo {
    background-size: auto;
  }
}