*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat';
    text-decoration: none;
    list-style: none;
    /* overflow-x: hidden; */
}
    
body
{
    background-color: #FEDABB;
    background-image: url(bg-1.png);
}

:root
{
    --brown-color:#551014 ;
    --pink-color: #ED174D;
    --cream-color:#FEDABB;
}



.tag-line
{
    background: linear-gradient(to right,#551014 20%, #ED174D 30%, #cc0638 70%, #771016 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s  ease-in-out infinite alternate;
    text-align: center;
    font-family: 'Lemon';
    font-size: 56px;
    padding: 5% 0 2% 0;

}

@keyframes textShine 
{
    0% 
    {
        background-position: 0% 50%;
    }
    100% 
    {
        background-position: 100% 50%;
    }
}
@media(max-width: 994px)
{
  
    .tag-line
  {
    background: linear-gradient(to right,#551014 20%, #ED174D 30%, #cc0638 70%, #771016 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s  ease-in-out infinite alternate;
    text-align: center;
    font-family: 'Lemon';
    font-size: 30px;
    padding: 5% 0 2% 0;
  } 

}
.tag-button
{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 0;
}
.tag-button button
{
 background-color: #FEDABB;
 border:1px solid #FEDABB;
 text-decoration: none !important;
color: #551014;
padding: 10px 30px;
border-radius: 30px;
font-size: 20px;
font-weight: 550;

}
.tag-button button:hover
{
 background-color: #551014;
 border:1px solid #FEDABB;
 text-decoration: none !important;
 color:#FEDABB;


}

.tag-button a
{
 background-color: #FEDABB;
 border:1px solid #FEDABB;
 text-decoration: none !important;
color: #551014;
padding: 10px 30px;
border-radius: 30px;
font-size: 20px;
font-weight: 550;

}
.tag-button a:hover
{
 background-color: #551014;
 border:1px solid #FEDABB;
 text-decoration: none !important;
 color:#FEDABB;


}



.form-control
{
  background-color: #FEDABB; 
  color: #551014; 
  margin: 20px 0;
}
.form-control:focus
{
  background-color: #FEDABB; 
  color: #551014;
  border: 2px solid #551014;
  box-shadow:3px 3px 3px 3px rgba(254, 218, 187,0.5);
}
div.row
{
  --bs-gutter-x: 0;
}
.hero-sec
{
  background-image: url(hero-sec.PNG);
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
}
.hero-line
{

  background: linear-gradient(to right,white 20%, #FEDABB 30%, rgb(255, 219, 219) 70%, #FEDABB 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 5s  ease-in-out infinite alternate;
  text-align: center;
  font-family: 'Lemon';
  font-size: 56px;
  padding: 10% 0;
  text-align: center;
  margin: 0;

}
.about-line
{
  font-size: 24px;
}
@media(max-width: 768px)
{
  .about-line
{
  font-size: 18px;
}
}