/* Global Styles */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
}
h1 {
  font-size: 2.6rem;
}
h2 {
  font-size: 4.8rem;
}
h3 {
  font-size: 3rem;
  font-weight: 400;
}
h4,
h5 {
  font-size: 2.8rem;
}
li,
button,
label,
input,
p {
  font-size: 2rem;
  list-style: none;
}
a {
  text-decoration: none;
  color:#f7f7f7;
}
button {
  padding: 2rem 6rem;
  background: none;
  border: none;
  color: #f7f7f7;
  background: #3eb93a;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 2rem;
 transition: 0.2s ease-in-out;
 font-family: 'Roboto', sans-serif;
}

button:hover {
  background: #4fe24a;
  transform: scale(1.1);
  border: none;
}
/* nav section */

.main-head {
  color:#f7f7f7;
  background: #131c27;
}

nav {
  display: flex;
  width: 90%;
  margin: auto;
  align-items: center;
  padding: 2rem;
  min-height: 10vh;
  flex-wrap: wrap;
}
nav ul {
  display: flex;
  flex: 1 1 40rem;
  justify-content: space-around;
  align-items: center;
  list-style: none;
}
#logo {
  flex: 2 1 40rem;
}
#logo img {
  width: 80px;
  height:20px; 
}
.hero {
  color:#f7f7f7;
  min-height: 90vh;
  background:  url("./djmimg/hero1-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero h3 {
  font-size: 2rem;
  font-weight: 500;
  padding: 4rem 3rem 12rem 3rem;
}
.hero h2 {
font-family: 'Montserrat', sans-serif;
font-weight: 100;
padding-bottom: 4rem;
}
/* Locations section  */

#locations {
  color:#f7f7f7;
  min-height: 100vh;
  background: url("./djmimg/loca1-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#locations h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
}
.loca-text {
  min-height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: auto;
}
.locations-textdiv {
  text-align: center;
  padding: 0 4rem 0 4rem;
}

.locations-textdiv h2 {
  font-size: 2rem;
  font-weight: bolder;
  padding-bottom: 2rem;
}

.locations-textdiv h3 {
  font-size: 1.5rem;
  padding: 2rem;
}
.loca-more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 80%;
  margin: auto;
}
.loca-list {
  text-align: center;
  align-items: center;
  justify-content: space-around;
  width: 80%;
  margin: auto;
}
.loca-info {
  width: 80%;
  margin: auto;
}
.loca-list h2 {
  font-size: 2rem;
  padding-bottom: 2rem;
}
.loca-list li {
  font-size: 1.4rem;
}

.loca-info h3 {
  font-size: 1.5rem;
  padding-bottom: 2rem;
}
.loca-info h2 {
  font-size: 2rem;
  padding-bottom: 2rem;
}


.card-sec {
  min-height: 100vh;
  background: url("./djmimg/card1-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-head h2 {
 color: #f7f7f7;
 font-family:'Montserrat', sans-serif;
 font-weight: 100;
 text-transform: uppercase;
 text-align: center;
 padding: 6rem 0;
}
.card-cards {
  display: flex;
  justify-content: center;
  color: #f7f7f7;
}
.card-1 {
  min-height: 60vh;
  max-width: 20vw;
  margin: 0 1.4rem;
  padding: 2rem 2rem;
  text-align: center;
  background: rgba(66, 66, 66, 0.4);
  border-radius: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-weight: bold;
}
.card-1 h2 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: bolder;
}
.card-1 p {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
}
.card-1 button {
 font-family: 'Roboto', sans-serif;
  padding: 1rem 3rem;
  background: none;
  border: 1px solid #f7f7f7;
  color: #f7f7f7;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border-radius: 2rem;
 transition: 0.2s ease-in-out;
 text-transform: uppercase;
}
.card-1 button:hover {
  background:#3eb93a;
  border: none;
  transform: scale(1.1);
}
.card-1:hover {
  background: rgba(119, 119, 119, 0.4);
}

.intro {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider {
  background: #131c27;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}
.intro-text {
  color: aliceblue;
  font-family: 'Montserrat', sans-serif;
}
.intro-text h1 {
  font-size: 7rem;
}

.hide {
  background: black;
  overflow: hidden;
}
.hide span {
  transform: translateY(100%);
  display: inline-block;
}
.burger {
  display: none;
  cursor: pointer;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: #f7f7f7;
  margin: 5px;
}


@media screen and (max-width: 933px) {
body {
  position:relative;
  overflow: hidden;
}

  nav {
    text-align: center;
  }
  nav li {
    font-size: 1.3rem;
  }
  .nav-links {
    position: absolute;
    right: 0;
    height: 92vh;
    top: 8vh;
    background-color: #131c27;
    flex-direction: column;
    width: 50%;
    display: flex;
    align-items: center;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    overflow: hidden;
    }
    .nav-links li {
      opacity: 0;
    }

    .burger {
      display: block;
    }

    .nav-active {
      transform: translateX(0%);
    }
  #logo {
    padding: 2rem;
    font-size: 2.3rem;
  }
  #logo img {
    width: 80px;
    height: 20px; 
  }
  section h2 {
    font-size: 4.5rem;
    padding-bottom: 4rem;
  }
.hero h3{
  font-size: 1.5rem;
}
#locations h2 {
  font-size: 2rem;
  font-weight: bold;
}
#loca-kop h2 {
  font-size: 2.3rem;
  font-weight: bold;
  padding-top: 2rem;
}
  .loca-text {
    flex-direction: column;
  }
  .locations-textdiv h2 {
    font-weight: bold;
    padding-bottom: 3rem;
  }
  .locations-textdiv h3 {
    font-size: 1.3rem;
    padding-bottom: 3rem;
  }
  .loca-list h2 {
    padding: 3rem;
  }
  .loca-list ul {
    padding: 3rem;
  }
  .loca-list li {
    font-size: 1.3rem;
  }
  .loca-more {
    flex-direction: column;
  }
  .loca-info h3 {
    font-size: 1.3rem;
  }
  .card-head h2 {
    font-size: 1.5rem;
    padding: 2rem;
  }
  .card-1 h2 {
    font-size: 1.4rem;
  }
  .card-1 p {
    font-size: 1rem;
  }
  .card-1 button{
    font-size: 0.7rem;
   font-weight: lighter;
  }
  .card-cards {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .card-1 {
    max-height: 30vh;
    max-width: 40vw;
    margin: 1rem;
  }
  .intro-text h1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 527px) {
  body {
    overflow: hidden;
  }
  #logo img {
    width: 80px;
    height: 20px; 
  }
  nav {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}



@keyframes navLinkFade {
  From{
    opacity: 0;
    transform: translateX(50px);
    }
    To{
      opacity: 1;
      transform: translateX(0px);
    }
  }