footer {
    /* background: #d01d23; */
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}

footer .container {
    z-index: 9999;
    position: relative;
    margin-top: 60px;
}

footer .main-footer-content-start p {
    color: white;
    font-size: 21px;
    line-height: 36px;
    font-weight: 700;
    border-top: 1px solid;
    padding-top: 20px;
}

footer .main-footer-content-start img {
    width: 60%;
    margin: 15px 0;
}

footer .social-media-icons-footer ul li a {
    color: white;
    border: 1px solid;
    padding: 7px 11px;
    border-radius: 50%;
}

footer .social-media-icons-footer ul li {
    margin: 0 12px;
    list-style: none;
}

footer .social-media-icons-footer ul {
    display: flex;
    margin-left: -43px;
}

footer .social-media-icons-footer {
    margin-top: 30px;
}

.footer-list {
    margin-top: 71px;
}

footer .footer-list h4 {
    color: white;
    border-bottom: 1px solid;
    padding-bottom: 9px;
    margin-bottom: 18px;
}

footer .footer-list ul li {
    margin: 11px 0;
    list-style: none;
}

footer .footer-list ul li a {
    color: white;
    text-decoration: none;
}

footer .footer-list ul {
    margin-left: -14px;
}

footer .footer-list ul li a i {
    margin-left: -12px;
    margin-right: 7px;
    color: #ffffff;
}

footer .footer-contact-address .footer-main-contact {
    display: flex;
    margin-bottom: 12px;
}

footer .footer-contact-address .footer-main-contact i {
    margin-top: 4px;
    margin-right: 13px;
    color: white;
    font-size: 26px;
}

footer .footer-contact-address .footer-main-contact p {
    margin-top: 4px;
    color: white;
}

footer .footer-contact-address .footer-main-contact p a {
    color: white;
    text-decoration: none;
}

.main-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--kidearn-black, #0B2038);
    /* Apply SVG mask for both WebKit and standard browsers */
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 1920 583" fill="currentColor"><path d="M-269.399 430.984C-269.399 430.984 -263.032 258.275 -152.598 234.817C-42.1635 211.359 -87.5979 58.3007 -.5 39.1241C178.5 -.286858 159.234 123.899 369.5 72.731C579.766 21.5634 654.667 49.2729 746 72.731C837.333 96.1891 910.298 0 1165.5 0C1364.3 13.9241 1425 69.0773 1538 83.2642C1605.97 91.7971 1696 28.5907 1858.73 128.2C2018.03 200.685 2069 583 2069 583H-297L-269.399 430.984Z" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 1920 583" fill="currentColor"><path d="M-269.399 430.984C-269.399 430.984 -263.032 258.275 -152.598 234.817C-42.1635 211.359 -87.5979 58.3007 -.5 39.1241C178.5 -.286858 159.234 123.899 369.5 72.731C579.766 21.5634 654.667 49.2729 746 72.731C837.333 96.1891 910.298 0 1165.5 0C1364.3 13.9241 1425 69.0773 1538 83.2642C1605.97 91.7971 1696 28.5907 1858.73 128.2C2018.03 200.685 2069 583 2069 583H-297L-269.399 430.984Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: bottom center;
    mask-position: bottom center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.main-footer__bg {
    -webkit-mask-position: top center;
    mask-position: top center;
}

.footer-plane {
    right: 0%;
    top: 33%;
    filter: opacity(0.5);
}

.footer-clipart {
    z-index: 9;
    position: absolute;
    width: 10%;
    animation: heartbeat 3s ease-in-out infinite alternate;
}

.footer-clipart img {
    animation: heartbeat 3s ease-in-out infinite alternate;
}

.footer-vector-three {
    bottom: 0;
    left: 8%;
    width: 7%;
}

.footer-vector-two {
    width: 7%;
    top: 20%;
    left: 2%;
}

.copy-right {
    padding-top: 15px;
    text-align: center;
    background: #d01d23;
}

.copy-right p {
    color: white;
}