@font-face {
    font-family: myFont;
    src: url(Inter-SemiBold.ttf);
}

@font-face {
	font-family: ownFont;
	src: url(Inter-ExtraLight.ttf);
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	font-family: myFont;
	scroll-behavior: smooth;
}
a {
	text-decoration: none;
}
.container {
	min-height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sajt, .fabriken {
	color: white;
  }

  .sajt5, .fabriken5 {
	color: rgba(38, 28, 63, 1);
	color: transparent !important;
  }

img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
p {
	color: black;
	font-size: 1.4rem;
	margin-top: 5px;
	line-height: 2.5rem;
	font-weight: 300;
	letter-spacing: 0.05rem;
}

@font-face {
	font-family: myFont;
	src: url(Inter-SemiBold.ttf);
  }
  
  @font-face {
	font-family: myFontBold;
	src: url(Inter-Bold.ttf);
  }

  .flex-container2 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 2vw;
  }

  .flex-container3 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 50px;
  }
  
  
  .image-cropper2 {
	width: calc(33.33vw - 350px);
	height: 590.5vw;
	max-width: 380px;
	max-height: 650px;
	min-width: 180px;
	min-height: 400px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; 
	background-image: url('grasspicture.png');
	margin-top: 75px;
  }
  
  .regular-image {
	background-image: url('baloon.png');
	height: 650px; /* height stays the same*/
	width: calc(33.33vw - 20px); /* width is now set to match .image-cropper on larger screens */
	margin-top: 115px;
  }
  
  .text-div2 {
	width: calc(30% - 20px);
	text-align: center;
	margin: 10px;
  
  }


  

  

  .cooltext {
	font-family: myFont;
	font-size: 50px;
	text-align: center;
	margin-top: 100px;
	width: 100%; /* Or whatever width you want to specify */
	overflow-wrap: normal;
	white-space: normal;
  }
  
  .coolertext {
	font-family: myFont;
	font-size: 20px;
	width: 100%; /* Or whatever width you want to specify */
	overflow-wrap: normal;
	white-space: normal;
  }
  
 
  
  @media (max-width: 768px) {
	.flex-container2 h1 {
		margin-top: 10px !important;
		text-align: center !important;
		font-size: 3rem !important;
	}
	}
  
	@media (max-width: 768px) {
		.flex-container2 p {
			text-align: center !important;
		}
		}


	.flex-container2 h1 {
		margin-top: 60px;
		font-size: clamp(2.8rem, 3vw, 5rem);
		text-align: left;
		font-family: myFontBold;
	}

	.flex-container3 h1 {
		margin-top: 100px;
		font-size: clamp(2.8rem, 3vw, 5rem);
		text-align: center;
		font-family: myFontBold;
		
	}

.Admin {
	color: rgb(255, 0, 0);
}

	.flex-container3 p {
		text-align: center;
		font-size: 2rem;
		margin-top: 40px;
	}

	.flex-container2 p {
		text-align: left;
		font-size: 2rem;
	}

.custom-container {
    display: flex;
    justify-content: center;  /* align items in the center */
    background-color: #7B91CD;
    padding: 20px;
    padding-top: 50px;
    flex-direction: column; /* makes the items stack vertically */
	padding-bottom: 20vh;
	margin-top: 100px;
}

.section h2 {
    text-align: center;
}

.textt {
    max-width: 800px; /* Adjust this value to what looks good to you */
    margin: 0 auto; /* This will center the paragraph */
}

.box-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.custom-box {
    width: 400px;  /* Full width for small screens */
    height: 700px; /* this makes the box's height responsive */
    background-color: white;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1); 
    margin: 0.5% 1%;  /* Adjust space around the boxes */
    min-height: 500px; /* this sets a minimum height for the box */
    max-height: 650px;
}

.bold-text {
    font-size: 40px; /* adjust size as needed */
    font-family: myFont;
    padding: 10px; /* add some padding */
}

.small-text {
    font-size: 15px; /* adjust size as needed */
    padding: 10px; /* add some padding */
    font-family: myFont;
}

.box-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%; /* Set this to the desired height percentage */
    padding: 10px; /* Adjust padding as desired */
    max-height: 250px;
}

.help {
    text-align: center;
    width: 100%;
	padding-bottom: 4vh;
	padding-top: 10vh;
	color: white;
	font-size: 60px;
}

