* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  /* Corrected font-family name */
  /* color: white; */
}

::selection {
  background-color: white;
  color: #95c11e;
}

html,
body {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  /* Applied scroll behavior to body */
  /* background-color: rgb(37, 32, 32); */
  background-color: black;
}

#cursor {
  height: 1.3vw;
  width: 1.3vw;
  background-color: #95c11e;
  border-radius: 50%;
  position: fixed;
  z-index: 1;
  /* Lowered the z-index */
}

#cursor-blur {
  height: 20vw;
  width: 20vw;
  background-color: #96c11e2b;
  border-radius: 50%;
  position: fixed;
  filter: blur(4vw);
  z-index: 0;
  /* Lowered the z-index */
}

#nav {
  height: 9.44vh;
  width: 100%;
  display: inline;
  padding: 0 5vw;
  gap: 5vw;
  justify-content: flex-start;
  position: fixed;
  z-index: 99;
}

#nav img {
  height: 12.79vh;
  padding-top: 2.5vh;
  padding-left: 3vw;
}

.navbar .nav-link {
  color: white;
  padding-top: 2.5vh;
  font-size: 1.2vw;
}

/* updated */
.navbar .nav-link:hover {
  color: #95c11e;
  padding-top: 2.5vh;
  font-size: 1.2vw;
}

.navbar li {
  padding-left: 3vw;
}

#current {
  color: #95c11e;
}

/* end */
#progress {
  position: fixed;
  bottom: 1.3vw;
  right: 0.65vw;
  height: 4.55vw;
  width: 4.55vw;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 1vw rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 99;
}

#progress-value {
  display: block;
  height: calc(100% - 0.97vw);
  width: calc(100% - 0.97vw);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 2.27vw;
  color: #001a2e;
}

.navbar-toggler-icon {
  background-image: url("Assets/icons8-menu-96.png") !important;
  height: 100px !important;
  /* Adjust the height as needed */
  width: 50px !important;
  /* Maintain aspect ratio */
}

@media (max-width: 600px) {

.nav-link {
  background-color: #333;
}
}



#main {
  position: relative;
  margin-left: 12vw;
}



#page1 {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  /* z-index: 10; */
  /* text-align: center; */
}

#page1 #cafe_data {
  margin-top: 24vh;
  width: 40%;
}

#page1 h3 {
  font-size: 1.3vw;
  font-weight: 800;
  color: #95c11e;
}

#page1 h1 {
  font-size: 6vw;
  font-weight: 800;
  color: white;
  position: relative;
  transform-style: preserve-3d;
}

#page1 h1::before {
  font-size: 6vw;
  font-weight: 800;
  content: attr(data-text);
  position: absolute;
  color: black;
  -webkit-text-stroke: 0.1vw #95c11e;
  z-index: -1;
  left: -0.13vw;
  top: -0.18vw;
  transform: translateZ(-1vw);
}

#page1 #cafe_address {
  color: white;
  position: relative;
  font-size: 1.4vw;
  line-height: 2vw;
}

#page1 #cafe_timing {
  font-size: 1vw;
  color: white;
  border: 1px solid #95c11e;
  padding: 1.3vw;
  line-height: 1vw;
  border-radius: 0.7vw;
  display: inline-block;
}

#page1 #cafe_image {
  margin-top: 40vh;
  position: relative;
  height: 100vh;
  width: 60%;
  background-image: url("https://images.lumacdn.com/cdn-cgi/image/format=auto,fit=cover,dpr=2,background=white,quality=75,width=400,height=400/event-covers/vr/7cb08ec5-cbf6-4d01-b538-98f0deb1a771.png");
  /* Set the image as background */
  background-size: 100% 100%;
  /* Ensure the background image covers the entire container */
  background-position: center;
  /* Center the background image */
  margin-left: 3vw;
  border-radius: 1vw;
}



::-webkit-scrollbar {
  width: 0.5vw;
  height: 5vh;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #95c11e;
  border-radius: 1vw;
}

