:root {
  --primary: #e43824;
  --secondary: #6d6d6d;
  --tertiary: #030303;
  --quarternary: #3b3b3b;
  --border-primary: #e43824;
  --ff-primary: "Inter", sans-serif;
  --ff-secondary: "Poppins", sans-serif;

  --section-divider-height: 60;
  --section-divider-width: 1920;
  --section-divider-ratio: calc(
    100% * var(--section-divider-height) / var(--section-divider-width)
  );
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--ff-primary);
  scroll-behavior: smooth;
}
body {
  margin: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1600px;
  padding-left: 40px;
  padding-right: 40px;
}
.navbar .badge {
  margin: 0 5px;
}
.badge {
  padding: 20px 30px !important;
  font-size: 20px;
  border-radius: 10px;
  font-weight: 400 !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .topbar .border-left {
    border-left: 0 !important;
  }
  .navbar-brand img {
    width: 70px;
  }
}

@media (max-width: 430px) {
  .badge {
    padding: 20px 30px !important;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 400 !important;
    text-transform: uppercase;
  }
}
.form-control {
  background: #ffffff;
  border: 1px solid #8b8680;
  border-radius: 0px;
}
input.form-control {
  padding: 29px 15px !important;
}
::placeholder {
  color: #8b8680 !important;
}
.input input,
.input select {
  background: #ffffff;
  border: 1px solid rgb(0 0 0 / 30%);
  border-radius: 50px;
  height: 56px;
}
.input textarea {
  border-radius: 10px;
  border: 1px solid rgb(0 0 0 / 30%);
  min-height: 100px;
}
.navbar-toggler {
  color: var(--primary);
  background-color: #ffffff;
  border: var(--bs-border-width) solid var(--primary);
}

.bg-white {
  background-color: #ffffff !important;
}
.p-100 {
  padding: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-regular {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-sami-bold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}

.header {
  z-index: 9999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-primary);
}
h1 {
  font-size: 88px;
  font-weight: 700;
  line-height: 94px;
}

h2 {
  font-size: 48px;
  font-weight: 700;
}
h3 {
  font-size: 36px;
  font-weight: 600;
}
h4 {
  font-size: 24px;
  font-weight: 400;
}
h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em !important;
}
h6 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 430px) {
  h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
  }

  h2 {
    font-size: 30px;
    font-weight: 600;
  }
  h3 {
    font-size: 20px;
    font-weight: 600;
  }
  h4 {
    font-size: 18px;
    font-weight: 600;
  }
  h5 {
    font-size: 16px;
    font-weight: 400;
  }
}

.rounded-5 {
  border-radius: 0.625rem !important;
}

p,
a,
span,
li,
div {
  font-family: var(--ff-primary);
}
.text-body {
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: var(--primary);
  opacity: 1;
  transition: all 0.356s;
}
a:hover {
  opacity: 0.65;
  transition: all 0.356s;
}
label {
  font-size: 18px;
}
html,
body {
  overflow-x: hidden;
}

.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 10;
}
.z-2 {
  z-index: 20;
}

.z-9 {
  z-index: 999999;
}

.invert {
  filter: invert(100%) !important;
}

.mirror {
  transform: scaleX(-1) !important;
}

.min-h-inherit {
  min-height: inherit;
}

.o-cover {
  object-fit: cover;
}

.w-short {
  width: 75%;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 1200px) {
  .col-xl-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}

.rotate-45 {
  rotate: 45deg;
}

/****************************
  *************BG**************
  ****************************/
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.bg-tertiary {
  background-color: var(--tertiary) !important;
}
.bg-quarternary {
  background-color: var(--quarternary) !important;
}
.bg-black {
  background-color: #000000 !important;
}

.bg-dark {
  background-color: #101010 !important;
}

