*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: var(--sm_font_4);
  /* font-family: var(--sm_font_16); */
  user-select: none;
  transition: .3s ease-in-out;
}
.xtr_links_1{
  text-decoration: none;
}





html{
  /* background: #EC1187 linear-gradient(to bottom right, #EC1187 0%, #FF8D10 100%); */
  /* background: rgb(2,0,36); */
  background-image: linear-gradient(to top, #003f9c 10%, #330867 90%);
  background-repeat:no-repeat;
  min-height: 100vh;
  /* height: 100%; */
  overflow-x: hidden;
}

/* html{
    background: #EC1187 linear-gradient(to bottom right, #EC1187 0%, #FF8D10 100%);
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    height: -webkit-fill-available;
} */

/* body {
  height: 100%;
  background: #EC1187 linear-gradient(to bottom right, #EC1187 0%, #FF8D10 100%)
} */
.nav_area{
  width: 100% ;
  /* height: auto; */
  /* margin: 0 auto; */
  /* margin-top: 1rem; */
  /* border-radius: 15px; */
  /* font-family: 'Comfortaa', cursive; */
  /* background-color: rgb(255, 255, 255); */
  
  /* height: 100vh ; */
  /* min-height: 30rem ; */
  /* display: flex ; */
  /* flex-direction: column ; */
  /* align-items: center ; */

}
.nav_item_wrapper{
  width: 90% ;
  max-width: 1280px;
  margin: 1.5rem auto 0rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.site_logo{
  text-align: left;
  width: 80%;
  font-size: 1.7rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  background-color: transparent;
  /* position: fixed;
  top: 3%;
  left: 4%; */
}
.site_logo a{
    color: rgb(255, 255, 255);
}
.site_logo span{
  /* padding: 1rem; */
  font-size: 1.4rem;
  font-weight: 300;
  color: rgb(255, 255, 255);
  background-color: transparent;
 }
#ans_btn{
  width:auto;
  padding: 5px 6px 5px 6px;
  /* border:1px solid rgba(252, 252, 252, 0.658); */
  border: 2px solid transparent;
  border-radius: 3px;
  /* position: fixed;
  top: 3%;
  right: 3%; */
  cursor: pointer;
  transition: 0.4s;
  margin: 0;
  color:#ffffff;
  background-color: #ffffffb6;
  background-color: transparent;
  /* font-family: var(--sm_font_4); */
  font-size: 1rem;
  font-weight: 900;
  /* box-shadow: 1px 1px 2px -2px rgb(255, 255, 255),
              -1px -1px 2px -2px rgb(255, 255, 255); */
  ;
}
#ans_btn:hover{
  /* box-shadow:inset 1px 1px 10px -1px rgba(255, 255, 255, 0.137); */
  color: rgb(255, 255, 255);
  /* border: 1px white; */
  background-color: transparent;
  /* border:2px solid transparent; */
  border-bottom: 2px solid white;


}















.form_area{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  /* align-self: center; */
  /* margin-bottom: 10vh; */
  /* font-family: 'Comfortaa', cursive; */
}
form textarea:focus,
form button:focus{
  border: 1px solid #1e8fff96;
  box-shadow: 0 0 5px #1e8fff96;
  outline: none;
}
.form_box{
  width: 90vw ;
  max-width: 30rem ;
  background-color: #ffffffb9 ;
  border-radius: 1rem ;
  display: flex ;
  flex-direction: column ;
  /* padding: 1.95rem 2rem ; */
  padding: 2.15rem 2.2rem ;
  margin-top: 15vh;
  /* margin-bottom: 2rem; */
  position: relative;
  backdrop-filter: blur(15px);
}
.form_box:focus,
.form_box:hover{
  background-color: rgba(255, 255, 255, 0.774);
}
.p_1{
  font-size:1.2rem ;
  font-weight: bolder ;
  text-align: center;
  margin-bottom: 1.4rem ;
  margin-top: -.4rem ;
  color: rgb(0, 107, 214) ;
}
.p_2{
  padding: 1.3rem;
  text-align:justify;


}
textarea{
  padding: .8rem 1.2rem ;
  background-color: transparent;
  /* background-color: rgba(255, 255, 255, 0.644); */
  margin-top:.5rem ;
  font-weight: normal;
  font-size: 1.1rem ;
  /* font-family: 'Comfortaa', cursive; */
  font-family:var(--sm_font_5);
  max-width: 32.7rem ;
  min-height: 7rem ;
  border: 1px solid #1e8fff96 ;
  border-radius:.5rem ;
  resize: vertical ;
  /* height: auto; */
  max-height: 25vh;
  box-shadow: 1px 1px 2px -2px rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  transition: opacity 0.5s ease;
}
textarea::placeholder{
  color: #00000071 ;
}
textarea:focus,
textarea:hover,
textarea::after{
  background-color: #ffffff4b ;
}
.readOnly_text_selector{
  margin: 1rem .3rem -.5rem .5rem;
  font-family:var(--sm_font_16);
  display: inline-block;
  font-size: .9rem;
  line-height: 1.2rem;
  color: #000000af;
  /* padding: 1rem .4rem; */
  /* border-radius:.5rem ; */
}
/* .readOnly_text_selector label{
  font-size: 10rem;
} */

.readOnly_text_selector input[type="checkbox"] {
  width: 10px;
  height: 10px;
  transform: scale(1.5);
  margin-right: 8px;
}

#send{
  padding:.7rem 1rem .5rem 1rem ;
  border-radius:2rem ;
  background-color: rgba(255, 255, 255, 0.685) ;
  color: rgb(0, 0, 0);
  font-size: .9rem ;
  font-weight: bolder ;
  width: 6rem;
  border:2px solid transparent;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  transition: .2s;
  /* font-family: 'Comfortaa', cursive; */
  cursor: pointer;
}
#send:focus,
#send:hover,
#send::after{
  /* background-color: rgba(255, 255, 255, 0.493) ; */
  /* color: rgb(0, 0, 0); */
  background-color: #ffffffe1 ;
  /* color: rgb(252, 72, 27); */
  color: #004dc9;
  font-weight: 700 ;
  margin-top: -1rem;
  box-shadow: rgba(255, 255, 255, 0.13) 0px 5px 50px -5px;
  border: 2px solid #ffffffe1;
}



















.credit{
   width: 100%;
   /* max-width: 35rem; */
   /* height: 3rem; */
   margin-bottom: 2rem;
   margin-top: 11rem;
   text-align: center;
   text-decoration: none ;
   /* position: absolute; */
   /* top: 60rem; */
}
@media screen and (min-device-width: 350px) and (max-device-width: 768px) { 
  .credit{
    margin-top: 16rem;
  }
}
.p2,.p3{
  /* font-family: 'Comfortaa', cursive; */
  font-size:.8rem ;
  font-weight: normal ;
  margin-top: 0.2rem ;
  padding-bottom: 4px;
  color: white ;
  text-align: center;
  text-decoration: none ;

}
.a1{
  font-size: .85rem ;
  font-weight:400 ;
  text-decoration: none ;
  color: white ;
  letter-spacing:.2px ;
  /* cursor: pointer; */
}


/* *{
    font-family:var(--sm_font_16);
} */