@media (max-width: 600px) {
  #cafe_data {
    height: 100%;
    width: 100%;
    margin-top: -2vh;
    margin-left: -3vw;
  }

  #page1 h3 {
    font-size: 3vw;
    font-weight: 800;
    color: #95c11e;
  }

  #page1 h1 {
    font-size: 11vw;
    font-weight: 800;
    color: white;
    position: relative;
    transform-style: preserve-3d;
  }

  #page1 h1::before {
    font-size: 11vw;
    font-weight: 800;
    content: attr(data-text);
    position: absolute;
    color: black;
    -webkit-text-stroke: 0.1vw #95c11e;
    z-index: -1;
    left: -0.13vw;
    top: -0.18vw;
    transform: translateZ(-1vw);
  }

  #page1 #cafe_address {
    color: white;
    position: relative;
    font-size: 2.4vw;
    line-height: 3vw;
  }

  #page1 #cafe_timing {
    font-size: 3vw;
    color: white;
    border: 1px solid #95c11e;
    padding: 1.3vw;
    line-height: 3vw;
    border-radius: 0.7vw;
  }

  #page1 {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    z-index: 10;
    margin-bottom: 2vh;
  }

  #page1 #cafe_data {
    width: 100%;
    margin-top: 4vh;
  }

  #page1 #cafe_image_container {
    margin-top: 15vh;
    position: relative;
    height: 100vh;
    width: 100%;
    background-image: url("Assets/cafe_img_1.png");
    /* Set the image as background */
    background-size: 100% 100%;
    /* Ensure the background image covers the entire container */
    background-position: center;
    /* Center the background image */
    margin-right: 10vw;
    border-radius: 1vw;
  }
}

#page2 {
  height: 100vh;
  width: 100%;
  display: flex;
}

#page2 #food_drink_img {
  height: 100vh;
  width: 40%;
  position: relative;
  /* margin-top:10vh; */
}

#food_drink_img #food2 {
  margin-top: -8.8vh;
  margin-left: 6.19vw;
  height: 30vh;
  width: 60%;
  position: relative;
  object-fit: cover;
  border-radius: 0.8vw;
  z-index: 3;
}

#food_drink_img #food1 {
  margin-top: 40vh;
  margin-left: -5vw;
  height: 40vh;
  width: 70%;
  position: relative;
  object-fit: cover;
  border-radius: 0.8vw;
  z-index: 2;
}

#food_drink_img #dote_side {
  margin-top: -80vh;
  margin-left: 20vw;
  height: 40%;
  width: 30%;
  position: relative;
  object-fit: cover;
  border-radius: 0.8vw;
  z-index: 1;
}

#page2 #food_drink {
  position: relative;
  height: 100%;
  width: 60%;
  margin-top: 50vh;
  z-index: 3;
}

#food_drink h1 {
  color: white;
  font-weight: 900;
  font-size: 3.5vw;
  margin-bottom: 4vh;
}

#food_drink p {
  color: white;
  font-size: 1.4vw;
  margin-bottom: 4vh;
}

@media (max-width: 600px) {
  #page2 {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  #page2 #food_drink_img {
    height: 100vh;
    width: 50%;
    position: relative;
    /* margin-top:10vh; */
  }

  #food_drink_img #food2 {
    /* margin-top: 1vh; */
    /* margin-left:6.19vw;  */
    height: 40vh;
    width: 90%;
    position: relative;
    object-fit: cover;
    border-radius: 0.8vw;
  }

  #food_drink_img #food1 {
    margin-top: -8.6vh;
    /* margin-left: -10vw; */
    height: 40vh;
    width: 100%;
    position: relative;
    object-fit: cover;
    border-radius: 0.8vw;
  }

  #food_drink_img {
    display: flex;
  }

  #food_drink_img #dote_side {
    height: 0;
    width: 0;
  }

  #page2 #food_drink {
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: -29vh;
    margin-left: -7vw;
  }

  #food_drink h1 {
    color: white;
    font-weight: 900;
    font-size: 5.5vw;
    margin-bottom: 4vh;
  }

  #food_drink p {
    color: white;
    font-size: 2.4vw;
    margin-bottom: 4vh;
  }
}

#page3 {
  height: 100vh;
  width: 100%;
  position: relative;
  margin-top: 10vw;
  margin-bottom: 30vh;
  z-index: 3;
}

#page3 h1 {
  text-align: center;
  font-weight: 800;
  font-size: 3vw;
  color: white;
  margin-right: 10vw;
}

#page3 #menu_data {
  margin-top: 3vw;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-right: 10vw;
}

#page3 #menu_data h2 {
  font-size: 2vw;
  font-weight: 800;
  color: white;
}

