:root {
  --primary: #031ba6;
  --secondary: #fb8840;
  --tertiary: #eeeeee;
  --quarternary: #a8bbca;
  --merternary: #0f1489;
  --orangenary: #fb8840;
  --border-primary: #031ba6;
  --border-secondary: #fb8840;
  --danger: #eb0000;
  --ff-primary: "Montserrat", sans-serif;
  --ff-secondary: "Montserrat", 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 {
  padding-left: 30px;
  padding-right: 30px;
}
.ff-primary {
  font-family: var(--ff-primary);
}
.ff-secondary {
  font-family: var(--ff-secondary);
}
b,
strong {
  font-weight: 600px !important;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1600px;
}
.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;
  }
}

@media (max-width: 430px) {
  .badge {
    padding: 20px 30px !important;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 400 !important;
    text-transform: uppercase;
  }
}
.form-control,
.form-select {
  border-radius: 0px;
  padding: 20px 15px !important;
  margin-top: 10px;
  font-size: 20px;
  color: #d9d9d9 !important;
  border: 1px solid #d9d9d9;
}
label {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.form-control:focus {
  background: #fff;
  box-shadow: none;
  color: #000000 !important;
}
option {
  color: #000 !important;
}

.text-dark {
  color: #212529;
}

::placeholder {
  color: #cccccc !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.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;
}

@media screen and (max-width: 767px) {
  .p-100 {
    padding: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.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 {
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
}

h2 {
  font-size: 48px;
  font-weight: 400;
}
h3 {
  font-size: 30px;
  font-weight: 400;
}
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: 400;
}
@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: 5px !important;
}
.rounded-10 {
  border-radius: 10px !important;
}
.rounded-15 {
  border-radius: 15px;
}
.rounded-20 {
  border-radius: 20px;
}
.rounded-25 {
  border-radius: 25px;
}
.rounded-30 {
  border-radius: 30px;
}

p,
a,
span,
li,
div {
  font-family: var(--ff-secondary);
}
.text-body {
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 300;
  letter-spacing: -2%;
}

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-merternary {
  background-color: var(--merternary) !important;
}
.bg-orangenary {
  background-color: var(--orangenary) !important;
}
.bg-black {
  background-color: #000000 !important;
}

.bg-dark {
  background-color: #101010 !important;
}

.bg-gradient {
  background: #fdf5e4;
  background-image: linear-gradient(
    90deg,
    #fff6e5 13.52%,
    #f1e9d5 23.41%,
    #fff6e5 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-orangenary {
  border-color: var(--orangenary) !important;
}
.border-2 {
  border-width: 2px !important;
}
.card {
  border-color: #dddddd;
}
/****************************
  ************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-orangenary {
  color: var(--orangenary) !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;
  }
}
.bg-secondary {
    color: black !important;
}
.bg-orangenary {
  color: black !important;
}
.btn {
  min-width: 200px;
  padding: 14px 18px;
  border-radius: 0px;
  font-family: var(--ff-primary);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.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: 80px;
    left: 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 10px;
}
.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: #fff;
}

@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: var(--border-primary);
  }
}
.text-black {
  color: #000000 !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 60% !important;
    margin-right: auto;
    margin-left: auto;
  }
}

@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;
  }
}
.hero-section {
  margin-top: 119px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .hero-section {
    margin-top: 93px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    margin-top: 54px;
  }
}

.card-box {
  text-align: center;
  padding: 25px;
}

.after-border {
  background-image: linear-gradient(
    180deg,
    #fb8840 0%,
    rgba(251, 136, 64, 0) 100%
  );
  background-size: 2px;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 600px) {
  .after-border {
    background-image: linear-gradient(
      180deg,
      #fb8840 0%,
      rgba(251, 136, 64, 0) 1%
    );
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left;
  }
}
@media (min-width: 600px) {
  .mo-after-border {
    background-image: none;
  }
}
@media (max-width: 600px) {
  .d-after-border {
    background-image: none;
  }
}
.form-section {
  background-image: url("images/Form\ background\ image.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.detail-section {
  background-image: url("images/Group48096712.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.img-bg {
  background-image: url("images/img-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1300px) {
  .img-bg {
    margin-top: -150px;
  }
  .mttop-img {
    margin-top: -100px;
  }
}

@media (min-width: 1200px) {
  a.nav-link.text-body.text-white.active {
    border-bottom: 5px solid #ff8130;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
b,
strong {
  font-weight: 400 !important;
}
@media screen and (max-width: 767px) {
  .uppersection {
    min-height: 700px !important;
  }
}
@media screen and (max-width: 586px) {
  .uppersection {
    min-height: 750px !important;
  }
}
@media screen and (max-width: 515px) {
  .uppersection {
    min-height: 800px !important;
  }
}
@media screen and (max-width: 500px) {
  .uppersection {
    min-height: 850px !important;
  }
}
@media screen and (max-width: 325px) {
  .uppersection {
    min-height: 900px !important;
  }
}
/* .swiper-container.mt-4.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding-bottom: 100px;
} */
.swiper-pagination {
  position: static !important;
  margin-top: 50px;
}
.swiper-slide .card {
  height: 434px !important;
}
.swiper-slide p.review-text {
  height: 270px;
  overflow: auto;
  padding-right: 18px;
}
.swiper-slide p.review-text::-webkit-scrollbar {
  width: 3px;
}
.swiper-slide p.review-text::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.swiper-slide p.review-text::-webkit-scrollbar-thumb {
  background: var(--primary);
}
