
.footer-section {
    position: relative;
}

.footer-container {
    width: 100%;
    /* height: 300px; */
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #181A1E;
    color: #fff;
    font-family: 'Quite Magical';
}

.footer-content-section {
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    margin: 0px auto;
    margin-bottom: 5px;
}

.footer-info {
    width: 50%;
    /* margin: 0 auto; */
    padding-top: 35px;
    position: relative;
}

.footer-logo {
    /* width: 130px;
    height: 150px;
    object-fit: cover; */
    width: 220px;
    height: 120px;
    object-fit: contain; 
    margin-left: -22px;
}

.footer-list {
    list-style-type: none;
    padding-inline-start: 0px;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.12em
}

.footer-list li:first-child {
    padding: 0px;
}

.footer-list li {
    padding-top: 5px;
    font-weight: 500;
}

.footer-social-icons {
    margin-left: -5px;
}

.footer-contact {
    /* width: 50%;
    margin: 0 auto; */
    width: 500px;
    padding-top: 60px;
    /* margin-left: 5em; */
}

.contact-title {
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
}

.h-line {
    height: 5px;
    border-bottom: 5px solid #ff6606;
}

.v-line {
    width: 5px;
    margin: 0 auto;
    height: 100px;
    border-left: 5px solid #ff6606;
}

.v-1 {
    margin-left: auto;
    margin-right: 0px;
}

.footer-chat-btn {
    background-color: #ff6606;
    color: #181A1E;
    border: 2px solid #181A1E;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 0;
    margin-top: 5px;
    text-decoration: none;
    outline: none;
    width: 250px;
}

.footer-nav-links {
    padding-top: 60px;
    text-transform: uppercase;
    font-size: 14px;
}

.footer-nav-list {
    padding-left: 0px;
}

.footer-nav-list li {
    position: relative;
    padding-bottom: 20px;
}

.footer-list-img {
    position: absolute;
    left: -50px;
}

.footer-images-section {
    display: flex;
}

.footer-images{
    width: 100px;
    height: 100px;
    margin-right: 1em;
    object-fit: contain;
}

.footer-copyright-section {
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
    font-size: 17px;
}

.footer-content-left {
    width: 50%;
    text-align: left;
}

.footer-content-right {
    width: 50%;
    text-align: right;
}

.footer-social-icons a:hover {
    cursor: pointer;
}

.fa {
    color: #E90606;
    animation: pound .35s infinite alternate;
    -webkit-animation: pound .35s infinite alternate;
}

@-webkit-keyframes pound {
    to {
        transform: scale(1.1);
    }
}

@keyframes pound {
    to {
        transform: scale(1.1);
    }
}


@media only screen and (max-width: 689px) {
    .footer-content-section {
        flex-direction: column;
        align-items: center;
    }
    .footer-info {
        width: 95%;
        text-align: center;
    }
    .footer-contact {
        width: 95%;
        text-align: center;
    }
    .footer-nav-links {
        width: 62%;
        text-align: left;
    }
    .footer-images-section {
        justify-content: center;
    }
}

@media only screen and (min-width: 690px) and (max-width: 1199px) {
    .footer-content-section {
        flex-direction: column;
        align-items: center;
    }
    .footer-info {
        width: 95%;
        text-align: center;
    }
    .footer-contact {
        margin-left: -15%;
    }
    .footer-nav-links {
        width: 45%;
        text-align: left;
    }
    .footer-images-section {
        justify-content: center;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-contact {
        margin: 0px 0px 0px -3%;
    }
    .footer-nav-links {
        width: 20%;
        margin-left: auto;
        margin-right: 7%;
    }
}

@media only screen and (min-width: 1300px) {
    .footer-contact {
        margin: 0px 0px 0px 0px;
    }
    .footer-nav-links {
        margin-left: auto;
        margin-right: 5%;
    }
}

@media only screen and (min-width: 1600px) {
    .footer-contact {
        margin: 0px 0px 0px 14%;
    }
    .footer-nav-links {
        margin-left: auto;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 689px) {
    .h-line {
        display: none;
    }
    .v-1 {
        display: none;
    }
    .footer-chat-btn {
        margin: 0 auto;
    }
    .footer-copyright-section {
        flex-direction: column;
        align-items: center;
    }
    .contact-text {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 690px) {
    .h-line {
        width: 252px;
        margin-left: 248px;
    }
    .footer-chat-btn {
        margin-left: auto;
        margin-right: -125px;
    }
    .contact-text {
        padding-left: 130px;
    }
}

@media only screen and (max-width: 374px) {
    .footer-content-section {
        width: 100%;
    }
    .footer-copyright-section {
        width: 100%;
    }
}

@media only screen and (min-width: 375px) {
    .footer-content-section {
        width: 95%;
    }
    .footer-copyright-section {
        width: 95%;
    }
}

@media screen and (min-width:1200px) {
    .footer-info {
    width: 25%;
}
}
