.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}
.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}


.rubik-<uniquifier> {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.landing-go-back a{
      text-align: right;
    float: right;
    color: #fcfdfe;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;


}

.landing-go-back a:hover{
  color: #D09C51;
}
.header-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 37px 0px;
    position: relative;
    z-index: 9;
  }
    .dropdown::after {
    
        border-right: 1.5px solid #fff !important;
        border-bottom: 1.5px solid #fff !important;
      }
      .menuarea {

        padding: 0;
      }
      .land-mega{
            width: 300px;
    left: -91px !important;
        top: 22px !important;
    gap: 0px;
    padding: 0;
      }
      .landing-go-back{
            display: flex
;
    align-items: center;
    justify-content: end;
      }
      .menuarea > ul > li > a {
    padding-bottom: 0px;
    color: #fcfdfe;
  }
  .menuarea > ul > li > a:hover {
    color: #D09C51 !important;
  }
  .mega-menu {
  
    top: 22px;
    left: -189px;
  }
  .menuarea > ul {

    padding-left: 0px;
  }
  .logobox img {
    width: 286px;
    display: block;
    margin: auto;
    float: none;
}
  .land-shop-now{
    float:left;
    border-radius: 13px;
    background-color:white;
    width: 161px;
    height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    /* margin-right: 8px; */
    text-align:center;
    line-height: 34px;
    background-color: #052E70;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: ease-out 0.4s;
    font-family: 'Rubik',sans-serif;
    box-shadow: 0 3px 0px rgb(0 0 0);
}

