body {
  padding: 0;
  margin: 0;
  color: #030302 !important;
}

@font-face {
  font-family: MontserratB;
  src: url(./assets/fonts/Montserrat-Bold.ttf);
}

@font-face {
  font-family: MontserratSB;
  src: url(./assets/fonts/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: MontserratM;
  src: url(./assets/fonts/Montserrat-Medium.ttf);
}

@font-face {
  font-family: BebasNeue;
  src: url(./assets/fonts/BebasNeue.otf);
}

.mb {
  font-family: MontserratB;
}

.mm {
  font-family: MontserratM;
}

.blue {
  color: #010160!important;
}

.red {
  color: #e63333;
}

a {
  color: #030302 !important;
}

/* start header */

.navbar-toggler {
  background-color: #010160;
  border-radius: 50%;
  border: none;
  height: 45px;
  width: 45px;
  position: fixed;
  top: 6%;
  right: 10%;
  z-index: 99999999;
}

.btn-contact-me {
  background-color: #010160;
  border-radius: 50%;
  border: none;
  height: 44px;
  width: 44px;
  position: fixed;
  bottom: 6%;
  right: 10%;
  z-index: 99999999;
    text-align: center;
    justify-content: center;
    display: block;
    margin: auto;
    padding: initial;
    padding-bottom: 3px;
}

button:focus {
  outline: none !important;
  outline: none !important;
}

/* end header */

/* start home */

.home h1 {
  font-family: MontserratB;
  letter-spacing: 1px;
}

.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
  font-family: MontserratB;
}

.home h6 {
  letter-spacing: 0.5px;
}

.home p {
  font-family: MontserratM;
}

.btn-contact {
  background-color: #e63333;
  color: #fff;
  padding: 5px 40px;
  border: #e63333 2px solid;
  font-family: MontserratB;
  margin: auto;
  display: block;
}

.btn-contact-2 {
  background-color: #e63333;
  color: #fff;
  padding: 5px 40px;
  border: #e63333 2px solid;
  font-family: MontserratB;
}

.btn-contact:hover,
.btn-contact-2:hover {
  background-color: #fff;
  color: #e63333;
  border: #e63333 2px solid;
}

a:hover {
  text-decoration: none !important;
  outline: unset !important;
}

.input-field {
  overflow: visible;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #a8a8a8 !important;
  outline: unset !important;
}

::placeholder {
  color: #b4b4b4;
  font-family: MontserratM;
}

.btn-send {
  background-color: #e63333;
  color: #fff;
  padding: 5px 50px;
  border: #e63333 2px solid;
  font-family: MontserratB;
}

.footer a {
  color: #000;
  font-size: 75%;
}

.footer .input-field {
  border: none !important;
  border-bottom: 2px solid #020201 !important;
  margin-bottom: 2rem;
  width: 100%;
  outline: unset;
  color: #fff;
}

.btn-submit {
  background-color: #e63333;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 40px 8px 40px;
  border: #e63333 2px solid !important;
  outline: unset !important;
  box-shadow: none !important;
  width: fit-content !important;
  letter-spacing: 2px;
  border-bottom: none !important;
}
.footer {
  font-family: MontserratB;
}

.card-over {
  position: absolute;
  right: 10%;
  bottom: 20px;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  top: 40%;
  font-family: MontserratB;
}

.top {
  top: -5rem;
}

.bottom {
  top: 7rem;
}

.space {
  letter-spacing: 0.5px;
}

/* start navbar */

.sidepanel {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #010160;
  transition: 0.5s;
  padding-top: 60px;
  color: #fff;
  z-index: 9999999999;
}

.sidepanel ul li a {
  padding: 0;
  text-decoration: none;
  font-size: 13px;
  color: #fff !important;
  display: block;
  transition: 0.3s;
  text-align: center;
  border-bottom: none;
  width: 70%;
  margin: auto;
  line-height: 56px;
  font-weight: bold;
  text-transform: uppercase;
}

.sidepanel ul li {
  list-style: none;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 36px;
}

@media (max-width: 768px) {
  .sidepanel ul li a {
    line-height: 50px;
  }
}

.hide-me {
  width: 0;
}

.show-me {
  width: 350px;
}

/* start navbar */

/* start about us */

.box {
  background-color: #fff;
  padding: 1rem;
  width: fit-content;
  margin-bottom: -2.5rem;
  position: relative;
  z-index: 9999;
  margin-left: auto;
  margin-right: auto;
  font-family: MontserratB;
}

#Sidepanel a {
  color: #fff !important;
}

@media (max-width: 1024px) {
  .card-over {
    top: 33%;
  }
}

@media (max-width: 768px) {
  .display-4 {
    font-size: 300%;
  }
  .dropdown-menu {
    position: relative!important;
    top: 100%!important;
    left: 0!important;
}
}

@media (max-width: 425px) {
  .display-4 {
    font-size: 190%;
  }

  h1 {
    font-size: 160%;
  }

  h2,
  h3,
  h4 {
    font-size: 130%;
  }

  h5,
  h6,
  p {
    font-size: 100%;
  }

  .box {
    margin-bottom: 0rem !important;
  }

  .show-me {
    width: 100%;
  }
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .nav-link {
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

.dropdown-menu {
  position: absolute !important;
  top: 20%;
  left: -300px;
  z-index: 1000;
  display: none;
  float: left !important;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left !important;
  list-style: none;
  background-color: #010160;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
  width: 100%;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: unset!important;
}