* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: 'Titillium Web', sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.clear {
  clear: both;
}

html, body {
  position: relative;
  width: 100vw;
  height: auto;
  overflow-x: hidden;
}

.container {
  position: relative;
  z-index: 1;
  width: calc(100% - 50px);
  height: auto;
  margin: auto;
}

header {
  display: block;
  position: fixed;
  z-index: 10;
  left: 1vw;
  top: 1vw;
  background: linear-gradient(60deg, #39b54a, #0071bc);
  width: 35vw;
  height: 2vw;
}

.top, .mobil {
  display: none;
}

header nav {
  display: block;
}

nav ul {
  position: relative;
  width: 100%;
  height: 2vw;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
}

nav li {
  float: left;
  width: 20%;
  height: 2vw;
  text-align: center;
}

nav li a {
  display: block;
  color: #fff;
  background: none;
  font-size: 0.8vw;
  height: 2vw;
  line-height: 2vw;
  transition: all 0.4s ease;
  cursor: pointer;
}

.indicator {
  position: absolute;
  width: 4vw;
  height: 2px;
  left: 1vw;
  bottom: 0.1vw;
  background: #ddd;
  display: block;
  opacity: 1;
}

.left {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  width: calc(100vw - 450px);
  height: auto;
  min-height: 700px;
  background: #555;
  box-sizing: border-box;
}

.right {
  display: block;
  position: fixed;
  z-index: 2;
  right: 0;
  top: 0;
  width: 500px;
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  background: linear-gradient(60deg, #39b54a, #0071bc);
}

.logo {
  width: auto;
  height: 10vh;
  max-height: 120px;
  margin: 5px auto 10px auto;
  border-radius: 3px;
  text-align: center;
}

.logo img {
  height: 100%;
}

.mobil-form .logo {
  margin-top: 0;
}

.slider2 {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  margin: 10px auto;
  box-sizing: border-box;
}

.slider2 .swiper-container {
  width: 100%;
  height: 100%;
}

.slider2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 10%;
  overflow: hidden;
  position: relative;
}

.slider2 .swiper-slide img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.mobil-form {
  display: none;
  background: linear-gradient(60deg, #39b54a, #0071bc);
}

.slider-mobil {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 10px auto;
  box-sizing: border-box;
}

.slider-mobil .swiper-container {
  width: 100%;
  height: 100%;
}

.slider-mobil .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 10%;
  overflow: hidden;
  position: relative;
}

.slider-mobil .swiper-slide img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.form {
  position: relative;
  width: 70%;
  height: auto;
  margin: 20px 15%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.3vw;
}

form h2 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  padding: 10px 15px;
  font-size: 21px;
}

form label:not(.container) {
  position: relative;
  display: inline-block;
  width: calc(100% - 20px);
  height: 40px;
  margin: 10px 10px 0 10px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  overflow: hidden;
}

form label:not(.container) .fa {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #888;
  background: rgba(0, 100, 100, 0.1);
  transition: all 0.4s ease;
}

form label .fa::after, form .darire-tipi .fa::after {
  content: '';
  position: absolute;
  left: 100%;
  top: calc(50% - 10px);
  border: 10px solid transparent;
  border-left: 6px solid rgba(0, 100, 100, 0.1);
  transition: all 0.4s ease;
}

form label:not(.container) .fa.active {
  color: #eee;
  background: #39b54a;
}

form label:not(.container) .fa.active::after {
  content: '';
  position: absolute;
  left: 100%;
  top: calc(50% - 8px);
  border: 8px solid transparent;
  border-left: 6px solid #39b54a;
}

form label:not(.container) input {
  float: left;
  width: calc(100% - 40px);
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 16px;
  color: #888;
  background: rgba(255, 255, 255, 0.8);
}

.mesaj {
  height: 160px;
}

.mesaj .fa {
  height: 160px;
  line-height: 160px;
}

.mesaj textarea {
  float: left;
  width: calc(100% - 40px);
  height: 160px !important;
  font-size: 16px;
  line-height: 20px;
  box-sizing: border-box;
  padding: 16px;
  color: #888;
  background: rgba(255, 255, 255, 0.8);
  resize: none;
}

.sms {
  height: 64px !important;
  color: #888;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
}

.sms span {
  display: block;
  position: relative;
  float: left;
  width: 40px;
  height: 64px;
  font-size: 24px;
  line-height: 64px;
  text-align: center;
  color: #888;
  background: rgba(0, 100, 100, 0.1);
  transition: all 0.4s ease;
}

.sms span input {
  margin: 12px 10px;
  width: 20px;
}

