.en_alt {
  background-color: #222222;
  padding: 100px 0px;
}

.en_alt_logo_alt_yazi {
  color: #8c94a3;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
}

.en_alt_box {
  float: left;
  min-height: 175px;
  text-align: left;
}

.en_alt_box:nth-child(1) {
  width: 20%;
  margin-right: 5%;
}

.en_alt_box:nth-child(2) {
  width: 15%;
}

.en_alt_box:nth-child(3) {
  width: 15%;
}

.en_alt_box:nth-child(4) {
  width: 15%;
}

.en_alt_box:nth-child(5) {
  width: 15%;
}

.en_alt_box:nth-child(6) {
  width: 15%;
}

.en_alt_box ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 13px;
}

.en_alt_box ul li {
  float: left;
  clear: left;
  margin-bottom: 15px;
  width: 100%;
}

.en_alt_box ul li:first-child {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 15px;
}

.en_alt_box ul a {
  color: #8c94a3;
  position: relative;
}

.en_alt_box ul a:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fd7e14;
  left: 0px;
  top: 18px;
  animation: 0.2s ease-out 0s 1 cizgiUZAT;
}

@keyframes cizgiUZAT {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.en_alt_ikonlar_div {
  float: left;
  clear: left;
  width: 100%;
  margin-top: 25px;
}

.en_alt_ikon_box {
  background-color: #000000;
  color: #ffffff;
  font-size: 24px;
  border-radius: 3px;
  float: left;
  box-shadow: 4px 8px 8px hsl(0deg 0% 0% / 0.38);
  transition: 0.5s;
  width: 17%;
  text-align: center;
  margin-right: 3.75%;
  vertical-align: middle;
  height: 45px;
  padding-top: 10px;
}

.en_alt_ikon_box:hover {
  background-color: #ff6636;
}

.en_alt_ikon_box:last-child {
  margin-right: 0px;
}

.div_kurumsal_kutu {
  float: left;
  width: 100%;
  clear: left;
  background-color: #272b33;
  border-radius: 3px;
  padding: 10px 20px;
  color: #ffffff;
  text-align: center;
  text-align: right;
  position: relative;
  overflow: hidden;
  border: 1px solid #333333;
  transition: 0.5s;
}

.div_kurumsal_kutu:hover {
  border: 1px solid #f30;
}

.div_kurumsal_kutu span {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.div_kurumsal_ikon {
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #545861;
  padding: 0px;
  margin: 0px;
}

.en_alt_copi {
  float: left;
  clear: left;
  width: 100%;
  padding: 20px 0px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  margin-top: 50px;
  color: #8c94a3;
  font-size: 14px;
}

@<?=$GLOBALS["mobilCSS"]?> {
  .en_alt {
    padding: 35px 0px;
  }

  .en_alt_box {
    margin-bottom: 0px;
    width: 50% !important;
    min-height: unset;
    margin-top: 40px;
  }

  .en_alt_box:first-child,
  .en_alt_box:last-child {
    width: 100% !important;
    padding: 0px;
  }

  .en_alt_box:nth-child(even) {
    text-align: left;
    clear: left;
  }

  .en_alt_box:nth-child(odd) {
    text-align: right;
  }

  .en_alt_logo_alt_yazi {
    margin-top: 15px;
    text-align: left;
  }

  .en_alt_copi {
    margin: 0px;
    text-align: center;
  }
}

@<?=$GLOBALS["tabletCSS"]?> {
  .en_alt_box {
    min-height: 215px !important;
  }
}

@<?=$GLOBALS["laptopCSS"]?> {
  .en_alt_box {
    width: 25% !important;
    min-height: 320px;
  }

  .en_alt_box:first-child,
  .en_alt_box:last-child {
    width: 45% !important;
    padding: 0px;
  }

  .en_alt_box:last-child {
    margin-left: 5%;
  }
}