:root {
  --crl-firstcolor :#FFFDF6;
  --crl-secondcolor :#FAECE1;
  --crl-thirdcolor :#3F8D8F;
  --crl-fourthcolor :#E8804F;
  --crl-fifthcolor :#0E0E0A;
  --crl-font-primary : "Montserrat";
  --crl-font-seconday : "Poppins";
}

html{
  scroll-behavior:smooth;
}

* {
  margin: 0;
  box-sizing: 0;
  padding: 0;
}

header {
  background:var(--crl-fourthcolor);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  padding: 1.5rem  2rem;
  position: sticky;
  top: 0;
  z-index: 999;
  
}

header:hover{
  background: var(--crl-thirdcolor);
}

.img-header{
  height: 50px;
  color: var(--crl-fourthcolor);
}

.nav-link{
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 2rem;
  
}

.nav-lists{
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
  gap: 1em;
  font-size: 0.9rem;
  font-weight: 400;
  font-family: var(--crl-font-seconday);
  
}

a{
  text-decoration: none;
  color: var(--crl-fifthcolor);
  opacity: 0.7;
}

.btn{
  height: 50px;
  width:150px;
  outline: none;
  border-style: none;
  background:var(--crl-firstcolor);
  border: 1px solid var(--crl-thirdcolor);
  border-radius: 25px;
  font-family: var(--crl-font-seconday);
  font-weight: 500;
  cursor: pointer;
}

@media screen and (max-width:950px){

  .toggle-mobile .bar{
    height: 3px;
    width: 20px;
    display: block;
    margin-top: 3px;
    background-color: #0E0E0A;
    cursor: pointer;
  }
  .nav-link{
    display:none;
    align-items: end; /*To change the the arrangement of the links */
    text-align: center;
    flex-direction: column;             
    height: 100svh;
  }

  .nav-lists{
    flex-direction: column;
    
  }
}


/* Creating the Hero Section */


.section__image{
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  opacity: 0.9;
  overflow: hidden;
}

.hero-section__content{
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  padding-left: 2rem;
  
}

h1{
  font-family: var(--crl-font-seconday);
  font-size:2.5rem;
  margin-bottom: 2rem;
  color: var(--crl-fifthcolor);
}

.hero__content{
  font-family: var(--crl-font-seconday);
  margin-bottom: 2rem;
  
}

.bttn{
  padding: 14px 20px;
  border-style: none;
  border-radius: 16px;
  background: var(--crl-fourthcolor);
  font-family: var(--crl-font-seconday);
  font-weight: 500;
  cursor: pointer;
}

.bttn:hover{
  color: var(--crl-firstcolor);
  transition: 0.3s ease-in-out;
}

.olu{
  color: var(--crl-fourthcolor);
  font-weight: 700;
}

@media screen and (max-width:860px) {
  .hero-section__content{
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 1;
    padding-left: 2rem;
  }

  h1{
    font-size: 0.88em;
    margin-bottom: 10px;
  }

  .hero__content{
    font-size: 0.3em;
    margin-bottom: 10px;
  }

  .bttn{
    font-size: 0.3em;

  }
}

@media screen and (max-width:480px) {
  .hero-section__content{
    position: absolute;
    top: 13%;
    left: 0;
    z-index: 1;
    padding-left: 2rem;
    padding-top: 1rem;
  }
}

/* Creating the middle-section */

.middle{
  background: var(--crl-secondcolor);
  margin-top: -5px;
  padding: 2rem;
  
}
h2{
  text-align: center;
  padding: 2rem 0 3rem;
  font-family: var(--crl-font-seconday);
}
.mid-container{
  display: flex;
  align-items: center;
  justify-content: center;

}

.mid-container-img {
  display: flex;
  padding: 0 3em;
  
}

.image-container{
  margin-right: 16px;
  height:450px ;
  
}

.image-container.active{
  margin-top: 5em;
}

.mid__content{
  font-family: var(--crl-font-seconday);
  text-align: left;
  
}

.mid__content .mid-header{
  margin-bottom: 2.5rem;
}


.mid__content .mid__content-tag{
  width: 500px;
  line-height: 30px;
  font-size: 1rem;
  
}

.mid__content .mid__tag{
  padding-top: 1.6rem;
  padding-bottom: 1rem;
  font-weight: 600;
}

.mid__content .mid__name{
  padding-bottom: 1.6rem;
}

@media screen and (max-width:1240px) {
  .middle{
    display: none;
    height: 100vh;
  }
}


/* Center-Middle Section */

.center__middle{
  background: var(--crl-firstcolor);
  margin-top: -1rem;
  padding-bottom: 1.2rem;
  
}

.center__middle .center-header{
  margin-top: 0.7rem;
}
.center-container{
  display: grid;
  grid-template-columns:1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40vh;
  padding: 0 2rem;
  gap: 16px;
}

.center_image{
  margin-bottom: 1rem;
}

.mid-header{
  margin-bottom: 0.79rem;
  font-family: var(--crl-font-seconday);
  font-weight: 700;
}

 
.center-container .center-content{
  width: 250px;
  text-align: center;
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: 24px;
  font-family: var(--crl-font-seconday);
  
}

@media screen and (max-width:960px) {
  .center__middle .center-header{
    font-size: 1rem;
  }

  .center__middle{
    display: block;
    height: 140vh;
  }

  .center-container{
    display: grid;
    grid-template-columns:auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 2rem;
    gap: 16px;
  }

  .center_image{
    height: 100px;
  }
}

@media screen and (max-width:620px){
  .center_image{
    height: 50px;
  }

  .center__middle .center-header{
    font-size: 0.85rem;
  }

  .mid-header{
    margin-bottom: 0.69rem;
    font-family: var(--crl-font-seconday);
    
  }

  /* .center__middle{
    display: block;
    height: 140vh;
  } */
}


