@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');

@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@600&family=Roboto:wght@300;400;500;700;900&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 - 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: 9px; */
  margin-bottom: 300px;
  font-size: 35px;
}

header h2 {
  color: #f0525f;
}

header span {
  color: #eaa03f;
}




  
  
  




#contact{
    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;
  }

#title{
    font-family: 'Sriracha', cursive;
    font-size: 1.7em;
    font-style: bold;
}

.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: auto;
    background-color: #9a030e;
}





.first{
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #9a030e;
    font-family: 'roboto', sans-serif;
}

.first::before{
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #9a030e;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in 2s 1.5s forwards 1;
}























.overlay {
    background-image: linear-gradient(to right, rgba(121, 122, 131, 0.9),
    #9a030daf);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    padding: 40px 0;
}
.section-bg {
 
    background-size: cover;
    position: relative;
    background-position: left;
    z-index: 0;
    padding: 0;
    min-height: auto;
    overflow: hidden;

    
}
 /* .contact-form {
    position: relative;
    padding: 45px 0 45px 60px;
    box-shadow: 0 27px 55px 0 rgba(0, 0, 0, .7), 0 17px 25px 0 rgba(0, 0, 0, .5);
}

.contact-form:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 10px 40px 40px rgba(0,0,0,.2);
    pointer-events: none;
    right: auto;
    width: 100vw;
} */
/*.particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.form-group input {
    border: 0;
    background: transparent;


    display: block;
    width: 100%;
    min-height: 50px;
    padding: 11px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;

    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 2px solid transparent;
    border-bottom-color:   rgba(0,0,0,.1);
}

#email::placeholder{
    color: #000000;
}

.form-group textarea {
    border: 0;
    background: transparent;
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 11px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;

    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 2px solid transparent;
    border-bottom-color: rgba(0,0,0,.1);
}
.form-group input::placeholder {
  color:#222;
}
.form-group textarea::placeholder {
  color:#222;

}
.form-group input {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    height: 55px;
}
.form-group input:hover, .form-group input:focus{
    outline: none;
    box-shadow: none;
    background: transparent;
    border: 2px solid transparent;
    border-bottom-color: rgb(254, 132, 111);

}
.form-group textarea:hover, .form-group textarea:focus{
  background: transparent; 
    outline: none;
  box-shadow: none;
     border: 2px solid transparent;
    border-bottom-color: rgb(254, 132, 111);

}


.taso-btn {
    background-color: #fff;
    margin: 25px 0;
    color: #214dcb;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.32);
    box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.17);
}
.contact-info {
    padding: 0 30px 0px 0;
}

h2.contact-title {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.contact-info p {
    color: #ececec;
}

ul.contact-info {
    margin-top: 30px;
}

ul.contact-info li {
    margin-bottom: 22px;
}



ul.contact-info span {
    font-size: 20px;
    line-height: 26px;
}
ul.contact-info li {
    display: flex;
    width: 100%;
}

.info-left {
    width: 10%;
}

.info-left i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #ffffff;
}

.info-right h4 {
    color: #fff;
    font-size: 18px;
}
.contact-page .info-left i{
color: #FE846F;
}
.btn {
display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Poppins', sans-serif;
    padding: 10px 30px 10px;
    font-size: 17px;
    line-height: 28px;
    border: 0px;
    border-radius: 10px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn-big {
    color: #ffffff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(45, 45, 45, 0.47843137254901963);
    box-shadow: 2px 5px 10px 0px rgba(45, 45, 45, 0.19);
    color: #fff !important;
    margin-right: 20px;
    background: #b4230a;
    transition: .2s;
    border: 2px solid #FE846F;
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
.contact-form {
    padding: 30px;
}
.contact-form:before {
    width: 100%;
}

} */





/* 
.containercontact {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 45px 0 45px 60px;
  box-shadow: 0 27px 55px 0 rgba(0, 0, 0, .7), 0 17px 25px 0 rgba(0, 0, 0, .5);
  background-color: #fff;
  border-radius: 5px;

  
}

.contacttext {
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

button {
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

button:hover {
  background-color: #555;
} */






















.contactcontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding: 20px;
}

.contactcontainer p{
  font-size: 1.2em;
}

.text {
  flex: 1;
  max-width: 50%;
  padding: 20px;

}

