@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Urbanist;
}
:root {
  --blue: #1875d8;
  --green: #23ad2f;
  --black: #000000;
  --white: #ffffff;
  --dark: #182233;
  --font-color: #1c1c1c;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  overflow-x: hidden;
  color: var(--black);
}
.main {
  width: 100vw;
  min-height: 100vh;
}
.navbar {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.upper-section {
  width: 100vw;
  height: 5vh;
  background-color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 96px 0px 96px;
  color: var(--white);
  gap: 200px;
}
.contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.nmbr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--white);
}
.nmbr p {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}
.middle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 34px 96px 20px 96px;
  gap: 20px;
}
.middle img {
  height: 5vh;
}
nav ul {
  list-style-type: none;
}
nav ul {
  list-style-type: none;
}
.mobile-nav{
display: none;
}
.searchbar {
  width: 55vw;
  height: 6vh;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px 10px 30px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.serchhere {
  width: 55vw;
  border: none;
  font-size: 17px;
  font-weight: 400;
  color: var(--dark);
  box-shadow: none;
}
.serchhere:focus {
  outline: none;
}
.quote {
  width: 15vw;
  height: 6vh;
  top: 76px;
  left: 944px;
  padding: 16px 24px 16px 24px;
  gap: 10px;
  border-radius: 7px;
  opacity: 0px;
  background-color: var(--green);
  color: var(--white);
  border: none;
  cursor: pointer;
    font-family: Urbanist;
    font-size: 17px;
    font-weight: 400;
    line-height: 20.4px;
    text-align: center;
}
.Order {
  width: 15vw;
  height: 6vh;
  top: 76px;
  left: 1156px;
  padding: 16px 24px 16px 24px;
  gap: 10px;
  border-radius: 7px ;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  color: var(--green);
  border: 1px solid var(--green);
  cursor: pointer;
    font-family: Urbanist;
    font-size: 17px;
    font-weight: 400;
    line-height: 20.4px;
    text-align: center;
}
nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 10px 96px 30px 96px;
}
nav a {
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  color: #323a43;
}
nav a:focus{
  color: var(--green);
}
.green {
  color: var(--green);
}
.hero-section {
  width: 100vw;
  padding: 96px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
}
.right {
  width: 45vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  gap: 40px;
}
.right h1 {
  font-family: Urbanist;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--dark);
}
.right p {
  font-family: Urbanist;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  text-align: left;
  color: var(--dark);
}
.right button {
  width: Fixed (188px) px;
  height: Fixed (52px) px;
  padding: 16px 24px 16px 24px;
  gap: 10px;
  border-radius: 7px 7px 7px 7px;
  opacity: 0px;
  background-color: var(--green);
  color: var(--white);
  border: none;
  cursor: pointer;
    font-family: Urbanist;
    font-size: 17px;
    font-weight: 400;
    line-height: 20.4px;
    text-align: center;
}
.images {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
.left {
  height: 80vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.image1 {
  width: 15vw;
  height: 35vh;
  top: 328px;
  left: 96px;
  gap: 0px;
  border-radius: 16px 16px 16px 16px;
  opacity: 0px;
  background-color: #23ad2f;
  overflow: hidden;
}
.image1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rec3 {
  width: 40vw;
  height: 71vh;
  top: 328px;
  left: 308px;
  gap: 0px;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
  opacity: 0px;
  background-color: #323a43;
  overflow: hidden;
}
.rec3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Third-section {
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px 96px 30px 96px;
  color: var(--black);
  gap: 30px;
}
.Third-section h1 {
  font-family: Urbanist;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.02em;
  text-align: left;
}
.Third-section p {
  font-family: Urbanist;
  width: 50vw;
  font-size: 30px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  margin-left: 43px;
}
.fourth-section {
  width: 100vw;
  height: 50vh;
  display: flex;
  padding: 10px 96px 30px 96px;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}
.card1 {
  width: 45vw;
  height: 360px;
  background-color: #e8f2fc;
  top: 1107px;
  left: 96px;
  gap: 10px;
  border-radius: 16px 0px 0px 0px;
  opacity: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.card1 img{
  width: 100%;
  height: 60%;
}
.shop {
  margin-top: 30px;
  padding: 30px;
}
.card1 h3 {
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--black);
}
.card1 p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: var(--black);
}

.card-container {
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 10px 96px 30px 96px;
}
.cards {
  width: 294px;
  height: 395px;
  top: 1491px;
  left: 96px;
  gap: 0px;
  border-radius: 16px 0px 0px 0px;
  opacity: 0px;
  background-color: #eafbeb;
}
.custom-pakaging {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--black);
}
.custom-pakaging p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
}
.sixth-section {
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 96px 96px 30px 96px;
  color: var(--black);
}

.sixth-section h1 {
  width: 40vw;
  font-family: Urbanist;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.02em;
  text-align: left;
 
}

.sixth-section p {
  width: 45vw;
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
}

