@charset "utf-8";
/* CSS Document */

/*font group*/
/*Sans serif font for headline:
.poppins-regular {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}

.poppins-medium {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: normal;
}
*/

/*Serif font for paragrah:
.playfair-display-regular {
font-family: "Playfair Display", serif;
font-weight: 400;
font-style: normal;
}

.playfair-display-bold {
font-family: "Playfair Display", serif;
font-weight: 700;
font-style: normal;
}
*/

/*Script front for accent:
.inspiration-regular {
  font-family: "Inspiration", cursive;
  font-weight: 400;
  font-style: normal;
}
*/

h1, h2, h3, h4, h5, h6 {font-family: 'poppins', sans-serif;}

p {font-family: 'playfair-display', serif;}


/*color group*/
/*fuse.:
peacoat: #212B40
opal*: #A4BFB5
gainsboro*: #D9D8D7
aluminim*: #8C8C8C
eigengrau*: #131926
flamingo: #E35D40
*/

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col-md-5 img {
    width: 100%; /* ✅ Forces consistent sizing */
}


img {
    max-width: 100%;
    object-fit: cover; /* ✅ Makes images uniform */
    width: 100%;
    height: auto;
}


/* Home Section */
.home {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #212B40;
}

.home h1 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 70px;
    font-weight: 400;
    line-height: 133px;
    letter-spacing: 0.5px;
    justify-content: center; /* ✅ Add semicolon here */
}


.home h2 {
	color: #A4BFB5;
	text-align: center;
	font-family: Inspiration;
	font-size: 96px;
	font-style: normal;
	font-weight: 400;
	line-height: 200px; /* 25% */
	letter-spacing: 0.5px;
}

.practical {
    margin-top: 10px;
    width: auto;
    padding-bottom: 40px;
}

.practical h3 {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 42px; /* 66.667% */
	letter-spacing: 0.5px;
	background: #212B40;
	display: flex;
	height: 75px;
	width: auto;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.practical h6 {
	color: #131926;
	font-family: "Playfair Display";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px; /* 170.833% */
	letter-spacing: 0.5px;
}

.design {
	padding-top: 40px;
}

.design h3 {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 42px; /* 66.667% */
	letter-spacing: 0.5px;
	background: #212B40;
	display: flex;
	height: 75px;
	width: auto;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.design h6 {
	color: #131926;
	font-family: "Playfair Display";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px; /* 170.833% */
	letter-spacing: 0.5px;
}

.hover-image {
  transition: 0.3s ease-in-out;
}

#branding:hover {
 content: url("../images/branding_h.png");
}

#enterprise:hover {
	content: url("../images/enterprise.png");
}

#flyers:hover {
  content: url("../images/flyers-brochures_h.jpg");
}

#virtual:hover {
  content: url("../images/virtual-backgrounds_h.jpg");
}

#graphic:hover {
  content: url("../images/graphic_h.png");
}

#motion:hover {
  content: url("../images/motion.jpg");
}

#photo:hover {
  content: url("../images/photography.jpg"); /* Change to another image */
}

#ux:hover {
  content: url("../images/ux_ui.jpg"); /* Change to another image */
}

/* Footer */
footer {
  padding: 20px 0 20px;
  background-color: var(--peacoat);
  color: white;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}
.email-link {
  margin-left: 10px;
  display: inline-block;
  text-decoration: none;
}
.bi-envelope-fill {
  fill: white;
  transition: transform 0.3s ease-in-out;
}
.email-link:hover .bi-envelope-fill {
  transform: scale(1.1);
}

/* Responsive Media Queries */
@media screen and (max-width: 1024px) {
    .home, .practical, .design {
        height: auto;
        padding: 50px 0;
    }
}

