@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap');
@import url('https://db.onlinewebfonts.com/c/c8191b4eb6c3ff319f508516376e60df?family=Amalfi+Coast');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Lato&family=Playfair+Display&display=swap');


* {
    margin: 0;
    padding: 0;
   

}


html ,body {
    font-family: 'Lato', sans-serif;
    overflow: hidden !important;
  
}

.main_container {
    display: flex;
    width: 80%;
    position: absolute;
    bottom: 20px;
    background-image: url(./Paper\ for\ coming\ soon\ page.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 95vh;
}
.all .invite {
    font-family: "Amalfi Coast" !important;
    font-size: 32px;
  
}
.text2{
    font-size: 14px;
    font-family: 'GFS Didot';
    font-weight: 400;
    word-spacing: -2px;
}
.all .title{
    font-weight: 500;
    font-size: 20px;
    font-family: 'GFS Didot'
  
}
.title_text{
    line-height: 1.4em;
}

.text1{
    font-size: 18px;
    font-family: 'GFS Didot';
    font-style: italic;
}

.announcement{
    background-color: #b19a70;
    color: #ffffff;
    text-align: center;
    padding: 16px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
  
}



.bg {
    width: 100%;
    height: 95vh;
    background: url(./Montage\ image.png);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
 
    
}



.text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    line-height: 34px;
    text-align: center;
  
}

.all{
    text-align: center;
    margin-top: 3%; 
  
  
}

.text P {
    font-size: 1.2rem;
    font-weight: 400;
}

#btn {
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    
    
}



#signUpButton{
    padding: 12px 45px;
    cursor: pointer !important;
    background-color:#b19a70;
    border: none;
    color: #ffffff;
    font-size: 12px;


}
.edit_logo{
    margin: 20px;
}
.text img {
    height: 60px;
    max-width: 200px;
    
}

/*--------------------- pop-up section ----------------- */
.close {
    color: aqua;
    position: absolute;
    right: 27px;
    top: 28px;
    width: 32px;
    height: 32px;
    opacity: 0.7;
    cursor: pointer;
}
.close:hover {
    opacity: 1;
  }
  .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #000;
  }
  .close:before {
    transform: rotate(45deg);
  }
  .close:after {
    transform: rotate(-45deg);
  }

#popupContainer {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   opacity: 0;
     width: 100%;
     margin: auto;
   
     
  }
  .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
   
  }
  .card {
    /* display: block; */
    position: absolute;
    top: 20%;
    /* left:30%; */
    /* margin:0 auto; */
    width: 100%;
    max-width: 580px;
    min-height: 21em;
    background:#DCDCDC;
    color: #000;
    /* padding: 10em 2em 2em; */
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     
  }
  
  
 
/*--------------------- form section ----------------- */
.container .left {
	width: 100%;
	/* padding: 0px 0px 0 30px ; */
}
.container .left h1 {
	text-align: center;
	font-weight: 200;
	text-transform: uppercase;
	color: #000;
	line-height: 3.5rem;
    font-size: 22px;
    font-family: 'GFS Didot'
    
   
}
.container .left h1 span {
	color: hsl(0, 6%, 24%);
	font-weight: 700;
}

.container form {
	position: relative;
	display: block;
	height: 50px;
	width: 100%;
	max-width: 430px;
	
}
.container form input {
	position: absolute;
	width: 80% !important;
	outline: none;
	border: 1px solid #ffffff !important;
	height: 54% !important;
	border-radius: 50px !important;
	padding-left: 20px !important;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.1rem;
    left: 1.6em;
   /* left: 3em; */
}
#mc_embed_signup{
    display: flex !important;
    justify-content: center !important;
    
}
/* .container form label {
	visibility: hidden;
	position: absolute;
} */
.container form button {
	cursor: pointer !important;
	position: absolute;
	right: 25px;
	bottom: -12px;
	border: none !important;
	outline: none;
	color: white !important;
	width: 70px !important;
	height: 100% !important;
   	border-radius: 50px !important;
	background-color:#b19a70 !important;
   transition: .3s ease box-shadow !important;
}
.container form button:hover {
	
	box-shadow: 0px 0px 13px 2px #b19a70;
}
.container form input::placeholder {
	color:#b19a70;
	font-size: 1.1rem;
	opacity: .8;
}

.container form .error-icon {
	display: inline-block;
	position: absolute;
	right: 85px;
	top: 24%;
	display: none;
    
}
.container form .error-text {
	position: absolute;
	left: 30px;
	top: 30px;
	font-size: 1rem;
	display: none;
   
   
}
.container form.error .error-icon,
.container form.error .error-text {
	display: block;
}
.container form.error input {
	border: 2px solid hsl(0, 93%, 68%);
}



#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
  display: none !important;

}
#mc_embed_signup .button{
  line-height: 0 !important;
  height: 52px !important;
}


/*--------------------- responsive web-section ----------------- */





 @media screen and (max-width: 768px) { 
    .main_container {
        max-width: 100%;
       
      
    }
.text img {
        height: 50px;
        width: 150px;
     }
     
   
     
    } 
   


@media screen and (max-width: 1300px) {
 .bg{
    background-position: center;
    background-attachment: fixed;
       
}

  .text img {
    padding: 20px;
  }
    
  .main_container{
    width: 100%;
    justify-content: center;
    left: 0;
 }
 
} 






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

.main_container{
   width: 100%;
   
    
}


}
@media screen and (max-width:400px){
  .card{
    width: 95%;
  }
  .container form button {
  right: -6px;
  }
  
}

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

    .close{
        top: 2px;
        right: 10px;
      }

}
