




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



h1, h2, h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.2rem;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(25, 24, 24);
  color: white;
}

.logo {
  display: flex;
  align-items: center; 
  margin-left: 30px
}

.logo img{
  width:100px;
}

#wordlogo{
 margin-left: 30px;
 color: white;
}



nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--bg-color);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

nav ul {
  list-style: none;
  display: flex;
  gap:10px;
  margin-top: 75px;
  margin-right: 30px;


  }


  .navbar{
    border: none;
    color: white;
    padding:1rem;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-size: 1.1rem;
  }

.navbar:hover{
  opacity: 65%;
}

#squish{
  display: none;
}


.image-section {
position: relative;
width: 100%;
}


.head-one {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 20px 45px;
width: fit-content;
background-color: black;
color: white;
}


.imgone {
width: 100%;
opacity: 85%;
}


.why {
text-align:center;
}

.why-pj {
background-color: whitesmoke;
padding-bottom: 3em;

}

.why-pj img{
  width: 30%;
  max-width: 200px;
}


.left{
  text-align: left;
  margin: 30px 150px;
  font-size: x-large;
  line-height: 35px;
}



.promo-section {
  text-align: center;
  background-color: black;
  color: white;
}

.promo-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 200px 0;
}

.cmenu {
  display: inline-block;
  padding: 20px 50px;
  background-color:red;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 50px;
  font-size: x-large;
}

.cmenu:hover{
  border: white 1px solid;
  color:white;
  cursor: pointer;
}


.product-section {
  text-align: center;
  background-color:white;
  color: white;
}

.long{
  background-size: cover;
  background-position: center;
  width: 100%;
}

.product-description {
  color: black;
  margin: 100px auto 0px auto;
  line-height: 100px;
}

#bigwords{
  font-size:4rem;
}

footer {
  background-color:rgb(25, 24, 24);
  text-align: center;
  padding: 20px 0;
}

.contact-links {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .contact-links li {
    margin: 0 10px;
  }
  
  .contact-links a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .contact-links a:hover {
    color:red;
    cursor: pointer;
  }

  .fa {
    padding: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 5px;
  }

  .fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-phone{
  background:green;
  color: white;
  
}

.fa-envelope{
  background: pink;
  color:white
}

.fa-map-marker{
  background: red;
  color: white;
}

.bigger{
  font-size: 30px;
}



@media screen and (max-width:1050px){

  header{
    position: fixed;
    z-index: 3;
    width:100vw;
  }

  #squish{
    display:inline-block;
    position: absolute;
    background-color: white;
    width:30px;
    border-radius: 3px;
    right:45px;
  }
  
  #squish:hover{
    opacity: 75%;
  }
  
  .logo {
    margin-inline: auto;
  }
  
  #wordlogo{
  margin-inline: auto;
  }
  
  
  nav {
    padding: 1.5rem 1rem;
    z-index: 1;
  }
  
  .navbar{
    padding: 0;
    background-color:transparent;
  }
  
  nav ul {
    position: absolute;
    background-color:black;
    flex-direction: column;
    top: 5px;
    left: 60%;
    width: 40%;
    text-align: center;
   /* transform: translateX(160%); X makes it come from the sides the y top to bottom*/
    transform: translateY(30%);
  }
  
   nav ul li {
    margin: 5px;
  
    border-bottom: solid 1px white;
  }

  .image-section{
    padding-top:130px;
  }
  
  .head-one {
    margin-top:75px;
    }
    
  
  }







@media screen and (max-width:975px){
 
  .head-one{
    padding: 15px 30px;
  }

  .head-one h1{
    font-size: 5vw;
    }

    .why p{
      margin-inline: 50px;
    }

    .promo-content {
      padding: 150px 0;
    }

  }

  @media screen and (max-width:775px){
    
    .promo-content h2 {
      font-size: 2.5rem;
      margin-inline: 15px;
    }

    .promo-content h3 {
      font-size: 2rem;
      margin-inline: 15px;
    }

    #bigwords{
      font-size: 3rem;
      line-height: 65px;
    }


  }



@media screen and (max-width:615px){

  .why h2{
    font-size: 10vw;
  }

  .promo-content {
    padding: 100px 0;
  }

  #bigwords{
    font-size: 2.5rem;
    margin-inline: 15px;
    line-height: 50px;
  }

  .product-description{
    margin-top: 50px;
  }

  

}


@media screen and (max-width:530px){

  #wordlogo{
    display: none;
  }

  .logo{
    margin-inline:25px 0;
  }
}

@media screen and (max-width:415px){


  .head-one{
    padding: 10px 15px;
  }

  .why p{
    margin-inline: 25px;
  }

  .promo-content {
    padding: 75px 0;
  }

  .promo-content h3 {
    margin-inline: 15px;
  }

  .promo-content h2 {
    margin-inline: 15px;
  }




  .fa {
    padding: 5px;
    font-size: 15px;
    width: 25px;
  }
}

@media screen and (max-width:350px){
  .logo img{
    width:75px;
  }

  .image-section{
    padding-top:100px;
  }

  .head-one{
    margin-top:45px;
  }
}