@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Biryani:wght@200;300;400;600;700&family=Comfortaa:wght@300;400;500;600;700&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Lexend:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&family=Poiret+One&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Tera:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
  background-color: #001b21;
    font-family: "Source Sans Pro";
}
html,body{
padding: 0;
margin: 0;
overflow-x: hidden;
}

#loader{
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 5000;
  background-color: #000000d0;
  display: none;
  }
  .ld-r{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; 
  }
  .lder{
    width: 100px;
  }

#nav-toggler {
  display: none;
}
.navbar {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease;
  z-index: 1000;
  padding-top: 30px;
}

.celeb-logo {
  width: 150px;
  padding: 5px;
}

.navbar ul {
  list-style: none;
  display: flex;
}
.navbar ul li a {
  text-decoration: none;
  font-family: "Comfortaa";
  color: white;
  font-weight: bolder;
  font-size: 12px;
}
.navbar ul li {
  padding: 5px 30px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.navbar ul li:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(255, 0, 0, 0.35) 0%,
    rgba(255, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(255, 0, 0, 0.35) 0%,
    rgba(255, 0, 0, 0) 80%
  );
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.navbar ul li:hover,
.navbar ul li:focus,
.navbar ul li:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  /* move the element up by 5px */
}
.navbar ul li:hover:before,
.navbar ul li:focus:before,
.navbar ul li:active:before {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.navbar ul li a:hover {
  color: red;
}

.navbar-scrolled {
  background: linear-gradient( to left, rgba(249, 165, 113, 0.552), rgba(175, 121, 110, 0.475) );
  backdrop-filter: blur(4px);
  color: white;
  padding-top: 0px;
}

.navbar ul li:last-child {
  background: rgb(249, 165, 113);
  text-shadow: none;
  color: rgb(255, 255, 255);
  margin-left: 10px;
  font-size: 12px;
  padding: 8px;
  font-family: "Comfortaa";
  font-weight: bolder;
  border: 1px solid rgba(255, 255, 255, 0.437);
  margin-right: 30px;
}
.navbar ul li:last-child:hover {
  background: rgb(175, 43, 43);
  color: white;
  cursor: pointer;
}
.top{
width: 100%;
height: 350px;
background-image: url(../img/bg.jpg);
background-size: cover;
background-position: 0% 20%;
background-repeat: no-repeat;
}
.celeb-logo-mob {
  display: none;
}
.top-overlay{
    width: 100%;
height: 350px;
padding-top: 0px;
background-color: #000000d5;
display: flex;
gap: 100px;
align-items: center;
justify-content: center;
position: relative;
}

.top-main{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}

.top-logo{
  position: absolute;
  display: none;
  width: auto;
display: flex;
align-items: flex-start;
justify-content: flex-start;
gap: 30px;
bottom: 15px;
border: 1px solid rgba(255, 255, 255, 0.229);
padding: 10px 20px;

}

.logo-box:nth-child(2){
  gap: 15px;
}
.tr-logo{
  width: 80px;
  
}
.logo-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: fit-content;
  height: auto;
  justify-content: center;
backdrop-filter: blur(1px);
}
.org{
  color: white;
  font-family: "lexend";
  font-weight: 300;
  font-size: 12px;
}
.eventlogo{
    width: 550px;
    filter: drop-shadow(2px 2px black);
    margin: 0px 0px;
}
.date-place{
    margin: 20px 0px;
    display: flex;
    align-items: center;
    gap: 2vw;
}
.date .line1{
color: white;
    font-family: 'Lexend Tera';
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.date .line1 sup{
  font-size: 10px;
  margin-top: -10px;
}
.date .line1::after{
  content: "";
  height: 20px;
  width: 2px;
  background-color: white;
  position: absolute;
  transform: translateX(115px);
}
.date .line2{
    color: white;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}
.place{
    color: white;
    font-family: 'Lexend Tera';
    text-align: center;
    font-size: 17px;
}
.title{
    margin-top: 60px;
    width: 100%;
    padding: 10px 0px;
    background: linear-gradient(to right, #00f260, #047c34);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 900;
}
.form{
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 80px;
}
.form-h{
  font-size: 25px;
  font-weight: 600;
  margin: 20px 0px;
  text-decoration: underline;
}
form{
    width: 80%;
    height: 100%;
    padding-bottom: 100px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.f-line{
    color: red;
    font-family: "Source Sans Pro";
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    font-size: 20px;
}
.detail{
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0px;
}
.form_cont{
    width: 80%;
}
.attendee{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
}
.input-box{
width: 48%;
display: flex;
flex-direction: column;
}
.input-box input{
padding: 12px 0;
padding-left: 10px;
}
.input-box label{
font-size: 14px;
color: #4d4d4d;
}
.input-box label span{
color: red;
}
.input-box:nth-child(10){
margin-top: 22px;
}

.input-box select{
width: 100%;
margin: 10px;
padding: 12px;
border: none;
border: 1px solid rgba(0, 0, 0, 0.212);
font-family: "Source Sans Pro";
margin: 13px 0px;
}
form input{
  width: 97.5%;
  margin: 10px;
  padding: 12px 10px;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.212);
  font-family: "Source Sans Pro";
  margin: 13px 0px;
}
.who{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap; 
}

.f-line1{
    margin-top: 20px;
    width: 100%;
    padding: 10px 0px;
    font-family: "Source Sans Pro";
}
.f-line1 span{
    font-weight: 600;
}
.participant{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0px;
  flex-direction: column;
}
.participant input{
  width: 14%;
  padding-left: 20px;
  border: 1px solid rgba(0, 0, 0, 0.311);
  background: transparent;
  margin: 0;
}
.participant input::placeholder{
  color: rgba(44, 44, 44, 0.847);
}
.part-h-box{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.participant .part-h-box select{
  width: 5%;
  border: 1px solid rgba(0, 0, 0, 0.19);
}
.participant select{
  width: 14%;
  margin: 0;
  padding: 10px 0px;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.311);
  font-family: "Source Sans Pro";
  padding-left: 20px;
  background: transparent;
}

.participant-boxes{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.participant-box{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0000000e;
  padding: 20px 0px;
}
.parti-box{
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: center;
 
  gap: 0.5%;
}


.part-h{
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0px;
}
.chk{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.chk input{
    width: 5%;
    margin: 20px 0px;
}
.chk label{
    width: 45%;
}
.check-others{
  width: 200px;
 transform: translateX(160px);
 display: none;
}
#others:checked ~ .check-others{
  display: block;
}
.budget{
    width: 100%;
    display: flex;
    padding: 10px 0px;
}
.budget label{
    width: 20%;
}
.budget input{
    width: 2%;
    transform: translateY(-8px);
}

#additionalForm{
  display: none;
}

.chk2{
  margin: 35px 0px;
}
.chk2 input{
  width: 1%;
  margin-right: 10px;
}
.ra-h{
  font-family: "Source Sans Pro";
  font-weight: 600;
  margin-bottom: 10px;
}
.ra-cont{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ra-file-input{
  display: flex;
  flex-direction: column;
}
#ra-file{
  border: none;
  width: 100%;
}
#ra-file2{
  width: 80%;
}
.ra-date{
  width: 20%;
}
.ra-date input{
  width: 80%;
}
.note{
  margin-top: 60px;
}
.plan{
    width: 100%;
    display: flex;
    padding: 10px 0px;
}
.plan label{
    width: 20%;
}
.plan input{
    width: 2%;
}

textarea{
    width: 100%;
}

#confirm{
    width: 10px;
}

