* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  background-color: #f6f6f6;
  color: #222;
}
header{
	height: 700px;
}
h1, h2, h3, button, input{
	font-family: "Oxanium", sans-serif;
}
#myVideo {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
height: 700px;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
position: absolute;
}
.contentOverlay{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	top: 0;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 200px;
}
.contentOverlay .first , .contentOverlay .two{
	padding-top: 114px;
}
.contentOverlay .first h1, .contentOverlay .two h1{
	font-size: 96px;
}
.contentOverlay .three{
	width: 100%;
	padding-top: 200px;
}
.contentOverlay h1{
	color: #fff;
	text-align: center;
	font-family: "Oxanium", sans-serif;
	font-size: 128px;
	text-shadow: 0 6px 4px rgba(202, 202, 202, 0.564);
}
header{
	position: relative;
}
.mainWrapper{
	background: #C1E6FF;
	background: linear-gradient(180deg,rgba(193, 230, 255, 1) 0%, rgba(200, 128, 255, 1) 100%);
}
.intro{
	padding-bottom: 150px;
	padding-top: 90px;
	display: flex;
}
.right{
	text-align: right;
	width: 40%;
}
.right img{
	max-width: 500px;
	height: auto;
}
.content1{
	
	padding: 53px 53px 54px 33px;
	position: relative;
	z-index: 999;
}
.content1:before
{
	width: 180%;
	display: block;
	height: 100%;
	top: 0;
	left: -80%;
	position: absolute;
	content: "";
	background: linear-gradient(270deg,rgba(200, 128, 255, 1) 0%, rgba(193, 230, 255, 1) 55%);
	z-index: 50;
	z-index: -1;
	border-radius: 0 13px 13px 0;
}
.title{
	position: relative;
	z-index: 999;
	padding: 10px 0;
	/* width: 15%;
	background: linear-gradient(270deg,rgba(146, 101, 255, 1) 0%, rgba(159, 119, 255, 1) 100%);) */
}
.left {
    width: 50%;
}

.sectionWrap{
	max-width: 1440px;
	margin: auto;
	display: flex;
	column-gap: 100px;
}
.left .title:before
{
	background: linear-gradient(270deg,rgba(146, 101, 255, 1) 0%, rgba(159, 119, 255, 1) 100%);
	content: " ";
	position: absolute;
	width: 100%;
	display: block;
	height: 100%;
	z-index: -1;
	left: -70%;
	top: 0;
	border-radius: 0 17px 17px 0;
}
.content2{
	
	padding: 53px 53px 54px 33px;
	position: relative;
	z-index: 999;
	text-align: left;
}
.content2:before
{
	width: 180%;
	display: block;
	height: 100%;
	top: 0;
	right: -80%;
	position: absolute;
	content: "";
background: linear-gradient(180deg,rgba(178, 201, 255, 1) 0%, rgba(165, 130, 255, 1) 100%);
	z-index: 50;
	z-index: -1;
	border-radius: 17px 0 0 17px;
}
.contact{
    width: 100%;
	position: relative;
	padding: 44px;
	background: linear-gradient(180deg,rgba(171, 102, 255, 1) 11%, rgba(147, 162, 255, 1) 100%);

}
.contact:before{
	height: 16px;
	display: block;
	width: 100%;
	background: linear-gradient(180deg,rgba(126, 111, 255, 1) 0%, rgba(109, 97, 221, 1) 51%, rgba(75, 67, 153, 1) 100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.contact:after{
	height: 16px;
	display: block;
	width: 100%;
	background: linear-gradient(180deg,rgba(126, 111, 255, 1) 0%, rgba(109, 97, 221, 1) 51%, rgba(75, 67, 153, 1) 100%);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}

.contact h2 {
	text-align: center;
	display: block;
	background: linear-gradient(270deg,rgba(218, 169, 255, 1) 0%, rgba(193, 230, 255, 1) 55%);
	width: 240px;
	margin: auto;
	border-radius: 20px;
	font-size: 48px;
	padding: 19px 28px;
	color: #fff;
	
}
.contact form {
	column-gap: 1%;
	font-size: 48px;
	padding: 19px 28px;
	display: flex;
	flex-wrap: wrap;
}
.contact button{
	text-align: center;
	display: block;
	margin: auto;
	margin-top: 49px;
	background: white;
	width: 240px;
	border-radius: 20px;
	font-size: 48px;
	padding: 19px 28px;
	border: none;
}
.contact input {
	width: 30%;
	background: white;
	border-radius: 20px;
	font-size: 36px;
	border: none;
	padding: 19px 18px;
}
.about{
	display: flex;
	padding-bottom: 200px;
}	
.titletwo{
	position: relative;
	z-index: 999;
	padding: 10px;
}
.titletwo:before{
background: linear-gradient(180deg,rgba(141, 209, 255, 1) 0%, rgba(124, 154, 210, 1) 44%, rgba(104, 84, 153, 1) 100%);
z-index: -1;
	display: block;
	content: "";
	position: absolute;
	right: -75%;
	width: 100%;
	height: 100%;
	border-radius: 15px 0 0 0;
	top: 0;
}
.about .left img{
	margin-top: 45px;
}
.imgWrapper{
	position: relative;
	z-index: 1;
}
.imgWrapper:before{
	background: linear-gradient(180deg,rgba(173, 141, 255, 1) 0%, rgba(104, 84, 153, 1) 100%);

	border-radius: 19px;
	display: block;
	content: "";
	width: 80%;
	height: 90%;
	position: absolute;
	right: 26%;
	top: 20%;
	z-index: -1;
}
.imgWrapper:after{
	background: linear-gradient(180deg,rgba(173, 141, 255, 1) 0%, rgba(104, 84, 153, 1) 100%);

	border-radius: 19px;
	display: block;
	content: "";
	width: 75%;
	height: 90%;
	position: absolute;
	right: 31%;
	top: 30%;
	z-index: -2;
}
.rightImageWrapper {
	position: relative;
	z-index: 1;
}
.rightImageWrapper:before{
	background: linear-gradient(180deg,rgba(178, 201, 255, 1) 0%, rgba(165, 130, 255, 1) 100%);
	width: 87%;
	height: 100%;
	content: "";
	position: absolute;
	top: -8%;
	left: 20%;
	z-index: -1;
	border-radius: 15px;
}
.rightImageWrapper:after{
	background: linear-gradient(180deg,rgba(173, 141, 255, 1) 0%, rgba(104, 84, 153, 1) 100%);
	width: 45%;
	height: 50%;
	content: "";
	position: absolute;
	bottom: -8%;
	right: 50%;
	z-index: -2;
	border-radius: 15px;
}