.box-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: 105%;
    background-position: center;
    transition: background-size 0.3s ease;
    box-sizing: border-box;
    max-height: 100%;
}

.box-image:hover {
    background-size: 100%;
}
ox-text {
    padding: 20px;
}

@media (max-width: 350px) {
    .custom-box {
        width: 90%; /* This will take up 90% of screen width when the screen is 350px or less */
        height: 300px; /* Reduce the height */
    }
} 
  .fabriken {
	font-family: ownFont;
	font-size: 2.95rem; /* Adjust the size as needed */
  }


.sajt5 {
	font-size: 3.95rem; /* Adjust the size as needed */
  }
  .fabriken5 {
	font-family: ownFont;
	font-size: 3.95rem; /* Adjust the size as needed */
  }

.our-references {
  margin-bottom: 20px;

}

body.no-scroll {
    overflow: hidden;
  }

.section-title {
	font-size: 4rem;
	font-weight: 800;
	color: black;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	text-align: center;
    margin-top: -4rem;
}



.textt {
text-align: center;
    margin-bottom: 15rem;
    color:rgb(31, 30, 30);
    font-weight: 800;
}

.section-titlee {
	font-size: 4rem;
	font-weight: 800;
	color: black;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	text-align: center;
    margin-top: -4rem;
    margin-bottom: -7rem;
}

.texttt {
    text-align: center;
        margin-bottom: 5rem;
        color:rgb(31, 30, 30);
        font-weight: 800;
    }

.section-title span {
	color: rgb(250, 137, 45);
    font-weight: 800;
}

.section-title span.contact {
  margin-right: -50px;
}

.cta2 {
	display: inline-block;
	padding: 10px 30px;
	color: rgba(38, 28, 63, 1);
	background-color: transparent;
	border: 2px solid rgba(38, 28, 63, 1);
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin-top: 30px;
	transition: 0.3s ease;
	transition-property: background-color, color;
}

.cta2:hover {
	color: white;
	background-color: rgba(38, 28, 63, 1);
}

.cta {
	display: inline-block;
	padding: 10px 30px;
	color: white;
	background-color: transparent;
	border: 2px solid rgba(38, 28, 63, 1);
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin-top: 30px;
	transition: 0.3s ease;
	transition-property: background-color, color;
}
.cta:hover {
	color: white;
	background-color: rgba(38, 28, 63, 1);
}
.brand h1 {
	font-size: 3rem;
	text-transform: uppercase;
	color: white;
}
.brand h1 span {
	color: rgba(38, 28, 63, 1);
}

/* Header section */
#header {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100vw;
	height: auto;
}
#header .header {
	min-height: 8vh;
	background-color: rgba(31, 30, 30, 0.24);
	transition: 0.3s ease background-color;
}



#header .nav-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	max-width: 1300px;
	padding: 0 10px;
}
#header .nav-list ul {
	list-style: none;
	position: absolute;
	background-color: rgb(31, 30, 30);
	width: 100vw;
	height: 100vh;
	left: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;

	transition: 0.5s ease left;
}
#header .nav-list ul.active {
	left: 0%;
}



.underline {
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 100%;
    height: 0.05cm;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out, transform 0.3s ease-out;
    transform: scaleX(0);
    transform-origin: right;
  }
  
  .white-underline {
    background-color: white;
  }
  
  .black-underline {
    background-color: black;
  }


#header .nav-list ul a {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	padding: 20px;
	display: block;
    transition: background-color 0.3s ease;
    position: relative;
}

#header .nav-list ul a .underline {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: 0.3s ease;
  }
  


  #header .nav-list ul a:hover .underline {
    background-color: black;
  }

  #header.scrolled {
    border-bottom: 1px solid black;
  }
  
  #header.scrolled .nav-list ul a:hover .underline {
    background-color: white;
  }

#header .nav-list ul a::after {
	content: attr(data-after);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	color: rgba(240, 248, 255, 0.021);
	font-size: 13rem;
	letter-spacing: 50px;
	z-index: -1;
	transition: 0.3s ease letter-spacing;
}
#header .nav-list ul li:hover a::after {
	transform: translate(-50%, -50%) scale(1);
	letter-spacing: initial;
}

