@import url(./style.css);

.footer-margin {
    margin-top: 80px;
}

.footer_wrapper {
    padding: 40px 0;
    background-color: var(--white-blue);
}

.footer_wrapper .f-text1 {
    font-size: 16px;
    color: var(--dark-blue);
    font-family: var(--font);
    padding-top: 20px;
}

.footer_wrapper i {
    font-size: 36px;
    color: var(--dark-blue);
}

.footer_wrapper .footer-title {
    font-size: 18px;
    color: var(--dark-blue);
    font-weight: 500;
    font-family: var(--font);
    margin-bottom: 0;
}

.footer_wrapper .footer-text2 {
    font-size: 16px;
    color: var(--dark-blue);
    font-family: var(--font);
    padding-top: 10px;
}

.footer_wrapper .footer-menu a {
    font-size: 16px;
    color: var(--dark-blue);
    font-family: var(--font);
    padding-top: 10px;
    cursor: pointer;
    display: block;
    transition: 0.5s;
}

.footer_wrapper .footer-menu a:hover {
    padding-left: 5px;
}

.footer_wrapper .footer-text3 {
    font-size: 16px;
    color: var(--dark-blue);
    font-family: var(--font);
    width: 80%;
}

.footer_wrapper .footer-icon a {
    font-size: 20px;
}

.footer_wrapper .footer-icon a .fa-facebook-f:hover {
    color: blue;
}

.footer_wrapper .footer-icon a .fa-twitter:hover {
    color: #1DA1F2;
}

.footer_wrapper .footer-icon a .fa-square-instagram:hover {
    color: #e13c74;
}

.footer_wrapper .footer-icon a .fa-youtube:hover {
    color: #FF0000;
}

.footer_wrapper .footer-map {
    padding-top: 12px;
    align-items: center;
}

.footer_wrapper .footer-map span.contact-icon {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s
}

.footer_wrapper .footer-map span.contact-icon:hover {
    transform: translateY(-5px);
}

.footer_wrapper .footer-map .footer-icon-box {
    width: 10%;
}

.footer_wrapper .footer-text3 {
    width: 100%;
}

.footer_wrapper .footer-map span i {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_wrapper .footer-map a {
    font-size: 16px;
    align-items: center;
}

.footer_wrapper .footerlink a {
    font-size: 16px;
    color: var(--dark-blue);
    font-family: var(--font);
    cursor: pointer;
}

.footer_wrapper .footerlink .footer-linkicon img {
    background-color: var(--text-white);
}

.footer_wrapper hr {
    height: 2px;
    border-color: var(--dark-blue);
}

.footer_wrapper .f-email-text1 {
    font-size: 36px;
    color: var(--dark-blue);
    font-family: var(--font);
    font-weight: 600;
}

.footer_wrapper .f-email-text2 {
    font-size: 16px;
    font-family: var(--font);
    font-weight: 400;
    color: var(--dark-blue);
}

.footer_wrapper .main-social-icon a .f-email-text4 {
    font-size: 20px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
    font-weight: 700;
}

.footer_wrapper .emailinput {
    height: 60px;
    border: none;
    outline: none;
    border-radius: 20px;
    padding-left: 20px;
}

.footer_wrapper .emailinput::placeholder {
    font-size: 14px;
    color: var(--text-gray);
    font-family: var(--font);
}

.footer_wrapper .f-email-btn {
    right: 0px;
    top: 0px;
    border-radius: 20px !important;
    height: 59px !important;
}

.footer_wrapper .accordion-button {
    background-color: transparent !important;
}

.footer_wrapper .accordion-button {
    background-color: var(--white-blue) !important;
    border: 0px !important;
}

.footer_wrapper .accordion-collapse {
    background-color: var(--white-blue) !important;
    border: 0px !important;
}

.footer_wrapper .accordion-item {
    border-bottom: 1px solid var(--text-gray) !important;
    border-width: 50% !important;
    margin-top: 20px !important;
    
}
.footer_wrapper .accordion-button:not(.collapsed){
    box-shadow: unset;
}
/* 14-11-25 */
span.common-footer-contact {
    width: 80%;
}

.footer_wrapper .footer-hr {
    margin: 24px 0;
}

.copy-right-text {
    display: flex;
    justify-content: flex-start;

}

.bottom-footer-logo .main-delivery {
    display: flex;
    gap: 16px;
    justify-content: end;
}
.main-input-box{
    margin-top: 48px;
}
/* d-flex justify-content-md-end justify-content-center */
@media (max-width:1366px) {
    .footer_wrapper .footer-map .footer-icon-box {
        width: 10%;
    }
}

@media (max-width:1199px) {

    .footer_wrapper .footer-text3,
    span.common-footer-contact {
        font-size: 14px;
    }

    .footer_wrapper .footer-map span.contact-icon {
        width: 25px;
        height: 25px;

    }

    .footer_wrapper .f-email-text1 {
        font-size: 30px;
    }

    .footer_wrapper .footer-map span i {
        font-size: 12px;
    }
}

@media (max-width:1024px) {
    span.common-footer-contact {
        word-break: break-word;
    }
}

@media (max-width:991px) {
    span.common-footer-contact {
        width: 100%;
    }

    .footer_wrapper .footer-map span.contact-icon {
        width: 30px;
        height: 30px;
    }

    .footer_wrapper .f-email-text1 {
        font-size: 26px;
    }

    .footer_wrapper .f-email-text2 {
        font-size: 14px;
    }

    .bottom-footer-logo .main-delivery {
        justify-content: center;
    }

    .copy-right-text {
        justify-content: center;
        padding-bottom: 20px;
    }
}

@media (max-width:767px) {
    .footer_wrapper .f-email-text1 {
        font-size: 22px;
    }

    .footer_wrapper .footer-map .footer-icon-box {
        width: 8%;
    }

    .footer_wrapper .footerlink a {
        text-align: center;
    }
    .footer_wrapper .footer-title{
        font-size: 16px;
    }
    .main-input-box{
    margin-top: 28px;
}
}

@media (max-width:576px) {
    .footer_wrapper .footer-title {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .footer_wrapper .footer-icon a {
        font-size: 16px !;
    }



    .footer_wrapper i {
        font-size: 15px !important;
    }

    .footer_wrapper .f-email-btn {
        width: 130px !important;
    }

    .footer_wrapper .footer-map .footer-icon-box {
        width: 8%;
    }

    .footer_wrapper .emailinput {
        height: 50px;
    }

    .main-input-box #newsletterForm button {
        height: 50px !important;
    }
    .footer_wrapper .accordion-item {
    border-bottom: 1px solid var(--text-gray) !important;
    box-shadow: unset   ;
    border-radius: 0 !important;
}
}

@media (max-width:320px) {
    .footer_wrapper .footer-map .footer-icon-box {
        width: 14%;
    }
}