/* 
Theme Name:		 Astra Child
Theme URI:		 #
Description:	 Astra Child is a child theme of Astra, created by ChildTheme-Generator.com
Author:			 Qasimmizbah
Author URI:		 #
Template:		 astra
Version:		 2.2.0
Text Domain:	 astra-child
*/


/*
    Add your custom styles here
*/
@import url('https://fonts.cdnfonts.com/css/sf-ui-display');

body{
	background-image: linear-gradient(180deg, #010441 0%, #2A003B 100%);
}
                
.main-button, .main-div {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
	  display: flex;
    flex-direction: column;
    gap: 23px;
}
#form-step-0 {
    margin: 0;
    max-width: 100%;	  
}
#form-step-0 .mobile_banner_image{	
	display:none;
}
#form-step-0 img{
	width:100%;
}
#form-step-0 .desktop_banner_image{
	height:100vh;
	object-fit:cover;
}
 #custom-form-container #form-step-0 button, .main-div a {
    width: 300px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 700;
    height: 60px;
	  text-transform:uppercase;           font-family: 'SF UI Display', sans-serif;   
    padding: 10px;
   background-image: linear-gradient(-90deg, rgba(0, 2, 4, 0.6) 0%, rgba(4, 21, 47, 0.6) 100%);
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #fff;	 
	transition: all 0.5s;
}
 #custom-form-container #form-step-0 button:hover, .main-div a:hover{
	 background-image: linear-gradient(-90deg, rgba(74, 0, 108, 0.6) 0%, rgba(0, 61, 152, 0.6) 100%);
}
.form-step .form-nav-btn, .thankyou #go-home {

    font-size: 13px;
    font-weight: 300;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 7px 15px;           font-family: 'SF UI Display', sans-serif;
	text-transform:uppercase;
}
.thankyou #go-home{
	margin-top:64px;
	color:#fff;
 display: inline-block;
}
.form-step .form-nav-btn i, .thankyou #go-home i {
    rotate: 270deg;
    margin-right: 4px;
}
.form-step h2, .thankyou h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;    
    margin-top: 22px;
	 font-family: 'SF UI Display', sans-serif;
}
.form-step, #form-message {
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
	  margin-top: 42px;
    margin-bottom: 80px;
}
 .formgroup-inner {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    margin-top: 37px;
}
 .formgroup-inner .form-group label {
    font-size: 16px;
    margin-bottom: 7px;
    color: #F3F3F3;
    font-weight: 400;
}
 .formgroup-inner .form-group input {
    padding: 12px 16px;
    background-color: transparent;
    color: #B3B3B3;
    border-color: #D9D9D9;
    border-radius: 10px;
}
 .formgroup-inner .form-group {
    margin-bottom: 24px;
}
 .formgroup-inner .form-submit-btn, #form-step-2 #search-results-reg .form-submit-btn-confirm {
    background-color: #E3E3E3;
    width: 100%;
    padding: 12px 0;
    color: #2C2C2C;
    border-radius: 8px;	
	 font-weight:400;
	 text-transform:uppercase;
}
#form-step-2 #search-results .form-submit-btn, #form-step-2 #search-results-reg .form-submit-btn-confirm{
	 display: block;
   text-align: center;
	 cursor:pointer;
	 margin-top:93px;
}
#form-step-2 #search-results .formgroup-inner, #form-step-2 #search-results-reg .formgroup-inner{
    border: 0;
    padding: 0;
}
#form-step-2 #search-results h2, #form-step-2 #search-results-reg h2{
	text-align:center;
	margin-top:60px;
	margin-bottom:60px;
}
#form-step-2 #search-results .form-group label, #form-step-2 #search-results-reg .form-group label {
    font-size: 28px;
    line-height: normal;
    padding: 12px 58px;
    display: inline-block;
    background-color: #0A031E;
    border-radius: 50px;
    border: 1px solid #fff;
	  font-weight:500;
    cursor: pointer;
	  font-family: 'SF UI Display';
	  transition:all .3s
}
#form-step-2 #search-results .form-group, #form-step-2 #search-results-reg .form-group {
    text-align: center;
    margin-bottom: 22px;
}
#form-step-2 #search-results .form-group label input, #form-step-2 #search-results-reg .form-group label input {
    height: 0;
    width: 0;
}
#form-step-2 #search-results .form-group label.active, #form-step-2 #search-results-reg .form-group label.active {
	 background-color: #0CD738;
	border-color:#0CD738;
}
.thankyou p, .main-div p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
	  margin-top: 12px;
	font-family: 'SF UI Display';
}
.main-div{
   text-align:center;
}
.main-div h2{
	font-size:50px;
}
.main-div a{
	color:#fff;
	height:auto;
}
#form-message .thankyou{
text-align:center;
}
#form-message{
	margin: 0 auto !important;
	margin-top: 42px !important;
  margin-bottom: 80px !important;
}
@media(max-width:767px){
	.form-step
 {    
    padding: 0 30px;
}
	#form-step-0{
		padding:0;
	}
	#form-step-0 .mobile_banner_image{
	display:block;
}
	#form-step-0 .desktop_banner_image{
		display:none;
	}
	.main-button {   
    top:auto;
    left: 50%;
		bottom:140px;
    transform: translateX(-50%);	 
}

}