#footer-section {
    /* height: 600px; */
    cursor: default;
    position: relative;
    z-index: 0;
    background: url("https://www.fao.org/images/newsroomlibraries/default-album/mountain-simon-straetker-64.jpg?sfvrsn=5f1973e9_5")
        no-repeat center center/cover;
}
#footer-section::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.734);
    z-index: 1;
}

#footer-container {
    height: 100%;
}
#footer-inner-container {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: start;
    padding-top: 70px;
    flex-direction: column;
}
#footer-section #footer-inner-container #footer-links-container {
    color: white;
    position: relative;
    display: flex;

    justify-content: center;
    z-index: 11;
    gap: 10px;
}
#footer-section #footer-links-container > div {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#footer-section #footer-links-container > div ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: start;
}

#footer-section li {
    display: flex;
    justify-content: start;
    align-items: center;
    list-style: none;
    width: 100%;
}
#footer-section #footer-links-container li a {
    text-decoration: none;
    color: white;
    position: relative;
    padding: 5px;
    transition: 0.3s ease;
}

#footer-section #footer-links-container li a:hover {
    color: rgb(161, 161, 161);
    transform: translateX(6px);
}
#footer-section #footer-links-container li .arrow svg {
    transition: 0.3s ease;
}
#footer-section #footer-links-container li .arrow:hover svg {
    fill: rgb(161, 161, 161);
}

#footer-contact-us li {
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
#footer-contact-us li a,
#footer-contact-us li span {
    word-break: break-word;
    max-width: 200px;
}
#footer-section .arrow svg {
    height: 20px;
    width: 30px;
    fill: rgb(255, 255, 255);
    background-color: transparent;
}
#footer-contact-us span {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer-contact-us #watsapp {
    border-radius: 50%;
    background: green;
}
#footer-contact-us #gmail {
    height: 27px;
    width: 34px;
    border-radius: 4px;
    background: rgb(159, 0, 0);
}
#footer-contact-us span svg {
    height: 30px;
    fill: rgb(255, 255, 255);
    width: 30px;
}
#footer-contact-us #watsapp svg {
    fill: rgb(255, 255, 255);
}

#footer-section #footer-company-info-section {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 50px;
    gap: 10px;
}
#footer-section #guarantee-info {
    position: relative;
    z-index: 111;
    color: white;
}
#footer-section #guarantee-info-card {
    height: 140px;

    border-radius: 15px;
}
#footer-section #guarantee-info-card img {
    height: 100%;
    filter: hue-rotate(90deg);
}
#footer-section #approved-by {
    height: 140px;
    position: relative;
    z-index: 111;
    color: white;
    border-radius: 15px;
}
#footer-section #approved-by img {
    height: 100%;
    filter: hue-rotate(90deg);
}
#footer-section #payments-info {
    position: relative;
    z-index: 111;
    color: white;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
#footer-section #payments-info div {
    display: flex;
    gap: 10px;
}
#footer-section #payments-info img {
    width: 50px;
    height: 30px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    transition: 0.3s;
    cursor: pointer;
}
#footer-section #payments-info img:hover {
    scale: 1.3;
}

#footer-section #follow-us-container-section {
    color: white;
    position: relative;
    width: 100%;
    z-index: 11;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ebeef1;
    padding-block: 20px;
    border-top: 2px solid #ffffff;
}

#footer-section #follow-us-container {
    color: white;
    position: relative;
    width: 100%;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 20px;
    bottom: 0;
    background-color: #ebeef1;
}
#footer-section #follow-us-container h2 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    cursor: default;
}
#footer-section #follow-us-container div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-left: 20px;
}
#footer-section #follow-us-container button {
    background-color: #ebeef1;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: none;
    outline: none;
    transition: 0.3s;
    box-shadow: 10px 10px 10px -1px rgba(10, 99, 169, 0.16),
        -10px -10px 10px -1px rgba(255, 255, 255, 0.7);
}
#footer-section #follow-us-container button:hover {
    scale: 0.9;
    box-shadow: inset 10px 10px 10px -1px rgba(10, 99, 169, 0.16),
        inset -10px -10px 10px -1px rgba(255, 255, 255, 0.7);
}
#footer-section #follow-us-container button svg {
    /* fill: rgb(0, 42, 255); */
    height: 30px;
    width: 30px;
    margin-bottom: 2px;
    transition: 0.3s;
}
#footer-section #follow-us-container #facebook {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer-section #follow-us-container #facebook::before {
    position: absolute;
    top: 0px;
    border: 1px solid rgb(96, 96, 96);
    border-radius: 3px;
    content: "Facebook";
    padding: 5px 10px;
    background: black;
    transition: 0.2s;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    color: white;
    opacity: 0;
}
#footer-section #follow-us-container #facebook:hover::before {
    top: -50px;
    opacity: 1;
}
#footer-section #follow-us-container #facebook svg {
    fill: rgb(0, 42, 255);
}

#footer-section #follow-us-container #youtube {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer-section #follow-us-container #youtube::before {
    position: absolute;
    top: 0px;
    border: 1px solid rgb(96, 96, 96);
    border-radius: 3px;
    content: "Youtube";
    padding: 5px 10px;
    background: black;
    transition: 0.2s;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    color: white;
    opacity: 0;
}
#footer-section #follow-us-container #youtube:hover::before {
    top: -50px;
    opacity: 1;
}
#footer-section #follow-us-container #youtube svg {
    fill: rgb(240, 0, 0);
}

