/*------------------------------------------------------------------
    illustrations
-------------------------------------------------------------------*/

.flex-projects{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	width:100%;
	height:100%;
	}
	
.project-item{
	width:auto;
	height:auto;
	margin:10px;
	}

.project-1{
	min-height:90px;
	max-width:260px;
	}
.project-2{
	min-height:90px;
	max-width:260px;
	}
.project-3{
	min-height:90px;
	max-width:260px;
	}
.project-item h4{
	color:#fff;
	}
.project-item:hover h4{
	transform:scale(1.1);
	color:#000;
	}		
.project-item img{
	height:auto;
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	overflow:hidden;
	border-radius:20px;
	}
.project-item:hover img{
	transform:scale(1.14);
	border-radius:20px;
	box-shadow:0 32px 75px rgba(68,77,136, 0.2);
	}	


.illustration-cointainer{
	background: #2e2d2d;
	}	
	
.illustration-item img{
	width:100%;
	height:100%;
	object-fit:cover;
	cursor:pointer;
	}
.illustration-item img:hover{
	transform:scale(0.9) rotate(3deg);
	border-radius:20px;
	box-shadow:0 32px 75px rgba(68,77,136, 0.2);
	}	
.full-illustrator{
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.9);
	position:fixed;
	top:0;
	left:0;
	display:none;
	align-items:center;
	justify-content:center;
	z-index:100;
	}	
.full-illustrator img{
	width:90%;
	max-width:800px
	}
.full-illustrator span{
	position:absolute;
	top:5%;
	right:5%;
	font-size:30px;
	cursor:pointer;
	color:#FFF;
	}		
.gallery-illustrations{
	padding-left:40px;
	padding-right:40px;
	background-color:#2e2d2d;
	
	}	
.illustration-item{
	height:auto;
	margin:0.8rem;
	}
@media (min-width:340px){
	.gallery-illustrations{
		display:grid;
        grid-template-columns:repeat(1, 1fr);
		grid-template-rows:repeat(5, 1fr);
		grid-auto-flow:row dense;
		}
	
	.illustration-item{
		margin:0.3rem;
		}
		
	}
@media (min-width:360px){
	.gallery-illustrations{
		display:grid;
        grid-template-columns:repeat(1, 1fr);
		grid-template-rows:repeat(5, 1fr);
		grid-auto-flow:row dense;
		}
	
	.illustration-item{
		margin:0.7rem;
		}
		
	}	
@media (min-width:500px){
	.gallery-illustrations{
		display:grid;
        grid-template-columns:repeat(2, 1fr);
		grid-template-rows:repeat(5, 1fr);
		grid-auto-flow:row dense;
		}
	
	.illustration-item{
		margin:0.7rem;
		}
		
	}		
		
		
@media (min-width:640px){
	.gallery-illustrations{
		display:grid;
        grid-template-columns:repeat(2, 1fr);
		grid-template-rows:repeat(5, 1fr);
		grid-auto-flow:row dense;
		}
	
	.illustration-item{
		margin:0.7rem;
		}
		
	}		
					
@media (min-width:740px){
	.gallery-illustrations{
		display:grid;
        grid-template-columns:repeat(3, 1fr);
		grid-template-rows:repeat(5, 1fr);
		grid-auto-flow:row dense;
		}
	
	.illustration-item{
		margin:0.7rem;
		}
		
	}		


	


.about-background:before{
	background: rgba(0,0,0,0.1);
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity:0.6;
	background-size:cover;
	background-repeat:no-repeat;
	
}



.about-container{
	width:100%;
	padding:40px 0px;
	cursor:pointer;
	}
			
.about-container img{	
	height:auto;
	width:100%;
	border:3px solid #090;
	transition:.4s;
	}
.container-img{
	position:relative;
	overflow:hidden;
	}
.container-img:hover .about-text-img{
	visibility:visible;
    border:3px solid #090;
	}
.container-img:hover .about-img{
	transform:scale(1.2);
	border-radius:20px;
	
	box-shadow:0 32px 75px rgba(68,77,136, 0.2);
	}		
.about-text-img{
	font-size:1.2rem;
	top:0;
	left:0;
	position:absolute;
	background:#fff;
	height:100%;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	color:#fff;
	opacity:.6;	
	visibility:hidden;
	}	
.about-text-img h6{
	font-size:1.2rem;
	color:#000;
	}	
.about-img{
	width:500px;
	height:100%;
	transition:.4s;
	cursor:pointer;
	}
			
.about-text{
	width:500px;
	padding-left:20px;
	padding-right:20px;
	}	
