/* about page css */

#about-page-gallery, #about-page-gallery .row, #about-page-gallery .col-12, #project-gallery-1, #project-gallery-2, #project-gallery-3, #project-gallery-4, .project-gallery-container{
	height:fit-content;
}
#about-page-gallery, #project-gallery-1, #project-gallery-2, #project-gallery-3, #project-gallery-4, .project-gallery-container{position: relative;margin-top:30px;}

#about a{color:#5B9B98; font-weight: 500;}
#about #about-us-content{line-height: 170%;}

.lazysliderImageContainer{
	min-width:250px;
	margin:0px 7.5px;
	position:relative;
	height:450px;
	left:0px;
	display:inline-grid;
	box-sizing: border-box;
	overflow:hidden;
	background-color:transparent;
	transition:opacity 0.5s ease;
	
}

.lazyslider-img{
	opacity:0;
    width: 100%;
    position: absolute;
    min-height: 100%;
    transition: filter 0.5s ease, opacity 0.5s ease;
    object-fit: cover;
	max-height:100%;
	filter: saturate(0%);
	
}

.lazyslider-error{
	text-align:center;
	color:red;
	padding:20px;
	font-size:12px;
	font-style:italic;
}
.lazyslider-img.lazyloaded{
	filter: saturate(0%);
	opacity:.8;
}
.lazysliderImageContainer.center .lazyslider-img.lazyloaded{
	filter:saturate(100%);
	opacity:1;
	cursor:pointer;
	z-index: 100;
}

.lazyslider-container{
	padding: 32px 0px 0px 0px;
	position:relative;
	display:grid;
	flex-flow: nowrap;
    justify-content: center;
    overflow:hidden;
   	grid-auto-flow: column;
}
.lazyslider-arrow-container{
	display:flex;
	flex-flow: nowrap;
    justify-content: center;
    margin:32px 0 0 0;
    opacity:0;
    transition:opacity 0.5s ease;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
}

.lazysliderarrow{
	cursor:pointer;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
    width: 50%;
    height: 100%;
	opacity:0;
}
.lazysliderarrow.prev{left:0;}
.lazysliderarrow.next{right:0;}

.lazyslider-enlarged{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 99999;
    left: 50%;
   
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.5s ease,height 0.5s ease,width 1s ease;
    object-fit: contain;
    transform: translate(-50%,-50%);
    top: 50%;
    
}
.lazyslider-enlarged.loam{
    width:80%;
}
.lazyslider-enlarge-progress{
	height: 50px;
    width: 50%;
    text-align: center;
    position: absolute;
    z-index: 999999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size:50px;
    color:black;
}
.lazyslider-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    left: 0%;
    top: 0%;
    cursor: pointer;
}
.lazyslider-overlay.loam {
    background-color: #39362f;
 }   
.lazyslider-overlayed{
	overflow:hidden;
}
.lazyslider-img-details {
    position: fixed;
    width: calc(100% - 53px);
    height: 10%;
    left: 50%;
    top: 0%;
    text-align: center;
    z-index: 999999;
    transform: translate(-50%,0%);
    padding: 5px;
    background-color: #fff;
    cursor: pointer;
    background-image: url(../images/close-dark.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
	opacity:.3 !important;
	transition:opacity .3s;
}
.lazyslider-img-details:hover{opacity:.6 !important;}
.lazyslider-img-details.bottom{
    top: 90%;
    background-color: #39362f;
    background-image: url(../images/close.svg);
}
.lazyslider-enlarge-container {
    height: 80vh;
    overflow: hidden;
    width: 100vw;
    position: fixed;
    top: 10%;
    left: 0px;
    z-index: 99999;
}
.lazyslider-enlarge-arrows {
    position: fixed;
    width: 100%;
    left: 50%;
    bottom: 0%;
    text-align: center;
    z-index: 999999;
    transform: translate(-50%,0%);
    padding: 5px;
    background-color: #fff;
    opacity:1;
    cursor:pointer;
	height:10vh;
}
.lazyslider-enlarge-arrows .lazysliderarrow {
    position: relative;
    transform: translate(0%,-50%);
    top: 50%;
	filter:brightness(0.9);
    opacity:1;
	width:40%;
	transition:filter .3s;
}
.lazyslider-close-enlarge{
	height:20px;
}
.lazyslider-enlarge-arrows .lazysliderarrow.next{left:10%;right:auto;object-position: right;height:36px;}
.lazyslider-enlarge-arrows .lazysliderarrow.prev{right:10%;left:auto;object-position: left;height:36px;}
.lazyslider-enlarge-arrows .lazysliderarrow:hover{filter:brightness(.6);}

@media screen and (max-width:850px) {
    .lazysliderImageContainer{
        width:145px;
        min-width:145px;
        height:230px !important;
        margin: 0px 3px;
        
    }
    .lazyslider-img {
        height: 100%;
        width:auto;
        position: relative;
        object-fit: cover;
    }

}

@media screen and (max-width:650px) {
    .lazysliderImageContainer{
        width:110px;
        min-width:110px;
        height:155px;
        margin: 0px 3px;
        
    }
    .lazyslider-img {
        height: 100%;
        width:auto;
        position: relative;
        object-fit: cover;
    }

}
@media screen and (max-height: 650px) {
    .lazysliderImageContainer{
        width:145px;
        min-width:145px;
        height:230px;
        margin: 0px 3px;
        
    }
    .lazyslider-img {
        height: 100%;
        width:auto;
        position: relative;
        object-fit: cover;
    }

}
body {
    font-family: "Roboto", sans-serif;
	padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
#intro {
    width: 100%;
    height: 100vh;
    height: 100svh;
    position: relative;
}
#intro-slider {
    width: 100%;
    height: 100vh;
    height: 100svh;
    font-size: 0;
    position: relative;
    top: 0;
    left: 0;
}
#intro-slider::after {
	content:"";
    position: absolute;
    top: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#000000bb, #00000000, #00000000);
    cursor: pointer;
    pointer-events: none;
}
#intro-slider img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 3.5s;
}
#intro-slider img.active {
    opacity: 1;
}
h2 {
    font-size: 22px;
    color: #423f3f;
    text-align: center;
    margin: 60px auto 15px auto;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}