li{
    font-family: "Source Sans Pro";
    font-size: 13px;
    padding: 5px 0px;
    margin: 5px 0px;
}
button{
    border: none;
    padding: 10px;
    font-family: "POPPINS";
    font-weight: 500;
    background: #00bcca;
    color: rgb(0, 0, 0);
}
button:hover{
    cursor: pointer;
    background-color: #003033;
    color: white;
}
.hide{
  display: none;
}
footer {
    font-family: "Titillium Web";
    color: rgb(255, 255, 255);
    background-color: #000000;
    padding: 3px;
    text-align: center;
  }
  footer a {
    color: #00bcca;
    text-decoration: none;
    font-family: "Lexend Tera";
  }

  @media screen and (max-width: 450px) {
    #nav-toggler {
      appearance: none;
      position: fixed;
      top: 20px;
      right: 30px;
      cursor: pointer;
      z-index: 1010;
      font-size: 25px;
      color: rgb(175, 121, 110);
      display: block;
    }
  
    .navbar {
      position: fixed;
      top: -510px;
      background-color: #0000007c;
      backdrop-filter: blur(5px);
      justify-content: flex-start;
      transition: all 0.5s cubic-bezier(0, 1.6, 1, 1);
    }
    .navbar-scrolled {
      background-color: #0000007c;
      backdrop-filter: blur(5px);
     padding-top: 30px;
    }
  
    #nav-toggler:checked ~ .navbar {
      top: 0px;
    }
  
    #nav-toggler:checked {
      transform: rotate(180deg);
    }
  
    #nav-toggler:checked::before {
      content: "\f00d";
      color: rgb(0, 123, 195);
      transition: 0.2s linear 0.2s;
    }
  
    .navbar ul {
      flex-direction: column;
    }
    .eventlogo{
      width: 300px;
      margin-top: 60px;
    }
  
    .celeb-logo {
      display: none;
    }
    .celeb-logo-mob {
      width: 200px;
      position: fixed;
      top: 0;
      z-index: 10000;
      display: block;
    }
    .top{
      height: 400px;
    }
    .top-overlay{
      flex-direction: column;
      height: 400px;
    }
    .date-place {
      margin: 20px 0px;
      flex-direction: column;
  }
  .title{
    font-size: 20px;
  }
  .date .line1::after{
    display: none;
  }
  form{
    width: 95%;
  }
  .form_cont{
    width: 95%;
  }
  .input-box{
    width: 100%;
  }
  form input{
    width: 95%;
  }
  .chk label {
    width: 90%;
}
.chk input{
  width: 5%;
  margin-right:8px;
}