/* Hover Effect */
.land-shop-now:hover  {
     transform: translateY(-2px);
     box-shadow: 0 4px 0px rgb(204 151 78);
}
.land-slide{
  margin-top: -11px;
  float: left;
  width: 100%;
  /*background-image: url("../images/cornucopia/b1.webp");*/
  background-repeat: no-repeat;
  background-size: cover;
  height: 576px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.land-slide-cont{
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 0px;
    display:none !important;
}

.land-slide-cont h1{
  float: left;
  font-size: 60px;
  color: #fff;
  line-height: 111%;
  font-family: "Libre Baskerville", serif !important;
  font-weight: 700;
  margin: 0;
}


.land-ban1{
  float: left;
  width: 100%;
  padding: 63px 0px;
  background-image: url("../images/cornucopia/back.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.land-ban1-img{
  float: left;
  width: 523px;
  margin-right: 67px;
  margin-bottom: 10px;
}
.land-ban2-img{
  float: left;
  width: 553px;
  margin-right: 34px;
  margin-bottom: 10px;
}
.land-ban1 h6{
  font-family: 'Rubik',sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #052E70;
  margin-bottom: 15px;
}
.land-ban1 h2{
  font-family: "Libre Baskerville", serif !important;
  font-size: 49px;
  font-weight: 400;
  line-height: 127%;
  color: #261712; 
  margin-bottom: 15px;
}
.land-ban1 p{
    font-family: 'Rubik',sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 177%;
  color: #7D7878;
  margin-bottom: 25px;
}




.land-ban1-cafe{
  float: left;
  width: 100%;
  padding: 88px 0px;
  background-image:url("../images/cafe-madras/cafe-2.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.land-ban1-img-cafe{
  float: left;
  width: 523px;
  margin-right: 67px;
  margin-bottom: 10px;
}
.land-ban2-img-cafe{
  float: left;
  width: 550px;
  margin-right: 34px;
  margin-bottom: 10px;
}
.land-ban1-cafe h6{
  font-family: 'Rubik',sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #052E70;
  margin-bottom: 2px;
}
.land-ban1-cafe h2{
  font-family: "Libre Baskerville", serif !important;
  font-size: 49px;
  font-weight: 400;
  line-height: 127%;
  color: #261712; 
  margin-bottom: 15px;
}
.land-ban1-cafe p{
    font-family: 'Rubik',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 177%;
    color: #7D7878;
    margin-bottom: 8px;
}


.landban-shop-now{
    float:left;
    border-radius: 13px;
    background-color:white;
    width: 161px;
    height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    /* margin-right: 8px; */
    text-align:center;
    line-height: 34px;
    background-color: #052E70;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: ease-out 0.4s;
    font-family: 'Rubik',sans-serif;
    box-shadow: 0 3px 0px rgb(0 0 0);
}

/* Hover Effect */
.landban-shop-now:hover  {
     transform: translateY(-2px);
     box-shadow: 0 4px 0px rgb(204 151 78);
}
.land-center{
      display: flex
;
    align-items: center;
}
.landban2{
  background-image: url("../images/cornucopia/p1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 126px 0px;
  float: left;
  width: 100%;
}


.landban2 h6{
  float: left;
  width: 100%;
  font-size:14px ;
  font-weight: 500;
  font-family: 'Rubik',sans-serif;
  text-align: center;
color: #fff;
  line-height: 20px;
}
.landban2 h2{
    float: left;
    width: 100%;
    font-size:49px;
    font-weight: 400;
    color: #fff;
    font-family: "Libre Baskerville", serif !important;
    line-height: 127%;
    text-align: center;
    margin-bottom: 52px;
}
.land-box {
  float: left;
  width: 100%;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
}
.land-box2 {
  float: left;
  width: 100%;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
  padding: 33px 35px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.img-wrap2 {
  float: left;
  width: 100%;
  height: 323px;          /* fixed height here */
  overflow: hidden;       /* prevents zoom spill */
}

.img-wrap2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* keeps aspect ratio */
  transition: transform 0.5s ease;
}
.img-wrap {
  float: left;
  width: 100%;
  height: 357px;          /* fixed height here */
  overflow: hidden;       /* prevents zoom spill */
  border-radius: 16px 16px 0 0;
}

.img-wrap img {
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */         /* keeps aspect ratio */
  transition: transform 0.5s ease;
}
.land-box2:hover .img-wrap2 img {
  transform: scale(1.1);  /* zoom stays inside */
}

.land-box:hover .img-wrap img {
  transform: scale(1.1);  /* zoom stays inside */
}

.land-box h3{
      float: left;
  width: 100%;
  font-size:32px ;
  font-weight: 400;
  color: #000;

    font-family: "Libre Baskerville", serif !important;
line-height: 127%;
  text-align: center;
  margin-bottom: 26px;
}

.land-box2 h3{
      float: left;
      width: 100%;
      font-size:32px;
      font-weight: 400;
      color: #000;
      font-family: "Libre Baskerville", serif !important;
      line-height: 127%;
      text-align: center;
      margin: 0;
}
.view-product-cafe{
    float:left;
    border-radius: 16px;
    background-color:white;
    width:100%;
    height: 48px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    /* margin-right: 8px; */
    text-align:center;
    line-height: 34px;
    background-color: #052E70;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: ease-out 0.4s;
    font-family: 'Rubik',sans-serif;
    box-shadow: 0 3px 0px rgb(0 0 0);
}

/* Hover Effect */
.view-product-cafe:hover  {
     transform: translateY(-2px);
     box-shadow: 0 4px 0px rgb(204 151 78);
}


.view-product{
    margin-top: 9px;
    float:left;
    border-radius: 16px;
    background-color:white;
    width:100%;
    height: 48px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    /* margin-right: 8px; */
    text-align:center;
    line-height: 34px;
    background-color: #f68633;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: ease-out 0.4s;
    font-family: 'Rubik',sans-serif;
    box-shadow: 0 3px 0px rgb(255 251 255);
}

/* Hover Effect */
.view-product:hover  {
     transform: translateY(-2px);
     box-shadow: 0 4px 0px rgb(204 151 78);
}
.land-text{
  float: left;
  width: 100%;
  padding: 27px 31px;
}
.land-text2{
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
    .copy {
        margin-bottom: 10px!important;
    }
}
@media(min-width:990px) and (max-width:1024px)
{
      .menuarea > ul > li {
        padding: 0px 7px !important;
    }
}
.land-ban3{
  float: left;
  width: 100%;
  padding: 70px 0px;
  background-image: url("../images/cornucopia/back.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
.land-ban3-img{
  float: left;
  width: 552px;
  margin-left: 44px;
  margin-bottom: 10px;
  /* display: flex; */
  /* align-items: center; */
}
.land-ban3 h6{
  font-family: 'Rubik',sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #052E70;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.land-ban3 h2{
  font-family: "Libre Baskerville", serif !important;
  font-size: 49px;
  font-weight: 400;
  line-height: 127%;
  color: #261712;
  margin-bottom: 13px;
}
.land-ban3 p{
    font-family: 'Rubik',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 173%;
    color: #7D7878;
    margin-bottom: 16px;
}




.land-ban4{
  float: left;
  width: 100%;
  background-image: url("../images/cornucopia/j2.webp");
  background-repeat: no-repeat;
  padding: 96px 0px;
    background-size: cover;


  }
.land-ban4 img{
  float: left;
     width: 567px;
    margin-right: 37px;
  margin-bottom: 10px;
}
.land-ban4 h6{
  font-family: 'Rubik',sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color:#D09C51;
  margin-bottom: 15px;
}
.land-ban4 h2{
  font-family: "Libre Baskerville", serif !important;
  font-size: 49px;
  font-weight: 400;
  line-height: 127%;
  color: #fff; 
  margin-bottom: 15px;
}
.land-ban4 p{
    font-family: 'Rubik',sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 177%;
  color: #A3A3A3;
  margin-bottom: 25px;
}


.landban4-shop-now{
    float:left;
    border-radius: 13px;
    width: 161px;
    height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    /* margin-right: 8px; */
    text-align:center;
    line-height: 34px;
    background-color: #D09C51; 
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: ease-out 0.4s;
    font-family: 'Rubik',sans-serif;
    box-shadow: 0 3px 0px rgb(0 0 0);
}

/* Hover Effect */
.landban4-shop-now:hover  {
     transform: translateY(-2px);
     box-shadow: 0 4px 0px rgb(204 151 78);
}

.ticker-item{
    font-family: "Libre Baskerville", serif !important;
font-weight: bold;
font-size: 34px;
  color: #052E70;
}

.ticker-wrapper {
    padding: 36px 0px 66px 0px;
  }

 .last-slide{
  float: left;
  width: 100%;
  /*background-image: url("../images/cornucopia/cta.webp");*/
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  align-items: center;
  padding: 74px 36px;
  margin-bottom: 40px;
}

.last-slide-cont{
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 0px;
}

.last-slide-cont h1{
  float: left;
  font-size: 55px;
  color: #fff;
  line-height: 111%;
  font-family: "Libre Baskerville", serif !important;
  font-weight: bold;
  margin: 0;
}

.cafe-logo{
  width: 207px !important;
}

.land-ban3-img-cafe{
  width: 496px;
  margin-left: 79px;
  margin-bottom: 10px;
}

.land-banj-img-cafe
{
   width: 592px;
   margin-left: 55px;
   margin-bottom: 10px;
}



.land-ban23{
  float: left;
  width: 100%;
  padding: 116px 0px 75px 0px;
  background-image: url("../images/cafe-madras/j2.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.land-ban23 h6{
  font-family: 'Rubik',sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #052E70;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.land-ban23 h2{
  font-family: "Libre Baskerville", serif !important;
  font-size: 49px;
  font-weight: 400;
  line-height: 127%;
  color: #261712;
  margin-bottom: 27px;
}
.land-ban23 p{
    font-family: 'Rubik',sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #636363;
    margin-bottom: 27px;
    /* letter-spacing: .5px; */
}

.ticker-cafe{
  font-size: 32px !important;
    font-family: "Libre Baskerville", serif !important;
font-weight: 400 !important;
color: #000  !important;
letter-spacing: 0px !important;
margin-right: 25px !important;
text-transform: uppercase;

}
.ticker-kaapi{
  font-size: 50px !important;
    font-family: "Libre Baskerville", serif !important;
font-weight: 400 !important;
color: #261712  !important;
letter-spacing: 0px !important;
margin-right: 25px !important;
text-transform: uppercase;

}
.ticker-img-cafe{
  height: 46px !important;
  margin-top: 0px !important;
}


.header-kaapi {
  padding: 19px 0px !important;
}

.land-kaapi-img{
  /* height: 494px; */
  width: 580px;
  margin-right: 51px;
  margin-bottom: 11px;
}
.land-kaapi1{
    float: left;
    width: 100%;
    padding: 92px 0px 113px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url("../images/kaapi/kaapi-p2.webp");
    margin-top: -10px;
    background-position: center;
}
.land-kaapi1 h6 {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #D09C51;
    margin-bottom: 8px;
}
.land-kaapi1 h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 49px;
    font-weight: 400;
    line-height: 127%;
    color: #261712;
    margin-bottom: 15px;
    letter-spacing: -1px;
}
.land-kaapi1 p {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 177%;
    color: #7D7878;
    margin-bottom: 6px;
}
/* --- Header Section --- */
.process-kaapi {
  padding: 114px 0 150px 0px;
  background-image: url("../images/kaapi/prc-1.webp");
  background-size: cover;
  float: left;
  width: 100%;
  margin-top: -7px;
}

/* This flex container aligns the text and logo horizontally */


/* The header text will take up the available space */
.process-text {
  flex: 1;                        /* takes remaining space */
  max-width: 70%;                 /* keep text from running too wide */
}

.process-label {
  color: #D09C51; /* Using a direct color code for consistency */
  font-size: 14px;
  letter-spacing: 0.1rem;
  margin-bottom: 19px;
  display: block;
  font-family: 'Rubik';
  font-weight: 500;
}

.process-text h1 {
  font-size: 55px;
  font-weight: 400;
  line-height: 127%;
  font-family: 'Libre Baskerville', sans-serif;
  color: #F6F0E2;
}

/* --- SVG Logo & Text Animation --- */
/* This flex container aligns the text and logo horizontally */
.sec-pc {
  display: flex;
  justify-content: space-between; /* pushes text left, logo right */
  align-items: center;            /* aligns both vertically */
  width: 100%;
  position: relative;
}

.logo-container {
  position: absolute;             /* place logo independent of text flow */
  right: 0;                       /* stick to right */
  top: 30px;                         /* align top with heading */
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kaapi-logo {
  width: 136px;   /* bigger box prevents clipping */
  height: 134px;
  overflow: visible !important; /* ensures nothing is cut */
}

.circle-text {
  fill: #D09C51;
  font-size: 8px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  animation: rotate-text 15s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes rotate-text {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.logo-image {
  width: 50px;
  height: 50px;
}

/* --- Main Content Section --- */
.content-section {
  display: flex;
  /* gap: 2rem; */
  padding-top: 79px;
  float: left;
  width: 100%;
}

.column {
float: left;
width: 100%;
}
.colum-sec {
  height: 330px;
  display: flex;
  align-items: center;   /* center vertically */
  margin-bottom: 11px;
}

.colum-sec img {
  max-height: 100%;
  object-fit: contain;   /* keep full image, no crop */
}
.img1-prc
{
  max-width: 72%;


}
.img2-prc
{
  max-width: 75%;
}
.img3-prc
{
  max-width: 84%;
}
.column h3 {
  font-size: 24px;
  font-weight: 400;
  width: 100%;
  margin: 0 0 0.5rem 0;
  color: #F6F0E2;
  font-family: 'Libre Baskerville';
  text-align: left;

 position: relative;
  display: inline-block; /* keeps underline size tied to text unless changed */
}

.column h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;          /* distance below text */
  width: 88%;           /* ðŸ”¥ make it wider (150% of text width) */
  height: 1px;           /* underline thickness */
  background: #ACA699;   /* underline color */
}

.column p {
  font-size: 16px;
  line-height: 177%;
  color: #D2CCBD;
  margin: 0;
  font-family: 'Rubik';
  font-weight: 400;
  padding-top: 25px;
  float: left;
  width: 91%;
}



.product-box {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 63px 31px 50px 31px;
  background-image: url("../images/kaapi/kp6.webp"); /* fallback bg */
  /* border-radius: 10px; */
  background-size: cover;
  background-position-y: -31px;
  background-repeat: no-repeat;
}


.product-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.product-content h3 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 37px;
  color: #F6F0E2;
  font-family: 'Libre Baskerville';
  line-height: 127%;
}

.product-img {
  max-width: 168px;
  transition: transform 0.4s ease;
  margin: auto;
}

.view-btn {
  display: inline-block;
  height: 49px;
display: flex;  background: #D09C51;
align-items: center;
justify-content: center;
  color: #fff;
  width: 100%;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  opacity: 0;
  font-size: 18px;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

/* Hover Effects */

.product-box:hover .view-btn {
  opacity: 1;
  transform: translateY(-10px);
}

.product-box:hover .product-img {
   transform: translateY(-30px) scale(0.91); 

}
.product-box:hover{
  background-image: unset;
  background-color: #261713;
    transition: transform 0.4s ease;
    padding-bottom: 25px;


}
.product-box:hover.product-content h3{
margin-bottom: 10px;
}

.timeline-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 79px 0 0px 0px;
    width: 100%; 
    margin: 0 auto; 
}

.timeline-container::before {
    content: '';
    position: absolute;
    top: 58px;
    left: 50%; /* Center the line */
    transform: translateX(-50%);
    width: 1px; /* Thinner line */
    height: 97%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 0;
}

/* Individual timeline item */
.timeline-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    position: relative;
    z-index: 1; 
}

.timeline-image-wrapper {
    width: 42%;
    flex-shrink: 0;
}

.timeline-image {
    width: 100%;
    height: 276px;
    object-fit: cover;
}

.timeline-content {
    width: 42%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.process-icon {
    width: 141px; 
    height: auto;
    position: absolute;
    top: 144px; 
    transform: translateY(-50%); 
    z-index: 2; 
        animation: bounce 8s ease-in-out infinite; 

}

.timeline-item:nth-child(odd) .process-icon {
    left: -25px; 
}

.timeline-item:nth-child(even) .process-icon {
    right: -25px; 
}


.timeline-title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 17px;
    color: #fff;
    margin-top: 1.5rem;
    line-height: 150%;
    letter-spacing: 1px;
    font-family: 'Libre Baskerville';
}

.timeline-description {
    font-size: 18px;
    line-height: 150%;
    color: #E1E1E1;
    font-family: 'Rubik';
    font-weight: 400;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .timeline-item,
    .timeline-item:nth-child(even) {
        flex-direction: column;
        text-align: center;
    }

    .timeline-image-wrapper,
    .timeline-content {
        width: 90%;
        padding: 0;
        margin-bottom: 2rem;
    }
    .timeline-image-wrapper:last-child {
        margin-bottom: 0;
    }

    .timeline-container::before {
        left: 50%;
        top: 100px;
        height: 90%;
    }

    /* Adjust icon position for mobile */
    .timeline-item:nth-child(odd) .process-icon,
    .timeline-item:nth-child(even) .process-icon {
        position: relative; 
        left: auto;
        right: auto;
        margin: 0 auto 1rem auto; 
        transform: none;
    }
}
 .timeline-item:last-child {
        margin-bottom: 0;
    }
    @keyframes bounce {
  0%, 100% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-70%);
  }
}

.ticker-img-kaapi{
  height: 83px !important;
  margin-top: 0px !important;
}
.kaapi-ftr{
  width: 129px !important;
}
.kaapi-logo-head{
  width: 150px !important;
}

/*kaapi*/
@media(min-width:991px)and (max-width:1200px)
{

.land-ban4 img {
    float: left;
    width: 438px;
  }
  .land-ban1 h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 42px;
  }
    .land-ban4 h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 42px;
  }
  .land-ban1-img {
    float: left;
    width: 446px;
    margin-right: 54px;
  }
  .land-ban3-img {
    float: left;
    width: 473px;
    margin-left: 27px;
  }

  .land-ban1-cafe p {
    margin-bottom: 30px;
  }
  .land-ban3 h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 34px;
  }
  .land-ban3-img-cafe {
    width: 80%;
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
    display: block;
}
.land-banj-img-cafe {
    width: 480px;
    margin-left: 47px;
  }
  .land-ban23 h2 {
    font-size: 45px;
  }

  .land-ban2-img-cafe {
    float: left;
    width: 441px;
  }
  .land-ban1-cafe h2 {
    font-size: 42px;
  }
  .land-slide {
background-position: center;
  }
  .land-kaapi-img {
    /* height: 494px; */
    width: 437px;
  }
  .land-kaapi1 h2 {
    font-size: 40px;
  }
  .logo-container {
    position: absolute;
    right: 36px;
  }


  .land-mega {
    width: 300px;
    left: -63px !important;
  }
}
  .logobox {
        width: 100% !important;
    }





@media(min-width:768px)and (max-width:990px)
{

.landban4-shop-now {
    margin: auto;
    float: none;
  }
.land-ban4 img {
    float: left;
    width: 438px;
    margin: auto;
    display: block;
  }
  .land-ban1 h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 42px;
  }
    .land-ban4 h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 42px;
  }
  .land-ban1-img {
    float: none;
    width: 446px;
    margin: auto;
  }
  .land-ban3-img {
    float: none;
    width: 473px;
    margin: auto;
  }
  .corn-logo{
    width:250px !important;
  }

    .logobox {
        width: 100% !important;
    }








