
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*,
*::before,
*::after {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  scroll-behavior: smooth;
  scroll-padding-top: 18rem;
  text-decoration: none;
}

:root{
    --blueAccent: #00ffff;
    --greenAccent: #26ff00d5; 
    --whiteAccent: #ffffff;
    --offwhite: #f8fbfe;
    --orangeAccent: #fd7819f1;
    --ltgrey: #cfcfcf;
    --greyAccent: #5a5858; 
}

body{
  background: linear-gradient(to left, #22253bef, #22263d, #22253b, #2a2d47, #323454, #343556), no-repeat fixed center/cover;
}
/* ---------- Header ---------- */
header{
  background: linear-gradient(to left, #1b1e2f9f, #22253b91, #464b7695, #5c5f889a, #686aab92);
  backdrop-filter: blur(.4rem);
  box-shadow: 0px .5rem 1rem var(--greenAccent);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem 2rem;
  position: sticky;
  top: 0;
  z-index: 50;
}
.logo{
  margin-right: auto;
}
.logo img{
  padding: -2rem;
  width: 10rem;
}
#trade-Mark-Span{
  color: #000000;
  font-size: 1rem;
  font-style: italic;
  margin-left: -3rem;
  padding-top: 2rem;
}
/* ---------- Responsive menu ---------- */
.menu-Icon{
  cursor: pointer;
  display: none;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.menu-Icon img{
  width: 2rem;
}
.side-Bar{
  background: var(--greenAccent);
  backdrop-filter: blur(.3rem);
  border-radius: 1rem 0 0 1rem; 
  box-shadow: -.3rem .5rem .8rem var(--greenAccent); 
  color: var(--whiteAccent);
  line-height: 2.5rem;
  padding: 1rem 1.5rem;
  position: fixed;
  top: 2.8rem;
  right: -350px;
  transition: right .3s ease;
  z-index: 50;
}
.side-Bar a{
  font-size: 1.3rem;
  color: var(--whiteAccent);
  text-decoration: none;
  &:hover{
    color: var(--blueAccent);
  } 
}
.sub-Menu a{
  font-size: 1rem;
  line-height: 1.4rem;
  transition: 0.8s all ease;
  &:hover{
    color: var(--blueAccent);
  } 
}
header p{
  color: var(--whiteAccent);
  font-size: 1.5rem;
  font-style: italic;
  margin: -.5rem 0 0 -.5rem;
  padding: 0.8rem;
}
.header{
  width: 90%;
  text-align: center;
  margin: auto;
}
.header h1{
  margin: 5rem auto;
  padding-top: 4rem;
  font-size: 3rem;
  color: var(--greenAccent);
  text-shadow: var(--greenAccent) 2px -2px 7px; 
}
.header p span{
  color: var(--blueAccent);
  font-size: 2rem;
  font-style: italic;
  font-weight: 600; 
}
#highLights{
  color: var(--whiteAccent); 
  display: inline-block;
  font-size: 3rem;
  font-style: italic;
  font-weight: 600;
  cursor: pointer;
  transition: .4s ease-in-out;
  &:hover{
    color: var(--blueAccent);
    text-shadow: var(--blueAccent) 2px -2px 7px;
    transform: scale(1.4) translateY(-1rem);
  } 
}
/* ---------- Nav menu ---------- */
.nav-Menu li a{
  color: var(--whiteAccent);
  font-size: 1.1rem; 
  margin: 1rem;
  position: relative;
  text-decoration: none;
  transition: all .4s ease 0s;
  &:hover{
    color:var(--greenAccent);
    cursor: pointer;
  }
}

/* ---------- Contact button ---------- */
.contact-Button{
  background: var(--greenAccent);
  border: none; 
  font-size: 1.1rem;
  margin-right: 1rem;
  margin-left: 4rem;
  padding: .8rem .5rem; 
  transition: all .4s ease 0s;
  &:hover{
    background: transparent;
    border: none;
    color: var(--greenAccent);
    cursor: pointer;
    font-size: 1.3rem;
    font-style: italic;
  }
}
.contact-Button a{
  background: var(--greenAccent);
  border: 2px solid #171717;
  color: #171717;
  padding: .3rem .6rem;
  text-decoration: none;
  &:hover{
    background: transparent;
    border: none;
    color: var(--greenAccent);
    cursor: pointer;
    font-size: 1.3rem;
  }
}
/* ---------- Cards ---------- */ 
.card-Container{
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: 100px auto;
  overflow-x: hidden;
}
.card-Row{
  background-color: var(--ltgrey);
  border-radius: 2rem;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 90%;
  padding: 1.5em;
  opacity: 0;
  /*transform: translateX(100%);*/
  scale: 0;
  transition: 1500ms ease;
}
.card-Column-One{
  display: flex;
  justify-content: center;
  margin: .5rem;
  padding: 1rem;
  overflow: hidden;
  max-width: 60%;
}
.card-Column-One img{
  max-height: 500px;
  width: 100%;
}
.card-Column-Two{
  margin: .5rem;
  padding: 1rem;
  text-align: left;
  width: 70%;
}
.card-Column-Two h2{
  color: var(--orangeAccent);
}
.card-Column-Two p{
  font-size: 1.2rem;
  line-height: 2rem;
}
.show{
  opacity: 1;
  /*transform: translateX(0%);*/
  scale: 1;
}
/* ---------- Footer ---------- */
footer {
    background-image: linear-gradient(to right bottom, #414141, #474747, #4c4c4c, #525252, #585858, #5e5e5f, #656565, #6b6b6c, #737475, #7c7d7d, #858686, #8e8f8f);
    border-radius: 4rem 4rem 0 0; 
    color: var(--offwhite);
    text-align: center;
    font-size: 1rem;
    padding-top: 4rem;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 50;
}
.footer-Row{
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    padding: 1.5rem;
}
.footer-Row h3{
  color: var(--greenAccent);
  font-size: 1.2rem;
  font-weight: 500;
}
.column-One{
  flex-basis: 20%;
  text-align: left;
}
.column-One img{
  width: 12rem;
}
.column-One p{
  line-height: 1.2rem;
  list-style: none;
  text-align: left;
}
#company-Name-Footer{
  font-style: italic;
  margin-bottom: .4rem;
}
.column-Two{
  flex-basis: 20%;
  text-align: left;
  padding-left: 4rem;
}
.column-Two ul{
  line-height: 1.5rem;
  list-style: none;
  text-align: left;
}
.column-Three{
  flex-basis: 20%;
  text-align: left;
}
.column-Three ul{
  line-height: 1.5rem;
  list-style: none;
  text-align: left;
}
.column-Four{
  flex-basis: 20%;
  text-align: left;
}
.column-Four p{
  line-height: 1.5rem;
  list-style: none;
  text-align: left;
}
.social-Media{
  margin-top: 1rem;
}
footer hr{
  background: var(--greenAccent);
  border: none;
  border-radius: 3px;
  height: 3px;
  margin: auto;
  width: 95%;
}
#footer-Closer{
  padding: .5rem;
}
footer a{
    color: var(--whiteAccent);
    text-decoration: none;
    transition: all 0.4s ease;
}
footer a:hover{
    color: var(--greenAccent);
    font-size: .8rem;
}
/* ---------- Media Queries ---------- */ 
@media (min-width: 2560px){
  .header h1{
    margin-top: 5rem;
    font-size: 5rem;
  }
  .header p span{
    font-size: 2rem;
  }
  .card-Column-Two h2{
    font-size: 2rem;
  }
  .card-Column-Two p{
    font-size: 1.7rem;
    line-height: 2.5rem;
  } 
}
@media(max-width: 1366px){
  .card-Row{
    display: block;
  }
  .card-Column-One img{
    max-height: 450px;
    width: 70%;
  }
  .card-Column-Two{
    width: 100%;
  }
}
@media (max-width: 1089px){
  .nav-Menu{
    display: none;
  }
  .contact-Button{
    display: none;
  }
  .menu-Icon{
    display: block;
  }
}
@media (max-width: 996px){
  .nav-Menu{
    display: none;
  }
  .header p{
    font-size: 2.5rem;
  } 
  .footer-Row{
    flex-direction: column;
    text-align: center;
  }
  .column-One, .column-Two, .column-Three, .column-Four{
    flex-basis: auto;
    padding: none;
    margin-bottom: 2rem;
  } 
}
@media (max-width: 768px){
  .header h1{
    font-size: 3rem;
  }
  .column-One, .column-Two, .column-Three, .column-Four{
    padding-left: 1rem;
  }
}
@media (max-width: 504px){
  .logo p{
    display: none;
  }
  #trade-Mark-Span{
    display: none;
  }
  .header h1{
    font-size: 2rem; 
    margin: 2rem auto; 
  }
  .header p span{
    color: var(--blueAccent);
    font-size: 1.3rem; 
  }
  #highLights{
    font-size: 2rem;
  }
  .card-Column-Two h2{
    font-size: 1.2rem;
  }
  .card-Column-Two p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 388px){
  .card-Column-Two p{
    font-size: .9rem;
    line-height: 1.3rem;
  }
  .column-Four p{
    font-size: .8rem;
    line-height: .9rem; 
  }
  #email-Address{
      display: none;
    }
}
  @media (max-width: 320px){
    .header h1{
      font-size: 1.7rem;
    }
    .header p span{
      font-size: .9rem;
    }
    .header p{
      font-size: 1.5rem;
    }
}