#page3 #menu_data #m1 {
  color: #95c11e;
  text-decoration: underline;
  text-decoration-color: #95c11e;
}

#menu_data_card {
  position: relative;
  height: 80vh;
  width: 95%;
  background: linear-gradient(to right, #a8d922, #9bc91f);
  border-radius: 1vw;
  margin-top: 3vh;
  margin-left: -2.5vw;
  display: flex;
}

@media (max-width: 600px) {

  #page3 {
    height: 100vh;
    width: 100%;
    position: relative;
    margin-top: -25vh;
    margin-bottom: 30vh;
    z-index: 3;
  }

  #page3 #menu_data {
    margin-top: 3vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #page3 h1 {
    text-align: center;
    font-weight: 800;
    font-size: 5vw;
    color: white;
    margin-right: 10vw;
  }

  #page3 #menu_data h2 {
    font-size: 3vw;
    font-weight: 800;
    color: white;
  }
}

#menu_data_card #m1 {
  display: flex;
  width: 100%;
  /* opacity: 0; */
}

#m1 #menu_details {
  width: 30%;
  height: 100vh;
  margin-top: 2vw;
  margin-left: 2.5vw;
  margin-right: 2vw;
}

#menu_details h2 {
  font-size: 2vw;
  font-weight: 800;
  color: black;
}

#menu_details hr {
  border: 0.1vh solid white;
  margin-top: -1vw;
}

#menu_details h4 {
  line-height: 5vh;
  font-weight: 600;
  font-size: 1vw;
  display: flex;
  justify-content: space-between;
}

#menu_details h4 span {
  margin-left: 1vw;
  /* Adjust as needed for proper distance between item name and price */
}

#menu_images {
  width: 70%;
  margin-top: 3vw;
  margin: 3vw 2vw 1.5vw 0;
  background-image: url("Assets/cafe_menu_breakfirst.png");
  background-size: 100% 100%;
  /* background-size:cover; */
  /* background-position: center; */
  border-radius: 1vw;
}

@media (max-width: 600px) {
  #menu_data_card {
    position: relative;
    height: 80vh;
    width: 100%;
    background: linear-gradient(to right, #a8d922, #9bc91f);
    border-radius: 1vw;
    margin-top: 3vh;
    margin-left: -5vw;
    display: flex;
  }

  #menu_data_card #m1 {
    display: flex;
    width: 100%;
    flex-direction: column;
  }


  #m1 #menu_details {
    width: 80%;
    height: 100vh;
    margin-top: 4vw;
    /* margin-left: 2.5vw; */
    /* margin-right: 2vw; */
  }

  #menu_details h2 {
    font-size: 3vw;
    font-weight: 800;
    color: black;
  }

  #menu_details hr {
    border: 0.1vh solid white;
    margin-top: -1vw;
  }

  #menu_details h4 {
    line-height: 5vh;
    font-weight: 600;
    font-size: 2vw;
    display: flex;
    justify-content: space-between;
  }

  #menu_images {
    width: 95%;
    height: 100vh;
    /* margin-top: 3vw; */
    margin: 3vw 2vw 1.5vw 2vw;
    background-image: url("Assets/cafe_menu_breakfirst.png");
    background-size: 100% 100%;
    /* padding-right:4vw; */
    border-radius: 1vw;
  }
}

/* ------------------------------------------------for m2 */
#menu_data_card #m2 {
  margin-top: 2vw;
  margin-left: 2.5vw;
  margin-right: 2vw;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

#m2 h2 {
  font-size: 2vw;
  font-weight: 800;
  color: black;

}

#menu_data_card #m2 #menu_details1,
#menu_data_card #m2 #menu_details2,
#menu_data_card #m2 #menu_details3 {
  width: 33.33%;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  /* Hide any content that overflows its container */
}

#m2 #menu_details1 hr,
#m2 #menu_details2 hr,
#m2 #menu_details3 hr {
  border: 0.1vh solid white;
  margin-top: 1vw;
  margin-left: 1vw;
}

#m2 #menu_details1 h4,
#m2 #menu_details2 h4,
#m2 #menu_details3 h4 {
  line-height: 5vh;
  font-weight: 600;
  font-size: 1vw;
  display: flex;
  margin-left: 1vw;
  justify-content: space-between;
}

