@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.img-fluid{
    max-width: 100%;
    height: auto;
}

.brand-wrapper{
    background-color: #EFEFEF;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.brand-top{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.brand-top__left{
    background-color: #3D3D3D;
    border-radius: 11px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    margin-right: 15px;
    position: relative;
}

.brand-top__left .position{
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    border: 1px solid #005CFF;
    color: #005CFF;
    height: 24px;
    width: 24px;
    background-color: #F2F7FF;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: -10px;
    left: -10px;
}

.brand-top__right{
    display: flex; 
    justify-content: between;
    flex-grow: 1;
}

.brand-info{
    display: flex; 
    flex-direction: column;
}

.brand-info .brand-info__name{
    font-weight: 600;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    color: #00022d;
    line-height: 1;
}

.brand-info .brand-info__rating{
    font-size: 12px;
    color: #ffb500;
    display: flex;
    align-items: center;
}

.brand-info .brand-info__rating i{
    margin-right: 1px;
}

.brand-info .brand-info__rating span{
    color:#00022d;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 600;
    margin-left: 2px;
}

.brand-offer{
    font-family: 'Poppins', sans-serif;
    color: #00022d;
    flex-grow: 1;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 23px;
    padding: 0 10px;
}

.brand-button a{
    background-color: #D64000;
    border-radius: 4px;
    box-shadow: none;
    height: 45px;
    overflow: hidden;
    border: none;
    padding: 0 10px;
    font-weight: 700;
    min-width: 103px;
    cursor: pointer;
    margin: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    background-size: 1.4rem 1.4rem;
}

.brand-button a:hover, .brand-button a:focus {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-animation: animation-bar 2.8s linear infinite;
    animation: animation-bar 2.8s linear infinite;
}


