@font-face {
  font-family: "Noto Sans Gujarati", sans-serif;
  src: url('../font/NotoSansGujarati-Bold.ttf') format('truetype'),
       url('../font/NotoSansGujarati-ExtraBold.ttf') format('truetype'),
       url('../font/NotoSansGujarati-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Shrikhand", serif;
  src: url('../font/Shrikhand-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body{   
    margin: 0;
    padding: 0;
    height: 100vh;
        box-sizing: border-box;
          -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.not_work_desktop {
    position: relative;
    display: flex;
    align-items: center;
}
.not_work_desktop:after {
    content: '';
    padding-bottom: 50%;
    background: red;
}
.not_work_desktop img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    object-position: center;
    z-index: 1;
    position: absolute;
}

.logo {
    text-align: center;
    position: relative;
    z-index: 1;
}
.logo img {
    max-width: 80px; 
}
.mobile_section {
    padding: 15px 27px;
    background-image: url(../image/mob_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    height: 100%;
    display: none;
}
.preview_mob{
    /* background-image: url(../image/bg_p.png); */
    background-size: contain;
        padding: 0;
            height: auto;
}
.mobile_section.preview_mob::after{display: none;}
.p_top_bar_section {
    display: flex;
    padding: 32px 0 0 32px;
}
.p_top_bar_section .logo{
    max-width: 180px;
    flex: 0 0 180px;
}
.p_top_bar_section .logo img {
    width: 100%;
    max-width: 100%;
}
.mobile_section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.6;
}
.mobile_form_section {
    z-index: 1;
    position: relative;
    background: #ffffffa3;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 6px 12px 17px 1px #00000052;
}
.form_group {
    margin-bottom: 10px;
}
.form_group label {
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
}
.form_group input {
    padding: 10px;
    width: -webkit-fill-available;
    font-size: 18px;
    border-radius: 15px;
    outline: none;
    border: 2px solid #000;
}
.photo_file_design img {
    width: 100%;
}
.photo_file_design {
    max-width: 100px;
    margin: 5px 0;
}
.form_button {
    position: relative;
    z-index: 1;
    padding: 22px 0;
}
.form_button button {
    width: 100%;
    padding: 16px;
    font-size: 18px;
    border-radius: 15px;
    border: none;
    color: #fff;
    background: linear-gradient(135deg, #393186, #D40E7F);
}
.note {
    font-size: 18px;
    font-weight: 800;
    color: #ff0000;
}
@media screen  and (max-width:767px){
    .not_work_desktop{display: none;}
    .mobile_section{display: block;}
}

.p_title {
    text-align: center;
}
.p_t_title {
    font-size: 26px;
    font-weight: bolder;
}
.p_m_title {
    font-size: 20px;
    font-weight: 600;
}



.poster_image_bg {
    top: 20%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 24px;
    box-sizing: border-box;
        z-index: 1;
}
.poster-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%; /* mobile width */
  margin: auto;
}

.poster-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* Dynamic text */
.content {
  position: absolute;
  width: 100%;
  text-align: center;
  font-family: 'GujaratiFont';
  color: #7a1f1f;
}

/* Example positions */
.name {
    /* top: 58%; */
    top: 55%;
    font-weight: bolder;
  /* font-size: clamp(18px, 4vw, 32px); */
  font-size: clamp(10px, 6vw, 47px);
  /* font-family: "Shrikhand", serif; */
  font-family: "Noto Sans Gujarati", sans-serif;
}
.name h2{
    /* font-family: "Shrikhand", serif; */
    font-family: "Noto Sans Gujarati", sans-serif;
}
.village {
    top: 66.8%;
    font-weight: bolder;
    font-size: clamp(12px, 4vw, 24px);
    display: flex;
    justify-content: center;
    font-weight: 200;
    /* font-family: "Shrikhand", serif; */
    font-family: "Noto Sans Gujarati", sans-serif;
}
.village div {
    font-weight: 900;
}

.previewphotoimage {
    position: absolute;
    top: 0;
    z-index: 0;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;
    height: 25%;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32%;
}
.previewphotoimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32%;
}


.loader_section img {
    max-width: 50%;
}
.normal_text {
    font-size: clamp(10px, 7vw, 50px);
    font-weight: bolder;
}
.loader_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.section_hide{display: none !important;}

.photo_action_btn.form_button button {
    padding: 8px;
}
.photo_action_btn.form_button {
    display: flex;
    position: fixed;
    width: 100%;
    gap: 20px;
}
#banner {
  overflow: visible !important;
  height: auto !important;
}
