* {
  margin: 0;
  padding: 0;
}
/* background image */
#roast {
  background: linear-gradient(rgba(0, 0, 0, 0.5), #deb887),
    url(/images/background.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
}

/* real logo2
*/
body{
  font-family: 'Poppins', sans-serif;
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.2rem;
}

::-webkit-scrollbar-thumb {
  background-color: #f08e0d;
  border-radius: 20px;
  border: 3px inset rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-inline: 0.5rem;
}

/* nav a:link {
  color: #583206;
  font-weight: bold;
  text-shadow: 1px 2px 1px white;
} */

nav a:hover {
  background-color: #f08e0d;
  border-radius: 8px;
}

/* nav a:active {
  border-bottom: 3px solid #f1f0ee;
}

nav a:visited {
  outline: none;
  color: #583206;
  border-bottom: 3px solid #583206;
  border-radius: 10px;
  /* text-shadow: 1px 2px 1px #583206; 

} */

.link.active {
  outline: none;
  color: #ffffff;
  text-shadow: 1px 2px 1px #583206;
  border-bottom: 3px solid #f1f0ee;
  border-radius: 10px;
 background-color: #f08e0d;

}

nav a:any-link{
color: #583206;
  font-weight: bold;
  text-shadow: 1px 2px 1px white;
}

@media screen and (max-width : 820px){
.logo {
    width: 60px;
    position: absolute;
    top: 8%;
    left: -15%;
    border-radius: 50%;
    box-shadow: 2px 5px 10px black;
    object-fit: contain;
  }

    .roaster-text {
      text-align: center;
      color: #ff0;
  padding: 180px 25px 0; 

   /* background-color: #ee1010; */
    }
  
    .roaster-text h1 {
      /* background-color: #ee9937; */
      font-size: 150px;
      color: beige;
font-family: 'Poppins', sans-serif;

    }
  
    .roaster-text p {
      /* font-style: italic; */
      font-size: 30px;
      font-family: "Chicle", cursive;
    }
  
    .roaster-btn {
      margin: 70px auto 0;
      /* background-color: #009688; */
    }
  
    .roaster-btn a {
      width: 150px;
      text-decoration: none;
      display: inline-block;
      margin: 0 10px;
      padding: 12px 0;
      color: #a52a2a;
      border: 0.5px solid #ff0;
      position: relative;
      z-index: 1;
      transition: color 0.5s;
      border-radius: 8px;
font-family: 'Poppins', sans-serif;
    }
  
    .roaster-btn a span {
      width: 0;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #d2691e;
      z-index: -1;
      transition: 0.5s;
      border-radius: 8px;
    }
  
    .roaster-btn a:hover span {
      width: 100%;
    }
  
    .roaster-btn a:hover {
      color: #ffffff;
    }
  
    .header {
      width: 100%;
      background-color: transparent;
      backdrop-filter: blur(2px);
      /* background-color: rgb(184, 14, 14); */
      top: 0;
      z-index: 4;
      /* padding: 2rem 0 0; */
      /* position: relative; */
      position: fixed;
    }
  
    html {
      scroll-behavior: smooth;
  
    }
  
    /* sidebar navigation */
    #sideNav {
      width: 0;
      height: 100vh;
      position: fixed;
      top: 0;
      right: 0;
      background: linear-gradient(to top, rgba(248, 166, 58, 0.541) 30%, rgba(248, 171, 70, 0.911) 70%);
      /* background: #deb8de; */
      z-index: 3;
      transition: width 0.5s ease-in-out;
    }
  
    nav ul li {
      list-style: none;
      margin: 50px 90px 50px 10px;
    }
  
    nav ul li a {
      text-decoration: none;
      /* color: #ffffff; */
      color: #583206;
      letter-spacing: 1px;
      font-size: 22px;
      width: 100%;
      /* background-color: #ee1010; */
      display: block;
      /* width: fit-content; */
      padding: 0 1.5rem;
font-family: 'Poppins', sans-serif;
    }
  
    
    /* menu properties*/
    #menuBtn {
      width: 30px;
      height: 30px;
      background: #f8ab46;
      text-align: center;
      position: fixed;
      right: 10px;
      top: 30px;
      border-radius: 3px;
      z-index: 7;
      cursor: pointer;
      /* transition: 2s ease-in-out; */
      box-shadow: 2px 5px 10px black;
    }
  
    #menuBtn:active {
      box-shadow: none;
    }
  
    #menuBtn>* {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      /* transition:  0.5 ease-out; */
      /* transition: all 1s ease; */
    }
  
    #menuBtn>.side-bar {
      width: 30px;
      height: 30px;
      /* visibility: visible; */
      opacity: 1;
      /* transition: 0.15s ease-in-out; */
    }
  
    #menuBtn>.close-bar {
      width: 50px;
      height: 50px;
      opacity: 0;
      /* transition: 0.15s ease-in-out; */
  
    }
}

