.navbar .offcanvas-body .navbar-nav .nav-link {
    color: #000000;
    font-size: 16px;
}

.navbar .navbar-brand span {
    color: #000000;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/*============ start hero ============*/
.who-hero {
    position: relative;
    background-image: url('../Images/who-bag.jpeg');
    height: 630px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.who-hero::before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.who-hero .container {
    padding-top: 30px;
    height: 100%;
}


.who-hero .container .home {
    position: relative;
    border-right: 1px solid #FFFFFF;
    height: calc(100% - 30px);
}

.who-hero .container .home .content {
    position: absolute;
    width: 100%;
    bottom: 0 !important;
}

.who-hero .container .home .content .title {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 90.72px;
    letter-spacing: 5%;
    color: #FFFFFF;
}

.who-hero .container .home .content hr {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.who-hero .container .content .description {
    width: 600px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #E6E6E6;
}

.who-hero .container .home .blob {
    position: absolute;
    top: 250px;
    left: 200px;
}

/*============ end hero ============*/




/***** who Section *****/
.who {
    position: relative;
}

.who .back-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../Images/who.png');
    background-size: cover;
    background-position: center;
    opacity: 0.08;
    z-index: -1;
}

.who .left .society-image {
    position: absolute;
    width: 369px;
    height: 294px;
    top: 0 !important;
    left: -50px !important;
    object-fit: contain;
    z-index: -1;
}

.who .left .content {
    margin-top: 150px;
}

.who .left .content .subtitle {
    font-weight: var(--font-weight-semi-bold);
    font-size: var(--text-regular);
    line-height: 20.16px;
    letter-spacing: 5%;
    color: var(--LK-saffron);
    position: relative;
}

.who .left .content .subtitle::before,
.who .left .content .subtitle::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 120%;
    transform: translateY(-50%);
    background-color: var(--LK-saffron);
}

.who .left .content .subtitle::before {
    width: 10px;
    height: 10px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.who .left .content .subtitle::after {
    content: '';
    width: 90px;
    height: 1px;
    left: -10px;
    bottom: 0;
}

.who .left .content .title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: var(--font-weight-bold);
    font-size: var(--header-2);
    line-height: 60.34px;
    letter-spacing: 5%;
    margin-top: 40px;
}

.who .left .content .title span {
    position: relative;
    background-color: #3773AB;
    color: var(--LK-yellow);
    padding-left: 10px;
    padding-right: 10px;
}

.who .left .content .title span:after {
    content: '';
    position: absolute;
    background: none;
    border-right: 40px solid transparent;
    border-left: 0px solid transparent;
    border-top: 60px solid #3773AB;
    right: -40px;
    top: 0;
}

.who .left .content .description {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: var(--font-weight-semi-bold);
    font-size: var(--text-regular);
    line-height: 24px;
    letter-spacing: 5%;
    color: #333333;
    margin: 20px 0;
    text-align: justify;
}

.who .left .content .des {
    display: flex;
}

.who .left .content .fir {
    position: relative;
}

.who .left .content .fir::after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 3px;
    height: 100%;
    background-color: #3773AB;
}


.who .left .content .read-more {
    display: inline-block;
    font-size: var(--text-regular);
    font-weight: var(--font-weight-semi-bold);
    color: var(--LK-red);
    letter-spacing: 5%;
}

.who .right .about-right-yello-box {
    position: absolute;
    right: 0 !important;
    top: -14px; /*20px*/
    width: 530px;
    background-color: transparent;
    border-top: 450px solid var(--LK-yellow);
    border-left: 60px solid transparent;
    border-right: 0;
    z-index: 1;
}

.who .right .about-right-yello-box-image {
    position: absolute;
    right: 0 !important;
    top: -50px;
    z-index: 1;
}

.who .right .pigeon {
    position: absolute;
    top: 100px;
    right: 6% !important;
    z-index: 1;
}

.who .right .scales {
    position: absolute;
    top: 180px;
    right: 280px;
    z-index: 1;
}

.who .right .doodles {
    position: absolute;
    top: 335px;
    right: 240px;
    z-index: 1;
}

.who .right .announcement {
    position: absolute;
    top: 360px;
    right: 390px;
    z-index: 1;
    animation: upAndDown 2s ease-in-out infinite;
}