#m2 #menu_details1 h4 span,
#m2 #menu_details2 h4 span,
#m2 #menu_details2 h4 span {
  margin-left: 0.5vw;
  /* Adjust as needed for proper distance between item name and price */
}


#m2 #menu_details1 p {
  text-align: center;
  white-space: nowrap;
  font-size: 1vw;
  margin-left: -6.5vw;
}

#m2 #menu_details2 p {
  text-align: center;
  white-space: nowrap;
  font-size: 1vw;
  margin-left: -1.5vw;
}

#m2 #menu_details3 p {
  text-align: center;
  white-space: nowrap;
  font-size: 1vw;
  margin-left: 0.9vw;
}

#m2 #menu_details3 #menu2_image {
  width: 90%;
  height: 32vh;
  background-image: url('Assets/cafe_menu_mains.png');
  background-size: 100% 100%;
  border-radius: 1vw;
  margin-left: 1.7vw;
  margin-top: 4vw;
  margin-right: -1vw;
}

@media(max-width:600px) {

  #menu_data_card #m2 {
    margin-top: 1vw;
    margin-left: 2.5vw;
    margin-right: 2vw;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content:space-evenly; */
  }

  /* #menu_details2 #menu_details3{
  margin-top:-20vh;
} */

  #menu_details2 h2,
  #menu_details3 h2 {
    margin-top: -0.5vh;
  }

  #m2 h2 {
    font-size: 3vw;
    font-weight: 800;
    color: black;
  }

  #menu_data_card #m2 #menu_details1 {
    width: 100%;
    height: 60vh;
    overflow: hidden;
  }

  #menu_data_card #m2 #menu_details2 {
    width: 100%;
    height: 50vh;
    overflow: hidden;
  }

  #menu_data_card #m2 #menu_details3 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* text-align:center; */
    /* Hide any content that overflows its container */
  }

  #m2 #menu_details1 hr,
  #m2 #menu_details2 hr,
  #m2 #menu_details3 hr {
    border: 0.1vh solid white;
    margin-left: 1vw;
  }

  #m2 #menu_details1 h4,
  #m2 #menu_details2 h4,
  #m2 #menu_details3 h4 {
    line-height: 0.5vh;
    font-weight: 600;
    font-size: 1.5vw;
    display: flex;
    margin-left: 1vw;
    /* justify-content: space-between; */
  }

  #m2 #menu_details1 h4 span,
  #m2 #menu_details2 h4 span,
  #m2 #menu_details2 h4 span {
    margin-left: 0.5vw;
    /* Adjust as needed for proper distance between item name and price */
  }


  #m2 #menu_details1 p {
    /* text-align: center; */
    white-space: nowrap;
    font-size: 1.3vw;
    font-weight: 500;
    margin-left: -6.5vw;
  }

  #m2 #menu_details2 p {
    /* text-align: center; */
    white-space: nowrap;
    font-size: 1.4vw;
    font-weight: 600;
    margin-left: -1.5vw;
  }

  #m2 #menu_details3 p {
    text-align: center;
    white-space: nowrap;
    font-size: 1.4vw;
    font-weight: 600;
    margin-left: 0.9vw;
  }

  #m2 #menu_details3 #menu2_image {
    width: 100%;
    height: 22.5vh;
    background-image: url('Assets/cafe_menu_mains.png');
    background-size: 100% 100%;
    border-radius: 1vw;
    margin-left: 1.7vw;
    margin-top: -3vw;
    margin-right: -1vw;
  }

}

/*------------------------data card for m3 */


#menu_data_card #m3 {
  display: flex;
  width: 100%;
  /* opacity: 0; */
}

#m3 #menu_details {
  width: 30%;
  height: 100vh;
  margin-top: 2vw;
  margin-left: 2.5vw;
  margin-right: 2vw;
}

#m3 #menu_details h2 {
  font-size: 2vw;
  font-weight: 800;
  color: black;
}

#m3 #menu_details hr {
  border: 0.1vh solid white;
  margin-top: -1vh;
}

#m3 #menu_details h4 {
  line-height: 5vh;
  font-weight: 600;
  font-size: 1vw;
  display: flex;
  justify-content: space-between;
}

#m3 #menu_details h4 span {
  margin-left: 1vw;
  /* Adjust as needed for proper distance between item name and price */
}

