* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
:root {
  --bs-text: #f47822;
  --bs-text2: #a32531;
}
html {
  scroll-behavior: smooth;
}
.bg_color {
  background-color: #f7f7f7;
  position: fixed !important;
  width: 100%;
  border-bottom: 3px solid var(--bs-text2);
}
.logo_div {
  height: 75px;
  width: 130px;
}

.logo_div img {
  width: 100%;
  height: 100%;
}
.nav > ul > li {
  display: inline-block;
  padding: 0;
}
.nav > ul > li > a {
  text-decoration: none;
  display: block;
  margin-right: 20px;
  font-weight: 700;
  font-size: 17.5px;
  color: var(--bs-text2);
  position: relative;
}
.nav > ul > li > a .active,
.nav > ul > li > a::before {
  position: absolute;
  content: "";
  top: 25px;
  left: 0;
  height: 3px;
  width: 0%;
  background-color: var(--bs-text2);
  transition: 0.5s ease-in-out;
}

.nav > ul > li a.active::before,
.nav > ul > li:hover a::before {
  width: 100%;
}
.ham {
  height: 40px;
  width: 40px;
  position: relative;
  overflow: hidden;
  display: none;
}
.ham span {
  display: block;
  background-color: var(--bs-text);
  height: 3px;
  width: 27px;
  position: absolute;
  top: 18px;
  left: 5px;
  z-index: 99;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}
.ham span:nth-child(1) {
  transform: translateY(-7px);
  width: 20px;
}
.ham span:nth-child(3) {
  transform: translateY(7px);
  width: 20px;
}
.transfrom span:nth-child(2) {
  transform: translateX(50px);
}
.transfrom span:nth-child(1) {
  transform: rotate(45deg);
  width: 30px;
}
.transfrom span:nth-child(3) {
  transform: rotate(315deg);
  width: 30px;
}

.header {
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
}
.sticky {
  transition: all 0.9s ease !important;
  top: 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.banner_wrapper {
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, #fdfdfd, #f47822);
  color: #f7f7f7;
}
.text_div {
  max-width: 1100px;
  padding: 8px;
}
.text_div h1 {
  font-size: 60px;
  font-weight: 700;
  color: #b62b2b;
}
.text_div p {
  font-size: 22px;
  color: #b62b2b !important;
}
.btn_contact {
  background-color: var(--bs-text2);
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 17px;
  color: #fff;
  letter-spacing: 1px;
  border: none;
  transition: 0.4s ease-in-out;
}
.btn_contact:hover {
  background-color: #a32531;
}
.about {
  position: relative;
}
.about {
  font-size: 27px !important;
}
/* .about::before {
  position: absolute;
  top: 30px;
  left: 0px;
  content: "";
  background: var(--bs-text2);
  height: 3px;
  width: 100%;
  margin: 0 auto;
} */
.about_text {
  padding: 25px 24px;
  height: 100%;
  background-color: #f9f6ee;
  border-radius: 10px;
  color: #b62b2b !important;
  text-align: start;
}
.about_text h2 {
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  padding-bottom: 4px;
  color: #b62b2b !important;
}
.about_text p {
  font-size: 16px !important;
  text-align: justify;
}
.how_to_use_text {
  padding: 20px 15px;
  height: 100%;
}
.how_to_use_text h6 {
  color: var(--bs-text2);
}
.image_div {
  height: 60px;
  width: 60px;

  padding: 4px;
}
.image_div img {
  height: 100%;
  width: 100%;
}
.app {
  width: 260px;
  height: 60px;
}
.app img {
  width: 100%;
  height: 100%;
}
.verified_img {
  height: 190px;
  width: 300px;
}
.verified_img img {
  width: 100%;
  height: 100%;
}
.app_bg {
  /* background-image: url(../../assest/images/);
  background-position: bottom bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh; */
  background: linear-gradient(180deg, #a32532c3, #f47822);
  color: #fff !important;
}
.form-select,
.form-control {
  border-radius: 2px !important;
  border: 1px solid rgba(128, 128, 128, 0.498) !important;
}
.form-select:hover,
.form-control:hover {
  box-shadow: inset 0 0 10px rgba(8, 8, 8, 0.495);
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: none !important;
  outline: 0;
  box-shadow: inherit !important;
}
.contact_bg {
  background-color: #fff;
}
.hidden_div {
  height: 60px;
  width: 200px;
  background-color: #fff;
  position: absolute;
  bottom: 20px;
  left: 30%;
  z-index: 99;
}
.footer_bg {
  background-color: #702121;
}
.footer_menu li {
  list-style: none;
  display: inline-block;
  margin-left: 16px;
}
.footer_menu li a {
  transition: 0.4s ease-in-out;
  text-decoration: none;
  color: #fff;
}
.footer_menu li:hover a {
  color: var(--bs-text);
}

.refund {
  height: 50vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 85.5px;
  background: linear-gradient(180deg, #fdfdfd, #f47822);
}

.clip{
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
  height:100%;
  width: 55%;
  /* background: linear-gradient(180deg,#f47822, #a32532c3 ); */
  background: linear-gradient(180deg,#f47922aa, #a325328a );
  -webkit-clip-path: polygon(74% 0, 100% 50%, 75% 100%, 0% 100%, 0 47%, 0% 0%);
  clip-path: polygon(74% 0, 100% 50%, 75% 100%, 0% 100%, 0 47%, 0% 0%);
  
}
.clip h1{
  color: #702121 !important;
  font-weight: 700;
  font-size: 35px;
  padding-left: 8rem;
}
.clip p{
  padding-left: 8rem;
}
.policy{
  margin-top: 108px;
}
.policy li::marker{
  color: #f47822 !important;
}
@media only screen and (max-width: 992px) {
  .nav > ul {
    top: 83px;
    right: 0%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background: #f0f2f2;
    width: 60%;
    height: 100vh;
    transition: 0.6s ease-in-out;
    right: -100%;
    z-index: 999999 !important;
  }
  .show {
    right: 0 !important;
  }
  .nav > ul > li {
    display: block !important;
    margin-top: 10px;
  }
  .ham {
    display: block;
  }
  .text_div {
    max-width: 740px;
  }
  .text_div h1 {
    font-size: 45px;
  }
  .text_div p {
    font-size: 18px;
  }
 
}
@media only screen and (max-width: 778px) {
  .text_div h1 {
    font-size: 35px;
  }
  .text_div p {
    font-size: 16px;
  }
  .clip{
    width: 100%;
  }   
  .clip h1{
    padding-left: 2rem;
  }
  .clip p{
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 556px) {
  .text_div h1 {
    font-size: 35px;
  }
}