.who .right .people {
    position: absolute;
    top: 230px;
    right: 0 !important;
    z-index: 1;
}

/***** End who Section *****/


/***** Section *****/
.who-beginning{
    position: relative;
    width: 100%;
    background-image: url('../Images/Protesters.jpg');
    background-position: center;
    background-size: cover !important;
    z-index: 1;
    margin-top: 100px;
}

.who-beginning::before {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.who-beginning .text-white .col-12{
    position: relative;
    text-align: justify;
}

.who-beginning .content .title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: var(--font-weight-bold);
    font-size: var(--header-2);
    line-height: 60.34px;
    letter-spacing: 5%;
    padding-top: 50px;
    color: #FFFFFF;
}

.who-beginning .content .title span {
    position: relative;
    background-color: #E97202;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}

.who-beginning .content .title span:after {
    content: '';
    position: absolute;
    background: none;
    border-right: 40px solid transparent;
    border-left: 0px solid transparent;
    border-top: 60px solid #E97202;
    right: -40px;
    top: 0;
}

/***** End Section *****/





/***** Section *****/
/*============ start donation ============*/
.donation {
    min-height: 100vh;
    overflow: hidden;
}

.donation .container {
    position: relative;
}

.donation .container .charity {
    position: absolute;
    top: -50px !important;
    right: -250px !important;
}

.donation .container .arrow {
    position: absolute;
    top: 350px !important;
    right: -30px !important;
}

.donation .container .charity img {
    mix-blend-mode: luminosity;
    z-index: 0;
    opacity: 20%;
}

.donation .left {
    position: relative;
}

.donation .left .group49 {
    position: absolute;
    left: -50px;
}

.donation .right {
    padding-top: 90px;
}

.donation .right .content {
    margin-left: 100px;
    margin-top: 10px;

}

.donation .right .content .sub-title {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20.16px;
    letter-spacing: 5%;
    color: #00534E;
    position: relative;
}

.donation .right .content .sub-title::before,
.donation .right .content .sub-title::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 120%;
    transform: translateY(-50%);
    background-color: #00534E;
}

.donation .right .content .sub-title::before {
    width: 10px;
    height: 10px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.donation .right .content .sub-title::after {
    content: '';
    width: 100px;
    height: 1px;
    left: -10px;
    bottom: 0;
}

.donation .right .content .title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 60.34px;
    letter-spacing: 2.4px;
    color: #1C1B1B;
    width: 555px;
    margin: 20px 0;
}

.donation .right .content .description {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #333333;
    width: 436px;
}

.donation .right .content .title span {
    position: relative;
    background-color: #3773AB;
    color: #FFBE29;
    padding-left: 10px;
    padding-right: 30px;
}

.donation .right .content .title span:after {
    content: '';
    position: absolute;
    background: none;
    border-right: 40px solid transparent;
    border-left: 0px solid transparent;
    border-top: 60px solid #3773AB;
    right: -40px;
    top: 0;
}


.donation .right .read-more {
    display: inline-block;
    font-size: var(--text-regular);
    font-weight: var(--font-weight-semi-bold);
    color: var(--LK-red);
    letter-spacing: 5%;
    margin-left: 110px;
}

/*============ end donation ============*/
/***** End Section *****/





