@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500&family=Playball&family=Signika+Negative&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');

*{
    margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

body{
  
  background-size: cover;
  background-position: center;
}






header {
  position: fixed;
  width: 100%;

  background-color: #9a030e;
 /* background-image: url(images/headerpic.jpeg); */
  background-size: cover;
  padding: 1.2rem 4rem;
  z-index: 1000;
  box-shadow: 0px 3px 7px #22222296;
}


nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 1.7rem;
}
nav a {
  font-size: 1.6rem;
  text-decoration: none;
  color: darkgrey;
  white-space: nowrap;

  transform: translate(-50%, -50%);
  

  transition: 0.3s;
  text-shadow: 1px 1px 0 grey, 1px 2px 0 grey, 1px 3px 0 grey, 
    
    5px 10px 10px black;
}




/* nav a:hover {
  transition: 0.3s;
  transform: scale(1.1)translate(-50%, -50%);
  text-shadow: 1px -1px 0 grey, 1px -2px 0 grey, 1px -3px 0 grey,
    1px -4px 0 grey, 1px -5px 0 grey, 1px -6px 0 grey, 1px -7px 0 grey,
    1px -8px 0 grey, 5px -13px 15px black, 5px -13px 25px #808080;
} */







.translation{
  position: relative;
  width: 50px;
  cursor: pointer;
}

.trans{
  display: none;
}

#title{
  padding-bottom: 21px;
}







#logo{
  position: relative;
  width: 55px;
  scale: 1.5;
}
nav ul a {
  color: #ffffff;
  font-weight: 600;
}
nav ul a:hover {
  /* border-bottom: 2px solid #444242; */
  color: #b3b6b6;
}
section#home {
  height: 100vh;
  display: grid;
  place-items: center;
}
h1 {
  font-size: 4rem;
}
#ham-menu {
  display: none;
}
nav ul.active {
  left: 0;
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
  header {
    padding: 1.8rem 5rem;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
  #ham-menu {
    display: block;
    color: #ffffff;
    cursor: pointer;
  }
  .trans{
    display: block;
  }
  .trans1{
    display: none;
  }
  nav a#logo,
  #ham-menu {
    font-size: 3.2rem;
  }
  nav ul {
      background-color: #686162;
      /* -webkit-backdrop-filter: blur(8px); 
      backdrop-filter: blur(8px);
      box-shadow: 0px 10px 15px 10px rgb(0 0 0 / 15%);
      background-color: rgb(228 228 228 / 15%);  */
    position: fixed;
    left: -100vw;
    top: 90.6px;
    width: 100vw;
    height: calc(100vh - 73.6px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transition: 1s;
    gap: 0;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 66.87%;
  }
  header {
    padding: 2rem 3rem;
  }
  nav ul {
    top: 90.6px;
    height: calc(100vh - 90.6px);
  }
}

@media screen and (max-width:500px){
  nav ul {
    background-color: #686162;
  position: fixed;
  left: -100vw;
  top: 100.6px;
  width: 100vw;
  height: calc(100vh - 130.6px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  transition: 1s;
  gap: 0;
}
}

@media screen and (max-width: 2700px) {
  
   
    header {
      padding: 1.8rem 5rem;
    }
  }

 
  






header {
  text-align: center;
  padding-top: 100px;
  margin-bottom: 300px;
  font-size: 35px;
}

header h2 {
  color: #f0525f;
}

header span {
  color: #eaa03f;
}
























#process{
    position: relative;
    width: 100%;
    height: auto;
    z-index: 11;
    overflow: hidden;
}

.products-dash{
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Sriracha', cursive;
    font-size: 1.8em;
    color: rgb(2, 83, 2);
}

.products-dash img{
  position: absolute;
  width: 100%;
  bottom: 0;
}