.form {
  flex: 1;
  max-width: 50%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ctext {
  font-size: 2.1em;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

button {
  background-color: rgb(107, 25, 25);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

button:hover {
  background-color: #555;
}


.contact-info {
  padding: 0 30px 0px 0;
}


ul.contact-info li {
  display: flex;
  width: 100%;
}

.info-left {
  width: 10%;
  justify-content: space-around;
}

.info-left i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #ffffff;
}

.info-right h4 {
  color: #fff;
  font-size: 18px;
}

@media screen and (min-width:1800px){
  .form{
    height: 700px;
   
  }
  .contactcontainer p{
    font-size: 1.6em;
  }

  input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 50px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.form-group button{
 font-size: 1.2em;
  width: 170px;
}
.info-right h4 {
  color: #fff;
  font-size: 24px;
}
.form-group label{
  font-size: 1.3em;
}
}


@media screen and (min-width:2300px){
  .form{
    height: 700px;
   
  }
  .contactcontainer p{
    font-size: 1.9em;
  }
  .ctext{
    font-size: 2.9em;
  }

  input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 50px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.form-group button{
 font-size: 1.4em;
  width: 200px;
}
.info-right h4 {
  color: #fff;
  font-size: 30px;
}
.form-group label{
  font-size: 1.5em;
}
}




@media screen and (max-width:1000px){
  .form{
    height: 450px;
   
  }
  .contactcontainer p{
    font-size: 1.2em;
  }
  .ctext{
    font-size: 1.5em;
  }

  input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 17px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.form-group button{
 font-size: 0.9em;
  width: 180px;
}
.info-right h4 {
  color: #fff;
  font-size: 17px;
}
.form-group label{
  font-size: 1.0em;
}
}



@media screen and (max-width:900px){
  .form{
    height: 400px;
   
  }
  .contactcontainer p{
    font-size: 1.5em;
  }
  .ctext{
    font-size: 1.9em;
  }

  input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 17px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.form-group button{
 font-size: 1.2em;
  width: 180px;
}
.info-right h4 {
  color: #fff;
  font-size: 17px;
}
.form-group label{
  font-size: 1.3em;
}
}


@media screen and (max-width:800px){

  .contactcontainer{
    flex-direction: column;
    height: 110vh;
  }
  .form{
    height: 400px;
    width: 800px;
   
  }
  .contactcontainer p{
    font-size: 1.8em;
   
  }
  .ctext{
    font-size: 5.0em;
  }

  input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 17px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.form-group button{
 font-size: 1.2em;
  width: 180px;
}
.info-right h4 {
  color: #fff;
  font-size: 17px;
}
.form-group label{
  font-size: 1.3em;
}
}

@media screen and (max-width: 800px){
  .form{
    max-width: 90%;
  }
  .text{
    max-width: 80%;
  }

  .contactcontainer p{
    font-size: 2.1em;
    max-width: 90%;
  }
  .info-left {
    width: 20%;
    justify-content: space-around;
  }
  .form-group label{
    font-size: 1.5em;
  }

  .form-group button{
    font-size: 1.4em;
   
   }
}

@media screen and (max-width: 590px){
.contactcontainer{
  height: 150vh;
}
  .ctext{
    font-size: 3.1em;
  }
  .contactcontainer p{
    font-size: 2.2em;
    
  }
  .text{
    max-width: 90%;
  }
  .info-left {
    width: 20%;
    justify-content: space-around;
  }
  .info-left i {
   font-size: 2.2em;
  }
  .form-group label{
    font-size: 1.5em;
  }

  .form-group button{
    font-size: 1.4em;
   
   
   }
   .info-right h4 {
    color: #fff;
    font-size: 17px;
  }
  input[type="text"],
  input[type="email"] {
    width: 100%;
    padding: 11px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
}

@media screen and (max-width: 570px){
  .form{
    max-width: 90%;
  }
  .contactcontainer{
    height: 130vh;
    
  }
    .ctext{
      font-size: 2.6em;
    }
    .contactcontainer p{
      font-size: 1.4em;
      max-width: 90%;
    }
    .info-right h4 {
      color: #fff;
      font-size: 14px;
     
    }
    .text{
      max-width: 90%;
    }

  }



























.product{
    position: relative;
    width: 1000px;
    min-width: 350px;
    min-height: 500px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-img{
    width: 40%;
    height: 500px;
    background: #7a7878;
    position: relative;
    opacity: 0;
    /* transform: translateY(-50px); */
    animation: fade-in 1s forwards 1;
}

.product-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    user-select: none;
}

.tag{
    position: absolute;
    top: 20px;
    left: -10px;
    transform-origin: left;
    opacity: 0;
    transform: rotate(-35deg);
    text-transform: capitalize;
    color: #eae3d2;
    padding: 5px 10px;
    width: 100px;
    font-size: 18px;
    text-align: center;
    background: #292929;
    user-select: none;
    animation: tag .5s 1s forwards 1;
}

@keyframes tag{
    100%{
        opacity: 1;
        /* transform: rotate(-20deg); */
    }
}

.product-listing{
    width: 60%;
    min-height: 500px;
    height: auto;
    background: #5e5d5d;
    padding: 40px;
    display: flex;
    justify-content: center;
    color: #eae3d2;
    opacity: 0;
    /* transform: translateY(50px); */
    animation: fade-in 1s forwards 1;
}

@keyframes fade-in{
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}


.name{
    font-family: 'dosis';
    font-size: 70px;
    text-transform: capitalize;
}

.info{
    font-size: 18px;
    line-height: 30px;
    margin: 50px 0;
}

.price{
    font-size: 70px;
    font-weight: 100;
    margin-bottom: 20px;
}

.btn-and-rating-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.rating{
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating img{
    width: 20px;
    height: 20px;
    margin: 0 2px;
}



@media (max-width: 1100px){
    body::before{
        transform: translateX(-50%) skewX(-5deg);
    }
    .product{
        flex-direction: column;
        width: 90%;
        margin: 5vh 0;
    }
    .product-img{
        width: 100%;
        height: 300px;
    }
    .product-listing{
        width: 100%;
        min-height: auto;
    }
    iframe{
        width: 100%;
        min-height: auto;
    }
    .name,.price{
        font-size: 50px;
    }
    .info{
        font: 16px;
    }
}


















/* 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: 8px;
  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;;
  }


  @media (min-width: 1900px) {
    .footer-distributed{
      position: relative;
      width: 100%;
      height: auto;
    }
    
    } 