/*******************************************************
    Template Name    : Sarah - Personal Portfolio 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: 991px) and (max-width: 1024px) {
	.home-area {
		background-attachment: unset;
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
		padding-right: 0;
	}
	.home-area {
		background-attachment: unset;
	}
	.home-area .home-content h1 {
		font-size: 35px;
		line-height: 1.3;
	}
	.about-img-wrapper {
		text-align: center;
		padding: 0;
	}
	.about-img-wrapper:after {
		display: none;
	}
	.about-content {
		margin-top: 35px;
	}
	.services-item {
		margin-bottom: 30px;
	}
	.services-item:nth-last-child(-n + 2) {
			margin-bottom: 0px;
	}
	.portfolio-area .portfolio-list .nav li {
		margin: 0 5px 20px;
	}
	.contact-info-title {
		padding: 0;
		margin-bottom: 20px;
	}
	.contact-details {
		padding: 10px 0px;
	}
}

@media only screen and (max-width: 767px) {
	.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: 250px;
		overflow-y: scroll;
	}
	.home-area {
		background-attachment: unset;
	}
	.home-area .home-content h1 {
		font-size: 33px;
		line-height: 1.3;
	}
	.about-img-wrapper {
		text-align: center;
	}
	.about-content {
		margin-top: 35px;
		padding-left: 0;
	}
	.services-item {
		margin-bottom: 30px !important;
	}
	.services-item:last-child {
		margin-bottom: 0px !important;
	}
	.portfolio-area .portfolio-list .nav li {
		float: unset;
	}
	.single-testimonial {
		padding: 0px 10px;
	}
}

@media only screen and (max-width: 479px) {
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	.home-area {
		background-attachment: unset;
		background-position: 75%;
	}
	.home-area .home-content h1 {
		font-size: 33px;
		line-height: 1.3;
	}
	.home-content h1 span {
		font-size: 40px;
	}
	.about-img-wrapper {
		text-align: center;
	}
	.about-content {
		margin-top: 35px;
	}
	.services-item {
		margin-bottom: 30px !important;
	}
	.services-item:last-child {
		margin-bottom: 0px !important;
	}
	.single-services {
		padding: 10px 10px;
	}
	.portfolio-area .portfolio-list .nav li {
		float: unset;
	}
	.portfolio-area .portfolio-list .nav li {
		margin: 0 5px 20px;
	}
	.single-testimonial {
		padding: 0px 10px;
	}
	.contact-information {
		margin-bottom: 35px;
	}
	.portifolio-content table img {
		display: none;
	}
}


@media screen and (max-width: 320px) and (min-width: 0px){
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	.home-area {
		background-attachment: unset;
		background-position: 75%;
	}
	.home-area .home-content h1 {
		font-size: 30px;
		line-height: 1.3;
	}
	.about-img-wrapper {
		text-align: center;
	}
	.about-content {
		margin-top: 35px;
	}
	.services-item {
		margin-bottom: 30px !important;
	}
	.services-item:last-child {
		margin-bottom: 0px !important;
	}
	.single-services {
		padding: 10px 10px;
	}
	.portfolio-area .portfolio-list .nav li {
		float: unset;
	}
	.portfolio-area .portfolio-list .nav li {
		margin: 0 2px 20px;
	}
	.single-testimonial {
		padding: 0px 10px;
	}
	.portifolio-content table img {
		display: none;
	}
}