.about-main	{
	width:1130px;
	max-width:95%;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content:space-around;
	flex-wrap:wrap;
	}
.about-text h2{
	color:#060;
	font-size:30px;
	margin-bottom:20px;
	letter-spacing:2px;
	text-transform:capitalize;
	} 
.about-text span{
	color:#FFF;
	}		
	
.about-text{
	color:#FFF;
	}
.about-button .about-b{
	background:#060;
	color:#FFF;
	text-decoration:none;
	border:2px solid transparent;
	font-weight:bold;
	padding:13px 30px;
	transition:.4s;
	border-radius:30px;
	}	
.about-button .about-b:hover{
	background:transparent;
	border:2px solid #060;
	cursor:pointer;
	}	
	
.vision-container h1{
	color:#060;
	font-size:30px;
	margin-bottom:20px;
	letter-spacing:2px;
	text-transform:capitalize;
	font-weight:bold;
	}
.vision-container{
	-webkit-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	height:45%;
	}
.vision-text{
	position:relative;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:5;
	width:45%;
	padding:40px 0;
	text-align:center;
	border-top-left-radius:70px;
	border-bottom-right-radius:70px;
	background-color:rgba(0,0,0,0.3);
	color:#FFF;
	font-weight:bold;
	}	
		
.about-background{
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	}	

.team-section h2{
	text-transform:uppercase;
	position:relative;
	font-weight:bold;
	color:#fff;
	padding-top:20px;
	}	
.team-section{
	margin:0;
	text-align:center;
	}	
.team-section p{
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	}

.team-main{
	display:flex;
	justify-content:center;
	align-items:center;
	min-height:50vh;
	}
.section-team{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	}	
.section-team::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}
.section-team::after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
	}
.team-container{
	position:relative;
	z-index:1;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:40px 0;
	flex-wrap:wrap;
	}
.team-container .team-card{
	position:relative;
	width:300px;
	height:400px;
	background:rgba(255, 255, 225, 0.05);
	margin:20px;
	box-shadow:0 15px 35px rgba(0,0,0,0.2);
	border-radius:15px;
	display:flex;
	justify-content:center;
	align-items:center;
	background-filter:blur(10px);
	}
.team-container .team-card .team-contents{
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	opacity:0.5;
	}
.team-container .team-card:hover .team-contents{
	opacity:1;
	}
.team-container .team-card .team-contents .team-imgbx{
	width:150px;
	height:150px;
	position:relative;
	border-radius:50%;
	overflow:hidden;
	border:10px solid rgba(0,0,0,0.25);
	}							
.team-container .team-card .team-contents .team-imgbx img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	}
.team-container .team-card .team-contents .team-contentbx{
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:500;
	font-size:18px;
	text-align:center;
	margin:20px 0 10px;
	line-height:1.1em;
	}	
.team-container .team-card .team-contents .team-contentbx span{
	color:#fff;
	}	
	
	
.what-container{
	width:100%;
	min-height:500px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	position:relative;
	flex-direction:row;
	}	
.what-container .what-box{
	position:relative;
	width:300px;
	height:300px;
	margin:10px;
	box-sizing:boreder-box;
	display:inline-block;
	}
.what-container .what-box .what-img{
	position:relative;
	overflow:hidden;
	}
.what-container .what-box .what-img img{
	max-height:100%;
	width:100%;
	transition:transform 2s;
	object-fit:cover;
	}		
.what-container .what-box:hover .what-img img{
	transform:scale(1.4) translateY(20px);
	}
 .what-box:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background:linear-gradient(to bottom, rgba(0,176,155,0.5), rgba(150,201,61,1));
	z-index:2;
	transition:0.5s all;
	opacity:0;
	}
 .what-box:hover:before{
	 opacity:1;
	 }	
	 
.what-box .what-info{
	position:relative;
	z-index:3;
	color:#fff;
	transition:0.5s all;
	opacity:0;
	transform:translateY(-80px);
	}
.what-box:hover	.what-info{
	opacity:1;
	transform:translateY(-60px);
	}
