:root {
    --font-family: 'Montserrat', sans-serif;
    --font-size: 13px;
    --bs-bg-opacity: 1
}

body {
    font-family: var(--font-family);
    font-size: var(--font-size);
    color:#575153;
}


header {
    background-color: #333;


}

.p-txt {
    font-family: 'Roboto', sans-serif;
}

.link-dark {
    color: #999;
}

.empty {
    color: #fff;
    background-color: #00c8c8;

}

.Currency {
    color: #999;
}

.hero {
    background-image: url("../img/hero-img.png");
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 3rem;

}

.btn-collection {
    display: flex;
    color: #000;
    height: 65vh;
    align-items: flex-end;
    justify-content: flex-end;
    margin-right: 8rem;


}

.form-inputs {
    position: relative
}

.form-inputs i {
    position: absolute;
    right: 20px;
    top: 15px
}


.col figcaption {
    position: absolute;
    bottom: -120px;
    left: 0;
    z-index: 1;
    color: #444;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    background-color: #fff;
    margin: 0 12px 0 12px;
    padding: 10px 35px;

}

figure {
    overflow: hidden;
}

figure:hover+figcaption {
    opacity: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

figure:hover {
    opacity: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.image-gallery {
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.avenue-container:hover .image-gallery {
    opacity: 0.3;
}

.avenue-container:hover .middle {
    opacity: 1;
}

.box-replace {
    width: 50%;
    display: block;
}

.box-bg-button {
    color: #6c7578;
    border-color: #6c757d;
}

.box-bg-button:hover {
    color: #fff;
    background-color: #00c8c8;
    border-color: #6c757d;
}
.selector-for-some-widget {
    box-sizing: content-box;
  }
/*the brand*/
  .hero-ecomerce {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/header-bg.png");
    height: 30vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 3rem;

}
/*the brand*/
.banner-e {
    position: relative;
    top:10vh;
}
/*the sign up*/
.txt-color-green{
color: #00c8c8;
}
/*the sign up*/

/**footer**/
footer {
    background-color: #f8f8f8;
    padding-top: 5vh;
    font-family: 'Montserrat', sans-serif;
}

#uno {
    background-color: #333333;
    color: white;
    text-align: center;
    padding-top: 5vh;
    padding-bottom: 3vh;
    margin-top: 10vh;
    margin-bottom: 10vh;
}

#dos {
    background-color: #00c8c8;
    color: white;
    text-align: center;
    padding-top: 8vh;
    padding-bottom: 3vh;
    margin-top: 10vh;
    margin-bottom: 10vh;
}

#tres {
    background-color: #333333;
    color: #999;
    text-align: center;
    padding-top: 1vh;
    padding-bottom: none;
}


/**footer fin**/



@media all and (max-width: 800px) {

    .flex-end {
        display: flex;
        justify-content: flex-end;
    }

    #uno {
        background-color: #333333;
        color: white;
        text-align: center;
        padding-top: 8vh;
        padding-bottom: 7vh;
        margin-top: 8vh;
        margin-bottom: 1vh;

    }


    #dos {
        background-color: #00c8c8;
        color: white;
        text-align: center;
        padding-top: 9vh;
        padding-bottom: 8vh;
        margin-bottom: 10vh;
    }


    .bglight {
        background-color: #fff;
        padding-bottom: 3vh;
    }


}

@media all and (max-width: 1330px) {
   
    .box-rps {
        width: 80%;
    }

}

@media all and (max-width: 1330px) {
   
    .box-rps {
        width: 80%;
        margin-top: 1rem !important;
        font-size: 11px;
    }

}