/** Generated by QuickPaging **/
@font-face {
    font-family: 'digital-number';
    /* src: url("../fonts/DS-DIGIB.TTF"); */
    src: url("https://safarmarket.com/data/assets/fonts/misc/digital.ttf");
}

body {
    direction: rtl !important;
    background: #000;
}

.bf_container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.m-tb-10 {
    margin: 10px auto;
}

.myWrapper img {
    width: 100%;
    height: auto;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.color-777 {
    color: #777777;
}

.flex-v-center {
    display: flex;
    align-items: center;
}

.flex-v-start {
    display: flex;
    align-items: flex-start;
}

.flex-v-center > div ,
.flex-v-start > div {
    flex: 1;
    padding: 0 16px;
}

#toast_app {
    background-color: #3C3C3C;
    color: #ffffff;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px 12px;
    border-radius: 12px 12px 0 0;
    position:fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display:none;
}

#toast_app .toast_title {
    font-size: 0.7rem;
}

#toast_app .toast_desc {
    font-size: 0.6rem;
    margin-top: 4px;
    color: #aaaaaa;
}

#toast_app button {
    width: max-content;
    border: none;
    border-radius: 6px;
    font-size: 0.7rem;
    padding: 6px 11px;
}

.campaign_video_container video {
    width: 720px;
    border-radius: 18px;
    /* max-height: 350px; */
}

.campaign_video_container .bf_video_cover {
    position: relative;
    z-index: 0;
}

.campaign_video_container .bf_video_cover:after {
    content: "";
    width: 80%;
    height: 80%;
    background-color: transparent;
    display: block;
    position: absolute;
    bottom: 12px;
    right: 43px;
    opacity: 0.5;
    z-index: -1;
    box-shadow: 40px 1px 100px -17px #fa620f;
}

.campaign_video_container .bf_video_container {
    padding: 0 50px;
}

.r1_iframe_embed { 
    position: relative; 
    overflow: hidden; 
    width: 100%;
    height: auto; 
    padding-top: 56.25%; 
}
.r1_iframe_embed iframe { 
    position: absolute; 
    top: 0;
    left: 0; 
    width: 100%; 
    height: 100%; 
    border-radius: 10px;
}

.overaly {
    visibility: hidden;
    display: grid;
    place-items:center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 100;
}

#share {
    width: 25%;
    min-width: 300px;
    max-width: 390px;
    border-radius: 6px;
    padding:0.5rem;
    background-color: #ffffff;
}

#share i {
    opacity: 1;
    vertical-align: middle;
}

#share .share_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
    background-color: #010101;
    border-bottom: 3px solid #fd670a;
    border-radius: 2px;
}

#closeShareDialogue {
    cursor: pointer;
    color: #000000;
}