.bg-gradient {
  background: #000000;
  background: -moz-linear-gradient(90deg, #000000 41%, #001d75 100%);
  background: -webkit-linear-gradient(90deg, #000000 41%, #001d75 100%);
  background: linear-gradient(90deg, #000000 41%, #001d75 100%) !important;
}

/****************************
  *************BORDER**************
  ****************************/
.border-primary {
  border-color: var(--border-primary) !important;
}
.border-secondary {
  border-color: var(--secondary) !important;
}
.border-tertiary {
  border-color: var(--tertiary) !important;
}
.border-quarternary {
  border-color: var(--quarternary) !important;
}
.border-2 {
  border-width: 2px !important;
}
/****************************
  ************FONT*************
  ****************************/
.font-primary {
  font-family: var(--ff-primary) !important;
}

.font-secondary {
  font-family: var(--ff-secondary) !important;
}

/****************************
  ************TEXT*************
  ****************************/
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.text-tertiary {
  color: var(--tertiary) !important;
}
.text-quarternary {
  color: var(--quarternary) !important;
}
.text-white {
  color: #ffffff !important;
}

/****************************
  **********DIVIDER************
  ****************************/
.has-divider {
  position: relative;
  padding-bottom: var(--section-divider-ratio);
}
.section-divider {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: auto;
}

/****************************
  *********NAVIGATION**********
  ****************************/

div#header {
  z-index: 19999999999;
  position: relative;
}
.hero-text {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .hero-text {
    font-size: 32px;
  }
}
.hero-section {
  padding: 100px 0;
  background-image: url(../images/Hero-Image.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .hero-section {
    background-image: none !important;
    background-color: #201515 !important;
  }
}
@media (max-width: 500px) {
  .hero-section {
    min-height: auto !important;
    padding-top: 150px !important;
  }
  .btn {
    min-width: 160px !important;
  }
}
.btn {
  min-width: 180px;
  padding: 18px 22px;
  border-radius: 0px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-align: center;
}
.swiper-button-next,
.swiper-button-prev {
  position: unset;
  background: var(--primary);
  margin: 10px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px;
  color: #fff;
}
.swiper-navigation {
  display: flex;
  flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .swiper-navigation {
    position: absolute;
    margin-top: -120px;
    right: 0;
  }
}
.p-card {
  background: #830213;
  padding: 80px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-card {
    padding: 40px;
  }
}
li.nav-item {
  padding: 0 20px;
}
.swiper-horizontal {
  touch-action: pan-y;
  overflow: hidden;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #c70000;
}

@media (min-width: 768px) {
  .text-md-end {
    text-align: right !important;
  }
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}
@media (max-width: 1200px) {
  .header {
    position: fixed;
    width: 100%;
    background: #000;
  }
}
.text-black {
  color: #000000 !important;
}
b,
strong {
  font-weight: 800;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 60% !important;
    margin-right: auto;
    margin-left: auto;
  }
}

.accordion-item {
  padding: 25px 0;
  background-color: #000;
}
.accordion-button {
  background-color: #000;
  color: #fff;
  border: none;
  font-size: 24px;
  font-weight: 300 !important;
  line-height: 24px;
  text-align: left;
  padding: 0;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: var(--primary);
  background: #000;
}
.accordion-body {
  color: #fff;
  background: #000;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 0;
}
.accordion-button:not(.collapsed) {
  border: 0 !important;
}
.accordion-button::after {
  background: #fff;
  padding: 10px;
  width: 60px;
  height: 60px;
  background-image: url("../images/acc-down-btn.svg") !important;
  background-position: center center;
  background-repeat: no-repeat;
}
.accordion-button:not(.collapsed)::after {
  background: #e43824;
  background-image: url("../images/acc-down-active-btn.svg") !important;
  background-position: center center;
  background-repeat: no-repeat;
}
.accordion-header .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none !important;
}
.navbar-nav .nav-link.active {
  color: rgb(199 0 0) !important;
}
@media (min-width: 768px) {
  .w-md-80 {
    width: 80% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-start {
    text-align: left !important;
  }
}
.filters-container {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
}

@media (min-width: 768px) {
  .filters-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    width: 80%;
    margin: 0 auto;
    overflow-x: hidden;
  }
}
.filter-btn {
  background: transparent;
  border: 1px solid #8b8680;
  color: #8b8680 !important;
}
.filter-btn.active {
  background: #e43824;
  border: 1px solid #e43824;
  color: #ffffff !important;
}
.filter-btn:hover {
  background: #e43824;
  border: 1px solid #e43824;
  color: #ffffff !important;
}
.line-vertical {
  width: 1px;
  height: 242px;
}

@media (max-width: 768px) {
  .line-vertical {
    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
div#exampleModal {
  z-index: 9999999999999999999;
}
.bg-gray {
  background: #eee;
}
