@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) {

    /* Header */
    header {
        background-color: transparent;
        z-index: 1;
        position: fixed;
        width: 320px;
        background-color: rgba(0, 0, 0, 0.404);
        overflow: hidden;
    }

    .navbar img {
        width: 150px;
    }

    .navbar-collapse {
        background-color: rgb(0, 0, 0);
        border-radius: 20px;
        width: 200px;
    }

    .collapse ul {
        margin-left: 180px;
    }

    .collapse ul a {
        color: white;

        &:hover {
            color: #bd228e;
        }
    }

    /* Header */

    /* Banner */

    .banner-bg {
        background-image: url(../images/banner/banner1.gif);
        background-repeat: no-repeat;
        background-size: cover;
        height: 350px;
        width: 100%;
    }

    .banner-text-bg {
        background-color: rgba(0, 0, 0, 0.292);
        height: 350px;
        width: 100%;
    }

    .banner-text h1 {
        font-size: 60px;
        text-align: center;
        padding-top: 130px;
        color: white;
    }

    .banner-text p {
        text-align: center;
        color: white;
    }

    /* Banner */

    /* Donate */

    .donate-heading {
        margin-top: 50px;
    }

    .donate-text-1 p {
        font-size: 17px;
        color: black;
    }

    .donate-text-2 {
        margin-top: 50px;
        margin-left: 0px;
    }

    .donate-text-2 .p-1 {
        font-size: 18px;
        padding-left: 100px;
    }

    .donate-text-2 .p-2 {
        font-size: 25px;
        text-align: center;
    }

    .donate-img img {
        width: 300px;
    }

    /* Donate */

    /* Last Banner */

    .last-banner {
        margin-top: 50px;
    }

    .last-banner-bg {
        background-image: url(../images/banner/banner7.png);
        background-position: center;
        height: 550px;
        width: 300px;
    }

    .last-nabber-text-1 p {
        color: white;
        font-size: 25px;
        padding-top: 300px;
        padding-left: 20px;
    }

    .last-nabber-text-2 h1 {
        color: white;
        padding-left: 20px;
    }

    .last-nabber-text-btn-div {
        position: absolute;
        margin-top: 30px;
        left: 150px;
        transform: translate(-50%, -50%);
    }

    .last-nabber-text-btn {
        position: relative;
        display: block;
        color: white;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #04B6C5;
        padding: 10px 40px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: black;
        }
    }

    .last-nabber-text-btn::before {
        background: #04B6C5;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-6::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-6:hover::before {
        height: 400%;
    }

    /* Last Banner */

    /* Footer */

    footer {
        overflow: hidden;
        margin-top: 30px;
    }

    .footer-bg {
        background-color: black;
        height: 1200px;
        width: 320px;
    }

    .social-madia-links-heading h4 {
        color: white;
        padding-top: 100px;
        padding-left: 50px;
    }

    /* .social-madia-links-1 */

    .social-madia-links-1 {
        display: flex;
        padding: 20px 5px;
    }

    /* Madia Link-1 */

    .madia-link-1 {
        padding-right: 20px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-1 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 12px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-1 p {
        color: white;
        margin-top: 20px;
    }

    /* Madis Link-1 */

    /* Madia Link-2 */

    .madia-link-2 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-2 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 15px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-2 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-2 */

    /* Madia Link-3 */

    .madia-link-3 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-3 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 12px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-3 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-3 */

    /* .social-madia-links-1 */

    /* .social-madia-links-2 */

    .social-madia-links-2 {
        display: flex;
        padding: 40px 50px;
    }

    /* Madia Link-4 */

    .madia-link-4 {
        padding-right: 20px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-4 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 13px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-4 p {
        color: white;
        margin-top: 20px;
    }

    /* Madis Link-4 */

    /* Madia Link-5 */

    .madia-link-5 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-5 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 10px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-5 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-5 */

    /* Navbar Links */

    .navbar-links-heading h4 {
        margin-top: 100px;
        text-align: center;
        color: white;
    }

    .navbar-main-link li {
        text-align: center;
        list-style: none;
        padding: 5px;
    }

    .navbar-main-link li a {
        color: white;
        text-decoration: none;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    /* Navbar Links */

    /* Address */

    .address-text h4 {
        text-align: center;
        margin-top: 100px;
        color: white;
    }

    .address-text .p-1 {
        text-align: center;
        color: white;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    .address-text .p-2 {
        text-align: center;
        color: white;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    /* Address */

    /* Footer */

    /* Last Footer */

    .last-footer-bg {
        background-color: #bd228e;
        height: 140px;
        width: 100%;
    }

    .last-footer-text-1 p {
        color: white;
        padding-top: 25px;
    }

    .last-footer-text-2 p {
        color: white;
        padding-top: 10px;
        float: left;
    }

    /* Last Footer */

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 375px) {

    /* Header */
    header {
        background-color: transparent;
        z-index: 1;
        position: fixed;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.404);
        overflow: hidden;
    }

    .navbar img {
        width: 150px;
    }

    .navbar-collapse {
        background-color: rgb(0, 0, 0);
        border-radius: 20px;
        width: 200px;
    }

    .collapse ul {
        margin-left: 220px;
    }

    .collapse ul a {
        color: white;

        &:hover {
            color: #bd228e;
        }
    }

    /* Header */

    /* Banner */

    .banner-bg {
        background-image: url(../images/banner/banner1.gif);
        background-repeat: no-repeat;
        background-size: cover;
        height: 350px;
        width: 100%;
    }

    .banner-text-bg {
        background-color: rgba(0, 0, 0, 0.292);
        height: 350px;
        width: 100%;
    }

    .banner-text h1 {
        font-size: 60px;
        text-align: center;
        padding-top: 130px;
        color: white;
    }

    .banner-text p {
        text-align: center;
        color: white;
    }

    /* Banner */

    /* Donate */

    .donate-heading {
        margin-top: 50px;
    }

    .donate-text-1 p {
        font-size: 17px;
        color: black;
    }

    .donate-text-2 {
        margin-top: 50px;
        margin-left: 0px;
    }

    .donate-text-2 .p-1 {
        font-size: 18px;
        padding-left: 100px;
    }

    .donate-text-2 .p-2 {
        font-size: 25px;
        text-align: center;
    }

    .donate-img img {
        width: 350px;
    }

    /* Donate */

    /* Last Banner */

    .last-banner {
        margin-top: 100px;
    }

    .last-banner-bg {
        background-image: url(../images/banner/banner7.png);
        background-position: center;
        height: 550px;
        width: 100%;
    }

    .last-nabber-text-1 p {
        color: white;
        font-size: 25px;
        padding-top: 350px;
        padding-left: 50px;
    }

    .last-nabber-text-2 h1 {
        color: white;
        padding-left: 40px;
    }

    .last-nabber-text-btn-div {
        position: absolute;
        margin-top: 30px;
        left: 150px;
        transform: translate(-50%, -50%);
    }

    .last-nabber-text-btn {
        position: relative;
        display: block;
        color: white;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #04B6C5;
        padding: 10px 50px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: black;
        }
    }

    .last-nabber-text-btn::before {
        background: #04B6C5;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-6::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-6:hover::before {
        height: 400%;
    }

    /* Last Banner */

    /* Footer */

    footer {
        overflow: hidden;
        margin-top: 30px;
    }

    .footer-bg {
        background-color: black;
        height: 1150px;
        width: 100%;
    }

    .social-madia-links-heading h4 {
        color: white;
        padding-top: 100px;
        padding-left: 100px;
    }

    /* .social-madia-links-1 */

    .social-madia-links-1 {
        display: flex;
        padding: 20px 50px;
    }

    /* Madia Link-1 */

    .madia-link-1 {
        padding-right: 20px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-1 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 12px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-1 p {
        color: white;
        margin-top: 20px;
    }

    /* Madis Link-1 */

    /* Madia Link-2 */

    .madia-link-2 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-2 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 15px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-2 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-2 */

    /* Madia Link-3 */

    .madia-link-3 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-3 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 12px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-3 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-3 */

    /* .social-madia-links-1 */

    /* .social-madia-links-2 */

    .social-madia-links-2 {
        display: flex;
        padding: 40px 50px;
    }

    /* Madia Link-4 */

    .madia-link-4 {
        padding-right: 20px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-4 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 13px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-4 p {
        color: white;
        margin-top: 20px;
    }

    /* Madis Link-4 */

    /* Madia Link-5 */

    .madia-link-5 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-5 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 10px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-5 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-5 */

    /* Navbar Links */

    .navbar-links-heading h4 {
        margin-top: 100px;
        text-align: center;
        color: white;
    }

    .navbar-main-link li {
        text-align: center;
        list-style: none;
        padding: 5px;
    }

    .navbar-main-link li a {
        color: white;
        text-decoration: none;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    /* Navbar Links */

    /* Address */

    .address-text h4 {
        text-align: center;
        margin-top: 100px;
        color: white;
    }

    .address-text .p-1 {
        text-align: center;
        color: white;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    .address-text .p-2 {
        text-align: center;
        color: white;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    /* Address */

    /* Footer */

    /* Last Footer */

    .last-footer-bg {
        background-color: #bd228e;
        height: 140px;
        width: 100%;
    }

    .last-footer-text-1 p {
        color: white;
        padding-top: 25px;
    }

    .last-footer-text-2 p {
        color: white;
        padding-top: 10px;
        float: left;
    }

    /* Last Footer */

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 425px) {

    /* Header */
    header {
        background-color: transparent;
        z-index: 1;
        position: fixed;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.404);
        overflow: hidden;
    }

    .navbar img {
        width: 150px;
    }

    .navbar-collapse {
        background-color: rgb(0, 0, 0);
        border-radius: 20px;
        width: 200px;
    }

    .collapse ul {
        margin-left: 260px;
    }

    .collapse ul a {
        color: white;

        &:hover {
            color: #bd228e;
        }
    }

    /* Header */

    /* Banner */

    .banner-bg {
        background-image: url(../images/banner/banner1.gif);
        background-repeat: no-repeat;
        background-size: cover;
        height: 350px;
        width: 100%;
    }

    .banner-text-bg {
        background-color: rgba(0, 0, 0, 0.292);
        height: 350px;
        width: 100%;
    }

    .banner-text h1 {
        font-size: 60px;
        text-align: center;
        padding-top: 130px;
        color: white;
    }

    .banner-text p {
        text-align: center;
        color: white;
    }

    /* Banner */

    /* Donate */

    .donate-heading {
        margin-top: 50px;
    }

    .donate-text-1 p {
        font-size: 17px;
        color: black;
    }

    .donate-text-2 {
        margin-top: 50px;
        margin-left: 30px;
    }

    .donate-text-2 .p-1 {
        font-size: 18px;
        padding-left: 100px;
    }

    .donate-text-2 .p-2 {
        font-size: 25px;
        text-align: center;
    }

    .donate-img img {
        width: 350px;
    }

    /* Donate */

    /* Last Banner */

    .last-banner {
        margin-top: 100px;
    }

    .last-banner-bg {
        background-image: url(../images/banner/banner7.png);
        background-position: center;
        height: 550px;
        width: 100%;
    }

    .last-nabber-text-1 p {
        color: white;
        font-size: 25px;
        padding-top: 350px;
        padding-left: 50px;
    }

    .last-nabber-text-2 h1 {
        color: white;
        padding-left: 40px;
    }

    .last-nabber-text-btn-div {
        position: absolute;
        margin-top: 30px;
        left: 150px;
        transform: translate(-50%, -50%);
    }

    .last-nabber-text-btn {
        position: relative;
        display: block;
        color: white;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #04B6C5;
        padding: 10px 50px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: black;
        }
    }

    .last-nabber-text-btn::before {
        background: #04B6C5;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-6::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-6:hover::before {
        height: 400%;
    }

    /* Last Banner */

    /* Footer */

    footer {
        overflow: hidden;
        margin-top: 30px;
    }

    .footer-bg {
        background-color: black;
        height: 1150px;
        width: 100%;
    }

    .social-madia-links-heading h4 {
        color: white;
        padding-top: 100px;
        padding-left: 100px;
    }

    /* .social-madia-links-1 */

    .social-madia-links-1 {
        display: flex;
        padding: 20px 50px;
    }

    /* Madia Link-1 */

    .madia-link-1 {
        padding-right: 20px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-1 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 12px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-1 p {
        color: white;
        margin-top: 20px;
    }

    /* Madis Link-1 */

    /* Madia Link-2 */

    .madia-link-2 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-2 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 15px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-2 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-2 */

    /* Madia Link-3 */

    .madia-link-3 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-3 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 12px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-3 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-3 */

    /* .social-madia-links-1 */

    /* .social-madia-links-2 */

    .social-madia-links-2 {
        display: flex;
        padding: 40px 50px;
    }

    /* Madia Link-4 */

    .madia-link-4 {
        padding-right: 20px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-4 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 13px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-4 p {
        color: white;
        margin-top: 20px;
    }

    /* Madis Link-4 */

    /* Madia Link-5 */

    .madia-link-5 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-5 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 10px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-5 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-5 */

    /* Navbar Links */

    .navbar-links-heading h4 {
        margin-top: 100px;
        text-align: center;
        color: white;
    }

    .navbar-main-link li {
        text-align: center;
        list-style: none;
        padding: 5px;
    }

    .navbar-main-link li a {
        color: white;
        text-decoration: none;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    /* Navbar Links */

    /* Address */

    .address-text h4 {
        text-align: center;
        margin-top: 100px;
        color: white;
    }

    .address-text .p-1 {
        text-align: center;
        color: white;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    .address-text .p-2 {
        text-align: center;
        color: white;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    /* Address */

    /* Footer */

    /* Last Footer */

    .last-footer-bg {
        background-color: #bd228e;
        height: 120px;
        width: 100%;
    }

    .last-footer-text-1 p {
        color: white;
        padding-top: 25px;
    }

    .last-footer-text-2 p {
        color: white;
        padding-top: 10px;
        float: left;
    }

    /* Last Footer */

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    /* Header */

    header {
        background-color: transparent;
        z-index: 1;
        position: fixed;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.404);
        overflow: hidden;
    }

    .navbar img {
        width: 150px;
    }

    .navbar-collapse {
        background-color: rgb(0, 0, 0);
        border-radius: 20px;
        width: 200px;
    }

    .collapse ul {
        margin-left: 600px;
    }

    .collapse ul a {
        color: white;

        &:hover {
            color: #bd228e;
        }
    }

    /* Header */

    /* Banner */

    .banner-bg {
        background-image: url(../images/banner/banner1.gif);
        background-repeat: no-repeat;
        background-size: cover;
        height: 350px;
        width: 100%;
    }

    .banner-text-bg {
        background-color: rgba(0, 0, 0, 0.292);
        height: 350px;
        width: 100%;
    }

    .banner-text h1 {
        font-size: 60px;
        text-align: center;
        padding-top: 130px;
        color: white;
    }

    .banner-text p {
        text-align: center;
        color: white;
    }

    /* Banner */

    /* Donate */

    .donate-heading {
        margin-top: 50px;
    }

    .donate-text-1 p {
        font-size: 17px;
        color: black;
    }

    .donate-text-2 {
        margin-top: 50px;
        margin-left: 0px;
    }

    .donate-text-2 .p-1 {
        font-size: 18px;
        padding-left: 100px;
    }

    .donate-text-2 .p-2 {
        font-size: 25px;
        text-align: center;
    }

    .donate-img img {
        width: 350px;
    }

    /* Donate */

    /* Last Banner */

    .last-banner {
        margin-top: 100px;
    }

    .last-banner-bg {
        background-image: url(../images/banner/banner7.png);
        background-position: center;
        height: 550px;
        width: 100%;
    }

    .last-nabber-text-1 p {
        color: white;
        font-size: 25px;
        padding-top: 350px;
        padding-left: 50px;
    }

    .last-nabber-text-2 h1 {
        color: white;
        padding-left: 40px;
    }

    .last-nabber-text-btn-div {
        position: absolute;
        margin-top: 30px;
        left: 550px;
        transform: translate(-50%, -50%);
    }

    .last-nabber-text-btn {
        position: relative;
        display: block;
        color: white;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #04B6C5;
        padding: 10px 50px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: black;
        }
    }

    .last-nabber-text-btn::before {
        background: #04B6C5;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-6::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-6:hover::before {
        height: 400%;
    }

    /* Last Banner */

    /* Footer */

    footer {
        overflow: hidden;
        margin-top: 30px;
    }

    .footer-bg {
        background-color: black;
        height: 740px;
        width: 100%;
    }

    .social-madia-links-heading h4 {
        color: white;
        padding-top: 80px;
        padding-left: 0px;
    }

    /* .social-madia-links-1 */

    .social-madia-links-1 {
        display: flex;
        padding: 20px 0px;
    }

    /* Madia Link-1 */

    .madia-link-1 {
        padding-right: 20px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-1 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 12px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-1 p {
        color: white;
        margin-top: 20px;
    }

    /* Madis Link-1 */

    /* Madia Link-2 */

    .madia-link-2 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-2 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 15px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-2 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-2 */

    /* Madia Link-3 */

    .madia-link-3 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-3 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 12px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-3 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-3 */

    /* .social-madia-links-1 */

    /* .social-madia-links-2 */

    .social-madia-links-2 {
        display: flex;
        padding: 40px 0px;
    }

    /* Madia Link-4 */

    .madia-link-4 {
        padding-right: 20px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-4 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 13px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-4 p {
        color: white;
        margin-top: 20px;
    }

    /* Madis Link-4 */

    /* Madia Link-5 */

    .madia-link-5 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-5 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 10px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-5 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-5 */

    /* Navbar Links */

    .navbar-links-heading h4 {
        margin-top: 80px;
        text-align: center;
        color: white;
    }

    .navbar-main-link li {
        text-align: center;
        list-style: none;
        padding: 5px;
    }

    .navbar-main-link li a {
        color: white;
        text-decoration: none;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    /* Navbar Links */

    /* Address */

    .address-text h4 {
        text-align: center;
        margin-top: 80px;
        color: white;
    }

    .address-text .p-1 {
        text-align: center;
        color: white;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    .address-text .p-2 {
        text-align: center;
        color: white;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    /* Address */

    /* Footer */

    /* Last Footer */

    .last-footer-bg {
        background-color: #bd228e;
        height: 90px;
        width: 100%;
    }

    .last-footer-text-1 p {
        color: white;
        padding-top: 25px;
    }

    .last-footer-text-2 p {
        color: white;
        padding-top: 25px;
        float: right;
    }

    /* Last Footer */

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1024px) {

    /* Header */
    .navbar-color {
        background-color: rgba(0, 0, 0, 0.767);
        box-shadow: 0px 15px 20px -10px black;
        width: 1530px;
        height: 70px;
        transition: 2s;
    }

    .navbar-color nav img {
        width: 150px;
        margin-top: -5px;
        margin-left: 5px;
    }

    .navbar-color ul li a {
        margin-top: 5px;
        color: white;
    }

    header {
        background-color: transparent;
        z-index: 1;
        position: fixed;
        width: 1024px;
    }

    .navbar img {
        width: 150px;
    }

    .navbar-collapse {
        background-color: transparent;
    }

    .collapse ul {
        margin-left: 20px;
    }

    .collapse li {
        padding: 5px;
    }

    .collapse ul a {
        color: white;
        transition: all 0.5s;
        font-size: 14px;

        &:hover {
            color: #bd228e;
        }
    }

    /* Header */

    /* Banner */

    .banner-bg {
        background-image: url(../images/banner/banner1.gif);
        background-repeat: no-repeat;
        background-size: cover;
        height: 547px;
        width: 100%;
    }

    .banner-text-bg {
        background-color: rgba(0, 0, 0, 0.292);
        height: 547px;
        width: 100%;
    }

    .banner-img img {
        width: 200px;
        margin-left: 400px;
        margin-top: 150px;
    }

    .banner-text h1 {
        font-size: 60px;
        text-align: center;
        padding-top: 230px;
        color: white;
    }

    .banner-text p {
        text-align: center;
        color: white;
    }

    .donate-img img {
        width: 450px;
    }

    /* Banner */

    /* Donate */

    .donate-heading {
        margin-top: 50px;
    }

    .donate-text-1 p {
        font-size: 17px;
        color: black;
    }

    .donate-text-2 {
        margin-top: 50px;
        margin-left: 50px;
    }

    .donate-text-2 .p-1 {
        font-size: 18px;
        padding-left: 100px;
    }

    .donate-text-2 .p-2 {
        font-size: 25px;
        text-align: center;
    }

    .donate-img img {
        width: 400px;
    }

    /* Donate */

    /* Last Banner */

    .last-banner {
        margin-top: 100px;
    }

    .last-banner-bg {
        background-image: url(../images/banner/banner6.png);
        background-position: center;
        height: 250px;
        width: 100%;
    }

    .last-nabber-text-1 p {
        color: white;
        font-size: 25px;
        padding-top: 50px;
        padding-left: 50px;
    }

    .last-nabber-text-2 h1 {
        color: white;
        padding-left: 40px;
    }

    .last-nabber-text-btn-div {
        position: absolute;
        margin-top: 30px;
        left: 250px;
        transform: translate(-50%, -50%);
    }

    .last-nabber-text-btn {
        position: relative;
        display: block;
        color: white;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #04B6C5;
        padding: 10px 50px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: black;
        }
    }

    .last-nabber-text-btn::before {
        background: #04B6C5;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-6::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-6:hover::before {
        height: 400%;
    }

    /* Last Banner */

    /* Footer */

    footer {
        overflow: hidden;
        margin-top: 30px;
    }

    .footer-bg {
        background-color: black;
        height: 500px;
        width: 100%;
    }

    .social-madia-links-heading h4 {
        color: white;
        padding-top: 100px;
    }

    /* .social-madia-links-1 */

    .social-madia-links-1 {
        display: flex;
        padding: 20px 0px;
    }

    /* Madia Link-1 */

    .madia-link-1 {
        padding-right: 20px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-1 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 12px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-1 p {
        color: white;
        margin-top: 20px;
    }

    /* Madis Link-1 */

    /* Madia Link-2 */

    .madia-link-2 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-2 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 15px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-2 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-2 */

    /* Madia Link-3 */

    .madia-link-3 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-3 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 12px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-3 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-3 */

    /* .social-madia-links-1 */

    /* .social-madia-links-2 */

    .social-madia-links-2 {
        display: flex;
        padding: 40px 0px;
    }

    /* Madia Link-4 */

    .madia-link-4 {
        padding-right: 20px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-4 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 13px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-4 p {
        color: white;
        margin-top: 20px;
    }

    /* Madis Link-4 */

    /* Madia Link-5 */

    .madia-link-5 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-5 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 10px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-5 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-5 */

    /* Navbar Links */

    .navbar-links-heading h4 {
        margin-top: 100px;
        text-align: center;
        color: white;
    }

    .navbar-main-link li {
        text-align: center;
        list-style: none;
        padding: 5px;
    }

    .navbar-main-link li a {
        color: white;
        text-decoration: none;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    /* Navbar Links */

    /* Address */

    .address-text h4 {
        text-align: center;
        margin-top: 100px;
        color: white;
    }

    .address-text .p-1 {
        text-align: center;
        color: white;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    .address-text .p-2 {
        text-align: center;
        color: white;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    /* Address */

    /* Footer */

    /* Last Footer */

    .last-footer-bg {
        background-color: #bd228e;
        height: 70px;
        width: 100%;
    }

    .last-footer-text-1 p {
        color: white;
        padding-top: 25px;
    }

    .last-footer-text-2 p {
        color: white;
        padding-top: 25px;
        float: right;
    }

    /* Last Footer */

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1440px) {

    /* Header */
    .navbar-color {
        background-color: rgba(0, 0, 0, 0.767);
        box-shadow: 0px 15px 20px -10px black;
        width: 1530px;
        height: 70px;
        transition: 2s;
    }

    .navbar-color nav img {
        width: 150px;
        margin-top: -5px;
        margin-left: 15px;
    }

    .navbar-color ul li a {
        margin-top: -5px;
        color: white;
    }

    header {
        background: transparent;
        z-index: 1;
        position: fixed;
        width: 1520px;
    }

    .navbar img {
        width: 200px;
    }

    .navbar-collapse {
        background-color: transparent;
    }

    .collapse ul {
        margin-left: 150px;
    }

    .collapse li {
        padding: 10px;
    }

    .collapse ul a {
        color: white;
        transition: all 0.5s;
        font-size: 20px;

        &:hover {
            color: #bd228e;
        }
    }

    /* Header */

    /* Banner */

    .banner-bg {
        background-image: url(../images/banner/banner1.gif);
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
        width: 100%;
    }

    .banner-text-bg {
        background-color: rgba(0, 0, 0, 0.292);
        height: 500px;
        width: 100%;
    }

    .banner-text h1 {
        font-size: 60px;
        text-align: center;
        padding-top: 230px;
        color: white;
    }

    .banner-text p {
        text-align: center;
        color: white;
    }

    /* Banner */

    /* Donate */

    .donate-heading {
        margin-top: 50px;
    }

    .donate-text-1 p {
        font-size: 17px;
        color: black;
    }

    .donate-text-2 {
        margin-top: 50px;
        margin-left: 200px;
    }

    .donate-text-2 .p-1 {
        font-size: 18px;
        padding-left: 100px;
    }

    .donate-text-2 .p-2 {
        font-size: 25px;
        text-align: center;
    }

    .donate-img img {
        width: 450px;
    }

    /* Donate */

    /* Last Banner */

    .last-banner {
        margin-top: 50px;
    }

    .last-banner-bg {
        background-image: url(../images/banner/banner6.png);
        background-position: center;
        height: 250px;
        width: 100%;
    }

    .last-nabber-text-1 p {
        color: white;
        font-size: 25px;
        padding-top: 50px;
        padding-left: 100px;
    }

    .last-nabber-text-2 h1 {
        color: white;
        padding-left: 90px;
    }

    .last-nabber-text-btn-div {
        position: absolute;
        margin-top: 30px;
        left: 350px;
        transform: translate(-50%, -50%);
    }

    .last-nabber-text-btn {
        position: relative;
        display: block;
        color: white;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #04B6C5;
        padding: 10px 50px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: black;
        }
    }

    .last-nabber-text-btn::before {
        background: #04B6C5;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-6::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-6:hover::before {
        height: 400%;
    }

    /* Last Banner */

    /* Footer */

    footer {
        overflow: hidden;
        margin-top: 30px;
    }

    .footer-bg {
        background-color: black;
        height: 500px;
        width: 100%;
    }

    .social-madia-links-heading h4 {
        color: white;
        padding-top: 80px;
    }

    /* .social-madia-links-1 */

    .social-madia-links-1 {
        display: flex;
        padding: 20px 0px;
    }

    /* Madia Link-1 */

    .madia-link-1 {
        padding-right: 20px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-1 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 12px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-1 p {
        color: white;
        margin-top: 20px;
    }

    /* Madis Link-1 */

    /* Madia Link-2 */

    .madia-link-2 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-2 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 15px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-2 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-2 */

    /* Madia Link-3 */

    .madia-link-3 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-3 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 12px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-3 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-3 */

    /* .social-madia-links-1 */

    /* .social-madia-links-2 */

    .social-madia-links-2 {
        display: flex;
        padding: 40px 0px;
    }

    /* Madia Link-4 */

    .madia-link-4 {
        padding-right: 20px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-4 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 13px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-4 p {
        color: white;
        margin-top: 20px;
    }

    /* Madis Link-4 */

    /* Madia Link-5 */

    .madia-link-5 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-5 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 10px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-5 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-5 */

    /* Navbar Links */

    .navbar-links-heading h4 {
        margin-top: 80px;
        text-align: center;
        color: white;
    }

    .navbar-main-link li {
        text-align: center;
        list-style: none;
        padding: 5px;
    }

    .navbar-main-link li a {
        color: white;
        text-decoration: none;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    /* Navbar Links */

    /* Address */

    .address-text h4 {
        text-align: center;
        margin-top: 80px;
        color: white;
    }

    .address-text .p-1 {
        text-align: center;
        color: white;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    .address-text .p-2 {
        text-align: center;
        color: white;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    /* Address */
    /* Footer */

    /* Last Footer */

    .last-footer-bg {
        background-color: #bd228e;
        height: 70px;
        width: 100%;
    }

    .last-footer-text-1 p {
        color: white;
        padding-top: 25px;
    }

    .last-footer-text-2 p {
        color: white;
        padding-top: 25px;
        float: right;
    }

    /* Last Footer */

}

/* XXX-Large devices (larger desktops, 2560px and up) */
@media (min-width: 2560px) {

     /* Header */
     .navbar-color {
        background-color: rgba(0, 0, 0, 0.767);
        box-shadow: 0px 15px 20px -10px black;
        width: 2560px;
        height: 100px;
        z-index: 30;
        transition: 2s;
    }

    .navbar-color nav img {
        width: 200px;
        margin-top: -5px;
        margin-left: 15px;
    }

    .navbar-color ul li a {
        margin-top: 5px;
        color: white;
    }

    header {
        background: transparent;
        z-index: 30;
        position: fixed;
        width: 2560px;
    }

    .navbar img {
        width: 300px;
    }

    .navbar-collapse {
        background-color: transparent;
    }

    .collapse ul {
        margin-left: 700px;
    }

    .collapse li {
        padding: 10px;
    }

    .collapse ul a {
        color: white;
        transition: all 0.5s;
        font-size: 30px;

        &:hover {
            color: #bd228e;
        }
    }

    /* Header */

    /* Banner */

    .banner-bg {
        background-image: url(../images/banner/banner1.gif);
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
        width: 100%;
    }

    .banner-text-bg {
        background-color: rgba(0, 0, 0, 0.292);
        height: 500px;
        width: 100%;
    }

    .banner-text h1 {
        font-size: 60px;
        text-align: center;
        padding-top: 230px;
        color: white;
    }

    .banner-text p {
        text-align: center;
        color: white;
    }

    /* Banner */

    /* Donate */

    .donate-heading {
        margin-top: 50px;
    }

    .donate-text-1 p {
        font-size: 17px;
        color: black;
    }

    .donate-text-2 {
        margin-top: 50px;
        margin-left: 200px;
    }

    .donate-text-2 .p-1 {
        font-size: 18px;
        padding-left: 100px;
    }

    .donate-text-2 .p-2 {
        font-size: 25px;
        text-align: center;
    }

    .donate-img img {
        width: 450px;
    }

    /* Donate */

    /* Last Banner */

    .last-banner {
        margin-top: 50px;
    }

    .last-banner-bg {
        background-image: url(../images/banner/banner6.png);
        background-position: center;
        height: 250px;
        width: 100%;
    }

    .last-nabber-text-1 p {
        color: white;
        font-size: 25px;
        padding-top: 50px;
        padding-left: 100px;
    }

    .last-nabber-text-2 h1 {
        color: white;
        padding-left: 90px;
    }

    .last-nabber-text-btn-div {
        position: absolute;
        margin-top: 30px;
        left: 820px;
        transform: translate(-50%, -50%);
    }

    .last-nabber-text-btn {
        position: relative;
        display: block;
        color: white;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #04B6C5;
        padding: 10px 50px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: black;
        }
    }

    .last-nabber-text-btn::before {
        background: #04B6C5;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-6::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-6:hover::before {
        height: 400%;
    }

    /* Last Banner */

    /* Footer */

    footer {
        overflow: hidden;
        margin-top: 30px;
    }

    .footer-bg {
        background-color: black;
        height: 500px;
        width: 100%;
    }

    .social-madia-links-heading h4 {
        color: white;
        padding-top: 80px;
    }

    /* .social-madia-links-1 */

    .social-madia-links-1 {
        display: flex;
        padding: 20px 0px;
    }

    /* Madia Link-1 */

    .madia-link-1 {
        padding-right: 20px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-1 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 12px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-1 p {
        color: white;
        margin-top: 20px;
    }

    /* Madis Link-1 */

    /* Madia Link-2 */

    .madia-link-2 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-2 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 15px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-2 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-2 */

    /* Madia Link-3 */

    .madia-link-3 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-3 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 12px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-3 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-3 */

    /* .social-madia-links-1 */

    /* .social-madia-links-2 */

    .social-madia-links-2 {
        display: flex;
        padding: 40px 0px;
    }

    /* Madia Link-4 */

    .madia-link-4 {
        padding-right: 20px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-4 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 13px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-4 p {
        color: white;
        margin-top: 20px;
    }

    /* Madis Link-4 */

    /* Madia Link-5 */

    .madia-link-5 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-5 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 10px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-5 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-5 */

    /* Navbar Links */

    .navbar-links-heading h4 {
        margin-top: 80px;
        text-align: center;
        color: white;
    }

    .navbar-main-link li {
        text-align: center;
        list-style: none;
        padding: 5px;
    }

    .navbar-main-link li a {
        color: white;
        text-decoration: none;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    /* Navbar Links */

    /* Address */

    .address-text h4 {
        text-align: center;
        margin-top: 80px;
        color: white;
    }

    .address-text .p-1 {
        text-align: center;
        color: white;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    .address-text .p-2 {
        text-align: center;
        color: white;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    /* Address */
    /* Footer */

    /* Last Footer */

    .last-footer-bg {
        background-color: #bd228e;
        height: 70px;
        width: 100%;
    }

    .last-footer-text-1 p {
        color: white;
        padding-top: 25px;
    }

    .last-footer-text-2 p {
        color: white;
        padding-top: 25px;
        float: right;
    }

    /* Last Footer */

}

/* Scrollbar */
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background-color: black;
}

::-webkit-scrollbar-thumb {
    background: #bd228e;
    border-radius: 50px;
}

/* Scrollbar */