/** Generated by QuickPaging **/
.opacity0 {opacity: 0;}
.sm-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.winner_card {
background: #ffffff; -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.1);  box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.1);
}

.sm-motor-bg {
background: #ffffff;
padding-bottom: 10px;
height: auto;
}

@media (max-width: 367px) {
  .sm-pwa-home-button {
    width: 90px;
    height: 95px;
  }
}

@media (max-width: 390px) {
.maxwidthdisplay {
max-width: 300px;
}
}


@media (max-width: 375px) {
.px375 {
margin-right: 30px;
max-width: 390px !important;
}
}
@media (max-width: 338px) {
  .sm-pwa-home-button {
    width: 84px;
    height: 95px;
  }
}

@media (max-width: 360px) {
  .sm-pwa-notification-text  {
    font-size: 11px;
  }
}

@media (max-width: 355px) {
 .socialIcons img {
   width: 20px;
   height: 20px;
}
}

@media (max-width: 346px) {
.officialBadges img {
  width: 55px;
  height: 55px;
}
}

body {
background-color: #ECECEE !important;
}



.sm-pwa-home-button {
    display: inline-block;
text-align: center;
width: 100px;
height: 100px;
background: #fff;
border-radius: 8px; 
    color: #333333;
    font-weight: 550;
}



a {
color: unset;
}

.sm-pwa-bttom-nav a {
text-decoration: none;
floaat: right;
}
.pwa-nav {
width: 25%;
color: #BDBDBD;
font-weight: normal;
}

.pwa-nav-active {
color: #FF5520;
}

.applications {
    display: none;
}

.footerHr {
  border: 0px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}





-------------------


@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;
}

.shareOveraly {
  visibility: hidden;
  display: grid;
  place-items:center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.9);
  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(100vw / 3);
    /* min-height: 60vh; */
    /* background-image: url("./images/banner/desk-1.jpg"); */
    /* background-repeat: no-repeat;
    background-position: top center;
    background-size: contain; */
}

.bf_banner img {
    margin: 0 auto;
    max-width: 1200px;
    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.2rem;
}

.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: #0075FF;
    border: 1px solid #0075FF;
    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%;
 }

 
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mb-5 {
    margin-bottom: 5px
}

.overly_container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5;
    color: #ffffff;
    font-size: 1.1rem;
    display: none;
}

.overly_container .close_modal {
    content: '';
    background: url("https://safarmarket.com/data/uploaded_files/2021-06/ea7ef7fa3b90d1af.svg") no-repeat center;
    width: 35px;
    height: 35px;
    background-size: contain;
    filter: brightness(1);
    position: absolute;
    top: 55px;
    right: 40px;
    cursor: pointer;
}

.loading_vid {
    margin-top: 30px;
    display: block;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    background-color: #f57c00;
    animation: breathing 0.7s infinite;
}

@keyframes breathing {
    0% { transform: scale(0.8); }
    25% { transform: scale(1); }
    50% { transform: scale(1.1); }
    75% { transform: scale(1); }
    100% { transform: scale(0.8); }
}

.overly_container.open_video_dialogue {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.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: 420px;*/
    /*height: 235px;*/
    border: 0;
    border-radius: 10px;
}

.video_below_title {
    font-size: 14px;
    padding: 4px 30px;
}

.tv_banner {
    /*min-height: calc(100vw / 3.5);*/
    background: #000000;
    /*background: rgb(19, 26, 43);*/
    /*background: linear-gradient(180deg, rgb(30, 37, 44) 0%, rgb(8, 11, 15) 52%);*/
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.tv_banner img {
    width: 100%;
    max-width: 680px;
    margin-bottom: -50px;
    /*position: absolute;*/
    /*bottom: -30px;*/
}

.tv_cat_control {
    padding: 10px 16px 15px;
    background-color: #ffffff;
}

.categories_tab_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.category_tab_btn_container {
    flex: 1;
    padding: 5px;
}

.category_tab_btn {
    /*margin: 4px;*/
    width: 100%;
    border-radius: 8px;
    background-color: #fefefe;
    border: 1px solid #dddddd;
    padding: 10px 4px;
    cursor: pointer;
    box-shadow: 0 2px 5px #dddddd;
    color: #4a4a4a;
    white-space: nowrap;
    overflow: hidden;
}

.category_tab_btn:hover {
    background-color: rgba(255, 96, 0, 0.6);
    color: #ffffff;
}

.category_tab_btn.active {
    background-color: #ff4b00;
    color: #ffffff;
}

.category_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    padding: 12px 20px 6px;
}

.category_select_title {
    font-weight: 600;
    font-size: 15px;
}

.category_more_videos .show_more_items {
    margin: 0 15px 0 6px;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 4px;
    background: rgb(255,127,37);
    background: linear-gradient(180deg, rgb(255, 113, 12) 0%, rgba(255,97,6,1) 52%, rgba(255,81,2,1) 100%);
    border: none;
    cursor: pointer;
}

.tv_container {
    padding: 0 10px 10px;
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    display: none;
}

.video_card_container {
    flex: 0 0 20%;
    padding: 8px;
    overflow: hidden;
    animation: .6s zoom-in;
}

.video_card_container[data-show='more'] {
    display: none;
    transition: all 0.4s;
}

.video_card_container[data-show='more'].is-animated {
    display: block;
    animation: .6s zoom-in;
}


@keyframes zoom-in {
    0% {
        transform: scale(.1);
    }
    100% {
        transform: none;
    }
}

.video_card {
    border-radius: 6px;
    /*border: 1px solid #dddddd;*/
    box-shadow: 0 2px 4px #cccccc;
    /*flex: 0 0 18%;*/
    /*margin: 10px;*/
    height: 250px;
    background-color: #ffffff;
    cursor: pointer;
}

