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


html {
  scroll-behavior: smooth;
}


.mid {
	max-width: 1200px;
}

.space10 {
	padding: 10px;
}

.space20 {
	padding: 20px;
}

.space30 {
	padding: 30px;
}

.space40 {
	padding: 40px;
}

.space50 {
	padding: 50px;
}



/*Mobile Menu*/

#menuicon {
	width: 100%;
	margin: 0 auto;
	font-size: 0px;
	text-align: center;
	position: relative;
	z-index: 99;
	display: none;
}

#insidmenu {
	cursor: pointer;
	margin: 0 auto;
	padding: 25px 0;
}

img#menicon {
	display: inline-block;
	vertical-align: middle;
}

p#mennam {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}



/*Top Section*/

#top {
	font-size: 0px;
	width: 100%;
	position: relative;
	background-color: #000;
	overflow: hidden;
}




h1#topseched {
	font-size: 80px;
	font-weight: 800;
	line-height: 69px;
	text-align: center;
	padding: 0 0 20px;
	color: #fff;
	position: relative;
	z-index: 2;
}

p#hedwrds {
	font-size: 22px;
	font-weight: 300;
	line-height: 26px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	color: #fff;
	position: relative;
	z-index: 2;
	padding: 0 10px;
}

span#topmidword {
	display: block;
	font-size: 100px;
  background: -webkit-linear-gradient(#0034CF, #FF2BCA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

span#topbotwords {
	display: block;
	font-size: 60px;
	font-family: "Parisienne", cursive;
  	font-weight: 400;
  	font-style: normal;
	margin-top: -10px;
}

span#topparspace {
	display: block;
	padding: 10px;
	font-size: 18px;
}

img#bcklogo, img#bcklogobd {
	position: fixed;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}


nav#men {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	font-size: 0px;
}

a.menlink {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	border: none;
	width: 140px;
	margin: 0 10px;
	padding: 15px 20px;
	transition-duration: 0.2s;
}

a.menlink:hover {
	background-color: #fff;
	color: #000;
}

a.menslct {
	border: solid 1px #fff;
}





/*Form*/

#formi {
	padding: 0;
	width: 100%;
	text-align: center;
background: #0094cf;
background: -webkit-linear-gradient(90deg,rgba(0, 52, 207, 1) 0%, rgba(255, 43, 202, 1) 100%);
background: -moz-linear-gradient(90deg,rgba(0, 52, 207, 1) 0%, rgba(255, 43, 202, 1) 100%);
background: linear-gradient(90deg,rgba(0, 52, 207, 1) 0%, rgba(255, 43, 202, 1) 100%);
	position: relative;
	z-index: 2;
}

form#stpfrm {
	margin: 0 auto;
	background-color: rgba(255,255,255,0.1);
	padding: 30px;
	max-width: 400px;
}

.formseci {
	width: 100%;
	text-align: left
}

.centalin {
	text-align: center;
}

label.frmhed {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-align: left;
	line-height: 28px;
	padding: 0 0 10px;
	display: block;
}

input.inptfrm, textarea#nots, select.frmslcts, textarea#fednots {
	background-color: rgba(255,255,255,0.2);
	border: solid 1px #fff;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	padding: 5px;
	line-height: 30px;
	display: block;
	text-align: left;
	width: 385px
}

textarea#nots {
	height: 200px;
}

select.frmslcts {
	width: auto;
	padding: 15px;
	background: #000;
}




input#subfrm {
	font-size: 20px;
	padding: 20px 15px;
	font-weight: 500;
	color: rgb(0,7,138);
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	transition-duration: 0.2s;
	background-color: #fff;
	border: solid 1px #fff;
	cursor: pointer;
}

input#subfrm:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,7,138,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,7,138,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,7,138,0.75);
}

hr.frmline {
	background-color: #fff;
	height: 1px;
	width: 80%;
	padding: 0px;
	margin: 0 auto;
	border: none;
}



/*Testimonies*/

#witou {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

h2#testimonshed {
	font-size: 50px;
	line-height: 60px;
	padding: 0 10px;
	text-align: center;
	font-weight: 800;
	max-width: 800px;
	letter-spacing: -1px;
	margin: 0 auto;
}

span#testspan {
	display: block;
	font-size: 30px;
	line-height: 35px;
}

#testibox {
	margin: 0 auto;
	font-size: 0px;
	text-align: center;
	position: relative;
}

