@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&amp;subset=latin-ext');
body {
  background: #060606;
  font-family: 'Open Sans', sans-serif;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
* {
  outline: 0 !important;
}
header:after,
.promotion:after {
  clear: both;
  display: table;
  content: " ";
}
header:after,
.promotion:after {
  display: table;
  content: " ";
}
.header {
  background: black;
  border-bottom: 2px solid #edaa00;
}
.footer {
  background: #282727;
  border-top: 2px solid #edaa00;
}
.tanitim{
  background: #282727;
  padding: 30px;
  margin-bottom: 20px;
  color: white;
  height: 100px;
  border-radius: 10px;
}
.tanitim p{
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: revert;
  text-align: center;
}
header {
  padding: 18px 0;
  margin-bottom: 3%;
}
header a#logo {
  float: left;
}
header a#support {
  float: right;
}
section h1 {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 50px;
}
section h1 small {
  display: block;
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
  color: #FFF;
}
section article {
  position: relative;
  height: 275px;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
}
section article a {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #FFF;
  font-size: 18px;
  border-radius: 10px;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section article a span {
  position: absolute;
  bottom: 40px;
  right: 30px;
}
section article a:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(5deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
section article a:hover,
section article a:focus {
  border: 3px solid #E2BF60;
  text-decoration: none;
  color: #FFF;
}
section article a:hover:after,
section article a:focus:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
.footerresim {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}

footer p {
  padding: 30px 0;
  color: #FFF;
  font-weight: 700;
}
.modal {
  background-color: rgba(17, 39, 48, 0.9);
}
.modal .modal-dialog {
  width: 100%;
}
.modal .modal-content {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.modal .modal-content .modal-header {
  border: none;
}
.modal .modal-content .modal-header .modal-title {
  display: inline-block;
  color: #FFF;
  font-size: 30px;
  border-bottom: 3px solid #c5a037;
}
.modal .modal-content .modal-header .close {
  opacity: 1;
  text-shadow: none;
  color: #c5a037;
  border: 2px solid #c5a037;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  text-align: center;
}
.modal .modal-content .modal-body {
  color: #FFF;
}
.modal .modal-content .modal-body h5.sub-title {
  color: #FFF;
  background-color: #c5a037;
  font-size: 20px;
  line-height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 30px 0;
}
.modal .modal-content .modal-body .promotion {
  margin-bottom: 30px;
  position: relative;
}
.modal .modal-content .modal-body .promotion img {
  float: left;
  margin-right: 30px;
}
.modal .modal-content .modal-body .promotion .right {
  position: absolute;
  top: 0;
  right: 0;
  left: 532px;
}
.modal .modal-content .modal-body .promotion .right .promotion-title {
  color: #309538;
  font-size: 25px;
  font-weight: 700;
}
.modal-body p img {
    border-radius: 10px;
}
@media (max-width: 991px) {
 
  section article{
    height: 200px;
  }
  .modal .modal-content .modal-body .promotion img {
    width: 300px;
  }
  .modal .modal-content .modal-body .promotion .right {
    left: 330px;
  }
  .modal .modal-content .modal-body .promotion .right .promotion-title {
    font-size: 18px;
  }
  .modal .modal-content .modal-body .promotion .right p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
    .tanitim p {
    font-size: 19px;
    }
  header {
    padding: 15px 0;
  }
  header a#logo,
  header a#support {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  header a#logo img,
  header a#support img {
    width: 150px;
  }
  section h1 {
    font-size: 25px;
  }
  section h1 small {
    font-size: 12px;
  }
  .modal .modal-content .modal-header .modal-title {
    font-size: 18px;
    line-height: 36px;
  }
  .modal .modal-content .modal-body h5.sub-title {
    font-size: 16px;
    line-height: 30px;
  }
  .modal .modal-content .modal-body .promotion img {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .modal .modal-content .modal-body .promotion .right {
    position: static;
  }
  .modal .modal-content .modal-body .promotion .right .promotion-title {
    font-size: 18px;
  }
  .modal .modal-content .modal-body .promotion .right p {
    font-size: 13px;
  }
}
