/* project section css */
section.featured-projects {
    background-color: #052829;
    padding-top: 120px;
    padding-bottom: 120px;
}

section.featured-projects h2.common-heading-big {
    color: #ffffff;
    line-height: 29px;
    letter-spacing: 0;
	display: inline-block;
}

/* section.featured-projects .section-heading {
    display: flex;
    align-items: end;
} */



section.featured-projects a.heading-link {
    margin-left: 50px;
	 color: #ffffff;
	position: relative;
	top: -2px;
}

section.featured-projects .project-content {
    display: flex;
    margin-top: 76px;
}

section.featured-projects .project-horizontal {
    margin-left: 80px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

section.featured-projects .project-vertical {
    padding-top: 208px;
}

section.featured-projects .project-content p {
    font-family: "hatch-sans", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: #FFFFFF;
    margin-top: 18px;
    margin-bottom: 6px;
	max-width: 100%;
}

section.featured-projects .project-content span {
    font-family: "basic-sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    line-height: 30px;
}

section.featured-projects .project-horizontal a:last-child {
    margin-right: -90px;
    margin-top: 25px;
	max-width: 341px;
}

section.featured-projects .project-img {
    overflow: hidden;
    border-radius: 32px;
}

section.featured-projects .project-img img {
    border-radius: 33px;
    transition: all linear .3s;
}

section.featured-projects .project-img:hover img {
    transform: scale(1.07);
}

.project-content.mobile-project-sec {
    display: none !important;
}
section.featured-projects .project-vertical img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}
section.featured-projects .project-vertical {
max-width: 338px;	
}
section.featured-projects .project-horizontal a:first-child {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
	margin-top: 0;
}
section.featured-projects .project-horizontal img {
	width: 100%;
	
}
section.featured-projects .project-horizontal  {
	max-width: 556px;
}
section.featured-projects .project-horizontal a:last-child img {
	height: 283px;
	object-fit: cover;
}
section.featured-projects .project-horizontal a:first-child img {
	height: 384px;
	object-fit: cover;
}
@media(max-width: 1130px) {
    section.featured-projects .project-img img {
        max-width: 100%;
      
    }

    section.featured-projects .project-horizontal a:last-child {
        margin-right: 0;
    }

    section.featured-projects .project-content {
        justify-content: center;
    }

    section.featured-projects .project-horizontal {
        margin-left: 40px;
    }
}

@media(max-width: 992px) {
    section.featured-projects .project-content p {
        font-size: 24px;
        line-height: 28px;
    }

    section.featured-projects {
        padding-top: 90px;
        padding-bottom: 90px;
    }
	section.featured-projects a.heading-link {
  
	top: -2px;
}
}

@media(max-width: 767px) {
    section.featured-projects {
        padding-top: 80px;
        padding-bottom: 75px;
    }
	section.featured-projects .project-vertical,
	section.featured-projects .project-horizontal {
    max-width: 100%;
}
	section.featured-projects .project-content {
		flex-wrap: wrap;
	}
	section.featured-projects .project-vertical {
		padding-top: 0;
	}
	section.featured-projects .project-horizontal {
    margin-left: 0;
    width: 100%;
}
section.featured-projects .project-horizontal a:last-child {
    margin-left: 0;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
}
	section.featured-projects .project-vertical img {
  
    height: auto;
}
	section.featured-projects .project-content {
   
    margin-top: 35px;
}
	section.featured-projects .project-content a {
		display: block;
		margin-bottom: 35px;
	}
}

@media(max-width: 575px) {
    .project-content {
        display: none !important;
    }

    .project-content.mobile-project-sec {
        display: block !important;
        margin-top: 55px !important;
    }

    section.featured-projects .section-heading {
        flex-wrap: wrap;
    }

    section.featured-projects a.heading-link {
    margin-left: 0;
    margin-top: 25px;
    position: unset;
    display: block;
}

    section.featured-projects .project-img img { 
        width: 100%;
        height: auto;
        object-fit: cover;
    } 

    section.next-project {
        padding-bottom: 70px;
    }

    section.next-project a.heading-link {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    section.featured-projects .project-content p {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;
		max-width: 100%;
    }

    section.featured-projects ul.slick-dots {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    section.featured-projects ul.slick-dots li {
        margin-right: 20px;
    }

    section.featured-projects ul.slick-dots li button {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 0;
        color: transparent;
        background-color: #E5D6B4;
        cursor: pointer;
        transition: all linear .3s;
    }

    section.featured-projects ul.slick-dots li.slick-active button {
        background-color: #A55B00;
    }
	section.featured-projects h2.common-heading-big {
   
    display: block;
}
	section.featured-projects .project-content a {
	
		margin-bottom: 0;
	}
}

/* project section css */