.btm-sticky h3 {        color: #fff;    }
     
      
         /* wheel  */
         .labor-btn {
         max-width: 100%;
         }
         .deal-wheel {
         --size: clamp(250px, 80vmin, 380px);
         --lg-hs: 0 3%;
         --lg-stop: 50%;
         --lg: linear-gradient(
         hsl(var(--lg-hs) 0%) 0 var(--lg-stop),
         hsl(var(--lg-hs) 20%) var(--lg-stop) 100%
         );
         position: relative;
         display: grid;
         grid-gap: calc(var(--size) / 20);
         align-items: center;
         grid-template-areas:
         "spinner"
         "trigger";
         font-family: "Girassol", sans-serif;
         font-size: calc(var(--size) / 21);
         line-height: 1;
         text-transform: lowercase;
         position: relative;
         justify-content: center;
         }
         .snow {
         position: absolute;
         left: 18px;
         bottom: -6%;
         }
         .deal-wheel > * {
         grid-area: spinner;
         }
         .deal-wheel .btn-spin {
         grid-area: trigger;
         justify-self: center;
         text-transform: capitalize;
         padding: 13px 50px;
         margin-top: 12px;
         }
         .spinner {
         position: relative;
         display: grid;
         align-items: center;
         grid-template-areas: "spinner";
         width: var(--size);
         height: var(--size);
         transform: rotate(calc(var(--rotate, 25) * 1deg));
         border-radius: 50%;
         box-shadow: inset 0 0 0 calc(var(--size) / 40) hsl(0deg 0% 0% / 0.06);
         border: 5px solid #ebdebf;
         }
         .spinner * {
         grid-area: spinner;
         }
         .prize {
         position: relative;
         display: flex;
         align-items: center;
         padding: 0 calc(var(--size) / 6) 0 calc(var(--size) / 20);
         width: 50%;
         height: 50%;
         transform-origin: center right;
         transform: rotate(var(--rotate));
         user-select: none;
         }
         .cap {
         --cap-size: calc(var(--size) / 4);
         position: relative;
         justify-self: center;
         width: var(--cap-size);
         height: var(--cap-size);
         display: flex;
         align-items: center;
         justify-content: center;
         background-color: white;
         clip-path: circle(40%);
         }
         /* Hide select dropdown from SVG import file */
         .cap select {
         display: none;
         }
         .cap svg {
         width: 100%;
         }
         .ticker {
         position: relative;
         left: calc(var(--size) / -15);
         width: calc(var(--size) / 10);
         height: calc(var(--size) / 20);
         z-index: 1;
         transform-origin: center left;
         }
         .btn-spin {
         color: hsl(0deg 0% 100%);
         background: var(--lg);
         border: none;
         font-family: inherit;
         font-size: inherit;
         line-height: inherit;
         text-transform: inherit;
         padding: 0.9rem 2rem 1rem;
         border-radius: 0.25rem;
         cursor: pointer;
         transition: opacity 200ms ease-out;
         }
         .btn-spin:focus {
         outline-offset: 2px;
         }
         .btn-spin:active {
         transform: translateY(1px);
         }
         .btn-spin:disabled {
         cursor: progress;
         opacity: 0.25;
         }
         /* Spinning animation */
         .is-spinning .spinner {
         transition: transform 8s cubic-bezier(0.1, -0.01, 0, 1);
         }
         .is-spinning .ticker {
         animation: tick 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
         }
         @keyframes tick {
         40% {
         transform: rotate(-12deg);
         }
         }
         /* Selected prize animation */
         .prize.selected .text {
         color: white;
         animation: selected 800ms ease;
         }
         @keyframes selected {
         25% {
         transform: scale(1.25);
         text-shadow: 1vmin 1vmin 0 hsla(0 0% 0% / 0.1);
         }
         40% {
         transform: scale(0.92);
         text-shadow: 0 0 0 hsla(0 0% 0% / 0.2);
         }
         60% {
         transform: scale(1.02);
         text-shadow: 0.5vmin 0.5vmin 0 hsla(0 0% 0% / 0.1);
         }
         75% {
         transform: scale(0.98);
         }
         85% {
         transform: scale(1);
         }
         }
         /* wheel */
         .copy-right p,
         .privacy-terms a {
         font-size: 14px !important;
         font-weight: 400;
         font-family: Jost;
         color: #fff;
         }
         .grass {
         position: absolute;
         bottom: -1px;
         left: 0;
         right: 0;
         width: 100%;
         }
         .field {
         display: flex;
         gap: 10px;
         }
         .offer-tag {
         position: relative;
         margin-top: -64px;
         }
         @media (min-width: 320px) and (max-width: 767px) {
         .popup-main-box{
         background: transparent !important;
         flex-direction: column;
         }
         .snow , .offer-tag{
         display : none;
         }
         .privacy-terms {
         text-align: center;
         margin: 10px;
         }
         .footer-social-box ul {
         display: flex;
         align-items: center;
         column-gap: 15px;
         transition: 1s;
         padding: 0;
         justify-content: center;
         margin: 10px 0 0;
         }
         .col-sm-12.ftr-lst-cpy {
         flex-wrap: wrap;
         justify-content: center !important;
         display: table !important;
         align-items: center !important;
         margin: auto !important;
         }
         }
         .col-sm-12.ftr-lst-cpy {
         flex-wrap: wrap;
         justify-content: space-between;
         display: flex;
         align-items: center;
         margin: 10px;
         display: flex;
         align-items: center;
         justify-content: space-between;
         }
         .footer-social-box ul {
         padding: 0 !important;
         display: flex;
         align-items: center;
         column-gap: 15px;
         transition: 1s;
         }
         .copy-right p {
         margin-bottom: 8px !important;
         margin: 0;
         }
         .privacy-terms a {
         margin: 0 0 0 15px;
         }
         section.copyright-section {
         padding: 0;
         background-color: #000;
         }
         .footer-social-box ul li {
         height: 30px;
         width: 30px;
         border-radius: 100%;
         background-color: #fff;
         display: flex;
         align-items: center;
         justify-content: center;
         color: #000;
         transition: 1s;
         }
         .footer-social-box ul li i {
         margin: 5px 0 0;
         color: #000;
         }
         .footer-social-box ul li:hover {
         transform: translateY(-10px);
         background-color: #fff;
         color: #fff;
         }
         .footer-social-box ul li:hover i {
         color: #000;
         }
         