* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  color: white;
}

html {
  scroll-behavior: smooth;
  -webkit-backface-visibility: hidden;
}

body {
  background-color: black;
}

@font-face {
  font-family: "Rockville Solid Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Rockville Solid Regular"),
    url("./fonts/Rockville\ Solid.woff") format("woff");
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

/* --- INIT HEADER ----- */

.header {
  background-color: rgba(23, 22, 23, 1);
  background: linear-gradient(to right, #000000 0%, #303436 100%);

  font-size: 1rem;
}

.burger {
  display: none;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 1;
}

.top-bar {
  display: flex;
  flex-direction: row;
}
.logo {
  align-content: center;
}

.logo-img img {
  width: 150px;
  height: 50px;
}

.nav-flex {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.nav-flex a {
  text-decoration: none;
}

.idiom a {
  padding: 0px 10px 0px 10px;
  align-content: center;
}

.nav-flex a::before {
}

.nav-flex li {
  padding: 0px 20px 0px 20px;
  list-style: none;
}

.navbar {
  /* margin-right: 20px; */
  width: 100%;
  align-content: center;
}
.top {
  height: 15px;
}

.nav-flex a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
}
.red-social {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  /* border-left: white 1px solid; */
  border-right: white 1px solid;
}

.red-social a {
  padding: 0px 10px 0px 10px;
  align-content: center;
}

/* --- END HEADER ----- */

/*-- INIT HERO ------*/
.hero-text {
  padding-top: 50px;
  padding-bottom: 250px;
}
.main-img {
  height: 750px;
  max-width: 100%;
  background-image: url(./img/hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;

  align-content: center;
}

.hero-text h1 {
  font-size: 6.875rem;
  font-family: "Rockville Solid Regular";
  color: #843030;
  text-align: center;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.hero-text p {
  text-align: center;
}

.hero-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
/*-- END HERO ------*/

/* -----init about---- */
.about-flex {
  display: flex;
}
.about-img {
  height: 500px;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-title {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
}

.about-title h2 {
  font-size: 5rem;
  font-family: "Rockville Solid Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.about-text {
  width: 50%;
  background: #16161d;
}
.about-text h2 {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
  /* text-align: center; */
  padding-top: 25px;
  padding-bottom: 28px;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 2.625rem;
  font-family: "Rajdhani", sans-serif;
}

.about-text h3 {
  font-size: 3.3rem;
  color: #f2f2f2;
  font-family: "Rockville Solid Regular";
  /* position: absolute;
  left: 0;
  top: 0; */
  width: 100%;
  z-index: -1;
  color: #ffffff;
  opacity: 0.1;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  padding-top: 30px;
  text-align: center;
}

.about-text p {
  text-align: justify;
  padding-left: 70px;
  padding-right: 70px;
  font-family: "Rye";
  font-style: normal;
  font-size: 1.125rem;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.div-about {
  margin-bottom: 50px;
}

.div-ab {
  margin-bottom: 0;
}
/* ----end about---- */

/* ----init gallery------ */
.gallery-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.gallery-img-div {
  height: 450px;
  width: 360px;
  background-repeat: no-repeat;
  background-size: cover;

  margin-bottom: 40px;
}
/* ----end gallery------ */
/* ----init contact------ */

.contact-flex {
  display: flex;
}

.contact-text p {
  font-size: 1.2rem;
  font-family: "Roboto";
  text-transform: none;
  padding-right: 5px;
  line-height: 50px;
}

.contact-img {
  background-image: url(./img/Mike.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 555px;
  width: 50%;
  padding: 100px;
  padding-right: 0;
  filter: grayscale(100%);
}
.social-contact {
  display: flex;
}

.red-contact a {
  /* padding: 32px; */
}

.contact-txt-border {
  border-radius: 10px 100px / 120px;
}

.contact-txt-border a {
  text-decoration: none;
}
/* ----end contact------ */

.footer {
  height: 50px;
  background-color: rgba(23, 22, 23, 1);
  background: linear-gradient(to right, #000000 0%, #303436 100%);
  display: flex;
  justify-content: center;
}

.footer p {
  color: rgba(229, 229, 229, 0.66);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.875rem;
}

/* -----Media queries------ */

@media screen and (max-width: 1023px) {
  .top {
    height: 0;
  }
  .navbar {
    display: none;
  }

  .red-social {
    display: none;
  }
  .idiom {
    display: none;
  }
  .burger {
    display: block;
  }
  .top-bar {
    justify-content: space-between;
    margin-left: 5px;
    margin-right: 10px;
    /* padding-top: 5px; */
  }

  .logo {
    align-content: normal;
    display: none;
  }
  .nav-flex {
    justify-content: left;
  }
}

@media screen and (max-width: 768px) {
  .about-flex {
    flex-direction: column;
  }

  .gallery-img {
    flex-direction: column;
    align-content: center;
  }

  .contact-flex {
    flex-direction: column-reverse;
    align-content: center;
  }

  .about-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about-title h2 {
    font-size: 4rem;
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .about-text {
    width: 100%;
  }

  .about-text h2 {
    font-size: 1.5em;
    padding-left: 30px;
    padding-right: 30px;
  }
  .about-text h3 {
    font-size: 2rem;
    padding-bottom: 30px;
  }
  .about-text p {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-img {
    width: 100%;
  }

  .flex-ord {
    flex-direction: column-reverse;
  }
  .div-about {
    margin-bottom: 0;
  }
  .contact-img {
    width: 100%;
    align-content: center;
  }

  .contact-text p {
    line-height: 25px;
  }

  .contact-txt-border p {
    font-size: 1rem;
  }

  .contact-img {
    padding: 0;
    background-position: center;
  }
  .logo-img img {
    padding: 4px;
  }
}

.mobile-container {
  max-width: 1173px;
  /* padding-left: 10px; */
  padding-right: 10px;
  /* margin: auto; */
  /* background-color: #555; */

  /* height: 500px; */
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  /* background-color: #333;
  position: relative; */
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  /* background: black; */
  display: block;
  position: absolute;
  right: 10px;
  top: 20px;
}

.topnav a:hover {
  /* background-color: #ddd; */
  /* color: black; */
}

.active {
  /* background-color: #04aa6d;
  color: white; */
}
