@import url('https://fonts.googleapis.com/css2?family=Wittgenstein:ital,wght@0,400..900;1,400..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
    font-size: 18px;
}
body{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: -99999999999;
    position: relative;
    
}



/*menu*/
.v5-icon{
  position: absolute;
  top: -0.9rem;
  left: 279px;
  height: 170px;
  width: 170px;
  background-color: transparent;
  color: wheat;
  z-index: 20;
}
.hamburg-icon{
  position: absolute;
      top: 24%;
      left: 4%;
      height: 50px;
      width: 50px;
      background-color: transparent;
      color: wheat;
      filter: invert(1);
   }


.cart-icon
{
  position: absolute;
  left: 1715px;
  top: 22px;
 height: 60px;
 width: 60px;
 filter: invert(1);
}

.menu
{
  position: absolute;
  height: 100px;
  width: 1903px;
  background-color:#006400;

}

.nav-main-name
{
  color: white;
  position: absolute;
  top: 27px;
  left: 237px;
  background-color: transparent;
  font-family: Wittgenstein;
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
display: none;
}
.nav-main-name h1
{
  
  background-color: transparent;
}



/*NAVBAR*/

  .hamburg-icon{
      position: absolute;
      top: 24px;
      left: 7%;
      height: 0px;
      width: 0px;
      background-color: transparent;
      color: wheat;
  }



#menu {

background: linear-gradient(to bottom, #002A38, #000003);
height: 110px;
border-radius: 0px;

}

#menu ul,
#menu li {
margin: 0 auto;
padding: 0;
list-style: none;
}

#menu ul {
width: 0%;
text-align: center;
}


@media (min-width:20px) and (max-width:900px) {
  #menu ul {
width: 100%;
text-align: center;
}
}


#menu li {
display: inline-block;
position: relative;
}

#menu a {
display: block;
line-height: 69px;
padding: 0 14px;
text-decoration: none;
color: #FFFFFF;
font-size: 0px;
text-transform: uppercase;
font-family: "Merriweather", sans-serif;
}

#menu a.dropdown-arrow:after {
content: "\25BE";
margin-left: 5px;
}

#menu li a:hover {
color: #FFFFFF;
background: #000000;
}

#menu input {
display: none;
margin: 0;
padding: 0;
height: 66px;
width: 100%;
opacity: 0;
cursor: pointer
}

input[type="checkbox"]:focus {
  outline: none;
}


#menu label {
display: none;
line-height: 66px;
text-align: center;
position: absolute;
left: 35px
}

#menu label:before {
font-size: 1.6em;
color: #FFFFFF;
content: "\2261";
margin-left: 20px;
}

#menu ul.sub-menus {
height: auto;
overflow: hidden;
width: 170px;
background: #4A4A4A;
position: absolute;
z-index: 99;
display: none;
}

#menu ul.sub-menus li {
display: block;
text-align: left;
width: 100%;
font-family: 'Montserrat', "Merriweather", sans-serif;
}

#menu ul.sub-menus a {
color: #FFFFFF;
font-size: 16px;
font-family: 'Montserrat', "Merriweather", sans-serif;
text-transform: capitalize;
}

#menu li:hover ul.sub-menus {
display: block;
font-family: 'Montserrat', "Merriweather", sans-serif;
}

#menu ul.sub-menus a:hover {
background: #BDBDBD;
color: #444444;
font-family: 'Montserrat', "Merriweather", sans-serif;
}



/* menu SUB PAGES */
.delivery
{
  color: white;
  position: absolute;
  background-color: transparent;
  font-family: Wittgenstein;
  top: 2.7rem;
  left: 626px;
  font-size: 33px;

}

.delivery-icon
{
  position: absolute;
  top: 1.4rem;
  left: 523px;
  height: 90px;
  width: 90px;
  background-color: transparent;
  color: wheat;

}

.contact-us
{
  color: white;
  position: absolute;
  background-color: transparent;
  font-family: Wittgenstein;
  top: 2.6rem;
  font-size: 33px;
  left: 915px;
}

.contact-us-icon
{
  position: absolute;
  top: 2.1rem;
  left: 829px;
  height: 65px;
  width: 65px;
  background-color: transparent;
  color: wheat;

}

.hours
{
  color: white;
  position: absolute;
  background-color: transparent;
  font-family: Wittgenstein;
  top: 2.5rem;
  font-size: 33px;
  left: 1215px;

}

.hours-icon
{
  position: absolute;
  top: 1.9rem;
  left: 1137px;
  height: 65px;
  width: 65px;
  background-color: transparent;
  color: wheat;

}

.about-us
{
  color: white;
    position: absolute;
    background-color: transparent;
    font-family: Wittgenstein;
    top: 2.6rem;
    font-size: 33px;
    left: 1419px;
}

.about-us-icon
{
  position: absolute;
  top: 2rem;
  left: 1349px;
  height: 70px;
  width: 70px;
  background-color: transparent;
  color: wheat;


}


.header{
    height: 80px;
    width: 84%;
    background: linear-gradient(to bottom, #003d52, #000003);
    box-shadow: 0px 0px 25px -1px rgba(128, 128, 128, 1);
    border-radius: 1rem;
    margin: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.header .logo{
    font-size: 30px;
    font-weight: bold;
    color: white;
}
.cart{
    display: flex;
    /* background: linear-gradient(to bottom, #003d52, #000003); */
   
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    border-radius: 1rem;
    width: 69px;
    position: relative;
    left: 0rem;
    top: 5.9rem;
}
.fa-solid{
    color: goldenrod;
}
.fa-solid, .fas {
    font-weight: 1000;
    left: -1rem;
    top: 0.0rem;
    position: relative;
}
.cart p{
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: -14px;
    /* background-color: goldenrod; */
    color: white;
    position: relative;
    left: -13px;
    font-weight: bold;
}
.container{
    display: flex;
    width: 84%;
    margin-bottom: 30px;
    z-index: -999999;
  
}

.whole-roots
{
position: relative;
    top: -2533rem;
    left: 22rem;

}

/*CLEAR CUPS AND LIDS*/
#root{
  width: 73%;
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  top: 16rem;
  left: 0.2rem;
  visibility: visible;
 

   
}

/*FOAM CUPS AND LIDS*/

#root-2{
  width: 62%;
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  top: -126.6rem;
  left: 0.5rem;
  z-index: 11;
  visibility: hidden;
    

   
}


   
/*Portions Cups*/

#root-3{
  width: 62%;
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  top: -310.2rem;
  left: 0.5rem;
  z-index: 11;
  visibility: hidden;
    

   
}


   
/*Paper Cups*/

#root-4{
  width: 62%;
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  top: -412.5rem;
  left: 0.5rem;
  z-index: 11;
  visibility: hidden;
    

   
}
  
/*Paper Cups*/
#root-5{
  width: 62%;
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  top: -504.2rem;
  left: 0.5rem;
  z-index: 11;
  visibility: hidden;
    

   
}

/*Paper Cups*/
#root-6{
  width: 62%;
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  top: -665rem;
  left: 0.5rem;
  z-index: 11;
  visibility: hidden;
}
   
/*Paper Cups*/
#root-7{
  width: 62%;
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  top: -746rem;
  left: 0.5rem;
  z-index: 11;
  visibility: hidden;
   
}
   
/*Paper Cups*/
#root-8{
  width: 62%;
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  top: -828rem;
  left: 0.5rem;
  z-index: 11;
  visibility: hidden;
    

   
}
   