.video_card:hover .vid_info {
    overflow-y: auto;
}

.video_card:hover .vid_cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.video_card:hover .vid_cover:after {
    content: '';
    background: url("https://safarmarket.com/data/uploaded_files/2021-06/d20dac4469b207d1.png") no-repeat center;
    width: 100px;
    height: 100px;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video_card .vid_cover {
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
    border-radius: 6px 6px 0 0;
}

.video_card .vid_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_card .vid_info {
    padding: 6px;
    max-height: 68px;
    word-wrap: break-word;
    overflow-y:hidden;
}

.video_card .vid_info:hover {
    overflow-y: auto;
}

.video_card .vid_title {
    font-size: 0.8rem;
    color: #212121;
    font-weight: 600;
}

.video_card .vid_description {
    margin-top: 6px;
    font-size: 0.7rem;
    color: #717171;
    line-height: 14px;
}






/********** loading *******************/

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1000px 0;
    }
}

.loading_container {
    background-color: transparent;
    border-radius: 6px;
    flex: 0 0 20%;
    padding: 8px;
    overflow: hidden;
    height: 240px;
}

.loading .cover_ph {
    width: 100%;
    height: 140px;
    background: linear-gradient(90deg, #ececec 0%, #d1d1d1 40%, #b8b8b8 60%, #dadada 100%) repeat 0px 0px;
    animation: animatedBackground 5s linear infinite;
}

.loading .loading_content {
    padding: 8px 0;
}

.loading .rectangle_title ,
.loading .rectangle_desc {
    height: 30px;
    background: linear-gradient(90deg, #ececec 0%, #d1d1d1 40%, #b8b8b8 60%, #dadada 100%) repeat 0px 0px;
    animation: animatedBackground 5s linear infinite;
}

.loading .rectangle_title {
    width: 85%;
}

.loading .rectangle_desc {
    width: 50%;
    margin-top: 8px;
}





/********* Media Queries **************/
@media screen and (max-width: 425px) {
    .category_tab_btn_container {
        flex: 1 0 50%;
    }

    .flexdir {
        flex-direction: column !important;
        align-items: center;
    }

    .video_card_container , .loading_container {
        /*flex: 0 0 320px;*/
        width:  300px;
        padding: 6px;
    }

    .tv_container {
        justify-content: center;
    }

    .video_card .vid_cover img {
        height: auto;
    }

    .category_details {
        font-size: 12px;
        padding: 5px 20px;
    }
}

@media screen and (min-width: 425px) and (max-width: 760px) {
    .category_tab_btn_container {
        flex: 0 0 50%;
    }

    .video_card_container , .loading_container {
        flex: 0 0 50%;
        padding: 6px;
    }

    .video_card .vid_cover img {
        height: auto;
    }
}

@media screen and (min-width: 600px) and (max-width: 860px) {
    .video_card_container , .loading_container {
        flex: 0 0 50%;
        padding: 6px;
    }

    .video_card .vid_cover img {
        height: auto;
    }
}

@media screen and (min-width: 860px) and (max-width: 1200px) {
    .video_card_container , .loading_container {
        flex: 0 0 33%;
        padding: 6px;
    }

    .video_card .vid_cover img {
        object-fit: unset;
    }
}

@media screen and (max-width: 760px) {
    .tv_banner {
        /*min-height: calc(100vw / 1.3333);*/
    }

    .r1_iframe_embed iframe {
        width: 100%;
        height: auto;
    }

    .category_more_videos .show_more_items {
        width: 100%;
        margin: 2px 0;
        padding: 10px 2px;
    }
}


@media screen and (max-width: 380px) {
    .tv_banner img {
        margin-bottom: -26px;
    }
}

@media screen and (min-width: 380px) and (max-width: 580px) {
    .tv_banner img {
        margin-bottom: -32px;
    }
}

.dl_app_container {
    height: 215px;
    display: flex;
    align-items: center;
    background: url(https://safarmarket.com/data/uploaded_files/2021-11/4a355842b74af946.png) no-repeat;
}

.my_mb {
    margin-bottom: 1.3rem !important;
}

.border_radius_5 {
    border-radius: 5px;
}

.white {
    background-color: #FFFFFF !important;
}

.dl_app_container > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 6%;
    color: #1f1f1f;
    font-size: 19px;
    line-height: 22px;
}

.dl_app_container > div {
    flex: 1 0 50%;
    height: 100%;
}

.font_weight_light {
    font-weight: 100;
}

.bold {
    font-weight: bold !important;
}

.dl_app_cta {
    border-radius: 7px;
    padding: 8px 15px;
    background-color: #fe6a10;
    color: #ffffff;
    width: fit-content;
    max-width: 200px;
    margin-top: 2rem;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 50px;
    line-height: 50px;
}

.dl_app_cta .dl_app_cta_icon {
    margin-left: 8px;
}

.dl_app_cta > div:last-child > div:last-child {
    font-size: 0.9em;
}
.dl_app_container > div {
    flex: 1 0 50%;
    height: 100%;
}

@media screen and (max-width: 768px) {
.dl_app_container {
    height: 162px;
    background: none;
}
.dl_app_container > div:first-child {
    font-size: 13px;
}
.dl_app_cta .dl_app_cta_icon {
    display: none;
}


.dl_app_container > div:last-child {
    background: url(https://safarmarket.com/data/uploaded_files/2021-10/c27ceb46afffa399.png) no-repeat;
    background-position: center bottom;
    background-origin: content-box;
    background-size: contain;
    padding-left: 7px;
    padding-top: 12px;
}
}

@media screen and (max-width: 400px) {
.dl_app_container > div:first-child {
    padding-right: 11px;
}
}