/*
Theme Name: HubVision Child
Template: hubvision
Version: 1.0.3
*/

@import url("../hubvision/style.css"); 
/*header */
.vsh-header__desktop {
    display: none;
}
.vsh-header__mobile {
    display: block!important;
    max-width: 1200px;
    margin: 0 auto;
}

#menu-languages-1 { 
    display: none;
}
header .vsh-header__burger {
    background: linear-gradient(180deg, #fabe00, #d1a440 100%, #d2963c 0);
    border-radius: 50%;
}
header .vsh-header__burger>div span:before {
    top: -6px;
    width: 100%;
}
header .vsh-header__burger>div span:after {
    right: 0;
    top: 6px;
    width: 100%;
}
header .vsh-header__burger>div {
    height: 20px;
    width: 20px;

}
header .vsh-header__burger>div span,header .vsh-header__burger>div span:after,header .vsh-header__burger>div span:before {
    background-color: #000;
}

header .vsh-header__burger.is-active > div span {
    background-color: transparent; /* Колір спану */
}

header .vsh-header__burger.is-active > div span {
    background-color: transparent; /* Колір спану */
}

header .vsh-header__burger.is-active div span::after{
	top: 0;	
    transform: rotate(45deg);
}
header .vsh-header__burger.is-active div span::before{
	top: 0;	
    transform: rotate(-45deg);
}
/* burger style end */
header .vsh-header__mobile .vsh-logo>img {
    max-height: 40px;
}
header .vsh-header__wrapper {
    position: relative;
}
header .vsh-header__col:nth-child(2) {
    left: 133px;
    position: absolute;
}
/*style text */
body h1 {
    color: #fabe00;
    font-size: 45px;
    font-family: 'Inter';
    padding-top: 20px;
}
body h2 {
    color: #fabe00;
    font-size: 40px;
    font-family: 'Inter';
    padding-top: 20px;
}
body h3 {
    color: #fabe00;
    font-size: 25px;
    font-family: 'Inter';
    padding-top: 20px;
}
body p {
    font-size: 20px;
    font-family: 'Inter';
    padding-top: 10px;
}

body .vsh-btn-default {
    padding: 16px 56px;
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 800;
    background: linear-gradient(180deg, #01c365, #017a3b);
    color: #FFF;
}
body .vsh-btn-default:hover {
    color: #FFF;
}
/*promo-bonus-block */
.promo-bonus-block {
    position: relative;
    display: block;
    max-height: 500px;
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.promo-bonus-block .promo-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.promo-bonus-block .overlay-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: white;
    padding-left: 67px;
    padding-bottom: 30px;
    border-radius: 8px;
}

.promo-bonus-block .bonus-description {
    margin-bottom: 5px;
    font-size: 64px;
    font-family: Inter;
    font-weight: 700;
}
.promo-bonus-block .bonus-text {
    margin-bottom: 20px;
    font-size: 32px;
    font-family: Inter;
    font-weight: 400;
}

  .promo-bonus-block  a#color {
    display: inline-block;
    background-color: linear-gradient(180deg, #fabe00, #d1a440 100%, #d2963c 0);
    color: black;
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 700;
    width: 379px;
    height: 48px;
    text-align: center;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
}

.promo-bonus-block .bonus-link {
    border-radius: 12px;
}

.promo-bonus-block .bonus-link:hover {
    transform: translateY(-2px);
}
.vsh-accordion .a-container:nth-child(odd) .a-btn {
    background: #000;
}

 body .vsh-accordion .a-container .a-btn {
    padding: 20px 40px ;
    color: #fff;
    font-family: Inter;
    background: #141414;
    font-weight: 200;
}

body .vsh-accordion .a-container .a-panel {
    background: #1f2029;
    color: #fff;
}

.vsh-accordion .a-container .a-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vsh-accordion .a-container .a-panel {
    display: none;
    overflow: hidden;
}

.vsh-accordion .a-container.active .a-panel {
    display: block;
}

.vsh-accordion .a-container .a-btn svg {
    position: absolute;
    right: 15px;
    transition: transform 0.3s ease;
}

.vsh-accordion .a-container.active .a-btn svg {
    transform: rotate(180deg);
}

/*------------------promo info*/
.lotery-block {
    position: relative;
      max-width: 1200px;
      margin-top: 20px;
    overflow: hidden;
    background: #000;
    border-radius: 40px;
    padding: 0 12px 25px 12px;
  }
  .lotery-block img {
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .lotery-block::after {
    content: '';
    position: absolute;
    right: -135px;
    top: 0;
    height: 100%;
    width: 270px;
    border-radius: 516px 0 0 516px;
    background: linear-gradient(180deg, #fabe00, #d1a440 100%, #d2963c 0);
  filter: blur(117.0999984741211px);
  
  }
  .lotery-block h2 {
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
  padding-top: 40px;
  }
  
   .item1 {
    margin-left: 40px;
    margin-right: 60px;
    margin-bottom: 30px;
  }
  
  .item2::after {
    border-radius: 516px;
  background: linear-gradient(180deg, #fabe00, #d1a440 100%, #d2963c 0);
  filter: blur(117.0999984741211px);
  }
  
  .lotery-block p {
    color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
  }
  
  body .info {
    padding: 0;
  }
  
  .grid-container {
    display: grid;
    grid-template-columns: 4fr 2fr;
  }
  
  body .item1 h2 {
    color: var(--white, #FFF);
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 35px;
    margin-bottom: 5px;
    border-bottom: 0 solid  transparent;
  }
  body .item1 h2::after{
    border-bottom: 1px solid transparent;
  }
  h2.popup-title::after{
    border-bottom: 1px solid transparent;
  }
  
  .item1 p {
        color: #FFF;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  body .grid-item.item1 a.button-bonus-down {
    border-radius: 12px;
    background: linear-gradient(180deg, #fabe00, #d1a440 100%, #d2963c 0);
    display: flex;
    width: 379px;
    height: 48px;
    padding: 10px 14px;
    justify-content: center;
    gap: 10px;
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
  }
  .grid-container {
    display: grid;
    grid-template-columns: 3fr 1fr;
}
    .vsh-footer__copyright {
        margin: 0 auto;
    }



@media (max-width: 790px) {
    .promo-bonus-block .bonus-description {
        font-size: 50px;
    }
    .grid-container {
        grid-template-columns: 1fr;
    }
    .item1 h2 {
        font-size: 35px;
      }
    .item2 {
        order: -1; 
        margin: 0 auto;
    }
    .lotery-block::after {
        width: 316px;
    }
    .item1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 80%; 
        margin: 0 auto;
    }
    .lotery-block img {
        z-index: 2;
        position: relative;
        float: right;
      }
    .lotery-block img {
        z-index: 2;
        position: relative;
        float: inline-start;
      }
    .button-bonus-down {
        margin-top: auto; 
    }
    .disclaimer{
        margin-bottom: -32px; 
    } 
    .popup-description {
        font-style: 30px;
    }
    .lotery-block {
    width: 100%;
    display: block;
    margin: 0 auto;
    }
    .container .info {
        padding-top: 20px;
    } 
    #cookie-consent button {
        transition: background-color 0.3s ease;
        display: block;
        margin: 0 auto;
        margin-top: 5px;
        top: 10px;
      }
      .lotery-block:after {
        content: '';
        position: absolute;
        top: -61px;
        left: 9%;
        transform: translate(35%, -39%) rotate(46deg);
        width: 350px;
        height: 350px;
        background: #CCFF00;
        filter: blur(97px);
        border-radius: 13%;
    }
    body .grid-item.item1 a.button-bonus-down {
        width: 100%;
    }
    .grid-item.item1 p {
        text-align: center;
    }
    body header .vsh-btn{
        padding: 16px 10px;
    }
    body .vsh-btn {
        padding: 16px 0;
        width: 100%;
    }
}
@media (max-width: 660px) {
    .promo-bonus-block .overlay-content {
        padding: 20px;
    }
}
@media (max-width: 600px) {

    .promo-bonus-block .bonus-description {
        font-size: 30px;
    }
}
@media (max-width: 470px) {
    .promo-bonus-block .bonus-text {
        margin-bottom: 10px;}
        .promo-bonus-block .bonus-description {
            font-size: 36px;
        }
        .promo-bonus-block .bonus-text {
            font-size: 20px;
        }
    .promo-bonus-block  a#color{
        padding: 10px;
        width: 100%;
        text-align: center;
    }
    .promo-bonus-block .overlay-content {
        padding: 1px;
    }
    .promo-bonus-block .bonus-text {
        font-size: 20px;
    }
    body .grid-item.item1 a.button-bonus-down {
        width: 100%;
    }
    .item1 {
        margin-left: 10px;
        margin-right: 10px;
    }
    body .item1 h2 {
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        padding: 0;
      }
      body .item1 p {
        text-align: center;
        padding-top: 0;
        font-size: 16px;
        font-weight: 400;
      }  
      .item2 {
        max-width: 140px;
        max-height: 130px;
        padding: 0;
      }
    .lotery-block:after {
        content: '';
        position: absolute;
        top: -122px;
        left: 9%;
        transform: translate(5%, -39%) rotate(46deg);
        width: 270px;
        height: 270px;
        background: #d5532d;
        filter: blur(54px);
        border-radius: 13%;
    }
    body table {
        display: block;
        overflow-x: auto;
    }
    body h1 {
    font-size: 35px;
    padding-top: 20px;
}
body h2 {
    font-size: 33px;
    padding-top: 10px;
}
body h3 {
    font-size: 25px;
    padding-top: 10px;
}
body p {
    font-size: 16px;
    padding-top: 5px;
}
}
@media (max-width: 430px) {
    .promo-bonus-block .bonus-description {
        font-size: 32px;
    }
    .promo-bonus-block .bonus-text {
        font-size: 19px;
    }
    body .item1 h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
    }
}
@media (max-width: 390px) {
    .promo-bonus-block .bonus-description {
        font-size: 27px;
    }
    .promo-bonus-block .bonus-text {
        font-size: 15px;
    }
        body .item1 h2 {
            text-align: center;
            font-size: 30px;
            font-weight: 700;
        }
}
@media (max-width: 375px) {
    body .item1 h2 {
        font-size: 25px;
    }
}
    @media (max-width: 325px) {
        .promo-bonus-block .bonus-description {
            font-size: 25px;
        }
        .promo-bonus-block .bonus-text {
            font-size: 14px;
        }
        .promo-bonus-block  a#color{
            padding: 10px;
            width: 100%;
            text-align: center;
        }
        body .item1 h2 {
            text-align: center;
            font-size: 23px;
            font-weight: 700;
        }
}

header .vsh-header__col:nth-child(2) {
    left: 133px;
    position: absolute;
}
@keyframes blink-glow {
  0%, 100% {
    box-shadow: 0px 0px 4px 0px rgba(248, 232, 47, 0.7);
  }
  50% {
    box-shadow: 0px 0px 10px 4px rgba(248, 232, 47, 0.9);
  }
}

header .vsh-btn-default:nth-child(1) {
  border-radius: 4px;
  background: linear-gradient(180deg, #0D0B04 0%, #201C0C 100%);
  box-shadow: 0px 0px 4px 0px rgba(248, 232, 47, 0.70);
  color: #fff;
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  gap: 10px;
  padding: 10px;
  animation: blink-glow 1.2s infinite ease-in-out;
}

header .vsh-btn-default:nth-child(1):hover{
    color: #fff;
}

header .vsh-btn-default:nth-child(1)::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/wp-content/themes/hubvision-child/img/tabler_gift-filled.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: middle;
}
header .vsh-btn-border:nth-child(2){
    background-color: #ffce00;
    border-radius: 12px;
    color: #000;
    border: none;
    font-weight: bold;
}

header .vsh-btn-default {
    background-color: #22c55d;
    color: #000;
    border: none;
    font-weight: bold;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
}

header .vsh-btn-default:hover {
    color: #000;
}