/*Paper Cups*/
#root-8 p{
font-size: 16px;
    

   
}
   
/*Paper Cups*/
#root-9{
  width: 62%;
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  top: -965rem;
  left: 0.5rem;
  z-index: 11;
  visibility: hidden;
   
}
   
/*Paper Cups*/
#root-10{
  width: 62%;
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  top: -1006rem;
  left: 0.5rem;
  z-index: 11;
  visibility: hidden;



   
}
   
/*Paper Cups*/
#root-11{
  width: 62%;
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  top: -1169rem;
  left: 0.5rem;
  z-index: 11;
  visibility: hidden;

   
}

/*Paper Cups*/
#root-12{
  width: 62%;
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  top: -1231rem;
  left: 0.5rem;
  z-index: 11;
  visibility: visible;

   
}

/*Paper Cups*/
#root-13{
  width: 62%;
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  top: -1292rem;
  left: 0.5rem;
  z-index: 11;
  visibility: hidden;
   
}

/*Paper Cups*/
#root-14{
  width: 62%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  top: -879.2rem;
  left: 0.5rem;
  z-index: 11;
  visibility: hidden;
   
}

/*Paper Cups*/
#root-15{
  width: 62%;
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  top: -1395.2rem;
  left: 0.5rem;
  z-index: 11;
  visibility: hidden;

   
}

/*Paper Cups*/
#root-16{
  width: 62%;
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  top: -1436rem;
  left: 0.5rem;
  z-index: 11;
  visibility: hidden;

   
}

/*Paper Cups*/
#root-17{
width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -1498rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;


   
}

/*Paper Cups*/
#root-18{
     width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -1580rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;

   
}

/*Paper Cups*/
#root-19{
     width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -1681rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;

   
}

/*Paper Cups*/
#root-20{
    width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -1763rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;


   
}

/*Paper Cups*/
#root-21{
    width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -1824rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;

   
}

/*Paper Cups*/
#root-22{
    width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -1865rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;

   
}


/*Paper Cups*/
#root-23{
    width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -1908rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;

   
}


/*Paper Cups*/
#root-24{
     width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -1949rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;
   
}


/*Paper Cups*/
#root-25{
 width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -1990rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;
   
}


/*Paper Cups*/
#root-26{
width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -2011rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;


   
}


/*Paper Cups*/
#root-27{
     width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -2052rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;

   
}

/*SEPERATION*/

/*Paper Cups*/
#root-28{
      width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -2092rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;
   
}

/*Paper Cups*/
#root-29{
width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -2194rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;
   
}

/*Paper Cups*/
#root-30{
    width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -2235rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;
 

   
}

/*Paper Cups*/
#root-31{
    width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -2256rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;

   
}

/*Paper Cups*/
#root-32{
 width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -2297rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;

   
}

/*Paper Cups*/
#root-33{
    width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -2318rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;
   
}

/*Paper Cups*/
#root-34{
     width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -2358rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;

   
}

/*Paper Cups*/
#root-35{
width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -2401rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;


   
}

/*Paper Cups*/
#root-36{
    width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -2423rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;

   
}

/*Paper Cups*/
#root-37{
 width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -2505rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;

   
}

/*Paper Cups*/
#root-38{
width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -2587rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;

   
}

/*Paper Cups*/
#root-39{
    width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -2649rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;

   
}

/*Paper Cups*/
#root-40{
width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -2771rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;

   
}

/*Paper Cups*/
#root-41{
    width: 62%;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
    top: -2843rem;
    left: 0.5rem;
    z-index: 11;
    visibility: hidden;

   
}



.sidebar{
    width: 42%;
    border-radius: 5px;
    background-color: #eee;
    margin-left: 20px;
    padding: 15px;
    text-align: center;
}
.head{
   background: linear-gradient(to bottom, #003d52, #000003);
    box-shadow: 0px 0px 25px -1px rgba(128, 128, 128, 1);
    border-radius: 15rem;
    height: 40px;
    padding: 10px;
    margin-bottom: 23px;
    color: white;
    /* display: flex; */

}
.foot{
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    padding: 10px 0px;
    border-top: 1px solid #333;
}
.box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 3px solid;
    border-color: linear-gradient(to bottom, #003d52, #000003);;
    border-radius: 5px;
    padding: 15px;
    
}


.img-box{
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.images{
    max-width: 90%;
    max-height: 90%;
    object-fit: cover;
    object-position: center;
}
.bottom{
    margin-top: 20px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 110px;
}
h2{
    font-size: 20px;
    color: #D32F2F;
}
button{
    width: 100%;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #333;
    padding: 7px 25px;
    cursor: pointer;
    color: white;
}
button:hover{
    background: linear-gradient(to bottom, #003d52, #000003);
}
.cart-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: white;
    border-bottom: 1px solid #aaa;
    border-radius: 2rem;
    margin: 20px -2px;
}
.row-img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid goldenrod;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rowimg{
    max-width: 43px;
    max-height: 43px;
    border-radius: 50%;
}
.fa-trash:hover{
    cursor: pointer;
    color: #333;
}

/* Add styles for the dropdown button */
.dropdown-btn {
  width: 100%;
  border: none;
  border-radius: 5rem;
  background: linear-gradient(to bottom, #28282d, #1f1f24); /* Consistent gradient with hover */
  padding: 10px;
  color: white;
  cursor: pointer;
  margin-bottom: 10px;

  transition: background 100s ease; /* Smooth in and out */
}

/* Hover effect */
.dropdown-btn:hover {
  background: linear-gradient(to bottom, #003d52, #000003); /* Slight color shift */
}


/* Add styles for the dropdown button */
.dropdown-btn-line {
    width: 100%;
    border: none;
    border-radius: 5rem;
    background: #28282d;
    padding: 10px;
    color: white;
    cursor: pointer;
    margin-bottom: 10px;

   
}

.dropdown-btn-line:hover {
  background: linear-gradient(to bottom, #003d52, #000003);
  transition: all 1s ease;
}

/* Add styles for the dropdown button */
.dropdown-btn-rmv {
    width: 100%;
    border: none;
    border-radius: 5rem;
    background: #28282d;
    padding: 10px;
    color: white;
    cursor: pointer;
    margin-bottom: 10px;

   
}

.dropdown-btn-rmv:hover {
  background: linear-gradient(to bottom, #003d52, #000003);
  transition: all 1s ease;
}

/* Style for hidden class to hide the cart items initially */
.hidden {
    display: none;
}


.fa-arrow-left-long{
  position: relative;
  top: -771rem;
  left: -41rem;
  font-size: 3rem;
  visibility: hidden;
  cursor: pointer;
}

/*PRODUCTS DROPDOWN TEST RN FOR CUPS AND LIDS*/


.btn {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -479rem;
  left: -36rem;
  z-index: 10000;
  visibility: hidden;
   
  }

/*BTN TWO*/
.btn-2 {
    display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -602.67rem;
    left: -17rem;
    z-index: 10000;
    visibility: hidden;
  }

/*BTN TWO*/
.btn-3 {
    display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -725.67rem;
    left: 2rem;
    z-index: 10000;
    visibility: hidden;
  }

/*BTN TWO*/
.btn-4 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -721.67rem;
  left: -17rem;
  z-index: 10000;
  visibility: hidden;
  }

/*BTN TWO*/
.btn-5 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -730.67rem;
  left: -36rem;
  z-index: 10000;
  visibility: visible;
   
  }

/*BTN TWO*/
.btn-6 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -733.2rem;
  left: -23rem;
  z-index: 10000;
  visibility: visible;
   
  }

/*BTN TWO*/
.btn-7 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -735.67rem;
  left: -10rem;
  z-index: 10000;
  visibility: visible;
   
  }

/*BTN TWO*/
.btn-8 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -733.2rem;
  left: -10rem;
  z-index: 10000;
  visibility: visible;
   
  }


/*BTN TWO*/
.btn-8-1 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -746.6rem;
  left: -34rem;
  z-index: 10000;
  visibility: hidden;
   
  }

