.footer {
    background-color: #27293c;
    height: fit-content;
}

.footer form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-newsletter {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.footer-newsletter-title {
    color: white;
    font-size: 17px;
    font-family: InterBold;
    margin-right: 40px;
}

.footer-input {
    width: 467px;
    border-radius: 6px 0 0 0;
    height: 30px;
    font-size: 30px;
    border: 0px solid;
    padding: 0 20px;
}

.footer-subscribe-btn {
    margin-left: 5px;
    background-color: #38C0D3;
    padding: 3px 16px;
    border-radius: 6px;
    border: 0px solid;
    font-family: InterBold;
    color: white;
    cursor: pointer;
    transition: 0.5s;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}

.footer-subscribe-btn:hover {
    background-color: #46e0f5;
}

.footer-left-container {
    margin-left: 50px;
}

.footer-right-container {
    margin-right: 50px;
}

.footer-items {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    height: 20em;
}

.footer-left-container {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #363953;
    padding-top: 35px;
    border-radius: 10px;
}

.footer-left-logo {
    background: url("../images/footer/footer-white-logo.png") center/contain no-repeat;
    height: 54px;
    width: 268px;
}

.footer-left-items {
    margin-top: 30px;
}

.footer-left-item {
    color:#A3A3A3;
    margin-left: 15px;
}

.footer-contact-container {
    display: flex;
    height: 4em;
}

.footer-email {
    width: 2em;
    height: 2em;
    background: url("../images/footer/email-icon.png") center/contain no-repeat;
}

.footer-phone {
    width: 2em;
    height: 2em;
    background: url("../images/footer/phone-icon.png") center/contain no-repeat;
}

.copyright-container {
    display: flex;
    justify-content: center;
}

.copyright {
    color: #7D7D7D;
    text-align: center;
    display: flex;
    justify-content: center;
}

.copyright-icon {
    width: 1em;
    height: 1em;
    background: url("../images/copyright-icon.png") center/contain no-repeat;
    bottom: -5px;
    position: relative;
}

.footer-mid-container {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.footer-right-container {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
}

.footer-mid-menu {
    display: flex;
    flex-direction: column;
}

.footer-menu-items {
    color: white;
    text-decoration: none;
    margin-bottom: 20px;
    text-align: left;
    font-family: Inter;
}

.footer-mid-mobile {
    display: flex;
    flex-direction: column;
}

.footer-right-text1, .footer-right-text2, .footer-right-social-text {
    color: white;
}

.footer-right-text1 {
    text-align: center;
    margin-bottom: 30px;
}

.footer-social-small-container {
    display: flex;
}

.footer-social-icons {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    border-radius: 20px;
}

.footer-social-icons:hover {
    border: 0px;
    cursor: pointer;
    background-color: #15B3FB;
}

.footer-right-social-container {
    margin-top: 20px;
}

.footer-right-fb-icon {
    background: url("../images/footer/facebook.png") center/25% no-repeat;
    margin-right: 15px;
}

.footer-right-google-icon {
    background: url("../images/footer/google.png") center/30% no-repeat;
    margin-right: 15px;
}

.footer-right-twitter-icon {
    background: url("../images/footer/twitter.png") center/30% no-repeat;
}

.footer-right-social-text {
    text-align: center;
    margin-top: 10px;
}

.copyright-bar-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.copyright-bar {
    border: 2px solid #000000;
    width: 80%;
}

.copyright-menu {
    display: flex;
}

.footer-copyright-area {
    display: flex;
    justify-content: space-between;
    padding: 0 16vh;
}

.copyright-menu-items a{
    text-decoration: none;
    color: #FFFDFD;
    margin-right: 30px;
    font-size: 16px;
}

.copyright-container {
    font-size: 15px;
}

.input-container {
    display: flex;
}

@media screen and (max-width:1332px) {
    .copyright-bar {
        margin-top: 20px;
    }
}

@media screen and (max-width:1193px) {
    .copyright-bar {
        margin-top: 50px;
    }
}

@media screen and (max-width:1104px) {
    .copyright-bar {
        margin-top: 80px;
    }
}

@media screen and (max-width:968px) {
    .copyright-bar {
        margin-top: 100px;
    }
    .footer-newsletter-title {
        text-align: center;
    }
    .footer-input {
        width: 361px;
    }
}

@media screen and (max-width:904px) {
    .copyright-bar {
        margin-top: 160px;
    }
    .footer-copyright-area {
        padding: 0 7vh;
    }
}

@media screen and (max-width:807px) {
    .copyright-bar {
        margin-top: 200px;
    }
}

@media screen and (max-width: 771px) {
    .footer-items {
        flex-direction: column;
        height: max-content;
    }
    .footer-left-container {
        margin: 0px 20px;
        margin-bottom: 30px;
        width: auto;
    }
    .footer-mid-mobile {
        flex-direction: row;
        justify-content: space-between;
    }
    .footer-mid-container {
        width: 100%;
        padding: 0 2vh;
        align-items: normal;
        text-align: left;
    }
    .footer-menu-items {
        width: 200px;
    }
    .copyright-bar {
        margin: 0px;
        height: 0px;
    }
    .footer-right-text1, .footer-right-text2 {
        padding: 0 1vh;
    }
    .copyright-menu {
        display: none;
    }
    .footer-copyright-area {
        justify-content: center;
        padding: 20px 0px;
    }
    .footer-newsletter {
        flex-direction: column;
    }
    .footer-newsletter-title {
        padding-bottom: 20px;
        text-align: center;
        margin: 0;
    }
    .input-container {
        background-color: white;
        padding: 10px;
        border-radius: 6px;
    }
    .footer-input {
        width: auto;
    }
}

@media screen and (max-width:654px) {
    .footer-mid-container {
        padding: 0 10vh;
    }
    .footer-right-container {
        margin-right: 0px;
    }
}

@media screen and (max-width:533px) {
    .footer-input {
        width: 150px;
    }
    .footer-mid-container {
        padding: 0 4vh;
    }
}

@media screen and (max-width:365px) {
    .footer-mid-container {
        padding: 0 1vh;
    }
}

@media screen and (min-width:2800px) {
    .footer {
        padding: 0 38vh;
    }
}