@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
.nav-link1 {
  font-size: 17px;
  margin: 0px 35px 0px 35px;
  font-weight: 600;
  list-style: none;
  color: black !important;
}
.nav-link2 {
    font-size: 17px;
    margin: 0px 35px 0px 35px;
    font-weight: 600;
    list-style: none;
    color: #ffffff !important;
}
.text-black {
  color: #000000;
}
.font-15 {
  font-size: 15px;
}
.font-13 {
  font-size: 13px;
}
.text-red {
  color: #eb0100;
}
.bttn {
  background-color: #eb0100;
  color: white;
  padding: 9px 25px 9px 25px;
  border-radius: 10px;
}
.bttn2 {
  background-color: #000000;
  color: white;
  padding: 10px 25px 10px 25px;
  border-radius: 10px;
}
.round {
  border-radius: 10px;
}
.shadow1 {
  box-shadow: 0px 1px 3px 0px rgb(218, 218, 218);
}
.dropdown-menu1 {
  min-width: 25rem !important;
  overflow-y: auto;
  max-height: 450px;
}
.bg-black {
  background-color: #000000 !important;
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #eb0100 !important;
  border-color: #000;
}
.bg-red {
  background-color: #008000 !important;
}
.bg-orange {
  background-color: #FFA500 !important;
}
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  transition: background 0.3s;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  background: linear-gradient(
    to right,
    red 0%,
    red var(--value),
    #ddd var(--value),
    #ddd 100%
  );
  border-radius: 5px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: red;
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
  z-index: 3;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 8px;
  background: linear-gradient(
    to right,
    red 0%,
    red var(--value),
    #ddd var(--value),
    #ddd 100%
  );
  border-radius: 5px;
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: red;
  cursor: pointer;
  transition: background-color 0.3s;
}

input[type="range"]:hover::-webkit-slider-thumb {
  background-color: #f53b3b;
}

input[type="range"]:hover::-moz-range-thumb {
  background-color: #f53b3b;
}
.tab-btn {
  font-size: 14px;
}
.tb {
  padding: 5px 15px 5px 15px;
}
.tab-section.tb.active {
  color: #ffffff;
  background-color: #eb0100;
  box-shadow: none;
}
.tab-section.tb {
  color: #ffffff;
  background-color: #000;
  box-shadow: none;
}
.tab-section1.tb.active {
  color: #000000;
  background-color: #ffffff;
  box-shadow: none;
}
.tab-section1.tb {
  color: #ffffff;
  padding: 8px 10px 8px 10px ;
  /*background-color: #ffffff;*/
  box-shadow: none;
}
.col-w {
  width: 20% !important;
}
.dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.dot2 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.bg-blue {
  background-color: #e0e8fc;
  padding: 3px 15px 3px 15px;
}
.list {
  max-height: 400px;
  overflow-y: auto;
}
iframe {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  border: none;
}
.form-check-input:checked {
  background-color: #eb0100;
  border-color: #000;
}
.offcanvas-bottom {
  height: 50vh;
}
.can {
  display: none;
}
.bg-hero {
  background-color: #000000;
}
.slide-form {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  background-color: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.slide-form.active {
  transform: translateX(0);
}

.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 8px 8px 8px 8px;
  background-color: #000000c5;
}
.btn-outline-dark {
  color: #000000;
  border-color: #cccbcb !important;
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #eb0100;
  border-color: #cccbcb;
}
form label {
  opacity: 20;
}
.modal {
  z-index: 2000;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.step-card {
  background: conic-gradient(
    from 46deg at 50% 50%,
    rgba(255, 191, 191, 0.25) 0deg,
    #fff 360deg
  );
  box-shadow: 0px 4px 4px 0px #eb0100;
  height: 100%;
}
.feature-bg{
  background-image: url("../images/feature-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-button-next, .swiper-button-prev {
  color: white;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
font-size: 22px;
}
.contact-bg{
  background-image: url("../images/contact-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #eb0100;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/accordian-arrow-icon.svg");
  transform: rotate(0deg);
}
.accordion-button::after {
  background-image: url("../images/accordian-black-arrow-icon.svg");
}
select option:hover {
  background: #ff9500 -webkit-linear-gradient(bottom, #ff9500 0%, #ff9500 100%);
  color: #fff;
}
.navbar-nav li .dropdown-item {
  padding: 0px 10px !important;
  line-height: 40px !important;
}
.round2{
    border-radius: 35px;
}
.tab-pane{
    background-color: rgb(241, 241, 241);
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
.input-group{
    padding: 6px 8px 6px 8px;
}
.new-shadow{
    box-shadow: 4px 4px 4px 0px #b9b8b86c;

}
.card-color{
    background: radial-gradient(circle, rgba(31,31,31,1) 0%, rgba(0,0,0,1) 100%);
}
.partner-bg{
    background-image: url("../images/partner-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media screen and (min-width: 280px) and (max-width: 830px) {
  .can {
    display: block;
  }
  .data-from {
    display: none;
  }
  .row-reverse{
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 770px) {
  .navbar-brand img {
    width: 120px !important;
  }
}