#header .hamburger {
	height: 60px;
	width: 60px;
	display: inline-block;
	border: 3px solid white;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	cursor: pointer;
	transform: scale(0.8);
	margin-right: 20px;
}
#header .hamburger:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 3px solid var(--bar-color);
  }
  #header .hamburger .bar {
    height: 2px;
    width: 30px;
    position: relative;
    background-color: var(--bar-color);
    z-index: -1;
    --bar-color: rgba(38, 28, 63, 1);
    
  }
  #header .hamburger .bar::after,
  #header .hamburger .bar::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: var(--bar-color);
    transition: background-color 0.3s ease;
    transition: 0.3s ease;
    transition-property: top, bottom;
  }
#header .hamburger .bar::after {
	top: 8px;
}
#header .hamburger .bar::before {
	bottom: 8px;
}
#header .hamburger.active .bar::before {
	bottom: 0;
}
#header .hamburger.active .bar::after {
	top: 0;
}
/* End Header section */

/* Hero Section */
#hero {
	background-image: url(imagefreedom.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
}
#hero::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;

	opacity: 0.7;
	z-index: -1;
}
#hero .hero {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
	justify-content: flex-start;
}
#hero h1 {
	display: block;
	width: fit-content;
	font-size: 4rem;
	position: relative;
	color: transparent;
	animation: text_reveal 0.5s ease forwards;
	animation-delay: 1s;
}
#hero h1:nth-child(1) {
	animation-delay: 1s;
}
#hero h1:nth-child(2) {
	animation-delay: 2s;
}
#hero h1:nth-child(3) {
	animation: text_reveal_name 0.5s ease forwards;
	animation-delay: 3s;
}
#hero h1 span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: rgba(38, 28, 63, 1);
	animation: text_reveal_box 1s ease;
	animation-delay: 0.5s;
}
#hero h1:nth-child(1) span {
	animation-delay: 0.5s;
}
#hero h1:nth-child(2) span {
	animation-delay: 1.5s;
}
#hero h1:nth-child(3) span {
	animation-delay: 2.5s;
}

/* End Hero Section */

/* Services Section */
#services .services {
	flex-direction: column;
	text-align: center;
	max-width: 1500px;
	margin: 0 auto;
	padding: -500px 0;
}
#services .service-top {
	max-width: 1200px;
	margin: 0 auto;
}
#services .service-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
}


#services .service-item {
	flex-basis: 80%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 30px;
	border-radius: 10px;
	background-image: url(305206390_605989161051242_6835077888290240620_n.jpg);
	background-size: cover;
	margin: 10px 5%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#services .service-item::after {
	content: '';
	position: absolute;
	left: 0;
	top:  0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
	opacity: 0.9;
	z-index: -1;
}
#services .service-bottom .icon {
	height: 80px;
	width: 80px;
	margin-bottom: 20px;
}
#services .service-item h2 {
	font-size: 2rem;
	color: white;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#services .service-item p {
	color: white;
	text-align: left;
}
/* End Services Section */
#contact {
margin-top: -250px;
}

.projectsss-image img {
    height: 100% !important;
    object-fit: cover !important; /* or 'contain', depending on your needs */
}

.thin {
	height: 100%;
	width: 5%; /* Adjust this value as per your requirement */
	object-fit: cover; 
}

/* Projects section */
#projects .projects {
	flex-direction: column;
	max-width: 100%;
	padding: 100px 0;
}

.image-wrapper {
    height: 100vh; /* This will make the image take up the full viewport height. Adjust as needed. */
    overflow: hidden;
}

.res-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This will make the image keep its aspect ratio, while fitting within the given dimensions. */
}

#projectss .projectss {
    flex-direction: column;
    width: 100vw; /* Set width to 100% of the viewport width */
    box-sizing: border-box; /* To include padding in the element's total width */
    padding: 100px 0;
    background-color: rgb(245, 247, 248);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
#projects .projects-header h1 {
	margin-bottom: 50px;
}

#projects .projects-headerr h1 {
	margin-bottom: 50px;
}

.images-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
}


.middle-image {
    height: 200px; /* Set height of the middle image to be taller */
}

.image-block {
    text-align: center;
    max-width: 300px;
    margin: 0 10px;
    flex: 1 1 300px;
    position: relative;
    overflow: hidden; /* hide the overflow */
 

}