.sms span::after {
  content: '';
  position: absolute;
  left: 100%;
  top: calc(50% - 10px);
  border: 10px solid transparent;
  border-left: 6px solid rgba(0, 100, 100, 0.1);
  transition: all 0.4s ease;
}

.sms p {
  box-sizing: border-box;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 18px;
  float: left;
  width: calc(100% - 40px);
}

.button {
  width: calc(100% - 150px);
  margin: 10px 75px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  transform: scale(1);
}

.button button {
  float: left;
  width: calc(100% - 40px);
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 16px;
  color: #888;
  background: rgba(255, 255, 255, 0.8);
}

.anasayfa {
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.slider {
  width: calc(100% - 50px);
  height: auto;
  background: none;
  display: block;
}

.main-mobile-slider {
  display: none;
}

.swiper-container.slider1, .swiper-container.slider1-1 {
  width: 100%;
  height: 100%;
}

.slider1 .swiper-slide, .slider1-1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.slider1 .swiper-slide img, .slider1-1 .swiper-slide img {
  width: 100%;
  position: relative;
}

.anasayfa .swiper-container {
  display: none !important;
}

.anasayfa .slider .kampanya {
  position: relative;
  width: 100%;
  height: 45vw;
  background: url(../img/top-bg.jpg) center bottom;
  background-size: cover;
}

.anasayfa .slider .kampanya p {
  position: absolute;
  top: 7vw;
  left: calc(50% - 15vw);
  z-index: 3;
  width: 30vw;
  height: 21vw;
  background: url(../img/top-kampanya.png) center bottom;
  background-size: cover;
}

.anasayfa .panorama {
  position: absolute;
  right: 80px;
  top: 0;
  z-index: 3;
  width: 100px;
  height: auto;
}

.anasayfa .panorama img {
  width: 100%;
  height: auto;
}

.anasayfa .main-mobile-slider .mobil-kampanya {
  position: relative;
  width: 100vw;
  height: 66vw;
  background: url(../img/top-bg.jpg);
  background-size: cover;
}

.anasayfa .main-mobile-slider .mobil-kampanya p {
  position: absolute;
  top: 3vw;
  left: calc(50% - 24vw);
  z-index: 3;
  width: 52vw;
  height: 52vw;
  background: url(../img/top-kampanya.png) center bottom;
  background-size: cover;
}

.anasayfa .main-mobile-slider .mobil-kampanya .info {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 3;
  width: 10vw;
  height: auto;
  color: #fff;
}

.anasayfa .main-mobile-slider .mobil-kampanya .info .fa {
  font-size: 10vw;
  width: 10vw;
  height: auto;
  text-align: center;
}

.galeri {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  background: #222;
  box-sizing: border-box;
  padding: 0 50px 0 0;
  overflow: hidden;
  transition: all 0.7s ease;
}

.galeri.active {
  height: auto;
}

#container {
  min-height: 700px;
  transition: all 0.4s ease;
}

.foto {
  position: relative;
  float: left;
  width: calc(20% - 50px);
  height: auto;
  margin: 25px 25px;
  border-radius: 5px;
  background: none;
  transition: all 0.4s ease;
  overflow: hidden;
}

.foto img {
  position: relative;
  width: 100%;
}

.foto.proje_hakkinda, .foto.vaziyet_plani, .foto.ulasim {
  width: calc(100% - 50px);
}

.foto p {
  color: #fff;
  font-size: 20px;
}

.foto p img {
  width: 100%;
}

#container .foto {
  display: none;
}

#container .foto.galeri_hepsi {
  display: block;
}

.galeri.active .foto {
  width: calc(33.33% - 50px);
  height: auto;
  margin: 50px 25px 0 25px;
}

.galeri.active .foto.vaziyet_plani {
  width: calc(100% - 50px);
  height: auto;
  margin: 50px 25px 0 25px;
}

.galeri.active .foto.proje_hakkinda {
  width: calc(100% - 100px);
  height: auto;
  margin: 50px 50px 0 50px;
}

.galeri.active .foto.proje_hakkinda p {
  color: #fff;
}

.galeri.active .foto.ulasim {
  width: calc(100% - 50px);
  height: auto;
  margin: 50px 25px 0 25px;
}

