*{
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
}
p{
    line-height: 1rem;
}
*{
    scroll-behavior: smooth!important;
}
.event-header{
    height: 80vh;
    width: 100%;
    background-image: url('../imgs/pablo-heimplatz-ZODcBkEohk8-unsplash\ \(1\).jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.content_header_events{
    z-index: 3;
    width: 100%;
    
    background-color: rgba(0, 0, 0, 0.7);
    
}
.content_container_events{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.content_header_events h1{
    text-align: center;
    font-size: 45px;
    max-width: 400px;
    color: #fff;

}
.content_header_events p{
    text-align: center;
    color: rgb(117, 111, 111);
    font-size: 14px;
}

.story-socials i{
    color: #1800ff;
    font-weight: 600;
}


.events_info_section{
    width: 100%;
    padding: 30px 0;
    background-color: rgba(0, 0, 0, 0.8);
}


.serch_for_events{
    padding: 130px 0 70px 0;
}
.this_section_header{
    margin-bottom: 50px;
}
.this_section_header h1{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #1800ff;
}

.image_event{
    border-radius: 20px;
    position: relative;
}

.on_image_content{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 25px 15px;
    border-radius: 0 0px 10px 10px;
    background-color: rgba(0, 0, 0, 0.65);

}
.image_event img {
    position: relative;
    border-radius: 10px;
}
.image_event img::after{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    left: 0;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.7);

}
.on_image_content p{
    margin: 0!important;
    color: #fff!important;
    text-align: end;
}

.events_posts h2{
    font-size: 28px;
    margin: 30px 0;
    color: #231f20;
    font-weight: 700;
}
.events_posts p{
    color: #6d6e70;
    margin-bottom: 30px;
    font-size: 14px;
    padding-right: 2rem;
}
.events_posts h5{
    font-size: 14px;
    font-weight: 600;
    color: #bbbdbf;
    margin-bottom: 0;
}
.events_posts i{
    margin-left: 20px;
    font-size: 12px;
    color: #1800ff;
    font-weight: 400;
}


.events_video_section{
    width: 100%;
    background-color: #070711;
}
.events_video_section .events_video_container{
    padding: 150px 0;
}


.upcoming_events_section{
    padding: 70px 0;
}
.upcoming_events_title{
    margin-bottom: 40px;
}
.upcoming_events_title h1{
    color: #1800ff;
}
.upcoming_events_title p{
    max-width: 400px;
    color: #6d6e70;
}

.upcoming_dates{
    max-width: 1000px;

}

.one_date_event{
    display: flex;
}

.one_date_event h2{
    color: #1800ff;
    text-align: center;
}
.one_date_event p{
    color: #6d6e70;
    font-size: 16px;
    max-width: 300px;
}

.border_top_event{
    position: relative;
}
.border_top_event::after{
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    height: 5px;
    background-color: #c6c6c7;
}
.latest_events_part1{
    padding-right: 100px;
}
.latest_events_part1 h3{
    color: #1800ff;
}
.latest_events_part1 p{
    color: #929497;
    font-size: 14px;
}
.latest_events_part1 h1{
    color: #231f20;
    font-size: 38px;
    font-weight: 600;
    font-style: italic;
}
.latest_events_part1 h5{
    color: #1800ff;
    font-size: 18px;
}

.content_latest img{
    width: 100%;
    border-radius: 10px;
}
.content_latest_events p{
    font-size: 13px;
    text-align: end;
    padding-right: 7px;
}
.content_latest_events p span{
    color: #1800ff;
    font-weight: 700;
}


.get_notification_for_events{
    padding: 60px 0;
    margin-top: 40px;
    background-color:#f1f1f2; 
    margin-bottom: 0;
}
.get_notification_for_events h1{
    text-align: center;
    color: #1800ff;
    font-size: 36px;
    font-weight: 700;
}
.max_width_notifications{
    max-width: 500px;
    margin: 0 auto;
}


/* Contact us */

.contact_us_form{
    background-image: url(../imgs/Capture.PNG);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}


.card_form{
    width: 100%;
    max-width: 800px;
    background-color: #fff;
    border-radius: 5px;
    padding: 50px;
    margin: 60px 0;
    -webkit-box-shadow: 3px 3px 11px -2px rgba(0,0,0,0.77); 
    box-shadow: 3px 3px 11px -2px rgba(0,0,0,0.77);
}

.card_form p{
    text-transform: uppercase;
    font-size: 16px;
    color: #bbbdbf;
    text-align: center;
    font-weight: 600;
}
.card_form h1{
    color: #1800ff;
    text-align: center;
    font-weight: 700;
}
.card_form h6{
    text-align: center;
    color: #818184;
}

.form_fields label{
    color: #070711;
    font-weight: 700;
}
.form_fields .inputs{
    color:#d0d2d3!important;
    border-radius: 10px!important;
}

.submit_form{
    margin-top: 30px;
    background-color: #1800ff;
    color: #f1f1f2;
    padding: 10px 65px;
    border-radius: 60px!important;
    border: 0px;
}

.kontent_video_events h3{
    color: #1800ff;
}
.kontent_video_events h4{
    color: #fff;
}
.kontent_video_events h1{
    font-weight: 600;
    font-size: 44px;
    color: #fff;
}

.kontent_video_events .half_part_flex{
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.kontent_video_events .half_part_flexfirst{
    border-right: 3px solid #fff;
}
@media only screen and (max-width: 900px) {
    .events_page_events{
        display: none;
    }
}
@media only screen and (max-width: 901px) {

    .navbar-nav .nav-link{
        padding: 15px 20px;
    }
}
/* Contact us */
/* Contact us */
/* ABOUT US */
.about_ermal_mamaqi_section{
    padding: 100px 0;
}
.about_ermal_mamaqi_section h1{
    font-size: 70px;
    color: #070711;
    font-weight: 600;
}
.about_ermal_mamaqi_title{
    padding-right: 80px;
}
.about_ermal_mamaqi_section p{
    color: #929497;
}
.about_ermal_mamaqi_section h2{
    color: #1800ff;
    font-weight: 600;
    font-size: 30px;
}

.about_us_cards .card_about_us{
    background-color: #fff;
    box-shadow: 10px 10px 21px -1px rgba(0,0,0,0.35);
    -webkit-box-shadow: 10px 10px 21px -1px rgba(0,0,0,0.35);
    -moz-box-shadow: 10px 10px 21px -1px rgba(0,0,0,0.35);
    padding: 25px;
    border-radius: 8px;
    width: 290px;
    max-width: 290px;
    margin-bottom: 45px;
}
.card_about_us h1{
    font-weight: 600;
    font-size: 55px;
    color: #1800ff;
}
.card_about_us h4{
    color: #070711;
    font-size: 25px;
}
.card_about_us_col{
    padding: 0 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.highest_vision_section{
    background-image: url('../images/MV5BZjE1ODE5MjEtYjg1MS00YmM1LTlkNTAtOTRjZjE0NGM1OTI1XkEyXkFqcGdeQXVyODU2OTMwNjA@._V1_.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
.highest_vision_overlay{
    background-color: rgba(0, 0, 0, 0.7);
}
.highest_vision_content{
    padding: 180px 0;
    max-width: 800px;
}
.highest_vision_content h1{
    color: #fff;
    margin-bottom: 30px;
    font-size: 55px;
    font-weight: 600;
}
.highest_vision_content .color_span_h1{
    color: #1800ff;
}
.highest_vision_content h2{
    margin: 0;
    color: #fff;
    font-size: 24px;
}
.highest_vision_content p{
    color: #fff;
    margin: 0;
}
.white_border{
    width: 200px;
    height: 2px;
    background-color: #fff;
    margin: 0 30px;
}
.highest_vision_under_title{
    display: flex;
    align-items: center;
}
.word_impact_section{
    padding: 80px 0;
}
.word_impact_section i{
    color: #1800ff;
    font-size: 80px;
}
.word_impact_section h1{
    text-align: center;
    margin-top: 20px;
    font-size: 28px;
    color: #070711;
    font-weight: 600;
}
.word_impact_section img{
    height: 60px;
}
.word_impact_col{
    margin-bottom: 40px;
}
.max_width_2{
    max-width: 900px;

}
.get_the_progoram{
    max-width: 900px;
}
.get_the_progoram h1{
    font-size: 55px;
    color: #070711;
    font-weight: 600;
}
.get_the_progoram button{
    padding: 15px 25px;
    background-color: #1800ff;
    border: none;
}
.navbar-toggler{
    margin-left: 5%;
}
/* ABOUT US */

.new_header_about{
    background-image: url('../imgs/pablo-heimplatz-ZODcBkEohk8-unsplash\ \(1\).jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;    
}
.new_header_about_overlay{
    padding: 200px 0 200px 0;
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 750px;
    transition: background 0.75s;
    
}
.new_header_about_events{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.calendar_events_header_about {
    border-radius: 20px 20px 0 0;
    background-color: rgb(45 45 45 / 50%);
    padding: 40px 15px;
    position: relative;
}
.calendar_events_one_card{
    background-color: #1800ff;
    border-radius: 30px;
    padding: 10px 35px;
    width: 90%;
}
.calendar_events_one_card_col{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.calendar_events_one_card{
    display: flex;
    margin-bottom: 20px;
    max-width: 400px;
}
.calendar_events_one_card h3{
    color: #fff;    
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.calendar_events_one_card p{
    color: #fff;
    margin-bottom: 0;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    align-items: center;
}
.calendar_events_one_card i{
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.arrow_bottom_new_header{
    position: absolute;
    bottom: -30px;
    display: flex;
    justify-content: center;
}
.arrow_circle{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 10px 10px 21px -1px rgba(0,0,0,0.35);
    -webkit-box-shadow: 10px 10px 21px -1px rgba(0,0,0,0.35);
    -moz-box-shadow: 10px 10px 21px -1px rgba(0,0,0,0.35);
}
.arrow_circle i{
    color: #1800ff;
    font-size: 20px;
}
.new_header_title_aboutpage h1{
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    
}
.new_header_title_aboutpage p{
    text-align: center;
    color: #7b9baf;
}
@media only screen and (max-width: 600px) {
    .new_header_title_aboutpage h1{
        font-size: 45px;
    }

}
@media only screen and (max-width: 400px) {
    .new_header_title_aboutpage h1{
        font-size: 40px;
    }

}
@media only screen and (max-width: 350px) {
    .new_header_title_aboutpage h1{
        font-size: 35px;
    }

}
.new_header_title_aboutpage{
    max-width: 600px;
}

@media only screen and (max-width: 991px) {
    .new_header_about_overlay{
        padding: 50px 0 250px 0;
    }
}

.new_header_about_index{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transition: opacity .5s;
}

.new_header_about_index .button-overlay{
    opacity: 0;
    transition: opacity .3s;
}
.new_header_about_index:hover .button-overlay{
    opacity: 1;
    transition: opacity .3s;
}
.new_header_title_indexpage{
    max-width: 500px;
    margin-left: 0;
    transition: opacity .3s;
}
.new_header_title_indexpage h1{
    color: #fff;
    font-size: 60px;
    font-weight: 600;
}
.container .row .fluid{
    height: 50vh;
    object-fit: cover;
}


.span_new_header_home{
    color: #1800ff;
}
.new_header_title_indexpage .part_under_title_header{
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.new_header_title_indexpage .part_under_title_header p{
    color: #fff;
    margin-bottom: 0;
}
.new_header_title_indexpage .border_new_header_home{
    height: 2px;
    width: 100px;
    margin: 0 20px;
    background-color: #28292a;
}
.new_header_title_indexpage .header_homepage_button{
    border: none;
    background-color: #fff;
    color: #1800ff;
    padding: 6px 20px;
    font-weight: 600;
    border-radius: 20px;
}
@media only screen and (max-width: 991px) {

    .new_header_about_index .button-overlay{
        display: none;
    }
}

.about-index h2{
    font-weight: 600;
    font-size: 42px;
    color: #070711;
    margin-bottom: 35px;
}
.about-index p{
    font-size: 14px;
    color: #929497;
    margin-bottom: 30px;
}
.about-index a{
    font-size: 14px;
    color: #1800ff;
    font-weight: 600;
}

.motivational-index h2{
    font-weight: 600;
    font-size: 42px;
    color: #070711;
}
.motivational-index p{
    font-size: 14px;
    color: #929497;
}
.motivational-index a{
    color: #1800ff;
    font-weight: 600;
}

.speech h2{
    color: #1800ff;
    font-weight: 600;
    
}
.speech p{
    font-size: 14px;
    color: #929497;
}

.stat-box h1{
    font-weight: 600;
}
.stat-box h4{
    color: #070711;
}
.stats{
    margin: 80px 0;
}
.success-index h1{
    color: #070711;
    font-weight: 600;
}
.story h3{
    color: #1800ff!important;
    margin-bottom: 5px;
}
.story h6{
    color: #070711;
    margin-bottom: 25px;

}
.story p{
    font-size: 14px;
    color: #929497;
}

.speeches h1{
    color: #070711;
    margin-bottom: 25px;
}
.speeches p{
    color: #929497;
}
.speeches h2{
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
}
.podcast_first_section h2{
    color: #1800ff;
}
.podcast_first_section h2{
    color: #070711;
    font-weight: 600;
}

.owl-stage h3{
    color: #070711;
    font-weight: 600;
}
.peoples_cards{
    margin: 50px 0;
}
.part_under_title_header{
    margin-top: 30px;
}

.max_width_paragraph{
    max-width: 450px;
}

@media only screen and (max-width: 600px) {
    .new_header_title_indexpage h1{
        font-size: 40px;
    }
    .part_under_title_header{
        margin-left: 0px!important;
    }
}

@media only screen and (max-width: 991px) {
    .order_2_per_mobile{
        order: 2;
    }
    .order_1_per_mobile{
        order: 1;
        margin-bottom: 50px;
    }
    .max_width_paragraph{
        max-width: 100%!important;
    }
    .highest_vision_content h1{
        font-size: 45px;
    }
    .navbar-menu{
        background-color: #000;
    }
}
@media only screen and (max-width: 768px) {
    .about_ermal_mamaqi_section h1{
        font-size: 55px;
    }
    .latest_events_part1{
        padding-right: 0;
    }
}
@media only screen and (max-width: 503px) {
    .about_ermal_mamaqi_title{
        padding-right: 0;
    }
    .highest_vision_content{
        padding: 100px 0;
    }
    .this_section_header_row{
        margin-right: 0;
        margin-left: 0px;
    }
    
}
@media only screen and (max-width: 425px) {
    .new_header_title_indexpage h1{
        font-size: 30px;
    }
    .about_ermal_mamaqi_section h1{
        font-size: 40px;
    }
    .highest_vision_content h1{
        font-size: 35px;
    }
    .highest_vision_content h2{
        font-size: 20px;
    }
    .white_border{
        width: 100px;
    }
    .get_the_progoram h1{
        font-size: 40px;
    }
}
@media only screen and (max-width: 350px) {
   
    /* .about_ermal_mamaqi_section h1{
        font-size: 30px;
    } */
    .get_the_progoram h1{
        font-size: 30px;
    }
    .calendar_events_one_card{
        width: 100%;
    }
}

.speech img{
    height: 30vh;
    object-fit: cover;

}
.home-movies img{
    height: 68vh;
    object-fit: cover;
}
@media only screen and (max-width: 350px) {

    #dv-pare-footer p{
        display: flex;
        justify-content: center;
        width: 100%!important;
    }
}

.next_section:hover{
    text-decoration: none;
}