p {
    text-align: center;
    width: 90%;
    max-width: 928px;
    margin: 15px auto;
    font-weight: 300;
    color: #423f3f;
    font-size: 15px;
}
#enter {
    display: block;
    box-sizing: border-box;
    text-align: right;
    padding: 12px 15px;
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 170px;
    height: 45px;
    background: #ffffff55;
    z-index: 10000;
    font-size: 16px;
    font-family: 'Roboto';
    letter-spacing: .1em;
    color: #000;
    transition: background .3s;
}
#enter:hover {
    background: #fff;
}
#about, #contact, #work {
    text-align: center;
    margin: 0 50px 90px 50px;
}
#contact {
    background-image: url("../images/contact.jpg");
    background-size: cover;
    background-position: center center;
    height: 55vw;
    padding: 130px 160px;
    position: relative;
    box-sizing: border-box;
	min-height:450px;
}
#contact-content {
    position: absolute;
    top: 10%;
   left:50%;
    transform: translateX(-50%);
    background-color: #ffffffdb;
    padding: 5%;
    text-align: center;
    max-width: 700px;
    line-height: 130%;
	width:80%;
}
.greenish {
    font-weight: 600;
    color: #659a88;
}
#phones {
    margin: 10px auto 10px auto;
}
#email a {
    color: #000;
    transition: color .3s;
}
#email a:hover, #email a:active, #email a:focus {
    color: #666;
}
#copyright, #credit {
    font-size: 12px;
    color: #423f3f;
    font-weight: 300;
}
#credit a {
    color: #9c9fa1;
    transition: color .3s;
}
#credit a:hover, #credit a:active, #credit a:focus {
    color: #333;
}
#copyright a {
    color: #423f3f;
    font-weight: 600;
}
footer {
    text-align: center;
    padding: 20px 20px 200px 20px;
    background-color: #efefef;
    line-height: 160%;
}
#social a {
    display: inline-block;
    margin: 10px 4px;
    opacity: .8;
    transition: opacity .3s;
}
#social a:hover, #social a:focus, #social a:active {
    opacity: 1;
}
#social img {
    width: 27px;
}
.learn-more {
    background: #639290;
    color: #fff;
    font-family: 'Oswald';
    font-size: 15px;
    padding: 3px 13px 4px 13px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background .3s;
	position:relative;
}
.learn-more:hover, .learn-more:active, .learn-more:focus {
    background: #63929099;
    color: #fff;
    border: none;
}
.learn-more.inactive {
    background: #dddddd !important;
    pointer-events: none;
    cursor: default;
}
#about-slider {
    height: 13vw;
    background-repeat: repeat-x;
    background-position: right center;
    background-size: cover;
    transition: height 1s;
}
#about, #contact, #work {
    text-align: center;
    margin: 0 0 90px 0;
}
.project-gallery-container {
    margin-top: 30px;
}
		nav#navs{
			position: relative;
    height: 50px;
		}
nav#navs a {
    background-color: #c5c7c8;
    padding: 8px;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
	transition:width 1s padding 1s;
}
		nav#navs a.left{
    left: 0;
    text-align: right;
    border-radius: 0 5px 5px 0;}
		nav#navs a.right{
    right: 0;
    text-align: left;
    border-radius: 5px 0 0 5px;}
		header img{}
@media (min-width:600px) {
#about, #contact, #work {
    text-align: center;
    margin: 0 5% 90px 5%;
}
.project-gallery-container {
    margin-top: 60px;
}
#intro {
    width: 90%;
    margin: 0 5%;
}
	nav#navs{    position: absolute;
    height: auto;
    width: 100%;
    top: 50%;
		}
}

@media (min-width:700px){
nav#navs a {
    padding: 8px 20px;
    width: 181px;
	transition:width 1s padding 1s;
	}}
@media (min-width:1000px) {
	
#contact-content {
    width: calc(100% - 260px);
}
#about, #contact, #work {
    text-align: center;
    margin: 0 50px 90px 50px;
}
#contact {
    min-height: 55vw;
}
.learn-more {
    position: absolute;
    bottom: -1px;
    right: 0px;
	z-index: 999;
}
#intro {
    width: calc(100% - 100px);
    margin: 0 50px;
}
	#contact-content {
    padding: 90px;
}
}

@media (max-width: 767.98px) {
#about-slider {
    height: 33vw;
}
}