@media (max-width: 575px) {
    .project_list_title h1 {
        font-size: 35px;
    }

    .single_project{
        min-height: auto!important;
    }

    .single_filter button{
        width: 100%;
        text-align: left;
    }

    .plus_icon {
        margin-left: 15px;
        float: right;
    }
    .projects_title_filter .dropdown-menu{
        width: 100%;
    }
    
    /* .project_list_img{
        position: relative!important;
        width: 50%;
    } */
    .contact_email{
        font-size: 20px;
        line-height: 20px;
    }
    
    .projects_desc_container p{
        font-size: 20px;
        padding-top: 100px;
        width: 100%;
    }
    
    .project_list_desc {
        margin-left: 0;
        font-size: 15px;
    }
    
    .single_prop{
        font-size: 18px;
    }
    .project_det_description {
        font-size: 18px;
    }
    
    .project_det_description p{
        width: 100%!important;
    }
    
    .back-to-top {
        right: 20px!important;
    }
    
    .big_title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    
    .about_text {
        font-size: 18px;
        font-family: 'Helvetica_regular';
    }
    
    
    
}

@media (max-width: 768px) {
    .project_details_bg{
        min-height: 300px;
        background: url("../images/4.png");
        background-position: center;
        background-size: cover;
    }
    
    .project_details_top_margin{
        margin-top: -25px;
    }
    
    .project_det_title h1{
        font-size: 40px;
    }
    
    .projects_filter {
        flex-direction: column;
    }

    .projects_title_filter{
        flex-direction: column;
        border-bottom: 0;
    }

    .projects_title{
        border-bottom: 1px solid #000;
    }
    .contact_email {
        font-size: 25px!important;
        line-height: 25px;
    }
    
    
/* Slider */
.accordion-header, .accordion-body {
    padding: 0 20px!important;
}
.slick-arrow img{
     width: 30px!important   
}
.slick-next{
    right: 25px!important;
    z-index: 9999999;
        width: auto;
    height: auto;
}

.slick-prev{
    left: 25px!important;
    z-index: 9999999;
        width: auto;
    height: auto;
}

.slick-prev:before, .slick-next:before {
    font-size: 0!important;
}

.project_gallery_big{
     margin-top: 40px;   
}

/* Other Projects */

.other_projects_title{
    font-size: 43px;
    color: #333132;
}

.other_projects_slider .slick-slide {
    margin: 5px;
}

.other_project_name{
    font-size: 48px;
    color: #333132;
    text-decoration: none;
}

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

.other_project_name img{
    margin-bottom: 15px;
}

/* Accordion Styles */

.project_extra_details{
     margin: 30px 0;   
}

.accordion-header {
    margin-bottom: 0;
    padding: 0 77px;
    background: transparent;
}

.accordion-header button{
     font-size: 48px;   
     padding: 40px 0;
}


.accordion-body {
    /* padding: 1rem 1.25rem; */
    padding: 20px 77px;
    background: #ededee;
}

.accordion-item {
    background-color: #fff;
    border: 0;
    
}

.accordion-button{
    border-bottom: 1px solid #333132;
    border-radius: 0!important;
}

.accordion-button:not(.collapsed) {
    color: #333132;
    font-size: 37px;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/arrow_down.png');
    width: 50px;
    height: 50px;
    background-size: contain;
}

.accordion-button::after {
    width: 50px;
    height: 50px
    background-size: contain;
    background-image: url('../images/arrow_down.png');

}

.accordion_single_details h2{
    font-size: 27.5181px;
    color: #333132;
    font-family: 'Helvetica_regular';
}

.accordion_single_details h4{
    font-size: 18.5181px;
    color: #333132;
    font-family: 'Helvetica_light';
}

.accordion_single_details{
    border-bottom: 1px solid #333132;
    padding: 30px 15px; 
}

/* Social Links */

.social_links{
     display: flex;   
     gap: 15px;
     margin: 30px 0;
}

.social_links a{
     font-size: 50px;
     text-decoration: none;
     color:#333132;
}


    
    
    
    
    
    
}

