@font-face {
  font-family: "p-light";
  src: url("./fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: "p-bold";
  src: url("./fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: "p-medium";
  src: url("./fonts/Poppins-Medium.ttf");
}
@font-face {
  font-family: "p-regular";
  src: url("./fonts/Poppins-Regular.ttf");
}

body{

  background-image: url("../images/bg.jpeg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100vh;
}

.logo_imgg {
  width: 278px;
  height: 111px;
  margin: 20px auto;
}
.logo_imgg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo h1 {
  font-size: 65px;
  text-align: center;
  letter-spacing: 18px;
  font-family: p-medium;
  color: #fff;
}
.logo h2 {
  font-size: 26px;
  font-family: p-regular;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
}
.main_p p {
  font-size: 18px;
  font-family: 'p-regular';
  line-height: 1.5;
  color: #fff ;
  
}
.cf_form {
  /* width: 38%; */
  margin: 65px auto;
  position: relative;
}
.cf_form label {
  font-size: 16px;
  color: #fff;
  font-family: p-light;
  display: inline-block;
  white-space: nowrap;
  margin-right: 28px;
}
.cf_form .form-control
{
  display: inline-block;
  border: 1px solid #fff;
  box-shadow: none;
}
.frm_col
{
  display: flex; 
  align-items: center;
  justify-content: center;
}

.guest_list h3 {
  font-size: 22px;
  font-family: p-bold;
  color: #000000;
}
.g_list_hd h3 {
  font-size: 18px;
  font-family: p-medium;
  color: #000000;
  font-weight: 700;
}
.g_list {
  padding-left: 0;
}
.g_list li
{
  font-size: 16px;
  font-family: 'p-regular';
  color: #000000;
}
.g_list2 {
  padding-left: 0;
}
.g_list2 li
{
  font-size: 13px;
  font-family: 'p-medium';
  color: #000000;
  list-style: none;
}
.rgstr_btn {
    margin: 0 auto 50px auto;
}
.rgstr_btn a {
  font-size: 16px;
  font-family: 'p-medium';
  text-decoration: none;
  color: #fff;
  background: #548235;
  padding: 10px 20px;
  border: 1px solid #548235;
  transition: 0.4s ease;
}
.rgstr_btn a:hover
{
  background: #fff;
  color: #548235;
}

.uplodd
{
 width: 44%;
}

.hs_hdg h3 {
  font-size: 18px;
  font-family: p-bold;
  color: #000000;
}
.hsp_p p
{
  font-size: 14px;
  color: #000000;
  font-family: p-light;
  color: #000000;
}
.hsp_p span {
  color: #e73232f2;
  font-family: 'p-bold';
  font-size: 14px;
}
.house_box {
  padding: 10px;
  border: 1px solid #000000;
  /* height: 402px; */
  overflow: auto;
}

.main_p span {
  color: #548235;
  font-family: 'p-medium';
}
button.go_bk {
  border: 1px solid #548235;
  background: #548235;
  color: #fff;
  padding: 5px 14px;
  font-family: 'p-medium';
  margin-left: 9px;
}
p.cff_ppm {
  position: absolute;
  top: 47px;
  max-width: 100%;
  left: 18%;
  font-size: 11px;
}
.gp_1_info p {
  font-size: 16px;
  font-family: 'p-regular';
}

.h_rules_list span {
  color: red;
  font-size: 14px;
  font-weight: bold;
  margin-right: 12px;
}
.h_rules_list p {
  font-size: 14px;
  font-family: 'p-medium';
  color: #000000;
}
.h_rules h3 {
  font-size: 18px;
  font-family: p-bold;
  margin-bottom: 17px;
}
.sign_img {
  width: 163px;
  height: 86px;
  margin-bottom: 10px;
}
.sign_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sign_name h3 {
  font-size: 21px;
  font-family: 'p-medium';
  color: #000000;
}


@media screen and (max-width: 767px)
{
  .logo h1
  {
      font-size: 39px;
  }
  .logo h2
  {
      font-size: 18px;
  }
}
@media screen and (max-width: 576px)
{
  .logo h1
  {
      font-size: 28px;
  }
  .logo h2
  {
      font-size: 12px;
  }
  .main_p p
  {
      font-size: 14px;
  }
  .frm_col
  {
      flex-wrap: wrap;
  }
   button.go_bk {
    padding: 6px 28px !important;
    margin-top: 12px;
  }	
  p.cff_ppm {
    position: unset;
    max-width: 100%;
    font-size: 11px;
    margin-top: 13px;
  }
}