:root {
    --primary: #000000;
    --secondary: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    --secondary1: linear-gradient(to right, #BF953F, #FCF6BA, #B38728);
    --secondary2: #BF953F;
    --secondary3: #e8d270;
    --light: #F6F4F9;
    --dark: #04000B;
}

.font-0px{
    font-size: 0px;
}
.font-70px{
    font-size: 70px;
}
.font-80px{
    font-size: 80px;
}
.font-60px{
    font-size: 60px;
}
.font-50px{
    font-size: 50px;
}
.font-40px{
    font-size: 40px;
}
.font-35px{
    font-size: 35px;
}
.font-30px{
    font-size: 30px;
}

.font-25px{
    font-size: 25px;
}
.font-20px{
    font-size: 20px;
}
.font-15px{
    font-size: 15px;
}
.font-10px{
    font-size: 10px;
}
.grande-font {
    font-size: 4vw;
}
.medium-font {
    font-size: 4vw;
}
.smal-font {
    font-size: 1vw;
}
.text-pseudo-gold {
    color: #c79c49;
}
.relative-size-auto img{
    height: 50px;
}
.background-gold {
    background: linear-gradient(45deg,#BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}

.background-black {
    background-color: #000000;
}
.color-white{
    /* font-weight: 600 !important; */
    color: #FFFFFF;
}
.color-gold {
        font-weight: 800 !important;
        color: transparent !important ;
        /* font-size: 40px; */
        background: linear-gradient(45deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C) !important;
        background-position: 40% 50% !important;
        -webkit-background-clip: text !important;
        text-align: center ;
        letter-spacing: -1px ;
}
.bg-login-image { 
    background-image: url(../img/logo_alfa.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000000;
}

.max-400 {
    max-width: 400px;
}

.btn:hover {
    box-shadow: 0 0 50px rgba(255, 0, 0, 0.9);
    color: #b80000;
}
.btn-gold{
    color: var(--dark);
    background: var(--secondary1);
  }

.btn-simple-gold{
    color: var(--dark);
    background: var(--secondary1);
}

.btn-login{
  font-size: 1rem;
    border-radius: 10rem;
    padding: 0.75rem 1rem;
    font-weight: 600;
}
.large-icon{
    max-width: 100px;
}

.no-underline{
    text-decoration:none;
}
.full{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Set the height of the parent div */
}

.video-size{
    width: 50%; /* Set the width of the iframe */
  height: 400px; /* Set the height of the iframe */
}

.padding-page{
    padding-left: 100px;
    padding-right: 100px;
}

.avatar-3xl {
    height: 8.75rem;
    width: 8.75rem;
  }
  
  .avatar-3xl .avatar-img {
    height: 8.75rem;
  }

  .avatar-4xl {
    height: 12.75rem;
    width: 12.75rem;
  }
  .avatar-4xl .avatar-img {
    height: 12.75rem;
  }
  
  .overlay-img {
    position: absolute;
    top: -19%;
    left: -20%;
    width: 140%;
    height: 140%;
    z-index: 2;
    /* background-image: url("../img/logo_alfa-puste.png"); */
 }

 .image-container {
    position: relative;
}

.overlay-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #ffffff;
    font-size: 80px;
    z-index: 3;
    font-weight: 800;

}

.overlay-plus:hover {
    opacity: 1;
}

.mxw-200 {
    max-width: 200px;
}
.mxw-300 {
    max-width: 300px;
}
.mxw-100 {
    max-width: 100px;
}

.no-flex {
    flex: none;
}

.light-green{
 background-color: #dbffcd;
}

.light-red{
    background-color: #f8d6d6;
   }
@media (max-width: 991.98px) {
.full{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Set the height of the parent div */
}
.padding-page{
    padding-left: 20px;
    padding-right: 20px;
}
.video-size{
    width: 90%; /* Set the width of the iframe */
  height: 450px; /* Set the height of the iframe */
}
}
@media (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
    .w-200 {
        min-width: 200px;
    }
    .w-150 {
        min-width: 150px;
    }
    .w-110 {
        min-width: 110px;
    }
    .mxw-200 {
        max-width: 150px;
    }
    .mxw-300 {
        max-width: 200px;
    }
    .mxw-100 {
        max-width: 80px;
    }
}