.last-slide {
    background-position: center;
  }
  .cafe-logo {
    width: 100% !important;
}

  .land-ban3-img-cafe {
    width: 60%;
    margin-left: auto;
    margin-bottom: unset;
    margin-right: auto;
    display: block;
}


     .land-banj-img-cafe {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
  .land-ban23 h2 {
    font-size: 45px;
  }

  .land-ban2-img-cafe {
    float: left;
    width: 441px;
    margin-right: 0px;
  }
  .land-ban1-cafe h2 {
    font-size: 42px;
  }
  .cafe-logo {
    width:100% !important;
}
  .kaapi-logo-head {
    width: 100% !important;
}


.land-slide {

height: 453px;
}
.land-slide-cont h1 {
    float: left;
    font-size: 42px;
  }
  .land-center {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.land-kaapi1 h6 {

text-align: center;
}
.land-kaapi1 h2 {

text-align: center;
}
.land-kaapi1 p {
margin-bottom: 30px;
text-align: center;
}
.landban-shop-now {
    margin: auto;
    float: none;

  }
  .process-text h1 {
    font-size: 36px;
  }
      .menu-img {
        filter: invert(1);
      }
      .mobile-nav{
    width: 100% !important;
    float: right;
    display: flex;
    align-items: start;
    justify-content: flex-start !important;
    margin-top: 0px !important;
    height: 27px;
    }
          .menu-img {
        width: 28px !important;
        margin-top: 0px !important;
        margin-left: 0px !important;

      }
  .land-slide {
background-position: center;
  }
  .land-kaapi-img {
    /* height: 494px; */
    width: 437px;
  }
  .land-kaapi1 h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 40px;
  }
  .logo-container {
    position: absolute;
    right: 36px;
    top: 13px;
  }

.colum-sec {
    height: 234px;
  }
  .column p {
width: 100%;
  }
  .land-mega {
    width: 300px;
    left: -63px !important;
  }
  .landban2 h2 {
    float: left;
    width: 100%;
    font-size: 38px;
  }
  .process-icon {
    width: 97px;
  }
  .timeline-image {
    width: 100%;
    height: 192px;
  }
  .timeline-image-wrapper {
    width: 44%;
  }
  .timeline-content {
    width: 44%;
  }
  .timeline-description {
    font-size: 16px;
  }
  .last-slide-cont h1 {
    float: left;
    font-size: 38px;
  }
}


