body {
    background: url(/images/bg-pattern.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#certificates .certificates-background {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 432px;
  width: 90%;
}
#certificates .wrapper {
  max-width: 1420px;
  margin: 0px auto;
  position: relative;
  padding: 0px 20px;
  margin-top: 230px;
  margin-bottom: 281px;
}
#certificates .wrapper .location-area {
  margin-bottom: 30px;
}
#certificates .wrapper .location-area .location {
  margin-top: 13px;
}
#certificates .wrapper .location-area .location span {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: rgba(203, 203, 203, 0.49);
}
#certificates .wrapper .location-area .location span a {
  color: rgba(203, 203, 203, 0.49);
}
#certificates .wrapper .location-area .card-title h3 {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 129%;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin: 0px;
}
#certificates .wrapper .location-area .card-title-two p {
  font-family: "SofiaPro";
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  color: #cdd9d5;
  width: 638px;
  margin: 0px;
  margin-top: 13px;
}
#certificates .wrapper .location-area .card-title-two p b {
  font-weight: 800;
}
#certificates .wrapper .certificates-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 27px;
  justify-items: center;
}
#certificates .wrapper .certificates-area .item {
  cursor: pointer;
  position: relative;
}
#certificates .wrapper .certificates-area .item .certificates-img {
    width: 462px;
    height: 301px;
    object-fit: cover;
    object-position: top;
}
    #certificates .wrapper .certificates-area .item .certificates-item-background {
        position: absolute;
        top: 0px;
        left: 50%;
        width: 463px;
        height: 301px;
        transform: translateX(-50%);
        display: none;
    }
#certificates .wrapper .certificates-area .item .bottom-side {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  text-align: -webkit-center;
}
#certificates .wrapper .certificates-area .item .bottom-side .zoom {
  width: 23px;
  height: 23px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 12px;
}
#certificates .wrapper .certificates-area .item .bottom-side p {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  left: 50%;
  width: 100%;
  margin: 0px;
}
#certificates .wrapper .certificates-area .item:hover {
  transition: all 0.1s ease-in-out;
}
#certificates .wrapper .certificates-area .item:hover .certificates-img {
  transition: all 0.1s ease-in-out;
  transform: scale(1.08);
}
#certificates .wrapper .certificates-area .item:hover .certificates-item-background {
  display: block !important;
  transform: scale(1.08) translateX(-50%);
  left: 54%;
  transition: all 0.1s ease-in-out;
}
#certificates .wrapper .certificates-area .item:hover p {
  transition: all 0.1s ease-in-out;
  display: block !important;
}
#certificates .wrapper .certificates-area .item:hover .zoom {
  transition: all 0.1s ease-in-out;
  display: block !important;
}

@media (max-width: 1650px) {
  #certificates .wrapper {
    max-width: 1200px;
  }
  #certificates .wrapper .certificates-area .item .certificates-img {
    width: 382px;
    height: 251px;
  }
  #certificates .wrapper .certificates-area .item .certificates-item-background {
    width: 377px;
    height: 245px;
  }
}
@media (max-width: 1420px) {
  #certificates .wrapper {
    max-width: 980px;
  }
  #certificates .wrapper .certificates-area .item .certificates-img {
    width: 292px;
    height: 180px;
  }
  #certificates .wrapper .certificates-area .item .certificates-item-background {
    width: 291px;
    height: 177px;
  }
}
@media (max-width: 1200px) {
  #certificates .certificates-background {
    width: 98%;
  }
}
@media (max-width: 1047px) {
  #certificates .wrapper .certificates-area .item .certificates-img {
    width: 292px;
    height: 180px;
  }
  #certificates .wrapper .certificates-area .item .certificates-item-background {
    width: 291px;
    height: 177px;
  }
  #certificates .wrapper .certificates-area .item .bottom-side p {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  #certificates .wrapper .certificates-area {
    grid-template-columns: 1fr 1fr;
  }
  #certificates .wrapper .certificates-area .item .certificates-img {
    width: 292px;
    height: 180px;
  }
  #certificates .wrapper .certificates-area .item .certificates-item-background {
    width: 290px;
    height: 177px;
  }
  #certificates .wrapper .certificates-area .item .bottom-side p {
    font-size: 12px;
  }
}
@media (max-width: 662px) {
  #certificates .certificates-background {
    display: none;
  }
  #certificates .wrapper {
    margin-top: 150px;
    margin-bottom: 100px;
  }
  #certificates .wrapper .location-area {
    text-align: center;
  }
  #certificates .wrapper .location-area .card-title-two p {
    width: 100%;
  }
  #certificates .wrapper .certificates-area {
    grid-template-columns: 1fr;
  }
  #certificates .wrapper .certificates-area .item .certificates-img {
    width: 292px;
    height: 180px;
  }
  #certificates .wrapper .certificates-area .item .certificates-item-background {
    width: 288px;
    height: 175px;
  }
  #certificates .wrapper .certificates-area .item .bottom-side p {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  #certificates .wrapper {
    margin-top: 100px;
  }
  #certificates .wrapper .location-area .card-title h3 {
    font-size: 42px;
  }
  #certificates .wrapper .location-area .card-title-two p {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  #certificates .wrapper {
    padding: 0px;
  }
  #certificates .wrapper .location-area .card-title h3 {
    font-size: 36px;
  }
  #certificates .wrapper .location-area .card-title-two p {
    font-size: 18px;
  }
}/*# sourceMappingURL=certificates.css.map */