.logo {
  width: 70px;
  position: absolute;
  top: 8%;
  left: 5%;
  border-radius: 50%;
  box-shadow: 2px 5px 10px black;
  object-fit: contain;
}

/* .clip{
  background-image: url(images/french\ roast.jpg);
  background-clip:unset ;
  /* background-position: center center; 
  background-size: cover;
  

}
 */
/* .clip {
  color: transparent;
} */

/* properties of heading and subheading */
.roaster-text {
  text-align: center;
  color: #ff0;
  font-size: 1rem;
  padding: 180px 25px 0 ;
  /* background-color: #27c0ff; */
}
.roaster-text h1 {
  font-size: 150px;
  color: beige;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.roaster-text p {
  /* font-style: italic; */
  font-size: 25px;
    font-family: "Chicle", cursive;
    letter-spacing: 2px;
}
.roaster-btn {
  margin: 70px auto 0;
  /* background-color: #009688; */
}

.roaster-btn a {
  width: 150px;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
  padding: 12px 0;
  color: #a52a2a;
  border: 0.5px solid #ff0;
  position: relative;
  z-index: 1;
  font-weight: bold;
  transition: color 0.5s;
  border-radius: 8px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.roaster-btn a span {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #d2691e;
  z-index: -1;
  transition: 0.5s;
  border-radius: 8px;
}
.roaster-btn a:hover span {
  width: 100%;
}
.roaster-btn a:hover {
  color: #ffffff;
}

.header{
  width: 100%;
  background-color:transparent;
  backdrop-filter: blur(2px);
  /* background-color: rgb(184, 14, 14); */
  height: 80px;
  top: 0;
  z-index: 4;
  /* padding: 2rem 0 0; */
  /* position: relative; */
  position: fixed;
}
html{
  scroll-behavior:smooth;
  
}
/* sidebar navigation */
#sideNav {
  width:0;
  height: 100vh;
  position:fixed;
  opacity: 0;
  top: 0;
 right: 0;
  background: linear-gradient(to top, rgba(248, 166, 58, 0.541) 30%, rgba(248, 171, 70, 0.911) 70%);  
z-index: 3;
transition: width 0.5s ease-in-out, opacity 0.6s ease-in-out;
}
nav ul li {
  list-style: none;
  margin: 50px 90px 50px 10px; 
}
nav ul li a {
  text-decoration: none;
  /* color: #ffffff; */
  color: #583206;
  letter-spacing: 1px;
  font-size: 22px;
    width: 100%;
    /* background-color: #ee1010; */
    display: block;
    /* width: fit-content; */
    padding: 0 1.5rem;
font-family: 'Poppins', sans-serif;
}     

nav a:link {
color: #583206;
font-weight: bold;
text-shadow: 1px 2px 1px white;
}
nav a:hover{
background-color: #f08e0d;
border-radius: 8px;
}
nav a:active {
  border-bottom: 3px solid #f1f0ee;
}
nav a:visited {
  outline: none;
    color: #583206;
      border-bottom: 3px solid #583206;
  border-radius: 10px;
  /* text-shadow: 1px 2px 1px #583206; */

}
nav a:focus{
  outline: none;
  color: #ffffff;
    text-shadow: 1px 2px 1px #583206;
    border-bottom: 3px solid #f1f0ee ;
  border-radius: 10px;

}

/* menu properties*/
#menuBtn {
  width: 50px;
  height: 50px;
  background: #f8ab46;
  text-align: center;
  position: fixed;
  right: 30px;
  top: 30px;
  border-radius: 3px;
  z-index: 7;
  cursor: pointer;
    /* transition: 2s ease-in-out; */
  box-shadow: 2px 5px 10px black;
}

#menuBtn:active{
  box-shadow: none;
}
#menuBtn >*{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
/* transition:  0.5 ease-out; */
  /* transition: all 1s ease; */
}
#menuBtn > .side-bar {
  width: 30px;
  height: 30px;
  /* visibility: visible; */
  opacity: 1;
  /* transition: 0.15s ease-in-out; */
}