/* X-SMALL SIZE ONLY (350px) */
@media screen and (min-width: 350px) {
     .offset-2 {
        margin-left: 0 !important; /* ✅ Removes offset */
    }
    .col-md-5 {
        width: 100%; /* ✅ Makes columns full width */
    }
    #graphic, #photo {
        width: 100%; /* ✅ Ensures images fill the container */
        max-width: none; /* ✅ Prevents unnecessary scaling */
    }
    .offset-2 {
        margin-left: 0 !important; /* ✅ Removes the offset */
    }
    .col-md-5 {
        width: 100%; /* ✅ Makes columns full-width on small screens */
    }

    #branding, #flyers {
        width: 100%; /* ✅ Ensures images scale correctly */
        max-width: none; /* ✅ Prevents unnecessary constraints */
    }

	.home h1{
		font-size: 45px;
		line-height: 50px; /* 156.471% */
		padding: 0 16px; /* ✅ Adds space left & right */
	}
	.home h2 {
		font-size: 49px;
		line-height: 100px; /* 25% */
	}
	.practical h3 {
		font-size: 18px;
		line-height: 12px; /* 66.667% */
		display: flex;
	}
	.practical h6 {
		font-size: 12px;
		font-style: normal;
		margin-left: 5px;
		line-height: 20px; /* 170.833% */
	}
	.design h3 {
		font-size: 18px;
		line-height: 12px; /* 66.667% */
		display: flex;
	}
	.design h6 {
		font-size: 12px;
		font-style: normal;
		margin-left: 5px;
		line-height: 20px; /* 170.833% */
	}
	footer {
    font-size: 14px;
    line-height: 1.4;
    padding: 12px 8px;
  }

  .email-link svg {
    width: 22px;
    height: 22px;
  }
}

/* SMALL SIZE (576px) */
@media screen and (min-width: 576px) {

	.home h1{
		font-size: 50px;
		line-height: 60px; /* 156.471% */
		}
	.home h2 {
		font-size: 55px;
		line-height: 100px; /* 25% */
	}
	.practical h3 {
		font-size: 20px;
		line-height: 12px; /* 66.667% */
		display: flex;
	}
	.practical h6 {
		font-size: 14px;
		font-style: normal;
		margin-left: 5px;
		line-height: 20px; /* 170.833% */
		}
	.design h3 {
		font-size: 20px;
		line-height: 12px; /* 66.667% */
		display: flex;
		}
	.design h6 {
		font-size: 14px;
		font-style: normal;
		margin-left: 5px;
		line-height: 20px; /* 170.833% */
		}
	footer {
    font-size: 16px;
    padding: 14px 10px;
  }

  .email-link {
    margin-left: 8px;
  }

  .email-link svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
	footer {
    font-size: 18px;
    padding: 16px 0;
  }

  .email-link svg {
    width: 26px;
    height: 26px;
  }
}

/* MEDIUM SIZE (768px) */
@media screen and (min-width: 768px) {
	.offset-2 {
        margin-left: 16.6667% !important; /* ✅ Restores Bootstrap's default offset */
    }
    .col-md-5 {
        width: 41.6667% !important; /* ✅ Restores default column width */
    }
    #branding, #flyers {
        width: 100% !important; /* ✅ Ensures full responsiveness */
        max-width: none !important; /* ✅ Prevents overriding constraints */
    }
	.home h1{
		font-size: 55px;
		line-height: 75px; /* 156.471% */
	}
	.home h2 {
		font-size: 60px;
		line-height: 125px; /* 25% */
	}
	.practical h3 {
		font-size: 24px;
		line-height: 12px; /* 66.667% */
		display: flex;
	}
	.practical h6 {
		font-size: 18px;
		font-style: normal;
		margin-left: 5px;
		line-height: 20px; /* 170.833% */
	}
	.design h3 {
		font-size: 24px;
		line-height: 12px; /* 66.667% */
		display: flex;
	}
	.design h6 {
		font-size: 18px;
		font-style: normal;
		margin-left: 5px;
		line-height: 20px; /* 170.833% */
	}
}

/* LARGE SIZE (992px) */
@media screen and (min-width: 992px) {
	.home h1{
		font-size: 70px;
		line-height: 85px; /* 156.471% */
	}
	.home h2 {
		font-size: 75px;
		line-height: 150px; /* 25% */
	}
	.practical h3 {
		font-size: 30px;
		line-height: 12px; /* 66.667% */
		display: flex;
	}
	.practical h6 {
		font-size: 20px;
		font-style: normal;
		margin-left: 5px;
		line-height: 20px; /* 170.833% */
	}
	.design h3 {
		font-size: 36px;
		line-height: 12px; /* 66.667% */
		display: flex;
	}
	.design h6 {
		font-size: 20px;
		font-style: normal;
		margin-left: 5px;
		line-height: 20px; /* 170.833% */
	}
	footer {
    font-size: 20px;
    padding: 18px 0;
  }
}
