@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');

/* body{
    font-family: 'Nunito', sans-serif;
    padding: 0;
    margin: 0;
} */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  html{
    scroll-behavior: smooth;
  }

  body {
    min-height: 100vh;
    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;
  }





  #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: 2.2rem 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 - 90.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;
  }
  }





  header {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 300px;
    font-size: 35px;
}

header h2 {
    color: #f0525f;
}

header span {
    color: #eaa03f;
}

#title{
  padding-bottom: 21px;
}

#products{
    position: relative;
    width: 100%;
    height: auto;
}

.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%;
}
}

.cards-container{
    position: relative;
    width: 100%;
    height: auto;
    background: #9a030e;
    display: flex;
    justify-content: center;
    padding-top: 181px;
    padding-bottom: 21px;
}

.cards{
    position: relative;
    width: 77%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.card{
    position: relative;
    width: 300px;
    height: 340px;
    /* background-color: #222222; */
    background-image: linear-gradient(45deg, #868585, #8f8e8e, #c9c6c6, #dddada, #e6e3e3);
    /* background-image: linear-gradient(45deg, #9a030e, #ca242f, #db4650, #cc2732, #9a030e); */
    box-shadow: 11px 11px 7px #222222;
    border: 4px solid rgb(206, 151, 14);
    margin-bottom: 117px;
}

.card1{
    height: 290px;
}

.card-pic{
    position: absolute;
    width: 290px;
    transform: translateY(-200px);
    /* transform: translateY(100px) translateX(100px); */
    filter: drop-shadow(0 3px 7px #22222250);
}

.card-content{
    position: absolute;
    width: 100%;
    bottom: 37px;
    font-family: 'Sriracha', cursive;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}

.card-content h2{
    color: rgb(1, 100, 1);
    text-shadow: 7px 5px #2223243f;
}

.weight-tag{
    position: absolute;
    bottom: -28px;
    width: 127px;
    transform: translateX(88px);
}

@media screen and (min-width: 1550px) {
  .card{
    position: relative;
    width: 330px;
    height: 380px;
}

.card1{
  height: 300px;
}

.card-pic{
  position: absolute;
  width: 300px;
  transform: translateY(-200px);
}

.card-content{
  position: absolute;
  width: 100%;
  bottom: 55px;
  font-size: 1.1em;
}

.card-content h2{
  font-size: 1.3em;
}

.weight-tag{
  position: absolute;
  bottom: -28px;
  width: 134px;
  transform: translateX(98px);
}
}

@media screen and (min-width: 1750px) {
  .card{
    position: relative;
    width: 360px;
    height: 430px;
}

.card1{
  height: 350px;
}

.card-pic{
  position: absolute;
  width: 330px;
  transform: translateY(-200px);
}

.card-content{
  position: absolute;
  width: 100%;
  bottom: 55px;
  font-size: 1.2em;
}

.card-content h2{
  font-size: 1.4em;
}

.weight-tag{
  position: absolute;
  bottom: -28px;
  width: 134px;
  transform: translateX(117px);
}
}

@media screen and (min-width: 1870px) {
  .card{
    position: relative;
    width: 380px;
    height: 470px;
}

.card1{
  height: 370px;
}

.card-pic{
  position: absolute;
  width: 350px;
  transform: translateY(-200px);
}

.card-content{
  position: absolute;
  width: 100%;
  bottom: 55px;
  font-size: 1.3em;
}

.card-content h2{
  font-size: 1.5em;
}

.weight-tag{
  position: absolute;
  bottom: -28px;
  width: 144px;
  transform: translateX(121px);
}
}

@media screen and (min-width: 1970px) {
  .card{
    position: relative;
    width: 400px;
    height: 500px;
}

.card1{
  height: 390px;
}

.card-pic{
  position: absolute;
  width: 360px;
  transform: translateY(-200px);
}

.card-content{
  position: absolute;
  width: 100%;
  bottom: 55px;
  font-size: 1.4em;
}

.card-content h2{
  font-size: 1.6em;
}

.weight-tag{
  position: absolute;
  bottom: -28px;
  width: 144px;
  transform: translateX(131px);
}
}

@media screen and (min-width: 2070px) {
  .card{
    position: relative;
    width: 470px;
    height: 600px;
}

.card1{
  height: 480px;
}

.card-pic{
  position: absolute;
  width: 420px;
  transform: translateY(-230px);
}

.card-content{
  position: absolute;
  width: 100%;
  bottom: 55px;
  font-size: 1.6em;
}

.card-content h2{
  font-size: 1.8em;
}

.weight-tag{
  position: absolute;
  bottom: -28px;
  width: 164px;
  transform: translateX(161px);
}
}

@media screen and (min-width: 2500px) {
  .card{
    position: relative;
    width: 520px;
    height: 630px;
}

.card1{
  height: 521px;
}

.card-pic{
  position: absolute;
  width: 450px;
  transform: translateY(-230px);
}

.card-content{
  position: absolute;
  width: 100%;
  bottom: 75px;
  font-size: 1.7em;
}

.card-content h2{
  font-size: 1.9em;
}

.weight-tag{
  position: absolute;
  bottom: -37px;
  width: 184px;
  transform: translateX(171px);
}
}

@media screen and (max-width: 1200px) {

  .cards{
    position: relative;
    width: 90%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
}

@media screen and (max-width: 1000px) {
  .cards{
    position: relative;
    width: 90%;
}

.card{
    position: relative;
    width: 280px;
    height: 320px;
    margin-bottom: 117px;
}

.card1{
    height: 250px;
}

.card-pic{
    position: absolute;
    width: 260px;
    transform: translateY(-200px);
}

.card-content{
    position: absolute;
    width: 100%;
    bottom: 47px;
    font-size: 1.7em;
}

.card-content h2{
    font-size: 1.3em;
}

.weight-tag{
    position: absolute;
    bottom: -28px;
    width: 117px;
    transform: translateX(88px);
}
}

@media screen and (max-width: 900px) {
  .cards{
    position: relative;
    width: 97%;
}

.card{
    position: relative;
    width: 280px;
    height: 320px;
    margin-bottom: 177px;
}

.card1{
    height: 250px;
}

.card-pic{
    position: absolute;
    width: 260px;
    transform: translateY(-200px);
}

.card-content{
    position: absolute;
    width: 100%;
    bottom: 47px;
    font-size: 1.7em;
}

.card-content h2{
    font-size: 1.3em;
}

.weight-tag{
    position: absolute;
    bottom: -28px;
    width: 117px;
    transform: translateX(88px);
}
}

@media screen and (max-width: 700px) {
  .cards{
    position: relative;
    width: 97%;
}

.card{
    position: relative;
    width: 280px;
    height: 340px;
    margin-bottom: 157px;
}

.card1{
    height: 280px;
}

.card-pic{
    position: absolute;
    width: 250px;
    transform: translateY(-150px);
}

.card-content{
    position: absolute;
    width: 100%;
    bottom: 37px;
    font-size: 1.9em;
}

.card-content h2{
    font-size: 1.5em;
}

.weight-tag{
    position: absolute;
    bottom: -25px;
    width: 107px;
    transform: translateX(88px);
}
}

@media screen and (max-width: 550px) {
  .cards{
    position: relative;
    width: 97%;
}

.card{
    position: relative;
    width: 310px;
    height: 380px;
    margin-bottom: 157px;
}

.card1{
    height: 340px;
}

.card-pic{
    position: absolute;
    width: 250px;
    transform: translateY(-150px);
    margin-left: 21px;
}

.card-content{
    position: absolute;
    width: 100%;
    bottom: 37px;
    font-size: 1.8em;
}

.card-content h2{
    font-size: 1.5em;
}

.weight-tag{
    position: absolute;
    bottom: -25px;
    width: 117px;
    transform: translateX(98px);
}
}

@media screen and (max-width: 400px) {
  .cards{
    position: relative;
    width: 97%;
}

.card{
    position: relative;
    width: 310px;
    height: 370px;
    margin-bottom: 157px;
}

.card1{
    height: 310px;
}

.card-pic{
    position: absolute;
    width: 250px;
    transform: translateY(-150px);
    margin-left: 21px;
}

.card-content{
    position: absolute;
    width: 100%;
    bottom: 37px;
    font-size: 1.7em;
}

.card-content h2{
    font-size: 1.5em;
}

.weight-tag{
    position: absolute;
    bottom: -25px;
    width: 107px;
    transform: translateX(108px);
}
}
























/* 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;
    }
}      







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;
}

@media (max-width: 421px) {
  .footer-distributed{
    position: relative;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 900px) {
  .footer-distributed{
    position: relative;
    width: 100%;
    height: auto;
  }
}

.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;;
  }



