/*Animations*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
}

.fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/

body,html{
    width: 100%;
    overflow-x: hidden;
}
.navbar{
    box-shadow: none;
    background-color:#809374!important;
   font-family:'Cormorant,sans-serif';
    position: relative;
    color: black;
    font-size: 20px;
     justify-content: space-between;
     text-align: center;

  
}

.nav-link {
    color: black;
   
}
.nav-link.active{
    color:#ffffff!important;
}

.nav-link:hover {
    color:#ffffff;
   
}
.nav-link.active:hover{
    color:#ffffff!important;
    transition: white;
}
.carousel-1{
    background: url('../img/8e69e7f3-a18e-4e6d-afbe-05846a76c4bc.jpg')rgba(0, 0, 0, 0.473);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
 height: 90vh;
}

.carousel-2{
    background: url('../img/12 (3).jpg')rgba(0, 0, 0, 0.534);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 90vh;
}

.carousel-3{
    background: url('../img/0f3e2839-24c3-4153-b96c-9f00b9b46375.jpg')rgba(0, 0, 0, 0.582);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 90vh;
}

.carousel-caption{
    bottom: 35%;
    padding-top: 150px;
    font-family:'Cormorant,sans-serif';
    font-size: 30px;
}

.carousel-p{
    font-family: 'Lucida Handwriting';
    font-optical-sizing: auto;
 
}

#products{
    margin-top: 90px;
   
}

.img-title{
    text-transform: uppercase;
    font-family:'Cormorant,sans-serif';
    font-size: 25px;
    color: black;
    text-align: center;
    margin-top: 20px;
}

.img-p{
    font-family:'Muli';
    font-size: 16px;
    margin-top: 20px;
}

#welcome-text{
    text-transform: uppercase;
    font-family:'Cormorant,sans-serif';
    font-size: 40px;
    color: black!important;
    
}

#aboutus{
    margin-top: 40px;

}

.text-background {
    background-color:#f6f3e4; 
    padding: 78px;
   
  }

  #aboutButton {
background-color: white;
  }

  #t-rooms{
    font-family:'Muli';
    margin-bottom: 10px;
  }

  #testimonialCarousel .carousel-item {
   
    height: 60vh;
}

.testimonials{
    background: url('../img/8e69e7f3-a18e-4e6d-afbe-05846a76c4bc.jpg')rgba(0, 0, 0, 0.589);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding: 4em 0em;
    align-items: center;
}

.testimonial-text{
   
    text-align: center;
}

.clients-review {
color: white;
font-family: 'Gabriola';
font-size: 30px;
margin-top: 10px;
}


.clients-name{
    font-family: 'alibri Light';
    color: rgba(255, 255, 255, 0.961);
    font-family:'Muli';
    font-size: 15px;
    text-transform: uppercase;
    margin-top:20px ;
}


.test-caption{
    bottom: 18%;
}

#testimonialCarousel .fa-star{
    color:#bb9230;
    margin-bottom: 25px;

}

#testimonialCarousel .fa-star-half-stroke{
    color:#bb9230;
}

#gallery{
    text-align: center;
    text-transform: uppercase;
    font-family:'Cormorant,sans-serif';
    font-size: 30px;
    color: black!important;
    margin-top: 80px;
}

#gallery-p{
    text-align: center;
    font-family:'Muli';
    font-size: 18px;
    margin-bottom: 30px;

}

#email{
   width: 260px!important;
    height: 55px;
    border: 1px solid rgba(128, 128, 128, 0.272);

}
#name{
    width: 260px!important;
    height: 55px;
    border: 1px solid rgba(128, 128, 128, 0.272);
}

form {
    display: grid;
    gap: 30px;
   }

 textarea {
   height: 150px;
   border: 1px solid rgba(128, 128, 128, 0.272);
  }

  button {
    background-color: #1c1c1c;
    color: white;
    padding: 15px 40px;
    border: none;
     text-transform: uppercase;
   }

   .contact-section .btn-dark {
    background-color: #1c1c1c;
    color: white;
   padding: 10px;
    border: none;
    width: 150px; 
    text-transform: uppercase;
    margin-left:200px;
    margin-bottom: 20px;
  }

  .input-section{
   display: flex;
    gap: 20px;
    margin-top: 20px;
   }
   .useful-links ul {
    list-style-type: none;
    padding-left: 68px;
    color: white!important;
  }
 
  #bakery-title1{
    padding-left: 65px;
    font-family:'Cormorant,sans-serif';
  }

  #bakery-title{
    font-family:'Cormorant,sans-serif';
  }

  .link-name{
  
    color: rgba(255, 255, 255, 0.751) !important;
    text-decoration: none;
  }
  #reach-out{
    font-size: 24px;
    color: white;
    font-family:'Cormorant,sans-serif';
  }

  #bakery-description{
    font-family:'Muli';
   color: rgba(255, 255, 255, 0.751);
  }

  .footer-link{
    font-family:'Muli'!important;

   color: rgba(255, 255, 255, 0.751) !important;
   text-decoration: none;
  }

  #contact-text{
 font-family:'Cormorant,sans-serif'; 
    color:black;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 40px;
  }

  @media only screen and (max-width: 870px) {
    .contact-section .btn-dark {
      margin-left:110px;
     }

     .useful-links ul {
        list-style-type: none;
        padding-left: 1px;
        padding-top: 8px;
       
      }
     
      #bakery-title1{
        padding-left: 1px;
        padding-top: 20px;
      }
  }

    .copyright{
     display: flex;
   justify-content: center;
   text-align: center ;
   align-items: center ;
   }