    @font-face {
        font-family: 'BerlinSansFBDemiBold';
        font-style: normal;
        font-weight: normal;
        src: url("/static/berlin-sans-fb.otf");
    }
    
    .nav-link {
        margin-right: 20px;
    }
    @font-face {
        font-family: 'Titillium';
        font-style: normal;
        src: url("/static/titillium-web.thin.ttf");
    }
    
    input{
        font-family: Titillium !important;
        font-weight: bold !important;
    }
    input::placeholder { 
  font-family: 'BerlinSansFBDemiBold';
}
    


nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #555;
}
/* SHIFT */
nav.shift ul li a {
  position:relative;
  z-index: 1;
}
nav.shift ul li a:hover {
  color: #6c757d !important;
}
nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: rgb(13,110,253);
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #333;
  }
}

/* Keyframes */
@-webkit-keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #eee;
    border-radius: 100%;
  }
  100% {
    background: #aaa;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
}

@media (min-width: 1200px) {
  .responsive-font {
    font-size: 20px !important;
  }
}

#photo-img {
    max-width: 100%;
    height: auto
}

#copart-img {
    max-width: 100%;
    height: auto
}

#iaai-img {
    max-width: 100%;
    height: auto
}

#manheim-img {
    max-width: 100%;
    height: auto
}

.crypto-img {
    margin-top: 5px;
    margin-right: 4px;
    margin-bottom: 2px;
}

.cards-button {
}

.cards-pack-img {
    margin-top: 0.7%;
    width: 15%;
}

.cards-pack-bottom-img {
    width: 6.42%;
    margin-bottom: 1.5%;
}

.crypto-pack-img {
    width: 9.5%;
    margin-top: 2.5%;
    margin-right: 0.2%;
    margin-bottom: 1.5%;
}

.crypto-pack-bottom-img {
    width: 5%;
    margin-bottom: 2%;
    margin-right: 0.5%;
}

#spinner_additional {
    max-width: 600px;
    margin: 10px auto;
    display: none;
    justify-content: space-around;
    align-items: center;
}

@media (max-width: 450px) {
  #spinner_additional h4 {
    font-size: 17px;
  }

  #spinner_additional img {
    height: 40px;
  }
}


.packPriceMobile {
    display: none;
    font-size: 24px;
}

.paypalBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #007bff;
}


.includesTextSpan {
    font-size: 16px;
    color: #0d6efd;
}

#card-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.card-icon {
    width: 25px;
    margin: 0 5px;
}

.cardIconsDivider {
    display: none;
}




@media (max-width: 720px) {
    .packPriceDesk {
        display: none;
    }
    .packPriceMobile {
        display: block;
    }
    .cloud__icon__lg {
        width: 40px;
    }
    .includesTextSpan {
        font-size: 16px !important;
    }
    .card-icon {
        width: 25px !important;
    }
    .cloud_icon_sm {
        width: 20px;
    }

    .alpha__icon__lg {
        width: 25px;
    }

    .alpha_icon_sm {
        width: 20px;
    }

    .paypalBlock {
        display: block;
        border: 1px solid #007bff;
        border-radius: 8px;
    }

    .paypalBlock span {
        font-size: 24px;
    }

    #paypal-button {
        border: 0;
    }

}