@media(max-width:767px)
{

  .mobile-notneed{
    display: none;
  }
    .desknotneed{
        display: block;

  }
    .product-box{
    border-radius: 0px;
    background-position-y: bottom !important;
  }
}


@media(min-width:767px)
{

  .mobile-notneed{
    display: block;
  }
  .desknotneed{
        display: none;

  }
}
@media(max-width:990px)
{

 .cafe-rev{
  flex-direction: column-reverse !important;
} 
}
@media(min-width:576px)and (max-width:767px)
{


.land-box {
    float: none;
    width: 83%;
  
    margin: auto;
}
.landban4-shop-now {
    margin: auto;
    float: left;
  }
.land-ban4 img {
    float: left;
    width: 90%;
    margin: unset;
    display: block;
  }
  .land-ban1 h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 42px;
  }
    .land-ban4 h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 42px;
  }
  .land-ban1-img {
    float: left;
    width: 82%;
    margin: unset;
  }
  .land-ban3-img {
    float: left;
    width: 90%;
    margin: unset;
  }
  .corn-logo{
    width:250px !important;
  }


.land-ban2-img-cafe {
    float: left;
    width: 90%;
    margin-right: unset;
  }
  .land-ban1-cafe h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 40px;
  }
  .land-box2 {
    float: none;
    width: 71%;
    margin: auto;
  }
  .land-ban3 h2 br{
    display: none;
  }
  .land-ban3-img-cafe {
    width: 80%;
    margin-left: unset;
    margin-bottom: 10px;
    float: left;
}
.land-banj-img-cafe {
    width: 84%;
    margin-left: unset;
    margin-bottom: 10px;
    float: left;
}
.land-ban23 h2 {
    font-size: 40px;
  }

  .land-ban3 h2 {
font-size: 40px;
  }