.what-box .what-info h1{
	margin:0;
	color:#fff;
	}
	
    .poster-container {
      background: #000;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0px;
    }

    .swiperp {
      width: 100%;
      height: 100%;
    }

    .swiper-slidep {
      text-align: center;
      font-size: 18px;
      background: #FFF;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slidep img {
      display: block;
      width: 50%;
      height: 50%;
      object-fit: cover;
    }

    .poster-container {
         color: #000;
		 padding:20px;
		 
    }

    .swiperp {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slidep {
      background-size: cover;
      background-position: center;
	   height: 10%;
      width: 100%;
	  margin-top:20px;
    }

    .mySwiper2 {
      height: 20%;
      width: 30%;
	 
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slidep {
      width: 25%;
      height: 50%;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slidep img {
      display: block;
      width: 100%;
      height: 50%;
      object-fit: cover;
    }
	
.animation-container{
	background: #2e2d2d;
}	
.main-vid{
	display:flex;
	align-items:center;
	justify-content: center;
	overflow:hidden;
	background:#2e2d2d;
	}
.cointainer-video{
	width:1100px;
	height:650px;
	display:flex;
	background: #2e2d2d;
	}
.cointainer-video .videos{
	width:20%;
	padding:10px 0 10px 10px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	}
.cointainer-video .videos video{
	width:95%;
	height:75px;
	margin:5px;
	object-fit:cover;
	cursor:pointer;
	transition:0.2s;
	}
.cointainer-video .videos video:nth-child(1){
	margin-top:0;
	}
.cointainer-video .videos video:hover,
.cointainer-video .videos .active
{
	transform:scale(1.06);
	border:3px solid #030;
	}		
.cointainer-video .main-video{
	width:80%;
	padding:10px;
	}	
.cointainer-video .main-video video{
	width:100%;
	height:100%;
	object-fit:cover;
	border:3px solid #030;;	
	}
.gifs-cointainer-outer{
    background-color:#2e2d2d;
} 
.gifs-cointainer{
	background: #2e2d2d;
}   
.gifs-container{
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    padding: 10px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    margin: 0px auto;
    background-size: cover;
    background: #2e2d2d;
    background-blend-mode: darken;
} 
.gifs-item{
   flex-basis: 32.7%;
   margin-bottom: 6px; 
   opacity: 0.85;
   cursor: pointer;
   overflow: hidden; 
} 
.gifs-item:hover{
    opacity: 2;
    transform:scale(0.95);
}
.gifs-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}  
.lightbox{
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
}				
.lightbox-content{
    position: relative;
    width: 55%;
    height: 70%;
    margin: 5% auto;
    margin-top: 100px;
    margin-bottom: 100px;
}
.lightbox-content img{
    width: 100%;
    height: 100%;
    border: #090 solid 6px;
    object-fit: cover;
}
.lightbox-prev, .lightbox-next{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #090;
    padding: 9px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev{
    left: 0;
}
.lightbox-next{
    right: 0;
}
@media(max-width:767px){
    .gifs-container{
        width: 100%;
    }
    .gifs-item{
         flex-basis: 49.80%;
         margin-bottom: 3px; 
    }
    .lightbox-content{
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}

.home-main-container{
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background: rgba(0,0,0,0.8) url(images/port%201.jpg) fixed;
    background-blend-mode: darken;
}
.home-container{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 20px;
}
.home-container .imageh{
    width: auto;
    height: 420px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    overflow: hidden;
    cursor: pointer;
}
.home-container .imageh img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .1s linear;
}
.home-container .imageh:hover img{
    transform: scale(1.1);
}
.popup-imag{
    position: fixed;
    top: 0; left: 0;
    background: rgba(0, 0, 0, .9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}
.popup-imag img{
    height: 750px;
    width: auto;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    object-fit: cover;
}
.popup-imag span{
   position: absolute;
   top: 0; right: 10px;
   font-weight: 90px;
   font-size: xx-large;
   font-weight: bolder;
   color: #fff;
   cursor: pointer;
   z-index: 100;  
}
@media(max-width:768px){
    .popup-imag img{
        width: 95%;
    }
}
.logo-cointainer{
	background-color: #fff;
}
.logo-main-wrapper{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 10px;
    background-color: #fff;
}
.logo-wrapper{
    max-width: 1400px;
}

.logo-wrapper .lgallery{
    display: flex;
    flex-wrap: wrap;
} 
.lgallery span{
    display: flex;
    width: 100%;
    overflow: hidden;
}
.lgallery .imagel{
    width: calc(100% / 3);
    padding: 7px;
}
.lgallery .imagel img{
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
    transition: all 0.3s ease;
	cursor: pointer;
}
.lgallery .imagel:hover img{
    transform: scale(1.1);
}
@media(max-width: 1000px){
    .lgallery .imagel{
        width: calc(100% / 2);
       
 }
}
@media(max-width: 600px){
    .lgallery .imagel{
        width: 100%;
        padding: 4px;
 }
}
.preview-box{
    position: fixed;
    max-width: 800px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    padding: 0 5px 5px 5px;
    border-radius: 3px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .2);
    opacity: 0;
    pointer-events: none;
    border: #000 2px solid;
}
.preview-box.show{
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
}
.preview-box .detailsl{
     display: flex;
     align-items: center;
     padding: 12px 15px 12px 10px;
     justify-content: space-between;
}
.preview-box .detailsl .icon{
    color: #000;
    cursor: pointer;
    font-size: 20px;
}
.titlel{
   display: flex;
   font-size: 18px;
   font-weight: 400; 
}
.titlel p{
    margin: 0 5px;
}
.titlel p.current-img{
    font-weight: 600;
}
.preview-box .img-box{
    display: flex;
    width: 100%;
}
.preview-box .img-box img{
    width: 100%;
    border-radius: 0 0 3px 3px;
}
.img-box .slide{
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    font-size: 30px;
    cursor: pointer;
    color: #e67e22;
    width: 60px;
    height: 50px;
    line-height: 50px;
    align-items: center;
    justify-content: center;
}
.img-box .slide.prev{
    left: 0;
}
.img-box .slide.next{
    right: 0;
}
.price-wrapper{
    min-height: 70vh;
    background-size: cover;
    background: rgba(0,0,0,0.8) url(images/port%201.jpg) fixed;
    background-blend-mode: darken;
    color: #fff;
    font-size: 16px;
}
.price-head{
    color: #090;
    padding: 20px;
    font-size: 30px;
    text-align: center;
}
.container-price{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 2rem;
    height: 100%;
}
.grid-price{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4%;  
  height: 100%;
}
.card-price{
    padding: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #090;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
    border-radius: 25px;
}
.card_title{
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 20px;
    color: #090;
}
.pricingp{
    font-weight: normal;
    font-size: 45px;
    color: #000;
}
.smallp{
    font-size: 10px;
    color: #fff;
}
.card-price h4{
	color: #090;
	font-weight: 50;
}
hr{
    margin-top: 40px;
}
.features-pricing{
    margin-top: 40px 0;
    list-style-position: inside;
}
.features-pricing li{
    padding-bottom: 10px;
}
.price-btn{
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    background: rgba(21, 23, 24, 0.7);
    border-radius: 29px;
    padding: 20px 0;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    transition: background .3s ease;
}
.price-btn:hover{
    background: #000;
    color: #090;
}
@media only screen and (max-width: 1024px){
    .grid-price{
        grid-template-columns: 1fr 1fr;
        gap: 2%;
    }
}
@media only screen and (max-width: 555px){
    .grid-price{
        grid-template-columns: 1fr;
        gap: 2%;
        padding-bottom: 25%;
    }
    .container-price{
        padding: 0 1rem;
    }
    .price-wrapper{
        font-size: 11px;
    }
    .card_title{
        font-size: 35px;
    }
    hr{
        margin-top: 30px;
    }
    .price-btn{
    font-size: 11px;
    }
}
.main-contact-container{
    min-height: 50vh;
    background-size: cover;
    background: rgba(0,0,0,0.8) url(images/port%201.jpg) fixed;
    background-blend-mode: darken;
}
.main-contact-container h2{
    color: #090;
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
   padding-top: 20px;
}
.contact-container{
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-section{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-info{
    color: #fff;
    max-width: 500px;
    line-height: 65px;
    padding-left: 50px;
    font-size: 18px;
}
.contact-info i{
    margin-right: 20px;
    font-size: 25px;
    color: #090;
}
.contact-form{
    max-width: 700px;
    margin-right: 50px;
}
.contact-info, .contact-form{
    flex: 1;
}
.contact-form .text-box{
    background: #000;
    color: #fff;
    border: none;
    width: calc(50% - 10px);
    height: 50px;
    padding: 12px;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    opacity: 0.9;
}
.contact-form .text-box:first-child{
    margin-right: 15px;
}
.contact-form textarea{
    background: #000;
    color: #fff;
    border: none;
    width: 100%;
    padding: 12px;
    font-size: 15px;
    min-height: 200px;
    max-height: 400px;
    resize: vertical;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    opacity: 0.9;
}
.contact-form button{
    float: right;
    background: #090;
    color: #fff;
    border: none;
    width: 120px;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    transition-property: background;
}

.contact-form button:hover{
    background: #000;
    color: #090;
}
@media only screen and (max-width: 950px){
    .contact-section{
        flex-direction: column;
    }
    .contact-info, .contact-form {
        margin: 30px 50px;
    }
    .main-contact-container h2{
        font-size: 30px;
    }
    .contact-form .text-box{
        width: 100%;
    }
}

/*------------------------------------------------------------------
    illustrations
-------------------------------------------------------------------*/