/* --------     CSS for Policy Gallery     ----------*/

	.gallery_tile {
		width: 550px;
		height: 450px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border-radius: 10px;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), lightgray 50% / cover no-repeat;
		background-position: center;
		background-size: cover;
		margin-right: 16px;
        margin-bottom: 86px;
	}

    .slide_detail_close {
        position: absolute;
        top: 24px;
        right: 24px;
  		border-radius: 38px;
		background: #FFF;
		backdrop-filter: blur(2px);
		height: 38px;
		width: 38px;
    }

	.button_close:hover {
		background: var(--Orange, #E04C34);;
	}

    /*   Detail modal   */
    .modal_gallery_content {
        background-color: black; 
    }


	.modal-body .container-fluid {
        height: 100% !important;

    }


    /*    Detail content    */
    .carousel_detail_wrapper {
        height: 100% !important;

    }

    #gallery_detail_carousel {
        height: 100% !important;
        max-width: 1200px !important;
        margin: auto;
    }

    .gallery_detail {
        height: 100% !important;
    }

    .gallery_detail_item {
        height: 668px !important;
        border-radius: 24px !important;
        background-position: center !important;
        border-radius: 10px !important;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 10%, #000 100%);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0px;
        height:100% !important;
    }

    .gallery_detail_item img {
        border-radius: 10px !important;
        
    }

    .gallery_detail_card_location {
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.80);
        padding: 4px 12px;
        color: var(--Oxide-Red, #470226);
        font-family: satoshi;
        font-size: 14px;
        font-weight: 400;
        width: fit-content;
        margin-bottom: 16px;    
    }

    .gallery_detail_card_location p {
        margin: 0;
    }

    .gallery_detail_item_image {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        border-radius: 10px;
    }

    .gallery_detail_caption {
        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        height: 100% !important;
        width: 100% !important;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 10%, #000 100%) !important;
        margin-bottom: 40px;
    }

    .slide_detail_more {
        position: absolute;
        bottom: 55px;
        left: 40px;
        z-index: 20;
        color: var(--Orange, #E04C34);
        font-family: Satoshi-Regular;
        font-size: var(--Text-Sizes-Text-Regular, 16px);
 
       
        
    }    

    .slide_detail_more span {
        margin-right: 16px;
    }

    .slide_detail_more:hover {
        color: #E04C34;
    }
    

    .slide_detail_content_wrapper {
        position: absolute;
        bottom: 24px;
        text-align: left;
        padding-left: 48px;
        padding-right: 48px;
        padding-bottom: 48px
        
    }

    .slide_detail_content_wrapper h2 {
        font-family: Satoshi-Regular;
        font-size: var(--Text-Sizes-Heading-6, 22px);
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 30.8px */
       
        margin-bottom: 32px;        
        color: #FFF;
    }

    .gallery_detail_card {
        padding: 4px 8px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.10);
        box-shadow: 0 1.272px 15.267px 0 rgba(0, 0, 0, 0.05);
    }

    .gallery_detail_card p {
        color: #FFF;
        font-family: "Nunito Sans";
        font-size: var(--Text-Sizes-Text-Tiny, 12px);
        font-weight: 400;
        line-height: 150%; /* 18px */
    }

    .gallery_detail_card_icon img {
        height: 30px;
        width: 30px;
        margin-right: 16px;  
    }

    .gallery_detail_card_label {
        font-size: var(--Text-Sizes-Text-Regular, 16px);
        font-style: normal;
        font-weight: 700;
        color: white;    
    }

    .gallery_detail_card .card-body {
        padding: 0 !important;
    }

    .gallery_detail_control_next {
        top: 100px !important;
        bottom: 240px !important;
    }

    .gallery_detail_control_prev {
        top: 100px !important;
        bottom: 240px !important;
    }

	.hide_me {
		display:none;
	}

	.show_me {
		display:block;
	}

    .gallery_detail_text_wrapper {
      font-family: "Instrument Sans";
        color: white;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 12px;
        border-radius: 0px 0px 10px 10px;
        height: 0;
        overflow: hidden;
        display: none;
        max-width: 1200px !important;
        margin: auto;
     
    }

    .gallery_carousel .flickity-page-dots {
        bottom: 50px !important;
    }


/* ############################ MOBILE ############################################### */
@media (max-width: 480px) {

    .slide_detail_more {
        bottom: 0px;
        left: 46px;
        right: auto;
    } 
}



/* #########################  MINI ################################ */
@media (min-width: 481px) and (max-width: 768px) {
    .slide_detail_content_wrapper h2 {
        font-size: var(--Text-Sizes-Heading-6, 32px);
        margin-bottom: 32px;        
    } 

    .gallery_tile {
		width: 600px;
	}
}



/* ############################### PRO  ######################################## */
@media (min-width: 769px) and (max-width: 1279px) {
    .slide_detail_content_wrapper h2 {
        font-size: var(--Text-Sizes-Heading-6, 46px);
        margin-bottom: 32px;        
    } 
}




/* ############################ RESPONSIVE ############################################### */



@media (min-width: 1280px) {


    .slide_detail_content_wrapper h2 {
        font-size: var(--Text-Sizes-Heading-6, 46px);
        margin-bottom: 32px;        
    }    


    .gallery_detail_text_wrapper {
        padding-left: 48px;
        padding-right: 48px;

    }

}


