body{
    font-family: "Satoshi", serif;
}

h1,h2,h3,h4,h5,h6,a{
    font-family: "pp_neue_machinaplain_regular", serif;
}
.text-white{
    color: #fff;
}
.font-Satoshi {
    font-family: "Satoshi", serif;
  }
.white-border{
    border-right: 1px solid #ffffff7d;
}
.grey-border{
    border-right: 1px solid #505050;
}
.parrot-green{
    background-color: #CACAAA;
}
.dark-blue{
    background: #003BFF;
}
.bg-grey{
    background: #E4E4E4;
}
.bg-light-grey{
    background: #E3E3E3;
}
.bg-dark-grey{
    background: #CBCBCB;
}
.text-grey{
    color: #3B3B31;
}
.text-light-grey{
    color: #4E4E4E;
}
.text-dark-grey{
    color: #454545;
}
.text-eco-para{
    color: #787878;
}
.text-black{
    color: #000;
}
.back-back{
    background: #000;
}

ul, li{
    margin: 0;
    padding: 0;
}
h1{
    font-size: clamp(2.1875rem, 1.5rem + 3.4375vw, 5.625rem);
    line-height: 100px;
}
h2{
    font-size: clamp(1.875rem, 1.35rem + 2.625vw, 4.5rem);
    line-height:normal;
}
h3{
    font-size: clamp(1.375rem, 1.025rem + 1.75vw, 3.125rem);
    line-height:normal;
}
h4{
    font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
    line-height:normal;
}
h5{
    font-size: clamp(1.125rem, 1.0375rem + 0.4375vw, 1.5625rem);
    line-height:normal;
}
h6 {
    font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
    line-height:normal;
  }
.short-title{
    font-size: 18px;
    line-height:normal;
}
.small{
    font-size: 16px;
    line-height:normal;
}
.extra-small{
    font-size: 14px;
    line-height:normal;
}
.padd-top{
    padding-top: 10px;
}
p{
    font-size: 26px;
    line-height:normal;
}
.primary-btn {
    font-size: clamp(0.8125rem, 0.7rem + 0.5625vw, 1.375rem);
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    text-decoration: none;
    width: max-content;
}
.primary-btn:hover {
color: unset;
}
.primary-btn::before {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: azure;
}
.fp-is-overflow>.fp-overflow {
    height: 100vh;
}
a.main-btn:before{
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    bottom: 0;
    background-color: #fff;
}
.secondary-btn {
    font-size: clamp(0.8125rem, 0.7rem + 0.5625vw, 1.375rem);
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    padding: 15px 15px 15px;
    border: 0;
    height: 122px;
    align-items: end;
  }
  .secondary-btn:hover {
    color: #fff;
  }

  .height-100 {
    height: 100vh;
  }

  /* Form css */
.form-label {
    font-size: 14px;
  }
  input {
    height: 66px;
  }
  .form-control {
    border: 0;
    border-radius: 0;
  }
  
  .form-control:focus {
    box-shadow: unset;
    outline: unset;
  }
  textarea {
    resize: unset;
  }
  /* End */

  .fp-warning, .fp-watermark a{
    display: none;
  }

  @media (min-width: 1600px) and (max-width: 1800px) {
    h1{
        line-height: 90px;
    }
    p{
        font-size: 22px;
    }
    .secondary-btn {
        height: 90px;
    }
    .extra-small{
        font-size: 13px;
    }
    input {
        height: 55px;
      }
}

  @media (min-width: 1400px) and (max-width: 1599px) {
    h1{
        line-height: 80px;
    }
    p{
        font-size: 19px;
    }
    .extra-small{
        font-size: 13px;
    }
    .secondary-btn {
        height: 80px;
    }
    input {
        height: 50px;
      }
  }

  @media (min-width: 1200px) and (max-width: 1399px) {
    h1{
        line-height: 70px;
    }
    p{
        font-size: 17px;
    }
    .extra-small{
        font-size: 12px;
    }
    .primary-btn svg{
        height: 15px;
    }
    .secondary-btn svg{
        height: 15px;
    }
    .secondary-btn {
        height: 70px;
        font-size: 16px;
    }
    input {
        height: 45px;
      }
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    h1{
        line-height: 60px;
    }
    p{
        font-size: 16px;
    }
    .white-border{
       border: none;
    }
    .extra-small{
        font-size: 12px;
    }
    .primary-btn svg{
        height: 15px;
    }
    .secondary-btn svg{
        height: 15px;
    }
    .secondary-btn {
        height: 70px;
    }
    input {
        height: 45px;
      }
  }

  @media (min-width: 768px) and (max-width: 991px) {
    h1{
        line-height: 50px;
    }
    p{
        font-size: 15px;
    }
    .height-100 {
        height: 100%;
    }
    .short-title{
        font-size: 13px;
    }
    .white-border{
       border: none;
    }
    .extra-small{
        font-size: 12px;
    }
    .primary-btn svg{
        height: 15px;
    }
    .secondary-btn svg{
        height: 15px;
    }
    .secondary-btn {
        height: 55px;
    }
    input {
        height: 40px;
      }
  }

  @media (min-width: 0px) and (max-width: 767px) {
    h1{
        line-height: 40px;
    }
    p{
        font-size: 14px;
    }
    br{
        display: none;
    }
    .height-100 {
        height: 100%;
    }
    .short-title{
        font-size: 13px;
    }
    .white-border{
       border: none;
    }
    .grey-border{
        border: none;
    }
    .extra-small{
        font-size: 12px;
    }
    .primary-btn svg{
        height: 10px;
    }
    .primary-btn{
        gap: 10px;
    }
    .secondary-btn svg{
        height: 10px;
    }
    .secondary-btn {
        height: 55px;
        align-items: center;
    }
    input {
        height: 40px;
      }
  }