/*BTN TWO*/
.btn-8-2 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -749.07rem;
  left: -16.5rem;
  z-index: 10000;
  visibility: hidden;
  }

/*BTN TWO*/
.btn-8-3 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -751.6rem;
  left: 1rem;
  z-index: 10000;
  visibility: hidden;
   
  }

/*BTN TWO*/
.btn-8-3 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -751.6rem;
  left: 1rem;
  z-index: 10000;
  visibility: hidden;
   
  }

/*BTN TWO*/
.btn-8-4 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -747.6rem;
  left: -26rem;
  z-index: 10000;
  visibility: hidden;
   
  }

/*BTN TWO*/
.btn-8-5 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -751.3rem;
  left: -8rem;
  z-index: 10000;
  visibility: hidden;
   
  }

.all-8s
{
  position: relative;
  top: -80rem;



}



/*BTN TWO*/
.btn-9 {
  display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -738.2rem;
    left: -36rem;
    z-index: 10000;
    visibility: visible;
   
  }



/*BTN TWO*/
.btn-9-1 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -754.2rem;
  left: -30rem;
  z-index: 10000;
  visibility: hidden;
   
  }



/*BTN TWO*/
.btn-9-2 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -751.7rem;
  left: -17.5rem;
  z-index: 10000;
  visibility: hidden;
   
  }

/*BTN TWO*/
.btn-9-3 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -762.6rem;
  left: -5rem;
  z-index: 10000;
  visibility: hidden;
   
  }


  .all-9s
  {
    position: relative;
    top: -38rem;


  }


/*BTN TWO*/
.btn-10 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -746.6rem;
  left: 3rem;
  z-index: 10000;
  visibility: visible;
   
  }

/*BTN TWO*/
.btn-10-1 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -746.6rem;
  left: -34rem;
  z-index: 10000;
  visibility: hidden;
   
  }

/*BTN TWO*/
.btn-10-2 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -749.07rem;
  left: -16.5rem;
  z-index: 10000;
  visibility: hidden;
  }

/*BTN TWO*/
.btn-10-3 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -751.6rem;
  left: 1rem;
  z-index: 10000;
  visibility: hidden;
   
  }

/*BTN TWO*/
.btn-10-4 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -747.6rem;
  left: -34rem;
  z-index: 10000;
  visibility: hidden;
   
  }

/*BTN TWO*/
.btn-10-5 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -750.2rem;
  left: -16.5rem;
  z-index: 10000;
  visibility: hidden;
   
  }

/*BTN TWO*/
.btn-10-6 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -752.7rem;
  left: 1rem;
  z-index: 10000;
  visibility: hidden;
   
  }

.all-10s
{
  position: relative;
  top: -28rem;

}


/*BTN TWO*/
.btn-11 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -744.2rem;
  left: -23rem;
  z-index: 10000;
  visibility: visible;
   
  }




/*BTN TWO*/
.btn-11-1 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -754.2rem;
  left: -34rem;
  z-index: 10000;
  visibility: hidden;
   
  }



/*BTN TWO*/
.btn-11-2 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -749.52rem;
  left: -14.7rem;
  z-index: 10000;
  visibility: hidden;
  }

/*BTN TWO*/
.btn-11-3 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -761.82rem;
  left: -14.7rem;
  z-index: 10000;
  visibility: hidden;
   
  }

/*BTN TWO*/
.btn-11-4 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -757.82rem;
  left: -34rem;
  z-index: 10000;
  visibility: hidden;
  }

/*BTN TWO*/
.btn-11-5 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -770.32rem;
  left: 3.4rem;
  z-index: 10000;
  visibility: hidden;
   
  }

/*BTN TWO*/
.btn-11-6 {
  display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -765.12rem;
    left: 3.7rem;
    z-index: 10000;
    visibility: hidden;
}


  


  .all-11s
  {
    position: relative;
    top: -49rem;




  }



/*BTN TWO*/
.btn-12 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -753.2rem;
  left: -36rem;
  z-index: 10000;
  visibility: hidden;
   
  }
  
/*BTN TWO*/
.btn-13 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -756.9rem;
  left: -15.7rem;
  z-index: 10000;
  visibility: hidden;
   
  }

/*BTN TWO*/
.btn-14 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -760.5rem;
  left: 4rem;
  z-index: 10000;
  visibility: hidden;
   
  }

/*BTN TWO*/
.btn-15 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -758.8rem;
  left: 3rem;
  z-index: 10000;
  visibility: visible;
   
  }

  
  .all-15s
  {

    position: relative;
    top: -89.5rem;


  }

/*BTN TWO*/
.btn-15-1 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -752.8rem;
  left: -36rem;
  z-index: 10000;
  visibility: hidden;
   
  }

/*BTN TWO*/
.btn-15-2 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -757.6rem;
  left: -17rem;
  z-index: 10000;
  visibility: hidden;
   
  }

/*BTN TWO*/
.btn-15-3 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -762.4rem;
  left: 3rem;
  z-index: 10000;
  visibility: hidden;
   
  }

/*BTN TWO*/
.btn-15-4 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -756.8rem;
  left: -17rem;
  z-index: 10000;
  visibility: hidden;
   
  }

 
/*BTN TWO*/
.btn-16 {
  display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -756.8rem;
    left: -36rem;
    z-index: 10000;
    visibility: visible;
   
  }

  
  .all-16s
  {
    position: relative;
    top: -103rem;
    left: 3rem;

  }

 
/*BTN TWO*/
.btn-16-1 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -743.7rem;
  left: -18rem;
  z-index: 10000;
  visibility: hidden;
   
  }
 
/*BTN TWO*/
.btn-16-2 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -759.4rem;
  left: -1rem;
  z-index: 10000;
  visibility: hidden;
   
  }
 
/*BTN TWO*/
.btn-16-3 {
  display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -762.9rem;
    left: -36rem;
    z-index: 10000;
    visibility: hidden;
   
  }
 
/*BTN TWO*/
.btn-16-4 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -760.8rem;
  left: -36rem;
  z-index: 10000;
  visibility: hidden;
   
  }
 
/*BTN TWO*/
.btn-16-5 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -763.1rem;
  left: -18rem;
  z-index: 10000;
  visibility: hidden;
   
  }
 
/*BTN TWO*/
.btn-16-6 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -772.7rem;
  left: -18rem;
  z-index: 10000;
  visibility: hidden;
   
  }
 
/*BTN TWO*/
.btn-16-7 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -769.3rem;
  left: -1rem;
  z-index: 10000;
  visibility: hidden;
   
  }

  
/*BTN TWO*/
.btn-17 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 188px;
  top: -760.4rem;
  left: -23rem;
  z-index: 10000;
  visibility: visible;
   
  }


.square{
  position: relative;
  top: 20rem;
  left: 20rem;
  height: 10rem;
  width: 10rem;
  background-color: black;
}



