footer {
    text-align: center;
    margin-top: 100px;
    padding-top: 25px;
    /*border-top: 1px solid #ccc;*/
    background-color: #1c3860;
}


header{
    color: #fff;
}
@keyframes example {
    0% {
        background-color: #00c3a0;
        border: solid 1px #A3b9d7;
    }
    50% {
        background-color: #3a4e69;
        color: #00c3a0;
        border: solid 1px #A3b9d7;
    }
    100% {
        background-color: #00c3a0;
        border: solid 1px #A3b9d7;
    }
}
.btn-pay{
    animation: example 3s infinite;
}

.btn-instagram{
    background-color: #3a4e69;
    color: #00c3a0 !important;
    border: solid 1px #A3b9d7 !important;
    font-weight: bold;
}
.product {
    background-color: #0a121e ;
    border-radius: 10px;
    margin-bottom: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-light-web{
    color: #A3b9d7;
}
.product img {
    border-radius: 10px;
    width: 100%;
}

main {
    text-align: center;
    flex: 1;
}

.ftco-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100vh;
}


.price {
    color: #00c3a0;
    font-weight: bold;
    text-align: left;
}
.text-des{
    direction: rtl;
    text-align: justify;
    color: #fff;
}
.rtl{
    direction: rtl
}

.icon-web{
    font-size: 25px;
    color: #00c3a0;
    padding: 0 5px;
    margin: 10px 0;
}

.icon-web-header{
    font-size: 25px;
    color: #fff;
    padding: 0 5px;
    margin: 10px 0;
}