.cafe-logo {
    width:100% !important;
}
  .kaapi-logo-head {
    width: 100% !important;


}
.land-slide {

height: 391px;
}
.land-slide-cont h1 {
    float: left;
    font-size: 42px;
  }
  .land-center {
    display: flex;
    gap: 30px;
    align-items: unset;
    flex-direction: column;
    justify-content: unset;
}

.land-kaapi1 h6 {

text-align: left;
}
.land-kaapi1 h2 {

text-align: left;
}
.land-kaapi1 p {margin-bottom: 30px;text-align: left;}
.landban-shop-now {
    /* margin: auto; */
    /* float: none; */
  }
  .process-text h1 {
    font-size: 36px;
  }
      .menu-img {
        filter: invert(1);
      }
      .mobile-nav{
    width: 100% !important;
    float: right;
    display: flex;
    align-items: start;
    justify-content: flex-start !important;
    margin-top: 0px !important;
    height: 27px;
    }
          .menu-img {
        width: 28px !important;
        margin-top: 0px !important;
        margin-left: 0px !important;

      }
  .land-slide {
background-position: center;
  }
  .land-kaapi-img {
    /* height: 494px; */
    width: 437px;
    margin-right: 0px;
  }
  .land-kaapi1 h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 40px;
  }
.logo-container {
  position: relative;
  top: 30px;
  left: unset;
  width: 100%;
  right: unset;
  height: 120px;
  /* margin: inherit; */ /* centers horizontally */
  align-items: start;
  float: left;
  justify-content: flex-start;
  display: flex;
}
.content-section {
    display: flex
;
    gap: 4rem;
    padding-top: 79px;
    float: left;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.colum-sec {
    height: 234px;
  }
  .column p {
width: 100%;
  }
  .land-mega {
    width: 300px;
    left: -63px !important;
  }
  .landban2 h2 {
    float: left;
    width: 100%;
    font-size: 38px;
  }
  .process-icon {
    width: 97px;
    display: none;
    top: 52px;
  }
  .timeline-image {
    width: 100%;
    height: 297px;
  }
  .timeline-image-wrapper {
    width: 100%;
  }
  .timeline-content {
    width: 100%;
    background-color: #261713;
    border: 1px solid #685d5a;
    padding: 0px 20px;
  }
  .timeline-description {
    font-size: 16px;
  }
  .last-slide-cont h1 {
    float: left;
    font-size: 38px;
  }
  .sec-pc {
    display: block;
    flex-direction: column;
    /* text-align: center; */
    float: left;
  }
  .process-text {max-width: 100%;flex: none;}
  .kappi-lands{
    z-index: -1;
    margin-top: -17px;
    /* position: relative; */

  }
  .last-slide {
  
    padding: 34px 17px;
    background-position: center;
  }


.ticker-kaapi {
    font-size: 33px !important;
  }
}








