/* home page css start created by fahad +918808606524 */
*,body{
  /* font-family: "Skranji", sans-serif; */
  /*font-family: "Quicksand", sans-serif;*/
  font-family: 'Nunito', sans-serif;;
  /* font-optical-sizing: auto; */
  
  /* font-style: normal; */
  
}  
h1,h2,h3,h4,h5,h6{
  font-weight: 600;
}
body{
  background-color: #000;
}
.quotation {
      padding: 1rem 0 !important;
      background: #000;
  }
  .quotation h1 {
      font-family: 'Asar', !important;
      font-size: 3em;
      font-weight: 700;
      color: #fff !important;
  }
  .quotation h1 span {
      font-family: 'Asar', !important;
      font-size: 1em;
      font-weight: 700;
      color: #ffd000 !important;
      position: relative;
  }
  .blink{
    color: #ff0015;
      text-shadow: 1px 1px 1px rgb(0 0 0 / 90%);
      font-size: 40px;
      text-transform: uppercase;
      margin-bottom: 20px;
  }
  #homecarousel .carousel-indicators{
    position: absolute;
    top:135px;;
  }
  #homecarousel .rightarrow {
    position:absolute;
    right:-200px;
}
  #homecarousel .leftarrow {
    position:absolute;
    left:-200px;
}
  
  #quote{
    /* background-color:white; */
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(29px);
    border-radius: 10px;
    color:white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding:40px;
  }
.onebg{
  background-color: #ff0015;
}

.twobg{
  background-color: #FFA500;
}
.threebg{
  background-color: #FFFF00;
}
.onetext{
  color: #ff0015;
}
.twotext{
  color: #FFA500;
}
.threetext{
  color: #FFFF00;
}
.footer{
  color:white;
}
.footer-widget a img {
width: 200px;
}

@media(max-width:768px){
  #homecarousel .blink{
    font-size: 15px;
  }
  #homecarousel p{
    font-size:12px;
  }
  #homecarousel .leftarrow {
    left:-40px;
  }
  #homecarousel .rightarrow {
    right:-40px;
  }
  
}