* {
    font-family: 'Oswald', sans-serif;
    transition: all 0.5s linear;
}
body{
    background-color: #212121;
}
#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-header{
    height: 100vh;
}
.btn-cart{
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 20px 20px 15px 15px !important;
    border-radius: 50%;
}
.numbers{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    position: absolute;
    top: 7px;
    right: 14px;
    font-size: 12px;
    background-color: #FF0000;
    color: #fff;
    padding: 0px 5px;
    border-radius: 50px;
}
.red{
    color: #FF0000;
}
.menu{
    position: absolute;
    width: 100%;
}
.header{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(-0%, -50%);
}
@media(max-width: 768px){
    .header{
        position: absolute;
        width: 100%;
        top: 40%;
        transform: translate(-0%, -50%);
    }
}
.im-share{
    display: block;
    align-items: right;
}
.header h1{
    font-size: 80px;
}
h5{
    font-size: 29px;
}
.play{
    position: absolute;
    right: 50%;
    transform: translate(50%, 0)
}
.icon-fix{
    position: fixed;
    z-index: 1000000;
    right: 5%;
    max-width: 40px;
    top: 50%;
    transform: translate(0,-50%);
}
.icon-fix a{
    display: inline-block;
    padding: 16px 0;
}
.bg-black{
    background-color: #000000;
    border-radius: 21px;
    /*    min-height: 300px;*/
}
.im{
    border-radius: 21px;
}
.album p{
    font-weight: 300;
}
h3{
    font-size: 35px;
}
.btn-red{
    background: #FF0000 0% 0% no-repeat padding-box;
    border-radius: 24px;
    color: #fff;
    padding: 12px 5px;
    width: 130px;
    font-size: 14px;
    margin-right: 15px;
    margin-top: 15px;
    display: inline-block;
    text-align: center;
}
button:focus{
    outline: 0;
}
.btn-red:hover{
    text-decoration: none;
    color: #fff;
}
.table{
    min-width: 700px;
}
.table thead{
    color: #FF0000;
    font-weight: 900;
}
.table td{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    border-bottom: 1px solid gray;
}
h6{
    font-size: 26px;
}
.font-300{
    font-weight: 300;
}
.box1{
    background: transparent linear-gradient(128deg, #FF2727 0%, #AB60EB 36%, #886EEB 53%, #00A6EB 69%, #00A2DF 100%) 0% 0% no-repeat padding-box;
    border-radius: 28px;
    min-height: 150px;
    max-width: 490px;
    margin: auto;
    padding: 25px 8%;
    height: 400px;
}
.play{
    z-index: 1000;
}
a{
    cursor: pointer;
}
.box2{
    background-color: #fff; 
    border-radius: 28px;
    min-height: 150px;
    max-width: 490px;
    margin: auto;
    padding: 15px 0;
    position: relative;
    height: 400px;
}
.text-b{
    color: #000;
}
.black-bx{
    background-color: #000;
    height: 50px;
    position: relative;
    z-index: 1000;
}
.input{
    width: 70%; 
    background-color: rgba(255, 0, 0, .3);
    border: 0;
    padding: 8px 10px;
}
.img1{
    position: absolute;
    top: -0px;
    width: 100%;
}
.img-left{
    position: absolute;
    bottom: 0px;
    left: 0;
}
.img-right{
    position: absolute;
    bottom: 0px;
    right: 0;
}
.input-btn{
    width: 15%; 
    border: 2px solid;
    padding: 6px 8px;
}
.strip{
    color: #000;
    font-size: 23px;
    font-weight: 700;
}
.box2 p{
    font-size: 12px;
}
ul {
    list-style: none;  Remove default bullets 
}

li::before {
    display:          inline-block;
    vertical-align:   middle;
    width:            12px;
    height:           12px;
    background-color: red;
    margin-right:     8px;
    content:          '';
    border-radius: 50px;
}
.bg-white{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 32px;
    padding: 10px;
}
h2{
    font-size: 35px;
    font-weight: 400;
}
.product h1{
    font-size: 47px;
}
.product h5{
    font-size: 22px;
    font-weight: 300;
}
.product span{
    cursor: pointer;
}
.color{
    display: inline-block;
    border-radius: 9px;
    width: 27px;
    height: 27px;
    margin-right: 10px;
    margin-top: 10px;
}
.blue{
    background: #0893FF 0% 0% no-repeat padding-box;
}
.yellow{
    background: #FFDD00 0% 0% no-repeat padding-box;
}
.gray{
    background: #333438 0% 0% no-repeat padding-box;
}
.white{
    background: #ffFF 0% 0% no-repeat padding-box;
}
.colors .active{
    border: 3px solid #FF0000;
    border-radius: 9px;
}
.sizes .active{
    background: #FF0000 0% 0% no-repeat padding-box;
    border-radius: 9px;
    color: #fff;
}

.size{
    display: inline-block;
    border-radius: 9px;
    background-color: #fff;
    width: 27px;
    height: 27px;
    margin-right: 10px;
    margin-top: 10px;
    color: #000;
    text-align: center;
}
/*Counter Css*/
span {cursor:pointer; }
.number{
    margin:100px;
}
.minus, .plus{
    background: #FF0000 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50px;

    padding: 3px 12px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.input-counter{
    height:34px;
    width: 80px;
    text-align: center;
    font-size: 18px;
    border:1px solid #ddd;
    border-radius:4px;
    display: inline-block;
    vertical-align: middle;
}
.btn-crt{
    display: inline-block;
    background: #FF0000;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 25px;
    padding: 8px 5px;
    width: 100%;
    max-width: 180px;
    border: 0;
    color: #fff;
}
.st{
    background-color: #000000;
    border-radius: 21px;
    max-width: 33.33%;
    padding: 15px;
}
.bx{
    background-color: #fff;
    border-radius: 20px;
}
.bx h5{
    font-size: 22px;
}
.bx h2{
    font-size: 29px;
    font-weight: 700;
    color: #FF0000;
}
@media(max-width: 992px){
    .header h1{
        font-size: 60px;
    }
    .st{
        background-color: #000000;
        border-radius: 21px;
        max-width: 100%;
    }
}
.btn-see{
    background: #FF0000 0% 0% no-repeat padding-box;
    border-radius: 24px;
    color: #fff;
    border: 0;
    padding: 8px 35px;
}
.s-icon a{
    margin: 6px;
}
.articles h6{
    font-size: 20px;
}
.articles p{
    font-size: 12px;
    opacity: 0.59;
    font-weight: 300;
}
.feature{
    background: url(../images/feature-bg.png) no-repeat center;
    background-size: cover;
}
.cards{
    position: relative;
    min-height: 385px;
    max-width: 380px;
    margin: auto;
}
.cards h6{
    font-weight: 300;
    font-size: 25px;
}
.cards p{
    font-weight: 300;
    font-size: 15px;
    font-weight: 300;
}
.img{
    border-radius: 25px;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
}
.z-index{
    position: absolute;
    z-index: 1000;
    bottom: 30px;
}
.arrow{
    position: absolute;
    right: 0;
    bottom: 25px;
    right: 15px;
}
@media(max-width: 1200px){
    .z-index{
        position: absolute;
        z-index: 1000;
        bottom: 80px;
    }
}
@media(max-width: 992.98px){
    .z-index{
        position: absolute;
        z-index: 1000;
        bottom: 20px;
    }
}
@media(max-width: 370px){
    .z-index{
        position: absolute;
        z-index: 1000;
        bottom: 68px;
    }
}
.mail h1{
    font-size: 56px;
}
.input-mail{
    width: 100%;
    padding: 10px 20px;
    border-radius: 30px;
}
.btn-submit{
    border: 0;
    padding: 7px 48px;
    border-radius: 30px;
    background: #FF0000 0% 0% no-repeat padding-box;
    color: #fff;
}
footer a{
    color: #fff;
    padding: 15px 25px;
}
.line{
    border-bottom: 1px solid #fff;
}
footer{
    background-color: #000;
    padding-top: 50px;
}
/*Modal*/
.modal-backdrop {
    /*    background: #FFFFFF 0% 0% no-repeat padding-box;*/
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px);;
}
.close{
    font-size: 50px;
}
.video{
    width: 100%;
    height: 500px;
}
@media(max-width: 768px){
    .video{
        height: 300px;
    }
    footer a {
        color: #fff;
        padding: 12px 8px;
        font-size: 12px;
    }
    .input {
        width: 50%;
        background-color: rgba(255, 0, 0, .3);
        border: 0;
        padding: 8px 10px;
    }
    .box2 p {
        font-size: 11px;
    }
}
.modal-content{
    border-radius: 40px;
}
.steps{
    padding: 5px;
    border: 1px solid #FF0000;
    display: inline-block;
    border-radius: 50px;
    margin: 10px;
}
.stp .active{
    background-color: #FF0000;
}
@media(min-width: 992px){
    .modal-content{
        padding: 15px 60px;
    }
}
.font-700{
    font-weight: 700;
}
.w-120{
    max-width: 120px;
}
.font-18{
    font-size: 18px;
}
.input-f{
    width: 100%;
    padding: 10px 20px;
    border: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 31px;
}
/*Check Box*/
.custom-check,
.custom-radio {
    margin: 20px;
}

/* VISUALLY HIDE THE ORIGINAL CHECKBOX/RADIOBUTTON */
.custom-check input[type="checkbox"],
.custom-radio input[type="radio"] {
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
}

.custom-check-elem,
.custom-radio-elem,
.custom-check-label,
.custom-radio-label {
    cursor: pointer;
    vertical-align: middle;
}

/* CUSTOM CHECKBOX */
.custom-check-elem,
.custom-radio-elem {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    border: 2px solid #FF0000;
    width: 26px;
    height: 26px;
}
/* CUSTOM RADIOBUTTON */
.custom-radio-elem {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}

/* CUSTOM CHECKBOX/RADIOBUTTON CHECK */
.custom-check-elem:before,
.custom-radio-elem:before {
    content: "\00d7";
    display: none;
    position: absolute;
    top: 0;
    left: -15%;
    width: 100%;
    height: 100%;
    font-family: verdana, arial, sans-serif;
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
}
/* CUSTOM RADIOBUTTON CHECK */
.custom-radio-elem:before {
    content: "\2022";
    font-size: 2.5em;
    line-height: .45em;
    color: #FF0000
}

/* PSEUDO ELMENT CONTENT FOR CHECKED STATE */
.custom-check-input:checked + .custom-check-elem:before,
.custom-radio-input:checked + .custom-radio-elem:before {
    display: block;
}
/* IE8: needs js-fallback for :checked, don't mix selectors! */
.custom-check-input.checked + .custom-check-elem:before,
.custom-radio-input.checked + .custom-radio-elem:before {
    display: block;
}
.font-22{
    font-size: 22px;
    margin-bottom: 0
}

.btn-youtube{
    background: #FF0000 0% 0% no-repeat padding-box;
    border-radius: 24px;
    width: 100%;
    border: 0;
    padding: 15px;
}
.btn-shopify{
    background: #1ED760 0% 0% no-repeat padding-box;
    border-radius: 24px;
    width: 100%;
    border: 0;
    padding: 15px;
}
.btn-sou{
    background: #FD5400 0% 0% no-repeat padding-box;
    border-radius: 24px;
    width: 100%;
    border: 0;
    padding: 15px;
}
.btn-ti{
    background: #141414 0% 0% no-repeat padding-box;
    border-radius: 24px;
    width: 100%;
    border: 0;
    padding: 15px;
}
.btn-apple{
    background: #FA2C44 0% 0% no-repeat padding-box;
    border-radius: 24px;
    width: 100%;
    border: 0;
    padding: 15px;
}
.btn-amazon{
    background: #3F1DB5 0% 0% no-repeat padding-box;
    border-radius: 24px;
    width: 100%;
    border: 0;
    padding: 15px;
}
.darken-filter
{
    mix-blend-mode: darken;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    color: #fff;
    content: '_';
    background: url(../images/arrow-right-slider.svg) no-repeat center;
    width: 90px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-prev:after {
    color: #fff;
    content: '_';
    background: url(../images/arrow-left-slider.svg) no-repeat center;
    width: 90px;
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}










