#header_section .navbar {
  background: linear-gradient(to right, #5aa0ff, #9151d5);
  padding-top: 15px;
  padding-bottom: 15px;
}
#header_section .navbar-nav {
  margin-left: 40px;
}
#header_section .navbar-nav li a {
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
}
#header_section .navbar-search-bar {
  position: absolute;
  left: 0;
  right: 0;
  width: 500px;
  margin: auto;
}
#header_section .navbar-search-bar .header-search-bar-input {
  width: 500px;
  background-color: transparent;
  padding: 7px 20px 7px 40px;
  border-radius: 20px;
  margin: auto;
  color: #fff;
}
#header_section .navbar-search-bar .header-search-bar-input:focus {
  box-shadow: none;
  border: 1px solid #fff;
}
#header_section .navbar-search-bar .header-search-bar-input::-moz-placeholder {
  color: #fff;
}
#header_section .navbar-search-bar .header-search-bar-input::placeholder {
  color: #fff;
}
#header_section .navbar-search-bar .search-bar-icon {
  position: absolute;
  top: 12px;
  left: 11px;
  width: 18px;
}
#header_section .header-buttons .btn-header {
  border-radius: 20px;
  padding: 7px 20px;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  margin: 10px;
}

.header-login-modal .modal .modal-content {
  padding: 40px 30px;
  position: relative;
}
.header-login-modal .modal .modal-header {
  padding-top: 0 !important;
  border: none;
  align-items: start !important;
}
.header-login-modal .modal .modal-header .modal-title {
  font-family: "BwMitga-Bold";
  font-size: 26px;
}
.header-login-modal .modal .modal-header .modal-title span {
  color: #fff;
  background: linear-gradient(13deg, #9d53e8 30%, #1a43d4 50%);
  -webkit-background-clip: text;
  color: transparent;
}
.header-login-modal .modal .modal-header p {
  color: #292931;
  font-family: "BwMitga-Regular";
  font-size: 14px;
}
.header-login-modal .modal .modal-header .btn-close {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 12px;
  color: #000;
}
.header-login-modal .modal .modal-header .btn-close:focus {
  box-shadow: none;
}
.header-login-modal .modal .form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(132, 132, 132, 0.5960784314);
  background: none;
  font-family: "BwMitga-Regular";
}
.header-login-modal .modal .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid rgba(132, 132, 132, 0.5019607843);
}
.header-login-modal .modal .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.header-login-modal .modal .form-control::-moz-placeholder {
  font-size: 12px;
}
.header-login-modal .modal .form-control::placeholder {
  font-size: 12px;
}
.header-login-modal .modal .header-login-forgot-pswrd {
  text-align: right;
}
.header-login-modal .modal .header-login-forgot-pswrd a {
  color: #fff;
  background: linear-gradient(13deg, #9d53e8 30%, #1a43d4 50%);
  -webkit-background-clip: text;
  color: transparent;
}
.header-login-modal .modal .header-login-reg-btn {
  margin-top: 45px;
}
.header-login-modal .modal .header-login-reg-btn p {
  margin: 0;
  text-align: center;
  color: #292931;
}
.header-login-modal .modal .header-login-reg-btn .log-btn {
  font-family: "BwMitga-Bold";
  padding: 13px;
  width: 100%;
  border: none;
  margin-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(13deg, #9d53e8 30%, #1a43d4 50%);
  border-radius: 5px;
}
.header-login-modal .modal .header-login-reg-btn .reg-btn {
  font-family: "BwMitga-Bold";
  padding: 13px;
  font-size: 16px;
  width: 100%;
  border: 1px solid #000;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  background: none;
  border-radius: 5px;
}

@media screen and (max-width: 1440px) {
  #header_section .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header_section .navbar-brand img {
    width: 60px;
  }
  #header_section .navbar-nav {
    margin-left: 0;
  }
  #header_section .navbar-nav li a {
    font-size: 17px;
    margin-right: 10px;
  }
  #header_section .navbar-search-bar {
    width: 400px;
    left: 100px;
  }
  #header_section .navbar-search-bar .header-search-bar-input {
    width: 400px;
    padding: 5px 15px 5px 40px;
  }
  #header_section .header-buttons .btn-header {
    margin: 5px;
    padding: 5px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1020px) {
  #header_section .navbar-nav li a {
    margin-right: 0;
  }
  #header_section .header-buttons .btn-header {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .header-buttons {
    position: absolute;
    top: 20px;
    right: 90px;
  }
  .header-container {
    justify-content: start !important;
    gap: 30px;
  }
  .main-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header_section .navbar-search-bar {
    position: initial;
  }
  #header_section .navbar-search-bar .header-search-bar-input {
    width: 300px;
  }
  #header_section .navbar-search-bar {
    width: 300px;
  }
  .navbar-toggler {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 1px solid #fff;
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 767px) {
  .header-buttons {
    top: 12px;
    right: 60px;
  }
  .navbar-toggler {
    top: 15px;
  }
  .header-container {
    gap: 10px;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .main-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-toggler-icon {
    width: 1.3em;
    height: 1em;
  }
  .navbar-toggler {
    padding: 5px;
  }
  #header_section .navbar-brand img {
    width: 40px;
  }
}
@media screen and (max-width: 600px) {
  #header_section .navbar-search-bar .header-search-bar-input {
    width: 200px;
  }
  #header_section .navbar-search-bar {
    width: auto;
  }
  .headr-btn-flex {
    justify-content: center;
  }
  #header_section .navbar {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  #header_section .navbar-search-bar .header-search-bar-input {
    display: none;
  }
  .search-bar-icon {
    display: none !important;
  }
  .search-bar-icon-logo {
    display: block !important;
  }
}
