@import url("./style");
/* ------coman css--- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #0b0b0d;
}

.form-control:focus {
  box-shadow: none;
}

.form-select:focus {
  box-shadow: none;
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
/* --------color----- */
.primary {
  color: var(--primary) !important;
}
.light_orange {
  background-color: #f8ad3b !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}
/* -----padding marggin--- */
.padding_px {
  padding-left: 98px;
  padding-right: 98px;
}
.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.DFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.IMG_Cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.radius {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.bottom_radius {
  border-radius: 0 0 40px 40px;
  -webkit-border-radius: 0 0 40px 40px;
  -moz-border-radius: 0 0 40px 40px;
  -ms-border-radius: 0 0 40px 40px;
  -o-border-radius: 0 0 40px 40px;
}
.Center_Element {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.btn_maxwidth {
  max-width: 400px;
  margin: auto;
}
.rounded-5 {
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
}
.main_btn {
  font-size: 26px;
  font-weight: 600;
  background: #ff7e00;
  color: var(--white);
}
.linear_bg {
  background: linear-gradient(90deg, #ffa247 0%, #ff6c00 100%) !important;
}
.border-Bottom {
  border-bottom: 1px solid var(--primary);
}
.gray_bg {
  background-color: #efefef;
}