.text-container {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 10px;
	margin: 0;
	font-size: 14px;
	text-align: center;
	opacity: 1;
	z-index: 2;
	overflow: visible !important;
  }

  .text-container p {
	margin: 0;
  }
.image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* maintain aspect ratio of the image */
    transform: scale(1.05); /* initially, scale up the image */
    transition: transform 0.3s ease-in-out; /* transition effect */
}
.image-block:hover img {
    transform: scale(1); /* scale down to the original size on hover */
}

@media screen and (min-width: 1200px) {
    .image-block {
        flex: 1 1 300px; /* Allow growing when the screen is large enough */
        max-width: 500px; /* Set a maximum width */
    }
}

@media screen and (max-width: 768px) {
    .image-block {
        flex: 1 1 200px; /* Adjusting the base width for smaller screens */
    }
}

@media screen and (max-width: 480px) {
    .image-block {
        flex: 1 1 100%; /* On very small screens like mobile, images take full width */
        margin: 10px 0; /* Adjusting margin for very small screens */
    }
}

#projects .all-projects {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.projects-headerr {
    text-align: center;
}

#projects .project-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 10px;
    height: auto;
  }
#projects .project-info {
	padding: 30px;
	flex-basis: 50%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	background-image: linear-gradient(60deg, rgba(38, 28, 63, 1) 0%, rgba(38, 28, 63, 1) 100%);
	background-size: cover;
	color: black;
    font-weight: 500;
}

.black-line {
	position: relative;
	color: rgb(241, 241, 241);
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 50px;
	font-size: 3rem;
	text-transform: uppercase;
	padding-top: 50px;
  }

  .bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
  }


.blacklinebutton {
	display: inline-block;
	padding: 10px 30px;
	color: rgb(241, 241, 241);
	background-color: transparent;
	border: 1px solid rgb(241, 241, 241);
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: 0.3s ease;
	transition-property: background-color, color;
    font-family: myFont;
}
.blacklinebutton:hover {
	color: rgb(0, 0, 0);
	background-color: rgb(241, 241, 241);
}

#projects .project-info h1 {
	font-size: 4rem;
	font-weight: 900;
}
#projects .project-info h2 {
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 10px;
}
#projects .project-info p {
	color: black;
    font-weight: bold;
}
#projects .project-info2 {
	padding: 30px;
	flex-basis: 50%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	background-image: linear-gradient(60deg, rgba(38, 28, 63, 1) 0%, rgba(38, 28, 63, 1) 100%);
	background-size: cover;
	color: black;
    font-weight: bold;
}
#projects .project-info2 h1 {
	font-size: 4rem;
	font-weight: 800;
}


#projects .project-info2 h2 {
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 10px;
}
#projects .project-info2 p {
	color: black;
    font-weight: bold;
}
#projects .project-img {
	flex-basis: 50%;
	overflow: hidden;
	position: relative;
} 

#projects .project-info3 {
	padding: 30px;
	flex-basis: 50%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	background-image: url('idkk.png');
	color: black;
    font-weight: 500;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}


#projects .project-info3 h1 {
	font-size: 4rem;
	font-weight: 800;
}



#projects .project-info3 h2 {
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 10px;
}
#projects .project-info3 p {
	color: black;
    font-weight: bold;
}

.footerimagecontainer {
	display: flex;
    align-items: center;  /* vertically aligns the child item */
    justify-content: center;
}

.footerimg {
	height: 5.5rem;
	width: auto;
	margin-bottom: 2s0px;
}

.logo {
	height: 5rem; /* Adjust the size as needed */
	width: auto;
	vertical-align: middle;
  }

  .logo5 {
	height: 3.5rem; /* Adjust the size as needed */
	width: auto;
	vertical-align: middle;
  }

#projects .project-info4 {
	padding: 30px;
	flex-basis: 50%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	background-image: url('efv.png');
	color: black;
    font-weight: 500;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
	
}


#projects .project-info4 h1 {
	font-size: 4rem;
	font-weight: 800;
}


#projects .project-info4 h2 {
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 10px;
}
#projects .project-info4 p {
	color: black;
    font-weight: bold;
}

#projects .project-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0.7;
}
#projects .project-img img {
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease transform;
  }
#projects .project-item:hover .project-img img {
	transform: scale(1.1);
}


/* End Projects section */