p.testimonpars {
	font-size: 22px;
	line-height: 32px;
	margin: 0 auto;
	max-width: 800px;
	display: none;
	padding: 0 60px;
}

span.testinaam {
	padding: 15px;
	display: block;
}


img.arowright {
	position: absolute;
	top: 45%;
	right: 50px;
	transform: translateY(-50%);
	cursor: pointer;
}

img.arowleft {
	position: absolute;
	top: 45%;
	left: 50px;
	transform: translateY(-50%);
	cursor: pointer;
}


img#afr, img#eng {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 9999;
	cursor: pointer;
}


/*Danke se situasie*/

#danke {
	position: fixed;
	width: 100%;
	height: 100%;
background: #0094cf;
background: -webkit-linear-gradient(90deg,rgba(0, 52, 207, 1) 0%, rgba(255, 43, 202, 1) 100%);
background: -moz-linear-gradient(90deg,rgba(0, 52, 207, 1) 0%, rgba(255, 43, 202, 1) 100%);
background: linear-gradient(90deg,rgba(0, 52, 207, 1) 0%, rgba(255, 43, 202, 1) 100%);
	top: 0;
	left: 0;
	z-index: 99999999999999;
}

#dankmid {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

h4#dankehed {
	font-size: 40px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	font-weight: 500;
}

p#dankepar {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	max-width: 500px;
}

img#maaktoe {
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
	width: 50px;
}




/*Feedback Form*/

h1#fedhed {
	font-size: 80px;
	font-weight: 700;
	color: #fff;
	margin: 0 auto;
	line-height: 95px;
	padding: 0 20px;
}

p#fedpar {
	font-size: 22px;
	font-weight: 500;
	max-width: 800px;
	line-height: 32px;
	color: #fff;
	margin: 0 auto;
	padding: 0 20px;
}

label.frmfedhed {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}

form#fedfrm {
	margin: 0 auto;
	background-color: rgba(255,255,255,0.1);
	padding: 30px;
	max-width: 500px;
}

input.fedinput, textarea#fednots, select.fedslcts {
	background-color: rgba(255,255,255,0.2);
  border: solid 1px #fff;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 5px;
  line-height: 30px;
  display: block;
  text-align: center;
  width: 400px;
	margin: 0 auto;
}

textarea#fednots {
	height: 350px;
	width: 400px;
}

select.fedslcts {
	width: auto;
  padding: 15px;
  background: #000;
}



/*Terms n Conditions*/

.midterm {
	max-width: 920px;
	margin: 0 auto;
	position: relative;
}

h2.termshed {
	font-size: 40px;
	font-weight: 700;
	text-align: left;
	padding: 0 10px 5px;
}

p.termspar {
	font-size: 20px;
	text-align: left;
	padding: 0 10px;
	line-height: 30px;
}

hr.termslin {
	width: 95%;
	height: 2px;
	background-color: #B0B1BB;
	padding: 0;
	border:none;
}




/*Blind Dates*/


h2.parhed {
	font-size: 40px;
	font-weight: 700;
	padding: 0 10px;
}

p.parwrds {
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 910px;
}

h3.topfrmblnd {
	font-size: 30px;
	font-weight: 700;
	padding: 20px 30px;
	background-color: #fff;
	display: block;
	text-align: left;
}


form.adrfrm {
	margin: 0 auto;
	font-size: 0px;
}

.formsides {
	background-color: rgba(255,255,255,0.2);
	padding: 0; 
	max-width: 460px;
	vertical-align: top;
	margin: 0 auto 20px;
}

.frmwrap {
	padding: 30px;
}

.fromsidwit {
	background-color: #fff;
}

select.blindopts {
  background-color: #fff;
  color: #000;
  padding: 12px;
  width: 250px;
  border: none;
  font-size: 20px;
  box-shadow: 0 0px 10px 3px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}

hr.blndlin {
	width: 100%;
	height: 2px;
	background-color: #fff;
	border: none;
	margin: 0 auto;
}

hr.blndgradlin {
	width: 100%;
	height: 2px;
	background: #0094cf;
background: -webkit-linear-gradient(90deg,rgba(0, 52, 207, 1) 0%, rgba(255, 43, 202, 1) 100%);
background: -moz-linear-gradient(90deg,rgba(0, 52, 207, 1) 0%, rgba(255, 43, 202, 1) 100%);
background: linear-gradient(90deg,rgba(0, 52, 207, 1) 0%, rgba(255, 43, 202, 1) 100%);
	border: none;
	margin: 0 auto;
}

