@charset "UTF-8";
/* CSS Document */

html, body {
  overflow-x: hidden;
}

.hero {
	
    height: clamp(330px, 50vw, 340px);
    width: 100%;
    overflow: hidden;
	margin-top: -8px;
	z-index: 1;
	position: relative;
	
}

.darkblue, .lightblue {
	
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.darkblue {
    background: radial-gradient(circle, #193158, #0F1E36);
    clip-path: polygon(0 0, 45% 0, 55% 100%, 0% 100%);
}


.lightblue {
    background: radial-gradient(circle, #1483D5, #0C5D98);
    clip-path: polygon(100% 0, 45% 0, 55% 100%, 100% 100%);
}
.sectiontitle {
	
	z-index: 2;
	position: relative;
	text-align: center;
	top: 75px;
	font-family: 'Poppins';
    font-size: clamp(20px, 5vw, 60px);
	color: white;
	font-weight: 700;
	
}

.sectiontext {
	padding: 0 15px;
  	line-height: 1.5;
	z-index: 2;
	position: relative;
	text-align: center;
	top: 100px;
	font-family: 'Poppins';
	font-size: 3vw;
	color: white;
	font-weight: 300;
	width: 87vw;
	margin-left: auto;
	margin-right: auto;
}
.button-wrapper {
	
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 130px;
}
.ourservicebutton {
	
	z-index: 2;
	position: relative;
	width: 120px;
	background: black;
	border: none;
	border-radius: 20px;
	padding: 5px;
	
}

.ourservicebuttonspan {
	
	color: white;
	font-family: "darkmode-on",sans-serif;
	font-weight: 500;
	font-size: 2vw;
	letter-spacing: 0.5px;
}
.products {
	
	height: 120vw;
	min-height: 550px;
	max-height: 580px;
	width: 100%;
	background: #F5F5F5;
	z-index: 100;
	border-top-left-radius: 3vw;
	border-top-right-radius: 3vw;
	margin-top: -10vw;
	position: relative;
}
.productstitle {
	
	width: 90%;
	margin-left: 5%;
	text-align: center;
	font-family: 'PF Marlet Display';
	font-size: 5vw;
	padding-top: 50px;
	border-top-left-radius: 10px;
	border-top-right-radius:  10px;
}
.product-wrapper {
	width: 100%;
	aspect-ratio: 8 / 6.5;
}
.product-wrapper div {
	width: 70vw;
	aspect-ratio: 9 / 5.5;
	background: #FFFFFF;
	margin-top: 50px;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
}

.productone a, .producttwo a {
  font-size: 4vw;
  font-family: 'Poppins', sans-serif;
  text-decoration: underline;
  text-align: center;
  display: block;
  font-weight: 300;
  color: black;
  position: absolute;
  padding: 42vw 0 0;
  z-index: 2;
  width: 70vw;;
  margin-left: 0px;
}

.productone img, .producttwo img {
	display: block;
	position: absolute;
	width: 70vw;
	aspect-ratio: 9 / 5.5;
	border-radius: 20px;
}
.productthree {
	display: none;
}
.productfour {
	display: none;
}
.product-wrapper div p {
	text-align: center;
	font-family: "darkmode-on",sans-serif;
	font-weight: 500;
	text-decoration: underline;
	padding-top: 60%;
	font-size: 4vw
}
.spacerforwaves {
	width: 100%;
	height: 80px;
	background: #f5f5f5;
	display: block;
}
.spacerprojects2 {width: 100%;
	height: 100px;
	background: none;}

.wavesimg {
 	width: 100%; 
	display: block;
	position: relative;
	margin-top: 5vw;
}
.projects {
	width: 100%;
	height: 300vw;
	min-height: 1050px;
	display: block;
	background: radial-gradient(circle,#7BB9E3, #1483D5);
	margin-top: -20vw;
}
.spacerprojects {
	height: 180px;
	width: 100%;
	background: none;
}
.spacerforprojectds {
	display: none;
}
.projectwrapper div {
	width: 60vw;
	aspect-ratio: 4 / 5.5;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50vw 50vw 0 0;
}
.projectone {
	background: none;
}

.projectone img, .projecttwo img {
	width: 100%;
	border-radius: 50vw 50vw 0 0;
	display: block;
}
.projecttwo {
	background: #FFFFFF;
	margin-top: -10px;
}
.projectstitle {
  position: relative;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  width: 100%;
  color: #ffffff;
  font-family: "ivystyle-sans", sans-serif;
  z-index: 5;
}   
.projectonetext {
	font-family: "darkmode-on",sans-serif;
	font-weight: bold;
	font-size: 4vw;
	color: #ffffff;
	position: absolute;
	margin-top: 4vw;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	text-align: center;
}

.projecttwotext {
	font-family: "darkmode-on",sans-serif;
	font-weight: bold;
	font-size: 4vw;
	color: #ffffff;
	position: absolute;
	margin-top: 4vw;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	text-align: center;
}
.contactus {
  background: white;
  padding: 40px 20px 30px;
  text-align: center;
}

.contactustitle {
  font-family: 'PF Marlet Display', serif;
  font-size: 5vw;
  margin-bottom: 20px;
}

.contactuspara {
  font-family: 'Poppins', sans-serif;
  font-size: 3vw;
  margin-bottom: 30px;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.contactform {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 100%;
  margin: 0 auto;
}

.contactform input,
.contactform textarea {
  border: 1px solid #000; 
  padding: 10px 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 3vw;
  border-radius: 8px;
  outline: none;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.contactform button {
  background-color: #061321;
  color: white;
  border: none;
  padding: 12px;
  font-size: 3vw;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'darkmode-on', sans-serif;
  transition: background-color 0.3s ease;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.contactform button:hover {
  background-color: #0D4AA6;
}

.support {
	width: 100%;
	min-height: 500px;
	height: 130vw;
	max-height: 1200px;
	background: none;
}
.supportbackground {
	width: 80%;
	height: 90%;
	display: block;
	background: #B485E6;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}
.supporttext {
	display: none;
}

	.secondsupporttext {text-align: center; font-size: 4vw; color: black; font-family: 'Poppins'; z-index: 10; padding-top: 5vw;}

.supportone, .supporttwo {
	width: 65vw;
	aspect-ratio: 9 / 5.5;
	background: #FFFFFF;
	margin-top: 35px;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
}

.supportone img, .supporttwo img {
	width: 100%;
	aspect-ratio: 9 / 5.5;
	display: block;
	border-radius: 20px;
}
.supportone p, .supporttwo p {
	text-align: center;
	font-family: "poppins";
	font-weight: 400;
	text-decoration: none;
	position: absolute;
	margin-top: 0px;
	width: 65vw;
	font-size: 3vw;
	padding-top: 1%;
	z-index: 3;
}

@media (min-width: 400px) and (max-width: 500px) {
	
	.products {margin-top: -6vw; height: 130vw; max-height: 130vw;}
		
}

@media (min-width: 500px) and (max-width: 650px) {
	
	.hero  {z-index: 10; height: 75vw; max-height: 430px;}
	
	.ourservicebutton span {font-size: 2vw;}
	
	.products {height: 120vw; max-height: 200vw; border-top-left-radius: 4vw; border-top-right-radius: 4vw; z-index: 50; position: relative; margin-top: -15vw;}
	
	.product-wrapper div {margin-top: 10vw;}
	
	.spacerforwaves {height: 20vw; margin-top: -5vw;}
	
	.productone a, .producttwo a {font-size: 3.5vw;}

	.projects {height: 295vw;}
	
	.projectwrapper div {margin-top: 0px; }
	
	.projectstitle {margin-top: 10vw;}
	
	.projectone a, .projecttwo a {font-size: 3.5vw;}
	.spacerprojects2 {height: 25vw;}
	
	.support {display: block; height: 120vw; margin-top: 0px;}

  .supporttext {display: none;}
	
	.secondsupporttext {text-align: center; font-size: 4vw; color: black; font-family: 'Poppins'; z-index: 10; padding-top: 5vw;}

  .supportbackground {z-index: 1; height: 110vw; border-radius: 2vw; width: 80vw; background: #B485E6;}
	
	.supportone, .supporttwo {width: 80%;}
	
	.supportone p, .supporttwo p {width: 63.5%; font-size: 2.5vw;}

}
@media (min-width: 650px) and (max-width: 968px) {

  .hero {height: 68vw; max-height: 550px;}

  .hamburgermenu {display: none;}

  .sectiontitle {margin-top: 40px;}

  .sectiontext {font-size: 2.5vw;}

  .ourservicebutton {width: 20vw;}

  .ourservicebuttonspan {font-size: 2vw;}

  .products {width: 100%; height: 45vw; min-height: 60vw; position: relative; margin-top: -10vw; border-top-left-radius: 3vw; border-top-right-radius: 3vw;}

  .productone, .producttwo {width: 100%;}

  .productone a, .producttwo a {z-index: 30; margin: -23vw 0 0 0; width: 41%; font-size: 3vw;}

  .productone img, .producttwo img { display: block; position: absolute; width: 40vw; aspect-ratio: 9 / 5.5;}
	
  .spacerforwaves {display: block;}
	
  .wavesimg {position: absolute; width: 100%; margin-top: -4vw;}

  .product-wrapper {display: flex; height: 40vw;}

  .product-wrapper div {width: 40vw; height: 20vw; background: #FFFFFF; border-radius: 20px;}

  .product-wrapper div a {text-align: center; font-family: "darkmode-on", sans-serif; font-weight: 500; text-decoration: underline; margin: 31vw 0 0 0; display: block; font-size: 2.5vw; padding: 0;}

  .projectwrapper {display: flex; justify-content: center; align-items: flex-start; gap: 5vw; flex-wrap: wrap; padding-top: 25vw;}

  .projectwrapper div { width: 35vw; margin: 5vw 0 0 0;}

  .projects {max-height: 1150px; height: 120vw; min-height: 600px; margin-top: -6vw;}

  .projectstitle {padding-top: 10vw;}

  .projectonetext, .projecttwotext {font-family: "darkmode-on", sans-serif; font-weight: bold; font-size: 2.5vw; color: #ffffff; text-align: center; margin-top: 1vw; position: relative; width: 35vw; margin-left: auto; display: block;}

  .projecttwo { height: 20vw;}

  .spacerforprojectds, .spacerprojects, .spacerprojects2 {display: none;}
	
  .contactbox {display: block; width: 30vw; height: 35vw; background: orange; border-radius: 20px; margin: auto;}

  .contactuspara { width: 500px;}

  .imageholder { width: 100%; height: 85%; background: #B8B8B8; border-radius: 20px;}

  .support {display: flex; flex-direction: column; align-items: center; position: relative; height: 40vw; margin-top: 40px;}

  .supporttext {position: relative; display: block; text-align: center; font-size: 3vw; margin-bottom: -10vw; color: black; font-family: 'Poppins'; z-index: 10;}

  .supportbackground {z-index: 1; height: 45vw; border-radius: 2vw; width: 80vw; display: flex; justify-content: space-evenly; align-items: center; background: #B485E6;}
	
	.supportone, .supporttwo {width: 40%;}
	
	.supportone p, .supporttwo p {width: 32vw; font-size: 2.5vw;}
	
	.secondsupporttext {display: none;}

  .footertext { font-size: 2vw;}
}

@media (min-width: 969px) {
	
  .hero {height: 45vw; z-index: 10;}
	
  .sectiontitle { margin-top: 4vw; font-size: 2.5vw;}
	
  .sectiontext {font-size: 2vw;}
	
  .ourservicebutton span {font-size: 1.3vw;}

  .ourservicebutton {width: 12vw; height: 3.3vw; font-size: 1vw; margin-top: 2vw;}
	
  .ourservicebuttonspan {font-size: 1.4vw;}
	
  .products {width: 100%; max-height: 400px; height: 50vw; min-height: 350px; top: 1.5vw; z-index: 20; position: relative;}
	
  .productone a, .producttwo a {width: 40%; font-size: 2vw; margin-top: -24vw;}
	
	.productone img, .producttwo img {display: block; position: absolute; width: 30vw; aspect-ratio: 8 / 5.5;}
	
  .productstitle {font-size: 4vw; width: 100vw; margin-left: 0vw;}
	
  .wavesimg {width: 100%; position: relative; margin-top: -0vw;}
	
  .product-wrapper {display: flex; height: 35vw;}
	
  .product-wrapper div {width: 30vw; height: 20vw; background: #FFFFFF; margin-left: auto; margin-right: auto; border-radius: 20px; margin-top: 8vw;}
	
  .product-wrapper div a {text-align: center; font-family: "darkmode-on",sans-serif; font-weight: 500; text-decoration: underline; margin-top: 22%; padding: 0px; display: block; font-size: 1.5vw; width: 30vw;}
		
  .projectwrapper {display: flex; justify-content: space-between;}
	
  .projectwrapper div {align-content: flex-start; width: 30vw; margin-right: auto; margin-top: 36vw}
	
  .spacerforprojectds, .spacerprojects, .spacerprojects2, .spacerforwaves { display: none; }
	
  .projects { max-height: 2000px; height: 105vw; min-height: 550px; margin-top: -23vw;}
	
	.projectwrapper div {margin-top: 40vw;}
	
  .projectstitle {font-size: 4vw; position: relative; top: 30vw;}
	
  .projectonetext {font-family: "darkmode-on",sans-serif; font-weight: bold; font-size: 2.5vw; color: white; margin-top: 1%; left: 50%; transform: translateX(-50%); margin-left: -25vw; z-index: 10; text-align: center; width: 29.5%;}
  
  .projecttwotext { font-family: "darkmode-on", sans-serif; font-weight: bold; font-size: 2.5vw; color: white; position: absolute; margin-top: 1%; left: 75%; transform: translateX(-50%); z-index: 10; text-align: center; width: 50%; }
	
  .contactus {display: block; margin-top: 50px;}

  .contactbox {display: block; width: 30vw; height: 35vw; background: orange; border-radius: 20px; margin: auto}
	
	.contactustitle {font-size: 4vw;}

  .contactuspara {font-size: 2vw; width: 80vw;}
	
	.contactform input, .contactform textarea {font-size: 1.2vw;}
	
	.contactform button {font-size: 1.4vw;}
	
  .imageholder {width: 100%; height: 85%; background: #B8B8B8; border-radius: 20px}
	
  .support {display: flex; flex-direction: column; align-items: center; position: relative; height: 42vw; margin-top: 8vw;}

  .supporttext {position: relative; text-align: center; display: block; font-size: 3vw; margin-bottom: -10vw; color: black; font-family: 'Poppins'; z-index: 3;}

  .supportbackground {z-index: 1; height: 45vw; border-radius: 2vw; width: 80vw; display: flex; justify-content: space-evenly; align-items: center; background: #B485E6;}
	
	.supportone, .supporttwo {width: 40%;}
	
	.supportone p, .supporttwo p {width: 32vw; font-size: 2.5vw;}
	
	.secondsupporttext {display: none;}
	
}

@media (min-width: 1400px) {
	
  .sectiontitle {margin-top: 6vw;}
	
  .sectiontext {margin-top: 4vw;}
	
  .ourservicebutton span {font-size: 1.3vw;}

  .ourservicebutton {width: 12vw; height: 3.3vw; font-size: 1vw; margin-top: 2vw;}

  .products {height: 32vw; margin-top: -5vw; max-height: 3000px}

}

@media (min-width: 2000px) {
	
	.projects {width: 100%; min-height: 2300px; height: 110vw; display: block; background: radial-gradient(circle,#7BB9E3, #1483D5); margin-top: -15vw; max-height: none;}
}
