footer .top-main-footer {
    padding: 100px 0;
    background-color: #000;
}

footer .top-main-footer .left-content {
    position: relative;
    padding: 60px 0 60px 40px;

}

footer .top-main-footer .left-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

footer .top-main-footer .left-content h2.heading {
    position: relative;
    font-size: 82px;
    font-family: 'Syne', sans-serif !important;
    font-weight: 700;
    color: #6C6C6C;
    margin-bottom: 20px;
}

footer .top-main-footer .left-content .subscription-box h3 {
    color: #fff;
    font-size: 24px;
    position: relative;
}

footer .top-main-footer .left-content .subscription-box form {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;

}

footer .top-main-footer .left-content .subscription-box input {
    width: 100%;
    padding: 10px 20px;
    background-color: transparent;
    border-radius: 0;
    color: #fff;
}

footer .top-main-footer .left-content .subscription-box input:focus {
    outline: none;
}

footer .top-main-footer .left-content .subscription-box input[type='submit'] {
    width: auto;
    margin-left: 24px;
    padding: 0 10px;
    background-color: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    transition: all 0.4s;
}

footer .top-main-footer .left-content .subscription-box input[type='submit']:hover {
    color: #fff;
}

footer .top-main-footer .right-content {
    position: relative;
    padding: 60px;
    text-align: center;
    height: 100%;
}

footer .top-main-footer .right-content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

footer .top-main-footer .right-content h4 a {
    display: inline-block;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'Prompt', sans-serif !important;
}

footer .top-main-footer .right-content p.text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 30px;
}

footer .top-main-footer .right-content .social-icon svg {
    color: #fff;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    transition: all 0.3s;
}

footer .top-main-footer .right-content .social-icon a:last-child svg {
    margin-right: 0;
}

footer .top-main-footer .right-content .social-icon svg:hover {
    transform: scale(1.3);
}

footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 30px 0;
    background-color: #000;
}

footer .copyright .container-fluid {
    padding: 0 40px;
}

footer .copyright .left-content p {
    margin: 0;
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff;
}

footer .copyright .left-content span {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

footer .copyright .left-content span a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    transition: all 0.3s;
}

footer .copyright .left-content span a:hover {
    color: #fff;
}

footer .copyright .right-content a {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    transition: all 0.3s;
}

footer .copyright .right-content a:hover {
    color: #fff;
}

@media (min-width:1200px) and (max-width:1400px) {
    footer .top-main-footer .left-content h2.heading {
        font-size: 72px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    footer .top-main-footer .left-content h2.heading {
        font-size: 60px;
    }

    footer .top-main-footer .right-content h4 a {
        margin-bottom: 10px;
    }
}

@media (max-width:992px) {
    footer .top-main-footer .left-content h2.heading {
        font-size: 54px;
    }

    footer .copyright .left-content p {
        font-size: 18px;
    }

    footer .copyright .right-content a {
        margin-right: 0;
    }
}

@media (max-width:768px) {
    footer .top-main-footer .left-content {
        position: relative;
        padding: 40px 0 40px 20px;
    }

    footer .top-main-footer .right-content {
        padding: 40px 20px 40px 10px;
    }
    footer .top-main-footer .right-content h4 a {
        font-size: 26px;
        margin-bottom: 10px;
    }
    footer .copyright .left-content {
       text-align: center;
    }
}

@media (max-width:568px) {

    footer .top-main-footer .left-content h2.heading {
        font-size: 40px;
    }

    footer .top-main-footer .left-content .subscription-box form {
        display: block;
    }

    footer .top-main-footer .left-content .subscription-box input {
        margin-bottom: 15px;
    }

    footer .top-main-footer .left-content .subscription-box input:focus {
        outline: none;
    }

    footer .top-main-footer .left-content .subscription-box input[type='submit'] {
        margin-left: 0;
    }


}