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

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Inter';
    font-style: normal;
}

.footer-sec {
    background-color: #1A2829;
    padding-top: 45px;
    /* margin-top: 80px; */
}

.footer-sec h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.footer-sec h1>span {
    color: #FF1F55;
}

.footer-sec p {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #E4E4E4;
    margin-bottom: 25px;
}

.footer-sec .social-icons .fa-brands {
    padding-right: 19px !important;
    font-size: 20px;
}

.footer-sec .social-icons .fa-solid {
    font-size: 20px;
}

.footer-sec .shop-row h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer-sec .shop-row ul {
    padding-left: 0px;
    /* margin-bottom: 0px; */
}

.footer-sec .shop-row ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: justify;
    color: #E4E4E4;
    list-style-type: none;
    padding-bottom: 15px;
}

.footer-sec .shop-row ul a {
    text-decoration: none;
}

.copyright-sec h6 {
    font-family: 'Berlin Sans FB';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-align: justify;
    color: #E4E4E4;
    text-align: center;
    margin: 20px 0;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.subscribe-form input {
    width: 100%;
    padding: 10px 25px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    font-weight: 400;
    font-size: 11px;
    line-height: 140%;
    text-align: justify;
    color: #1A2829;
}

.subscribe-form input:focus {
    box-shadow: none;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #FF1F55;
    border-radius: 0px 20px 20px 0px;
    padding: 13px 20px;
    border: 1px solid #FF1F55;
    top: 0;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .footer-sec .shop-row ul li {
        font-size: 11px;
    }
}