*
{
    box-sizing:border-box;
    scroll-behavior:smooth;
    font-family: 'Roboto', sans-serif;
}
body{
  background-color: #F6F4F4;
}
.font
{
  font-family: 'Roboto', sans-serif;
}
.blue
{
  color: #18978F;
}
.white
{
  color: #fff;
}
.yellow
{
  color: #E9DAC1;
}

/*start header*/
.nav-link
{
  color: #18978F;
  font-size: 1.3rem;
}
a
{
  text-decoration: none;
  color: #18978F;
  font-size: 1.4rem;
}
.color
{
  color: #18978F;
}
.btn
{
  background-color: #E9DAC1;
  font-size: 1.5rem;
}
.btn:hover
{
  background-color: #18978F;
  color: #fff;
  font-size: 1.5rem;
}
nav i .fa-solid .fa-bars
{
  background-color: #18978F;
  color: #fff;
}
/* end header */
/* start section 1 */
h1
{
  color: #18978F;
  
}
/* end section 1  */
/* start section 2 */

.sec2
{
  color: #fff;
} 
/* end section 2 */
/* start section 3 */
.service div:hover
{
  background-color: #18978F;
  color: white;
}
/* end secton 3 */
/* start footer */
footer
{
    background-color: #18978F;
}
footer ul
  {
      list-style: none;
      margin: 0;
      padding: 0;
      color: white;
}
footer .btn:hover
{
    color: #18978F;
    background-color: white;
}
footer a :hover
{
  color: #fff;
}
footer a
{
  color: #fff;
  font-size: 1rem;
}
footer a:hover
{
  color: #fff;
}
footer .btn
{
  background-color: #E9DAC1;
  font-size: 1rem;

  }

/* end footer */
/*coupon*/
a.lightbox img{height:auto;transition:.5s;margin-top:3rem;margin-bottom:3rem}
.lightbox-target{position:fixed;top:0;left:0;width:100%;background:rgba(0,0,0,0.7);opacity:0;-webkit-transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;overflow:hidden;z-index:2}
.lightbox-target img{margin:auto;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:0 0 8px rgba(0,0,0,0.7);box-sizing:border-box;transition:.5s ease-in-out}
a.lightbox-close{width:100%;height:100%;position:absolute;transition:.5s ease-in-out;opacity:0;top:0;left:0}
.lightbox-target:target{opacity:1;top:0;bottom:0}
.lightbox-target:target img{max-height:100%;max-width:100%}
.printable{position:relative;z-index:1}
/*marquee*/
.marquee {width:100%;margin: 0 auto;overflow: hidden;white-space: nowrap;box-sizing: border-box;animation: marquee 50s linear infinite;}
.marquee:hover {animation-play-state: paused}
 /* Make it move */
@keyframes marquee {0%   { text-indent: 27.5em }100% { text-indent: -105em }}