@media(min-width:450px)and (max-width:575px)
{



.land-box {
    float: none;
    width: 83%;
  
    margin: auto;
}
.landban4-shop-now {
    margin: auto;
    float: left;
  }
.land-ban4 img {
    float: left;
    width: 90%;
    margin: unset;
    display: block;
  }
  .land-ban1 h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 35px;
  }
    .land-ban4 h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 35px;
  }
  .land-ban1-img {
    float: left;
    width: 82%;
    margin: unset;
  }
  .land-ban3-img {
    float: left;
    width: 90%;
    margin: unset;
  }
  .corn-logo{
    width:100% !important;
  }



  
.land-ban2-img-cafe {
    float: left;
    width: 90%;
    margin-right: unset;
  }
  .land-ban1-cafe h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 33px;
  }
  .land-box2 {
    float: none;
    width: 100%;
    margin: auto;
  }
  .land-ban3 h2 br{
    display: none;
  }
  .land-ban3-img-cafe {
    width: 100%;
    margin-left: unset;
    margin-bottom: 10px;
    float: left;
}
.land-banj-img-cafe {
    width: 100%;
    margin-left: unset;
    margin-bottom: 10px;
    float: left;
}
.land-ban23 h2 {
    font-size: 40px;
  }

  .land-ban3 h2 {font-size: 34px;}
