html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #242424;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: "roxie";
	src: url("./fonts/Roxie-rossa.otf") format("opentype");
}
@font-face {
	font-family: "bell";
	src: url('./fonts/Bell MT.eot');
	src: url('./fonts/Bell-MT.ttf') format('truetype'),
	url('./fonts/Bell MT.woff2') format('woff2'), 
    url('./fonts/Bell MT.woff') format('woff');
}
*{
	font-family: bell;
	line-height: 1.2;
	box-sizing: border-box;
}
.container{
	width: 90%;
	margin: 0 auto;
	max-width: 1350px;
  	position: relative;
    z-index: 1;
    border-right: 1px solid #82DBE1;
    border-left: 1px solid #82DBE1;
    padding: 0px 50px;
}
.containerBottom{
	width: 90%;
	margin: 0 auto;
	max-width: 1350px;
  	position: relative;
    z-index: 1;
    border-right: 1px solid #82DBE1;
    border-left: 1px solid #82DBE1;
}
.mainTitle{
	color: red;
}
.logo{
	display: inline-block;
}
.logo img{
	width: 250px;
}
.navigationLinks a{
	padding-right: 35px;
	font-size: 20px;
    text-decoration: none;
    color: #fff;
    font-family: "roxie";
}
.navigationLinks a:hover{
	color: #82DBE1 !important;
	transition: .3s all;
}
.navigationLinks a:last-child{
	color: #82DBE1;
	transition: .3s all;
	padding-right: 0px;
}
.navigationLinks a:last-child:hover{
	color: #fff !important;
}
.navigationLinks{
	position: relative;
}
.navigationLinks::after{
	content: '';
    position: absolute;
    bottom: -100px;
    width: 100px;
    height: 1px;
    background-color: #82DBE1;
    right: -50px;
}
.contentNavigation{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0px;
}
.contentHero{
	padding-bottom: 80px;
}
.firstRowHero img{
	width: 400px;
}
.filterGrey{
	-webkit-filter: grayscale(100%); 
  	filter: grayscale(100%);
}
.firstRowHero{
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.hiText{
	font-size: 120px;
	color: #82DBE1;
	display: block;
	font-family: "roxie";
	line-height: 1;
}
.textHero{
	font-size: 30px;
    color: #f6f6f6;
    display: block;
}
.socialLinks a img{
	width: 30px;
	height: 30px;
	margin-right: 30px;
}
.wUnset{
	width: unset !important;
}
.socialLinks{
	margin-top: 50px;
}
.secondRowHero{
	display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-top: -50px;
}
.secondRowHero img{
	width: 30%;
}
.contentFirstRow{
	margin-top: -50px;
}
.signature{
	width: calc(70% - 50px) !important;
}

.logoSlider {
	--image-size: 50px;
	padding: 20px;
	overflow: hidden;
	position: relative;
	display: flex;
}
.figma{
	min-width: 40px !important;
}
.logoSlider div {
	display: flex;
	position: relative;
	animation: marquee 12s linear infinite;
	justify-content: space-around;
}
.logoSlider img {
	display: block;
	min-width: var(--image-size);
	height: var(--image-size);
	margin: 0 15px;
}
.dot{
	min-width: 12px !important;
  	height: 12px !important;
  	align-self: center;
}
.logoSlider:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
@media (max-width: 900px) {
  .logoSlider {
    --image-size: 50px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.first{
	margin-left: -25px !important;
}
.contentAbout{
	padding: 80px 0px;
	position: relative;
}
.title2{
	font-size: 70px;
	color: #82DBE1;
	display: block;
	font-family: "roxie";
}
.textAbout{
	font-size: 30px;
    color: #f6f6f6;
    display: block;
    margin-top: 25px;
}
.firstRowAbout{
	display: flex;
    gap: 100px;
}
.textLeftAbout{
	width: 70%;
}
.imgRightAbout{
	width: calc(30% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.number{
	width: 100%;
}
.contentAbout::before{
	content: '';
    position: absolute;
    top: 0px;
    width: 100px;
    height: 1px;
    background-color: #82DBE1;
    left: -50px;
}
.secondRowAbout{
	margin-top: 60px;
    display: flex;
    gap: 100px;
}
.title3{
	font-size: 40px;
    color: #82DBE1;
    font-family: "roxie";
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contentWork{
	padding-top: 80px;
	position: relative;
	padding-bottom: 100px;
}
.contentWork::before{
	content: '';
    position: absolute;
    top: 0px;
    width: 100px;
    height: 1px;
    background-color: #82DBE1;
    right: -50px;
}
.contentWork::after{
	content: '';
    position: absolute;
    bottom: 0px;
    width: 100px;
    height: 1px;
    background-color: #82DBE1;
    left: -50px;
}
.firstRowWork{
	display: flex;
    gap: 100px;
}
.leftFristRowWork{
	width: calc(30% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rightFristRowWork{
	width: 70%;
}
.contentSecondRowWork{
	margin-top: 80px;
}
.filterGreyWork{
	-webkit-filter: grayscale(100%); 
  	filter: grayscale(100%);
  	transition: .3s all;
}
.boxImgLogo{
	width: calc(25% - 50px);
}
.boxImgLogo img{
	width: 100%;
}
.boxImgLogo1, .boxImgLogo2, .boxImgLogo3, .boxImgLogo4, .boxImgLogo5, .boxImgLogo6, .boxImgLogo7, .boxImgLogo8, .boxImgLogo9{
    background-image: url(./images/way.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: .3s all;
}
.boxImgLogo2{
	background-image: url(./images/florist.png);
}
.boxImgLogo3{
	background-image: url(./images/bakery.png);
}
.boxImgLogo4{
	background-image: url(./images/miez.png);
}
.boxImgLogo5{
	background-image: url(./images/adrian.png);
}
.boxImgLogo6{
	background-image: url(./images/green.png);
}
.boxImgLogo7{
	background-image: url(./images/mobilya.png);
}
.boxImgLogo8{
	background-image: url(./images/seats.png);
}
.boxImgLogo9{
	background-image: url(./images/altray.png);
}
.containerBoxImg{
    height: 200px;
    display: block;
    padding: 60px;
    transition: .3s all;
}
.padding45{
	padding: 45px !important;
}

.containerLinkImg{
	width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    transition: .3s all;
}
.butonWork{
	display: flex;
    width: 100%;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    border: 1px solid #82DBE1;
    padding: 15px;
    color: #82DBE1;
    transition: .3s all;
}
.containerLinkImg .containerBoxImg{
	transition: .3s all;
}
.containerLinkImg:hover .containerBoxImg{
	border: 1px solid #82DBE1;
}
.containerLinkImg:hover .butonWork{
	border: 1px solid #82DBE1;
	border-top: unset;
	color: #fff;
}
.containerLinkImg:hover .filterGreyWork{
	-webkit-filter: unset !important; 
  	filter: unset !important;
}
.containerLinkImg:hover .containerBoxImg{
	padding: 40px !important;
}
.containerLinkImg:hover .padding45{
	padding: 35px !important;
}
.containerLinkImg:hover .paddingMiez{
	padding: 45px !important;
}
.containerLinkImg:hover .paddingFlorist{
	padding: 42px !important;
}
.dotWork{
	width: 10px;
	height: 10px;
}
.contentContact{
	padding: 80px 0px;
}
.contentContact::after{
	content: '';
    position: absolute;
    bottom: 1px;
    width: 100px;
    height: 1px;
    background-color: #82DBE1;
    right: 0px;
}
.leftFirstRowContact{
	width: 70%;
}
.firstRowContact{
	display: flex;
    justify-content: space-between;
    gap: 100px;
}
.marginL50{
	margin-left: 50px;
}
.linkContact{
	font-size: 30px;
    color: #f6f6f6;
    display: inline-block;
    text-decoration: none;
    transition: .3s all;
}
.linkContact:hover{
	color: #82DBE1;
}
.containerLinkContact{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
.containerLinkContact img{
	width: 30px;
    margin-right: 25px;
}
.paddingB80{
	padding-bottom: 80px;
}
.footerCopy{
	width: 100%;
	height: 80px;
}
.copy{
	font-size: 20px;
    color: #e1e1e1;
    display: flex;
    padding-left: 50px;
    align-items: center;
    height: 100%;
}


.dotWork{
	width: 30px;
    height: 18px;
}
.galleryWork{
	display: grid;
    grid-template-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    margin-top: 50px;
}
.galleryWork .containerLinkImg{
	position: relative;
}
.dotCopy{
	background-color: #82dbe1;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0px 8px;
}
.resumeAbout{
	color: #82dbe1;
	text-decoration: none;
}
.menuResponsive{
    overflow: hidden;
    background-color: #242424;
    min-height: calc(100vh - 120px);
    max-height: calc(100vh + 120px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 25px;
    overflow-y: hidden;
    padding: 0px 50px;
    padding-bottom: 50px;
    color: #fff;
    font-size: 20px;
    font-family: 'roxie';
}
.menuResponsive a{
	color: #fff;
	text-decoration: none;
}
.menuResponsive a:last-child{
	color: #82dbe1;
}
#burgerIconX{
	display: none;
}
#burgerIconX img, #burgerIcon img{
	width: 27px;
}
#menuDisplay{
	display: none;
}
#burgerIcon{
	display: none;
}
@media screen and (max-width: 1000px) {
	.logo img{
		width: 200px;
	}
	.firstRowHero img {
	    width: 250px;
	}
	.contentFirstRow{
		margin-top: 0;
	}
	.hiText{
		font-size: 100px;
	}
	.textHero, .textAbout, .linkContact{
		font-size: 24px;
	}
	.title2{
		font-size: 50px;
	}
	.title3{
		font-size: 30px;
	}
	.logoSlider {
    	--image-size: 40px;
    }
    .figma {
    	min-width: 30px !important;
	}
    .containerBoxImg{
    	padding: 40px;
    }
    .butonWork{
    	font-size: 20px;
    	padding: 14px;
    }
    .copy{
    	font-size: 18px;
    }
    .firstRowAbout, .firstRowWork, .firstRowContact, .secondRowAbout{
    	gap: 50px;
    }
    .imgRightAbout, .leftFristRowWork {
    	width: calc(30% - 50px);
    	justify-content: flex-start;
    }
    .containerLinkImg:hover .paddingMiez, .containerLinkImg:hover .paddingFlorist{
    	padding: 25px !important;
    }
    .containerLinkImg:hover .containerBoxImg{
    	padding: 20px !important;
    }
    .containerLinkImg:hover .padding45{
    	padding: 35px !important;
    }
    .navigationLinks a{
    	padding-right: 25px;
    }
}
@media screen and (max-width: 950px) {
	.dot2{
		display: none
	}
	.galleryWork {
	    display: grid;
	    grid-template-columns: 1fr 25px 1fr;
	    grid-column-gap: 25px;
	    grid-row-gap: 50px;
	    margin-top: 50px;
	    grid-template-areas:
	        "box1 dot1 box2"
	        "box3 dot3 box4"
	        "box5 dot5 box6";
	    grid-template-rows: auto;
	}
	.box1{
		grid-area: box1;
	}
	.dot1{
		grid-area: dot1;
	}
	.box2{
		grid-area: box2;
	}
	.box3{
		grid-area: box3;
	}
	.dot3{
		grid-area: dot3;
	}
	.box4{
		grid-area: box4;
	}
	.box5{
		grid-area: box5;
	}
	.dot5{
		grid-area: dot5;
	}
	.box1{
		grid-area: box1;
	}
}
@media screen and (max-width: 850px) {
	.logo img{
		width: 100px;
	}
	.navigationLinks a {
    	padding-right: 15px;
    	font-size: 16px;
	}
	.firstRowHero{
		gap: 25px;
	}
	.firstRowHero img{
		width: 150px;
	}
	.hiText{
		font-size: 50px;
	}
	.textHero, .textAbout, .linkContact{
		font-size: 16px;
	}
	.socialLinks {
    	margin-top: 25px;
	}
	.socialLinks a img {
    	width: 20px;
    	height: 20px;
	}
	.secondRowHero{
		gap: 25px;
    	margin-top: -10px;
	}
	.signature {
    	width: calc(70% - 25px) !important;
	}
	.navigationLinks::after{
		bottom: -50px;
	}
	.title2{
		font-size: 25px;
	}
	.title3{
		font-size: 20px;
	}
	.firstRowAbout, .firstRowWork, .firstRowContact, .secondRowAbout{
    	gap: 25px;
    }
	.imgRightAbout, .leftFristRowWork{
		width: calc(30% - 25px);
	}
	.containerLinkContact img{
		width: 20px;
		margin-right: 15px;
	}
	.copy{
		font-size: 12px;
	}
	.contentHero, .contentWork{
		padding-top: 50px;
	}
	.contentAbout{
		padding: 50px 0px;
	}
	.contentSecondRowWork{
		margin-top: 50px;
	}
	.contentWork, .contentHero{
		padding-bottom: 50px;
	}
	.contentContact {
    	padding: 50px 0px;
	}
	.logoSlider {
    	--image-size: 30px;
	}
	.figma {
    	min-width: 20px !important;
	}
	.dot {
    	min-width: 10px !important;
    	height: 10px !important;
	}
	.contentNavigation{
		padding: 30px 0px;
	}
	.secondRowAbout{
		margin-top: 25px;
	}
	.galleryWork{
		margin-top: 25px;
	}
	.containerBoxImg {
    	padding: 55px;
    	height: 180px;
	}
	.butonWork {
    	font-size: 16px;
    	padding: 12px;
	}
}
@media screen and (max-width: 750px) {
	.padding45 {
		padding: 55px !important;
	}
}
@media screen and (max-width: 650px) {
	.navigationLinks{
		display: none;
	}
	#burgerIcon{
		display: block;
		position: relative;
		z-index: 9999 !important;
	}
	#burgerIcon::after{
		content: '';
    	background-color: #82dbe1;
    	width: 100px;
    	height: 1px;
    	right: -50px;
    	bottom: -50px;
    	position: absolute;
	}
	.burgerMenu img{
		width: 30px;
	}
	.containerBoxImg{
		padding: 20px;
	}
	.padding45{
		padding: 45px !important;
	}
	.secondRowHero{
		margin-top: 25px;
	}
	.navigation{
		position: sticky;
    	top: 0;
    	background-color: #242424;
    	z-index: 8888;
	}
}
@media screen and (max-width: 550px) {
	.galleryWork{
		grid-template-columns: 1fr 15px 1fr;
    	grid-column-gap: 10px;
    	grid-row-gap: 20px;
	}
	.dotWork{
		width: 15px;
    	height: 10px;
	}
	.containerBoxImg{
		height: 120px;
	}
	.containerBoxImg {
    	padding: 30px;
	}
	.padding45 {
    	padding: 25px !important;
	}
}
@media screen and (max-width: 500px) {
	.menuResponsive{
		padding: 0;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.contentNavigation {
    	padding: 20px 0px;
	}
	.container{
		padding: 0px 20px;
	}	
	.copy{
		padding-left: 20px;
	}
	#burgerIcon::after{
		right: -20px;
    	bottom: -40px;
    	width: 20px;
	}
	.contentWork, .contentHero{
		padding-bottom: 20px;
	}
	.contentHero, .contentWork{
		padding-top: 20px;
	}
	.contentAbout::before{
		left: -20px;
		width: 20px;
	}
	.socialLinks a img{
		width: 20px;
    	height: 20px;
    	margin-right: 15px;
	}
	.socialLinks{
		margin-top: 20px;
	}
	.textHero, .textAbout, .linkContact{
		font-size: 14px;
	}
	.hiText{
		font-size: 30px;
	}
	.firstRowHero{
		gap: 20px;
	}
	.secondRowHero{
		gap: 20px;
	}
	.signature {
    	width: calc(70% - 20px) !important;
	}
	.contentAbout {
    	padding: 20px 0px;
	}
	.firstRowAbout{
		flex-wrap: wrap-reverse;
    	gap: 0;
    	justify-content: end;
	}
	.textLeftAbout{
		margin-top: -30px;
		width: 100%;
	}
	.imgRightAbout{
		width: 80px;
	}
	.secondRowAbout {
    	margin-top: 20px;
	}
	.logoSlider img{
		margin: 0 5px;
	}
	.first {
    	margin-left: -5px !important;
	}
	.dot {
    	min-width: 5px !important;
    	height: 5px !important;
	}
	.logoSlider {
    	--image-size: 20px;
	}
	.contentWork::before{
		width: 20px;
		right: -20px;
	}
	.rightFristRowWork {
   		width: 100%;
   		margin-top: -30px;
	}
	.firstRowWork{
		flex-wrap: wrap;
    	gap: 0;
    	justify-content: end;
	}
	.textAbout{
		margin-top: 20px;
	}
	.contentSecondRowWork{
		margin-top: 30px;
	}
	.galleryWork{
		margin-top: 20px;
	}
	.contentWork::after{
		width: 20px;
		left: -20px;
	}
	.contentContact{
		padding: 20px 0px;
	}
	.firstRowContact{
		gap: 0;
    	flex-wrap: wrap-reverse;
    	justify-content: end;
	}
	.leftFirstRowContact{
		width: 100%;
    	margin-top: -30px;
	}
	.dotCopy{
		width: 5px;
    	height: 5px;
	}
	.contentContact::after{
		width: 20px;
		bottom: 0;
	}
	.footerCopy {
    	width: 100%;
    	height: 60px;
	}
	.menuResponsive{
		font-size: 16px;
	}
	.figma {
    	min-width: 15px !important;
	}
	.leftFristRowWork{
		width: 80px;
	}
	.menuResponsive{
		gap: 35px;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 450px) {
	.padding45 {
    	padding: 30px !important;
	}
	.containerBoxImg {
    	padding: 10px;
	}
	#burgerIconX img, #burgerIcon img {
    	width: 20px;
	}
}
@media screen and (max-width: 400px) {
	.imgHeroResponsive{
		display: block;
    	background-image: url(./images/imageHero1.png);
    	width: 100%;
    	margin-top: -150px;
    	filter: grayscale(1);
    	background-position-y: bottom;
    	background-size: cover;
	}
	.contentFirstRow{
		width: calc(70% - 20px);
	}
	.signature{
		height: 50px;
    	width: calc(70% - 20px) !important;
	}
	.displayNoneMobile{
		display: none;
	}
}