@font-face {
  font-family: "Medium";
  src: url("Ubuntu-Light.ttf");
}
@font-face {
  font-family: "Bold";
  src: url("Ubuntu-Medium.ttf");
}
body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-family: "Medium";
}
.hero-page {
  min-height: 100vh;
  background-image: linear-gradient(180deg, #0000003a 0%, #08082ead 100%),
    url("../image/maksym-kaharlytskyi-851_Smpkk-U-unsplash.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
}
nav {
  min-height: 20vh;
}
.nav-link .active{
  border-bottom: 1px solid #fc6418;
}
.navbar-nav .nav-item a.nav-link {
  color: #ffffff;
}
.navbar-nav .nav-item a.nav-link:hover {
  color: #ffffff;
}
.dropdown-menu .dropdown-item {
  color: #fc6418;
}
.hero-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #ffffff;
}
h1 {
  font-size: 46px;
  font-weight: bold;
  font-family: "Bold";
}
h2{
  font-family: "Bold";
}
h4{
  font-family: "Bold";
}
h5{
  font-family: "Bold";
}
h6{
  font-family: "Bold";
}
button {
  border: none;
  font-size: 14px;
}
.btn-orange {
  background: #fc6418 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  width: 120px;
  min-height: 46px;
  color: #ffffff;
}
.btn-white {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  width: 120px;
  min-height: 46px;
  font-weight: 600;
}
.toggle {
  color: #ffffff;
  border: 1px solid #707070;
  border-radius: 13px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: end;
  width: 25px;
  min-height: 60px;
  position: absolute;
  top: 320px;
  left: 50%;
  transform: translateX(-50%);
}
.toggle span {
  color: #707070;
  font-weight: bold;
  opacity: 1;
  position: absolute;
}

/* about */
.about-section {
  background: #08082e;
  color: #ffffff;
  min-height: 100vh;
}
.about-content {
  padding-top: 48px;
}
.orange-heading {
  font-size: 20px;
  text-align: left;
  /* font: normal normal medium 25px/29px Ubuntu; */
  letter-spacing: 1.25px;
  color: #fc6418;
  opacity: 1;
  min-height: 40px;
  margin-top: 10px;
}
.orange-underline {
  border: 3px solid #fc6418;
  opacity: 1;
  width: 100%;
}
.about-content p {
  text-align: left;
  font-size: 25px;
  color: #fffffffc;
  opacity: 1;
  margin: 16px 0 16px 0;
  line-height: 2rem;
  font-weight: bold;
}
h3 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Bold";
}
.orange-text {
  color: #fc6418;
}
.orange-text:hover {
  text-decoration: none;
  color: #fc6418;
}
.card-images {
  min-height: 100vh;
  padding-top: 48px;
  margin-bottom: 50px;
}
.border-bottom {
  border-bottom: 3px solid #08082e !important;
}
.active {
  color: #fc6418;
  border-bottom: 3px solid #fc6418 !important;
}
footer {
  min-height: 50vh;
  color: #ffffff;
  width: 100%;
  background: #08082e;
  padding-top: 5%;
  padding-bottom: 5%;
}
hr {
  background-color: #9e9e9e;
}
span a {
  text-decoration: none;
  color: #000000;
}
span a:hover {
  text-decoration: none;
  color: #000000;
}
.fab {
  padding: 10px 12px;
  background-color: #ffffff;
  color: #08082e;
  border-radius: 200px;
}
@media screen and (max-width: 992px) {
  .nav-link {
    display: inline-block;
    margin-left: 10px;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 726px) {
  h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 604px) {
  h1 {
    font-size: 26px;
  }
}