/* About Section */
#about .about {
	flex-direction: column-reverse;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 20px;
}
#about .col-left {
	width: 250px;
	height: 360px;
}
#about .col-right {
	width: 100%;
}
#about .col-right h2 {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	margin-bottom: 10px;
}
#about .col-right p {
	margin-bottom: 20px;
}
#about .col-right .cta .cta2 {
	color: black;
	margin-bottom: 50px;
	padding: 10px 20px;
	font-size: 2rem;
}
#about .col-left .about-img {
	height: 100%;
	width: 100%;
	position: relative;
	border: 10px solid white;
}
#about .col-left .about-img::after {
	content: '';
	position: absolute;
	left: -33px;
	top: 19px;
	height: 98%;
	width: 98%;
	border: 7px solid rgb(0, 238, 255);
	z-index: -1;
}
/* End About Section */

/* contact Section */
#contact .contact {
	flex-direction: column;
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
    padding: 100px;
}

#contact .contact-items {
	/* max-width: 400px; */
	width: 100%;
}
#contact .contact-item {
	width: 80%;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	padding: 30px;
	margin: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 0px 0px 18px 0 #0000002c;
	transition: 0.3s ease box-shadow;
  background-color: #485563;
}
#contact .contact-item:hover {
	box-shadow: 0px 0px 5px 0 #0000002c;
}
#contact .icon {
	width: 70px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#contact .contact-info h1 {
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 5px;
  color: white;
}
#contact .contact-info h2 {
	font-size: 1.3rem;
	line-height: 2rem;
	font-weight: 500;
  color: rgb(224, 224, 224)
}
/*End contact Section */



/* Footer */
#footer {
	background-color: rgba(2, 195, 192, 1);
}
#footer .footer {
	min-height: 100px;
	flex-direction: column;
	padding-top: px;
	padding-bottom: 10px;
}
#footer h2 {
	color: white;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer .social-icon {
	display: flex;
	margin-bottom: 30px;
}
#footer .social-item {
	height: 50px;
	width: 50px;
	margin: 0 5px;
}
#footer .social-item img {
	filter: grayscale(1);
	transition: 0.3s ease filter;
}
#footer .social-item:hover img {
	filter: grayscale(0);
}
#footer p {
	color: white;
	font-size: 1.3rem;
}
/* End Footer */
/* Keyframes */

.black-brand {
    color: black;
  }
  
  .black-hamburger {
    border-color: rgba(38, 28, 63, 1);
  }
  
  .black-hamburger-bar {
    background-color: rgba(38, 28, 63, 1);
  }
	

@keyframes text_reveal_box {
	50% {
		width: 100%;
		left: 0;
	}
	100% {
		width: 0;
		left: 100%;
	}
}
@keyframes text_reveal {
	100% {
		color: white;
	}
}
@keyframes text_reveal_name {
	100% {
		color: rgba(38, 28, 63, 1);
		font-weight: 500;
	}
}

