
.rotate-text-one {
	position: absolute;
	left: -20px;
	bottom: 10px;
  transform: rotate(90deg);
}

.homepage-buttons-A {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: 1 auto;
	margin: 0 auto;
	padding-top: 108px;
	padding-bottom: 90px;
	max-width: 600px;

	grid-column-gap: 10px;
/*	grid-row-gap: 0px; */
	
	font-family: "Inter", sans-serif;
/*	font-weight: 400;*/
	font-style: normal;
	font-variant: normal;
	font-size: 27px;
	line-height: 42px;
	letter-spacing:  -0.011px;	
	color: #dbdbdb;
}

.HP-B-A { grid-area: 1 / 1 / 2 / 2; }
.HP-B-B { grid-area: 1 / 2 / 2 / 3; }

.HP-B-A, .HP-B-B {  
	position: relative;
/*	background-color: black;*/
	text-align: center;
}

@media all and (max-width: 734px) and (min-width: 0px) {

.homepage-buttons-A {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: repeat(2, auto);
	margin: 0 auto;
	padding-top: 60px;
	max-width: 600px;
	grid-row-gap: 90px; 
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 22px;
	line-height: 36px;
	letter-spacing:  -0.011px;	
	color: #dbdbdb;
}

.HP-B-A { grid-area: 1 / 1 / 2 / 2; }
.HP-B-B { grid-area: 2 / 1 / 3 / 2; }
.HP-B-A, .HP-B-B {  
	position: relative;
/*	background-color: black;*/
	text-align: center;
}

	
}

.container-third-try {
  text-align: center;
  margin-top: 100px;
}

.animated-text {
	cursor: default;
	color: #ff9001;
	color: #FFB900;
	color: #ffb906;
/*	color: #ff9001;*/
/*  font-size: 36px;*/
/*  font-family: Arial, sans-serif;*/
}

/* Background Video Container */

.showcase {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  color: #fff;
}

.video-container {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	overflow: hidden;
background-image: url("../vid/deluxeyum-001.jpg");
/*	background-image: url("../vid/allied-logo.jpg");*/
/*background-image: url("../vid/interm.png");*/
	/*  background-color: white;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27,0,38,0.15);
/*	background: rgba(250,77,255,0.10);*/
}

.content {
  z-index: 0;
/*
	background: 
			radial-gradient(circle, rgba(144, 144, 144, 1.00) 0.5px, transparent 0.5px),
			repeating-linear-gradient(0deg, transparent, transparent 50px, rgba(255,0,4,0.00) 51px),
			repeating-linear-gradient(90deg, transparent, transparent 50px, rgba(255,0,4,0.00) 51px);
	background-color: rgba(248,0,255,0.20);
	background-size: 51px 51px;
	padding: 14% 14% 14% 14%;
*/
}

.content p {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 38px;
  letter-spacing: 0.8px;
	margin: 12px auto 44px auto;
	padding: 0px 0px 0px 0px;
}

/* FORMUS DESIGN =================== */

.title-one-homepage-Formus-Design {
  position: relative;
  font-family: "BebasKai", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
  font-size: 200px;
  line-height: 180px;
	letter-spacing: -0.011;
  color: #e8eaed;
	text-align: left;
  padding: 0px 0px 0px 0px;
}

@media all and (max-width: 590px) and (min-width: 0px) {
.title-one-homepage-Formus-Design {
  position: relative;
  font-family: "BebasKai", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
  font-size: 100px;
  line-height: 90px;
	letter-spacing: -0.011;
  color: #e8eaed;
	text-align: left;
  padding: 0px 0px 0px 0px;
}
}

/* TIM =================== */
.title-one-homepage {
  position: relative;
  font-family: "BebasKai", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
  font-size: 100px;
  line-height: 90px;
	letter-spacing: -0.011;
  color: #e8eaed;

  margin: 0px auto;
  padding: 0px;
  background: none; /* Reset background */
}

.title-one-homepage span {
  display: inline-block;
  width: 100%; /* Ensure the background spans the full width of the text container */
  background-color: rgba(128, 0, 128, 0.6); /* 80% purple */ 
	backdrop-filter: blur(999px);
	border-radius: 500px;
	padding: 35px 40px;
}

@media (max-width: 734px) {
.title-one-homepage span {
	padding: 15px 30px;
}
}

.animated-text {
 	line-height: 30px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}




.a-little-line-height {
  line-height: 65px;
}

#this-img-is-it {
	position: absolute;
	background-position: 50% 50%;
	background-color: rgba(255,145,0,0.56);
	width: 300px;
	height: 30px;
}

.btn-the {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 28px;
	line-height: 44px;
	letter-spacing: -0.25px;
	word-spacing: .25px;
	display: inline-block;
	padding: 10px 50px;
	background: black;
	color: #fff;
	border: solid #fff 4px;
	margin-top: 45px;
	opacity: 0.9;	
	text-decoration: none;
}

.btn-the:hover {
	border: solid #FFD62B 4px;
}

#about-homepage {
  padding: 0px 20px 0px 20px;
  text-align: center;
}

#about-homepage p {
	font-family: "Inter", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-variant: normal;
	font-size: 55px;
	line-height: 65px;
	color: #dbdbdb;
/*  max-width: 90%;*/
  margin: auto;
	text-align: left;
/*
  text-align: justify;
  hyphens: auto;
*/
  word-spacing: 0.05em;
  letter-spacing: 0.02em;
/*
	  widows: 4;
  orphans: 4;
*/
/*		background-color: black;*/
}

#about-homepage h2 {
  margin: 40px 0px 40px 0px;
}

@media all and (max-width: 734px) and (min-width: 0px) {
.title-one-homepage {
  font-family: "BebasKai", sans-serif;
  font-weight: 400;
  font-style: normal;
	color: #dbdbdb;
	font-size: 50px;
  letter-spacing: -0.011;
	margin: 0 auto;
	margin: 0px auto 60px auto;
/*	text-align: start;*/
	height: 37px;
	line-height: 44px;
}	
	
#about-homepage p {
	font-family: "Inter", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-variant: normal;
	font-size: 30px;
	line-height: 36px;
	color: #dbdbdb;
/*  max-width: 90%;*/
  margin: auto;
	text-align: left;
/*
  text-align: justify;
  hyphens: auto;
*/
  word-spacing: 0.05em;
  letter-spacing: 0.02em;
/*
	  widows: 4;
  orphans: 4;
*/
/*		background-color: black;*/
}
}
	
.content p {
/*	font-family: "Deckard-Medium", sans-serif;*/
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-variant: normal;
	color: orange;
	color: #dadada;
	font-size: 26px;
  letter-spacing:  -0.011;
	margin: 0px auto 44px auto;
	padding: 0px 0px 0px 4px;
}

.btn-the {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-variant: normal;
	font-size: 24px;
	line-height: 44px;
	letter-spacing: -0.25px;
	word-spacing: .25px;
	display: inline-block;
	padding: 6px 30px;
	background: black;
	color: #fff;
	border: solid #fff 4px;
	margin-top: 65px;
	opacity: 0.9;	
	text-decoration: none;
}
	
	
}

	/*	Eye magazine - Eye100 movie */
.video-source {
  position: absolute;
  top: 150px;
/*	left: 0px;*/
/*
	width: 50px;
	height: 50px;
*/
	z-index: 9999;
  background-color: rgba(0,0,0,0.46);
  border: none;
  color: white;
  padding: 9px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
	
}
.video-source:hover {
  background-color: #f44336;
  color: white;
}


/* END Background Video Container */