/*PRODUCTS DROPDOWN TEST RN FOR CUPS AND LIDS*/



  
  .cube {
    position: relative;
    transition: all 0.5s;
  }
  
  .cube .bg-top {
    position: absolute;
    height: 10px;
    background: linear-gradient(to bottom, #003d52, #000003);
    bottom: 100%;
    left: 5px;
    right: -5px;
    transform: skew(-45deg, 0);
    margin: 0;
    transition: all 0.4s;
  }
  
  .cube .bg-top .bg-inner {
    bottom: 0;
  }
  
  .cube .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, #003d52, #000003);
    transition: all 0.4s;
  }
  
  .cube .bg-right {
    position: absolute;
    background: linear-gradient(to bottom, #003d52, #000003);
    top: -5px;
    z-index: 0;
    bottom: 5px;
    width: 10px;
    left: 100%;
    transform: skew(0, -45deg);
    transition: all 0.4s;
  }
  
  .cube .bg-right .bg-inner {
    left: 0;
  }
  
  .cube .bg-inner {
    background: #28282d;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
  }
  
  .cube .text {
    position: relative;
    transition: all 0.4s;
    color: white;
  }
  
  .cube:hover .bg-inner {
    background: linear-gradient(to bottom, #003d52, #000003);
    transition: all 0.4s;
  }
  
  .cube:hover .text {
    color: #ffffff;
    transition: all 0.4s;
  }
  
  .cube:hover .bg-right,
  .cube:hover .bg,
  .cube:hover .bg-top {
    background: #28282d;
  }
  
  .cube:active {
    z-index: 9999;
    animation: bounce 0.1s linear;
  }
  
  @keyframes bounce {
    50% {
      transform: scale(0.9);
    }
  }

#square{
    width: 57rem;
    height: 120rem;
    position: relative;
    top: -238rem;
    left: -17rem;
    color: white;
    background-color: white;
    z-index: -10;
}

#square-2{
    width: 57rem;
    height: 120rem;
    position: relative;
    top: -362rem;
    left: -17rem;
    color: white;
    background-color: white;
    z-index: -9;
}



/*footer*/
.container-2 {
	max-width: 1170px;
	margin: auto;
}

.row-footer {
	display: flex;
	flex-wrap: wrap;
}

ul {
	list-style: none;
	padding: 0.2px;
}

.footer {
  background-color: #24262b;
  padding: 70px 0;
  margin-top: 0rem;
  position: relative;
  width: 100.4%;
  top: -3105rem;
  height: 20rem;
  /* visibility: hidden;*/
}

.footer-col {
	width: 33%;
	padding: 0 15px;
}

.footer-col h4 {
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
	font-family: 'Montserrat', "Merriweather", sans-serif;
}

.footer-col h4::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footer-col ul li:not(:last-child) {
	margin-bottom: 10px;
	font-family: 'Montserrat', "Merriweather", sans-serif;
}

.footer-col ul li a {
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
	font-family: 'Montserrat', "Merriweather", sans-serif;
}

.footer-col ul li a:hover {
	color: #ffffff;
	padding-left: 0px;
	font-family: 'Montserrat', "Merriweather", sans-serif;
}

.footer-col .social-links a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
	color: #24262b;
	background-color: #ffffff;
}



/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}

.root-line
{
  color:black;
  width:100%;
  height: 2px;
}

.dropdown-btn-gb{
  width: 0%;
  left: 0rem;
  top: -3rem;
  border: none;
  border-radius: 5rem;
  /* background: linear-gradient(to bottom, #28282d, #1f1f24); */
  padding: 0px;
  color: transparent;
  cursor: pointer;
  margin-bottom: -1rem;
  transition: background 100s ease;
}