#m3 #menu_images {
  width: 70%;
  margin-top: 3vw;
  margin: 3vw 2vw 1.5vw 0;
  background-image: url("Assets/cafe_menu_sharing_bords.png");
  background-size: 100% 100%;
  border-radius: 1vw;
}

@media (max-width: 600px) {

  #menu_data_card #m3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* opacity: 0; */
  }

  #m3 #menu_details {
    width: 80%;
    height: 100vh;
    margin-top: 2vw;
    margin-left: 2.5vw;
    margin-right: 2vw;
  }

  #m3 #menu_details h2 {
    font-size: 3vw;
    font-weight: 800;
    color: black;
  }

  #m3 #menu_details hr {
    border: 0.1vh solid white;
    margin-top: -1vh;
  }

  #m3 #menu_details h4 {
    line-height: 2vh;
    font-weight: 500;
    font-size: 2vw;
    display: flex;
    justify-content: space-between;
  }

  #m3 #menu_details h4 span {
    margin-left: 1vw;
    /* Adjust as needed for proper distance between item name and price */
  }

  #m3 #menu_images {
    width: 98%;
    margin-top: 3vw;
    margin: 3vw 2vw 1.5vw 1vw;
    background-image: url("Assets/cafe_menu_sharing_bords.png");
    background-size: 100% 100%;
    border-radius: 1vw;
  }
}

/* ----------------------------for m4 */

#menu_data_card #m4 {
  margin-top: 2vw;
  margin-left: 2.5vw;
  margin-right: 2vw;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

#m4 h2 {
  font-size: 2vw;
  font-weight: 800;
  color: black;

}

#menu_data_card #m4 #menu_details1,
#menu_data_card #m4 #menu_details2,
#menu_data_card #m4 #menu_details3 {
  width: 33.33%;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  /* Hide any content that overflows its container */
}

#m4 #menu_details1 hr,
#m4 #menu_details2 hr,
#m4 #menu_details3 hr {
  border: 0.1vh solid white;
  margin-top: 1vw;
  margin-left: 1vw;
}

#m4 #menu_details1 h4,
#m4 #menu_details2 h4,
#m4 #menu_details3 h4 {
  line-height: 5vh;
  font-weight: 600;
  font-size: 1vw;
  display: flex;
  margin-left: 1vw;
  justify-content: space-between;
}

#m4 #menu_details1 h4 span,
#m4 #menu_details2 h4 span,
#m4 #menu_details2 h4 span {
  margin-left: 0.5vw;
  /* Adjust as needed for proper distance between item name and price */
}


#m4 #menu_details1 p {
  text-align: center;
  white-space: nowrap;
  font-size: 1vw;
  margin-left: -6.5vw;
}

#m4 #menu_details2 p {
  text-align: center;
  white-space: nowrap;
  font-size: 1vw;
  margin-left: -1.5vw;
}

#m4 #menu_details3 p {
  text-align: center;
  white-space: nowrap;
  font-size: 1vw;
  margin-left: 0.9vw;
}

#m4 #menu_details3 #menu2_image {
  width: 90%;
  height: 32vh;
  background-image: url('Assets/cafe_menu_drinks.png');
  background-size: 100% 100%;
  border-radius: 1vw;
  margin-left: 1.7vw;
  margin-top: 4vw;
  margin-right: -1vw;
}