.share-btn {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-btn a {
    text-align: center;
    margin: 2px 10px;
}

.share-btn a:last-child {
    flex: 2;
    color: #888888;
    padding: 6px;
    border: 1px solid #888888;
    border-radius: 6px;
    cursor: pointer;
}

.share-btn img {
    max-width: 32px;
    vertical-align: middle;
}



.container-1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.myWrapper {
    /* background: #080808; */
    background: #010101;
    /* background: linear-gradient(99.32deg, #010101 -5.91%, #050505 103.74%); */
}

.first_view {
    height: 100vh;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.bf_banner {
    min-height: calc(100vh / 3);
    /* min-height: 60vh; */
    /* background-image: url("./images/banner/desk-1.jpg"); */
    /* background-repeat: no-repeat;
    background-position: top center;
    background-size: contain; */
margin-bottom: 60px;
}

.bf_banner img {
    margin: 0 auto;
    max-width: 1600px;
    display: block;
}

.below_bf_banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 40vh; */
}

.rotational_banner {
    margin-top: 0.5rem;
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
}

.rotational_banner img {
    margin: 0 auto;
    max-width: 600px;
    display: block;
}

.countdown_timer_container {
    margin-top: -6rem;
}

.countdown_timer {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 10px auto 5px;
}

.countdown_timer > div {
    margin: 0 5px;
}

.countdown_timer .timer_digit {
    font-family: 'digital-number';
    background-color: #1d1d1d;
    color: #fd670a;
    font-size: 3rem;
    border-radius: 6px;
    margin-bottom: 8px;
    padding: 8px 0;
    width: 90px;
    text-align: center;
}

.move_next_sec {
    margin-top: -0.8rem;
    position: relative;
    left: 0;
    z-index: 4;
    animation: mymove 0.8s infinite;
}

.move_next_sec i {
    display: block;
    font-size: 2.4rem;
}

.move_bottom_mobile {
    display: none;
}

@keyframes mymove {
    0% { top: -10px; }
    50% { top: 0px; }
    100% { top: -10px; }
}

.bfInfo_section_container {
    padding: 2rem 10px 1rem;
}

.section_title {
    font-size: 1.4rem;
}

.section_subtitle {
    font-size: 0.9rem;
}

.my_paragraph {
    line-height: 26px;
    font-size: 0.9rem;
    color: #777777;
    margin: 1.2rem 0;
    /* text-align: justify; */
}

.info_box > div {
    margin-bottom: 12px;
}

.hand_mobile_container {
    flex: 0 50% !important;
}

.desk_download_app {
    flex: 0 45% !important;
}

.register-form {
    max-width: 90%;
    display: flex;
    flex-direction: column;
    margin: 0.6rem 0 0.5rem;
}

#get_applink_btn:disabled {
    background-color: #6e6e6e !important;
}

.register-form .input_row {
    height: 50px;
    line-height: 50px;
    margin-bottom: 8px;
    max-width: 365px;
}

