/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Partner Section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.partner-gallery-section {
    padding: 48px 0;
}
.partner-gallery-container,
.partner-gallery-section .container {
    gap: 64px;
}
.partner-gallery-section img {
    max-height: 130px;
    object-fit: contain;
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** two Column Section 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.two-col-section {
    margin: 10px 0 50px;
}
.two-col-sec-inner {
    display: grid;
    grid-template-columns: 440fr 832fr;
    gap: 16px;
}
.two-col-sec-inner .first-col {
    padding: 40px;
    border-radius: 24px;
}
.two-col-sec-inner p:first-child {
    margin-top: 0;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Accordion and Helicopter Content
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.accordion_and_helicopter {
    display: grid;
    grid-template-columns: 624fr 648fr;
    gap: 16px;
}



/* Accordion */
.section_accordion {
    gap: 16px;
}
.accordion{
    padding: 40px;
    border-radius: 24px;
    background:  #FFF;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.divider{
    width: 100%;
    height: 1px;
    background: #D5D3CD;
}
.accordion_inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.accordion_inner_element{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.accordion_inner_element p a {
    color: #2B63F3;
}
.accordion_inner_element p{
    margin: 0;
}
.accordion_inner .divider:last-child{
    display: none;
}

.accordion_button_1,
.accordion_button_2 {
    cursor:pointer; 
    display:block; 
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.accordion_button_1 h5,
.accordion_button_2 h5 {
    max-width: calc(100% - 20px);
}
.accordion_element_1,
.accordion_element_2{
    display:none; 
}
span.action_plus{
    display: flex;
    transition: all 0.3s ease;
    margin-top: 6px;
}
.accordion_button.active span.action_plus{
    display: none;
}

.accordion_button span.action_mines{
    display: none;
    transition: all 0.3s ease;
    margin-top: 13px;
}

.accordion_button.active span.action_mines{
    display: flex;
}


/* Helicopter Animation Section */
.helicopter-content-inner {
    position: relative;
    padding: 40px 35px 22px 37px;
    border-radius: 24px;
    background-color: #C4DE95;
}
.helicopter-and-money {
    position: relative;
    min-height: 583px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.heli-alert {
    position: absolute;
    width: 191px;
    padding: 10px 16px;
    border-radius: 32px;
    top: 115px;
    left: auto;
    background: #FFFFFF;
    border: 1px solid var(--black);
    font-weight: 600;
    text-align: center;
    color: var(--black);
    cursor: pointer;
    z-index: 1;
    height: 104px;
    right: 0;
}

.two-col-copter {
    cursor: pointer;
    max-width: 355px;
    width: 100%;
    position: absolute;
    top: -55px;
    left: auto;
    right: 43px;
}
.cash-bundles {
    position: relative;
    z-index: 1;
    max-width: 256px;
    width: 100%;
}
.helicopter-content-inner .larger-hd {
    font-size: 80px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: -2%;
}
.helicopter-content-inner .sub-larger-hd {
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
}
.helicopter-content-inner .fade-text {
    font-weight: 400;
    font-size: 113px;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #000000 -8.41%, rgba(0, 0, 0, 0) 68.58%);
    text-align: center;
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    background-clip: text; 
    color: transparent;
    margin-bottom: -4%;

}
.heli-sec-hd h4 {
    font-size: 36px;
    font-weight: 700;
    font-family: var(--font-owners-bold);
}

/* animation money */
.falling-cash {
    position: absolute;
    display: none;
    top: calc(100% - 60px);
    right: 20px;
    opacity: 0;
}
.money-1.falling {
    animation: falling 3.5s ease-in-out 2;
    display: block;
}
.money-2.falling {
    animation: falling2 2s ease-in-out  2;
    display: block;
}
.money-3.falling {
    animation: falling3 2s ease-in-out  2;
    display: block;
}


.money-4.falling {
    animation: falling 2s ease-in-out .2s 2;
    display: block;
}
.money-5.falling {
    animation: falling2 3.6s linear .1s  2;
    display: block;
}
.money-6.falling {
    animation: falling3 4s ease-in-out  .1s 2;
    display: block;
}


.money-7.falling {
    animation: falling2 2s ease-in-out .2s 2;
    display: block;
}
.money-8.falling {
    animation: falling3 3.6s linear .1s 2;
    display: block;
}
.money-9.falling {
    animation: falling1 4s ease-in-out  .1s 2;
    display: block;
}




.money-10.falling {
    animation: falling3 2s ease-in-out .1s 2;
    display: block;
}
.money-11.falling {
    animation: falling 2.5s linear .3s  2;
    display: block;
}
.money-12.falling {
    animation: falling2 3s ease-in-out  .15s 2;
    display: block;
}





/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Heading Section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.heading-section {
    padding: 24px 0 0 0;
    margin-bottom: 24px;
}
.heading-section .container {
    align-items: self-start;
    gap: 0;
}
.heading-sec-inner {
    width: 100%;
    border-radius: 24px;
    padding: 32px;
}
.heading-section img, 
.heading-img {
    position: relative;
    top: -20px;
}
.bg-black h1 .heading-img {
    top: 0;
    width: 36px;
    height: 31px;
}
h3 .heading-img {
    top: 4px;
    height: 28px;
    width: auto;
    left: 3px;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Location Toolkit
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.location-section {
    background: linear-gradient(180deg, #F6F5F3 0%, #9CD5E1 100%); 
}
.location-section .container {
    position: relative;
    padding: 100px 0 40px; 
    max-width: 1440px;
}
.location-section .map {
    width: 100%;
}
.map-copter-wrapper {
    max-width: 17vw;
    width: 100%;
    position: absolute;
    top: 58px;
    left: 52px;
}
.plus-icon-div {
    background: #fff;
    padding: 9px;
    margin: 7px;
    border-radius: 50%;
    display: grid;
    grid-template-columns: 52px auto;
    max-width: fit-content;
    width: 100%;
    line-height: 0;
    transition: all .1s linear;
    transition-property: border-radius, max-width;
    cursor: pointer;
    position: absolute;
}

.plus-icon-div.active {
    background: #fff;
    padding: 16px;
    border-radius: 24px;
    display: grid;
    gap: 12px;
    max-width: 465px;
    margin: 0;
    line-height: 1.4;
    z-index: 2;
    transition: all .1s linear;
    transition-property: border-radius, max-width;
}
.plus-icon-div .content {
    display: none;
}
.plus-icon-div.active .content {
    display: block;
}
.plus-icon-div .content p:first-child {
    margin-top: 0 !important;
}
.plus-icon-div .content p:last-child {
    margin-bottom: 0 !important;
}




.plus-icon-div.medical_service {
    top: 35%;
    right: 9.5%;
}
.plus-icon-div.medical_service.active {
    grid-template-columns: auto 52px;
}
.plus-icon-div.medical_service .p-icon {
    order: 2;
}


.plus-icon-div.market {
    top: 67%;
    left: 58%;
}
.plus-icon-div.helipad-building {
    top: 10%;
    left: 24%;
}
.plus-icon-div.hospital {
    top: 29%;
    left: 14%;
}
.plus-icon-div.factory {
    top: 12%;
    left: 50%;
}
.plus-icon-div.building {
    top: 35%;
    left: 43%;
}

.plus-icon-div.school {
    top: 40%;
    left: 63%;
}
.plus-icon-div.garden {
    top: 79.6%;
    left: 27.1%;
}
.plus-icon-div .content a {
    text-decoration: none;
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Section Video
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
/* cover */
.video-cover {
    width: 100%;
    aspect-ratio: 1440/556;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* btn */
.vid-btn {
    display: flex;
    width: fit-content;
    gap: 0;
    align-items: center;
    cursor: pointer;
}


.watch-video {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    padding: 10px 16px;
    border-radius: 32px;
    display: block;
    background-color: var(--white);
    color: var(--black) !important;
    width: fit-content;
    transition: all .25s linear;
}

.icon {
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    aspect-ratio: 1;
    width: 42px;
    line-height: 1;
    transition: all .25s linear;
}
.vid-btn:hover .watch-video {
    background-color: var(--black);
    color: var(--white) !important;
}
.vid-btn:hover .icon {
    filter: invert(1);
}


/* popup content */
.video-popup-inner video {
    aspect-ratio: 16/9;
    object-fit: contain;
    height: auto;
    width: 100%;
}
.video-popup-inner iframe {
    width: 100%;
    aspect-ratio:  16/9;
    height: auto;
}


.mfp-content .video-cover {
    position: absolute;
    top: 0;
    bottom: 0;
}
.video-popup-inner {
    position: relative;
    line-height: 0
}

.mfp-content {
    max-width: 1260px;
    width: 100% !important;
    position: static !important;
}
.mfp-close-btn-in .mfp-close {
    font-size: 0;
    width: 45px;
    height: 45px;
    color: #ffffff00 !important;
    opacity: 1;
}
.mfp-close-btn-in .mfp-close:after {
    content: url('/wp-content/themes/ldwp/assets/img/popup-cross.svg');  
    position: relative;
    top: 20px;
    right: 20px;
}




/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** recent News Section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.recent_news_section {
    padding: 96px 0;
}
.recent_news_section .container {
    gap: 24px;
}

.recent_news_section .heading-content h2 {
    font-size: 56px;
}

.recent_news_section .heading-content h2 img.heading-img {
    top: -15px;
    left: 3px;
}

.recent_news_section .sgl-post-item h6.title {
    font-size: 25px;
    font-family: var(--font-barlow);
    font-weight: 500;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Post List : News Listing page
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.blog section.heading-section h1 {
    font-size: 56px;
}

.blog .archive-news-list .sgl-post-item h6.title {
    font-size: 25px;
    font-family: var(--font-barlow);
    font-weight: 500;
}

.blog .archive-news-list .sgl-post-item .secondary-btn {
    font-weight: 600;
}

.first-post-item {
    display: grid;
    grid-template-columns: 778fr 538fr;
    gap:0;
    padding: 16px;
    background-color: var(--white);
    border-radius: 24px;
    grid-column: span 3;
}
.first-post-item a {
    text-decoration: none;
    color: var(--black);
}
.first-post-content {
    gap: 21px;
    padding: 40px;
}
.first-post-content-inner {
    gap: 21px;
}
.first-post-content {
	max-width: 95%;
}
.first-post-img {
    line-height: 0;
}
.first-post-img img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    height: 100%;
}

.archive-news-list {
    padding: 0 0 96px;
}
.post-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.sgl-post-item a {
    background: #FFFFFF;
    border: 1px solid #D5D3CD;
    justify-content: space-between;
    border-radius: 16px;
    padding: 24px;
    gap: 18px;
    transition: all .25s linear;
    text-decoration: none;
    height: 100%;
}

.sgl-post-item a:hover {
    box-shadow: 2px 6px 10px #00000059;
}
.bg-black .sgl-post-item a:hover {
    box-shadow: 3px 9px 7px #ebff923d;
}
.sgl-post-item-inner {
    gap: 18px;
}
.channel-name img {
    max-height: 30px;
    object-fit: contain;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Single Post Page
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.post-content-con {
    max-width: 800px;
    margin: 0 auto 100px;
    width: 100%;
}
.post-content-con .post-date {
    margin-bottom: 10px;
}
.post-content-con .post-body {
    max-width: 600px;
    width: 100%;
    margin: 40px auto 0;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** 2 col content
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
#two-col-content .bio_and_accordion_top_doc > div {
	column-count: 2;
	column-gap: 60px;
	font-size: 15px;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Responsive
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */


@media only screen and (max-width: 1280px) {

    /* Location */

    /* School */
    .plus-icon-div.school {
        right: 31%;
        left: unset;
    }
    .plus-icon-div.school.active {
        grid-template-columns: auto 52px;
    }
    .plus-icon-div.school .p-icon {
        order: 2;
    }


    /* Heading Section */
    .heading-section h1 {
        max-width: 95%;
    }


    /* POPUP */
    .mfp-content {
        width: 95% !important;
    }


    /* 2 Col Sction */
    .helicopter-content-inner .larger-hd {
        font-size: 100px;
        margin-bottom: 0;
    }
    .helicopter-content-inner .fade-text {
        font-size: 90px;
        margin-bottom: 0;
    }


}


@media only screen and (max-width: 1024px) {

    /* Location */
    .plus-icon-div.active {
        max-width: 300px;
    }
    .plus-icon-div .content {
        font-size: 14px;
    }
    .plus-icon-div {
        grid-template-columns: 40px auto;
        padding: 4px;
    }
    .plus-icon-div.active {
        padding: 10px;
    }
    .plus-icon-div.school.active,
    .plus-icon-div.medical_service.active{
        grid-template-columns: auto 40px;
    }

    /* accordion  */
    span.action_plus {
        margin-top: 4px;
    }
    .accordion_button span.action_mines {
        margin-top: 12px;
    }
    .helicopter-and-money {
        min-height: 518px;
    }
    .cash-bundles {
        max-width: 220px;
    }
    .helicopter-content-inner .larger-hd {
        font-size: 65px;
    }
    .helicopter-content-inner .sub-larger-hd {
        font-size: 36px;
    }


    /* Heading  */
    h1 .heading-img {
        top: -12px;
        left: -10px;
        margin-top: -13px;
    }
    h3 .heading-img {
        top: -10px;
    }
    h2 .heading-img {
        top: -17px;
    }

    
}



@media only screen and (max-width: 998px) {
    h3 .heading-img {
        top: 2px;
        height: 18px;
    }

    .bg-black h1 .heading-img {
        top: 0;
        left: 5px;
    }

    /* News page */
    .blog section.heading-section h1 {
        font-size: 40px;
    }
    .blog section.heading-section h1 img {
        top: 0;
        left: 0;
        height: 30px;
    }
    .post-list {
        grid-template-columns: 1fr 1fr;
    }
    .first-post-item {
        grid-column: span 2;
        gap: 16px;
    }
    .first-post-content {
        padding: 0;
    }
    


    /* partner Section */
    .partner-gallery-section .container {
        flex-direction: column;
        gap: 30px;

    }


    /* 2 Column Section */
    .accordion_and_helicopter {
        grid-template-columns: 100%;
    }


    .heli-sec-hd h4 {
        max-width: 650px;
    }

    .heli-alert {
        height: auto;
    }


    .helicopter-content-inner {
        padding: 22px 16px;
    }
	
	
	/* 	2 col */
	#two-col-content .bio_and_accordion_top_doc > div {
		column-count: unset;
	}

    /* Accordion */
    .accordion {
        padding: 16px;
    }
    .accordion h3 {
        max-width: 92%;
    }

    /* press section */
    .recent_news_section .heading-content h2 {
        font-size: 30px;
    }

    .recent_news_section .heading-content h2 img.heading-img {
        top: 2px;
        left: 3px;
    }

    .recent_news_section .sgl-post-item h6.title {
        font-size: 20px;
    }

}


@media only screen and (max-width: 767px) {

    /* heading */
    h1 .heading-img {
        top: 0;
        left: -10px;
    }
    h2 .heading-img {
        top: -11px;
    }
    h3 .heading-img {
        top: 2px;
        height: 20px;
        left: 5px;
    }


    /* accordion */
    .accordion_inner_element p,
     .accordion_inner_element {
        font-size: 14px;
    }


    /* heading Section */
    .heading-section {
        padding: 16px 0 0 0;
        margin-bottom: 16px;
    }
    
    .heading-section h1 {
        max-width: 100%;
        font-size: 30px;
        color: var(--black);
    }
    .heading-sec-inner {
        padding: 0;
        background-color: transparent;
    }

    .bg-black h1 .heading-img {
        width: 21px;
        height: auto;
        filter: brightness(0);
        left: 4px;
    }



    /* 2 Column Section */
    .heli-sec-hd h4 {
        font-size: 25px;
    }
    .two-col-sec-inner .hd-and-copter {
        flex-direction: column;
        gap: 16px;
    }
    .two-col-sec-inner .helicopter-content-inner .content-col {
        gap: 16px;
    }
    .two-col-copter {
        max-width: 264px;
        left: auto;
        right: 0;
        top: 10px;
    }
    .fade-text {
        display: none;
    }
    .helicopter-content-inner .larger-hd {
        font-size: 67px;
    }

    .helicopter-content-inner .sub-larger-hd {
        font-size: 25px;
    }

	.heli-alert {
		font-size: 10px;
        width: 130px;
        display: none;
	}
    .bottom-content {
        justify-content: flex-end;
    }
    .millions {
        margin-top: 16px;
    }
    .helicopter-and-money {
        min-height: 495px;
    }


    /* contact  */
    .contact_inner_docu h2 {
        font-size: 30px !important;
    }

    .contact_inner_docu h2 img {
        display: inline-block !important;
        height: 26px;
        width: auto;
        top: 0;
        left: 5px;
    }


    /* Video Section */
    .watch-video {
        font-size: 14px;
    }
    .icon {
        width: 37px;
    }




    /* Partner Section */
    .partner-gallery-section {
        padding: 48px 0 8px;
    }
    .partner-gallery-section .container, 
    .partner-gallery-container {
        flex-direction: column;
        gap: 32px;
    }
        


    /* Recent News Section */
    .recent_news_section .heading-content h2 {
        font-size: 30px;
    }
    .recent_news_section .heading-content h2 img.heading-img {
        top: 0;
        left: 5px;
        height: 25px;
        width: auto;
    }

    .recent_news_section {
        padding: 48px 0;
    }
    .recent_news_section  .heading-content {
        align-items: center;
    }
    .recent_news_section .sgl-post-item h6.title {
        font-size: 18px;
    }
    .secondary-btn {
        font-size: 14px;
    }

    /* News page */
    .post-list {
        grid-template-columns: 100%;
    }
    .first-post-item {
        grid-template-columns: 100%;
        grid-column: span 1;
    }
    .first-post-img img {
        border-radius: 16px;
    }
    .archive-news-list {
        padding: 0 0 8px;
    }





    /* Location Info  */


    .plus-icon-div.active {
        padding: 10px;
        grid-template-columns: 100%;
        max-width: 200px;
    }
    .plus-icon-div {
        grid-template-columns: 100%;
    }
    .p-icon img {
        max-width: 32px;
    }
    .plus-icon-div.market {
        top: 63%;
        left: unset;
        right: 33%;
    }
    .plus-icon-div.medical_service {
        top: 40%;
        right: 7.5%;
    }
    .plus-icon-div.school {
        right: 23%;
        top: 41%;
    }
    .plus-icon-div.building {
        top: 37%;
        left: 37%;
    }
    .plus-icon-div.hospital {
        top: 35%;
        left: 10%;
    }

    .plus-icon-div.helipad-building {
        top: 25%;
        left: 23%;
    }
    .plus-icon-div.factory {
        top: 21%;
        left: 47%;
    }

    .plus-icon-div.garden {
        top: 75.6%;
        left: 29.1%;
    }
    .plus-icon-div.school.active,
    .plus-icon-div.medical_service.active {
        grid-template-columns: 100%;
    }
    .plus-icon-div.school .p-icon ,
    .plus-icon-div.medical_service .p-icon,
    .plus-icon-div.market .p-icon {
        order: 1;
        display: flex;
        justify-content: flex-end;
    }

    .plus-icon-div .content {
        order: 2;
    }


    /* Single Post */
    .post-content-con {
        margin: 0 auto 30px;
    }
    





}