.brand-button-365{
    margin-bottom: 20px !important;
    width: 200px;
    height: 44px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#fff), color-stop(#FFDF1B), to(#FFDF1B));
    background: -webkit-linear-gradient(left, #fff, #fff, #FFDF1B, #FFDF1B);
    background: linear-gradient(to right, #fff, #fff, #FFDF1B, #FFDF1B);
    background-position: 100% 0;
    -webkit-background-size: 300% 100%;
    background-size: 300% 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 2px;
    position: relative;
    margin: auto;
    -webkit-transition-duration: .75s;
    transition-duration: .75s;
    -webkit-transition-delay: 1.55s;
    transition-delay: 1.55s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
    overflow: hidden;
    z-index: 9998;
}

.brand-button-365 a{
    position: relative;
    display: block;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px !important;
    color: #111111 !important;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 10px;
    z-index: 9999;
}

.brand-button-365.transition{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.c-offer-content__shimmer{
    position: absolute;
    top: 0;
    width: 194px;
    height: 50px;
    -webkit-animation: shimmer-220 3.4s ease-in-out;
    animation: shimmer-220 3.4s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 9996;
}

.c-offer-content__shimmer:before {
    top: 0;
    left: 40px;
    content: '';
    position: absolute;
    width: 95px;
    height: 50px;
    -webkit-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
    background: rgba(255, 255, 255, 0.3);
}

.c-offer-content__shimmer:after {
    top: 0;
    right: 22px;
    content: '';
    position: absolute;
    width: 20px;
    height: 50px;
    -webkit-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
    background: rgba(255, 255, 255, 0.3);
}

@keyframes shimmer-220{
    0% {
        -webkit-transform: translateX(-210px);
        transform: translateX(-210px);
    }
    
    59% {
        -webkit-transform: translateX(-210px);
        transform: translateX(-210px);
    }
    78% {
        -webkit-transform: translateX(220px);
        transform: translateX(220px);
    }
    85% {
        -webkit-transform: translateX(220px);
        transform: translateX(220px);
    }
    100% {
        -webkit-transform: translateX(-210px);
        transform: translateX(-210px);
    }
}

@media (min-width: 1025px) {
    .brand-button-365 {
        margin: unset;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
    }
}

.brand-button-365:hover, .brand-button-365:focus {
    background-position: 0 0;
    -webkit-transition: background 0.3scubic-bezier(0.45, 0, 0.55, 1);
    transition: background 0.3scubic-bezier(0.45, 0, 0.55, 1);
}

.quick-info-bar{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    border-top: 1px solid #dadada;
    padding: 10px 0;
    overflow: auto;
}

.quick-info-bar .obic-box{
    display: flex;
    align-items: center;
    background: white;
    border: 2px solid #DFDFDF;
    border-radius: 10px;
    padding: 8px 5px;
    justify-content: center;
}

.quick-info-bar .obic-box .ob-label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #00022d;
}

.quick-info-bar .obic-box .ob-graphic {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 8px;
}

.quick-info-bar .obic-box .ob-graphic.speed {
    display: flex;
    position: relative;
    align-self: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/payout-speed-graph.svg');
    width: 22px;
    height: 22px;
}

.quick-info-bar .obic-box .ob-graphic.speed .dial {
    position: absolute;
    bottom: 0;
    background-image: url('../images/dial.svg');
    width: 6px;
    height: 13px;
    left: calc(50% - 2px);
    background-repeat: no-repeat;
    background-size: contain;
}

.quick-info-bar .obic-box .ob-graphic.blue-number {
    display: flex;
    align-self: center;
}

.quick-info-bar .obic-box .ob-graphic.blue-number .number {
    font-family: 'Poppins', sans-serif;
    width: 22px;
    height: 22px;
    border: 2px solid #055cff;
    border-radius: 100%;
    color: #055cff;
    background: #e5eeff;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
    font-size: 11px;
}

.quick-info-bar .obic-box .ob-graphic.tick{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/tick-circle.svg');
}

.quick-info-bar .obic-box .ob-graphic.cross{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/cross-circle.svg');
}

.quick-info-bar .obic-box .ob-graphic.os{
    display: flex;
    align-self: center;
}

.quick-info-bar .obic-box .ob-graphic.os .apple{
    width: 100%;
    height: 22px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/apple.svg');
}

.quick-info-bar .obic-box .ob-graphic.os .android{
    width: 100%;
    height: 22px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/android.svg');
}

.quick-info-bar .obic-box .ob-graphic.speed .dial.pos-1{
    transform: rotate(276deg);
}

.quick-info-bar .obic-box .ob-graphic.speed .dial.pos-2{
    transform: rotate(326deg);
}

.quick-info-bar .obic-box .ob-graphic.speed .dial.pos-3{
    transform: rotate(12deg);
}

.quick-info-bar .obic-box .ob-graphic.speed .dial.pos-4{
    transform: rotate(52deg);
}

.quick-info-bar .obic-box .ob-graphic.speed .dial.pos-5{
    transform: rotate(104deg);
}

.oi-terms {
    padding-top: 10px;
    border-top: 1px solid #dadada;
}

.oi-terms .ot-text {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    max-height: 50px;
    overflow: auto;
    color: #5a5a5a;
}

a.shortcode-btn{
    display: flex;
    justify-content: center;
    max-width: 300px;
    background-color: #00A54D;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFFFFF;
    padding: 18px 24px 18px 24px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

a.shortcode-btn:hover{
    cursor: pointer;
}

a.shortcode-btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    animation: shine 3s ease-in-out infinite;
    -webkit-animation: shine 3s ease-in-out infinite;
}

@keyframes animation-bar{
    0% {
    background-position: 0 0;
    }
    
    100% {
    background-position: 1.4rem 2.8rem;
    }
}

@keyframes shine{
    0%{
        left: -100%;
        transition-property: left;
    }

    14%, 100%{
        left: 100%;
        transition-property: left;
    }
}



@media (max-width: 1047px) {
    .quick-info-bar {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 641px) {
    .brand-top {
        display: block;
    }

    .brand-top__left{
        margin-right: 0;
        margin-bottom: 10px;
    }

    .brand-top__left img{
        display: block;
        margin: 0 auto;
    }

    .brand-top__right {
        display: block;
    }

    .brand-info{
        margin-bottom: 10px;
    }

    .brand-offer{
        margin-bottom: 10px;
        text-align: left;
        padding: 0;
    }

    .brand-button {
        margin-bottom: 10px;
        display: block;
    }

    .quick-info-bar {
        display: none;
    }

    .oi-terms .ot-text{
        text-align: left;
    }
}