.cafe-logo {
    width:100% !important;
}

  .kaapi-logo-head {
    width: 100% !important;


}
.land-slide {

height: 308px;
}
.land-slide-cont h1 {
    float: left;
    font-size: 36px;
  }
  .land-center {
    display: flex;
    gap: 30px;
    align-items: unset;
    flex-direction: column;
    justify-content: unset;
}

.land-kaapi1 h6 {

text-align: left;
}
.land-kaapi1 h2 {

text-align: left;
}
.land-kaapi1 p {margin-bottom: 30px;text-align: left;}
.landban-shop-now {
    /* margin: auto; */
    /* float: none; */
  }
  .process-text h1 {
    font-size: 36px;
  }
      .menu-img {
        filter: invert(1);
      }
      .mobile-nav{
    width: 100% !important;
    float: right;
    display: flex;
    align-items: start;
    justify-content: flex-start !important;
    margin-top: 0px !important;
    height: 27px;
    }
          .menu-img {
        width: 28px !important;
        margin-top: 0px !important;
        margin-left: 0px !important;

      }
  .land-slide {
background-position: center;
  }
  .land-kaapi-img {
    /* height: 494px; */
    width: 100%;
    margin-right: 0px;
  }
  .land-kaapi1 h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 40px;
  }
.logo-container {
  position: relative;
  top: 30px;
  left: unset;
  width: 100%;
  right: unset;
  height: 120px;
  /* margin: inherit; */ /* centers horizontally */
  align-items: start;
  float: left;
  justify-content: flex-start;
  display: flex;
}
.content-section {
    display: flex
;
    gap: 4rem;
    padding-top: 79px;
    float: left;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.colum-sec {
    height: auto;
  }
  .column p {
width: 100%;
  }
  .land-mega {
    width: 300px;
    left: -63px !important;
  }
  .landban2 h2 {
    float: left;
    width: 100%;
    font-size: 38px;
  }
  .process-icon {
    width: 97px;
    display: none;
    top: 52px;
  }
  .timeline-image {
    width: 100%;
    height: 297px;
  }
  .timeline-image-wrapper {
    width: 100%;
  }
  .timeline-content {
    width: 100%;
    background-color: #261713;
    border: 1px solid #685d5a;
    padding: 0px 20px;
  }
  .timeline-description {
    font-size: 16px;
  }
  .last-slide-cont h1 {
    float: left;
    font-size: 38px;
  }
  .sec-pc {
    display: block;
    flex-direction: column;
    /* text-align: center; */
    float: left;
  }
  .process-text {max-width: 100%;flex: none;}
  .kappi-lands{
    z-index: -1;
    margin-top: -17px;
    position: relative;

  }
  .last-slide {
  
    padding: 34px 17px;
    background-position: center;
  }


.ticker-kaapi {
    font-size: 33px !important;
  }

  .product-box{
    border-radius: 0px;
    background-position-y: bottom !important;
  }

.img1-prc {
    max-width: 48%;
    margin-bottom: 40px;
}
.img2-prc {
    max-width: 48%;
    margin-bottom: 30px;
}
.img3-prc {
    max-width: 53%;
    margin-bottom: 30px;
}
}




@media(max-width:767px)
{
  .home-text{
    display: none;
  }
  .landing-go-back img{
    width: 25px !important;
  }
}

@media(min-width:767px)
{
  .home-icon{
    display: none;
  }
}


