@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');

* {
    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(https://www.creativefabrica.com/wp-content/uploads/2023/05/01/Rice-Grains-On-A-Red-Background-68544990-1.png); */
   /* 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 - 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: 65.18px;
      height: calc(100vh - 65.18px);
    }
  }

  @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: 9px; */
    margin-bottom: 300px;
    font-size: 35px;
}

header h2 {
    color: #f0525f;
}

header span {
    color: #eaa03f;
}














#about{
    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;
}

#title{
  padding-bottom: 21px;
}

.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.7em;
  }

  .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.7em;
  }

  .dash-back-container{
    height: 250px;
}

.products-dash img{
  position: absolute;
  width: 161%;
}
}

@media screen and (max-width: 400px){
  .products-dash{
    height: 300px;
    font-size: 1.5em;
  }
  
  .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.3em;
  }

  .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.3em;
  }

  .dash-back-container{
    height: 250px;
}

.products-dash img{
  position: absolute;
  width: 191%;
}
}

.about-container{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #9a030e;
    /* background-image: linear-gradient(to bottom, #9a030e, #333333); */
}

.history{
    position: relative;
    width: 80%;
    margin-left: 10%;
    padding-top: 21px;
    text-align: center;
    color: #ffffff;
    font-size: 0.7em;
}

