/* public/style.css */
@font-face {
  font-family: "UniversNext";
  src: url("~/assets/fonts/UniversNext.woff2") format("woff2"),
    url("~/assets/fonts/UniversNext.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Optionally define bold/italic weights */
@font-face {
  font-family: "UniversNext";
  src: url("~/assets/fonts/UniversNext-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

/* Apply globally */
body {
  font-family: "UniversNext", sans-serif;
}
html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  background-color: #f6f7f9;
  color: #000;
  box-sizing: border-box;
}

/* links & buttons */
a {
  text-decoration: none !important;
}

a,
button,
input,
textarea:focus-visible {
  outline: none;
}

.form-control:focus {
  border-color: none !important;
  box-shadow: none !important;
}

.btn:focus {
  box-shadow: none !important;
}

ul,
li {
  list-style: none;
  padding: 0 !important;
}

.pointer {
  cursor: pointer;
}

/* font-size */
.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-55 {
  font-size: 55px !important;
}

.fs-70 {
  font-size: 70px !important;
}

.fs-75 {
  font-size: 75px !important;
}

.fs-80 {
  font-size: 80px !important;
}

.fs-85 {
  font-size: 85px !important;
}

.fs-90 {
  font-size: 90px !important;
}

.poppins-bold {
  font-family: "poppins-bold";
}

/* font-weight */

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/* heading */

.h-primary {
  font-size: 60px;
  font-weight: bolder;
  color: #12395d;
  margin-bottom: 0;
  font-family: "poppins-bold";
}

.h-secondary {
  font-size: 40px;
  font-weight: 800;
  color: #12395d;
  margin-bottom: 0;
  font-family: "poppins-bold";
}

.white-text {
  color: #fff !important;
}

.opacity-9 {
  opacity: 0.9;
}

.text-grey {
  color: #999999;
}

.text-theme {
  color: #858585;
}

.text-opacity {
  color: #233d55cc;
}

.text-opacity1 {
  color: #233d55b2;
}

.textPrimary {
  color: #2d3291;
}

.text-blue {
  color: #21add9;
}

.textInfo {
  color: #41a2dc;
}

.textGreen {
  color: #64bb6a;
}

.text-black {
  color: #000;
}

.text-blackShade {
  color: #030406;
}

.text-purpleShade {
  color: #90a3bf;
}

.opacity-40 {
  opacity: 0.4;
}

.no-wrap {
  white-space: nowrap;
}

.flex-1 {
  flex: 1;
}

.h-46 {
  height: 46px !important;
}

.model-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.evaluation-box {
  background: #f6f7f9;
  border-radius: 10px;
  padding: 10px;
}

.form-check .form-check-input {
  float: none !important;
  margin-left: 0 !important;
}

.form-check-input {
  width: 14px !important;
  height: 14px !important;
  border: 1.5px solid #90a3bf;
}

.form-check-input:focus {
  box-shadow: none !important;
}

/* button */
.main-btn {
  padding: 0px 25px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  background-color: #2d3291;
  border: none;
  color: #fff;
  height: 60px;
  transition: all 0.3s linear;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 8px;
  letter-spacing: 1px;
}

.grey-btn {
  padding: 0px 25px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  background-color: #e9e9e9bf;
  border: none;
  color: #000;
  height: 64px;
  transition: all 0.3s linear;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 15px;
  letter-spacing: 1px;
}

.w-252 {
  width: 252px;
}

.border-btn {
  /* min-width: 150px; */
  padding: 0px 20px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #2d3291;
  color: #2d3291;
  height: 31px;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  z-index: 2;
}

.discount-box {
  background: #f6f7f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  height: 56px;
  padding: 0 20px;
}

.main-btn:hover,
.border-btn2:hover {
  background: #12395d;
  transition: all 0.3s linear;
  color: #fff;
}

.h-44 {
  height: 44px;
}

/* model card css  */
.model-card {
  background: #f6f7f9;
  border-radius: 10px;
  padding: 15px;
  width: 202px;
}

/* navbar css */
.navbar {
  background: transparent !important;
}

.navbar .nav-link {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.navbar .nav-link.active {
  color: #12395d;
}

.user-dropdown .dropdown-toggle,
.flag-dropdown .dropdown-toggle {
  border: none;
  background: transparent;
}

.flag-dropdown .dropdown-toggle::after {
  content: none;
}

/* .user-dropdown .profile-img {
  width: 62px;
  height: 62px;
}
.user-dropdown .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 99px;
}
.user-dropdown .dropdown-toggle::after {
  border: none;
  position: absolute;
  background: url('~/assets/images/angle-down.svg');
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  left: -21px;
  background-repeat: no-repeat;
  top: 26px;
} */
.brand-card {
  width: 70%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 35%);
  border-radius: 16px;
}

.carousel-inner {
  overflow: unset;
}

.brand-input input {
  width: 100%;
  border: 1px solid #6e76845b;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  height: 60px;
  border-radius: 8px;
  padding: 20px;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  width: 100% !important;
  height: 60px !important;
  border: 1px solid #6e76845b;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-radius: 8px;
  padding: 0 20px;
  padding-right: 40px;
  display: flex;
  align-items: center;
}

.select2-selection__rendered {
  width: 100% !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 15px;
}

.font-poppins {
  font-family: "Poppins", sans-serif !important;
}

.input-ic {
  position: absolute;
  right: 10px;
  top: 12px;
}

.carousel-control-next,
.carousel-control-prev {
  height: 50px !important;
  width: 50px;
  bottom: 0;
  top: auto;
  left: 50px;
}

.carousel-control-next {
  left: 120px;
}

.slider-content {
  position: absolute;
  top: 18%;
  left: 95px;
}

.download-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 100%;
}

.article-img {
  width: 172px;
  height: 172px;
}

.article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: #737373;
}

.blog-badge {
  min-width: 63px;
  height: 30px;
  border-radius: 99px;
  padding: 8px 16px;
  background: #eff6ff;
  font-size: 12px;
  font-weight: 500;
  color: #2d3291;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.br-99 {
  border-radius: 99px;
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.sub-footer {
  border-top: 2px solid #85858547;
}

/* modal css  */
.modal-content {
  border-radius: 25px;
}

.modal-body {
  padding: 0px;
}

.modal-car {
  height: 500px;
}

.modal-car img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px 0 0 25px;
}

.auth-input input {
  width: 100%;
  height: 43px;
  border: 1px solid #e0e0e0;
  background: transparent;
  outline: none;
  padding: 0 15px;
  border-radius: 5px;
  padding-left: 100px;
}

.auth-input .flags {
  position: absolute;
  left: 15px;
  top: 10px;
}

.h-500 {
  height: 500px;
}

.h-400 {
  height: 400px;
}

.otp-input input {
  width: 56px;
  height: 56px;
  border: 1px solid #7a7a7a;
  border-radius: 8px;
  outline: none;
  background: transparent;
}

.otp-input:focus {
  border: 1px solid #1ca3d5;
}

.h-48 {
  height: 48px;
}

@media (max-width: 767px) {
  .fs-55 {
    font-size: 20px !important;
  }

  .fs-24 {
    font-size: 14px !important;
  }

  .slider-content {
    position: absolute;
    top: 21%;
    left: 20px;
  }

  .main-btn {
    font-size: 14px !important;
    padding: 0 10px;
    height: 40px;
  }

  .brand-card {
    width: 90%;
    bottom: 10%;
    transform: translate(-50%, 100%);
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 35px !important;
    height: 35px !important;
  }

  .carousel-control-next img,
  .carousel-control-prev img {
    width: 100%;
    height: 100%;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 10px;
    right: 10px;
    left: auto;
  }

  .carousel-control-prev {
    right: 60px;
  }

  .hero-section {
    padding-bottom: 250px;
  }

  .fs-48 {
    font-size: 28px !important;
  }

  .fs-32 {
    font-size: 20px !important;
  }

  .fs-24 {
    font-size: 14px !important;
  }

  .fs-40 {
    font-size: 18px !important;
  }

  .fs-16 {
    font-size: 12px !important;
  }

  .download-btns img {
    height: 30px !important;
  }

  .download-content {
    transform: translate(-5%, -35%);
  }

  .article-img {
    width: 100px;
    height: 100px;
  }

  .fs-20 {
    font-size: 14px !important;
  }

  .sm-reverse {
    flex-direction: column-reverse;
  }

  .navbar-brand img {
    height: 40px;
  }

  .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: -1000px;
    overflow-y: auto;
    top: 0;
    background: #f6f7f9;
    padding: 20px;
    z-index: 111;
    transition: all 0.3s linear;
    display: block !important;
  }

  .navbar-collapse.show {
    left: 0px;
    transition: all 0.3s linear;
  }
}
@media (max-width: 991px) {
  .fs-55 {
    font-size: 20px !important;
  }

  .fs-24 {
    font-size: 14px !important;
  }

  .slider-content {
    position: absolute;
    top: 21%;
    left: 20px;
  }

  .main-btn {
    font-size: 14px !important;
    padding: 0 10px;
    height: 40px;
  }

  .brand-card {
    width: 90%;
    bottom: 10%;
    transform: translate(-50%, 100%);
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 35px !important;
    height: 35px !important;
  }

  .carousel-control-next img,
  .carousel-control-prev img {
    width: 100%;
    height: 100%;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 10px;
    right: 10px;
    left: auto;
  }

  .carousel-control-prev {
    right: 60px;
  }

  .hero-section {
    padding-bottom: 250px;
  }

  .fs-48 {
    font-size: 28px !important;
  }

  .fs-32 {
    font-size: 20px !important;
  }

  .fs-24 {
    font-size: 14px !important;
  }

  .fs-40 {
    font-size: 18px !important;
  }

  .fs-16 {
    font-size: 12px !important;
  }

  .download-btns img {
    height: 30px !important;
  }

  .download-content {
    transform: translate(-5%, -35%);
  }

  .article-img {
    width: 100px;
    height: 100px;
  }

  .fs-20 {
    font-size: 14px !important;
  }

  .sm-reverse {
    flex-direction: column-reverse;
  }

  .navbar-brand img {
    height: 40px;
  }

  .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: -1000px;
    overflow-y: auto;
    top: 0;
    background: #f6f7f9;
    padding: 20px;
    z-index: 111;
    transition: all 0.3s linear;
    display: block !important;
  }

  .navbar-collapse.show {
    left: 0px;
    transition: all 0.3s linear;
  }
  .collapse,
  .collapsing {
    transition: none !important;
    height: auto !important;
    overflow: visible !important;
  }
}