#footer-section #follow-us-container #insta {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer-section #follow-us-container #insta::before {
    position: absolute;
    top: 0px;
    border: 1px solid rgb(96, 96, 96);
    border-radius: 3px;
    content: "Instagram";
    padding: 5px 10px;
    background: black;
    transition: 0.2s;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    color: white;
    opacity: 0;
}
#footer-section #follow-us-container #insta:hover::before {
    top: -50px;
    opacity: 1;
}
#footer-section #follow-us-container #insta svg {
    fill: rgb(240, 0, 228);
}
#footer-section #follow-us-container #twitter {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer-section #follow-us-container #twitter::before {
    position: absolute;
    top: 0px;
    border: 1px solid rgb(96, 96, 96);
    border-radius: 3px;
    content: "Twitter";
    padding: 5px 10px;
    background: black;
    transition: 0.2s;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    color: white;
    opacity: 0;
}
#footer-section #follow-us-container #twitter:hover::before {
    top: -50px;
    opacity: 1;
}

#footer-copyright-container {
    width: 100%;
    background-color: #ebeef1;
    z-index: 11;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-block: 20px;
    background-color: rgb(26, 26, 26);
}
#footer-copyright-container p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    box-shadow: 10px 10px 10px -1px rgba(10, 99, 169, 0.16),
        -10px -10px 10px -1px rgba(255, 255, 255, 0.7);
    padding: 10px;
    background-color: rgb(26, 26, 26);
    color: whitesmoke;
    border-radius: 20px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5),
        -10px -10px 20px rgba(59, 59, 59, 0.3);
}

@media only screen and (max-width: 1220px) {
    #footer-section #footer-links-container > div {
        align-items: start;
    }
    #footer-section #footer-links-container > div ul {
        padding-left: 0 !important;
    }
}
@media only screen and (max-width: 1120px) {
    #footer-section #guarantee-info-card img {
        height: 73%;
        filter: hue-rotate(90deg);
    }
    #footer-section #approved-by img {
        height: 70%;
        filter: hue-rotate(90deg);
    }
}
@media only screen and (max-width: 1020px) {
    #footer-section #footer-links-container > div {
        font-size: 12px;
    }
    #footer-section #footer-links-container li a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 920px) {
    #footer-section #guarantee-info-card img {
        height: 63%;
        filter: hue-rotate(90deg);
    }
    #footer-section #approved-by img {
        height: 60%;
        filter: hue-rotate(90deg);
    }
}
@media only screen and (max-width: 820px) {
    #footer-section #footer-inner-container #footer-links-container {
        gap: 40px;
        flex-wrap: wrap;
    }
    #footer-section #footer-links-container > div {
        font-size: 16px;
        width: 40%;
        align-items: start;
    }
    #footer-section #footer-links-container > div {
        font-size: 16px;
    }
    #footer-section #footer-links-container li a {
        font-size: 16px;
    }

    #footer-section #footer-company-info-section {
        align-items: center;
        flex-wrap: wrap;
    }
    #footer-section #guarantee-info-card img {
        height: 80%;
    }
    #footer-section #approved-by img {
        height: 80%;
    }
    #footer-section #payments-info div {
        gap: 20px;
    }
    #footer-section #payments-info {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 620px) {
    #footer-section #footer-inner-container #footer-links-container {
        gap: 30px;
        flex-direction: column;
        padding: 0 40px;
    }
    #footer-section #footer-links-container > div {
        font-size: 16px;
        width: 100%;
        align-items: start;
    }
    #footer-copyright-container p {
        font-size: 9px;
    }
    #footer-section #follow-us-container {
        flex-direction: column;
    }
    #footer-section #follow-us-container button {
        height: 40px;
        width: 40px;
    }
}
@media only screen and (max-width: 520px) {
    #footer-section #payments-info div {
        gap: 10px;
    }
}
@media only screen and (max-width: 420px) {
    #footer-section #footer-links-container > div {
        font-size: 13px;
    }
    #footer-section #footer-links-container li a {
        font-size: 13px;
    }
    #footer-copyright-container p {
        font-size: 7px;
    }
    #footer-section #payments-info > div {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    #footer-section #footer-company-info-section {
        padding: 50px 20px;
    }
    #footer-section #guarantee-info-card img {
        height: 70%;
    }
    #footer-section #approved-by img {
        height: 70%;
    }
    #footer-section #payments-info p {
        font-size: 12px;
        text-align: center;
    }
}
@media only screen and (max-width: 320px) {
    #footer-section #footer-inner-container #footer-links-container {
        padding: 0 20px;
    }
}

#linkuss-btn {
    background-color: #ebeef1;
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: black;
    font-weight: 600;
    border: none;
    outline: none;
    transition: 0.3s;
    box-shadow: 10px 10px 10px -1px rgba(10, 99, 169, 0.16),
        -10px -10px 10px -1px rgba(255, 255, 255, 0.7);
}

#linkuss-btn:hover {
    transform: scale(0.95);
    box-shadow: inset 10px 10px 10px -1px rgba(10, 99, 169, 0.16),
        inset -10px -10px 10px -1px rgba(255, 255, 255, 0.7);
}

#linkuss-btn img {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

