@import url("https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:wght@300;400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@500&display=swap');

*{
  margin: 0;
  padding: 0;
  /* GOOGLE FONT*/
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;

}

.header{
  width: 100%;
/*BCKG image gradient and file path do not change unless you want to change the background image */
  background-image: linear-gradient(rgb(0, 0, 0),rgba(0, 0, 0, 0.849)), url(/bkg/footer.png);
  position: relative;
  height: 14vh;
  background-size: cover;
  background-position: center;
  overflow: hidden;


}
/* for nav bar on top spacing*/
nav{
  display: flex;
  padding: 2% 1.8%;
  justify-content: space-between;
  align-items: center;

}

/* for lop left image */
nav img{
  width: 150px;

}

/* nav bar spacing*/
.nav-links{
  flex: 1;
/* aligning nav bar*/
  text-align: right; 

}

/* aligning nav names and colors*/

.nav-links ul li{
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
  
  
}

.nav-links ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;


}
/* AFTER AND HOVER Create the hover affect fo rhte nav bar*/
.nav-links ul li::after {
  content:''; 
  width: 0%;
  height: 3px;
  background: #f44336;
  display: block;
  margin: auto; 
  transition: 0.2s;
}

.nav-links ul li:hover::after {
  width: 100%;

}

/* if text is still in the website this reduces the size of the text for smaller screens*/

nav .fa{
  display: none;
}

@media(max-width: 900px){
.text-box h1 {
    font-size: 25px;
  }
  .text-box p {
    font-size: 12px;
  }
  .nav-links ul {
    padding: 30px;
  }
  .nav-links ul li {
    display: block;
    margin-top: 6px;
    transition: 0.01s;
  }
  .nav-links ul li::after {
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    display: block;
    margin: 5px auto;
    transition: 0.01s;
  }
  .nav-links ul li:hover {
    font-weight: bold;
    transform: translate(-5px);
    width: 100%;
  }
  .nav-links {
    position: fixed;
    background:#000000;
    width: 200px;
    height: 100vh;
    top: 0;
    right:-200px;
    text-align: left;
    z-index: 2;
    transition: 0.5s;
  }
  nav .fa {
    display: block;
    color: #fff;
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
    transition: 0.4s;
  }
  nav .fa:hover {
    color: #000;
  }
}















*::selection {
  color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.907),rgba(8, 0, 0, 0.888)), url(/bkg/IMG_3.jpg);
}

html {
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 300;
  color: #dfdfdf;
  background-image: linear-gradient(rgba(0, 0, 0, 0.849),rgba(0, 0, 0, 0.959)), url(/bkg/footer.png);
}

.container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 6rem 6rem 6rem;
}

.nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8rem 0 6rem 0;
}
@media only screen and (max-width: 580px) {
  .nav {
    padding-bottom: 2rem;
  }
}
.nav__list {
  display: flex;
  gap: 16rem;
  list-style: none;
}
@media only screen and (max-width: 920px) {
  .nav__list {
    gap: 6rem;
  }
}
@media only screen and (max-width: 580px) {
  .nav__list {
    gap: 4rem;
  }
}
.nav__link {
  text-decoration: none;
  color: #fafafa;
  transition: color 0.2s ease;
}
.nav__link:hover {
  color: #949494;
}
.nav__link--active {
  color: #616161;
}
.nav__link--active:hover {
  color: #616161;
}
@media only screen and (max-width: 580px) {
  .nav__copy {
    display: none;
  }
}


/*LOOPING JS TITLE */
.page-title {
  margin-bottom: 8rem;
  font-family: "Anton", sans-serif;
  font-size: 15rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  line-height: 16rem;
  color: #fafafa;
}
/*LOOPING JS TITLE */
.element{
  margin-bottom: 8rem;
  font-family: "Anton", sans-serif;
  font-size: 15rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  line-height: 16rem;
  color: #d49c00;
}




@media only screen and (max-width: 760px) {
  .page-title {
    margin-bottom: 6rem;
    font-size: 5rem;
  }

  /*LOOPING JS TITLE */
.element{
  margin-bottom: 6rem;
  font-size: 5rem;
  color: #d49c00;
}
}
@media only screen and (max-width: 580px) {
  .page-title {
    margin-bottom: 4rem;
    font-size: 5rem;
  }
  /*LOOPING JS TITLE */
  .element{
    margin-bottom: 4rem;
    font-size: 5rem;
    color: #d49c00;
  }

}
@media only screen and (max-width: 370px) {
  .page-title {
    margin-bottom: 0;
    font-size: 5rem;
  }
  .element{
    margin-bottom: 0;
    font-size: 5rem;
  color: #d49c00;
  }

}

.content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 760px) {
  .content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.content__descriptor {
  width: 14%;
  border-top: 1px solid #7b7b7b;
  padding-top: 4rem;
}
@media only screen and (max-width: 760px) {
  .content__descriptor {
    width: 100%;
    padding: 1rem 0;
    border-top: none;
  }
}

/*THE tyext BELOW ABOUT US*/
.content__title {
  font-weight: 2;
  font-size: 50px; /* Adjust the size as needed */
  color: rgb(255, 255, 255);
  font-family: "Anton", sans-serif;
}

.content__titles{
  font-weight: 2;
  font-size: 53px; /* Adjust the size as needed */
  color: rgb(241, 0, 60);
  font-family: "Anton", sans-serif;
}
.content__text-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2rem;
  width: 50%;
  border-top: 1px solid #7b7b7b;
  border-bottom: 1px solid #7b7b7b;
  margin-right: 10rem;
  padding: 4rem 0;
}
@media only screen and (max-width: 920px) {
  .content__text-box {
    margin-right: 0;
  }
}
@media only screen and (max-width: 760px) {
  .content__text-box {
    width: 100%;
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 580px) {
  .content__text-box {
    border-bottom: none;
  }
}
.content__text {
  width: 320px;
}
@media only screen and (max-width: 580px) {
  .content__text {
    width: 100%;
  }
}



/* FOOTER  */

body{
    margin:0;
    overflow-x:hidden;
    }
    
    .footer{
        background-image: linear-gradient(rgba(0, 0, 0, 0.935),rgb(0, 0, 0)), url(/bkg/footer.png);
        padding:37px 0px;
    font-family: 'Play', sans-serif;
    text-align:center;
    }
    

    /*ALL RIGHTS RESERVED*/
    .footer .row{
    width:100%;

    margin: 1% 0%;
    padding:0.9% 0%;
    color:gray;
    font-size:0.8em;
    }
    
    /*all other icons*/
    .footer .row a{
    text-decoration:none;
    color:gray;
    transition:0.3s;
        bottom: 10px; /* Adjust distance from the bottom */

    }
    
    .footer .row a:hover{
    color:#ff9797;
    }
    
    .footer .row ul{
    width:100%;
    
    }
    
    .footer .row ul li{
    display:inline-block;
    margin:0px 30px;
    }
    
    .footer .row a i{
    font-size:2em;
    margin:0% 1%;
    }
    
    @media (max-width:720px){
    .footer{
    text-align:center;
    padding: 5%;
    
    }

    .footer .row ul {
        text-align: center;
        padding: 0;
        display:inline-block;

    }
    .footer .row ul li{
    margin:10px 0px;
    text-align:center;
    display:inline-block;

    }
    .footer .row a i{
        margin:10px 10px;
        display:inline-block;

    }
    
    }
