* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}

p {
  font-family: var(--inter);
  font-size: 24px;
}
/* -----Hero section------ */

.hero {
  background-image: url(../images/home/hero-bg.png);
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: end;
  justify-content: end;
}
.hero-text h1 {
  text-align: end;
  color: #fff;
  font-size: 75px;
  letter-spacing: 20px;
  font-family: var(--inter);
  font-weight: 700;
}
.hero-text h2 {
  text-align: end;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  padding-left: 60%;
  font-family: var(--montserrat);
  line-height: 50px;
  text-shadow: 2px 2px 0 #0000004f;
}
.hero-text {
  padding: 40px 50px;
  text-align: end;
  background: linear-gradient(to right, transparent 20%, #805533bd 80%);
}

.hero .btn {
  background-color: #fff;
  padding: 5px 30px;
  font-size: 27px;
  border-radius: 2rem !important;
  font-weight: bold;
  color: #49311e;
  text-shadow: 1px 2px 0 #0000004f;
}

/* -------------------------------------------------------------- */
.info {
  padding: 60px 0;
}

.info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.info-icon {
  background-color: #f7e6cf;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
.info-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-text h4 {
  font-family: var(--montserrat);
  font-size: 20px;
}
.info-text p {
  text-align: center;
  font-family: var(--montserrat);
  font-size: 14px;
}
.info-icon i {
  font-size: 35px;
}

.info-section {
  border-bottom: 5px solid #000;
  padding-bottom: 40px;
}

/* ------------------------------------------------------------------ */

.off-section {
  background-image: linear-gradient(to bottom, #ffffff9d, #ffffff9d),
    url(../images/home/off-bg.png);
  background-size: cover;
  background-position: center;
  margin-top: 0px;
  padding: 70px 0;
}
.off-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.off-section .container h2 {
  font-size: 70px;
  font-weight: 600;
  font-family: var(--inter);
}
.off-section .container h4 {
  padding: 0 140px;
  font-family: var(--inter);
  font-size: 25px;
  line-height: 40px;
}
.off-section .container .btn {
  padding: 5px 30px;
  font-size: 26px;
  border-radius: 3rem !important;
  font-weight: bold;
  color: #000000;
  font-family: var(--inter);
  border: 6px solid #000;
  text-shadow: 1px 2px 0 #0000004f;
}

/* ------------------------------------------- */
.product-section {
  margin-top: 50px;
}
.product-section h2 {
  font-size: 45px;
  font-weight: bold;
  color: #000000;
  font-family: var(--inter);
  text-shadow: 1px 2px 0 #0000004f;
}
.pro-box {
  overflow: hidden;
}

.pro-box img {
  width: 100%;
  height: 350px;
  border-radius: 26px;
  object-fit: cover;
  transition: 0.6s all;
  cursor: pointer;
}

.pro-box:hover img {
  transform: scale(1.02);
}

.pro-box h3 {
  font-size: 50px;
  font-weight: 400;
  font-family: var(--waterfall);
  text-shadow: 1px 2px 0 #0000004f;
  margin-top: 20px;
}

.pro-box p {
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.pro-box a {
  font-size: 50px;
  color: #000;
}

/* ---------------------------------------------- */

.mockup {
  background-color: #ede8e5;
  padding: 60px 50px;
  margin-top: 60px;
}
.col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 100px;
  padding: 100px 0;
}
.col-left div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.col-left div i {
  font-size: 50px;
}
.col-left div h2 {
  font-size: 36px;
  font-family: var(--inter);
  font-weight: 600;
  text-shadow: 1px 2px 0 #0000004f;
}
.col-right {
  height: 100%;
}
.col-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  border-radius: 2rem;
}

.blog {
  margin-top: 60px;
  padding: 60px 50px;
}

.blog h2 {
  font-size: 45px;
  margin-bottom: 70px;
  font-weight: bold;
  color: #000000;
  font-family: var(--inter);
  text-shadow: 1px 2px 0 #0000004f;
}
.blog-box {
  width: 70%;
  margin: 0 auto;
  padding: 50px;
  background-image: url(../images/home/blog-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0 4rem 0 4rem;
}
.blog-box img {
  width: 100%;
  border-radius: 2rem;
  height: 300px;
  object-fit: cover;
}

.blog-box p {
  font-size: 18px;
  font-weight: 600;
}

/* --------------------------------------------- */

.story {
  padding: 110px 60px;
  background-image: url(../images/home/story-bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.story-left {
  text-align: center;
}
.story-left img {
  width: 65%;
}
.story-right p {
  text-align: justify;
  line-height: 40px;
  font-size: 20px;
}
.story-right h2 {
  font-size: 45px;
  font-weight: bold;
  color: #000000;
  font-family: var(--inter);
  text-shadow: 1px 2px 0 #0000004f;
}

.footer {
  padding: 60px 50px;
  background-color: #ede8e5;
  border-top: none;
}

/* -------------------------Responsive Desing----------------------------*/
@media screen and (max-width: 600px) {
  br {
    display: none;
  }
  .hero {
    margin-top: 0px;
    min-height: 70vh;
  }

  .off-section {
    padding: 40px 0;
  }

  .hero-text {
    padding: 20px 10px !important;
  }

  .hero .btn {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .hero-text h1 {
    font-size: 36px;
    letter-spacing: 13px;
  }
  .hero-text h2 {
    padding-left: 0;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 18px;
  }
  .off-section .container h2 {
    font-size: 30px;
  }
  .product-section h2 {
    font-size: 32px;
  }
  .pro-box h3 {
    font-size: 35px;
}
.pro-box p {
    margin-top: 10px;
    font-size: 18px;
}

.pro-box a {
    font-size: 30px;
}

  .off-section .container h4 {
   padding: 0;
    line-height: normal;
    font-size: 20px;
  }
  .off-section .container .btn {
    padding: 10px 20px;
    font-size: 20px;
  }
  .blog h2 {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .blog {
    padding: 0;
    margin-top: 40px;
  }
  .story-left img {
    width: 100%;
  }
  .mockup {
    padding: 30px 0;
    margin-top: 20px;
  }
  .col-left {
    padding: 0;
    gap: 20px;
  }
  .col-left div h2 {
    font-size: 26px;
  }
  
  .col-left div i {
    font-size: 32px;
}

  .blog-box {
    width: 100%;
    padding: 40px 20px;
    background-size: 100% 100%;
  }
  .blog-box img {
    transform: scale(0.9);
    object-fit: cover;
  }

  .story {
    margin-top: 0px;
    padding: 40px 15px;
    background-size: cover;
    background-position: right;
  }

  .story-right h2 {
    font-size: 32px;
    text-align: center !important;
  }

  .story-right p {
        text-align: center;
        line-height: normal;
        font-size: 18px;
  }

  .footer {
    padding: 40px 15px;
  }
}
