*{
    padding: 0;
    margin: 0;

}
a{
    text-decoration: none;
}
html, body{
      font-family: "Hanken Grotesk", sans-serif;
}
/*h1, h2, h3, h4, h5, h6{
    font-family: "Baskervville";
}*/
p, label, input, select{
       font-family: "Hanken Grotesk", sans-serif;
}
.logo img{
          max-height: 100px;
}
.outer-div-of-nav{
/*      background-color: rgb(255 246 239);*/
}
.navbar{
    /* background-color: rgb(238, 216, 196) !important; */
}
.english-line h5{
        font-size: 24px;
    line-height: 33px;
}
.nav-item-cls{
    font-size: 15px;
}
.nav-bar-item-spce{
    padding-left: 9rem;
}
.nav-bar-items{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.nav-bar-items a{
    font-weight: 600;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 20px;
}

.nav-bar-items a:hover{
    text-decoration: none; color: #ed7a26 !important;
}
/*.text-photo-section{
    padding-top: 4rem;
}*/
.hindi-line h2{
font-size: 57px;
    color: rgb(74, 42, 28);
    padding-bottom: 2rem;
    font-weight: 700;
    font-family: "Baskervville";
    line-height: 70px;
}
.english-line{
    padding-bottom: 2rem;
    font-size: 2rem;
    font-family: "Hanken Grotesk", sans-serif;
}
.photo-section-btn a{
    background-color: #ed7a26;
    color: white;
    padding: 13px 28px;
    border-radius: 7px;
    border: solid 1px transparent;
    font-size: 20px;
    font-family: "Hanken Grotesk", sans-serif;
    transition: 0.5s all;
    text-decoration: none;
}
.photo-section-btn a:hover{
    background-color: transparent;
    color: #000;
    border: solid 1px #000;
     transition: 0.5s all;
}
.photo-section-btn {
    display: flex;
    gap: 15px;
}
.photo-section-btn .register-btn{
    background-color: transparent;
    color: #000;
    border: solid 1px #000;
    transition: 0.5s all;
}
.photo-section-btn .register-btn:hover{
     background-color: #ed7a26;
    color: white;
    padding: 13px 28px;
    border-radius: 7px;
    border: solid 1px transparent;
    font-size: 20px;
    font-family: "Hanken Grotesk", sans-serif;
    transition: 0.5s all;
    text-decoration: none;
}
.photo-and-text-outer{
    /* background-color:rgb(238, 216, 196) ; */
    padding-bottom: 2rem;
    position: relative;
    padding-top: 2rem;
background: url(../images/hero-banner.jpg);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
background-position: center;
}
.hero-botom-img{
        position: absolute;
    bottom: -71px;
    z-index: -1;
    width: 100%;
}


.img-box{
   position: relative;
}
.img-box img{
    width: 100%;
    object-fit: cover;
    border-radius: 2rem 0 0 2rem;
    position: absolute;
    right: -108px;
}
.photo-section{
    margin-bottom: 2rem;
}
.form-section{
   padding-top: 9rem;
}
.heading-form {
    text-align: center;
    color: #1a0003;
    font-size: 3rem;
    margin-bottom: 3rem;
    font-family: "Baskervville";
    font-weight: 600;
}


.main-form-section form input::placeholder{
    /* color: black; */
    font-size: 24px;
}
.form-control:focus{
    /* background-color: rgb(249, 234, 220) !important; */
}
.main-form-section  input,
.main-form-section  select {
    padding: 10px 15px;
    width: 100%;
    border-radius: 9px;
    border: 1px solid #4a2a1c29;
}
.main-form-section label{
        font-size: 15px;
    padding: 6px 0 0 9px;
    color: #464646;
}
.main-form-section form input::placeholder {
  font-size: 24px;
  color: black;
}
.main-form-section select{
    /* background-color: rgb(249, 234, 220); */
}
.artwork input{
    /* background-color: rgb(249, 234, 220); */
}
.main-form-section form input::placeholder,
.main-form-section form select option {
  font-size: 24px;
}
.main-form-section form input[type="file"]::file-selector-button {
  background-color: white; 
  color: #6c757d;             
  border: none;            
  cursor: pointer;     
  font-size: 16px;
}
#Artimg::file-selector-button {
 /* background-color: rgb(249, 234, 220); */
  color: black;               
  border: none;              
  cursor: pointer;
}
#photo::file-selector-button {
 /* background-color: rgb(249, 234, 220); */
  color: black;               
  border: none;              
  cursor: pointer;
  border-radius: 1rem;
}
.artwork input{
    padding: 1rem;
    border: 1px solid black;
    color: #6c757d;
    font-size: 18px;
}
#checkbox h5{
    font-family: "Hanken Grotesk", sans-serif;
}
.submit-btn{
    text-align: center;
}
.submit-btn button{
background-color: #ed7a26;
    color: white;
    padding: 13px 28px;
    border-radius: 7px;
    border: solid 1px transparent;
    font-size: 20px;
    font-family: "Hanken Grotesk", sans-serif;
    transition: 0.5s all;
    text-decoration: none;
     margin-top: 4rem;
}
.icon-and-name{
padding-top: 4rem;
    padding-bottom: 4rem;
    font-family: "Hanken Grotesk", sans-serif;
    /* background-color: rgb(249, 234, 220); */
    /* border-top: solid 1px #e7e7e7; */
    margin-top: 25px;
}
.icon-and-name h6{
    font-size: 25px;
    margin: 0;
    line-height: 37px;
}
.cont{
    display: flex;
    gap: 2rem;
}
.footer{
      background-color: #383838;
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.qustion h5{
    padding-bottom: 14px;
    font-size: 35px;
    color: #ffffff;
    font-family: "Baskervville", serif;
}
.qustion p{
     font-size: 20px;
    color: #ffffff;
}
.qustion p a{
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.icons-footer{
     gap: 1rem;
    font-size: 1.4rem;
    display: flex;
}
.icons-footer a{
    text-decoration: none;
    color: #fff;
}
.icons-footer a i{
    width: 45px;
    height: 45px;
    border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.5s all;
}
.icons-footer i:hover{
    color: #fff;
    background-color: #ed7a26;
    transition: 0.5s all;
}


.footer .container {
  display: flex;
  justify-content: space-between; 
  align-items: center;           
  flex-wrap: wrap;                
}
.call-icon i{
  background-color: #2da43e;
    color: white;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    padding: 4px;
    font-size: 22px;
    display: flex
;
    justify-content: center;
align-items: center;
}
.call-icon.phone-icon i{
        background-color: #000066;
}
.call-icon a{
text-decoration: none;
    color: black;
      font-size: 25px;
    display: flex
;
    align-items: center;
    gap: 0.5rem;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 600;
}
.heading-img{
   display: flex
;
    padding: 20px;
    align-items: center;
    gap: 18px;
}
.footer{
      font-family: "Hanken Grotesk", sans-serif;
}
/*.video-container {
    width: 100%;
    padding-top: 70.25%;
    position: relative;
    /* overflow: hidden; */
    /*border-radius: 50px 0 0 50px;*/
}

/*.video-container video {
position: absolute;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    right: -102px;
     border-radius: 50px 0 0 50px;
}*/
.hero-video-outer{
       position: relative;
    margin: auto;
    text-align: center;
}
.hero-video-outer img{
    /*position: relative;*/
    z-index: 1;
     position: absolute;
}
.hero-video-outer video{
    /*position: absolute;*/
    /*top: 0;*/
    height: 523px;
    width: 270px;
    /*left: 75px;*/
    object-fit: cover;
    border-radius: 41px;
   position: relative;
    left: 4px !important;
}
.forms{
    box-shadow: 0px 9px 20px #cccccc59;
    padding: 50px;
    border-radius: 20px;
}
header .navbar{
    justify-content: space-between;
}
.header-right{
    display: flex;
    gap: 15px;
    align-items: center;
}
.header-right .header-register-btn{
    background-color: #ed7a26;
    color: white;
    padding: 10px 24px;
    border-radius: 7px;
    border: solid 1px transparent;
    font-size: 20px;
    font-family: "Hanken Grotesk", sans-serif;
    transition: 0.5s all;
    text-decoration: none;
}

.header-right .header-register-btn:hover {
    background-color: transparent;
    color: #000;
    border: solid 1px #000;
    transition: 0.5s all;
}
.main-form-section {
    margin-bottom: 30px;
}



/* ----------------------------------about-us--------------------------------------- */

.about-us-background{
    text-align: center;
    background-color: #f7f7f7;
    padding-top: 6rem;
    height: 16rem;
    font-family: "Hanken Grotesk", sans-serif;
}
.about-us-background h1{
    font-size: 3rem;
}
.heading-about-us h3{
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.containt-about-us{
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.left-pera-about-us h6{
    color: red;
}
.left-pera-about-us{
    padding: 50px 50px 34px 0;
}
.right-pera-about-us{
       padding: 80px 0 0 80px;
}
.hmari-prakati{
    padding-right: 5rem;
}
.title{
    padding-bottom: 1rem;
      font-family: "Hanken Grotesk", sans-serif;
}
.description-hindi li{
  padding-bottom: 1rem;
}
.description{
    padding-top: 1rem;
}
.about-us-sec{
    padding: 80px 0 0;
}
.right-img-about-us, .left-img-about-us{
    position: relative;
}
.right-img-about-us img{
    position: absolute;
    top: 0;
    right: -117px;
    max-width: 666px;
}
.partnership-benefits-sec{
    padding: 100px 0 0px;
}

.left-img-about-us img{
    position: absolute;
    top: 11px;
    left: -117px;
    max-width: 684px;
}
.home-about-desc{
       padding: 80px 0 50px;
}
.home-about-sec .home-about-desc h3{
    font-family: "Baskervville";
    font-size: 25px;
    font-weight: 600;
    padding: 10px 0 10px;
}
.home-about-sec .home-about-desc p{
     font-family: "Hanken Grotesk", sans-serif;
    font-size: 18px;
    padding: 10px 0 10px;
    line-height: 33px;
}
.home-about-sec .home-about-desc ul.last-ul li:before{
    content:none;
}
.home-about-sec .home-about-desc ul.last-ul li a{
     text-decoration: none;color: #000;
}
.home-about-sec .home-about-desc ul.last-ul{
 padding: 0;
}
.home-about-sec .home-about-desc ul.last-ul li i{
    padding-right: 5px; color: #ed7a26;
}
.home-about-sec .home-about-desc ul li, .home-about-sec .home-about-desc ul.last-ul li{
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 18px;
    padding-bottom: 13px;
    position: relative;
    list-style: none;
}
.home-about-sec .home-about-desc ul li:before{
    font-size: 18px;
    position: absolute;
    content: "\f061";
    left: -38px;
    top: 2px;
    --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style, 900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    color: #ed7a26;
}



.Benefits-section{
       text-align: center;
    padding: 30px 0 30px;
}
.outer-div-of-benefits{
    padding-bottom: 2rem;
}
.Benefits-section-pera{
    font-size: 20px;
    padding-top: 2rem;
    text-align: center;
    font-family: "Hanken Grotesk", sans-serif;
}
.benefits-iner-sect{
    background-color: rgb(255 242 233);
    padding: 2rem 3rem;
    border-radius: 1rem;
    text-align: center;
    height: 17rem;
}
.icon-for-box{
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}
.icon-for-box i{
    font-size: 40px;
    color: #fb8a3c;
    background-color: white;
    text-align: start;
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
        margin: auto;

}
.text-for-icon-box p{
     display: flex;
    align-items: center;
    gap: 1rem;
}
.title-our{
    padding-bottom: 1rem;
}
.out-process{
    display: flex;
    gap: 6px;
}
.out-process i{
    color: green;
}

.get-in-touch-iner-div{
    background-color: #dc814d;
    padding: 2rem;
    border-radius: 2rem;
}
.get-in-text{
      font-family: "Baskervville", serif;
}
.get-in-text p{
      font-family: "Hanken Grotesk", sans-serif;
}
.phone-number .call-icon {
     background-color: #6c757d;
    display: block;
    width: 18rem;
    padding: 1rem;
    border-radius: 2rem;
    align-items: center;
}
/* .name-of{
    display: flex;
    gap: 2rem;
    
} */
.mobil-number .call-icon a{
   text-align: center;
}
.Benefits-section-pera p{
   text-align: center;
    max-width: 850px;
    margin: auto;
    padding: 20px 0;
    font-size: 25px;
    font-family: bas;
    font-family: "Baskervville", serif;
    font-weight: 500;
}

 @media only screen and (min-width: 576px) and (max-width: 820px) {
    .hero-video-outer video {
    height: 400px;
    width: 215px;
}
}


@media (max-width: 575px) {
    .call-icon i {
    height: 2.5rem;
    width: 2.5rem;
    font-size: 20px;
}
    .header-right .header-register-btn {
    padding: 10px 10px;
}
    .header-right {
        display: flex;
        gap: 8px;
        align-items: center;
}
.nav-bar-item-spce {
    padding-left: 0 !important;
}
.hindi-line h2 {
    font-size: 33px !important;
    padding-bottom: 0.5rem !important;
    line-height: 52px !important;
}
.heading-form {
    font-size: 2rem;
}
.text-photo-section {
    padding-bottom: 35px;
}
.logo img {
    max-height: 65px;
}
.heading-img {
    padding: 10px;
    gap: 18px;
}
.cont {
    display: flex;
    gap: 0;
    flex-direction: column;
}
.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.photo-section-btn a {
    background-color: #ed7a26;
    color: white;
    padding: 9px 13px;
    border-radius: 7px;
    border: solid 1px transparent;
    font-size: 16px;
    font-family: "Hanken Grotesk", sans-serif;
    transition: 0.5s all;
    text-decoration: none;
}
.photo-section-btn {
    display: flex
;
    gap: 9px;
}
    .hero-video-outer video {
        left: 60px ;
    }
    .hero-botom-img {
    position: absolute;
    bottom: -24px;
    z-index: -1;
    width: 100%;
}
.form-section {
    padding-top: 4rem;
}
.forms {
    box-shadow: 0px 9px 20px #cccccc59;
    padding: 26px;
    border-radius: 20px;
}
.submit-btn button {
    margin-top: 2rem;
}
}



@media (max-width: 1399px) {
    .photo-and-text-outer {
    background-position: left !important;
}
    .nav-bar-item-spce {
           padding-left: 5rem;
}
/*.hero-video-outer video {*/
/*    left: 40px;*/
/*}*/
.icon-and-name h6 {
        font-size: 23px;
    }
    .heading-img {
    display: flex
;
    padding: 10px;
    align-items: center;
    gap: 14px;
}
.hindi-line h2 {
    font-size: 50px;
    color: rgb(74, 42, 28);
    padding-bottom: 1rem;
    font-weight: 700;
    font-family: "Baskervville";
    line-height: 70px;
}
}
/*----thank-you-page----*/
.thank-you-main-div{
    margin-top:5rem;
    text-align: center;
}
.thank-you-main-div h1{
 padding-bottom:2rem;
}
.thank-you-main-div img{
    height:8rem;
    width:8rem;
}
.thank-you-btns{
    display:flex;
    justify-content: center; 
    align-items: center; 
    gap: 1rem;             
    margin-top: 1.5rem;
}
.whatsapp-btn{
      border: 1px solid #2da43e;
    background-color: #2da43e;
    padding: 8px 23px;
    border-radius:7px;
    transition: 0.5s all
    
}
.whatsapp-btn a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 600;
   
}
.whatsapp-btn i{
    background-color: #2da43e;
    color: white;
    padding: 3px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whatsapp-btn:hover{
     background-color: transparent;
    color: black;
    border: solid 1px #000;
    transition: 0.5s all ease;
}
.whatsapp-btn:hover a{
    color:black;
}
.whatsapp-btn:hover i{
    border-radius:50%;
}

.thank-you-card{
    height:85vh;
    display:flex;
    justify-content: center;
    align-items: center; 
   background: linear-gradient(135deg, #f8f9fa, #e9ecef);
   padding:2rem;
}
.thank-you-iner-div {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  text-align: center;
  max-width: 500px;
  margin:auto;
}
.thank-you-iner-div h1{
 margin-bottom: 1rem;
 font-family: "Hanken Grotesk", sans-serif;
}
.thank-you-iner-div p{
 margin-bottom: 2rem;
}
.thank-you-iner-div img {
  width: 7rem;
  margin-bottom: 1rem;
}
.thank-you-btn{
     /*background-color: #ed7a26;*/
    color: black;
    padding: 10px 24px;
    border-radius: 7px;
    border: solid 1px black;
    font-size: 20px;
    font-family: "Hanken Grotesk", sans-serif;
    transition: 0.5s all;
    text-decoration: none;
}
.thank-you-btn:hover{
     background-color: transparent;
    color: #000;
    border: solid 1px #000;
    transition: 0.5s all;
}