/*/ Define variables /*/
.container {
  max-width: 1440px; }

*, ::after, ::before {
  box-sizing: border-box; }

body {
  font-family: "Interstate", sans-serif;
  margin: 0; }

.bg-dark__blue {
  background: #1e293e;
  background: -moz-linear-gradient(90deg, #1e293e 0%, #141b28 60%, #0e121a 100%);
  background: -webkit-linear-gradient(90deg, #1e293e 0%, #141b28 60%, #0e121a 100%);
  background: linear-gradient(90deg, #1e293e 0%, #141b28 60%, #0e121a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e293e",endColorstr="#0e121a",GradientType=1); }

.has-bg {
  background-image: url("../img/bg.svg");
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0; }
.has-dust {
  background-image: url("../img/dust.svg");
  position: fixed; }
  .has-dust__top__left {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-position-x: -700px;
    background-repeat: no-repeat;  }
  .has-dust__bottom__right {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-position-x: 90%;
    background-repeat: no-repeat;
    background-position-y: 500px;  }
.pb-0 {
  padding-bottom: 0 !important; }

.mx-auto {
  margin: 0 auto !important; }

.theme-wrapper {
  padding-top: 30px;
  padding-bottom: 30px; }
.theme-logo__wrapper {
  width: 270px;
  height: 94px;
  margin: 0 auto; }
  .theme-logo__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
.theme-dynamic-content__wrapper {
  margin-top: 50px; }
  .theme-dynamic-content__wrapper h1 {
    text-align: center;
    font-size: 40px;
    color: #D6B429;
    font-weight: 800; }
.theme-content__wrapper h2 {
  text-align: center;
  color: #fff;
  font-size: 32px; }
.theme-card__image-hover:hover .theme-card__image-wrapper{
  opacity: 0;
  visibility: hidden; }
.theme-card__image-hover:hover .theme-card__content-wrapper{
  opacity: 1;
  visibility: visible; }
.theme-card__wrapper {
  position: relative;
  margin: 15px 0; }
.theme-card__image-wrapper {
  width: 254px;
  height: 250px;
  border: 15px solid #fff;
  position: relative;
  z-index: 2;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }
  .theme-card__image-wrapper__noborder{
    border: none; }
  .theme-card__has-hover{
    opacity: 0;
    visibility: hidden;
  }
  .theme-card__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
.theme-card__inner__wrapper {
  display: flex;
  margin: 0 auto;
  z-index: 1; }
.theme-card__content-wrapper{
  position: absolute;
  background-color: #D6B429;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 0;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  opacity: 0;
  visibility: hidden; }
  .theme-card__content-wrapper-active{
    opacity: 1;
    visibility: visible; }
.theme-card__content-icon{
  width: 25%;
  position: relative;
  top: -2px;
  left: 50%;
  transform: translate(-50%, 0px); }
.theme-card__content-h3{
  font-size: 26px;
  color: white; }
.theme-card__content{
  font-size: 20px;
  color: white; }
.theme-footer {
  position: relative;
  background-color: #D6B429;
  z-index: 1; 
  margin-top: 75px;}
  .theme-footer__content {
    color: #fff;
    font-weight: 800; }
    .theme-footer__content a {
      color: #fff;
      text-decoration: none; }
      .theme-footer__content a:hover {
        color: #fff;
        text-decoration: none; }
  .theme-footer__socials {
    display: flex; }
    .theme-footer__socials a {
      position: relative;
      display: flex;
      width: 32px;
      height: 32px;
      background-color: #fff;
      color: #000;
      border-radius: 100%;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      margin-right: 12px; }
      .theme-footer__socials a:hover {
        color: #000;
        text-decoration: none; }
      .theme-footer__socials a:nth-of-type(1)::after {
        content: url("../img/ball_left.svg");
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        transform: translate(-32%, -50%); }
      .theme-footer__socials a:nth-of-type(2)::after {
        content: url("../img/ball_right.svg");
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        transform: translate(-28%, -26%); }
  .theme-footer-content__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }

@media only screen and (max-width: 992px) {
  .theme-card__content-wrapper{
    justify-content: space-between;
  }
  .theme-card__wrapper {
    margin-bottom: 12px; }
  .theme-card__content-h3{
    font-size: 20px;
    margin: 0px; }
  .theme-card__content{
    font-size: 18px; }
  .theme-card__wrapper{
    margin: 15px 12px; }
  }

  

/*# sourceMappingURL=style.css.map */
