@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");

/* ===================== */
/* Thank you pop up */
.thank-you-container{
	background:url('https://borome.com.au/wp-content/uploads/2022/09/thankYouPopUpBg.svg');
   	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	min-height:511px;
}
.thank-you__text h2{
	 font-family: 'SFProDisplay-Semibold' !important;
  font-size: 80px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #171731;
	padding:0 !important;
	margin:0 !important;
}
.thank-you__text h5{
	padding:0 !important;
	margin:0 !important;
	font-family: "Poppins";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #171731;
	    max-width: 360px;
}
/* ===================== */
/* Newsletter Form */

.newsletter-form input[type="text"],
.newsletter-form input[type="email"]
{
/* 	width:70% !important; */
 font-family: 'Poppins';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #666;
  border:none;
  min-height:58px !important;
}
.newsletter-form .member{
	max-width:468px;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #0e0e0e;
  
}
.newsletter-form .notifymeBtn{
  font-family:'Poppins';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 20px 30px;
  background-color: #f15d62;
  border:none;
  border-radius:0 8px 8px 0;
}

#gform_4{
	position:relative;
}
.emailFieldContainer{
	padding-left:19px;
	overflow:hidden;
	border-radius: 8px;
  	border: solid 1px #c7c7c7;
	max-width:445px;
}
.notifymeBtnContainer{
	position:absolute;
	left:338px;
}
@media all and (max-width:1071px){
	div.et_pb_section.et_pb_section_0.comingSoonMainSection{
		background-image:none !important;
	}
	.comingSoonImgCol{
		display:none !important;
	}
	#comingSoonTextCol{
		width:100% !important;
		max-width:100% !important;
		margin:0 !important;
	}
	#comingSoonLogo{
		margin-bottom:60px !important;
	}
	#googlePlayBtn,
	#appleStoreBtn{
		display:inline-block;
	}
	#comingSoonDivider{
		min-height:40px;
	}
	#p1{
		margin:30px 0 40px !important;
	}
}
@media all and (max-width:550px){
	.notifymeBtnContainer{
		left:195px;
	}
	
	.newsletter-form input[type="text"],
	.newsletter-form input[type="email"]{
		min-height:56px !important;
	}
	
	.newsletter-form .notifymeBtn{
		font-size:16px;
		padding:20px;
	}
	.emailFieldContainer{
		max-width:290px;
	}
	#comingSoonMainHeading h1{
		font-size:32px;
	}
}