.dash-back-container{
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: 0;
    background-size: cover;
    background-image: linear-gradient(to bottom, transparent, transparent, transparent, transparent, #9a030e);
}

@media screen and (min-width: 1700px) {
  .products-dash{
    height: 500px;
    font-size: 2.1em;
  }
}

@media screen and (min-width: 1900px) {
  .products-dash{
    height: 520px;
    font-size: 2.2em;
  }
}

@media screen and (min-width: 2100px) {
  .products-dash{
    height: 540px;
    font-size: 2.5em;
  }
}

@media screen and (min-width: 2300px) {
  .products-dash{
    height: 570px;
    font-size: 2.6em;
  }
}

@media screen and (min-width: 2500px) {
  .products-dash{
    height: 630px;
    font-size: 2.7em;
  }
}

@media screen and (max-width: 1100px){
  .products-dash{
    height: 370px;
    font-size: 1.7em;
  }
}

@media screen and (max-width: 1000px){
  .products-dash{
    height: 330px;
    font-size: 1.5em;
  }

  .dash-back-container{
    height: 300px;
    background-image: linear-gradient(to bottom, transparent, transparent, transparent, transparent, transparent, #9a030e);
}
}

@media screen and (max-width: 900px){
  .products-dash{
    height: 300px;
    font-size: 1.6em;
  }

  .dash-back-container{
    height: 270px;
    background-image: linear-gradient(to bottom, transparent, transparent, transparent, transparent, transparent, transparent,  #9a030e);
}
}

@media screen and (max-width: 800px){
  .products-dash{
    height: 290px;
    font-size: 1.6em;
  }

  .dash-back-container{
    height: 250px;
}
}

@media screen and (max-width: 700px){
  .products-dash{
    height: 290px;
    font-size: 1.7em;
  }

  .dash-back-container{
    height: 250px;
    background-image: linear-gradient(to bottom, transparent, transparent, transparent, transparent, transparent, transparent,  #9a030e);
}

.products-dash img{
  position: absolute;
  width: 121%;
  right: 0;
  bottom: 0;
}
}

@media screen and (max-width: 600px){
  .products-dash{
    height: 290px;
    font-size: 1.8em;
  }

  .dash-back-container{
    height: 250px;
}

.products-dash img{
  position: absolute;
  width: 131%;
}
}

@media screen and (max-width: 500px){
  .products-dash{
    height: 280px;
    font-size: 1.4em;
  }

  .dash-back-container{
    height: 250px;
}

.products-dash img{
  position: absolute;
  width: 151%;
}
}

@media screen and (max-width: 450px){
  .products-dash{
    height: 280px;
    font-size: 1.3em;
  }

  .dash-back-container{
    height: 250px;
}

.products-dash img{
  position: absolute;
  width: 161%;
}
}

@media screen and (max-width: 400px){
  .products-dash{
    height: 280px;
    font-size: 1.2em;
  }

  .dash-back-container{
    height: 250px;
}

.products-dash img{
  position: absolute;
  width: 171%;
}
}

@media screen and (max-width: 380px){
  .products-dash{
    height: 280px;
    font-size: 1.1em;
  }

  .dash-back-container{
    height: 250px;
}

.products-dash img{
  position: absolute;
  width: 181%;
}
}

@media screen and (max-width: 350px){
  .products-dash{
    height: 280px;
    font-size: 1.1em;
  }

  .dash-back-container{
    height: 250px;
}

.products-dash img{
  position: absolute;
  width: 191%;
}
}

/* .about-container{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #9a030e;
} */

.processcards{
  position: relative;
   height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 21px 0;
    background-image: linear-gradient(to bottom, #9a030e, #222222);
    overflow: hidden;
    z-index: 111;
}

.container {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    background-image: linear-gradient(to bottom, #9a030e, #111111);
    z-index: 111;
  }

  

  .timeline-content{
    width: 400px;
    height: auto;
    padding: 20px;
    background-color: #1e1f22;
    color: white;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: -35px 27px 21px #000000;
  }
  
  .processcards .timeline-content:nth-child(2),.processcards .timeline-content:nth-child(6),
  .processcards .timeline-content:nth-child(8),
  .processcards .timeline-content:nth-child(14),
  .processcards .timeline-content:nth-child(20){
    position: relative;
    transform: translateX(-300px);
  }

  .processcards img:nth-child(1),
  .processcards img:nth-child(7),
  .processcards img:nth-child(13),
  .processcards img:nth-child(19){
    position: relative;
    transform: translateX(-400px);
    width: 120px;
    height: 120px;
   
  }

  .processcards img:nth-child(4),
  .processcards img:nth-child(10),
  .processcards img:nth-child(16) {
    position: relative;
    transform: translateX(400px);
    width: 120px;
    height: 120px;
  }



  .processcards .timeline-content:nth-child(5),.processcards .timeline-content:nth-child(7),
  .processcards .timeline-content:nth-child(11),
  .processcards .timeline-content:nth-child(17){
    position: relative;
    transform: translateX(300px);
    box-shadow: 35px 27px 21px #000000;
  }


  .timeline ul li:last-child {
    margin-bottom: 0;
  }
  .timeline-content h1 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .timeline-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
  }

  .timeline-content .test {
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }

  @media screen and (min-width: 1600px) {
    .timeline-content{
      width: 500px;
      height: auto;
    }
    
    .processcards .timeline-content:nth-child(2),.processcards .timeline-content:nth-child(6),
    .processcards .timeline-content:nth-child(8),
    .processcards .timeline-content:nth-child(14),
    .processcards .timeline-content:nth-child(20){
      position: relative;
      transform: translateX(-300px);
    }
  
    .processcards img:nth-child(1),
    .processcards img:nth-child(7),
    .processcards img:nth-child(13),
    .processcards img:nth-child(19){
      position: relative;
      transform: translateX(-450px);
      width: 140px;
      height: 140px;
     
    }
  
    .processcards img:nth-child(4),
    .processcards img:nth-child(10),
    .processcards img:nth-child(16) {
      position: relative;
      transform: translateX(450px);
      width: 140px;
      height: 140px;
    }
  
    .processcards .timeline-content:nth-child(5),.processcards .timeline-content:nth-child(7),
    .processcards .timeline-content:nth-child(11),
    .processcards .timeline-content:nth-child(17){
      position: relative;
      transform: translateX(300px);
      box-shadow: 35px 27px 21px #000000;
    }
    .timeline-content h1 {
      font-weight: 500;
      font-size: 30px;
      margin-bottom: 15px;
    }
    .timeline-content p {
      font-size: 19px;
      font-weight: 300;
    }

    .timeline-content .test {
      font-size: 25px;
      font-weight: 300;
    }

    .path{
      width: 700px;
    }
  }

  @media screen and (min-width: 1700px) {
    .timeline-content{
      width: 550px;
      height: auto;
    }
    
    .processcards .timeline-content:nth-child(2),.processcards .timeline-content:nth-child(6),
    .processcards .timeline-content:nth-child(8),
    .processcards .timeline-content:nth-child(14),
    .processcards .timeline-content:nth-child(20){
      position: relative;
      transform: translateX(-350px);
    }
  
    .processcards img:nth-child(1),
    .processcards img:nth-child(7),
    .processcards img:nth-child(13),
    .processcards img:nth-child(19){
      position: relative;
      transform: translateX(-500px);
      width: 160px;
      height: 160px;
     
    }
  
    .processcards img:nth-child(4),
    .processcards img:nth-child(10),
    .processcards img:nth-child(16) {
      position: relative;
      transform: translateX(500px);
      width: 160px;
      height: 160px;
    }
  
    .processcards .timeline-content:nth-child(5),.processcards .timeline-content:nth-child(7),
    .processcards .timeline-content:nth-child(11),
    .processcards .timeline-content:nth-child(17){
      position: relative;
      transform: translateX(350px);
      box-shadow: 35px 27px 21px #000000;
    }
    .timeline-content h1 {
      font-weight: 500;
      font-size: 35px;
      margin-bottom: 17px;
    }
    .timeline-content p {
      font-size: 23px;
      font-weight: 300;
    }

    .timeline-content .test {
      font-size: 30px;
      font-weight: 300;
    }

    .path{
      width: 770px;
    }
  }

  @media screen and (min-width: 2000px) {
    .timeline-content{
      width: 600px;
      height: auto;
    }
    
    .processcards .timeline-content:nth-child(2),.processcards .timeline-content:nth-child(6),
    .processcards .timeline-content:nth-child(8),
    .processcards .timeline-content:nth-child(14),
    .processcards .timeline-content:nth-child(20){
      position: relative;
      transform: translateX(-390px);
    }
  
    .processcards img:nth-child(1),
    .processcards img:nth-child(7),
    .processcards img:nth-child(13),
    .processcards img:nth-child(19){
      position: relative;
      transform: translateX(-520px);
      width: 170px;
      height: 170px;
     
    }
  
    .processcards img:nth-child(4),
    .processcards img:nth-child(10),
    .processcards img:nth-child(16) {
      position: relative;
      transform: translateX(520px);
      width: 170px;
      height: 170px;
    }
  
    .processcards .timeline-content:nth-child(5),.processcards .timeline-content:nth-child(7),
    .processcards .timeline-content:nth-child(11),
    .processcards .timeline-content:nth-child(17){
      position: relative;
      transform: translateX(390px);
      box-shadow: 35px 27px 21px #000000;
    }
    .timeline-content h1 {
      font-weight: 500;
      font-size: 40px;
      margin-bottom: 21px;
    }
    .timeline-content p {
      font-size: 27px;
      font-weight: 300;
    }

    .timeline-content .test {
      font-size: 35px;
      font-weight: 300;
    }

    .path{
      width: 800px;
    }
  }

  @media screen and (min-width: 2300px) {
    .timeline-content{
      width: 700px;
      height: auto;
    }
    
    .processcards .timeline-content:nth-child(2),.processcards .timeline-content:nth-child(6),
    .processcards .timeline-content:nth-child(8),
    .processcards .timeline-content:nth-child(14),
    .processcards .timeline-content:nth-child(20){
      position: relative;
      transform: translateX(-430px);
    }
  
    .processcards img:nth-child(1),
    .processcards img:nth-child(7),
    .processcards img:nth-child(13),
    .processcards img:nth-child(19){
      position: relative;
      transform: translateX(-600px);
      width: 190px;
      height: 190px;
     
    }
  
    .processcards img:nth-child(4),
    .processcards img:nth-child(10),
    .processcards img:nth-child(16) {
      position: relative;
      transform: translateX(600px);
      width: 190px;
      height: 190px;
    }
  
    .processcards .timeline-content:nth-child(5),.processcards .timeline-content:nth-child(7),
    .processcards .timeline-content:nth-child(11),
    .processcards .timeline-content:nth-child(17){
      position: relative;
      transform: translateX(430px);
      box-shadow: 35px 27px 21px #000000;
    }
    .timeline-content h1 {
      font-weight: 500;
      font-size: 45px;
      margin-bottom: 25px;
    }
    .timeline-content p {
      font-size: 34px;
      font-weight: 300;
    }

    .timeline-content .test {
      font-size: 40px;
      font-weight: 300;
    }

    .path{
      width: 900px;
    }
  }

  @media screen and (max-width: 1100px) {
    .timeline-content{
      width: 400px;
      height: auto;
    }
    
    .processcards .timeline-content:nth-child(2),.processcards .timeline-content:nth-child(6),
    .processcards .timeline-content:nth-child(8),
    .processcards .timeline-content:nth-child(14),
    .processcards .timeline-content:nth-child(20){
      position: relative;
      transform: translateX(-250px);
    }
  
    .processcards img:nth-child(1),
    .processcards img:nth-child(7),
    .processcards img:nth-child(13),
    .processcards img:nth-child(19){
      position: relative;
      transform: translateX(-370px);
      width: 120px;
      height: 120px;
     
    }
  
    .processcards img:nth-child(4),
    .processcards img:nth-child(10),
    .processcards img:nth-child(16) {
      position: relative;
      transform: translateX(370px);
      width: 120px;
      height: 120px;
    }
  
    .processcards .timeline-content:nth-child(5),.processcards .timeline-content:nth-child(7),
    .processcards .timeline-content:nth-child(11),
    .processcards .timeline-content:nth-child(17){
      position: relative;
      transform: translateX(250px);
      box-shadow: 35px 27px 21px #000000;
    }
    .timeline-content h1 {
      font-weight: 500;
      font-size: 25px;
      margin-bottom: 10px;
    }
    .timeline-content p {
      font-size: 16px;
      font-weight: 300;
    }
  
    .timeline-content .test {
      font-size: 21px;
      font-weight: 300;
    }

    .path{
      width: 500px;
    }
  }

  @media screen and (max-width: 1000px) {
    .timeline-content{
      width: 400px;
      height: auto;
    }
    
    .processcards .timeline-content:nth-child(2),.processcards .timeline-content:nth-child(6),
    .processcards .timeline-content:nth-child(8),
    .processcards .timeline-content:nth-child(14),
    .processcards .timeline-content:nth-child(20){
      position: relative;
      transform: translateX(-210px);
    }
  
    .processcards img:nth-child(1),
    .processcards img:nth-child(7),
    .processcards img:nth-child(13),
    .processcards img:nth-child(19){
      position: relative;
      transform: translateX(-350px);
      width: 120px;
      height: 120px;
     
    }
  
    .processcards img:nth-child(4),
    .processcards img:nth-child(10),
    .processcards img:nth-child(16) {
      position: relative;
      transform: translateX(350px);
      width: 120px;
      height: 120px;
    }
  
    .processcards .timeline-content:nth-child(5),.processcards .timeline-content:nth-child(7),
    .processcards .timeline-content:nth-child(11),
    .processcards .timeline-content:nth-child(17){
      position: relative;
      transform: translateX(210px);
      box-shadow: 35px 27px 21px #000000;
    }
    .timeline-content h1 {
      font-weight: 500;
      font-size: 25px;
      margin-bottom: 10px;
    }
    .timeline-content p {
      font-size: 16px;
      font-weight: 300;
    }
  
    .timeline-content .test {
      font-size: 21px;
      font-weight: 300;
    }

    .path{
      width: 450px;
    }
  }

  @media screen and (max-width: 900px) {
    .timeline-content{
      width: 350px;
      height: auto;
    }
    
    .processcards .timeline-content:nth-child(2),.processcards .timeline-content:nth-child(6),
    .processcards .timeline-content:nth-child(8),
    .processcards .timeline-content:nth-child(14),
    .processcards .timeline-content:nth-child(20){
      position: relative;
      transform: translateX(-200px);
    }
  
    .processcards img:nth-child(1),
    .processcards img:nth-child(7),
    .processcards img:nth-child(13),
    .processcards img:nth-child(19){
      position: relative;
      transform: translateX(-310px);
      width: 110px;
      height: 110px;
     
    }
  
    .processcards img:nth-child(4),
    .processcards img:nth-child(10),
    .processcards img:nth-child(16) {
      position: relative;
      transform: translateX(310px);
      width: 110px;
      height: 110px;
    }
  
    .processcards .timeline-content:nth-child(5),.processcards .timeline-content:nth-child(7),
    .processcards .timeline-content:nth-child(11),
    .processcards .timeline-content:nth-child(17){
      position: relative;
      transform: translateX(200px);
      box-shadow: 35px 27px 21px #000000;
    }
    .timeline-content h1 {
      font-weight: 500;
      font-size: 25px;
      margin-bottom: 10px;
    }
    .timeline-content p {
      font-size: 16px;
      font-weight: 300;
    }
  
    .timeline-content .test {
      font-size: 21px;
      font-weight: 300;
    }

    .path{
      width: 430px;
    }
  }

  @media screen and (max-width: 800px) {
    .timeline-content{
      width: 350px;
      height: auto;
    }
    
    .processcards .timeline-content:nth-child(2),.processcards .timeline-content:nth-child(6),
    .processcards .timeline-content:nth-child(8),
    .processcards .timeline-content:nth-child(14),
    .processcards .timeline-content:nth-child(20){
      position: relative;
      transform: translateX(-150px);
    }
  
    .processcards img:nth-child(1),
    .processcards img:nth-child(7),
    .processcards img:nth-child(13),
    .processcards img:nth-child(19){
      position: relative;
      transform: translateX(-270px);
      width: 90px;
      height: 90px;
     
    }
  
    .processcards img:nth-child(4),
    .processcards img:nth-child(10),
    .processcards img:nth-child(16) {
      position: relative;
      transform: translateX(270px);
      width: 90px;
      height: 90px;
    }
  
    .processcards .timeline-content:nth-child(5),.processcards .timeline-content:nth-child(7),
    .processcards .timeline-content:nth-child(11),
    .processcards .timeline-content:nth-child(17){
      position: relative;
      transform: translateX(150px);
      box-shadow: 35px 27px 21px #000000;
    }
    .timeline-content h1 {
      font-weight: 500;
      font-size: 25px;
      margin-bottom: 10px;
    }
    .timeline-content p {
      font-size: 16px;
      font-weight: 300;
    }
  
    .timeline-content .test {
      font-size: 21px;
      font-weight: 300;
    }

    .path{
      width: 400px;
    }
  }

  @media screen and (max-width: 700px) {
    .timeline-content{
      width: 350px;
      height: auto;
    }
    
    .processcards .timeline-content:nth-child(2),.processcards .timeline-content:nth-child(6),
    .processcards .timeline-content:nth-child(8),
    .processcards .timeline-content:nth-child(14),
    .processcards .timeline-content:nth-child(20){
      position: relative;
      transform: translateX(-121px);
    }
  
    .processcards img:nth-child(1),
    .processcards img:nth-child(7),
    .processcards img:nth-child(13),
    .processcards img:nth-child(19){
      position: relative;
      transform: translateX(-230px);
      width: 90px;
      height: 90px;
     
    }
  
    .processcards img:nth-child(4),
    .processcards img:nth-child(10),
    .processcards img:nth-child(16) {
      position: relative;
      transform: translateX(230px);
      width: 90px;
      height: 90px;
    }
  
    .processcards .timeline-content:nth-child(5),.processcards .timeline-content:nth-child(7),
    .processcards .timeline-content:nth-child(11),
    .processcards .timeline-content:nth-child(17){
      position: relative;
      transform: translateX(121px);
      box-shadow: 35px 27px 21px #000000;
    }
    .timeline-content h1 {
      font-weight: 500;
      font-size: 25px;
      margin-bottom: 10px;
    }
    .timeline-content p {
      font-size: 16px;
      font-weight: 300;
    }
  
    .timeline-content .test {
      font-size: 21px;
      font-weight: 300;
    }

    .path{
      width: 350px;
    }
  }

  @media screen and (max-width: 650px) {
    .timeline-content{
      width: 340px;
      height: auto;
    }
    
    .processcards .timeline-content:nth-child(2),.processcards .timeline-content:nth-child(6),
    .processcards .timeline-content:nth-child(8),
    .processcards .timeline-content:nth-child(14),
    .processcards .timeline-content:nth-child(20){
      position: relative;
      transform: translateX(-90px);
    }
  
    .processcards img:nth-child(1),
    .processcards img:nth-child(7),
    .processcards img:nth-child(13),
    .processcards img:nth-child(19){
      position: relative;
      transform: translateX(-210px);
      width: 90px;
      height: 90px;
     
    }
  
    .processcards img:nth-child(4),
    .processcards img:nth-child(10),
    .processcards img:nth-child(16) {
      position: relative;
      transform: translateX(210px);
      width: 90px;
      height: 90px;
    }
  
    .processcards .timeline-content:nth-child(5),.processcards .timeline-content:nth-child(7),
    .processcards .timeline-content:nth-child(11),
    .processcards .timeline-content:nth-child(17){
      position: relative;
      transform: translateX(90px);
      box-shadow: 35px 27px 21px #000000;
    }
    .timeline-content h1 {
      font-weight: 500;
      font-size: 25px;
      margin-bottom: 10px;
    }
    .timeline-content p {
      font-size: 16px;
      font-weight: 300;
    }
  
    .timeline-content .test {
      font-size: 21px;
      font-weight: 300;
    }

    .path{
      width: 330px;
    }
  }

  @media screen and (max-width: 570px) {
    .timeline-content{
      width: 340px;
      height: auto;
    }
    
    .processcards .timeline-content:nth-child(2),.processcards .timeline-content:nth-child(6),
    .processcards .timeline-content:nth-child(8),
    .processcards .timeline-content:nth-child(14),
    .processcards .timeline-content:nth-child(20){
      position: relative;
      transform: translateX(-50px);
    }
  
    .processcards img:nth-child(1),
    .processcards img:nth-child(7),
    .processcards img:nth-child(13),
    .processcards img:nth-child(19){
      position: relative;
      transform: translateX(-170px);
      width: 80px;
      height: 80px;
     
    }
  
    .processcards img:nth-child(4),
    .processcards img:nth-child(10),
    .processcards img:nth-child(16) {
      position: relative;
      transform: translateX(170px);
      width: 80px;
      height: 80px;
    }
  
    .processcards .timeline-content:nth-child(5),.processcards .timeline-content:nth-child(7),
    .processcards .timeline-content:nth-child(11),
    .processcards .timeline-content:nth-child(17){
      position: relative;
      transform: translateX(50px);
      box-shadow: 35px 27px 21px #000000;
    }
    .timeline-content h1 {
      font-weight: 500;
      font-size: 21px;
      margin-bottom: 10px;
    }
    .timeline-content p {
      font-size: 16px;
      font-weight: 300;
    }
  
    .timeline-content .test {
      font-size: 17px;
      font-weight: 300;
    }

    .path{
      width: 300px;
    }
  }

  @media screen and (max-width: 500px) {
    .timeline-content{
      width: 310px;
      height: auto;
    }
    
    .processcards .timeline-content:nth-child(2),.processcards .timeline-content:nth-child(6),
    .processcards .timeline-content:nth-child(8),
    .processcards .timeline-content:nth-child(14),
    .processcards .timeline-content:nth-child(20){
      position: relative;
      transform: translateX(-30px);
    }
  
    .processcards img:nth-child(1),
    .processcards img:nth-child(7),
    .processcards img:nth-child(13),
    .processcards img:nth-child(19){
      position: relative;
      transform: translateX(-130px);
      width: 70px;
      height: 70px;
     
    }
  
    .processcards img:nth-child(4),
    .processcards img:nth-child(10),
    .processcards img:nth-child(16) {
      position: relative;
      transform: translateX(130px);
      width: 70px;
      height: 70px;
    }
  
    .processcards .timeline-content:nth-child(5),.processcards .timeline-content:nth-child(7),
    .processcards .timeline-content:nth-child(11),
    .processcards .timeline-content:nth-child(17){
      position: relative;
      transform: translateX(30px);
      box-shadow: 35px 27px 21px #000000;
    }
    .timeline-content h1 {
      font-weight: 500;
      font-size: 21px;
      margin-bottom: 10px;
    }
    .timeline-content p {
      font-size: 16px;
      font-weight: 300;
    }
  
    .timeline-content .test {
      font-size: 17px;
      font-weight: 300;
    }

    .path{
      width: 270px;
    }
  }

  @media screen and (max-width: 430px) {
    .timeline-content{
      width: 310px;
      height: auto;
    }
    
    .processcards .timeline-content:nth-child(2),.processcards .timeline-content:nth-child(6),
    .processcards .timeline-content:nth-child(8),
    .processcards .timeline-content:nth-child(14),
    .processcards .timeline-content:nth-child(20){
      position: relative;
      transform: translateX(-20px);
    }
  
    .processcards img:nth-child(1),
    .processcards img:nth-child(7),
    .processcards img:nth-child(13),
    .processcards img:nth-child(19){
      position: relative;
      transform: translateX(-120px);
      width: 70px;
      height: 70px;
     
    }
  
    .processcards img:nth-child(4),
    .processcards img:nth-child(10),
    .processcards img:nth-child(16) {
      position: relative;
      transform: translateX(120px);
      width: 70px;
      height: 70px;
    }
  
    .processcards .timeline-content:nth-child(5),.processcards .timeline-content:nth-child(7),
    .processcards .timeline-content:nth-child(11),
    .processcards .timeline-content:nth-child(17){
      position: relative;
      transform: translateX(20px);
      box-shadow: 35px 27px 21px #000000;
    }
    .timeline-content h1 {
      font-weight: 500;
      font-size: 21px;
      margin-bottom: 10px;
    }
    .timeline-content p {
      font-size: 16px;
      font-weight: 300;
    }
  
    .timeline-content .test {
      font-size: 17px;
      font-weight: 300;
    }

    .path{
      width: 270px;
    }
  }

  @media screen and (max-width: 400px) {
    .timeline-content{
      width: 300px;
      height: auto;
    }
    
    .processcards .timeline-content:nth-child(2),.processcards .timeline-content:nth-child(6),
    .processcards .timeline-content:nth-child(8),
    .processcards .timeline-content:nth-child(14),
    .processcards .timeline-content:nth-child(20){
      position: relative;
      transform: translateX(-14px);
    }
  
    .processcards img:nth-child(1),
    .processcards img:nth-child(7),
    .processcards img:nth-child(13),
    .processcards img:nth-child(19){
      position: relative;
      transform: translateX(-111px);
      width: 70px;
      height: 70px;
     
    }
  
    .processcards img:nth-child(4),
    .processcards img:nth-child(10),
    .processcards img:nth-child(16) {
      position: relative;
      transform: translateX(111px);
      width: 70px;
      height: 70px;
    }
  
    .processcards .timeline-content:nth-child(5),.processcards .timeline-content:nth-child(7),
    .processcards .timeline-content:nth-child(11),
    .processcards .timeline-content:nth-child(17){
      position: relative;
      transform: translateX(14px);
      box-shadow: 35px 27px 21px #000000;
    }
    .timeline-content h1 {
      font-weight: 500;
      font-size: 21px;
      margin-bottom: 10px;
    }
    .timeline-content p {
      font-size: 16px;
      font-weight: 300;
    }
  
    .timeline-content .test {
      font-size: 17px;
      font-weight: 300;
    }

    .path{
      width: 270px;
    }
  }

  @media screen and (max-width: 400px) {
    .timeline-content{
      width: 300px;
      height: auto;
    }
    
    .processcards .timeline-content:nth-child(2),.processcards .timeline-content:nth-child(6),
    .processcards .timeline-content:nth-child(8),
    .processcards .timeline-content:nth-child(14),
    .processcards .timeline-content:nth-child(20){
      position: relative;
      transform: translateX(-7px);
    }
  
    .processcards img:nth-child(1),
    .processcards img:nth-child(7),
    .processcards img:nth-child(13),
    .processcards img:nth-child(19){
      position: relative;
      transform: translateX(-107px);
      width: 70px;
      height: 70px;
     
    }
  
    .processcards img:nth-child(4),
    .processcards img:nth-child(10),
    .processcards img:nth-child(16) {
      position: relative;
      transform: translateX(107px);
      width: 70px;
      height: 70px;
    }
  
    .processcards .timeline-content:nth-child(5),.processcards .timeline-content:nth-child(7),
    .processcards .timeline-content:nth-child(11),
    .processcards .timeline-content:nth-child(17){
      position: relative;
      transform: translateX(7px);
      box-shadow: 35px 27px 21px #000000;
    }
    .timeline-content h1 {
      font-weight: 500;
      font-size: 21px;
      margin-bottom: 10px;
    }
    .timeline-content p {
      font-size: 16px;
      font-weight: 300;
    }
  
    .timeline-content .test {
      font-size: 17px;
      font-weight: 300;
    }

    .path{
      width: 270px;
    }
  }

 
  

















  .slide {
    position: relative;
    width: 100%;
    height: 770px;
    padding-top: 80px;
    background-size: cover;
    background-image: linear-gradient(to bottom, #222222, #9a030e);
  } 

   .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 100%;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    position: relative;
    /* display: block; */
    /* width: 60%; */
    height: 500px;
    margin-top: 30px;
    object-fit: cover;
  }

  .mySwiper2 .swiper-slide img{
    filter: drop-shadow(11px 11px 7px #000000);
    border: 7px solid #ffffff;
    border-radius: 11px;
  }

  .mySwiper img{
    height: 100%;
  }

  .mySwiper{
    transform: translateY(-21px);
    filter: drop-shadow(0px -7px 7px #2222);
  }

  .mySwiper .swiper-slide img{
    width: 150px;
    height: 100px;
  }

  .swiper {
    width: 60%;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  @media screen and (max-width: 1000px) {
    .mySwiper .swiper-slide{
        height: 90px;
    }
  }

  @media screen and (max-width: 900px) {
    .mySwiper .swiper-slide{
        height: 70px;
    }
  }

  @media screen and (max-width: 1150px) {
    .mySwiper .swiper-slide img{
      width: 120px;
      height: 70px;
    }
  }

  @media screen and (max-width: 1050px) {
    .swiper-slide img {
      height: 450px;
    }
  }

  @media screen and (max-width: 1000px) {
    .swiper-slide img {
      height: 410px;
    }

    .mySwiper .swiper-slide img{
      width: 110px;
      height: 60px;
    }
  }

  @media screen and (max-width: 800px) {
    .swiper-slide img {
      height: 350px;
      margin-bottom: 7px;
    }

    .mySwiper .swiper-slide{
      height: auto;
    }

    .mySwiper .swiper-slide img{
      width: 100px;
      height: 70px;
    }

    .slide{
      height: auto;
    }

  }

  @media screen and (max-width: 700px) {
    .swiper-slide img {
      height: 300px;
      margin-bottom: 7px;
    }

    .mySwiper .swiper-slide img{
      width: 90px;
      height: 60px;
    }

    .mySwiper{
      width: 75%;
    }

  }  
  
  @media screen and (max-width: 600px) {
    .swiper-slide img {
      height: 270px;
      margin-bottom: 7px;
    }

    .mySwiper .swiper-slide img{
      width: 90px;
      height: 60px;
    }

    .mySwiper{
      width: 80%;
    }

  }

  @media screen and (max-width: 500px) {
    .swiper-slide img {
      height: 220px;
      margin-bottom: 7px;
    }

    .mySwiper .swiper-slide img{
      width: 80px;
      height: 60px;
    }

    .mySwiper{
      width: 85%;
    }

  }

  @media screen and (max-width: 450px) {
    .swiper-slide img {
      height: 200px;
      margin-bottom: 7px;
    }

    .mySwiper .swiper-slide img{
      width: 70px;
      height: 60px;
    }

    .mySwiper{
      width: 85%;
    }

  }

  @media screen and (max-width: 400px) {
    .swiper-slide img {
      height: 180px;
      margin-bottom: 7px;
    }

    .mySwiper .swiper-slide img{
      width: 70px;
      height: 40px;
    }

    .mySwiper{
      width: 90%;
    }

  }

  @media screen and (max-width: 390px) {
    .swiper-slide img {
      height: 180px;
      margin-bottom: 7px;
    }

    .mySwiper .swiper-slide img{
      width: 60px;
      height: 40px;
    }

    .mySwiper{
      width: 90%;
    }

  }

  @media screen and (max-width: 380px) {
    .swiper-slide img {
      height: 170px;
      margin-bottom: 7px;
    }

    .mySwiper .swiper-slide img{
      width: 60px;
      height: 40px;
    }

    .mySwiper{
      width: 90%;
    }

  }

  @media screen and (max-width: 370px) {
    .swiper-slide img {
      height: 160px;
      margin-bottom: 7px;
    }

    .mySwiper .swiper-slide img{
      width: 60px;
      height: 40px;
    }

    .mySwiper{
      width: 90%;
    }

  }


/* The footer is fixed to the bottom of the page */

footer {
  position: fixed;
  bottom: 0;
}

@media (max-height:800px) {
  footer {
      position: static;
  }
  header {
      padding-top: 25px;
  }
}




.footer-distributed {
  background-color: white;
  background-image: url('images/riceheader.png');
  background-size: cover;
  box-sizing: border-box;
  width: 100%;
  
  /* text-align: left; */
  font: bold 16px sans-serif;
  padding: 50px 50px 13px 50px;
  margin-top: 1px;
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
  width: 40%;
}

.footer-distributed h3 {
  color: #222222;
  font: normal 36px 'Cookie', cursive;
  margin: 0;
}


.footer-distributed h3 span {
  /* color: #e0ac1c; */
}

/* Footer links */

.footer-distributed .footer-links {
  color: #222222;
  margin: 20px 0 12px;
  
  /* transform: translate(5%, 7%);
  
    letter-spacing:0.1em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgb(121, 6, 6);
  text-shadow: 
                        5px 5px #5f5959; */
                       
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
  width: 35%;
}

.footer-distributed .footer-center i {
  /* background-color: #33383b; */
  color: #A4020c;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #222222;
  vertical-align: middle;
  margin: 0;
  font-size: 20px;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: #222222;
  text-decoration: none;
  ;
}

/* Footer Right */

.footer-distributed .footer-right {
  width: 17%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  /* color: #92999f; */
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #222222;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  /* background-color: #33383b; */
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.footer-distributed .footer-icons a:hover {
  background-color: #3F71EA;
}

.footer-links a:hover {
  color: #3F71EA;
}

@media (max-width: 880px) {
  .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
      display: block;
      width: 100%;
      margin-bottom: 40px;
      text-align: center;
  }
  .footer-distributed .footer-center i {
      margin-left: 0;
  }
}  


@media (min-width: 1900px) {
.footer-distributed{
  position: relative;
  width: 100%;
  height: auto;
}

} 

@media (min-width: 1805px) {
  .footer-distributed{
    position: relative;
    width: 100%;
    height: auto;
  }
  
  } 


  

footer div {
  font-family: "Merriweather", serif;
  font-size: 2rem;
}



.list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0.8rem;
  list-style-type: none;
  font-size: 1rem;
}

.list, .item {
  padding: 1rem;
}

.fab {
  font-size: 4rem;
  color: #8f9296;
}

/* transition for social icon hover animation */
.fa-facebook,
.fa-codepen,
.fa-youtube,
.fa-instagram,
.fa-github,
.fa-pinterest {
  transition: 0.4s;
  cursor: pointer;
}

/* social media icons hover color */
.fa-facebook:hover,
.fa-facebook:focus {
  color: #1877f2;
  transform: scale(1.1);
}


.fa-instagram:hover,
.fa-instagram:focus {
  color: #bd22a2;
  transform: scale(1.1);
}



.footer-copyright {
  width: 100%;
  height: auto;
background-color: #222;
color: #fff;
padding: 15px;
text-align: center;
}

.footer-copyright-wrapper {
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

.footer-copyright-text {
color: #fff;
font-size: 18px;
font-weight: 400;
line-height: 18px;
margin-bottom: 0;
margin-top: 0;
}

.footer-copyright-link {
color: #fff;
text-decoration: none;
}

.csh{
background: -webkit-linear-gradient(#4f67ca, #a76cb5);
  font-size: 20px;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: bold;
text-shadow: 0 0 0 transparent, 
0 0 10px transparent, 
0 0 20px #a76cb5 , 
0 0 40px #a76cb5, 
0 0 100px #a76cb5, 
0 0 200px #4f67ca, 
0 0 300px #4f67ca, 
0 0 500px #4f67ca, 
0 0 1000px #4f67ca;

}
.copyright{
color: #656565;;
}










#progress-container {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: 5px; /* Adjust the height of the progress bar */
    background-color: #ccc; /* Progress bar background color */
    z-index: 9999; /* Make sure it's on top of other content */
}

#progress-bar {
    width: 0;
    height: 100%;
    background-color: #eaa03f; /* Progress bar color */
    transition: width 0.3s;
}


.icon {
  position: absolute;
  border-radius: 50%;
  top: -10px;
  left: 0;
  transition: left 0.3s ease;
}