@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Evogria';
  src: url(../fonts/Evogria.otf);
}

:root {
  --font-size: 18px;
  --font-family: 'Poppins', sans-serif;
  --black-color: #0E0E0E;
  --white-color: #fff;
  --red-color: #E40000;
  --gray: #B5B5B5;
  --blue: #1E9DC1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: var(--font-size);
  font-family: var(--font-family);
  background-size: cover;
  overflow-x: hidden;
  color: var(--black-color);
  counter-reset: section;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Evogria';
}

p {
  font-family: "Montserrat", serif;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none !important;
  font-family: "Montserrat", serif;
  display: inline-block;
  transition: all .5s ease-in-out;
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  }

  .loader-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px); /* Adjust the blur value as needed */
  /* background-color: rgba(0, 0, 0, 0.6); */
  }

  .loader {
  /* background-color: white; */
  padding: 20px;
  border-radius: 8px;
  }

  /* Style for aligning the spinner horizontally and vertically */
  .loader .d-flex {
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  height: 100%;
  }

.blue-divider {
  color: #026299;
}

.form-check-label.ms-2 {
  font-size: 15px;
}

.web-im img {
  width: 100% !important;
  height: auto;
  object-fit: cover;
}

.success__message p {
  padding: 10px;
  background: #90c590;
  display: table;
  margin: 0 auto;
  border-radius: 5px;
  text-transform: capitalize;
}

/* width */
body::-webkit-scrollbar {
  width: 8px;
}

/* Track */
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 1px;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgb(0, 125, 255) 0%, rgb(0, 65, 198) 100%);
  border-radius: 1px;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, rgb(0, 53, 110) 0%, rgb(0, 11, 34) 100%);
}

/* HEADER START */
header {
  width: 100%;
  z-index: 99;
}

.hdr-tp img {
  margin-right: 10px;
}

.hedr-top {
  background-color: rgba(2, 98, 153, 1);
  border-radius: 30px 30px 0px 0px !important;
  margin: 0px 75px 0px 75px;
  padding: 12px 20px;
}

.hdr-tp p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.hdr-tp li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
}

.hdr-tp ul {
  margin: 0;
  gap: 7px;
}

.hdtp {
  color: #ffd000 !important;
  margin: 0;
}

.navbar-brand {
  width: 180px;
}

.menu-br .navbar-brand {
  margin: 0;
}

.menu-br .navbar-brand img {
  max-width: 100px;
  width: 80%;
  padding-left: 40px;
}

.menu-br {
  padding: 0px 20px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 1);
}

.head-topr {
  background-color: #000000;
  color: #fff;
  padding: 6px 0;
}

.menu-br li a:hover {
  color: #0040c6 !important;
}

.menu-br li a {
  font-size: 15px;
  color: #333;
  border-radius: 50px;
  font-weight: 500;
  padding: 0 !important;
  text-transform: capitalize;
}

.menu-br li a:hover {
  color: #818181;
}

.menu-br ul {
  gap: 32px;
}

.nv-crt {
  /* width: 22%; */
}

.order-bt:hover {
  color: #fff;
}

.order-bt {
  background-color: rgba(255, 208, 0, 1);
  color: #333;
  border: transparent;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 18px;
  min-width: 146px;
  text-align: center;
  border-radius: 35px;
  font-family: 'Evogria';
  display: flex;
}

.btnBlue {
  background: #026299 !important;
  color: #fff !important;
  border: transparent;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 18px;
  min-width: 146px;
  text-align: center;
  border-radius: 35px;
  font-family: 'Evogria';
}

/* HEADER END */
/* HOME PAGE START */

.banr-head {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  color: rgb(255, 255, 255);
}

.shp-para h3 {
  font-size: 1.75rem;
}

.mini-thead {
  font-size: 35px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 35px;
}

.ask {
  background: linear-gradient(90deg, rgb(0, 125, 255) 0%, rgb(0, 65, 198) 100%);
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 16px;
  padding: 16px 30px;
  border-radius: 6px;
  transition: all 0.5s;
}

.ask:hover {
  background: #000;
  color: #fff;
}

.main-banner {
  background-image: linear-gradient(rgba(40, 40, 40, 0.6), rgba(40, 40, 40, 0.5)), url(../images/banner.png);
  background-color: #0a0a0a;
  padding-top: 250px;
  padding-bottom: 60px;
  background-size: cover;
  background-position: center center;
}

.ban-cont h2 {
  font-size: 68px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

.shp-frm label {
  width: 100%;
  color: #000000;
  font-size: 16px;
  font-family: 'Evogria';
  font-weight: 500;
  margin-bottom: 10px;
}

.shp-frm input {
  height: 42px;
  border: 0px;
  border-bottom: 2px solid;
  background-color: #efefef;
  color: #000000;
  margin-bottom: 20px;
  border-radius: 0;
}

.shp-frm select {
  height: 42px;
  border: 0px;
  border-bottom: 2px solid;
  background-color: #efefef;
  color: #000000;
  margin-bottom: 20px;
  border-radius: 0;
}

.shp-para p {
  font-size: 14px;
  color: #000000;
  margin: 30px 0 30px;
}

.shp-frm button {
  border: 0px;
  border-bottom: 2px solid;
  background-color: #efefef;
  color: #000000;
  padding: 18px 35px;
  text-transform: uppercase;
  font-family: 'Evogria';
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 60px;
}

.contr-sec {
  background-image: url(../images/containers.png);
  padding: 30px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cont-im {
  padding: 46px;
}

footer {
  background-image: url(../images/fot-bk.png);
  padding-top: 76px;
}

.ftr-lnk h3 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.4;
}

.ftr-lnk ul li a {
  color: #ffffff !important;
  font-size: 14px;
  font-family: 'Montserrat';
  margin-bottom: 11px;
}

.ftr-lnk a {
  color: #ffffff !important;
  font-size: 14px;
  font-family: 'Montserrat';
  margin-bottom: 11px;
}

.ftr-lnk a span {
  color: #ffd000;
  margin-right: 5px;
}

.ftr-lnk p {
  font-size: 14px;
  font-family: 'Montserrat';
  color: #fff;
  margin-bottom: 30px;
}
.navbar-toggler-icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}

.ftr-in input {
  height: 42px;
  border-radius: 0;
}

.ftr-in button {
  position: absolute;
  top: 0;
  right: 0px;
  height: 42px;
  padding: 0px 16px;
  background-color: #00a2ff;
  border: 1px solid #00a2ff;
}

.copy {
  border-top: 1px solid #212121;
  padding: 20px 0;
}

.cop-cont p {
  line-height: 26px;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}

.cop-cont a {
  line-height: 26px;
  font-size: 16px;
  color: #ffffff;
  text-decoration: underline !important;
}

/* HOME PAGE END */
section.signin_sec {
  padding: 70px 0;
}

.signup_form,
.login_form {
  padding: 30px 30px;
  background: #026299;
  border-radius: 10px;
}

.login_form button.btn-sign,
button.btn-1 {
  background: #ffd000;
  min-height: 40px;
  border: none;
  border-radius: 5px;
  padding: 0 20px;
}

.forgot_pass {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #fff !important;
}

.forgot_pass a {
  color: #fff !important;
}