:root {
	--black: #030102;
	--grey: #9ea8bd;
	--grey2: #e2e6ee;
	--primary: #ca097a;
	--white: #ffffff;
	--heading1: 700 1.25rem / normal Roboto;
	--text1regular: 400 1rem / normal Roboto;
	--text2regular: 300 0.75rem / normal Roboto;
}

html,
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	max-height: 100%;
}




body {
	font: var(--text1regular);
	background-image: url("../icons/banner.jpg");
	background-size: cover;
	background-color: #08003b;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-top: 10%;
	
}

.menu-top 
{
	display: top;
	 position: absolute;
     
}

.menu-top img
{
	
padding-right:300px;
     display: flex;
}


.menu-top ul
{
	color: #7b15c2;
	 font-size: 20px;
	 background-color: #21104c;
	 text-align: right;
	  position: absolute;
     display: flex;
}

.colomn1
{
	flex: 1;       /* This makes both columns take up equal width */
  padding: 15px;
  margin-left: 20px;
 padding-left: 60px;
 padding-right: 30px;
  background-color: #f4f4f4;
  border-radius: 20px;
}


.banner
{
	display: flex;
  position: relative;
  flex-direction: column; 
}


.card {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 20px;
	height: auto;
	width: auto;
	padding: 30px;
	padding-left: 100px;
	box-sizing: border-box;
	display: flex;          /* Turns the div into a flex container */
  flex-direction: row;    /* Aligns children side-by-side */
  gap: 20px;     
         /* Creates the "gutter" (space) between columns */
  
}

.card__header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	
}

.payment_terms
{
	display: inline-block;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	position: static;
	
}

.card__header img{
	height: auto;
	width: 70px;
}



#myVideo {
  
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 120%;
  z-index: -1;
  position: absolute;
  object-fit: cover; /* This makes it fill the container */
 
  
}



h1 {
	font: var(--heading1);
	color: var(--black);
}

p {
	font: var(--text2regular);
}

form {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.form-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.form-group1 {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.form-group input {
	width: auto;
	
}

.row-group {
	display: flex;
	flex-direction: row;
	gap: 12px;
}

.row-group .form-group,
.row-group .icon-group {
	max-width: 144px;
}



.icon-group input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 10px;
}

.form-group input {
	padding-left: 12px;
}

.form-group option {
	padding-left: 12px;
}

.form-group input,
form button,
.icon-group {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 40px;
	border-radius: 10px;
}

.form-group option,
form button,
.icon-group {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 40px;
	border-radius: 10px;
}

.form-group input,
.icon-group {
	border: 1px solid var(--grey2);
}

.form-group option,
.icon-group {
	border: 1px solid var(--grey2);
}

.form-group input,
.icon-group input {
	color: var(--black);
	font: var(--text1regular);
	transition: box-shadow 0.3s ease;
}

.form-group option,
.icon-group option {
	color: var(--black);
	font: var(--text1regular);
	transition: box-shadow 0.3s ease;
}

.form-group input:focus,
.icon-group input:focus {
	outline: none;
}

.form-group input::placeholder,
.icon-group input::placeholder {
	color: var(--grey);
	font: var(--text1regular);
}

.icon-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 12px;
	margin-top: 12px;
	transition: box-shadow 0.3s ease;
}

.icon-group input {
	box-sizing: border-box;
	padding-left: 12px !important;
	height: 100%;
	width: 100%;
	padding: 0;
}

form button {
	font: var(--text1regular);
	border: none;
	background-color: var(--primary);
	color: var(--white);
}

form button.disabled {
	background-color: var(--primary);
	opacity: 0.3;
}

form button:hover {
	cursor: pointer;
}

label {
	font: var(--text1regular);
}

.verify-info {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 8px;
}

small {
	font: var(--text2regular);
}

.empty {
	background-color: var(--grey2);
	border-color: var(--grey2);
}

.filling {
	background-color: var(--white);
	border-color: var(--grey2);
	box-shadow: 0px 4px 18px rgba(158, 168, 189, 0.31);
}


.country select
{
	
	
	box-sizing: border-box;
	padding-left: 12px !important;
	
	background-color: var(--grey2);
	border-color: var(--grey2);
	
	color: #80807e;
	font: var(--text1regular);
	
		-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 10px;
	
	height: 45px;
	
	border: 2px solid var(--grey2);
}
#payment_img
{
	width: auto;
	height: 1050px;
	position: relative;
	
}

#banner_img
{
	width: auto;
	height: 900px;
	flex-direction: column;
	
}

@media (max-width: 700px) {
  #payment_img {
     
    flex-direction: row;
	 position: relative;
	 display: flex;
	 
  }
  
  
  
  
  
  @media (max-width: 700px) {
  .card {
	background-color: var(--white);
	border-radius: 20px;
	height: auto;
	width: auto;
	padding: 30px;
	box-sizing: border-box;
	display: flex;          /* Turns the div into a flex container */
  flex-direction: column;    /* Aligns children side-by-side */
  gap: 20px;              /* Creates the "gutter" (space) between columns */
  padding: 20px;
}
  }
  
  
  
    @media (max-width: 700px) {
  
#myVideo {
  
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 120%;
  z-index: -1;
  position: absolute;
  object-fit: cover; /* This makes it fill the container */
 display: flex;
  align-items: center;
  justify-content: center;
  
}
	}
	
	
	
	
	
	   @media (max-width: 700px) {
	.card {
	background-color: rgba(255, 255, 255, 0.3);
  gap: 20px;              /* Creates the "gutter" (space) between columns */
  
}
	   }
  
  
  
  
  .payment
  {
	    display: flex;
    
	  position: relative;
	 
	         /* Turns the div into a flex container */
  flex-direction: row;    /* Aligns children side-by-side */
  gap: 20px;              /* Creates the "gutter" (space) between columns */
  padding: 20px;
  height: 1000px;
  
  }