@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
body, html {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

body {
  background: #1a1d25;
  color: #fff;
}

.container {
  max-width: 1300px;
}

.box {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

.box img {
  max-width: 100%;
  vertical-align: top;
}

@media only screen and (max-width: 1366px){
  img:not(.hr){
    width: 100%!important;
  }
  .box{
    max-width: calc(100% - 30px)!important;
    margin: 0 15px!important;
  }
}

.card-page {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border: 1px solid #333;
  -webkit-transition: .14s ease;
  transition: .14s ease;
  cursor: pointer;
  text-decoration: none;
}

.card-page:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 4, 48, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(255, 4, 48, 0.25);
}

.card-page:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.1);
}

.card-page h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 18px;
}

.card-page .ecards-image {
  display: block;
  padding-top: 56%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.card-page .ecards-image img {
  -webkit-transition: 5s ease;
  transition: 5s ease;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.btn {
  font-size: 16px;
  line-height: 24px;
  padding: 17px 50px;
  border: none;
  font-weight: 600;
  border-radius: 10px;
  position: relative;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.smm-p {
  color: #8e92a0 !important;
  color: #6c757d !important;
  letter-spacing: .6px;
  line-height: 1.7;
}
/*# sourceMappingURL=style.css.map */