.history h1{
    background-image: url(images/fiel.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(5px 5px 0px #2222229d);
}

.about-images{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 45px;
    display: flex;
    justify-content: space-around;
}

.about-images div{
    position: relative;
    width: 45%;
    padding: 7px;
    border: 3px dotted #ffffff;
    border-radius: 11px;
}

.about-images div img{
    position: relative;
    width: 100%;
    box-shadow: 5px 5px 21px #000000;
}



@media screen and (max-width: 600px){

  .about-images {
    flex-direction: column;

  }
  .about-images div{
    width: 70%;
    margin-left: 15%;
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 991px){
  .history h1{
    font-size:40px;
  }
  .history h5{
    font-size: 20px;

  }
}



@media screen and (max-width: 500px){
  .history h1{
    font-size:35px;
  }
  .history{
    font-size: 0.9em;

  }
}

@media screen and (max-width: 400px){
  .about-images div{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 21px;
  }

  .history{
    font-size: 0.75em;
  }
}

@media screen and (max-width: 375px) {
  .history{
    font-size: 0.8em;
  }
}





.vision{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 55px;
    margin-top: 55px;
    display: grid;
  align-content: center;
  /* gap: 1rem; */
  padding: 2rem;
  text-align: center;
  /* background-image: url(images/dash-overlay.png);
  object-fit: cover; */
}

.field{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.vision i{
    font-size: 1.5em;
    color: #ffffff;
    text-shadow: 5px 5px 0px #111111;
}

.vision h3{
    color: #ffffff;
    margin-bottom: 21px;
    text-shadow: 5px 5px 0px #111111;
}


.vision-cards {
    --col-gap: 2rem;
    --barH: 1rem;
    --roleH: 2rem;
    --flapH: 2rem;
  
    /* width: min(50rem, 90%); */
    margin-inline: auto;
  
    display: flex;
    flex-wrap: wrap;
  
    gap: var(--col-gap);
    padding-inline: calc(var(--col-gap) / 2);
  
    justify-content: center;
    align-items: flex-start;
    list-style: none;

    margin-bottom: 57px;
  }
  .vision-cards li {
    box-shadow: 7px 7px 5px #000000;
    width: 7em;
    display: grid;
    grid-template:
      "role"
      "icon"
      "title"
      "descr";
    align-items: flex-start;
    gap: 1rem;
    padding-block-end: calc(var(--flapH) + 1rem);
    text-align: center;
    background: var(--accent-color);
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.6) var(--roleH),
      rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem),
      rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem)
    );
    clip-path: polygon(
      calc(var(--col-gap) / -2 - 5px) 0,
      calc(100% + var(--col-gap) / 2 + 5px) 0,
      calc(100% + var(--col-gap) / 2 + 5px ) calc(100% - var(--flapH)),
      50% 100%,
      calc(var(--col-gap) / -2 - 5px) calc(100% - var(--flapH))
    );
  }
  
  /* bar */
  .vision-cards li::before {
    content: "";
    grid-area: role;
    height: var(--barH);
    width: calc(100% + var(--col-gap));
    margin-left: calc(var(--col-gap) / -2);
    margin-top: calc(var(--roleH) / 2 - var(--barH) / 2);
    background: grey;
    z-index: -1;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.2) 30%,
      rgba(255, 255, 255, 0.1) 40%,
      rgba(0, 0, 0, 0.1) 60%,
      rgba(0, 0, 0, 0.2) 70%,
      rgba(0, 0, 0, 0.4)
    );
  }
  
  /* role */
  .vision-cards li::after {
    content: "";
    grid-area: role;
    background: var(--accent-color);
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.2) 30%,
      rgba(255, 255, 255, 0.1) 40%,
      rgba(0, 0, 0, 0.1) 60%,
      rgba(0, 0, 0, 0.2) 70%,
      rgba(0, 0, 0, 0.4)
    );
    height: var(--roleH);
  }
  
  .vision-cards li .icon,
  .vision-cards li .title,
  .vision-cards li .descr {
    padding-inline: 1rem;
    color: white;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  }
  
  .vision-cards li .icon {
    font-size: 2rem;
  }
  .vision-cards li .title {
    font-size: 1.25rem;
    font-weight: 700;
  }
  
  .vision-cards li .descr {
    font-size: 1.1rem;
  }
  
  .credits {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
  }
  .credits a {
    color: var(--color);
  }

  @media screen and (max-width: 900px){
    .vision-cards li .icon {
      font-size: 3rem;
    }
    .vision-cards li .title {
      font-size: 1.75rem;
      font-weight: 700;
    }
    
    .vision-cards li .descr {
      font-size: 1.5rem;
    }
    .vision-cards li{
      width: 9em;
    }
  }

  @media screen and (max-width: 700px){
    .vision-cards li .icon {
      font-size: 3rem;
    }
    .vision-cards li .title {
      font-size: 2.0rem;
      font-weight: 700;
    }
    
    .vision-cards li .descr {
      font-size: 1.9rem;
    }
    .vision-cards li{
      width: 10em;
    }
  }

  @media screen and (max-width: 500px){
    .field{
      width: 150%;
      right: 0;
    }
  }

  @media screen and (min-width: 1500px){
    .vision-cards li .icon {
      font-size: 3rem;
    }
    .vision-cards li .title {
      font-size: 1.80rem;
      font-weight: 700;
    }
    
    .vision-cards li .descr {
      font-size: 1.6rem;
    }
    .vision-cards li{
      width: 7em;
    }
  }

  @media screen and (min-width: 1900px){
    .history h1{
      font-size:60px;
    }
    .history h5{
      font-size: 30px;
  
    }
    .vision-cards li{
      width: 10em;
    }
  }

  @media screen and (min-width: 2500px){
    .vision-cards li .icon {
      font-size: 4rem;
    }
    .vision-cards li .title {
      font-size: 2.1rem;
      font-weight: 700;
    }
    
    .vision-cards li .descr {
      font-size: 2.2rem;
    }
    .vision-cards li{
      width: 12em;
    }
  }




.mission{
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 55px;
    color: #ffffff;
}

.mission-text{
    position: relative;
    width: 77%;
    padding: 17px 7px;
    margin-left: 11.5%;
    background-color: #222222;
    border-radius: 21px;
    box-shadow: 9px 9px 0px #111111;
}

.mission-text h3{
    margin-bottom: 11px;
    text-shadow: 5px 5px 0px #111111;
}

.mission-text i{
    font-size: 1.7em;
    text-shadow: 7px 7px 0px #111111;
}

.mission-text div{
    position: relative;
    font-size: 0.7em;
}





















/* 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: 1848px) {
  .footer-distributed{
    position: relative;
    width: 100%;
    height: auto;
  }
  
  } 






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;;
  }