@font-face {
  font-family: "AvenyTWEB";
  src: url("../fonts/AvenyTWEB/AvenyTWEB.eot");
  src: url("../fonts/AvenyTWEB/AvenyTWEB.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/AvenyTWEB/AvenyTWEB.svg#AvenyTWEB") format("svg"),
    url("../fonts/AvenyTWEB/AvenyTWEB.ttf") format("truetype"),
    url("../fonts/AvenyTWEB/AvenyTWEB.woff") format("woff"),
    url("../fonts/AvenyTWEB/AvenyTWEB.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1866em;
  color: #fefefe;
  background-color: #232323;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background-image: url(../images/bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;

}

a,
a:hover,
a:focus,
a:active {
  color: #ffffff;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1310px;
}

.btn-effect {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  overflow: hidden;
}

.btn-effect:hover {
  transform: scale(1.01);
}

.btn-effect:after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(255, 255, 255, 0.5) 50%,
    rgba(0, 0, 0, 0)
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(255, 255, 255, 0.5) 50%,
    rgba(0, 0, 0, 0)
  );
  -webkit-transform: rotateZ(60deg) translate(-7.5em, 10em);
  -ms-transform: rotate(60deg) translate(-7.5em, 10em);
  transform: rotateZ(60deg) translate(-7.5em, 10em);
  -webkit-transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
  -moz-transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
  -ms-transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
  -o-transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
  transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
  opacity: 0;
  visibility: hidden;
}

.btn-effect:hover:after {
  opacity: 1;
  visibility: visible;
}

.btn-effect:hover::after,
.btn-effect:focus::after {
  -webkit-animation: shine 1.2s forwards;
  animation: shine 1.2s forwards;
}

@-webkit-keyframes shine {
  100% {
    -webkit-transform: rotateZ(60deg) translate(3em, -14em);
    transform: rotateZ(60deg) translate(3em, -14em);
  }
}
@keyframes shine {
  100% {
    -webkit-transform: rotateZ(60deg) translate(3em, -14em);
    transform: rotateZ(60deg) translate(3em, -14em);
  }
}

.btn-theme {
  font-family: "AvenyTWEB";
  background-color: #7c2ddb;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 10px 90px;
  font-size: 84px;
  border-radius: 4px;
}

header {
  padding-top: 15px;
  padding-bottom: 15px;
}

.logo img {
  width: 340px;
  max-width: 100%;
}

.btn-simple {
  border-radius: 8px;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #7c2ddb;
  font-size: 38px;
  display: inline-block;
  font-family: "AvenyTWEB";
  padding: 12px 15px;
  padding-bottom: 2px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease all;
}

.btn-simple:hover,
.btn-simple:active,
.btn-simple:focus {
  background-color: #7c2ddb;
  color: #fff;
}

.btn-red {
  border-radius: 8px;
  background-color: #7c2ddb;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 38px;
  display: inline-block;
  font-family: "AvenyTWEB";
  padding: 12px 15px;
  padding-bottom: 2px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease all;
}

.btn-red:hover,
.btn-red:active,
.btn-red:focus {
  color: #7c2ddb;
  background-color: #fff;
}

.banner .btn-groups {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  padding: 20px;
}

.banner {
  position: relative;
}

.banner .btn-groups .btn-simple {
  transform: rotate(356deg);
}

.card-box {
  background-color: #0e0e0e;
  color: #fff;
  padding: 20px;
  font-size: 19px;
  border-radius: 4px;
}

.card-box .card-title {
  font-size: 37px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
}

.title-med {
  font-size: 33px;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
}

.more-items p {
  font-size: 37px;
  margin-bottom: 0;
}

.more-items > a {
  font-size: 37px;
  color: #7c2ddb;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
}

.thumbs {
  margin-left: -6px;
  margin-right: -6px;
}

.thumb {
  padding-right: 6px;
  padding-left: 6px;
}

.thumb img {
  transition: 0.3s ease all;
}

.thumb img:hover {
  transform: scale(1.029);
}

.row.gutter-sm {
  margin-left: -5px;
  margin-right: -5px;
}

.row.gutter-sm > div {
  padding-left: 5px;
  padding-right: 5px
}

.video-box .thumb {
  margin-bottom: 10px;
}

.thumb img {
  width: 100%;
}

.video-box .btn-block .btn {
  transform: rotate(358deg);
}

.video-box p {
  font-size: 21px;
}

.card-box.video-box {
  padding: 50px;
}

.video-box .action-btn .btn {
  width: 100%;
}