#menuBtn > .close-bar {
  width: 50px;
  height: 50px;
    opacity: 0;
  /* transition: 0.15s ease-in-out; */
  
}
@media screen and (max-width: 1300px) {
  .logo {
      width: 60px;
      position: absolute;
      top: 15%;
      left: 10%;
      border-radius: 50%;
    }
  .roaster-text h1 {
    font-size: 50px;
  }
  .roaster-text p {
    font-size: 20px;
  }
  .roaster-btn a {
    display: block;
    margin: 20px auto;
  }
}
/* feature */
#feature {
  width: 100%;
  padding: 70px 0;
  background-color: rgb(247, 240, 240);
}
.title-text {
  text-align: center;
  padding: 0 25px 70px;
    /* background-color: orangered; */
}
.title-text p {
  margin: auto;
  color: hsl(34, 97%, 36%);
  /* font-weight: bold; */
  font-size: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
      letter-spacing: 1.5px;
      font-family: "Chicle", cursive;
}
.title-text p::after {
  content: "";
  width: 50px;
  height: 25px;
  background: linear-gradient(#b9390b, rgb(247, 240, 240));
  position: absolute;
  top: -13px;
  left: 0;
  z-index: -2;
  transform: rotate(10deg);
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  
}
.title-text p::before {
  content: "";
  width: 50px;
  height: 20px;
  background: linear-gradient(#e0470f75 20%, rgb(247, 240, 240));
  position: absolute;
  top: -10px;
  z-index: -1;
  /* transform: rotate(10deg); */
  border-top-left-radius: 35px;
  border-left: 1.5px solid rgb(221, 218, 218);
  border-top: 1px solid rgb(247, 240, 240);
  border-right: 0 solid #fa713f;
  border-bottom-right-radius: 35px;
  
}
.title-text h1 {
  font-size: 50px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    z-index: 5;
}
.feature-box {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  /* background-color: blue; */
}
.features {
  flex-basis: 50%;
  /* background-color: #a52a2a; */
}
.features-img {
  flex-basis: 50%;
  margin: 0 auto;
  position: relative;
}
.features-img img {
  width: 70%;
  border-radius: 10px;

}
.features h1 {
  text-align: left;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin-bottom: 10px;
  font-weight: 100;
  color: rgb(248, 66, 11);
}
.features-desc {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  /* line-height: 50px; */
}
.feature-icons img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  /* font-size: 30px; */
  border-radius: 10px;
  /* color: rgb(248, 66, 11); */
  border: 3px solid rgb(248, 66, 11);
  /* background-color: #d2691e; */
}
.feature-text p {
  padding: 0 20px;
  text-align: initial;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
@media screen and (max-width: 1300px) {
  .title-text h1 {
    font-size: 35px;
  }
  .features {
    flex-basis: 100%;
  }
  .features-img {
    flex-basis: 100%;
  }
  .features-img img {
    width: 100%;
  }
}

/* --------------------------service------------------------------ */
#service {
  width: 100%;
  padding: 70px 0;
  background: linear-gradient( to top,#fde454 91.7%,rgb(247, 240, 240) 8%);
}
.service-box {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
  /* background-color: #a52a2a; */
}
.single-service {
  flex-basis: 48%;
  text-align: center;
  border-radius: 7px;
  margin-bottom: 20px;
  color: aliceblue;
  position: relative;
}

.single-service img {
  width: 100%;
  border-radius: 7px;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 7px;
  cursor: pointer;
  background: linear-gradient(rgba(0, 0, 0, 0.5), #deb887);
  opacity: 0;
  transition: 1s;
}
.single-service:hover .overlay {
  opacity: 1;
      /* overflow: hidden; */
}
.service-desc {
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 1s;
}
hr {
  background: #fff;
  height: 2px;
  border: 0;
  margin: 15px auto;
  width: 60%;
}
.service-desc p {
  font-size: 14px;
}
.single-service:hover .service-desc {
  bottom: 40%;
  opacity: 1;
}
@media screen and (max-width: 1300px) {
  #service {
      width: 100%;
      padding: 70px 0;
      background: linear-gradient(to top, #fde454 93.3%, rgb(247, 240, 240) 6.5%);
    }
  .single-service {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .service-desc p {
    font-size: 12px;
font-family: 'Poppins', sans-serif;
  }
  hr {
    margin: 5px auto;
  }
  .single-service:hover .service-desc {
    bottom: 25% !important;
  }
  /* ---------------------testimonial------------------------- */
}
#testimonial {
  width: 100%;
  padding: 70px 0;
  background-color: rgb(247, 240, 240);
}
.testimonial-row {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.testimonial-col {
  flex-basis: 28%;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 10px 20px 3px #00968814;
  cursor: pointer;
  transition: transform 0.5s;
}

.testimonial-col p {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 14px;
  color: black;
  /* background-color: #583206; */
  padding: 0 7rem 0 0 ;
line-height: 1.6;
}
.user {
  display: flex;
  align-items: center;
  margin: 20px 0;
  /* background-color: #a52a2a; */
  align-items: center;
}
.image-container{
  width: 80px;
  height: 80px;
  display: block;
  /* background-color: #009688; */
  position: relative;
    border-radius: 50%;
 margin-left: 20px;
 overflow: hidden;
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.user-info  {
  display: flex;
  flex-direction: column;
  align-items:flex-start ;
  justify-content: center;
  row-gap: 5px;
  margin-left: 10px;
  font-size: 20px;
  color: #9b5606;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  /* background-color: #1840ac; */
}
.user-info small {
  color: #ee9937;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.user-info .fa-facebook {
  margin-left: 10px;
    color: #1840ac;
}
.user-info .fa-instagram {
  margin-left: 10px;
  color: #ff277a;
}
.user-info .fa-twitter {
  margin-left: 10px;
  color: #27c0ff;
}

.testimonial-col:hover {
  transform: translateY(-7px);
}
@media screen and (max-width: 1300px) {
  .testimonial-col {
    flex-basis: 100%;
  }

    .testimonial-col p {
      font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
      font-size: 14px;
      color: black;
      /* background-color: #583206; */
      padding: 0 2rem 0 0;
      line-height: 1.6;
    }
  
}
/* --footer-- */
#footer {
  padding: 100px 0 20px;
  background: #fde454;
  position: relative;
}
.footer-row {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.footer-left,
.footer-right {
  flex-basis: 45%;
  padding: 10px;
  margin-bottom: 20px;
}
.footer-right {
  text-align: right;
  /* background-color: #009688; */
  margin-bottom: 180px;
}
.footer-left {
  text-align: left;
  /* background-color: #009688; */
  margin-left:-50px ;
}
.footer-row h1 {
  margin: 10px 0;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    z-index: 2;
}
.footer-row p {
  line-height: 35px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.footer-left .fas,
.footer-right .fas {
  font-size: 20px;
  color: #9b5606;
  margin: 10px;
}
.footer-img {
   width: 25rem;
  /* max-width: 100%; */
  object-fit: contain;
  opacity: 0.3;
  border-radius: 10%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;


}

.social-links {
  text-align: center;
}

 .social-links .fa-facebook{
  height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
    border: 1px solid rgb(248, 66, 11);
    border-radius: 10px;
    margin: 40px 5px 0;
  color: #1840ac;   
   cursor: pointer;
    text-decoration: none;
    transition: 0.5s;
}

 .social-links .fa-twitter{
  color: #27c0ff;
height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  border: 1px solid rgb(248, 66, 11);
  border-radius: 10px;
  margin: 40px 5px 0;
  /* color: #ff2727; */
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s;
}
 .social-links .fa-instagram{
height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  border: 1px solid rgb(248, 66, 11);
  border-radius: 10px;
  margin: 40px 5px 0;
  color: #ff277a;
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s;
}
 .social-links .fa-youtube{
height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  border: 1px solid rgb(248, 66, 11);
  border-radius: 10px;
  margin: 40px 5px 0;
  color: #ee1010;
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s;
}


.social-links .fab:hover {
  background: #f8ab46;
  color: #fff;
  transform: translateY(-7px);
}
.social-links p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.my-contact{
  position: absolute;
  top: 63%;
   font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
   left: -5%;
}

.my-contact a{
  text-decoration: none;
  color: black;
}

.my-name{
  position: absolute;
    top: 57%;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    left: -5%;
}

.footer{
  width: 100%;
  height: max-content;
  position: absolute;
  bottom: 0;
  padding-bottom: 1rem;
  z-index: 4;
  background-color: #d2691e;
  background: linear-gradient(to top, rgba(248, 166, 58, 0.541) 30%, rgba(248, 171, 70, 0.911) 70%);
    /* background: #deb8de; */
  }
@media screen and (max-width: 1300px) {
  .footer-left,
  .footer-right {
    flex-basis: 100%;
    font-size: 14px;
    font-weight: bold;
    /* background-color: #b9390b; */
  }
  .footer-img {
    top: 18%;
  }
    .my-contact {
      position: absolute;
      top: 73%;
font-family: 'Poppins', sans-serif;
      left: -5%;
    }
  
    .my-contact a {
      text-decoration: none;
      color: black;
    }
  
    .my-name {
      position: absolute;
      top: 68%;
font-family: 'Poppins', sans-serif;
      left: -5%;
    }

        .footer-right {

          margin-right: -150px;
        }

                .footer-left {
                  text-align: left;
                  /* background-color: #009688; */
                  margin-left: -20px;
                }

    .footer-img {
    width: 13rem;
    /* max-width: 100%; */
    object-fit: contain;
    opacity: 0.3;
    border-radius: 10%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    }
}