@media (max-width: 600px) {

  #menu_data_card #m4 {
    margin-top: 2vw;
    margin-left: 2.5vw;
    margin-right: 2vw;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content:space-evenly; */
  }

  #m4 h2 {
    font-size: 3vw;
    font-weight: 800;
    color: black;

  }

  #menu_data_card #m4 #menu_details1 {
    width: 100%;
    height: 50vh;
    overflow: hidden;
  }

  #menu_data_card #m4 #menu_details2 {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    /* text-align:center; */
    /* Hide any content that overflows its container */
  }

  #menu_data_card #m4 #menu_details3 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    text-align: center;
  }

  #m4 #menu_details1 hr,
  #m4 #menu_details2 hr,
  #m4 #menu_details3 hr {
    border: 0.1vh solid white;
    margin-top: 1vw;
    margin-left: 1vw;
  }

  #m4 #menu_details1 h4,
  #m4 #menu_details2 h4,
  #m4 #menu_details3 h4 {
    line-height: 1vh;
    font-weight: 600;
    font-size: 1.5vw;
    display: flex;
    margin-left: 1vw;
    justify-content: space-between;
  }

  #m4 #menu_details1 h4 span,
  #m4 #menu_details2 h4 span,
  #m4 #menu_details2 h4 span {
    margin-left: 0.5vw;
    /* Adjust as needed for proper distance between item name and price */
  }


  #m4 #menu_details1 p {
    text-align: center;
    white-space: nowrap;
    font-size: 1vw;
    margin-left: -6.5vw;
  }

  #m4 #menu_details2 p {
    text-align: center;
    white-space: nowrap;
    font-size: 1vw;
    margin-left: -1.5vw;
  }

  #m4 #menu_details3 p {
    text-align: center;
    white-space: nowrap;
    font-size: 1vw;
    margin-left: 0.9vw;
  }

  #m4 #menu_details3 #menu2_image {
    width: 98%;
    height: 21vh;
    background-image: url('Assets/cafe_menu_drinks.png');
    background-size: 100% 100%;
    border-radius: 1vw;
    margin-left: 1.7vw;
    margin-top: -1vh;
    margin-right: -1vw;
  }

  #download_pdf {
    position: relative;
    margin-top: 5vw;
    /* font-size:1vw; */
    margin-left: 15vw;
    color: white;
    background: black;
    text-align: center;
    border: 0.2vw solid #95c11e;
    /* You can adjust the width and color of the border */
    padding: 10px;
    /* Optional: Add padding to create space between the text and the border */
    border-radius: 3vw;
    line-height: 5vh;
    display: inline-block;
    text-decoration: none;
  }

  #download_pdf:hover {
    position: relative;
    margin-top: 5vw;
    /* font-size:1vw; */
    font-weight: 500;
    margin-left: 15vw;
    color: black;
    background: #95c11e;
    text-align: center;
    border: 0.2vw solid #95c11e;
    /* You can adjust the width and color of the border */
    padding: 10px;
    /* Optional: Add padding to create space between the text and the border */
    border-radius: 3vw;
    line-height: 5vh;
    display: inline-block;
    text-decoration: none;
  }
}


#download_pdf {
  position: relative;
  margin-top: 5vw;
  /* font-size:1vw; */
  /* margin-left:15vw; */
  margin-right: 25vw;
  color: white;
  background: black;
  text-align: center;
  border: 0.2vw solid #95c11e;
  /* You can adjust the width and color of the border */
  padding: 10px;
  /* Optional: Add padding to create space between the text and the border */
  border-radius: 3vw;
  line-height: 5vh;
  display: inline-block;
  text-decoration: none;
}

#download_pdf:hover {
  position: relative;
  margin-top: 5vw;
  /* font-size:1vw; */
  font-weight: 500;
  margin-right: 25vw;
  color: black;
  background: #95c11e;
  text-align: center;
  border: 0.2vw solid #95c11e;
  /* You can adjust the width and color of the border */
  padding: 10px;
  /* Optional: Add padding to create space between the text and the border */
  border-radius: 3vw;
  line-height: 5vh;
  display: inline-block;
  text-decoration: none;
}



#footer {
  position: relative;
  height: 40vh;
  /* width: 100%; */
  background: linear-gradient(to left bottom, #21a637, #ace022);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15vw;
  padding: 0 10vw;
  margin-left: -15vw;
}

#footer>img {
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 0;
}

#f1 img {
  height: 10vh;
}

#f1,
#f2,
#f3,
#f4 {
  width: fit-content;
  position: relative;
  z-index: 99;
}

#f2 h3 {
  font-size: 1.6vw;
  white-space: nowrap;
  text-transform: uppercase;
  color: #000;
  font-weight: 900;
}

#f3 h3 {
  font-size: 1.6vw;
  white-space: nowrap;
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
  margin-bottom: 0.8vw;
}

#f4 h4 {
  font-size: 1vw;
  white-space: nowrap;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  line-height: 2vw;
  margin-bottom: 0.8vw;
}

#progress html {
  scroll-behavior: smooth;
}


#progress {
  position: fixed;
  bottom: 1.3vw;
  right: 0.65vw;
  height: 4.55vw;
  width: 4.55vw;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 1vw rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 99;
}

#progress-value {
  display: block;
  height: calc(100% - 0.97vw);
  width: calc(100% - 0.97vw);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 2.27vw;
  color: #001a2e;
}