/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
/*  */


html,body{
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color:#333;
}
h3{
    font-size: 25px;
    font-weight: 700;
}
h5{
    font-weight: 700;
}
i.bi {
    color: #e4002b;
    font-size: 30px;
    font-weight: 900;
}
.bg-grey{
    background-color: #F9F9F9;
    padding-top:70px;
    padding-bottom: 55px;
}
.phone-bg{
    /* background-image: url(images/home-phone-gift.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.container{
    max-width:1170px;
}

.banner{
/*    background-image: url('images/bg-elem-1.png');*/
/*    background-repeat: no-repeat;*/
/*    background-position: top right;*/
/*    background-size: auto 100%;*/
    background: #000000;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(223, 41, 72, 1) 100%);
    padding-top:150px;
    padding-bottom: 100px;
}
.banner h1{
    color:#fff;
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 1em;
}
.banner p{
    color:#fff;
}
.banner .btn{
    padding:5px 35px;
}
.bImg{
    display:block;
    margin:auto;
}
.narrow-wrap{
    max-width: 80%;
    display: block;
    margin: auto;
}
.red-text{
    color: #e4002b;
}
.underline:after {
    content: "";
    margin: 15px auto 30px;
    display: block;
    width: 120px;
    height: 3px;
    background: #e4002b;
}
.subtitle{
    color: #999;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 2px;
}
.checklist li{
   margin-bottom: 5px;
   padding-left:15px;

}
.checklist li span{
    position: relative;
    top:-5px
}
.checklist li::marker{
    font-family:bootstrap-icons;
    font-size: 1.3em;
    content:"\F26A";
    color: #e4002b;

}
.bottom-section{
    background-color: #00000091;
    background-image: url(images/gift-that-gives.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-blend-mode: overlay;
    color:#fff
}
.bottom-section .row{
    min-height: 390px;

}
.red-section .row{
    /* min-height: 300px; */
}
.bottom-section a{
    margin-top: 30px;
}
.red-section{
    background-color: #e4002b;
    color:#fff;
    padding-bottom: 40px;
    padding-top: 40px;
}

#newsletterSignUp input{
    max-width: 300px;
    border-radius: 20px 0 0 20px;
    border: unset;
    padding:7px 20px;
    font-size:14px;
}
#newsletterSignUp{
    margin-bottom: 50px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#newsletterSignUp button{
    background-color: #fff;
    color:  #e4002b;
    border:unset;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 0 20px 20px 0;
}
.sociaql{
    display:inline-block;
    float:right;
}
.box{
    position: relative;
    line-height: 1;
    border-radius: 7px;;
    display: block;
    padding: 20px;
    padding-left:60px;
    box-shadow: rgba(0,0,0,0.13) 0px 0px 20px 3px;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 40px auto;
}
.box:after {
    font-family: bootstrap-icons;
    content: "\F285";
    position: absolute;
    right: 15px;
    top: 40%;
    font-size: 1.1em;
    font-weight: 900;
}
.box-4:after{
    content:"\F26B";
    top:38%;
    font-size: 1.3em;
}
.box-1{
    background-image: url(images/step1.jpg);
}
.box-2{
    background-image: url(images/step2.jpg);
}
.box-3{
    background-image: url(images/step3.jpg);
}
.box-4{
    background-image: url(images/step4.jpg);
}
.box strong{
    font-weight: 700;
    display: block;
}
/* BUTTONS */
.btn{
    font-size:14px;
    font-weight: 700;
    padding: 5px 25px;
    border-radius: 50px;
    border-width: 2px;

}

