/* @font-face {
  font-family: "InterTight-Regular";
  src: url("../fonts/InterTight-Regular.eot");
  src: url("../fonts/InterTight-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/InterTight-Regular.woff2") format("woff2"),
    url("../fonts/InterTight-Regular.woff") format("woff"),
    url("../fonts/InterTight-Regular.ttf") format("truetype"),
    url("../fonts/InterTight-Regular.svg#InterTight-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
} */

* {
  font-family: "Inter Tight", sans-serif;
}

body {
  /* font-family: "InterTight-Regular"; */
  font-family: "Inter Tight", sans-serif;
}
a,
button {
  transition: 0.5s all ease;
  font-family: "Inter Tight", sans-serif;
}

a {
  color: #000080;
  font-family: "Inter Tight", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter Tight", sans-serif;
}

p {
  font-family: "Inter Tight", sans-serif;
}
/********************HEADER-SECTION-START-HERE******************************/
header.header {
  padding: 17px 0;
}
a.navbar-brand:hover {
  opacity: 0.7;
}
header.header ul.navbar-nav li.nav-item button {
  padding: 11px 15px;
  border-radius: 100px;
  gap: 8px;
  min-width: 140px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 148%;
  border: 2px solid rgba(0, 0, 128, 1);
}
header.header ul.navbar-nav li.nav-item button i {
  font-size: 24px;
}

button.signin_btn {
  color: rgba(0, 0, 128, 1);
  background-color: #fff;
}
button.signin_btn:hover {
  background-color: rgba(0, 0, 128, 1);
  color: #fff;
}
button.signup_btn {
  background-color: rgba(0, 0, 128, 1);
  color: #fff;
}
button.signup_btn:hover {
  color: rgba(0, 0, 128, 1);
  background-color: #fff;
}
/********************HEADER-SECTION-END-HERE******************************/

/********************AUTH-SECTION-START-HERE******************************/
.auth-section {
  background-color: rgba(217, 242, 230, 0.122);
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.auth-image img {
  border-radius: 24px;
  height: 100%;
  object-fit: cover;
}

.auth-section .form-wrapper {
  width: 100%;
  background: #fff;
  border: 1px solid #00000014;
  padding: 40px 35px 23px 35px;
  border-radius: 20px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
}

.auth-section .form-wrapper h2 {
  font-size: 40px;
  color: #1a1a1a;
  font-weight: 600 !important;
}

.auth-section .form-wrapper p {
  font-size: 19px;
  color: #3c3c3c !important;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0px;
}

.auth-section .form-wrapper p a {
  color: #000080;
  font-size: 16px;
  font-weight: 400;
}

.auth-section .form-control {
  padding: 14px 14px;
  font-size: 15px;
  border-radius: 10px;
  background-color: #fbfbfb;
  border: 1px solid #4041431a;
  box-shadow: none;
}

.auth-section .form-wrapper form label {
  font-size: 16px;
  font-weight: 400;
  color: #151515;
  margin-bottom: 9px !important;
}

.auth-section .toggle-password {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 18px;
}

.auth-section .btn-primary {
  background: #000080;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 500;
}
.auth-section .btn-primary:hover {
  background-color: #000fd1 !important;
}

.form-control:focus {
  border-color: #000080 !important;
}

@media (max-width: 767px) {
  .auth-section {
    display: inline !important;
  }
}
/********************AUTH-SECTION-END-HERE******************************/

/********************FOOTER-SECTION-START-HERE******************************/
footer.footer {
  background: #1b1b1b;
  padding: 80px 0px 80px 0px;
}

.footer p,
.footer a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Inter Tight", sans-serif;
}

.footer a:hover {
  color: #b1b1b1 !important;
}

.footer h6 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter Tight", sans-serif;
}

.footer-border-left {
  border-left: #ffffff1f;
  border-left: 2px solid #ffffff12;
}

.footer-border-left p i {
  font-size: 20px;
}

.social-icon a i {
  font-size: 30px;
}
.social-icon a i:hover {
  color: #b1b1b1;
}
.copyright {
  background-color: #1f1f1f;
  padding: 20px 0px 20px 0px;
}

.copyright p {
  color: #fff;
  font-size: 16px;
}

.copyright ul li a {
  color: #fff !important;
}
.copyright ul li a:hover {
  color: #b1b1b1 !important;
}
/********************FOOTER-SECTION-END-HERE******************************/

/************************RESPONSIVE-PART-START-HERE**********************************/
@media only screen and (max-width: 1199px) {
  .navbar-brand img {
    height: 40px;
  }
}
@media (min-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1650px;
  }
}
@media (min-width: 576px) {
  .navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
  }
}

@media (max-width: 991px) {
  .footer-col {
    margin-bottom: 25px;
  }
  .footer-border-left {
    border-left: #ffffff1f;
    border-left: 0px;
  }
}

/************************RESPONSIVE-PART-START-END**********************************/