.seventh-section {
  width: 100vw;
  padding: 96px 96px 30px 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.designs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.designs h5 {
  font-family: Urbanist;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.03em;
  text-align: left;
}
.designs p {
  font-family: Urbanist;
  font-size: 14px;
  width: 13vw;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
}
.contact-form {
  width: 100vw;
  margin-top: 8%;
  margin-bottom: 8%;
  overflow: hidden;
  padding: 96px 96px 65px 96px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.inner-section {
  width: 100vw;
  display: flex;
  align-items: flex-start;
  gap: 200px;
  color: var(--black);
}

.inner-section h1 {
  width: 40vw;
  font-family: Urbanist;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.02em;
  text-align: left;
}

.inner-section p {
  width: 40vw;
  font-family: Urbanist;
  font-size: 30px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
}
.main-section {
  width: 90vw;
  min-height: 50vh;
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.left-section {
  width: 50vw;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
}
.form-group h3 {
  font-family: Urbanist;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
  width: 28vw;
  height: 5vh;
  padding: 8px 10px 8px 16px;
  border: 1px solid #ccc;
  border-radius: 7px;
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
  background-color: var(--white);
}
#description {
  width: 59vw;
  height: 10vh;
  padding: 8px 10px 8px 16px;
  border: 1px solid #ccc;
  border-radius: 7px;
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
}
.btn-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.get-qoute {
  width: Fixed (188px) px;
  height: Fixed (52px) px;
  top: 600px;
  left: 96px;
  padding: 16px 24px 16px 24px;
  gap: 10px;
  border-radius: 7px;
  opacity: 0px;
  background-color: var(--green);
  color: var(--white);
  border: 1px solid var(--green);
  cursor: pointer;
}
.book-call {
  width: Fixed (188px) px;
  height: Fixed (52px) px;
  top: 600px;
  left: 308px;
  padding: 16px 24px 16px 24px;
  gap: 10px;
  border-radius: 7px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  color: var(--green);
  border: 1px solid var(--green);
  background-color: var(--white);
  cursor: pointer;
}
.right-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blue-div {
  width: 25vw;
  height: 20vh;
  top: 231px;
  left: 944px;
  padding: 40px 16px 40px 47px;
  gap: 0px;
  border-radius: 16px 0px 0px 0px;
  opacity: 0px;
  background-color: #e8f2fc;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blue-div h2 {
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.02em;
  text-align: left;
}
.blue-div p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.green-div {
  width: 25vw;
  height: 20vh;
  top: 231px;
  left: 944px;
  padding: 40px 16px 40px 47px;
  gap: 0px;
  border-radius: 16px 0px 0px 0px;
  opacity: 0px;
  background-color: #eafbeb;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.green-div h2 {
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.02em;
  text-align: left;
}

.green-div p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.lite-div  {
  width: 25vw;
  height: 20vh;
  top: 231px;
  left: 944px;
  padding: 40px 16px 40px 47px;
  gap: 0px;
  border-radius: 16px 0px 0px 0px;
  opacity: 0px;
  background-color: #eef1f7;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lite-div h2 {
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.02em;
  text-align: left;
}

.lite-div p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.ccustom-pakaging {
  width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px 96px 30px 96px;
  gap: 120px;
}
.ccustom-pakaging h1 {
  font-family: Urbanist;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.02em;
  text-align: left;
  line-height: 4rem;
}
.ccustom-pakaging p {
  font-family: Urbanist;
  margin-top: 15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  margin-left: 100px;
}
.known {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 15px;
}
.btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.cards-container {
  display: flex;
  padding-left: 96px;
  gap: 10px;
}
.slides{
    display: flex;
      gap: 10px;
}
.card {
  width: 294px;
  height: 395px;
  top: 3755px;
  left: 414px;
  gap: 0px;
  border-radius: 16px 0px 0px 0px;
  opacity: 0px;
  background-color: #eafbeb;
}
.pakaging {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--black);
}
.ninth-section {
  margin-top: 150px;
}
.testmonial {
  width: 100vw;
  padding: 96px 96px 65px 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.testmonial p {
  font-family: Urbanist;
  font-size: 29px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  width: 60vw;
}
.evvoirment {
  width: 100vw;
  padding: 10px 96px 65px 96px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.box {
  width: 400px;
  height: 200px;
  padding: 37px 16px 38px 47px;
  gap: 7px;
  border-radius: 16px 16px 16px 16px;
  opacity: 0px;
  background-color: #eafbeb;
  display: flex;
  flex-direction: column;
}
.box h3 {
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.02em;
  text-align: left;
}
.box img {
  width: 40px;
  height: 40px;
  gap: 0px;
  opacity: 0px;
}
.box p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.last-section {
  width: 100vw;
  padding: 10px 96px 65px 96px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 150px;
}
.last-section h1 {
  font-family: Urbanist;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.02em;
  text-align: left;
}
.explore {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.btn-class {
  display: flex;
  gap: 10px;
}
.explore-now {
  width: Fixed (188px) px;
  height: Fixed (52px) px;
  padding: 16px 24px 16px 24px;
  gap: 10px;
  border-radius: 7px 0px 0px 0px;
  opacity: 0px;
  background-color: var(--green);
  color: var(--white);
  border: 1px solid var(--green);
}
.faq {
  width: Fixed (188px) px;
  height: Fixed (52px) px;
  padding: 16px 24px 16px 24px;
  gap: 10px;
  border-radius: 7px 0px 0px 0px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  background-color: var(--white);
  border: 1px solid var(--green);
  color: var(--green);
}
.question {
  width: 608px;
  height: 213px;
  padding: 41.8px 113px 41.71px 112.52px;
  gap: 0px;
  border-radius: 16px 10px 10px 10px;
  opacity: 0px;
  background-color: #e8f2fc;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

/* First page ended here */

/* Categories page started */

.top {
  width: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 96px 0px 96px;
  gap: 30px;
}
.top a {
  text-decoration: none;
  color: var(--dark);
}
.industry {
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.box-by-industry {
  width: 100vw;
  display: flex;
  padding: 30px 0px 0px 96px;
  align-items: flex-start;
  justify-content: space-between;
}
.home h1 {
  font-family: Urbanist;
  padding: 30px 96px 0px 96px;
  margin-top: 40px;
  width: 30vw;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: left;
}
.products {
  width: 100vw;
  height: 150vh;
  margin-top: 5%;
  display: flex;
  align-items: flex-start;
}
.categories {
  width: 25vw;
  height: 100vh;
  background-color: var(--white);
  padding: 30px 96px 0px 96px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.category {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.categories h4 {
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--green);
}
.category a {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--dark);
  text-decoration: none;
}
.shop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 400;
  gap: 15px;
}
.checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

/* Style for the label text */
.checkbox-label {
  margin-right: 10px;
}

/* Style for the checkbox */
.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Style for the checked state of the checkbox */
.custom-checkbox:checked {
  background-color: var(--green);
}

/* Style for the checkmark */
.custom-checkbox:checked::before {
  content: "\2713";
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 18px;
  color: white;
}
.boxes {
  width: 80vw;
  height: 100vh;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.rigidboxes {
  width: 100vw;
  padding: 30px 96px 0px 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7%;
}
.innerbox {
  width: 80vw;
  height: 70vh;
  display: flex;
  flex-direction: column;
  gap: 50px;
  overflow: scroll;
  overflow-x: hidden;
  border: 2px solid var(--green);
  border-radius: 16px 16px 16px 16px;
  padding: 20px;
}
.innerbox::-webkit-scrollbar {
  width: 12px;
  /* Width of the scrollbar */
}

/* Track */
.innerbox::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Color of the track */
}

/* Handle */
.innerbox::-webkit-scrollbar-thumb {
  background: var(--green);
  /* Color of the handle */
  border-radius: 6px;
  /* Rounded corners of the handle */
}

/* Handle on hover */
.innerbox::-webkit-scrollbar-thumb:hover {
  background: var(--green);
  /* Color of the handle on hover */
}
.innerbox h2 {
  font-family: Urbanist;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--green);
}
.innerbox p {
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
}

/* Categories page ended */

/* Product page started */
.third-page {
  width: 100vw;
  padding: 30px 96px 30px 96px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
}
.lefts-section {
  width: 40vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 30px;
}
.square1 {
  width: 40vw;
  height: 30vh;
  top: 30vh;
  left: 96px;
  gap: 0px;
  border-radius: 16px 16px 16px 16px;
  opacity: 0px;
  background-color: #d5f6d7;
  overflow: hidden;
}
.square {
  width: 40vw;
  height: 60vh;
  top: 30vh;
  left: 96px;
  gap: 0px;
  border-radius: 16px 16px 16px 16px;
  opacity: 0px;
  background-color: #d9d9d9;
  overflow: hidden;
}
.square img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mini-squares {
  width: 40vw;
  height: 20vh;

  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.inner-square {
  width: 25vw;
  height: 30vh;
  top: 993px;
  left: 96px;
  gap: 0px;
  border-radius: 16px 16px 16px 16px;
  opacity: 0px;
  background-color: #d9d9d9;
  overflow: hidden;
}
.inner-square img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pros {
  width: 40vw;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 12%;
}
.pros2 {
  width: 40vw;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.eco-friendly {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7px;
}
.eco-friendly h5 {
  font-family: Urbanist;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.03em;
  text-align: left;
  color: var(--dark);
}
.product-details {
  width: 40vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 7%;
}
.product-details h5 {
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--dark);
}
.product-details p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: var(--dark);
}
.rights-section {
  width: 50vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
.rights-section h1 {
  font-family: Urbanist;
  font-size: 70px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.02em;
  text-align: left;
  line-height: 5rem;
}
.rights-section p {
  font-family: Urbanist;
  font-size: 25px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
}
.form {
  width: 32vw;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.form h3 {
  font-family: Urbanist;
  font-size: 29px;
  font-weight: 700;
  line-height: 34.8px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 10px;
}
.form-group2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-group2 h3 {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
}
.box-size{
  display: flex;
  gap: 15px;
}
.box-size #options{
width: 10vw;
}
.box-size #fullname{ 
 width: 15vw;
}
.discription{
  display: flex;
    gap: 15px;
}
.discription #discription{
width: 15vw;
height: 5vh;
padding: 10px;
  border: 1px solid #ccc;
    border-radius: 7px;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
    background-color: var(--white);
}
.discription #date{
  width: 10vw;
  height: 5vh;
  padding: 10px;
    border: 1px solid #ccc;
      border-radius: 7px;
      font-family: Urbanist;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: -0.01em;
      background-color: var(--white);
}
.greens-div {
  width: 33vw;
  height: 20vh;
  top: 231px;
  left: 944px;
  padding: 40px 16px 40px 47px;
  gap: 0px;
  border-radius: 16px 16px 16px 16px;
  opacity: 0px;
  background-color: var(--green);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.greens-div h2 {
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--white);
}

.greens-div p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: var(--white);
}
.blues-div {
  width: 33vw;
  height: 20vh;
  top: 231px;
  left: 944px;
  padding: 40px 16px 40px 47px;
  gap: 0px;
  border-radius: 16px 16px 16px 16px;
  opacity: 0px;
  background-color: var(--blue);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blues-div h2 {
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--white);
}

.blues-div p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: var(--white);
}
.section-three {
  width: 100vw;
  padding: 30px 96px 30px 96px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
}

