.footer {
    background: #00041F;
}

.footer .footerInnerContainer {
    padding: 120px 20px 20px;
    background: linear-gradient(180deg, #00041f00, #00041F), url("/assets/images/footerBg.png") top / contain no-repeat;
}

.footer .footerInner {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.footer .footerInner .footerInnerMainTopRow {
    display: flex;
    justify-content: space-between;
    gap: 200px;

}

.footer .footerInner .footerInnerMainTopRow .footerInnerHeadingAndParaBox {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer .footerInner .footerInnerMainTopRow .footerInnerHeadingAndParaBox .footerInnerHeadingBox h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 67.2px;
    text-transform: uppercase;
    color: #FDFCF7;
    max-width: 720px;
}

.footer .footerInner .footerInnerMainTopRow .footerInnerHeadingAndParaBox .footerInnerParaBox p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28.6px;
    color: #A7ADBE;
    width: 528.38px;
}

.footer .footerInner .footerInnerMainTopRow .footerInnerNewsLetteraBox {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.footer .footerInner .footerInnerMainTopRow .footerInnerNewsLetteraBox .footerInnerNewsLetterParaBox p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28.6px;
    color: #CBD7D7;
    width: 370px;
}

.input-wrapper {
    justify-content: space-between;
    height: 45px;
    border-radius: 50px;
    padding: 10px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    width: fit-content;
    background: linear-gradient(360deg, #101636, #0C1027);
    border: 1px solid #161C44;
}

.input {
    width: 262px !important;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 15px;
    background-color: transparent;
    color: white;
    font-size: 1em;
}

.input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #292524 inset;
    -webkit-text-fill-color: #ffffff;
}

.input::placeholder {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #6D7792;
}

.Subscribe-btn {
    height: 100%;
    width: 201.67px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    /* background: rgba(254, 236, 255, 1); */
    background-image: url("/assets/images/headerGetStartedButton.png");
    background-size: 120%;
    color: #00050D;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s;
    font-size: 14px;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.Subscribe-btn:hover {
    transition: 300ms;
}

@keyframes jello-vertical {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(0.75, 1.25, 1);
    }

    40% {
        transform: scale3d(1.25, 0.75, 1);
    }

    50% {
        transform: scale3d(0.85, 1.15, 1);
    }

    65% {
        transform: scale3d(1.05, 0.95, 1);
    }

    75% {
        transform: scale3d(0.95, 1.05, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.Subscribe-btn:active {
    transform: scale(0.9);
}

.footer .footerInnerContainer .footerInner .footerInnerMainBottomRow {
    border-top: 1px solid #fdfcf726;
    padding-top: 70px;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    gap: 200px;
}

.footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerLogoAndParaBox {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerLogoAndParaBox .footerInnerLogoParaBox p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #CBD7D7;
    width: 409.38px;
}

.footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerLogoAndParaBox .footerInnerCompanyPlacedMain {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerLogoAndParaBox .footerInnerCompanyPlacedMain .footerCompanyPlace {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerLogoAndParaBox .footerInnerCompanyPlacedMain .footerCompanyPlace h4 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    color: #FFFFFF;
}

.footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerLogoAndParaBox .footerInnerCompanyPlacedMain .footerCompanyPlace p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #CBD7D7;
}

.footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerPagesAndSocialsBox {
    width: 100%;
    display: flex;
    gap: 100px;
}

.footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerPagesAndSocialsBox .footerInnerPagesBox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerPagesAndSocialsBox .footerInnerPagesHeading h4 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    color: #FFFFFF;
}

.footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerPagesAndSocialsBox .footerInnerPagesName ul {
    list-style-type: none;
    padding: 0;
}

.footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerPagesAndSocialsBox .footerInnerPagesName ul a {
    text-decoration: none;
}

.footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerPagesAndSocialsBox .footerInnerPagesName ul a li {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25.6px;
    color: #FDFCF7;
    margin-bottom: 10px;
}

.footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerPagesAndSocialsBox .footerInnerSocialsBox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerPagesAndSocialsBox .footerInnerSocialsBox .footerInnerSocialsHeading h4 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    color: #FFFFFF;
}

.footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerPagesAndSocialsBox .footerInnerSocialsBox .footerInnerSocialsIcons {
    display: flex;
    gap: 10px;
}

.footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerPagesAndSocialsBox .footerInnerSocialsBox .footerInnerSocialsIcons a {
    text-decoration: none;
}

.footer .vivaRights {
    border-top: 1px solid #fdfcf726;
    padding: 24px 10px;
}

.footer .vivaRights p {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25.6px;
    text-align: center;
    color: #CBD7D7;
    margin: 0;
}

@media (max-width: 1440px) {
    .footer .footerInner .footerInnerMainTopRow {
        gap: 174px;
    }

    .input {
        width: 42% !important;
    }

}

@media (max-width: 1064px) {
    .footer .footerInner .footerInnerMainTopRow {
        gap: 20px;
        flex-direction: column;
    }

    .footer .footerInnerContainer .footerInner .footerInnerMainBottomRow {
        flex-direction: column;
        gap: 40px;
    }

    .footerInnerHeadingBox,
    .footerInnerParaBox,
    .footerInnerNewsLetterParaBox,
    .footerInnerLogoBox,
    .footerInnerLogoParaBox,
    .footerCompanyPlace {
        text-align: center;
        justify-items: center;
    }

    .footerInnerNewsLetterInputBox {
        justify-items: center;
    }

    .footerInnerPagesAndSocialsBox {
        justify-content: center;
    }

    .footer .footerInner .footerInnerMainTopRow .footerInnerNewsLetteraBox {
        gap: 20px;
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {

    .footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerLogoAndParaBox .footerInnerLogoParaBox p,
    .footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerLogoAndParaBox .footerInnerCompanyPlacedMain .footerCompanyPlace p {
        font-size: 14px;
        line-height: 23.6px;
    }

    .footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerLogoAndParaBox .footerInnerLogoParaBox p,
    .footer .footerInner .footerInnerMainTopRow .footerInnerNewsLetteraBox .footerInnerNewsLetterParaBox p {
        width: 100%;
    }

    .footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerLogoAndParaBox .footerInnerCompanyPlacedMain .footerCompanyPlace {
        gap: 0;
    }

    .footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerLogoAndParaBox .footerInnerCompanyPlacedMain {
        flex-direction: column;
    }

    .footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerPagesAndSocialsBox {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .footerInnerPagesAndSocialsBox {
        justify-content: space-around !important;
    }

    .footer .footerInner .footerInnerMainTopRow .footerInnerHeadingAndParaBox {
        gap: 12px;
    }

    .footer .footerInner .footerInnerMainTopRow .footerInnerHeadingAndParaBox .footerInnerHeadingBox h2 {
        font-size: 30px;
        line-height: 42.2px;
    }

    .footer .footerInner .footerInnerMainTopRow .footerInnerHeadingAndParaBox .footerInnerParaBox p {
        font-size: 16px;
        line-height: 25.6px;
        width: 100%;
    }

    .footer .footerInner .footerInnerMainTopRow .footerInnerNewsLetteraBox {
        gap: 20px;
        flex-direction: column-reverse;
    }

    .footer .footerInner .footerInnerMainTopRow .footerInnerNewsLetteraBox .footerInnerNewsLetterParaBox p {
        font-size: 14px;
        line-height: 19.6px;
    }

    .Subscribe-btn {
        width: 50%;
        font-size: 12px;
    }

    .input-wrapper {
        width: 100%;
    }

    .footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerPagesAndSocialsBox .footerInnerPagesBox,
    .footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerPagesAndSocialsBox .footerInnerSocialsBox {
        text-align: center;
    }

    .footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerLogoAndParaBox .footerInnerCompanyPlacedMain .footerCompanyPlace p {
        width: 65%;
        margin: auto;
    }
}

@media (max-width: 400px) {

    .footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerPagesAndSocialsBox .footerInnerPagesBox,
    .footer .footerInnerContainer .footerInner .footerInnerMainBottomRow .footerInnerPagesAndSocialsBox .footerInnerSocialsBox {
        text-align: center;
    }
}