@media(max-width:449px)
{

.land-box {
    float: none;
    width: 100%;
    margin: auto;
}
.landban4-shop-now {
    margin: auto;
    float: left;
  }
.land-ban4 img {
    float: left;
    width: 90%;
    margin: unset;
    display: block;
  }
  .land-ban1 h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 28px;
  }
    .land-ban4 h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 29px;
  }
  .land-ban1-img {
    float: left;
    width: 100%;
    margin: unset;
  }
  .land-ban3-img {
    float: left;
    width: 100%;
    margin: unset;
  }
  .corn-logo{
    width:100% !important;
  }



  

  .kaapi-logo-head {
    width: 100% !important;


}
.land-slide {

height: 258px;
}
.land-slide-cont h1 {
    float: left;
    font-size: 25px;
  }
  .land-center {
    display: flex;
    gap: 30px;
    align-items: unset;
    flex-direction: column;
    justify-content: unset;
}

.land-kaapi1 h6 {

text-align: left;
}
.land-kaapi1 h2 {

text-align: left;
}
.land-kaapi1 p {margin-bottom: 30px;text-align: left;}
.landban-shop-now {
    /* margin: auto; */
    /* float: none; */
  }
  .process-text h1 {
    font-size: 31px;
  }
      .menu-img {
        filter: invert(1);
      }
      .mobile-nav{
    width: 100% !important;
    float: right;
    display: flex;
    align-items: start;
    justify-content: flex-start !important;
    margin-top: 0px !important;
    height: 27px;
    }
          .menu-img {
        width: 28px !important;
        margin-top: 0px !important;
        margin-left: 0px !important;

      }
  .land-slide {
background-position: center;
  }
  .land-kaapi-img {
    /* height: 494px; */
    width: 100%;
    margin-right: 0px;
  }
  .land-kaapi1 h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 31px;
  }
.logo-container {
  position: relative;
  top: 30px;
  left: unset;
  width: 100%;
  right: unset;
  height: 120px;
  /* margin: inherit; */ /* centers horizontally */
  align-items: start;
  float: left;
  justify-content: flex-start;
  display: flex;
}
.content-section {
    display: flex
;
    gap: 4rem;
    padding-top: 79px;
    float: left;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.colum-sec {
    height: auto;
  }
  .column p {
width: 100%;
  }
  .land-mega {
    width: 300px;
    left: -63px !important;
  }
  .landban2 h2 {
    float: left;
    width: 100%;
    font-size: 33px;
    margin-bottom: 40px;
  }
  .process-icon {
    width: 97px;
    display: none;
    top: 52px;
  }
  .timeline-image {
    width: 100%;
    height: 227px;
  }
  .timeline-image-wrapper {
    width: 100%;
  }
  .timeline-content {
    width: 100%;
    background-color: #261713;
    border: 1px solid #685d5a;
    padding: 0px 20px;
  }
  .timeline-description {
    font-size: 16px;
  }
  .last-slide-cont h1 {
    float: left;
    font-size: 31px;
  }
  .sec-pc {
    display: block;
    flex-direction: column;
    /* text-align: center; */
    float: left;
  }
  .process-text {max-width: 100%;flex: none;}
  .kappi-lands{
    z-index: -1;
    margin-top: -17px;
   /* position: relative; */

  }
  .last-slide {
  
padding: 34px 12px;
  
background-position: center;
  }


.ticker-kaapi {
    font-size: 33px !important;
  }

  .product-box{
    border-radius: 0px;
    background-position-y: bottom !important;
  }

.img1-prc {
    max-width: 48%;
    margin-bottom: 40px;
}
.img2-prc {
    max-width: 48%;
    margin-bottom: 30px;
}
.img3-prc {
    max-width: 53%;
    margin-bottom: 30px;
}
.land-shop-now {
    float: left;
    border-radius: 11px;
   
    width: 144px;
    height: 41px;
    font-size: 15px;
  }
}



@media(max-width:449px)
{
  .img-wrap {
    float: left;
    width: 100%;
    height: auto;
  }
  .land-ban2-img-cafe {
    float: left;
    width: 100%;
    margin-right: unset;
  }
  .land-ban1-cafe h2 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 33px;
  }
  .land-box2 {
    float: none;
    width: 100%;
    margin: auto;
    padding: 27px 16px;
  }
  .land-ban3 h2 br{
    display: none;
  }
  .land-ban3-img-cafe {
    width: 100%;
    margin-left: unset;
    margin-bottom: 10px;
    float: left;
}
.land-banj-img-cafe {
    width: 100%;
    margin-left: unset;
    margin-bottom: 10px;
    float: left;
}
.land-ban23 h2 {
    font-size: 40px;
  }

  .land-ban3 h2 {font-size: 29px;}
.cafe-logo {
    width:100% !important;
}


}



@media only screen and (min-width:230px) and (max-width:768px) {
.view-btn{opacity: 1;
    transform: translateY(-10px);}
}