body {
    min-height: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #033284;
    font-family: Fira Sans, sans-serif;
}

/* LOGO SECTION */
.logo-section {
    display: flex;
    height: 4.8rem;
    background-color: red;
    background-image: url(img/logo.svg);
    max-width: 100%;
    background-position: center;
    background-repeat: space;
    background-size: 19.2rem;
}

/* LOGO SECTIONS ENDS */



/* MAIN PART */
.big-win-main-section{
    margin: auto;
    margin-bottom: 2rem;
}
.big-win-info-section{
    color: #fff;
    font-family: Fira Sans, sans-serif;
    display: flex;
    justify-content: space-between;
    padding: 0 3rem;
    max-width: 700px;
    margin: 0 auto;
}
.big-win-info-section:first-child{
    margin-top: 0.8rem;
}
h4{
    font-size: 1.2rem !important;
    margin: 0.8rem 0;
}
/* MAIN PART ENDS */


/* VIDEO */
.big-win-video{
    margin: 0 auto 0;
    border-radius: 8px;
    width: 80%;
    max-width: 800px;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 80%; */
    border-radius: 8px;
    cursor: pointer;
}
/* VIDEO ENDS */

/* BUTTONS */
.slider__btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: none;
    border: none;
    background: none;
    font-family: inherit;
    color: #fff;
    /* border-radius: 50%; */
    height: 5.5rem;
    width: 5.5rem;
    font-size: 3.25rem;
    cursor: pointer;
}
  
.slider__btn--left {
    left: 6%;
    transform: translate(-50%, -50%);
}

.slider__btn--mid {
    left: 6%;
    transform: translate(-50%, -50%);
}
  
.slider__btn--right {
    right: 6%;
    transform: translate(50%, -50%);
}
/* BUTTONS ENDS */

/* SLIDER */
.slider {
    max-width: 100%;
    height: 50rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  
  .slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50rem;
    align-items: center;
    justify-content: center;
    transition: transform 1s;
  }
  
  .slider__btn {
    position: absolute;
    top: 50%;
    z-index: 10;
  
    border: none;
    background: rgba(255, 255, 255, 0.7);
    font-family: inherit;
    color: #333;
    border-radius: 50%;
    height: 5.5rem;
    width: 5.5rem;
    font-size: 3.25rem;
    cursor: pointer;
  }
  
  .slider__btn--left {
    left: 6%;
    transform: translate(-50%, -50%);
  }
  
  .slider__btn--right {
    right: 6%;
    transform: translate(50%, -50%);
  }
  
  .dots {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
  }
  
  .dots__dot {
    /* border: none; */
    background-color: #b9b9b9;
    opacity: 0.7;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    margin-right: .5rem;
    cursor: pointer;
    transition: all 0.5s;
  }
  
  .dots__dot:last-child {
    margin: 0;
  }
  
  .dots__dot--active {
    background-color: #fbd43f;
    opacity: 1;
  }
/* SLIDER ENDS */

/* BONUS CODE SECTION */
.bonus-code-section {
    background: radial-gradient(circle, #fcd541 0%, #feb909 100%);
    margin: 1.2rem auto;
    
    height: 70px;
    position: relative;
    width: 100% !important;
    overflow: hidden;
    z-index: 3;
    padding: 0;
}
.bonus-code{
    display: inline-block;
    min-width: 100vw;
    margin: 0;
    padding: 1.2rem;
    animation: scrollText 25s infinite linear;
    overflow: hidden;
    height: 90%;
    white-space: nowrap;
    margin: 0;
    font-size: 0;
}
span{
    color: #032f7f;
    font-size: 1.6rem;
    font-weight: 700;
    display: inline-block;
    min-width: 100vw;
    margin: 0;
    justify-content: center;
    padding: 0;   
}

@keyframes scrollText {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}
/*  BONUS CODE SECTION ENDS */


@media only screen and (max-width: 686px) {
    .big-win-info-section{
        flex-wrap:wrap;
        padding: 0 1.8rem;
        gap: 2rem;
    }
    .logo-section-img{
        width:350px;
    }
    .big-win-video{
        margin: 2rem auto 0;
    }
    .bonus-code-section{
        width: 100% !important;
    }
    h4 {
        font-size: 1rem;
    }
    .dots__dot {
        
        height: 1.2rem;
        width: 1.2rem;
        border-radius: 50%;
        
    }
}

@media only screen and (max-width: 585px) {
    .big-win-info-section{
        flex-direction: column;
        padding: 0 1.8rem;
        gap: 0;
    }
    .big-win-video{
        width: 90%;
    }
    .dots__dot {
        
        height: 1.2rem;
        width: 1.2rem;
        border-radius: 50%;
        
    }
}

@media only screen and (max-width: 480px) {
    .logo-section-img{
        width: 300px;
    }
    .dots__dot {
        
        height: 1.2rem;
        width: 1.2rem;
        border-radius: 50%;
        
    }
}


@media only screen and (max-device-width: 1024px) {

}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen and (min-device-width: 1024px) and (orientation: landscape) {
    .slider {
        max-width: 100%;
    }
}