.container-bgc
{
  background: linear-gradient(to bottom, #003d52, #000003);    height: 40rem;
    width: 52rem;
    border-radius: 114px;
    filter: blur(-9px);
    position: absolute;
    top: 6.8rem;
    left: 10rem;
    opacity: 0.93;
    z-index: -999999999999;
    visibility: hidden;
}

.container-gb-icon
{
  position: absolute;
  left: 45.7rem;
  top: 1rem;
  height: 5rem;
  visibility: hidden;
  z-index: -999999999999;
  cursor: pointer;
}

.container-nco
{
  position: absolute;
  top: -17rem;
  left: -6rem;
  width: 100rem;
  height: 275rem;
  /* background-color: black; */
  z-index: 99999999;
}


    /* Contact form styling */
    .contact-form {
      background-color: #ffffff;
      padding: 20px;
      border-radius: 33px;
      width: 18rem;
      height: 26rem;
      top: 4rem;
      left: 1.5rem;
      zoom: 1.2;
      opacity: 4;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      z-index: 99999999999999999999999999999999999999999;
      position: absolute;
    }

    /* Headings and labels */
    .contact-form h2 {
      font-size: 1.2em;
      color: #333;
      margin-bottom: 15px;
      
    }

    .contact-form label {
      display: block;
      margin-top: 10px;
      color: #555;
      font-size: 0.9em;
      
    }

    /* Input and textarea fields */
    .contact-form input,
    .contact-form textarea {
      width: 100%;
      padding: 10px;
      margin-top: 5px;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
      z-index: 9999999999999999999;
      position: relative;
      
    }

    /* Button styling */
    .contact-form button {
      width: 100%;
      margin-top: 15px;
      padding: 10px;
      background-color: #333;
      color: #fff;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      
    }

    .contact-form button:hover {
      background-color: #ffffff;
    }

    .h2-tia
    {
      position: absolute;
      top: 7rem;
      left: 24.6rem;
      font-size: 1.4rem;
      color: white;
      
    }
    .count-2
    {
      position: absolute;
      top: 6.7rem;
      left: 39.5rem;
      font-size: 2rem;
     
    }

    .h2-ti
    {
      position: absolute;
      top: 9rem;
      left: 24.6rem;
      font-size: 1.4rem;
      color: white;
      
    }
    .total-2
    {
      position: absolute;
      top: 9rem;
      left: 34rem;
      font-size: 1.5rem;
  
    }

    .oc
    {
      position: absolute;
      top: 12rem;
      left: 24.8rem;
      font-size: 1.5rem;
      color: white;
    }

    .ec
    {
      position: absolute;
      top: 16rem;
      left: 24.8rem;
      font-size: 2rem;
      color: white;
    }

    .cc
    {
      position: absolute;
      top: 20rem;
      left: 26rem;
      font-size: 2rem;
      color: white;
    }

    .cc-2
    {
      position: absolute;
      top: 23rem;
      left: 26rem;
      font-size: 2rem;
      color: white;
    }

    .lacv
    {
      position: absolute;
      top: 25rem;
      left: 24rem;
      font-size: 1.7rem;
      color: white;
    }

    .cz
    {
      position: absolute;
      top: 28rem;
      left: 24rem;
      font-size: 2rem;
      color: white;
    }

    /* Style for capitalized words */
.capital {
  color: red;
  font-size: revert;
}


@media (min-width: 350px) and (max-width: 999px)  {

  .ch2
  {
    font-size:1px;
  }

  .fa-solid, .fas {
    font-weight: 1000;
    left: 0rem;
    top: -0.6rem;
    position: relative;
}

  .header{
    height: 80px;
      width: 47rem;
      left: 13rem;
      position: relative;
      background: linear-gradient(to bottom, #003d52, #000003);
      box-shadow: 0px 0px 25px -1px rgba(128, 128, 128, 1);
      border-radius: 1rem;
      margin: 30px 0px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px;
      zoom: 2;
    }
    .sidebar{
      width: 10000000%;
      border-radius: 5px;
      background-color: #eee;
      margin-left: -7rem;
      padding: 15px;
      position: relative;
      left: 14rem;
      text-align: center;
      border-radius: 33px;
      zoom: 2;
    }
    
    .cart {
      display: flex;
      /* background: linear-gradient(to bottom, #003d52, #000003); */
      justify-content: space-between;
      align-items: center;
      padding: 7px 10px;
      border-radius: 1rem;
      width: 69px;
      position: relative;
      left: -5.7rem;
      top: 5.85rem;
      zoom: 1;
    }
    
    
    .whole-roots
    {
        position: relative;
        top: -7605rem;
        left: 0rem;
        margin-right: -93rem;
    }
    
    .cube .text {
    position: relative;
    transition: all 0.4s;
    color: white;
    font-size: 42px;
    }
    
    .btn {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 188px;
      top: -473rem;
      left: -40rem;
      width: 17rem;
      z-index: 10000;
      visibility: hidden;
     
    }
        /*BTN TWO*/
        .btn-2 {
        display: block;
        padding: 0.7em 1em;
        background: transparent;
        outline: none;
        border: 0;
        color: #d4af37;
        letter-spacing: 0.1em;
        font-family: monospace;
        font-size: 17px;
        font-weight: bold;
        cursor: pointer;
        z-index: 1;
        width: 188px;
        top: -599.67rem;
        left: -17rem;
        width: 17rem;
        z-index: 10000;
        visibility: hidden;
        }
    
        /*BTN TWO*/
        .btn-3 {
        display: block;
        padding: 0.7em 1em;
        background: transparent;
        outline: none;
        border: 0;
        color: #d4af37;
        letter-spacing: 0.1em;
        font-family: monospace;
        font-size: 17px;
        font-weight: bold;
        cursor: pointer;
        z-index: 1;
        width: 188px;
        top: -717.07rem;
        left: -17rem;
        width: 17rem;
        z-index: 10000;
        visibility: hidden;
        }
    
        /*BTN TWO*/
        .btn-4 {
        display: block;
              padding: 0.7em 1em;
              background: transparent;
              outline: none;
              border: 0;
              color: #d4af37;
              letter-spacing: 0.1em;
              font-family: monospace;
              font-size: 17px;
              font-weight: bold;
              cursor: pointer;
              z-index: 1;
              width: 188px;
              top: -723.67rem;
              left: -40rem;
              width: 17rem;
              z-index: 10000;
              visibility: hidden;
        }
    
    /*BTN TWO*/
    .btn-5 {
    display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -736.57rem;
    left: -38rem;
    width: 15rem;
    z-index: 10000;
    visibility: visible;
    }
    
    /*BTN TWO*/
    .btn-6 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 188px;
      top: -713.2rem;
      left: -38.5rem;
      width: 15rem;
      z-index: 10000;
      visibility: visible;
     
    }
    
    /*BTN TWO*/
    .btn-7 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 188px;
      top: -717.27rem;
      left: -20rem;
      width: 21rem;
      z-index: 10000;
      visibility: visible;
     
    }
    
    /*BTN TWO*/
    .btn-8 {
    display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -751.2rem;
    left: -20rem;
    width: 21rem;
    z-index: 10000;
    visibility: visible;
     
    }
    
    
    /*BTN TWO*/
    .btn-8-1 {
    display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -746.6rem;
    left: -31rem;
    width: 18rem;
    z-index: 10000;
    visibility: hidden;
     
    }
    
    /*BTN TWO*/
    .btn-8-2 {
    display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -753.07rem;
    left: -8.5rem;
    width: 17rem;
    z-index: 10000;
    visibility: hidden;
    }
    
    /*BTN TWO*/
    .btn-8-3 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 188px;
      top: -738.6rem;
      left: -18.7rem;
      width: 14rem;
      z-index: 10000;
    }

    
/*BTN TWO*/
.btn-8-4 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 18rem;
  top: -753.6rem;
  left: -31rem;
  z-index: 10000;
  visibility: hidden;
   
  }