h3.secthrhed {
	font-size: 25px;
	font-weight: 700;
	padding: 20px 30px;
	background-color: #fff;
	display: block;
	text-align: left;
}

label.blcklble {
	color: #000;
}

.botblindseci {
	margin: 0 auto;
	text-align: center;
}

label.botfrmhed {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}

textarea#notsblkd {
  background-color: rgba(255,255,255,0.2);
  border: solid 1px #fff;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 5px;
  line-height: 30px;
  display: block;
  text-align: left;
  width: 385px;
  margin: 0 auto;
	height: 200px;
}



/*How it Works Section*/

#howworks {
	background-color: #000;
	text-align: center;
	position: relative;
}

#bozind {
	position: relative;
	z-index: 2;
}

h2.witparhed {
	color: #fff;
}

.howdivs {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	text-align: center;
	padding: 20px 20px 70px;
	width: 300px;
}

img.howimgs {
	display: block;
	margin: 20px auto;
}

h3.howhed {
	font-size: 35px;
	line-height: 45px;
	color: #fff;
	font-weight: 600;
}

span.howspnhd {
	display: block;
	font-size: 18px;
	line-height: 30px;
}

p.howpar {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}


/*Footer*/

footer {
	background-color: #000;
	padding: 40px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.fotdiv {
	display: block;
	padding: 10px 10px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	max-width: 500px
}

a.fotlink {
	font-size: 12px;
	letter-spacing: 2px;
	color: #fff;
	padding: 20px 10px;
	border-bottom: solid 1px rgba(43,43,43,0.4);
	transition-duration: 0.3s;
	display: block;
	line-height: 18px;
}

a.fotlink:hover {
	background-color: #000;
	border-bottom: solid 1px #fff;
}

img#footbck {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}


@media only screen and (max-width: 1020px){
	img.arowright {
		right: 30px;
	}

	img.arowleft {
		left: 30px;
	}
}



@media only screen and (max-width: 800px){

	
	p#hedwrds {
		font-size: 20px;
		line-height: 26px;
	}
	
	img.arowright {
		right: 0px;
	}

	img.arowleft {
		left: 0px;

	}
	
}


@media only screen and (max-width: 600px){

	#top {
		display: block;
	}
	
	nav#men {
		display: none;
	}
	
	a.menlink {
		display: block;
		font-size: 18px;
		font-weight: 600;
		width: auto;
		margin: 0 auto;

	}
	
	#menuicon {
		display: block;
	}
	
	nav#men {
	  padding:0;
	}
	
}


@media only screen and (max-width: 500px){ 
	
	form#stpfrm, form#fedfrm {
		padding: 30px 5%;
		max-width: 90%;
	}
	
	
	input.inptfrm, textarea#nots, select.frmslcts, input.fedinput, textarea#fednots, textarea#notsblkd {
		width: 285px;
		text-align: center;
		margin: 0 auto;
	}
	
	
	
	label.frmhed, .formseci, h3.secthrhed, h3.topfrmblnd   {
		text-align: center;
		margin: 0 auto;
	}
	
	img#maaktoe {
		top: 10px;
		right: 10px;
		width: 40px;
	}
	
	#dankmid {
		padding: 0 20px;
		width: 300px;
	}
	
	h1#fedhed {
		font-size: 45px;
		line-height: 55px;
	}
	
	p#fedpar, p.parwrds {
		font-size: 20px;
		line-height: 30px;
	}
	
	h1#topseched {
		font-size: 60px;
		line-height: 60px;
	}

	span#topmidword {
		font-size: 70px;
	}

	span#topbotwords {
		font-size: 50px;
	}
	
	img#bcklogo {
	  top: 40px;
	}
	
	.howdivs {
		padding: 20px 20px 90px;
	}
	
}

@media only screen and (max-width: 400px) {
	
	img#bcklogo {
  		top: 262px;
	}
	
	img#bcklogobd {
		top: -50px;
	}
	
	nav#men {
		padding: 0;
	}
	
}


@media only screen and (max-width: 330px) {
  h2#topseched {
    font-size: 43px;
    line-height: 35px;
  }
}


