.btn-solid-red{
    color: #fff;
    background-color: #E4002B;
    border-color: #E4002B;
}
.btn-solid-red:hover,.btn-solid-red:active, .btn-solid-red:focus-visible{
    background-color: transparent !important;
    color: #E4002B !important;
    border-color: #E4002B !important;

}
.btn-solid-red i.bi{
    color: #fff;
    font-size: initial;
    margin-right: 25px;
    font-weight: inherit !important;
}
.btn-border-white{
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-border-white:hover{
    background-color: #E4002B;
    border-color: #E4002B;

}
.btn-border-red{
    background-color: transparent;
    color: #E4002B;
    border-color: #E4002B;
}
.btn-border-red:hover, .btn-border-red:active, .btn-border-red:focus-visible{
    background-color: #E4002B !important;
    border-color: #E4002B !important;
    color:#fff !important;
}
.hover-shadow:hover{
    background-color: #E4002B !important;
    color: #fff !important;
}

/*  */

/* BANNER CAROUSEL */
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-position: 55% center;
    right:-15px;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    background-position: 40% center;
    left:-15px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #fff;
    border-radius: 50px;
    background-size: 70% auto;
    box-shadow: 0px 1px 6px 0px #333;
    position: absolute;
}
.carousel-control-next,.carousel-control-prev, .carousel-control-next:hover,.carousel-control-prev:hover{
    opacity: 1;
}

/* CARD SLIDER */
.owl-carousel{
/*    width: calc(100% - 64px);*/
    width:100%;
    margin: auto;
}
.owl-stage-outer.cards{
    border:1px solid #fff;
}
.owl-stage{
    padding-top: 1em;
    padding-bottom: 1em;
}
.owl-carousel .item img{
    border-radius: 10px;
    /* border: 1    px solid #99999921; */
}
.item.new:before {
    content: "new";
    position: absolute;
    top: -13px;
    z-index: 999999;
    right: 8px;
    background: #e4002b;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 20px;
    border-radius: 21px;
}
.owl-nav button {
    position: absolute;
    top: 23%;
    font-size: 3em !important;
    color: #94A3B0 !important;
}
.owl-nav button.owl-prev {
    left:-25Px;
}
.owl-nav button.owl-next {
    right: -30px;
}
.owl-carousel.testimonials h5{
    font-weight: 400;
}
.owl-carousel.testimonials img{
    max-width: 89%;
    display: block;
    margin: auto;
    box-shadow: 3px 5px 12px -3px #00000057;
}
.owl-carousel.testimonials hr{
    width: 85%;
    margin: 25px auto 30px;
    border-width: 2px;
}
.owl-carousel.testimonials button{
    top:45%;
}
.owl-carousel.testimonials button.owl-prev{
    left:-40px;
}
.owl-carousel.testimonials button.owl-next{
    right:-40px;
}
.owl-carousel.brands .owl-stage-outer{
    padding-bottom: 1.5em;
}
.owl-carousel.brands img{
    border-radius: 100%;
    responsive:{
        0:{
            items:1
        }
    }
    filter: grayscale(100%);
}
.owl-carousel.brands .item {
    width: inherit;
    top: unset;
    left: unset;
    position: unset;
    transition: all 0.3s;

}
.owl-carousel.brands .item:hover {
    transform: scale(1.2);
}
.owl-carousel.brands .item:hover > img {
    box-shadow: 3px 4px 7px -4px #00000052;
}

.pill{
    font-size: 14px;
    font-weight: 400;
    background: #e4002b;
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
}


/* RESPONSIVE */

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    body,html{
        font-size: 14px;
    }
    .container{
        padding-left:30px;
        padding-right:30px;
    }
    .banner{
        background-image: unset;
        padding-top: 150px;
        padding-bottom: 50px;
    }
    .banner p{
        margin-bottom: 20px;
    }
    .bImg{
        margin-top: 20px;
    }
    .narrow-wrap{
        max-width: unset;
    }
    .btn{
        padding: 2px 10px;
    }
    h3{
        font-size: 18px;
    }
    .h3{
        font-size: 20px;
        font-weight: 700;
    }
    .underline{
        margin-bottom: 15px;
    }
    .owl-carousel.cards{
        width:100%;
    }
    .box{
        margin-bottom: 10px;
    }
    .bg-grey{
        padding-top:50px;
    }
    #newsletterSignUp input{
        /* max-width: 170px; */
        max-width: 200px;
    }
}
@media only screen and (max-width: 320px) {
    #newsletterSignUp input{
        max-width: 170px;
        /* max-width: 270px; */
    }

}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .container{
        padding-left:30px;
        padding-right:30px;
    }
    .banner{
        /* background-image: unset; */
/*        padding-top: 150px;*/
        /* padding-bottom: 50px; */
    }
    .box{
        margin-bottom: 10px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

/*  */