/*BTN TWO*/
.btn-8-5 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 18rem;
  top: -760.22rem;
  left: -9rem;
  z-index: 10000;
  visibility: hidden;
   
  }
    
    .all-8s
    {
      position: relative;
      top: -170rem;
      left: -6rem;

    
    
    }
    
    
    
    /*BTN TWO*/
    .btn-9 {
    display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -751.2rem;
    left: -38rem;
    width: 15rem;
    z-index: 10000;
    visibility: visible;
    
     
    }
    
    
    
    /*BTN TWO*/
    .btn-9-1 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 188px;
      top: -754.2rem;
      left: -30rem;
      width: 18rem;
      z-index: 10000;
      visibility: hidden;
     
    }
    
    
    
    /*BTN TWO*/
    .btn-9-2 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 188px;
      top: -760.85rem;
      left: -9rem;
      width: 22rem;
      z-index: 10000;
      visibility: hidden;
     
    }
    
    
    /*BTN TWO*/
    .btn-9-3 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 18rem;
      top: -757.6rem;
      left: -20rem;
      z-index: 10000;
      visibility: hidden;
     
    }
    
    
    .all-9s
    {
      position: relative;
      top: -94rem;
      left: -9rem;

    
    }
    
    
    /*BTN TWO*/
    .btn-10 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 188px;
      top: -732.6rem;
      left: -38.6rem;
      z-index: 10000;
      visibility: visible;
     
    }
    
    /*BTN TWO*/
    .btn-10-1 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      top: -746.5rem;
      left: -9rem;
      width: 18rem;
      z-index: 10000;
      visibility: hidden;
    }
    
    /*BTN TWO*/
    .btn-10-2 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      top: -733.6rem;
      left: -32rem;
      width: 18rem;
      z-index: 10000;
      visibility: hidden;
    }
    
    /*BTN TWO*/
    .btn-10-3 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 188px;
      top: -748.1rem;
      left: -9rem;
      width: 18rem;
      z-index: 10000;
      visibility: hidden;
     
    }
    
    
    /*BTN TWO*/
    .btn-10-4 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 18rem;
      top: -748.6rem;
      left: -32rem;
      z-index: 10000;
      visibility: hidden;
     
    }
    
    
    /*BTN TWO*/
    .btn-10-5 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 18rem;
      top: -749.3rem;
      left: -9rem;
      z-index: 10000;
      visibility: hidden;
     
    }
    
    /*BTN TWO*/
    .btn-10-6 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 18rem;
      top: -766.4rem;
      left: -32rem;
      z-index: 10000;
      visibility: hidden;
     
    }
    
    .all-10s
    {
      position: relative;
      top: -75rem;
      left: -6rem;
    
    
    
    }
    
    
    /*BTN TWO*/
    .btn-11 {
    display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -762.8rem;
    left: -20rem;
    width: 21rem;
    z-index: 10000;
    visibility: visible;
     
    }
    
    
    
    
    /*BTN TWO*/
    .btn-11-1 {
    display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -754.2rem;
    left: -24rem;
    width: 18rem;
    z-index: 10000;
    visibility: hidden;
     
    }
    
    
    
    /*BTN TWO*/
    .btn-11-2 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 188px;
      top: -740.82rem;
      left: -2rem;
      width: 18rem;
      z-index: 10000;
      visibility: hidden;
     
    }
    
    
    
    /*BTN TWO*/
    .btn-11-3 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 18rem;
      top: -770.22rem;
      left: -2.2rem;
      z-index: 10000;
      visibility: hidden;
     
    }
    
    /*BTN TWO*/
    .btn-11-4 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 18rem;
      top: -766.82rem;
      left: -2rem;
      z-index: 10000;
      visibility: hidden;
     
    }
    
    
    /*BTN TWO*/
    .btn-11-5 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 18rem;
      top: -773.32rem;
      left: -24rem;
      z-index: 10000;
      visibility: hidden;
     
    }
    
    
    /*BTN TWO*/
    .btn-11-6 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 18rem;
      top: -770.12rem;
      left: -23.8rem;
      z-index: 10000;
      visibility: hidden;
     
    }
    
    
    .all-11s
    {
      position: relative;
      top: -113rem;
      left: -14rem;
    
    
    }
    
    
    
    /*BTN TWO*/
    .btn-12 {
    display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -780.2rem;
    left: -40rem;
    width: 19rem;
    z-index: 10000;
    visibility: hidden;
     
    }
    
    /*BTN TWO*/
    .btn-13 {
    display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -786.9rem;
    left: -17.7rem;
    width: 19rem;
    z-index: 10000;
    visibility: hidden;
     
    }
    
    /*BTN TWO*/
    .btn-14 {
    display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -785.5rem;
    left: -28rem;
    width: 18rem;
    z-index: 10000;
    visibility: hidden;
     
    }
    
    
    /*BTN TWO*/
    .btn-15 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 188px;
      top: -779.5rem;
      left: -38.4rem;
      width: 18rem;
      z-index: 10000;
      visibility: visible;
     
    }
    
    /*BTN TWO*/
    .btn-15-1 {
    display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -785.5rem;
    left: -28rem;
    width: 18rem;
    z-index: 10000;
    visibility: hidden;
     
    }
    
    /*BTN TWO*/
    .btn-15-2 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 188px;
      top: -794.9rem;
      left: -7rem;
      width: 18rem;
      z-index: 10000;
      visibility: hidden;
     
    }
    
    /*BTN TWO*/
    .btn-15-3 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 188px;
      top: -791.5rem;
      left: -28rem;
      width: 18rem;
      z-index: 10000;
      visibility: hidden;
     
    }
    
    /*BTN TWO*/
    .btn-15-4 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 188px;
      top: -798.3rem;
      left: -7rem;
      width: 18rem;
      z-index: 10000;
      visibility: hidden;
    }

    .all-15s {
      position: relative;
      top: -156rem;
      left: -10rem;
  }
    
    /*BTN TWO*/
    .btn-16 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 188px;
      top: -786.2rem;
      left: -17rem;
      width: 18rem;
      z-index: 10000;
      visibility: visible;
     
    }
    
    
    /*BTN TWO*/
    .btn-16-1 {
    display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -785.5rem;
    left: -28rem;
    width: 18rem;
    z-index: 10000;
    visibility: hidden;
     
    }
    
    
    /*BTN TWO*/
    .btn-16-2 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 188px;
      top: -792.3rem;
      left: -7rem;
      width: 18rem;
      z-index: 10000;
      visibility: hidden;
     
    }
    
    
    /*BTN TWO*/
    .btn-16-3 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 188px;
      top: -789.5rem;
      left: -28rem;
      width: 18rem;
      z-index: 10000;
      visibility: hidden;
     
    }
    
    
    /*BTN TWO*/
    .btn-16-4 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 188px;
      top: -786.5rem;
      left: -28rem;
      width: 18rem;
      z-index: 10000;
      visibility: hidden;
     
    }
    
    
    /*BTN TWO*/
    .btn-16-5 {
      display: block;
      padding: 0.7em 1em;
      background: transparent;
      outline: none;
      border: 0;
      color: #d4af37;
      letter-spacing: 0.1em;
      font-family: monospace;
      font-size: 17px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1;
      width: 188px;
      top: -793.5rem;
      left: -7rem;
      width: 18rem;
      z-index: 10000;
      visibility: hidden;
     
    }
    
    
    /*BTN TWO*/
    .btn-16-6 {
    display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -806.5rem;
    left: -7rem;
    width: 18rem;
    z-index: 10000;
    visibility: hidden;
     
    }
    
    
    /*BTN TWO*/
    .btn-16-7 {
    display: block;
    padding: 0.7em 1em;
    background: transparent;
    outline: none;
    border: 0;
    color: #d4af37;
    letter-spacing: 0.1em;
    font-family: monospace;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    width: 188px;
    top: -797.5rem;
    left: -7rem;
    width: 18rem;
    z-index: 10000;
    visibility: hidden;
     
    }
    

    .all-16s {
      position: relative;
      top: -193rem;
      left: -9rem;
  }

  
  
/*BTN TWO*/
.btn-17 {
  display: block;
  padding: 0.7em 1em;
  background: transparent;
  outline: none;
  border: 0;
  color: #d4af37;
  letter-spacing: 0.1em;
  font-family: monospace;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  width: 18rem;
  top: -776.8rem;
  left: -20rem;
  z-index: 10000;
  visibility: visible;
   
  }

    
    #square{
    width: 57rem;
    height: 120rem;
    position: relative;
    top: -238rem;
    left: -41rem;
    color: white;
    background-color: transparent;
    z-index: -9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    }
    
    #square-2{
    width: 57rem;
    height: 120rem;
    position: relative;
    top: -362rem;
    left: -41rem;
    color: white;
    background-color: transparent;
    z-index: -999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    }
    
        /*CLEAR CUPS AND LIDS*/
        #root{
          width: 73%;
          display: grid
  ;
          grid-template-columns: repeat(2, 11rem);
          grid-gap: 20px;
          position: relative;
          top: 11rem;
          left: -0.1rem;
          zoom: 1.9;
          visibility: visible;
          }

        /*FOAM CUPS AND LIDS*/
        #root-2{
          width: 93%;
          display: grid
  ;
          grid-template-columns: repeat(2, 11rem);
          grid-gap: 20px;
          position: relative;
          top: -192rem;
          left: -0.4rem;
          zoom: 1.9;
          visibility: hidden;
          }

        /*Portions Cups*/
        #root-3{
          width: 93%;
          display: grid
  ;
          grid-template-columns: repeat(2, 11rem);
          grid-gap: 20px;
          position: relative;
          top: -455rem;
          left: -0.5rem;
          zoom: 1.9;
          visibility: hidden;
          }

        /*Paper Cups*/
        #root-4{
          width: 93%;
          display: grid
  ;
          grid-template-columns: repeat(2, 11rem);
          grid-gap: 20px;
          position: relative;
          top: -597rem;
          left: -0.3rem;
          zoom: 1.9;
          visibility: hidden;
          }

        /*Paper Cups*/
        #root-5{
          width: 93%;
          display: grid
  ;
          grid-template-columns: repeat(2, 11rem);
          grid-gap: 20px;
          position: relative;
          top: -705rem;
          left: 0.9rem;
          zoom: 1.9;
          visibility: hidden;
          }

        /*Paper Cups*/
        #root-6{
          width: 100%;
          display: grid
  ;
          grid-template-columns: repeat(2, 11rem);
          grid-gap: 20px;
          /* row-gap: 41px; */
          position: relative;
          top: -940rem;
          left: -0.2rem;
          zoom: 1.9;
          visibility: hidden;
          }

        /*Paper Cups*/
        #root-7{
          width: 93%;
          display: grid
  ;
          grid-template-columns: repeat(2, 11rem);
          grid-gap: 20px;
          position: relative;
          top: -1061rem;
          left: 0.9rem;
          zoom: 1.9;
          visibility: hidden;
          }

        /*Paper Cups*/
        #root-8{
          width: 100%;
          display: grid
  ;
          grid-template-columns: repeat(2, 11rem);
          grid-gap: 20px;
          position: relative;
          top: -1163rem;
          left: -0.1rem;
          zoom: 1.9;
          visibility: hidden;
          }

        /*Paper Cups*/
        #root-9{
          width: 93%;
          display: grid
  ;
          grid-template-columns: repeat(2, 11rem);
          grid-gap: 20px;
          position: relative;
          top: -1381rem;
          left: 0.9rem;
          zoom: 1.9;
          visibility: hidden;
          }

        /*Paper Cups*/
        #root-10{
          width: 93%;
          display: grid
  ;
          grid-template-columns: repeat(2, 11rem);
          grid-gap: 20px;
          position: relative;
          top: -1442rem;
          left: 0.9rem;
          zoom: 1.9;
          visibility: hidden;
          }

        /*Paper Cups*/
        #root-11{
          width: 93%;
          display: grid
  ;
          grid-template-columns: repeat(2, 11rem);
          grid-gap: 20px;
          position: relative;
          top: -1665rem;
          left: 0.9rem;
          zoom: 1.9;
          visibility: hidden;
          }

        /*Paper Cups*/
        #root-12{
                 width: 93%;
        display: grid
