body,
html {
  overflow-x: hidden;
}

body {
  font-family: "Comfortaa", sans-serif;
  background: #111;
  font-size: 16px;
  padding-right: 0 !important;
}

.white_btn {
  display: inline-block;
  background-color: #fff;
  color: #1c68c5;
  border: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 9px;
  font-size: 14px;
  outline: none;
  line-height: normal;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none !important;
}

.modal-open .modal {
  padding-right: 0 !important;
}

.portal_header {
  position: relative;
  padding: 0;
  min-height: 100vh;
}

.logo_ziyonet {
  display: inline-block;
  width: 323px;
  height: 110px;
  max-width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.portal_header_inform {
  max-width: 1170px;
  text-align: center;
  margin: 0 auto;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.portal_header_inform .logo_wrap {
  margin: 25px 0 0 0;
}

.portal_header_inform .login_wrap a {
  text-transform: uppercase;
}

.portal_header_inform .login_wrap a:hover {
  background-color: #e7f2ff;
}

.portal_header_inform .login_wrap a i {
  display: none;
}

.portal_header_inform .dropdown.open button {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.portal_header_inform .dropdown button .fas {
  font-size: 10px;
}

.portal_header_inform .dropdown-menu {
  margin: -1px 0 0 0;
  border: 0;
  padding: 5px 0 2px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.portal_header_inform .dropdown-menu > li > a {
  padding: 3px 10px;
}

.area_animation {
  background: #4e54c8;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(143, 148, 251, 0.8)),
    to(rgba(78, 84, 200, 0.8))
  );
  background: -webkit-linear-gradient(
    right,
    rgba(0, 148, 251, 0.1),
    rgba(78, 84, 200, 0.8)
  );

  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.area_animation .area_animation_bg {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/100.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
}

.circles {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: animate 25s linear infinite;
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
}

.circles li:nth-child(11) {
  left: 10%;
  width: 100px;
  height: 100px;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 19s;
  animation-duration: 19s;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
}

.main-wrapper {
  font-size: 13px;
  line-height: normal;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.main-wrapper a {
  display: inline-block;
  height: 0;
  text-decoration: none;
}

.hex {
  position: relative;
  margin: 2.4em 5em;
  width: 8em;
  height: 13.2em;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hex:before,
.hex:after {
  position: absolute;
  width: inherit;
  height: inherit;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hex:before {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.hex:after {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hex:hover {
  top: -5px;
}

.hex .circle {
  width: 85px;
  height: 85px;
  position: absolute;
  background: #fff;
  z-index: 10;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hex .circle i.fa,
.hex .circle i.fas,
.hex .circle i.far,
.hex .circle i.fab {
  font-size: 3.3em;
}

.hex .font {
  display: inline-block;
  margin-top: 1em;
}

.hex .ribbon {
  position: absolute;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 5px 4px;
  width: 400px;
  z-index: 11;
  color: #fff;
  top: 104%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: auto;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hex.matoviy {
  opacity: 0.5;
}

.hex.ne_matoviy {
  opacity: 1;
}

.hex.yellow {
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#ffeb3b),
    to(#fbc02d)
  );
  background: -webkit-linear-gradient(top left, #ffeb3b 0%, #fbc02d 100%);
  background: -o-linear-gradient(top left, #ffeb3b 0%, #fbc02d 100%);
  background: linear-gradient(to bottom right, #ffeb3b 0%, #fbc02d 100%);
  color: #ffb300;
}

.hex.orange {
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#ffc107),
    to(#f57c00)
  );
  background: -webkit-linear-gradient(top left, #ffc107 0%, #f57c00 100%);
  background: -o-linear-gradient(top left, #ffc107 0%, #f57c00 100%);
  background: linear-gradient(to bottom right, #ffc107 0%, #f57c00 100%);
  color: #f68401;
}

.hex.pink {
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#f48fb1),
    to(#d81b60)
  );
  background: -webkit-linear-gradient(top left, #f48fb1 0%, #d81b60 100%);
  background: -o-linear-gradient(top left, #f48fb1 0%, #d81b60 100%);
  background: linear-gradient(to bottom right, #f48fb1 0%, #d81b60 100%);
  color: #dc306f;
}

.hex.red {
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#f4511e),
    to(#b71c1c)
  );
  background: -webkit-linear-gradient(top left, #f4511e 0%, #b71c1c 100%);
  background: -o-linear-gradient(top left, #f4511e 0%, #b71c1c 100%);
  background: linear-gradient(to bottom right, #f4511e 0%, #b71c1c 100%);
  color: #c62828;
}

.hex.purple {
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#ab47bc),
    to(#4527a0)
  );
  background: -webkit-linear-gradient(top left, #ab47bc 0%, #4527a0 100%);
  background: -o-linear-gradient(top left, #ab47bc 0%, #4527a0 100%);
  background: linear-gradient(to bottom right, #ab47bc 0%, #4527a0 100%);
  color: #7127a8;
}

.hex.teal {
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#4db6ac),
    to(#00796b)
  );
  background: -webkit-linear-gradient(top left, #4db6ac 0%, #00796b 100%);
  background: -o-linear-gradient(top left, #4db6ac 0%, #00796b 100%);
  background: linear-gradient(to bottom right, #4db6ac 0%, #00796b 100%);
  color: #34a297;
}

.hex.blue {
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#4fc3f7),
    to(#2196f3)
  );
  background: -webkit-linear-gradient(top left, #4fc3f7 0%, #2196f3 100%);
  background: -o-linear-gradient(top left, #4fc3f7 0%, #2196f3 100%);
  background: linear-gradient(to bottom right, #4fc3f7 0%, #2196f3 100%);
  color: #259af3;
}

.hex.blue-dark {
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#1976d2),
    to(#283593)
  );
  background: -webkit-linear-gradient(top left, #1976d2 0%, #283593 100%);
  background: -o-linear-gradient(top left, #1976d2 0%, #283593 100%);
  background: linear-gradient(to bottom right, #1976d2 0%, #283593 100%);
  color: #1c68c5;
}

.hex.green {
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#cddc39),
    to(#8bc34a)
  );
  background: -webkit-linear-gradient(top left, #cddc39 0%, #8bc34a 100%);
  background: -o-linear-gradient(top left, #cddc39 0%, #8bc34a 100%);
  background: linear-gradient(to bottom right, #cddc39 0%, #8bc34a 100%);
  color: #7cb342;
}

.hex.green-dark {
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#4caf50),
    to(#1b5e20)
  );
  background: -webkit-linear-gradient(top left, #4caf50 0%, #1b5e20 100%);
  background: -o-linear-gradient(top left, #4caf50 0%, #1b5e20 100%);
  background: linear-gradient(to bottom right, #4caf50 0%, #1b5e20 100%);
  color: #00944a;
}

.hex.silver {
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#e0e0e0),
    to(#bdbdbd)
  );
  background: -webkit-linear-gradient(top left, #e0e0e0 0%, #bdbdbd 100%);
  background: -o-linear-gradient(top left, #e0e0e0 0%, #bdbdbd 100%);
  background: linear-gradient(to bottom right, #e0e0e0 0%, #bdbdbd 100%);
  color: #9e9e9e;
}

.hex.gold {
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#e6ce6a),
    to(#b7892b)
  );
  background: -webkit-linear-gradient(top left, #e6ce6a 0%, #b7892b 100%);
  background: -o-linear-gradient(top left, #e6ce6a 0%, #b7892b 100%);
  background: linear-gradient(to bottom right, #e6ce6a 0%, #b7892b 100%);
  color: #b7892b;
}