.section-three h1 {
  font-family: Urbanist;
  width: 30vw;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--dark);
}
.questionz{
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.questionz1{
  width: 40vw;
  height: 8vh;
  background-color: #d5f6d7;
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.questionz1 button{
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.answer{
  width: 40vw;
  height: 20vh;
  background-color: #d5f6d7;
  padding: 20px;
  display: none;
}
.answer p{
  font-size: 1.4rem;
}
.steps{
  width: 100vw;
  padding: 30px 96px 30px 96px;
  margin-top: 50px;
}
.steps h1{
  font-family: Urbanist;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.02em;
    text-align: left;
    width: 40vw;
}
.step-1{
  width: 28.5vw;
  margin-top: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.get{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.get h4{
  font-family: Urbanist;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
}
.get P{
  font-family: Urbanist;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-align: left;
    width: 25vw;
}
.inner-step{
  display:flex ;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.product-title{
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
.structure {
  width: 100vw;
  padding: 30px 96px 30px 96px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.box1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.square-box {
  width: 400px;
  height: 220px;
  top: 3357px;
  left: 96px;
  gap: 0px;
  border-radius: 16px 16px 16px 16px;
  opacity: 0px;
  overflow: hidden;
}
.square-box img {
  width: 100%;

  object-fit: cover;
}
.box1 h5 {
  font-family: Urbanist;
  font-size: 32px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.03em;
  text-align: left;
}
.box1 p {
  width: 21vw;
  font-family: Anek Devanagari;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-align: left;
}
.big-box {
  width: 100vw;
  padding: 30px 96px 30px 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rectangle-box {
  width: 80vw;
  height: 80vh;
  top: 4400px;
  left: 96px;
  gap: 0px;
  border-radius: 16px 16px 16px 16px;
  opacity: 0px;
  background-image: url(../assets/Rectangle\ 5035.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1000;
  overflow: hidden;
}
.inner-rectangle {
  width: 80vw;
  height: 80vh;
  padding: 96px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.5);
}
.inner-rectangle p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--white);
}
.inner-rectangle h1 {
  font-family: Urbanist;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.04em;
  text-align: left;
  color: var(--white);
}
.inner-rectangle button {
  width: Fixed (188px) px;
  height: Fixed (52px) px;
  top: 4772px;
  left: 178px;
  padding: 16px 24px 16px 24px;
  gap: 10px;
  border-radius: 7px 7px 7px 7px;
  font-size: 15px;
  font-weight: 500;
  opacity: 0px;
  color: var(--white);
  background-color: var(--green);
  border: 1px solid var(--green);
  cursor: pointer;
}

.big-box2 {
  width: 100vw;
  padding: 30px 96px 30px 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rectangle-box2 {
  width: 80vw;
  height: 80vh;
  top: 4400px;
  left: 96px;
  gap: 0px;
  border-radius: 16px 16px 16px 16px;
  opacity: 0px;
  background-image: url(../assets/Rectangle\ 5037.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1000;
  overflow: hidden;
}

.inner-rectangle2 {
  width: 80vw;
  height: 80vh;
  padding: 96px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.5);
}

.inner-rectangle2 p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--white);
}

.inner-rectangle2 h1 {
  font-family: Urbanist;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.04em;
  text-align: left;
  color: var(--white);
}

.inner-rectangle2 button {
  width: Fixed (188px) px;
  height: Fixed (52px) px;
  top: 4772px;
  left: 178px;
  padding: 16px 24px 16px 24px;
  gap: 10px;
  border-radius: 7px 7px 7px 7px;
  font-size: 15px;
  font-weight: 500;
  opacity: 0px;
  color: var(--white);
  background-color: var(--green);
  border: 1px solid var(--green);
  cursor: pointer;
}
.blog-section {
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px 96px 30px 96px;
  gap: 100px;
}
.blog-left {
  width: 60vw;
  height: 95vh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}
.blog-square {
  width: 25vw;
  height: 35vh;
  gap: 0px;
  border-radius: 16px 16px 16px 16px;
  opacity: 0px;
  background-color: #d9d9d9;
}
.blog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.blog h2 {
  gap: 18px;
  opacity: 0px;
}
.blog-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.box-one {
  width: 15.5vw;
  top: 1070px;
  left: 1050px;
  padding: 30px;
  gap: 0px;
  border-radius: 16px 16px 16px 16px;
  opacity: 0px;
  background-color: #d5f6d7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.box-one h1 {
  font-family: Urbanist;
  width: 10vw;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-align: left;
}
#email-box {
  width: 12vw;
}
.box-one button {
  width: 12vw;
  height: 6vh;
  top: 1459px;
  left: 1080px;
  padding: 16px 24px 16px 24px;
  gap: 10px;
  border-radius: 7px;
  opacity: 0px;
  background-color: var(--green);
  color: var(--white);
  font-weight: 600;
  font-size: 15px;
  border: 1px solid var(--green);
  cursor: pointer;
}
.box-two {
  width: 15.5vw;
  height: 40vh;
  top: 1070px;
  left: 1050px;
  padding: 30px;
  gap: 0px;
  border-radius: 16px 16px 16px 16px;
  opacity: 0px;
  background: rgba(0, 0, 0, 0.5);
  background-image: url(/assets/Rectangle\ 5026.png);
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
}
.box-two p {
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--white);
}
.box-two h1 {
  font-family: Urbanist;
  font-size: 50px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--white);
}

.box-two button {
  width: 12vw;
  height: 6vh;
  top: 1459px;
  left: 1080px;
  padding: 16px 24px 16px 24px;
  gap: 10px;
  border-radius: 7px;
  opacity: 0px;
  background-color: var(--blue);
  color: var(--white);
  font-weight: 600;
  font-size: 15px;
  border: 1px solid var(--blue);
  cursor: pointer;
}

.box-three {
  width: 15.5vw;
  height: 40vh;
  top: 1070px;
  left: 1050px;
  padding: 30px;
  gap: 0px;
  border-radius: 16px 16px 16px 16px;
  opacity: 0px;
  background-color: #d5f6d7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
}
.box-three h3 {
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: left;
}

.box-three button {
  width: 12vw;
  height: 6vh;
  top: 1459px;
  left: 1080px;
  padding: 16px 24px 16px 24px;
  gap: 10px;
  border-radius: 7px;
  opacity: 0px;
  background-color: var(--green);
  color: var(--white);
  font-weight: 600;
  font-size: 15px;
  border: 1px solid var(--green);
  cursor: pointer;
}
.box-three p {
  font-family: Urbanist;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: left;
}
/* Main blog section end here */

/* Blog section start here */
.blogs-left {
  width: 60vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
}
.blog-image {
  width: 60vw;
  height: 80vh;
  background-color: #d9d9d9;
  border-radius: 16px 16px 16px 16px;
}
.second-image {
  width: 60vw;
  height: 70vh;
  gap: 0px;
  border-radius: 16px 16px 16px 16px;
  opacity: 0px;
  background-color: #d9d9d9;
}
.blogs-left h1 {
  font-family: Urbanist;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.02em;
  text-align: left;
}
.blogs-left h3 {
  font-family: Urbanist;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.02em;
  text-align: left;
}
.blogs-left p {
  font-family: Urbanist;
  font-size: 29px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
}
.blogcontent {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* Blog section ended here */

/* Portfolio page started here */
.cardboard {
  width: 100vw;
  display: flex;
  padding: 30px 96px 30px 96px;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 100px;
}
.cardboard h1 {
  font-family: Urbanist;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.02em;
  text-align: left;
}
.doorstep {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: 30%;
}
.doorstep p {
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  width: 30vw;
}
.view-btn {
  width: 30vw;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.view-btn button {
  width: Fixed (188px) px;
  height: Fixed (52px) px;
  top: 1259px;
  left: 1156px;
  padding: 16px 24px 16px 24px;
  gap: 10px;
  border-radius: 7px 7px 7px 7px;
  opacity: 0px;
  background-color: var(--green);
  color: var(--white);
  border: 1px solid var(--green);
}
.sliding-cards {
  width: 100vw;
  display: flex;
  margin-top: 50px;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.wide {
  width: 25vw;
  height: 40vh;
  background-color: #d5f6d7;
  border-radius: 16px 16px 16px 16px;
}
/* Portfolio page ended here */

/* portfolio sub page starts here */
.portfolio-images {
  width: 100vw;
  padding: 30px 96px 30px 96px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.portfolios {
  width: 100vw;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  justify-content: flex-start;
}
.portfolio-left {
  width: 45vw;
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.video {
  width: 45vw;
  height: 30vh;
  background-color: #d5f6d7;
  border-radius: 16px 16px 16px 16px;
}
.portfolio-image1 {
  width: 45vw;
  height: 70vh;
  border-radius: 16px 16px 16px 16px;
}

.portfolio-image1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 16px 16px 16px 16px;
}
.portfolio-right {
  width: 45vw;
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.right-image {
  width: 45vw;
  height: 70vh;
  border-radius: 16px 16px 16px 16px;
}
.right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 16px 16px 16px 16px;
}
.portfolio-inner {
  width: 45vw;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
}
.inner-image1 {
  width: 22.5vw;
  height: 30vh;
  border-radius: 16px 16px 16px 16px;
}
.inner-image1 img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  overflow: hidden;
  border-radius: 16px 16px 16px 16px;
}
.main-2 {
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.main-box1 {
  width: 40vw;
  height: 60vh;
  border-radius: 16px 16px 16px 16px;
}
.main-box1 img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  overflow: hidden;
}
.main-box2 {
  width: 50vw;
  height: 60vh;

  border-radius: 16px 16px 16px 16px;
}
.main-box2 img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  overflow: hidden;
}
.main-3 {
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.main-3-box {
  width: 45vw;
  height: 60vh;
  background-color: #d5f6d7;
  border-radius: 16px 16px 16px 16px;
}
.main-3-box img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  overflow: hidden;
}
.main-4 {
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.main-4-box {
  width: 65vw;
  height: 82vh;
  background-color: #d5f6d7;
  border-radius: 16px 16px 16px 16px;
}
.main-4-box img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  overflow: hidden;
}
.main-inner {
  width: 25vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
}
.main-4-box2 {
  width: 25vw;
  height: 40vh;
  background-color: #d5f6d7;
  border-radius: 16px 16px 16px 16px;
}
.main-4-box2 img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  overflow: hidden;
}
/* portfolio sub page ended here */

/* Help page starts here */
.guidelines {
  width: 100vw;
  padding: 30px 96px 30px 96px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.artworks {
  width: 28vw;
  height: 60vh;
  background-color: #d5f6d7;
  border-radius: 16px 16px 16px 16px;
  padding: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.artworks h2 {
  font-family: Urbanist;
  font-size: 2rem;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.03em;
  text-align: left;
}
.artworks a {
  font-family: Urbanist;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 19.2px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #b2967d;
  text-decoration: none;
}
.artworks-p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  flex-direction: column;
}
.artworks-p p {
  font-family: Urbanist;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.02em;
  text-align: left;
}
.artwork-image {
  width: 23vw;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 70px;
}

.Templates {
  width: 28vw;
  height: 60vh;
  background-color: #e8f2fc;
  border-radius: 16px 16px 16px 16px;
  padding: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.Templates h2 {
  font-family: Urbanist;
  font-size: 2rem;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.03em;
  text-align: left;
}

.Templates a {
  font-family: Urbanist;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 19.2px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #b2967d;
  text-decoration: none;
}

.Templates-p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  flex-direction: column;
}

.Templates-p p {
  font-family: Urbanist;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.02em;
  text-align: left;
}

.Templates-image {
  width: 23vw;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 70px;
}

.Material {
  width: 28vw;
  height: 60vh;
  background-color: #f2eef6;
  border-radius: 16px 16px 16px 16px;
  padding: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.Material h2 {
  font-family: Urbanist;
  font-size: 2rem;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.03em;
  text-align: left;
}

.Material a {
  font-family: Urbanist;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 19.2px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #b2967d;
  text-decoration: none;
}

.Material-p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  flex-direction: column;
}

.Material-p p {
  font-family: Urbanist;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.02em;
  text-align: left;
}

.Material-image {
  width: 23vw;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 70px;
}

.newsletter {
  width: 28vw;
  height: 60vh;
  background-color: #fff;
  border-radius: 16px 16px 16px 16px;
  padding: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.newsletter h1 {
  font-family: Urbanist;
  font-size: 3rem;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: left;
}

#newsletter {
  width: 22vw;
  height: 5vh;
}
.newsletter button {
  width: 22vw;
  height: 5vh;
  background-color: var(--green);
  border: 1px solid var(--green);
  color: var(--white);
  border-radius: 7px 7px 7px 7px;
  cursor: pointer;
  font-family: Urbanist;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.4px;
  text-align: center;
}
.deliver-pakages {
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  padding: 30px 96px 30px 96px;
}
.pakages-square {
  width: 45vw;
  height: 50vh;
  border-radius: 16px 16px 16px 16px;
  background-image: url(../assets/Rectangle\ 5065.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.black-box {
  width: 45vw ;
  height: 50vh ;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.black-box p {
  font-family: Urbanist;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--white);
}
.black-box h1 {
  font-family: Urbanist;
  font-size: 3rem;
  font-weight: 700;
  width: 25vw;
  line-height: 50px;
  letter-spacing: -0.04em;
  text-align: left;
  color: var(--white);
}
.black-box button {
  width: 10vw;
  height: 5vh;
  background-color: var(--green);
  border: 1px solid var(--green);
  border-radius: 7px 7px 7px 7px;
  font-family: Urbanist;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.4px;
  text-align: center;
  color: var(--white);
  cursor: pointer;
  margin-top: 80px;
}
.new-square {
  width: 45vw ;
  height: 50vh ;
  border-radius: 16px 16px 16px 16px;
  background-image: url(../assets/Rectangle\ 5066.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
/* Help page ended here */

/* Help sub page started here */

.search {
  width: 30vw;
  height: 5vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
#searchbar {
  width: 27vw;
  height: 5vh;
  box-shadow: none;
  border: none;
  font-size: 17px;
  font-weight: 400;
  color: var(--dark);
  box-shadow: none;
}
#searchbar:focus {
  outline: none;
}
.guide {
  width: 100vw;
  padding: 30px 96px 30px 96px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
.artwork-guidelines {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.artwork-guidelines h3 {
  font-size: 1.5rem;
  color: var(--green);
  font-family: Urbanist;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.02em;
  text-align: left;
}
.templates {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.templates p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--font-color);
}
.designing-boxes {
  width: 40vw;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 16px 16px 16px 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: 15%;
}
.designing-boxes h2 {
  font-size: 2rem;
}
.designing-boxes img {
  width: 40px;
  height: 40px;
  top: 1524px;
  left: 453px;
  gap: 0px;
  opacity: 0px;
  margin-top: 50px;
}
ul {
  list-style-type: square;
  margin-left: 50px;
  font-size: 1.2rem;
}
.tips {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tips p {
  font-size: 1.2rem;
}
/* Help sub page ended here */

/* Help sub sub page started here */
.image2{
  width: 20vw;
  height: 35vh;
  top: 328px;
  left: 96px;
  gap: 0px;
  border-radius: 16px 16px 16px 16px;
  opacity: 0px;
  background-color: #23ad2f;
  overflow: hidden;
}

.image2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.your-designs {
  width: 40vw;
  height: 30vh;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 16px 16px 16px 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: 15%;
}

/* Help sub sub page ended here */

/* Material guide lines page starts here */
.inner-guidelines {
  width: 70vw;
  height: 65vh;
  background-color: #d5f6d7;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
}
.inner-guidelines img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.know{
  margin-left: 500px;

}
#btn-more {
  width: 8vw;
  height: 6.5vh;
  top: 1199px;
  left: 1156px;
  padding: 16px 24px 16px 24px;
  gap: 10px;
  border-radius: 7px 7px 7px 7px;
  opacity: 0px;
  background-color: var(--green);
  border: 2px solid var(--green);
  color: var(--white);
  font-family: Urbanist;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.4px;
  text-align: center;
}
.cardboard{
  width: 100vw;
  padding: 30px 96px 30px 96px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.faimly{
  width: 50vw;
  height: 70vh;
  background-color: #d5f6d7;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
}
.ccustom-pakaging{
  margin-top: 100px;
}
.faimly img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.versatile{
  width: 40vw;
  height: 70vh;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.versatile h2{
  width: 40vw;
  font-family: Urbanist;
    font-size: 3rem;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -0.03em;
    text-align: left;
}
.versatile p{
  width: 40vw;
  font-family: Urbanist;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 30px;
    text-align: justified;
}
.cardboard-cards{
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;

}
.card3{
  width: 25vw;
  height: 50vh;
  background-color: #d5f6d7;
  border-radius: 16px 16px 16px 16px;
}
/* Material guide lines page ended here */

/* About-us page start here */
.about-us{
  width: 100vw;
  padding: 30px 96px 90px 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.founded{
  width: 30vw;
  height: 30vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.founded h1{
  font-family: Urbanist;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.02em;
    text-align: left;
}
.founded p{
  width: 20vw;
font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}
.custom-boxes{
  width: 100vw;
  padding: 30px 96px 30px 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-custom-boxes{
  width: 90vw;
  height: 110vh;
  background-color: #F2EEF6;
  padding: 30px 0px 30px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  border-radius: 16px;

}
.inner-box-image{
  width: 45vw;
  height: 104vh;
  background-color: #d5f6d7;
  border-radius: 16px;
}
.inner-box-image img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.inner-box-text{
  width: 40vw;
  height: 102vh;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  overflow: scroll;
  overflow-x: hidden;

}
.inner-box-text p{
  font-family: Urbanist;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.03em;
    text-align: justified;
}
.inner-box-text::-webkit-scrollbar {
  width: 12px;
  /* Width of the scrollbar */
}

/* Track */
.inner-box-text::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Color of the track */
}

/* Handle */
.inner-box-text::-webkit-scrollbar-thumb {
  background: var(--green);
  /* Color of the handle */
  border-radius: 6px;
  /* Rounded corners of the handle */
}

/* Handle on hover */
.inner-box-text::-webkit-scrollbar-thumb:hover {
  background: var(--green);
  /* Color of the handle on hover */
}
/* About-us page ends here */

/* terms and conditions page starts here */
.terms{
width: 100vw;
padding: 30px 96px 30px 96px;
margin-top: 50px;
}
.terms h1{
  font-family: Urbanist;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: left;
}
.conditions{
  margin-top: 50px;
}
.conditions p{
  font-family: Urbanist;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.03em;
    text-align: justified;
}
.nd-heading {
  width: 100vw;
  padding: 30px 96px 30px 96px;
  margin-top: 50px;
}
.nd-heading h1{
  font-family: Urbanist;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
}
.conditions p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.03em;
  text-align: justified;
}
ul {
  margin-left: 40px;
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -0.03em;
  text-align: justified;

}
ol{
  margin-left: 40px;
  font-family: Urbanist;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.03em;
    text-align: justified;
  
}
footer{
  width: 100vw;
  background-color:#E8F2FC;;
  padding: 30px 96px 30px 96px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.choosing-ryt{
  display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
}
.credit{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.credit h1{
font-family: Urbanist;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.02em;
  text-align: left;
  width: 23vw;
}
.long{
  font-family: Urbanist;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    width: 23vw;
}
.cards-accepted{
display: flex;
gap: 5px;
}
.Quick-links{
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 20px;
}
.inner-links{
display: flex;
flex-direction: column;
}
.inner-links a{
  text-decoration: none;
  font-family: Urbanist;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #182233;
}
.spacing{
  margin-right: 10px;
}
.follow{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.social-icons{
  display: flex;
  gap: 15px;
}
footer hr{
  background-color: #182233;
}
/* terms and conditions page ends here */

/* Default styles (for larger screens) */

/* Small devices (portrait tablets and large phones, 576px and up) */
@media (max-width: 600px){
  html,
    body {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }
.navbar{
  display: none;
}
.mobile-nav{
display: block;
width: 100vw;
}
.upper-sec{
  width: 100vw;
  height: 10vh;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
display: flex;
align-items: center;
justify-content: space-between;
  padding: 20px;
}
.src-btn{
display: flex;
gap: 20px;
}
.src-btn button{
  background-color: transparent;
  border: none;
}
.lower-sec{

  display: none;

}
.lower-in{
  width: 100vw;
    padding: 20px 20px 20px 20px;
    transform: translate(ease 0.3s);
    display: flex;
    flex-direction: column;
    gap: 20px;
  
}
.pix{
display: flex;
align-items: flex-start;
justify-content: space-between;

}
.pix a {
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  color: #323a43;
}
.pix a:focus{
  color: #23ad2f;
}
.pix ul{
    list-style-type: none;
    margin-top: 20px;
}
.picture1{
  width: 50vw;
  height: 25vh;
  background-color: #d5f6d7;
  border-radius: 17px;
}
.picture1 img{
  width: 100%;
  height: 100%;
}
.blues{
  width: 90vw;
  height: 15vh;
  background-color: var(--blue);
  border-radius: 17px;
  padding: 20px;
  display: flex;
  align-items: center;
gap: 30px;
}
.blues p{
  font-family: Urbanist;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.4px;
    text-align: left;
    color: var(--white);
}
.contact-info{
  flex-direction: column;
  gap: 5px;
}
.lower-sec button{
  width: 90vw;
  padding: 10px;
  background-color: var(--green);
  color: var(--white);
  border: none;
  border-radius: 7px;
}
.hero-section{
  gap: 10px;
  height: 80vh !important;
  padding-bottom: 0px !important;
}
.right{
  gap: 15px;
}
.right h1{
  font-size: 48px !important;
  line-height: 45px;
}
.right p{
font-size: 18px !important;
line-height: 30px;
}
.images img{
width: 15vw;
}
.left{
    height: 30vh;
}
.Third-section{
  flex-direction: column;
  gap: 30px;
}
.Third-section h1{
  width: 90vw !important;
  font-size: 28px !important;
  line-height: 40px;
}
.Third-section p{
  width: 100vw !important;
  font-size: 16px !important;
    line-height: 20px !important;
}
.fourth-section{
flex-direction: column;
  height: 80vh;
  gap: 15px;
}
.card1{
  width: 90vw;
height: 35vh;
}
.sixth-section{
  flex-direction: column;
  gap: 10px !important;
}
.sixth-section h1{
  width: 90vw;
  font-size: 28px !important;
  line-height: 40px;
}
.sixth-section p {
  width: 90vw;
    font-size: 16px !important;
      line-height: 20px !important;
}
.seventh-section{
  flex-wrap: wrap;
}
.inner-section{
  flex-direction: column;
  gap: 10px !important;
}
.inner-section h1{
  width: 90vw !important;
    font-size: 28px !important;
      line-height: 40px;
}
.inner-section p{
  width: 90vw !important;
    font-size: 16px !important;
      line-height: 20px !important;
}
.btn-group{
  width: 100vw;
}
.get-qoute{
  width: 40vw !important;
}
.book-call{
  width: 40vw !important;
}
.blue-div{
  width: 43vw !important;
  height: 20vh !important;
  padding: 20px;
}
.blue-div h2{
  font-size: 20px !important;
  line-height: 20px !important;
}
.blue-div p{
  font-size: 15px !important;
  line-height: 20px !important;
}
.green-div {
  width: 43vw !important;
  height: 20vh !important;
  padding: 20px;
}

.green-div h2 {
  font-size: 20px !important;
}

.green-div p {
  font-size: 15px !important;
}
.lite-div{
  padding: 20px !important;
  height: 15vh !important;
}
.lite-div h2{
  font-size: 20px !important;
}
.lite-div p{
 font-size: 15px !important;
 text-align: center;
}
.ccustom-pakaging{
  flex-direction: column;
gap: 5px !important;
padding: 20px !important;

}
.ccustom-pakaging h1{
width: 95vw;
font-size: 28px !important;
line-height: 32px !important;
}
.ccustom-pakaging p{
  width: 100vw !important;
  font-size: 16px !important;
margin-left: 0px;
}
.known{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.btn{
  justify-content: flex-start;
}
.card{
  width: 229.12px;
    height: 307.83px;
    top: 3966px;
    left: 90.48px;
    gap: 0px;
    border-radius: 16px 0px 0px 0px;
    opacity: 0px;
}
.testmonial{
  padding: 30px !important;
}
.testmonial p{
  font-size: 16px !important;
  line-height: 25px !important;
}
.last-section h1{
  width: 90vw;
  font-size: 28px !important;
  line-height: 28px !important;
}
.question{
  width: 90vw !important;
}
/* About-us page start here */
.top{
  display: none;
}
.about-us{
  width: 100vw;
  height: 84vh;
  padding: 60px 30px 30px 30px !important;
  flex-wrap: wrap;
  gap: 110px;
  align-items: flex-start !important;
    justify-content: center;
}
.founded{
  width: 25vw;
    height: 30vh;
}
.founded h1{
  font-size: 28px !important;
}
.founded p{
  width: 45vw;
}
.inner-box-image {
  width: 82vw !important;
}
/* About-us page end here */

/* blog-section page start here */
.blog-section {
  flex-direction: column-reverse;
  padding: 30px !important;
}

.blog-right {
  flex-direction: row;
  width: 100vw !important;
  flex-wrap: wrap;
}

.box-one {
  width: 40vw !important;
  height: 35vh !important;
  padding: 20px !important;
}

.box-one h1 {
  width: 40vw;
  font-size: 18px !important;
  line-height: 25px;
}

#email-box {
  width: 30vw !important;
    height: 5vh;
}

.box-one button {
  width: 30vw !important;
    height: 5vh;
  font-size: 10px;
  font-weight: 700;
}

.box-two {
  width: 40vw !important;
    height: 35vh !important;
    padding: 20px !important;
}

.box-two h1{
    width: 40vw;
      font-size: 28px !important;
      line-height: 25px;
}

.box-two button {
  width: 30vw !important;
    height: 5vh;
    font-size: 10px;
    font-weight: 700;
}

.box-three {
  width: 45vw !important;
    height: 35vh !important;
    padding: 20px !important;
}
.box-three h3{
font-size: 18px;
line-height: 25px;
}

.box-three button {
  width: 30vw !important;
  height: 5vh;
    font-size: 10px;
    font-weight: 700;
}
.oval{
width: 33vw;
}
.oval2{
width: 30vw;
}
.blog-left {
  width: 90vw !important;
  height: 90vh !important;
  flex-wrap: wrap;
  gap: 20px !important;
}

.blog-square {
  width: 43vw;
  height: 23vh;
}

.blog h2 {
  width: 50vw;
  font-size: 20px !important;
}

/* About-us page end here */

/* blog-main page starts here */
.blogs-left {
  width: 100vw;
  gap: 20px !important;
}

.blog-image {
width: 85vw !important;
  height: 40vh !important;
}

.second-image {
  width: 85vw !important;
  height: 40vh !important;
}

.blogs-left h1 {
  font-size: 28px !important;
  line-height: 30px;
}
.blogs-left h3{
  font-size: 24px;
}
.blogs-left p {
  font-size: 16px !important;
  line-height: 20px !important;
  width: 90vw;

/* blog-main page end here */

}
.black-box button {
  width: 35vw !important ;
  margin-top: 30px;
}
/* Help page started here */
.guidelines{
    width: 100vw;
    padding: 20px !important;
}
.artworks{
  width: 90vw !important;
}
.Templates{
    width: 90vw !important;
}
.Material{
      width: 90vw !important;
}
.newsletter{
  width: 90vw !important;
}
#newsletter{
  width: 78vw !important;
}
.newsletter button{
  width: 78vw !important;
}
.Templates-image {
  margin-top: 20px;
  margin-left: 70% !important;
}
.Material-image {
  margin-top: 20px;
  margin-left: 70% !important;
}
.artwork-image {
  margin-top: 20px;
  margin-left: 75% !important;
}

/* Help page ended here */
/* Material guide lines page starts here */
#btn-more{
  width: 40vw !important;
}
.faimly{
  height: 40vh !important;
}
.versatile{
  height: 60vh !important;
}
.versatile h2{
  font-size: 42px !important;
}
.versatile p{
    font-size: 18px !important;
      line-height: 20px !important;
}
/* Material guide lines page end here */

/* Portfolio page starts here */
.cardboard h1 {
  font-size: 28px !important;
}

.doorstep {
  margin-left: 00%;
}

.doorstep p {
  width: 90vw;
  font-size: 16px !important;
  line-height: 20px !important;
}

.view-btn {
  align-items: flex-start;
  justify-content: flex-start;
}
.oval3{
  width: 30vw;
  height: 30vh;
}
/* Portfolio page ended here */
.follow{
  flex-direction: column;
}
.credit h1{
  width: 90vw !important;
}
.credit p{
  width: 90vw !important;
}
}
/* Medium devices (landscape tablets, 768px and up) */
@media  (max-width: 1024px) {
 html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
.hero-section{
  height: 150vh;
  flex-direction: column-reverse;
}
.left{
  flex-direction: row-reverse;
}
.rec3{
  width: 50vw;
  height: 60vh;
}
.image1{
  width: 40vw;
  height: 29vh;
}
.right{
  width: 90vw;

}
.right h1{
  width: 95vw;
}
.Third-section{
  width: 100vw;
  padding: 30px;
  gap: 0px;
}
.Third-section h1{
  width: 90vw;
  font-size: 42px;
}
.Third-section p{
  width: 70vw;
  margin-left: 5px;
  font-size: 24px;
}
.fourth-section{
  padding: 30px;
}
.card-container{
  padding: 0px;
}
.sixth-section{
  padding: 30px;
}
.sixth-section h1{
  font-size: 42px;
}
.sixth-section p{
font-size: 24px;

}
.seventh-section{
padding: 30px;
gap: 10px;
flex-wrap: wrap;
}
.designs h5{
  font-size: 15px;
}
.designs p{
width: 35vw;
font-size: 14px;

}
.contact-form{
  padding: 30px;
}
.inner-section{
  gap: 50px
}
.inner-section h1{
  width: 45vw ;
  font-size: 42px;
}
.inner-section p{
  font-size: 24px;
}
.main-section{
  flex-direction: column;
}
.right-section{
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 80px;
}
.blue-div{
width: 43vw;
height: 23vh;
}
.blue-div h2{
  font-size: 24px;
}
.blue-div p{
font-size: 20px;
}
.green-div{
  width: 43vw;
    height: 23vh;
}
.green-div h2 {
  font-size: 24px;
}

.green-div p {
  font-size: 20px;
}
.lite-div{
width: 87vw;
height: 30v;
align-items: center;
justify-content: center;
}
.lite-div h2 {
  font-size: 24px;
}

.lite-div p {
  font-size: 20px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select{
  width: 40vw;
}
#description{
  width: 87vw;
}
.ccustom-pakaging{
  padding: 30px;
  gap: 5px;
}
.ccustom-pakaging h1{
  font-size: 42px;
}
.ccustom-pakaging p{
  font-size: 24px;
}
.cards-container{
  padding: 0px;
}
.testmonial p{
  font-size: 29px;
  width: 80vw;
}
.evvoirment{
  padding: 30px;
}
.box{
  width: 330px;
  height: 220px;
}
.last-section{
  flex-direction: column;
  padding: 30px;
  gap: 30px;
}
.last-section h1{
  font-size: 42px;
}
.question{
  width: 90vw;
}
.cards{
  width: 229.12px !important;
    height: 307.83px !important ;
    top: 1272px;
    left: 90.48px;
    gap: 0px;
    border-radius: 16px 0px 0px 0px;
    opacity: 0px;
}
.upper-section {
  display: none;
  padding: 30px;
  height: 10vh;
}
.middle{
  padding: 15px 30px 15px 30px;
}
.middle img{
  width: 25vw;
  height: 5vh;
}
.quote{
  width: 50vw;
  font-size: 10px;
  font-weight: 700;
}
.serchhere{
  width: 35vw;
}
.Order{
  display: none;
}
nav ul{
padding: 0px 0px 15px;
}
.right p{
  font-size: 24px;
}
/* About-us page start here */
.inner-guidelines{
width: 90vw;
height: 50vh;
}
.founded{
  gap: 10px;
  padding: 30px !important;
}
.founded h1{
  font-size: 42px !important;
}
.founded p {
  font-size: 18px !important;
  line-height: 28.8px;
}
.custom-boxes{
  padding: 30px;
}
.inner-custom-boxes{
  flex-direction: column;
    padding: 20px;
}
.inner-box-image {
  width: 85vw;
  height: 50vh;
}
.inner-box-text{
  width: 85vw;
    height: 50vh;
}
.inner-box-text p{
  font-size: 18px;
}
/* About-us page end here */

/* blog-section page start here */
.blog-section{
  flex-direction: column-reverse;
  padding: 30px !important;
}
.blog-right{
  flex-direction: row;
  width: 100vw !important;
  flex-wrap: wrap;
}
.box-one{
  width: 40vw;
  padding: 30px;
}
.box-one h1{
  width: 30vw;
}
#email-box{
  width: 33vw;
}
.box-one button{
  width: 33vw;
}
.box-two{
    width: 40vw;
      padding: 30px;
}
.box-two button{
  width: 33vw;
}
.box-three{
  width: 40vw;
}
.box-three button{
  width: 33vw;
}
.blog-left{
  width: 90vw !important;
  padding: 30px !important;
    height: 120vh;
  flex-wrap: wrap;
}
.blog-square{
  width: 43vw;
}
.blog h2{
  width: 43vw;
}

/* blog-section page end here */

/* blog-main page starts here */
.blogs-left{
  width: 100vw;
}
.blog-image {
  width: 90vw !important;
  height: 60vh !important;
}

.second-image {
  width: 90vw !important;
  height: 60vh !important;
}
.blogs-left h1{
  font-size: 42px;
}
.blogs-left p{
  font-size: 24px;
  line-height: 40px;
  width: 95vw;
}
/* blog-main page end here */

/* Help sub sub page started here */
.image2{
  width: 45vw;
}
.guide{
  gap: 30px;
  padding: 30px;
  flex-direction: column;
}
.designing-boxes{
  width: 90vw;
  margin-left: 0%;
}
.deliver-pakages{
  flex-direction: column;
  padding: 30px;
align-items: flex-start;
justify-content: flex-start;
}
.pakages-square{
  width: 92vw;
  height: 50vh;
}
.black-box{
  width: 92vw;
  padding: 30px;
}
.black-box h1{
  width: 80vw;
}
.black-box button{
  width: 20vw;
  margin-top: 30px;
}
.new-square{
    width: 92vw;
      height: 50vh;
}
.your-designs{
  width: 90vw;
  height: 40vh;
  margin-left: 0%;
}

/* Help sub sub page ended here */
/* Help page started here */
.guidelines{
  padding: 30px !important;
}
.artworks{
  width: 43vw ;
  height: 40vh;
  gap: 5px;
  padding: 20px;
}
.artworks h2{
  font-size: 1.5rem;
}
.artworks p{
  font-size: 18px;
}
.artwork-image{
  margin-top: 20px;
  margin-left: 35%;
}

.Templates {
  width: 43vw ;
  height: 40vh;
  gap: 5px;
  padding: 20px;
}

.Templates h2 {
  font-size: 1.5rem;
}

.Templates p {
  font-size: 18px;
}

.Templates-image {
  margin-top: 20px;
  margin-left: 35%;
}

.Material {
  width: 43vw ;
  height: 40vh;
  gap: 5px;
  padding: 20px;
}

.Material h2 {
  font-size: 1.5rem;
}

.Material p {
  font-size: 18px;
}

.Material-image {
  margin-top: 20px;
  margin-left: 35%;
}
.newsletter{
    width: 43vw ;
      height: 40vh;
      gap: 5px;
      padding: 20px;
}
.newsletter h1{
    font-size: 2rem;
    line-height: 40px;
}
#newsletter{
  width: 38vw;
}
.newsletter button{
  width: 38vw;
}
/* Help page ended here */

/* Material guide lines page starts here */
.ccustom-pakaging{
  margin: 20px;
  flex-direction: column;
}
.know{
    margin-left: 00px;
}
.cardboard{
  flex-direction: column;
}
#btn-more{
  width: 20vw;
}
.cardboard{
  padding: 30px;
  gap: 5px !important;
}
.faimly{
  width: 90vw;
}
.versatile{
  width: 90vw ;
    height: 60vh;
}
.versatile h2{
  font-size: 42px;
width: 90vw
}
.versatile p {
  width: 90vw;
  font-size: 24px;
}
.card3{
  width: 50vw !important;
}
/* Material guide lines page ended here */


/* Portfolio page starts here */
.cardboard h1{
  font-size: 42px;
}
.doorstep {
  margin-left: 00%;
}
.doorstep p{
  width: 90vw;
  font-size: 24px;
}
.view-btn{
  align-items: flex-start;
  justify-content: flex-start;
}
/* Portfolio page ended here */

/* portfolio sub page starts here */
.portfolio-images{
  padding: 30px;
}
.portfolio-image1{
width: 45vw;
height: 45vh;
}
.right-image{
  width: 45vw;
    height: 45vh;
}
.main-box1{
  width: 45vw;
    height: 45vh;
}
.main-box2{
    width: 45vw;
      height: 45vh;
}
.main-3-box{
    width: 45vw;
      height: 45vh;
}
.main-4-box {
  width: 45vw;
  height: 45vh;
}
.main-4-box2{
  width: 45vw;
  height: 21.5vh;
}
/* portfolio sub page ends here */
/* footer starts here */
footer{
  padding: 30px;
}
.choosing-ryt{
  gap: 20px;
}
.credit h1{
  width: 60vw;
}
.credit p{
  width: 60vw;
}
/* footer ends here */
}
aa