;
        grid-template-columns: repeat(2, 11rem);
        grid-gap: 20px;
        position: relative;
        top: -1746rem;
        left: 0.4rem;
        zoom: 1.9;
        visibility: visible;
          }

        /*Paper Cups*/
        #root-13{
          width: 93%;
          display: grid
  ;
          grid-template-columns: repeat(2, 11rem);
          grid-gap: 20px;
          position: relative;
          top: -1850rem;
          left: 0.4rem;
          zoom: 1.9;
          visibility: hidden;
          }

        /*Paper Cups*/
        #root-14{
          width: 94%;
          display: grid;
          grid-template-columns: repeat(2, 11rem);
          grid-gap: 20px;
          position: relative;
          top: -1288rem;
          left: 0.9rem;
          zoom: 1.9;
          visibility: hidden;
          }

        /*Paper Cups*/
        #root-15{
          width: 93%;
          display: grid
  ;
          grid-template-columns: repeat(2, 11rem);
          grid-gap: 20px;
          position: relative;
          top: -2002rem;
          left: 0.9rem;
          zoom: 1.9;
          visibility: hidden;
          }

        /*Paper Cups*/
        #root-16{
               width: 95%;
        display: grid
;
        grid-template-columns: repeat(2, 11rem);
        grid-gap: 20px;
        position: relative;
        top: -2049rem;
        left: 0.5rem;
        zoom: 1.9;
        visibility: hidden;
          }

        /*Paper Cups*/
        #root-17{
                width: 95%;
        display: grid
;
        grid-template-columns: repeat(2, 11rem);
        grid-gap: 20px;
        position: relative;
        top: -2150.5rem;
        left: 0.4rem;
        zoom: 1.9;
        visibility: hidden;
          }

          /*Paper Cups*/
          #root-18{
                   width: 95%;
        display: grid
;
        grid-template-columns: repeat(2, 11rem);
        grid-gap: 20px;
        position: relative;
        top: -2272rem;
        left: 0.4rem;
        zoom: 1.9;
        visibility: hidden;
            }
          

          /*Paper Cups*/
          #root-19{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -2373rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-20{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -2474rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-21{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -2555rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-22{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -2616rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-23{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -2671rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-24{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -2729rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-25{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -2771rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-26{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -2790rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-27{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -2850rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-28{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -2914rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-29{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -2975rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-30{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -3032rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-31{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -3051rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-32{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -3112rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-33{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -3153rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-34{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -3195rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-35{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -3262rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-36{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -3302.5rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-37{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -3404rem;
            left: 0.9rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-38{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -3529rem;
            left: 0.4rem;
            zoom: 1.9;
            visibility: hidden;
            }

          /*Paper Cups*/
          #root-39{
                width: 95%;
        display: grid
;
        grid-template-columns: repeat(2, 11rem);
        grid-gap: 20px;
        position: relative;
        top: -3728rem;
        left: 0.5rem;
        zoom: 1.9;
        visibility: hidden;
            }

          /*Paper Cups*/
          #root-40{
                  width: 95%;
        display: grid
;
        grid-template-columns: repeat(2, 11rem);
        grid-gap: 20px;
        position: relative;
        top: -3890rem;
        left: 0.4rem;
        zoom: 1.9;
        visibility: hidden;
            }

          /*Paper Cups*/
          #root-41{
            width: 95%;
            display: grid
    ;
            grid-template-columns: repeat(2, 11rem);
            grid-gap: 20px;
            position: relative;
            top: -3903rem;
            left: 0.4rem;
            zoom: 1.9;
            visibility: hidden;
            }
          
    .dropdown-btn-gb{
      width: 50%;
      left: -5.31rem;
      top: -0.4rem;
      border: none;
      border-radius: 5rem;
      background: linear-gradient(to bottom, #28282d, #1f1f24);
      padding: 10px;
      color: white;
      cursor: pointer;
      margin-bottom: 10px;
      transition: background 100s ease;
      visibility: hidden;
    }

   
/*menu*/
.v5-icon{
  position: absolute;
  top: -2.4rem;
  left: -1rem;
  height: 170px;
  width: 170px;
  background-color: transparent;
  color: wheat;
  z-index: 20;
}
.hamburg-icon{
  position: absolute;
      top: 24%;
      left: 4%;
      height: 50px;
      width: 50px;
      background-color: transparent;
      color: wheat;
      filter: invert(1);
   }


.cart-icon
{
  position: absolute;
  left: 1715px;
  top: 22px;
 height: 60px;
 width: 60px;
 filter: invert(1);
}

.menu
{
  position: absolute;
  height: 100px;
  width: 1903px;
  background-color:#006400;

}

.nav-main-name
{
  color: white;
  position: absolute;
  top: 27px;
  left: 237px;
  background-color: transparent;
  font-family: Wittgenstein;
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
display: none;
}
.nav-main-name h1
{
  
  background-color: transparent;
}



/*NAVBAR*/

  .hamburg-icon{
      position: absolute;
      top: 24px;
      left: 7%;
      height: 0px;
      width: 0px;
      background-color: transparent;
      color: wheat;
  }



#menu {

background: linear-gradient(to bottom, #002A38, #000003);
height: 110px;
border-radius: 0px;

}

#menu ul,
#menu li {
margin: 0 auto;
padding: 0;
list-style: none;
}

#menu ul {
width: 0%;
text-align: center;
}


@media (min-width:20px) and (max-width:900px) {
  #menu ul {
width: 100%;
text-align: center;
}
}


#menu li {
display: inline-block;
position: relative;
}

#menu a {
display: block;
line-height: 69px;
padding: 0 14px;
text-decoration: none;
color: #FFFFFF;
font-size: 0px;
text-transform: uppercase;
font-family: "Merriweather", sans-serif;
}

#menu a.dropdown-arrow:after {
content: "\25BE";
margin-left: 5px;
}

#menu li a:hover {
color: #FFFFFF;
background: #000000;
}

