

@import url('https://fonts.googleapis.com/css2?family=Alice&family=Tangerine&display=swap');

body{
    font-family: 'Alice', serif;
    justify-content: center;

}

.img-background{
    background-image: url('images/logo(2)_Fotor.png');
    background-position: right center;
    background-blend-mode:lighten;
    
    background-repeat: no-repeat;
    background-size:contain;
    /* position: absolute;
    justify-content: center; */
  

    /* background-image: linear-gradient(to right,white,rgb(184, 93, 93)); */
}
.logo{
    height: 70px;
}

 .nav-text{
    color: white;
    font-weight: 100;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Alice', serif; 
  
}
.nav-text:hover{
    color: #FFFF80;
} 

.footer-text,.footer-heading:hover{
    color: white;
}
.head-image{
    background-image: url('background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


.carousal{
    height: 700px;
}

.footer_image{
    background-image: url('background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-text{
    color: #FFFF80;
    font-weight: 100;
    font-size: 15px;
    font-family: 'Alice', serif;
}

.foot-text{
    color: #FFFF80;
}

.card-heading{
    color: rgb(223, 32, 32);
    font-size: x-large;
    font-weight: bolder;
}

p{
    font-weight: 500;
    font-size: larger;
}

.footer-heading{
font-size: 20px;
color: #FFFF80;
}


.book_table_img{
    width:100%; 
    height:100%;
    border-radius: 20px 50px;
    filter: drop-shadow(0 0 0.75rem crimson);
}


/* text animation */

/* @keyframes colorAnimation {
    0% {
      color: WHITE;
    }
    50% {
      color:  #FFFF4D;
    }
    100% {
      color: #ffd700;
    }
  }

  .animated-text {
    font-size: 24px;
    animation: colorAnimation 5s infinite;
  } */