.flex-container3 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: flex-start;
  }
  
  .copyright {
	text-align: center;
	justify-content: center;
  }

  .image-cropper3 {
	width: calc(33.33vw - 350px);
	height: 590.5vw;
	max-width: 380px;
	max-height: 650px;
	min-width: 180px;
	min-height: 400px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; 
	background-image: url('suddig2.jpg');
	margin-top: 100px;
  }
  
  .regular-image2 {
	width: calc(33.33vw - 350px);
	height: 590.5vw;
	max-width: 380px;
	max-height: 650px;
	min-width: 180px;
	min-height: 400px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; 
	background-image: url('suddig.jpg');
	margin-top: 70px;
  }
  
  .text-div3 {
	width: calc(30% - 20px);
	text-align: center;
	margin: 10px;
  
  }
  
  .cooltext {
	font-family: myFont;
	font-size: 50px;
	text-align: center;
  }
  
  .coolertext {
	font-family: myFont;
	font-size: 20px;
	text-align: center;
	word-wrap: break-word;
  }
  
  @media (max-width: 768px) {
	.image-cropper3, .regular-image2 {
		width: calc(50% - 350px);
	}
  
	.text-div3 {
		width: calc(100% - 20px);
		order: -1; 
	}
  }
  
  @media (max-width: 768px) {
	.regular-image2 {
		width: calc(33.33vw - 20px);
		height: 66.66vw;
		max-width: 380px;
		max-height: 800px;
		min-width: 180px;
		min-height: 400px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
  }
  
  @media (max-width: 768px) {
	.image-cropper3 {
		width: calc(33.33vw - 20px);
		height: 66.66vw;
		max-width: 380px;
		max-height: 800px;
		min-width: 180px;
		min-height: 400px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
  }

  @media (max-width: 768px) {
	.image-cropper2, .regular-image {
		width: calc(50% - 350px);
	}
  
	.text-div2 {
		width: calc(100% - 20px);
		order: 3; 
	}
  }
  
  @media (max-width: 768px) {
	.regular-image {
		width: calc(33.33vw - 20px);
		height: 66.66vw;
		max-width: 380px;
		max-height: 800px;
		min-width: 180px;
		min-height: 400px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-image: url('20c7914b-1209-4f12-b576-7a747256463e.png') !important;
	}
  }
  
  @media (max-width: 768px) {
	.image-cropper2 {
		width: calc(33.33vw - 20px);
		height: 66.66vw;
		max-width: 380px;
		max-height: 800px;
		min-width: 180px;
		min-height: 400px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
  }
/* End Keyframes */

/* Media Query For Tablet */
@media only screen and (min-width: 768px) {
	.cta  {
		font-size: 2.5rem;
		padding: 20px 60px;
	}
	.cta2  {
		font-size: 2rem;
		padding: 20px 60px;
	}
	h1.section-title {
		font-size: 6rem;
	}

	/* Hero */
	#hero h1 {
		font-size: 7rem;
	}
	/* End Hero */

	/* Services Section */
	#services .service-bottom .service-item {
		flex-basis: 45%;
		margin: 2.5%;
	}
	/* End Services Section */

	/* Project */
	#projects .project-item {
		flex-direction: row;
	}
	#projects .project-item:nth-child(even) {
		flex-direction: row-reverse;
	}
	#projects .project-item {
		height: 400px;
		margin: 0;
		width: 100%;
		border-radius: 0;
	}
	#projects .all-projects .project-info {
		height: 100%;
	}
	#projects .all-projects .project-img {
		height: 100%;
	}
	/* End Project */

	/* About */
	#about .about {
		flex-direction: row;
	}
	#about .col-left {
		width: 600px;
		height: 400px;
		padding-left: 60px;
	}
	#about .about .col-left .about-img::after {
		left: -45px;
		top: 34px;
		height: 98%;
		width: 98%;
		border: 10px solid rgba(38, 28, 63, 1);
	}
	#about .col-right {
		text-align: left;
		padding: 30px;
	}
	#about .col-right h1 {
		text-align: left;
	}

  .section-title + .references {
    margin-top: -50px;
  }
	/* End About */

	/* contact  */
	#contact .contact {
		flex-direction: column;
		padding: 100px 0;
		align-items: center;
		justify-content: center;
		min-width: 20vh;
	}
	#contact .contact-items {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		margin: 0;
	}
	#contact .contact-item {
		width: 30%;
		margin: 0;
		flex-direction: row;
	}
	#contact .contact-item .icon {
		height: 100px;
		width: 100px;
	}
	#contact .contact-item .icon img {
		object-fit: contain;
	}
	#contact .contact-item .contact-info {
		width: 100%;
		text-align: left;
		padding-left: 20px;
	}
	/* End contact  */
}
/* End Media Query For Tablet */

/* Media Query For Desktop */
@media only screen and (min-width: 1200px) {
	/* header */
	#header .hamburger {
		display: none;
	}
	#header .nav-list ul {
		position: initial;
		display: block;
		height: auto;
		width: fit-content;
		background-color: transparent;
	}
	#header .nav-list ul li {
		display: inline-block;
	}
	#header .nav-list ul li a {
		font-size: 1.8rem;
	}
	#header .nav-list ul a:after {
		display: none;
	}

    #header.scrolled .nav-list ul li a {
        color: white;
      }
	/* End header */

	#services .service-bottom .service-item {
		flex-basis: 22%;
		margin: 1.5%;
	}
}

.invisible {
  color: transparent;
}

.language-switch {
	display: flex;
	align-items: center;
	margin-left: 20px;
	padding-right: 20px;
  }
  
  #flag-icon {
	cursor: pointer;
	width: 30px;
  }

  .hidden {
	display: none !important;
  }