html{
    font-size: 62.5%;
}
:root {
  --black: #000000;
  --white: #ffffff;
  --red: #ed1c24;
  --grey: #0f0f0f;
  --green: #239d3f;
  --orange: #ffc107;
}
@font-face {
    font-family: inter;
    src: url(../fonts/Inter/Inter-Italic-VariableFont_opsz\,wght.ttf);
}
@font-face {
    font-family: apecru;
    src: url(../fonts/Apercu-Font/Apercu\ regular.otf);

}
@font-face {
    font-family: futurak;
    src: url(../fonts/futurak/futurak.ttf);
}
@font-face {
    font-family: butler;
    src: url(../fonts/butler/Butler_Regular.otf);
}
body{
    font-family: inter;
    flex-wrap: wrap;
}
/* navbar started */
.main-logo{
   width: 165px ;
}
nav>a{
    font-size: 1.6rem;
    color: #ffffff;
   padding: 17px 36px 0 0;
}
nav>button{
    font-size: 1.4rem;
    
}
.get-btn{
 border: 1px solid var(--white);
 background-color: transparent;
 color: var(--white);
 border-radius: 30px;
 padding: 12px 16.5px;
}
.white{
    color: var(--white);
}
.order-btn{
 border: 0px;
 border-radius: 30px;
 background-color: var(--red);
 padding: 12px 13.5px;
 color: var(--white);
 cursor: pointer;
}
.sp-head{
    padding: 0px 30px ;
    margin: 0px 20px;
    /* padding-top: 0px; */
    /* margin-top: 0px; */

}
.arrow-icon{
    font-size: 1.8rem;
    background-color: var(--white);
    color: var(--red);
    padding: 5px 5px;
    border-radius: 20px;
    gap: 5px;

    }
    .b-b{
        border-bottom: 1px solid var(--white);
    }
    /* navbar ended */
    .fr-container{
        margin: 0px 27px;
        padding:  70px 12px;
    }
    .butler{
        font-family: butler;
        font-size: 4.0rem;
    }
    .inter4{
        font-family: inter;
        font-size: 1.6rem;
    }
    .apercu4{
        font-family: apercu;
        font-size: 1.6rem;
        margin: 0px 0px 15px;

    }
    .form{
        padding: 6px 36px 6px 12px;
    }
   
 .form-wrapper {
  width: 90%;
  max-width: 1000px; 
  
  padding: 50px 60px;
  border-radius: 16px;
  
}


.form-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}


.form-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}


.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

label {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

input {
  padding: 16px 14px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  background: #fff;
  color: #000;
  /* box-shadow: 0 0 0 1px #ccc; */
}

input:focus {
  outline: none;
  /* box-shadow: 0 0 0 2px #0078ff; */
}
.form-wrapper {
    padding: 30px;
  }
.submit-btn {
  /* margin-top: 20px; */
  width: 200px;
  padding: 18px 40px 14px;
  font-size: 1.4rem;
  font-family: inter;
  font-weight: bolder;
  color: var(--white);
  background: var(--orange);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  align-self: flex-start;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: #ffc533;
}
.submit-btn {
    /* width: 100%; */
    align-self: center;
  }
  .div{
    padding-left: 35px;
  }
  /* forms ended */
      /* footer started */
.footer{
    padding: 70px 80px;
    background-color: var(--grey);
}
.fr-para2{
    font-family: apecru;
    font-size: 1.5rem;
    color: #ccc;
}
.links{
    font-family: apercu;
    font-size: 1.6rem;
    padding-bottom: 24px;
    color: var(white);
}
.links1>a{
    padding-bottom: 16px;
    text-decoration: none;
    color: #ccc;
    font-size: 1.5rem;
    font-family: apercu;
    margin-bottom: 10px;
}
.contact>h5{
    font-size: 1.6rem;
    font-family: butler;
    font-weight: lighter;
    padding-bottom: 24px;
    color: var(--white);
}
.contact>p{
    font-size: 1.5rem;
    font-family: apecru;
    padding-bottom: 20px;
    color: #afaaaa;
    line-height: 1.6;
}
.social1{
     background-color: var(--red);
  width: 40px;
  height: 40px;
  border-radius: 50%; 
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white); 
  font-size: 1.6rem;
  text-decoration: none;
  transition: transform 0.3s ease;
  cursor: pointer;
  /* display: block; */
}
.o1{
    cursor: pointer;
    display: block;
    width: 140px;
    margin: 5px auto;
}
/* .footer> div{
    width: 23%;
    min-width: 250px;
    margin-bottom: 20px;
} */
/* footer ended */
.inter6{
    font-size: 1.4rem;
    font-family: inter;
}
.fr-para1{
    font-size: 1.6rem;
    font-family: apecru;
    margin-bottom: 10px;
}