/*******************************************************
    Template Name    : Reflex - Architecture Landing Page Template
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2021
    File Description : Main Reaposive file of the template
*******************************************************/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider .parallax-slider .caption h1 {
		font-size: 55px;
	}
    .slider .parallax-slider .caption h2 {
		font-size: 55px;
	}
	.about-image {
		text-align: center;
		margin-top: 30px;
	}
    .often-questions .accordion-heading {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding: 50px 0px 50px 0px;
    }
	.section-title h2 {
		font-size: 30px;
	}
	.header-navber-area .nav-top-bar {
		display: none;
	}
	#navbarDefault {
		width: 100%;
		min-height: 300px;
		overflow-y: scroll;
	}
	/* slider */
	.slider .parallax-slider .caption h1 {
		font-size: 45px;
	}
    .slider .parallax-slider .caption h2 {
		font-size: 45px;
	}
    .slider .parallax-slider .caption h3 {
		font-size: 30px;
	}

    .projects-area .project-single-item .project-overlay-info .category {
        font-size: 26px;
    }

    .projects-area .project-single-item .project-overlay-info h5 {
        font-size: 24px;
    }
	.slider .control-text .swiper-nav-ctrl {
		margin-left: 10px;
		margin-right: 10px;
	}
	.about-content h2{
		font-size: 30px;
	}
	.about-image {
		text-align: center;
		margin-top: 30px;
	}
	.footer-area {
		text-align: center;
	}
	.footer-area .footer-link ul {
		margin-top: 10px;
		text-align: center;
		list-style-type: none;
	}
    .often-questions .accordion-heading {
        font-size: 20px;
    }

}


@media only screen and (max-width: 479px) {
    .about-area {
        padding: 50px 0px;
    }
	.section-title h2 {
		font-size: 24px;
	}
    .section-title h5 {
		font-size: 18px;
	}
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	/* slider */
	.slider .parallax-slider .caption h1 {
		font-size: 25px;
	}
    .slider .parallax-slider .caption h2 {
		font-size: 25px;
	}
    .slider .parallax-slider .caption h3 {
		font-size: 26px;
	}
    .projects-area .project-single-item .project-overlay-info .category {
        font-size: 20px;
    }
    .projects-area .project-single-item .project-overlay-info h5 {
        font-size: 18px;
    }
	.slider .control-text .swiper-nav-ctrl {
		display: none;
	}
	.about-content h2{
		font-size: 24px;
	}
	.about-image {
		text-align: center;
		margin-top: 30px;
	}
	.footer-area {
		text-align: center;
	}
	.footer-area .footer-link ul {
		margin-top: 10px;
		text-align: center;
		list-style-type: none;
	}  
}


@media screen and (max-width: 320px) and (min-width: 0px){
	.section-title h2 {
		font-size: 20px;
	}
    .section-title h5 {
		font-size: 14px;
	}
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	#navbarDefault {
		width: 100%;
		height: auto;
		overflow-y: scroll;
	}
	/* slider */
	.slider .parallax-slider .caption {
		padding-top: 35px;
	}
	.slider .parallax-slider .caption h1 {
		font-size: 30px;
	}
    .slider .parallax-slider .caption h3 {
		font-size: 18px;
	}
    .projects-area .project-single-item .project-overlay-info {
        padding: 0px 10px 30px 10px;
    }
    .projects-area .project-single-item .project-overlay-info .category {
        font-size: 18px;
    }
    .projects-area .project-single-item .project-overlay-info h5 {
        font-size: 14px;
    }
	.slider .control-text .swiper-nav-ctrl {
		display: none;
	}
	.about-content h2{
		font-size: 20px;
	}
	.about-image {
		text-align: center;
		margin-top: 30px;
	}
	.footer-area {
		text-align: center;
	}
	.footer-area .footer-link ul {
		margin-top: 10px;
		text-align: center;
		list-style-type: none;
        font-size: 14px;
	}
	.often-questions .accordion-heading {
        font-size: 16px;
    }
    .often-questions .accordion-block {
        padding: 10px;
    }
}