@media (min-width: 992px) {
    .menu_open{
        display: none;
    }

    .mobile_menu{
        display: none;
    }
    
    .single_project:hover .single_details{
        background: #333132;
    }
    
    
.single_project:hover .project_list_title h1, .single_project:hover .project_list_desc{
    color: #ededee;
    
}

.projects_title h5{
    font-size: 45px;
    font-family: 'Helvetica_medium';
}

}

@media (min-width: 575px) and (max-width: 992px) {
    .project_list_title h1 {
        font-size: 50px;
    }

    .single_project{
        min-height: 190px!important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .project_list_title h1{
        font-size: 45px;
    }
}

@media (min-width: 1200px) {
    .project_list_title h1{
        font-size: 64px;
    }
    
    .filter_select {
    font-family: 'Helvetica_regular';
    background-size: 15px 15px;
    border: 0;
    font-size: 20px;
    min-width: 200px;
    background-image: url(../images/plus_icon.png);
}
.projects_desc_container p {
    font-family: 'Helvetica_regular';
    font-size: 30px;
    padding-bottom: 50px;
    padding-top: 150px;
    width: 40%;
}
}


@media (min-width: 768px) and (max-width: 1400px) {

    .contact_email{
        font-size: 35px!important;
        line-height: 35px;
    }
}


@media (min-width: 2300px) {
    
    
    .main_header .navbar-nav .nav-link {
        color: #a7a9ac;
        font-size: 35px;
        font-family: 'Helvetica_light';
    }
    
    .navbar-light .navbar-brand img{
        width: 178.5529px;
    }
    
    .home_bottom_logo img{
         width: 400px   
    }
    
    .main_header nav {
    padding: 100px 0px 20px;
    z-index: 99999999999999;
}
    
    
    .projects_desc_container p {
        font-family: 'Helvetica_regular';
        font-size: 54px;
        padding-bottom: 50px;
        padding-top: 300px;
        width: 60%;
    }
    .slick-arrows {
        font-size: 130px;
    }

    .projects_title h5 {
    font-size: 70px;
    font-family: 'Helvetica_medium';
}

.filter_select {
    font-family: 'Helvetica_regular';
    background-size: 20px 20px;
    border: 0;
    min-width: 350px;
    font-size: 41px;
    background-image: url(../images/plus_icon.png);
}

.project_list_desc{
    font-family: 'Helvetica_Light';
    margin: 0;
    color: #333132;
    z-index: 99999999;
    font-size: 28.1467px;
}

.project_list_title h1 {
    font-size: 64.3353px;
    color: #333132;
}

.single_project {
    position: relative;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}


.project_details_bg {
    min-height: 1200px;
    background: url(../images/4.png);
    background-position: center;
    background-size: cover;
}

/* .project_details_top_margin {
    margin-top: -135px;
} */


.project_det_title h1 {
    font-size: 90px;
    font-family: 'Helvetica_bold';
}


.single_prop{
    font-size: 60px;
    font-family: 'Helvetica_light';
}

.project_det_description {
    font-size: 60px;
    margin-top: 40px;
    font-family: 'Helvetica_regular';
}

.bg_container {
    min-height: 400px;
    background: linear-gradient(to bottom, rgba(71, 71, 71, 0.3) 0, #fff 101%);
}

.big_title {
    font-size: 90px;
    margin-bottom: 100px;
}

.about_text {
    font-size: 50px;
    font-family: 'Helvetica_regular';
}

.about_location{
    font-size: 40px;
}

.main_footer{
    font-size: 30px;
}


.main_footer img{
    width: 200px
}

.back-to-top img{
    width: 80px;
}

.contact_email {
    font-size: 80px!important;
    font-weight: 700;
    line-height: 80px!important;
}

.contact_email_desc {
    font-size: 35px;
    font-weight: 300;
    color: #a7a9ac;
}

.contactForm .form-control {
    font-size: 30px;
}

.submitBtn {
    font-size: 30px;
}
    
    
}

@media (min-width: 992px) {
.social_align{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-end;
}

}






