.register-form .captcha_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.register-form .captcha_container > div {
    margin-left: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-form .captcha_container > div:first-child {
    flex: 0 0 60%;
}

.register-form .captcha_container > div:nth-child(2) {
    flex: 0 0 30%;
    padding: 0 6px;
    border-radius: 5px;
    background-color: #ffffff;
}

.register-form .captcha_container > div:nth-child(3) {
    flex: 0 0 10%;
}

.register-form input ,
.register-form button {
    border-radius: 5px;
    padding: 5px 12px;
    height: 100%;
    border: none;
}

.register-form button {
    min-width: 150px;
}

.success_msg {
    background-color: #00A556;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 6px;
}

.download_app_btn_container {
    margin: 0.3rem 0 2rem;
    display: none;
}

.download_app_btn {
    background-color: #272727;
    padding: 0 20px;
    border-radius: 9px;
    transition: background-color 0.3s;
    margin: 6px;
    height: 45px;
    line-height: 45px;
}

.download_app_btn:hover {
    background-color: #1b1b1b;
}

.download_app_btn span {
    color: #eee;
}

.download_app_btn svg {
    fill: #eee;
    vertical-align: middle;
}

.follow_safarmarket_desk_container {
    margin: 3rem auto 1rem;
    width: 80%;
}

.follow_safarmarket_desk {
    display: flex;
    align-items: center;
    border: 1px solid #666666;
    padding: 8px 12px;
    border-radius: 6px;
    margin-top: 12px;
}

.follow_safarmarket_desk img ,
.follow_safarmarket_mobile img {
    margin-right: 10px;
}

.follow_btn {
    min-width: 160px;
    border-radius: 4px;
    padding: 7px 10px;
}

.follow_safarmarket_desk > div {
    flex:1;
}

.follow_safarmarket_mobile {
    display: none;
    border-radius: 10px;
    overflow: hidden;
}

.follow_safarmarket_mobile .follow_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    background: #CA3A00;
    background: linear-gradient(269.44deg, #E74200 -2.95%, #CA3A00 115.7%);
}

.winner_text_container {
    padding: 3.5rem 29px 1rem;
}

.winner_carousel_container {
    padding: 12px 29px 2.3rem;
}

/* .carousel_winner {
    position: relative;
}

.carousel_winner:after {
    right:0;
    background: linear-gradient(270deg, rgb(8 8 8) 34%, transparent 102%);
}

.carousel_winner:before {
    left: 0;
    background: linear-gradient(90deg, rgb(8 8 8) 6%, transparent 85%);
}

.carousel_winner:after ,
.carousel_winner:before  {
    content: "";
    height: 120px;
    width: 110px;
    position: absolute;
    top: 0;
    opacity: 1;
    z-index: 2;
} */

.carousel_winner .winner_item {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 25px;
    background: rgb(31,34,40);
    background: linear-gradient(90deg, rgba(31,34,40,1) 0%, rgba(49,55,65,1) 29%, rgba(65,76,91,1) 100%);
    height: 120px;
    position: relative;
}

.carousel_winner .winner_item .microphone {
    position: absolute;
    left: 12px;
    top: 10px;
}

.carousel_winner .winner_item .winner_instagram {
    position: absolute;
    left: 15px;
    bottom: 6px;
}

.carousel_winner .winner_item .winner_instagram a {
    color: #aaaaaa;
    font-size: 0.8rem;
}

.carousel_winner .winner_item .instagram_icon {
    content: url('https://safarmarket.com/data/uploaded_files/2021-10/39463ae0adae6771.svg');
    width: 18px;
    height: 18px;
    margin-right: 4px;
    vertical-align: middle;
}

.carousel_winner .winner_item .microphone svg {
    fill: #000000;
    padding:3px;
    background-color: #999999;
    border-radius: 50%;
    width: 39px;
    transform: scale(1);
    /* animation: breathing 1.5s infinite; */
    /* -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite; */
}
.carousel_winner .winner_item .microphone svg.playing {
    background-color: #fd670a;
    animation: breathing 1.5s infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes breathing {
    0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  
    60% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  
  @keyframes breathing {
    0% {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    25% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
    }
  
    60% {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    100% {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  

/* .carousel_winner .winner_item .avatar {
    width: 40%;
} */

.carousel_winner .winner_item .avatar img {
    width: 102px;
    height: 102px;
    object-fit: cover;
    border-radius: 22px;
}

.carousel_winner .winner_item .audio {
    padding-right: 10px;
    margin-top: -10px;
}

.winner_gift {
    color: #d4d4d4;
    font-size: 0.7rem;
    text-align:right;
}

.carousel_winner .owl-nav {
    text-align: center;
    margin: 1rem 0;
}

.carousel_winner .owl-nav button {
    margin: 0 8px;
    background-color: #aaaaaa !important;
    border-radius: 50%;
}

.carousel_winner .owl-nav button i {
    opacity: 1;
    vertical-align: middle;
}

.sponsors_container {
    margin: 2.5rem auto 3.5rem;
}

.sponsors {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* padding-bottom: 5px !important; */
}

.sponsors_text_container {
    padding: 0 25px;
}

.sponsors > div {
    margin: 5px;
}

.sponsors img {
    width: 100%;
    height: auto;
    max-width: 140px;
    border-radius: 15px;
    /* box-shadow: 0px 1px 6px #f36823; */
}

#audioPlayer {
    display: none;
}

.openShareDialogue.topShare {
    display: inline-block;
    padding: 12px 30px;
    color: #dddddd;
    border: 1px solid #cccccc;
    border-radius: 6px;
    cursor: pointer;
    margin: 0.9rem auto;
}






@media screen and (max-width:766px) {
    .flex-v-center , 
    .flex-v-start {
        flex-direction: column;
    }

    .first_view {
        display: none;
    }

    .move_bottom_mobile {
        display: block;
    }

    .bf_banner {
        min-height: calc(100vw / 1.32);
    }

    .rotational_banner {
        margin-top: 0;
    }

    .countdown_timer_container {
        margin: -0.5rem auto 20px;
    }

    .countdown_timer {
        margin-left:10px;    
        margin-right:10px;    
    }

    .countdown_timer .timer_digit {
        font-size: 10vw;
        width: 64px;
    }

    .countdown_timer > div {
        flex: 1;
    }

    .campaign_video_container {
        flex-direction: column-reverse;
    }

    .campaign_video_container .info_box {
        margin-top: 2.5rem;
    }
    .campaign_video_container .bf_video_container {
        padding: 0 5px;
    }

    .register-form {
        display: none;
    }

    .download_app_btn_container {
        display: block;
    }

    .download_app_btn {
        min-width: 190px;
    }

    .bfInfo_section_container {
        text-align: center;
    }

    .follow_safarmarket_desk_container {
        display: none;
    }

    .follow_safarmarket_mobile {
        display: block;
    }

    .winner_text_container {
        padding: 4.1rem 10px 0;
    }

    .winner_carousel_container {
        padding: 10px !important;
    }

    .sponsors {
        justify-content: center;
    }

    .sponsors > div {
        width: 29%;
    }

    #request_result {
        display: none !important;
    }

    #toast_app {
        display: flex;
    }

    .openShareDialogue.topShare {
        margin: 0.2rem auto 1rem;
    }
}




/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,
 .owl-carousel .owl-item {
     -webkit-tap-highlight-color: transparent;
     position: relative;
 }
 .owl-carousel {
     display: none;
     width: 100%;
     z-index: 1;
 }
 .owl-carousel .owl-stage {
     position: relative;
     -ms-touch-action: pan-Y;
     touch-action: manipulation;
     -moz-backface-visibility: hidden;
 }
 .owl-carousel .owl-stage:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
 }
 .owl-carousel .owl-stage-outer {
     position: relative;
     overflow: hidden;
     -webkit-transform: translate3d(0, 0, 0);
 }
 .owl-carousel .owl-item,
 .owl-carousel .owl-wrapper {
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     -ms-backface-visibility: hidden;
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
 }
 .owl-carousel .owl-item {
     min-height: 1px;
     float: left;
     -webkit-backface-visibility: hidden;
     -webkit-touch-callout: none;
 }
 .owl-carousel .owl-item img {
     display: block;
     width: 100%;
 }
 .owl-carousel .owl-dots.disabled,
 .owl-carousel .owl-nav.disabled {
     display: none;
 }
 .no-js .owl-carousel,
 .owl-carousel.owl-loaded {
     display: block;
 }
 .owl-carousel .owl-dot,
 .owl-carousel .owl-nav .owl-next,
 .owl-carousel .owl-nav .owl-prev {
     cursor: pointer;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }
 .owl-carousel .owl-nav button.owl-next,
 .owl-carousel .owl-nav button.owl-prev,
 .owl-carousel button.owl-dot {
     background: 0 0;
     color: inherit;
     border: none;
     padding: 0 !important;
     font: inherit;
 }
 .owl-carousel.owl-loading {
     opacity: 0;
     display: block;
 }
 .owl-carousel.owl-hidden {
     opacity: 0;
 }
 .owl-carousel.owl-refresh .owl-item {
     visibility: hidden;
 }
 .owl-carousel.owl-drag .owl-item {
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }
 .owl-carousel.owl-grab {
     cursor: move;
     cursor: grab;
 }
 .owl-carousel.owl-rtl {
     direction: rtl;
 }
 .owl-carousel.owl-rtl .owl-item {
     float: right;
 }
 .owl-carousel .animated {
     animation-duration: 1s;
     animation-fill-mode: both;
 }
 .owl-carousel .owl-animated-in {
     z-index: 0;
 }
 .owl-carousel .owl-animated-out {
     z-index: 1;
 }
 .owl-carousel .fadeOut {
     animation-name: fadeOut;
 }
 @keyframes fadeOut {
     0% {
         opacity: 1;
     }
     100% {
         opacity: 0;
     }
 }
 .owl-height {
     transition: height 0.5s ease-in-out;
 }
 .owl-carousel .owl-item .owl-lazy {
     opacity: 0;
     transition: opacity 0.4s ease;
 }
 .owl-carousel .owl-item .owl-lazy:not([src]),
 .owl-carousel .owl-item .owl-lazy[src^=""] {
     max-height: 0;
 }
 .owl-carousel .owl-item img.owl-lazy {
     transform-style: preserve-3d;
 }
 .owl-carousel .owl-video-wrapper {
     position: relative;
     height: 100%;
     background: #000;
 }
 .owl-carousel .owl-video-play-icon {
     position: absolute;
     height: 80px;
     width: 80px;
     left: 50%;
     top: 50%;
     margin-left: -40px;
     margin-top: -40px;
     background: url(owl.video.play.png) no-repeat;
     cursor: pointer;
     z-index: 1;
     -webkit-backface-visibility: hidden;
     transition: transform 0.1s ease;
 }
 .owl-carousel .owl-video-play-icon:hover {
     -ms-transform: scale(1.3, 1.3);
     transform: scale(1.3, 1.3);
 }
 .owl-carousel .owl-video-playing .owl-video-play-icon,
 .owl-carousel .owl-video-playing .owl-video-tn {
     display: none;
 }
 .owl-carousel .owl-video-tn {
     opacity: 0;
     height: 100%;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: contain;
     transition: opacity 0.4s ease;
 }
 .owl-carousel .owl-video-frame {
     position: relative;
     z-index: 1;
     height: 100%;
     width: 100%;
 }

@media screen and (max-width:1506px) {
.countdown_timer_container {
margin-top: -50px;
}
} 
@media screen and (max-width:1390px) {
.countdown_timer_container {
margin-top: -30px;
}
} 
@media screen and (max-width:626px) {
.countdown_timer_container {
margin-top: 0px;
}
} 

@media screen and (max-width:770px) {
.donotdisplay {
display: none;
}
} 

@media screen and (max-width:771px) {
.dodisplay {
display: flex !important;
}
} 


.displaynone {
display: none;
}


@media screen and (max-width:765px) {
.r1_iframe_embed {
padding-top: 220px;
}
.bf_video_container {
width: 100%;
}
} 

@media screen and (max-width:1469px) {
.bf_banner {
margin-bottom: 0px !important;
}
}




.of-btn {
    padding: 5px 10px 10px 10px;
}
.singleBtn {
    padding: 6px;
    width: 45%;
    font-size: 0.8rem;
    margin: 10px 2%;
}
.btn-large {
    font-size: 1rem;
    border-radius: 3px;
    height: 50px;
    padding: 10px 20px;
}
.btn-large{
    background: #EE471A;
    background: -webkit-linear-gradient(right, #EE471A, #FE6A10);
    background: -moz-linear-gradient(right, #EE471A, #FE6A10);
    background: linear-gradient(to left, #EE471A, #FE6A10);
    border-radius: 3px;
    padding: 8px 10px;
    color: white;
    border: none;
    font-size: 0.9rem;
    height: 40px;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

.buyers {
    text-align: center;
    color: #fff;
}
.font10 {
    font-size: 1rem !important;
}



.winnerInfo, .productInfo {
    text-align: right;
    padding: 10px;
}

.productInfo div {
    padding: 5px 0;
}

.singleWinner, .singleProduct {
    background: linear-gradient(to left, #3d4857, #292e35);
    color: #fff;
    border-radius: 10px;
    margin: 10px 0;
}

.subTitle {
    font-size: 0.7rem;
    display: inherit;
    color: #a0a0a0;
}

@media screen and (max-width:770px) {
.hand_mobile_container {
display: none;
}
.bfInfo_section_container {
margin-bottom: 70px;
}
}