/* The comment section of the bakery website */

.comment__section{
  margin-top: -0.5rem;
  background: var(--crl-thirdcolor);
}

.comment__container{
  flex-direction: column;
  padding: 2rem;
  font-family: var(--crl-font-seconday);
  text-align: center;
}

.comment__container .comment-header{
  color: var(--crl-firstcolor);
  font-size: 1.5rem;
  font-weight: 600;
  padding: 2rem 0;
}

.content{
  background: var(--crl-firstcolor);
  margin: 0 auto;
  height: 300px;
  width: 50%;
  border-radius: 5px;
}

.comment-img-container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.comment-img{
  border-radius: 50%;
}

.comment__content{
  padding: 2rem;
  line-height: 24px;
}

.comment-name{
  color: var(--crl-thirdcolor);
  font-weight: 700;
}

.circlebar{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
  padding-top: 2rem;
}

.circle-span .circle{
  height: 5px;
  width: 5px;
  display: block;
  border-radius: 50%;
  align-items: center;
  margin-top: 3px;
  background-color: var(--crl-firstcolor);
  text-align: center;
}

@media screen and (max-width:1000px){
  .comment__section{
    height: 500px;
  }

  .comment__container{
    margin: 0 auto;
    
  }

  .comment__container .comment-header{
    font-size: 1rem;
  }

  .content{
    background: var(--crl-firstcolor);
    margin: 0 auto;
    height: 200px;
    width: 100%;
    border-radius: 5px;
  }

  .comment__content{
    padding: 0.5rem;
    line-height: 20px;
    font-size: 0.5em;
  }
}

/* frequently Asked Questions Section */

.faq__sect{
  padding: 2rem;
}
.faq__sect .faq__title{
  font-family: var(--crl-font-primary);
  padding-bottom: 2rem;
  font-size: 1.5rem;
}

.question{
  flex-direction: column;
  margin-bottom: 3rem;
  border-bottom: 2px solid var(--crl-fourthcolor);
  width: 50%;
}

.question-title{
  display:flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.7rem;
  
}

.question-title .question-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

/* hide-text */
.question-text{
  display: none;
}

.show-text .question-text{
  display: block;
}

.downward-btn{
  display: none;
}

.show-text .downward-btn{
  display: inline;
}

.show-text .forward-btn {
  display: none;
}

@media screen and (max-width:980px) {
  .faq__sect .faq__title{
    font-size: 1rem;
  }

  .question{
    width: 100%;
  }
}


/* section for images display on instagram */

.images-start{
  background: var(--crl-secondcolor);
  padding-top: 3rem;
  padding-bottom: 3rem;
  flex-direction: column;
  text-align: center;
  
}

.image-title {
  display: flex;
  padding-left: 2rem;
  padding-bottom: 3rem
}

.class__images{
  height: 300px;
}

.btn-image{
  padding: 0.7rem 1.5rem;
  text-align: center;
  align-items: center;
  background: var(--crl-fourthcolor);
  cursor: pointer;
  outline: none;
  border-style: none;
  border-radius: 20px;
}

.i-eye{
  margin-top: -24px;
  color: var(--crl-firstcolor);
  font-family: var(--crl-font-seconday);
  font-weight: 500;
  margin-left: 0.4rem;
}

.btn-img{
  height: 12px;
  place-content: cover;
}


  
@media screen and (max-width:999px){
  .image-title{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    padding-bottom: 3rem;
    
  }
}

/* CSS properties about the About section */

.about-section{
  padding: 3rem 2rem;

}

.about-content{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  
}

.about-img{
  height: 400px;
}

.about-content-title {
  width: 60%;
}

.about-content-title .about-header {
  font-family: var(--crl-font-seconday);
  margin-bottom: 2rem;
}

.about-content-title .about-header__content {
  line-height:24px;
  font-family:var(--crl-font-seconday);
  margin-top: 2rem;
  margin-bottom: 2rem;

}

.btn-about {
  padding: 0.6rem 1.5rem;
  background: var(--crl-fourthcolor);
  border-style: none;
  cursor: pointer;
  outline: none;
  font-family: var(--crl-font-seconday);
  font-weight: 400;
  color: #fff;
  border-radius: 10px;
}

@media screen and (max-width:996px) {
  .about-content{
    display: flex;
    flex-direction: column;
  }

  .about-content-title{
    width: 100%;
  }

  .about-content-title .about-header {
    padding-top: 1rem;
    font-size: 1rem;
  }

  .about-content-title .about-header__content {
    text-align: left;
  }
}

/* The footer section for this project */

.header-footer{
  background: var(--crl-thirdcolor);
  padding: 3rem 2rem;
}

.header-footer .footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom:3rem ;
}

.footer-content .logo{
  height:60px;
}

.footer-content .footer-logo {
  font-family: var(--crl-font-seconday);
}

.footer-logo .about-items{
  list-style: none;
  line-height: 28px;
  font-size: 0.7rem;
  
}

.about-items a {
  color: #fff;
}

.footer-logo .golo {
  height: 20px;
  cursor: pointer;
  
}

/* .golo.active {
  
} */

.footer-logo.active{
  display: flex;
  gap: 20px;
}

.header-footer p{
  text-align: center;
  font-family: var(--crl-font-seconday);
  color: var(--crl-firstcolor);
  font-size: 0.7rem;
}

.header-footer .otiz{
  font-size: 0.7rem;
  text-align: end;
  margin-bottom: 2rem;
  color: #fff;
}

@media screen and (max-width:740px) {

  .header-footer {
    padding-left: 1rem;
  }
  .footer-content .logo{
    height:40px;
  }

  .footer-logo .about-items{
    line-height: 18px;
    font-size: 0.6rem;
  }
}