.budget{
  flex-wrap: wrap;
}
.budget label {
  width: 85%;
}
.budget input{
width: 5%;
margin-right: 10px;
}
.plan{
  flex-wrap: wrap;
}
.plan label {
  width: 80%;
}
.parti-box{
  flex-wrap: wrap;
  gap: 5px;
}
.participant input {
  width: 40%;
}
.participant select {
  width: 47%;
}
.participant .part-h-box select {
  width: 18%;
}
.plan input{
width: 5%;
}
.recom{
  width: 90%;
}
.f-line{
  font-size: 15px;
}
.check-others {
  width: 200px;
  transform: translateX(-85px);
}
.chk2 input {
  width: 4%;
}
.ra-date {
  width: 40%;
}
  }

  @media screen and (min-width: 1200px) and (max-width: 1800px) {
   
    .participant .part-h-box select {
      width: 8%;
  }
  .participant input {
    width: 12%;
  }
  .participant select {
    width: 18%;
  }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #nav-toggler {
      appearance: none;
      position: fixed;
      top: 20px;
      right: 30px;
      cursor: pointer;
      z-index: 1010;
      font-size: 25px;
      color: rgb(175, 121, 110);
      display: block;
    }
  
    .navbar {
      position: fixed;
      top: -510px;
      background-color: #0000007c;
      backdrop-filter: blur(5px);
      justify-content: flex-start;
      transition: all 0.5s cubic-bezier(0, 1.6, 1, 1);
    }
    .navbar-scrolled {
      background-color: #0000007c;
      backdrop-filter: blur(5px);
     padding-top: 30px;
    }
  
    #nav-toggler:checked ~ .navbar {
      top: 0px;
    }
  
    #nav-toggler:checked {
      transform: rotate(180deg);
    }
  
    #nav-toggler:checked::before {
      content: "\f00d";
      color: rgb(0, 123, 195);
      transition: 0.2s linear 0.2s;
    }
  
    .navbar ul {
      flex-direction: column;
    }
    .eventlogo{
      width: 500px;
    }
  .date-place{
    gap: 5vw;
  }
    .celeb-logo {
      display: none;
    }
    .input-box:nth-child(10) {
      margin-top: 40px;
  }
    .celeb-logo-mob {
      width: 200px;
      position: fixed;
      top: 0;
      z-index: 10000;
      display: block;
    }
    form{
      width: 95%;
    }
    .parti-box{
      flex-wrap: wrap;
      gap: 5px;
    }
    .participant .part-h-box select {
      width: 11%;
    }
    .participant input {
      width: 25%;
    }
    .participant select {
      width: 28%;
    }
    .chk label {
      width: 45%;
  }
  .chk input{
    width: 5%;
  }
  .budget label {
    width: 26%;
}
.budget input{
  width: 5%;
}
.chk2 input {
  width: 3%;
}
.ra-date {
  width: 40%;
}
.check-others{
  transform: translate(120px);
}
  }

  @media screen and (min-width: 1200px) and (max-width: 1400px) {
    
  }