#menu input {
display: none;
margin: 0;
padding: 0;
height: 66px;
width: 100%;
opacity: 0;
cursor: pointer
}

input[type="checkbox"]:focus {
  outline: none;
}


#menu label {
display: none;
line-height: 66px;
text-align: center;
position: absolute;
left: 35px
}

#menu label:before {
font-size: 1.6em;
color: #FFFFFF;
content: "\2261";
margin-left: 20px;
}

#menu ul.sub-menus {
height: auto;
overflow: hidden;
width: 170px;
background: #4A4A4A;
position: absolute;
z-index: 99;
display: none;
}

#menu ul.sub-menus li {
display: block;
text-align: left;
width: 100%;
font-family: 'Montserrat', "Merriweather", sans-serif;
}

#menu ul.sub-menus a {
color: #FFFFFF;
font-size: 16px;
font-family: 'Montserrat', "Merriweather", sans-serif;
text-transform: capitalize;
}

#menu li:hover ul.sub-menus {
display: block;
font-family: 'Montserrat', "Merriweather", sans-serif;
}

#menu ul.sub-menus a:hover {
background: #BDBDBD;
color: #444444;
font-family: 'Montserrat', "Merriweather", sans-serif;
}



/* menu SUB PAGES */
.delivery
{
  color: white;
  position: absolute;
  background-color: transparent;
  font-family: Wittgenstein;
  top: 1.3rem;
  left: 10.4rem;
  font-size: 26px;

}

.delivery-icon
{
  position: absolute;
  top: 0.5rem;
  left: 6.5rem;
  height: 60px;
  width: 60px;
  background-color: transparent;
  color: wheat;

}

.contact-us
{
  color: white;
  position: absolute;
  background-color: transparent;
  font-family: Wittgenstein;
  top: 1.3rem;
  font-size: 26px;
  left: 20rem;
}

.contact-us-icon
{
  position: absolute;
  top: 0.8rem;
  left: 17rem;
  height: 45px;
  width: 45px;
  background-color: transparent;
  color: wheat;

}

.hours
{
  color: white;
  position: absolute;
  background-color: transparent;
  font-family: Wittgenstein;
  top: 1.2rem;
  font-size: 26px;
  left: 31.4rem;

}

.hours-icon
{
  position: absolute;
  top: 0.7rem;
  left: 28.3rem;
  height: 45px;
  width: 45px;
  background-color: transparent;
  color: wheat;

}

.about-us
{
  color: white;
  position: absolute;
  background-color: transparent;
  font-family: Wittgenstein;
  top: 1.3rem;
  font-size: 26px;
  left: 39.5rem;
}

.about-us-icon
{
  position: absolute;
  top: 0.4rem;
  left: 36rem;
  height: 60px;
  width: 60px;
  background-color: transparent;
  color: wheat;


}



/*footer*/
.container-2 {
	max-width: 1170px;
	margin: auto;
}

.row-footer {
	display: flex;
	flex-wrap: wrap;
}

ul {
	list-style: none;
	padding: 0.2px;
}

.footer {
  background-color: #24262b;
  padding: 70px 0;
  margin-top: 0rem;
  position: relative;
  width: 188%;
  top: -7900rem;
  left: 23.9rem;
  height: 29rem;
}

.footer-col {
	width: 33%;
	padding: 0 15px;
}

.footer-col h4 {
	font-size: 34px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
    font-family: 'Montserrat', "Merriweather", sans-serif;
}

.footer-col h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  background-color: #e91e63;
  height: 6px;
  box-sizing: border-box;
  width: 8rem;
}

.footer-col ul li:not(:last-child) {
	margin-bottom: 10px;
	font-family: 'Montserrat', "Merriweather", sans-serif;
}

.footer-col ul li a {
	font-size: 40px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
    font-family: 'Montserrat', "Merriweather", sans-serif;
}

.footer-col ul li a:hover {
	color: #ffffff;
	padding-left: 0px;
	font-family: 'Montserrat', "Merriweather", sans-serif;
}

.footer-col .social-links a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
	color: #24262b;
	background-color: #ffffff;
}

.container-bgc
{
  background: linear-gradient(to bottom, #003d52, #000003);  height: 139rem;
  width: 46rem;
  border-radius: 114px;
  filter: blur(-9px);
  position: absolute;
  top: 13.8rem;
  left: 4rem;
  opacity: 0.93;
  z-index: -999999999999;
  visibility: hidden;
}

.container-gb-icon
{
  position: absolute;
  left: 38.4rem;
  top: 1rem;
  visibility: hidden;
  z-index: -999999999999;
  cursor: pointer;
}

.container-nco
{
  position: absolute;
  top: -17rem;
  left: -6rem;
  width: 100rem;
  height: 275rem;
  /* background-color: black; */
  z-index: 99999999;
}


    /* Contact form styling */
    .contact-form {
      background-color: #ffffff;
      padding: 20px;
      border-radius: 33px;
      width: 18rem;
      height: 26rem;
      top: 4rem;
      left: 1.5rem;
      zoom: 2.2;
      opacity: 4;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      z-index: 99999999999999999999999999999999999999999;
      position: absolute;
    }

    /* Headings and labels */
    .contact-form h2 {
      font-size: 1.2em;
      color: #333;
      margin-bottom: 15px;
      
    }

    .contact-form label {
      display: block;
      margin-top: 10px;
      color: #555;
      font-size: 0.9em;
      
    }

    /* Input and textarea fields */
    .contact-form input,
    .contact-form textarea {
      width: 100%;
      padding: 10px;
      margin-top: 5px;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
      z-index: 9999999999999999999;
      position: relative;
      
    }

    /* Button styling */
    .contact-form button {
      width: 100%;
      margin-top: 15px;
      padding: 10px;
      background-color: #333;
      color: #fff;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      
    }

    .contact-form button:hover {
      background-color: #ffffff;
    }

    .h2-tia
    {
      position: absolute;
      top: 70rem;
      left: 1.6rem;
      font-size: 3.5rem;
      color: white;
      
    }
    .count-2
    {
      position: absolute;
      top: 70rem;
      left: 38rem;
      font-size: 3.5rem;
     
    }

    .h2-ti
    {
      position: absolute;
      top: 75rem;
      left: 1.6rem;
      font-size: 3.5rem;
      color: white;
      
    }
    .total-2
    {
      position: absolute;
      top: 75rem;
      left: 25rem;
      font-size: 3.5rem;
  
    }

    .oc
    {
      position: absolute;
      top: 82rem;
      left: 4rem;
      font-size: 3.5rem;
      color: white;
    }

    .ec
    {
      position: absolute;
      top: 93rem;
      left: 4rem;
      font-size: 3.5rem;
      color: white;
    }

    .cc
    {
      position: absolute;
      top: 103rem;
      left: 4rem;
      font-size: 3.5rem;
      color: white;
    }

    .cc-2
    {
      position: absolute;
      top: 108rem;
      left: 4rem;
      font-size: 3.5rem;
      color: white;
    }

    .lacv
    {
      position: absolute;
      top: 100000000000000000000rem;
      left: 24rem;
      font-size: 1.7rem;
      color: white;
    }

    .cz
    {
      position: absolute;
      top: 119rem;
      left: 2rem;
      font-size: 4rem;
      color: white;
    }

    .lacv-2
    {
      position: absolute;
      top: 115rem;
      left: 1rem;
      width: 44.2rem;
      height: 1rem;
      border-style: dashed;
      border-radius: 112px;
      color: black;
      background-color: black;
    }

  }



