@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap");
@font-face {
  font-family: "Din_bold";
  src: url("../fonts/dincondensed-bold-webfont.woff2") format("woff2"),
    url("../fonts/dincondensed-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  color: #fff;
  background-color: #171717;
}

* {
  text-decoration: none;
}

a {
  color: #f0b805;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover,
.nav-link:hover {
  color: #be9204;
  transition: all 0.3s ease;
}

p {
  margin: 0;
}

:focus {
  outline: 0;
}

ol,
ul {
  margin-bottom: 0;
  padding: 0;
}

ul li {
  list-style: none;
  list-style-type: none;
}

/*---------------        Fonts     ---------------*/

.logo,
#header,
#main-slider .slide-heading-secondary,
.thumbs-heading,
.btn {
  font-family: "Din_bold", sans-serif;
}

.logo-text-main,
#main-slider .slide-heading-main,
#page-heading,
.lead {
  font-family: "Playfair Display", serif;
}

/*---------------        Helper classes      ---------------*/

.yellow-text {
  color: #f0b805;
}

.page-y-gutters {
  padding-top: calc(100px + 5%);
  margin-bottom: 5%;
  min-height: 60vh;
}

.left-n-15 {
  left: -15%;
}

.right-n-15 {
  right: -15%;
}

.lead {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1;
}

.list-stars li:before {
  content: "★";
  margin-right: 15px;
}

.list-border-right li:not(:last-child)::after {
  content: "|";
}

/*---------------        Logo      ---------------*/

.logo {
  line-height: 1;
  text-align: center;
  width: fit-content;
}
.logo-text-main {
  display: block;
  font-size: 50px;
  color: #f0b805;
  font-weight: 600;
}
.logo-text-secondary {
  display: block;
  font-size: 30px;
  color: #fff;
}
.logo-slogan {
  display: block;
  font-size: 12px;
  color: #fff;
}

/*---------------        Head navigation Bar      ---------------*/

#top-head {
  background-color: #1e1e1e;
  font-size: 18px;
}

.nav-link {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

.navbar-toggler {
  background-color: #1e1e1e;
  color: #f0b805;
  align-self: end;
  border-radius: 0px;
  padding: 15px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

#close {
  display: none;
}

.navbar-toggler[aria-expanded="true"] #close {
  display: block;
}

.navbar-toggler[aria-expanded="true"] #burger {
  display: none;
}

/*---------------        Slider      ---------------*/

#main-slider .slide {
  height: calc(100vh - 50px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(0.7);
}

#main-slider .slide-heading-main {
  color: #f0b805;
  font-size: 9rem;
  font-weight: bold;
  line-height: 9rem;
}

#main-slider .slide-heading-secondary {
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 11px;
  text-transform: uppercase;
}

#main-slider .carousel-indicators .active {
  background-color: #f0b805;
}

/*---------------        Thumbnails      ---------------*/

#thumbnails {
  background-color: #1e1e1e;
}

/*---------------        Buttons      ---------------*/

.btn {
  text-transform: uppercase;
  min-width: 120px;
  padding: 0.25rem 0.5rem;
  font-size: 1.1rem;
  border: 1px solid;
  border-radius: 0;
  transition: all 0.2s ease;
}

.btn-yellow {
  color: #fff;
  background-color: #f0b805;
  border-color: #f0b805;
}
.btn-yellow:hover {
  color: #fff;
  background-color: #be9204;
  border-color: #be9204;
}

.btn-outline-yellow {
  color: #f0b805;
  background-color: transparent;
  background-image: none;
  border-color: #f0b805;
}
.btn-outline-yellow:hover {
  color: #fff;
  background-color: #f0b805;
  border-color: #f0b805;
}

/* Types start */
#page-heading {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/*---------------       Footer     ---------------*/

#footer {
  background: #1e1e1e;
}

.footer-link {
  color: white;
}

/*---------------       Go To Top Button     ---------------*/

.gotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 2.4rem;
}

.gotop i {
  color: #f0b805;
}

.gotop i:hover {
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  color: #be9204;
}

/*---------------       Mobile Responsive    ---------------*/

@media screen and (max-width: 1210px) {
  .lead {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  #main-slider .slide-heading-main {
    font-size: 7rem;
    line-height: 7rem;
  }

  .lead {
    font-size: 3rem;
  }
}

@media screen and (max-width: 993px) {
  #about-heading,
  #services-heading {
    position: unset !important;
  }

  #services-heading {
    text-align: start !important;
  }

  .list-border-right li:not(:last-child)::after {
    content: "";
  }

  #head-nav #nav-small {
    background-color: #1e1e1e;
    width: 30%;
    padding-left: 2%;
  }
}

@media screen and (max-width: 768px) {
  #main-slider .slide-heading-main {
    font-size: 5rem;
    line-height: 5rem;
  }
  #main-slider .slide-heading-secondary {
    font-size: 2rem;
  }

  #main-slider .slide {
    background-position: right;
  }

  .lead {
    font-size: 2rem;
  }

  #head-nav #nav-small {
    width: 50%;
  }
}

@media screen and (max-width: 476px) {
  #main-slider .slide-heading-main {
    font-size: 4rem;
    line-height: 4rem;
  }
  #main-slider .slide-heading-secondary {
    font-size: 1.5rem;
  }
}

/* additional styles start */
/* additional styles end */