footer {
  position: relative;
  width: calc(100% - 50px);
  height: 350px;
  background: linear-gradient(240deg, #39b54a, #0071bc);
}

footer ul {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 0;
}

footer ul li {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}

.map {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  overflow: hidden;
}

.phone {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  text-align: center;
}

.phone a {
  display: block;
  width: auto;
  padding: 0 1vw;
  color: white;
  font-size: 1vw;
  line-height: 2vw;
}

.phone .fa {
  color: white;
  font-size: 1vw;
  width: auto;
  height: 3vw;
  line-height: 2vw;
  margin-right: 1vw;
}

.phone p {
  color: #fff;
  font-size: 16px;
}

.sosyal {
  width: 100%;
  height: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  padding-top: 5%;
  padding-bottom: 5%;
}

.sosyal a {
  display: block;
  float: left;
  width: 33.33%;
  color: white;
  font-size: 1.4vw;
  line-height: 2vw;
  font-weight: 200;
  margin-bottom: 5px;
  border-radius: 20px;
}

.sosyal a .fa {
  font-size: 1.2vw;
  width: 2vw;
  height: 2vw;
  line-height: 2vw;
  text-align: center;
  margin: 0 1vw 0 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.sosyal a span {
  display: inline-block;
}

.copyright {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}

.copyright img {
  height: 60px;
  margin-top: 1.8vw;
}

.popup {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.popup .video {
  position: absolute;
  z-index: 5;
  top: 20%;
  left: calc(50% - 350px);
  width: 700px;
  height: auto;
}

.popup .video .fa {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 101;
  width: 30px;
  height: 30px;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
  text-align: right;
  cursor: pointer;
}

.popup .video video {
  position: relative;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}
/*radio buttons başlangıç*/
form .container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none !important;
  width: 15% !important;
  float: left;
  line-height:15px;
}
/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ccc;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
  background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.container input:checked~.checkmark {
  background-color: #2196F3;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.container input:checked~.checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}
.darire-tipi {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  margin-left: 10px;
  float: left;
  width: calc(100% - 20px);
}
.daire-tipi-inputs{ height:111px !important;}
.daire-tipi-baslik {
  font-size: 16px;
  margin-bottom: 20px;
  color: #888;
}

.daire-tipi-inputs {
  float: left;
  width: calc(100% - 30px);
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 14px;
  color: #888;
  background: rgba(255, 255, 255, 0.8);
  border-radius:3px;
}

form .darire-tipi .fa {
 float: left;
 width: 30px;
 height: 30px;
 font-size: 16px;
 line-height: 30px;
 text-align: center;
 color: #888;
 background: rgba(0, 100, 100, 0.1);
 transition: all 0.4s ease;
}
/* checkbox bitiş*/
@media only screen and (min-width:1601px) {
.mesaj {
  height: 140px !important;
}
.mesaj .fa {
  height: 140px;
  line-height: 140px;
}
.mesaj textarea {
  float: left;
  width: calc(100% - 50px);
  height: 140px;
  font-size: 14px;
  line-height: 18px;
  box-sizing: border-box;
  padding: 14px;
  color: #888;
  background: rgba(255, 255, 255, 0.8);
  resize: none;
}
}
@media only screen and (max-width:1600px) {
  header {
    zoom: 1.1;
  }
  .right {
    width: 400px;
  }
  .form {
    width: 80%;
    margin-left: 10%;
    margin-top: 5px;
  }

  form label:not(.container) {
    position: relative;
    display: inline-block;
    width: calc(100% - 20px);
    height: 30px;
    margin: 10px 10px 0 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    overflow: hidden;
  }
  .logo {
    display: none;
  }
  form label:not(.container) .fa {
    float: left;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #888;
    background: rgba(0, 100, 100, 0.1);
    transition: all 0.4s ease;
  }
  form label:not(.container) .fa.active {
    color: #eee;
    background: #39b54a;
  }
  form label:not(.container) input {
    float: left;
    width: calc(100% - 30px);
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 14px;
    color: #888;
    background: rgba(255, 255, 255, 0.8);
    border-radius:3px;
  }
  .mesaj {
    height: 140px !important;
  }
  .mesaj .fa {
    height: 140px;
    line-height: 140px;
  }
  .mesaj textarea {
    float: left;
    width: calc(100% - 30px);
    height: 140px;
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
    padding: 14px;
    color: #888;
    background: rgba(255, 255, 255, 0.8);
    resize: none;
  }
  .sms span {
    display: block;
    float: left;
    width: 30px;
    height: 64px;
    font-size: 24px;
    line-height: 64px;
    text-align: center;
    color: #888;
    background: rgba(0, 100, 100, 0.1);
    transition: all 0.4s ease;
  }
  .sms span input {
    margin: 17px 5px;
    width: 20px;
  }
  .sms p {
    box-sizing: border-box;
    padding: 5px 16px;
    font-size: 14px;
    line-height: 18px;
    float: left;
    width: calc(100% - 30px);
  }
  .button {
    width: calc(100% - 160px);
    margin: 10px 80px;
  }
  .button button {
    float: left;
    width: calc(100% - 30px);
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 14px;
    color: #888;
    background: rgba(255, 255, 255, 0.8);
  }
  .left {
    width: calc(100% - 350px);
  }
  #options li a {
    font-size: 12px;
  }
}

@media only screen and (max-width:1440px) {
  header {
    zoom: 1.2;
  }
}

@media only screen and (max-height:2000px) {
  .slider2{
    display: none;
  }
}

@media only screen and (max-width:1200px) {
  header {
    zoom: 1.6;
  }
  .right {
    width: 350px;
  }
  .slider2 {
    width: 180px;
    height: 180px;
  }
  .left {
    width: calc(100% - 300px);
  }
  #options li a {
    font-size: 16px;
    line-height: 24px;
  }
  footer {
    height: auto;
  }
  footer ul li {
    width: 100%;
    height: 300px;
  }
  .phone, .sosyal {
    float: left;
    width: 100%;
    height: auto;
    border: 0;
    padding: 0;
  }
  .phone a {
    line-height: 50px;
    font-size: 16px;
  }
  .phone .fa {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .sosyal a {
    font-size: 12px;
    line-height: 50px;
  }
  .sosyal a .fa {
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 5px 0 0;
  }
  .copyright img {
    width: 60%;
    height: auto;
    margin-top: 50px;
  }
}

@media only screen and (max-width:991px) {
  header {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    zoom: 2.5;
  }
  .top {
    display: block;
    height: 20px;
    width: 100%;
  }
  .mobil-logo {
    float: left;
    width: auto;
    height: 16px;
    margin-left: 4px;
  }
  .mobil-logo img {
    height: 100%;
    width: auto;
  }
  .hamburger {
    float: right;
    height: auto;
    line-height: 20px;
  }
  .hamburger .fa {
    font-size: 8px;
    color: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
  }
  header nav {
    display: none;
  }
  nav ul {
    width: 100%;
    height: auto;
    padding: 5px 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  nav li {
    float: none;
    width: 100%;
    height: auto;
  }
  nav li a {
    height: auto;
    line-height: 4vw;
    text-align: left;
    display: block;
    padding: 0 20px;
    font-size: 2.4vw;
    font-weight: 300;
  }
  .indicator {
    display: none;
    opacity: 0;
  }
  .right {
    display: none;
    position: relative;
    width: 100vw;
    height: auto;
  }
  .mobil-form {
    display: block;
    padding-top: 10px;
  }
  .mobil-form .logo {
    display: none;
  }
  .mobil-form .panorama {
    width: 30%;
    margin-left: 35%;
  }
  .mobil-form .panorama img {
    width: 100%;
  }
  .form {
    width: 90%;
    margin: 20px auto;
    border-radius: 1vw;
  }
  .left {
    width: 100vw;
  }
  .anasayfa, .galeri, footer {
    width: 100%;
  }
  .anasayfa {
    padding-top: 50px;
  }
  .slider {
    width: 100%;
    display: none;
  }
  .main-mobile-slider {
    display: block;
    width: 100vw;
    height: 66vw;
    overflow: hidden;
  }
  .swiper-button-next, .swiper-button-prev {
    transform: scale(0.5);
  }
  .swiper-pagination {
    display: none;
  }
  .slider .swiper-button-next, .slider .swiper-button-prev {
    display: none;
  }
  .galeri {
    padding: 0;
  }
  .galeri.active {
    padding-top: 50px;
  }
  .option-combo {
    margin: 5px !important;
  }
  .foto {
    position: relative;
    float: left;
    width: calc(20vw - 5px);
    margin: 10px 10px;
    border-radius: 5px;
    transition: all 0.4s ease;
    overflow: hidden;
  }
  .galeri.active .foto {
    width: calc(33.33vw - 10px);
    margin: 10px 5px 0 5px;
  }
  .foto p {
    font-size: 16px;
  }
  #container {
    min-height: 400px;
  }
  .phone {
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0;
  }
  .phone a {
    font-size: 20px;
    padding: 0 3vw;
  }
  .phone .fa {
    margin-right: 3vw;
  }
  .phone p {
    font-size: 14px;
  }
  .sosyal {
    width: 100%;
    text-align: center;
  }
  .sosyal a {
    line-height: 40px;
    font-size: 16px;
  }
  .sosyal a .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
  }
  .sosyal a span {
    display: none;
  }
  li.bilgi {
    height: auto;
  }
  .copyright img {
    width: 50%;
    margin: 0 0 10px 0;
  }
}

@media only screen and (min-width:980px) {
  .anasayfa .slider .kampanya p {
    position: absolute;
    top: 7vw;
    left: calc(50% - 15vw);
    z-index: 3;
    width: 32vw;
    height: 33vw;
    background: url(../img/top-kampanya.png) center bottom;
    background-size: cover;
  }
}