/*============== View Port =================*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 576px) {
    .who-hero .container .home .content {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .who-hero .container .home .content .title {
        font-size: 42px;
    }

    .who-hero .container .content .description {
        font-size: 16px;
        width: 100%;
    }

    .who-hero .container .home .blob {
        position: absolute;
        top: 100px;
        left: 30px;
    }

    .who-hero .container .home .blob img {
        width: 300px;
    }

    .who{
        overflow: hidden;
    }

    .who .content {
        margin-top: 30px !important;
        text-align: center;
    }

    .who .left .content .des {
        display: block;
    }

    .who .content .description {
        font-size: 16px;
        width: 100%;
        text-align: center !important;
    }

    .who .left .content .title,
    .who-beginning .content .title{
        font-size: 23px !important;
        text-align: center;
    }

    .who .left .content .title span,
    .who-beginning .content .title span {
        padding: 10px 10px !important;
    }

    .who .left .content .title span:after,
    .who-beginning .content .title span:after {
        content: none;
    }

    .who .left .content .subtitle,
    .beginning .left .content .subtitle {
        text-align: left;
    }

    .who .back-image {
        margin-top: 30px;
    }

    .who .right .pigeon {
        position: absolute;
        top: 0 !important;
        right: 0 !important;
        z-index: 1;
    }

    .who .right .pigeon img {
        width: 100px;
    }

    .who-beginning .text-white .col-12{
        text-align: center;
    }

    .offcanvas-body {
        position: relative;
        background-image: url('../Images/navLogo.jpeg');
        min-height: 100vh;
        background-position: center;
        background-size: cover !important;
        overflow: hidden;
        z-index: 1 !important;
    }

    .offcanvas-body::after {
        background-color: rgba(0, 0, 0, 0.8);
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1 !important;
    }

    .navbar .offcanvas-body .navbar-nav .nav-item .nav-link {
        line-height: 50px;
        color: white;
    }

    .navbar .offcanvas-body .navbar-nav .nav-link.active {
        color: var(--LK-red);
        font-weight: bold;
    }

    .navbar .offcanvas-body .support{
        display: block;
        width: 100%;
    }

    .navbar .offcanvas-body .login{
        display: block;
        width: 100%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 576px) {
    .who .left .content .des {
        display: block;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .who .right .pigeon {
        position: absolute;
        top: 0 !important;
        right: 0 !important;
        z-index: 1;
    }

    .who .left .content .des {
        display: flex;
    }

    .who .left .content .title span,
    .beginning .left .content .title span {
        padding: 10px 10px !important;
    }

    .who .left .content .title span:after,
    .beginning .left .content .title span:after {
        content: none;
    }

    .who .content {
        margin-top: 30px !important;
        text-align: center;
    }

    .who .left .content .subtitle::before,
    .who .left .content .subtitle::after {
        content: '';
        position: absolute;
        left: 40%;
        top: 120%;
        transform: translateY(-50%);
        background-color: var(--LK-saffron);
    }

    .offcanvas-body {
        position: relative;
        background-image: url('../Images/navLogo.jpeg');
        min-height: 100vh;
        background-position: center;
        background-size: cover !important;
        overflow: hidden;
        z-index: 1 !important;
    }

    .offcanvas-body::after {
        background-color: rgba(0, 0, 0, 0.8);
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1 !important;
    }

    .navbar .offcanvas-body .navbar-nav .nav-item .nav-link {
        line-height: 50px;
        color: white;
    }

    .navbar .offcanvas-body .navbar-nav .nav-link.active {
        color: var(--LK-red);
        font-weight: bold;
    }

    .navbar .offcanvas-body .support{
        display: block;
        width: 100%;
    }

    .navbar .offcanvas-body .login{
        display: block;
        width: 100%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .who .right .pigeon {
        position: absolute;
        top: 100px;
        right: 6% !important;
        z-index: 1;
    }

    .who .left .content .title span {
        position: relative;
        background-color: #3773AB;
        color: var(--LK-yellow);
        padding: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .who .left .content .title span:after {
        content: '';
        position: absolute;
        background: none;
        border-right: 40px solid transparent;
        border-left: 0px solid transparent;
        border-top: 55px solid #3773AB; /*60px*/
        right: -40px;
        top: 0;
    }


.who .left .content {
    margin-top: 150px !important;
    text-align: left;
}

.who .left .content .subtitle::before,
.who .left .content .subtitle::after {
    content: '';
    position: absolute;
    left: -10px !important;
    top: 120%;
    transform: translateY(-50%);
    background-color: var(--LK-saffron);
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}


@media only screen and (min-width: 1400px){
    .offcanvas-body {
        background-image: none;
        min-height: auto;
        background-position: initial;
        background-size: auto;
        overflow: visible;
    }

    .offcanvas-body::after {
        content: none;
    }

    .navbar .offcanvas-body .navbar-nav .nav-link {
        color: #000000 !important;
        font-size: 16px;
        line-height: 15px !important;
    }

    .navbar .offcanvas-body .navbar-nav .nav-link.active {
        color: var(--LK-red) !important;
        font-weight: bold;
    }



    .navbar .offcanvas-body .support{
        display: block;
        width: auto;
    }
}


/* 4K */
@media only screen and (min-width: 2560px) {}
