html {
  height: 100%;
  width: 100%;
}


@font-face {
  font-family: moderniz;
  src: url('Moderniz.otf');
}

@font-face {
  font-family: american;
  src: url('american.otf');
}

@font-face {
  font-family: greater;
  src: url('greater.otf');
}

@font-face {
  font-family: gobold;
  src: url('gobold.otf');
}

.drink-title {
  font-family: moderniz;
  font-size: 80%;
}

.moder {
  font-family: moderniz;
}

.why-maxxed {
  font-weight: bolder;
  font-family: greater;
  font-size: 300%;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: black;
}

.navbar-brand img {
  width: 80px;
}

.navbar-nav {
  align-items: center;
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 1.1em;
  padding: 0.5em 1em;
  font-family: greater;
}

@media screen and (min-width: 768px) {
  .navbar-brand img {
    width: 150px;
  }

  .navbar-brand {
    margin-right: 0;
    margin-left: .8em;
    margin-bottom: 5px;

  }
}

.nav-background {
  background-color: rgba(0, 0, 0, .5);
}













.showcase {
  height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--primary-color) url('./https://traversymedia.com/downloads/cover.jpg') no-repeat center center/cover;
}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.video-container:after {
  content: '';
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: black;
  position: absolute;
}

.content {
  z-index: 2;
}

.land-img {
  width: 95vw;

}


.row {
  border: 0px;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}

#fixed {
  background-image:
    linear-gradient(90deg,
      rgb(0, 0, 0, 0.8),
      rgb(163, 163, 163, 0.3)),
    url('g80f10.webp');
  z-index: -1;
}

.dark {
  padding: 7rem 2rem;
  text-align: center;
  z-index: 1000 !important;
}

.dark h3,
.dark p {
  color: #E9ECEF;
}




.fixed-background {
  position: relative;
  width: 100%;
}

.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999 !important;
}

@media only screen and (max-device-width: 1366px) {
  .fixed-wrap {
    position: scroll;
  }
}

/*--- Features Dark Background Image --*/
#fixed {
  position: scroll;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}



.heading-underline {
  width: 3rem;
  height: 0.2rem;
  background-color: #ffffff;
  margin: 0 auto 2rem;
}

.earth {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  width: 90%;
}

.earth-t {
  margin-left: 10%;
  font-family: 'DM Sans', sans-serif;

}

.earth-tt {
  margin-left: 10%;
  font-family: greater;
  font-size: 190%;
}

.reasons-left {
  text-align: left;
  font-family: greater;
  font-weight: bold;
  margin-left: 10px;
}

.reasons-right {
  text-align: right;
  font-family: greater;
  font-weight: bold;
  margin-right: 10px;
}

.earth-img {
  width: 60%;
}

.earth-img2 {
  width: 100%;
}

.benjamin-img {
  width: 90%;
}


.standfor h3 {
  color: black;
  font-size: 250%;
}

.standfor h2 {
  color: black;
  font-size: 200%;
}

.standfor p {
  color: black;
  font-size: 100%;
  width: 80%;
}




.hr-stand {
  width: 40%;
  border: 5px solid #ffffff;
  margin-bottom: 1%;
  border-radius: 1px;
}


.define-u {
  margin-left: 10%;
  font-family: moderniz;
  font-size: 150%;
}


/*============ cards landing page ============*/
.pricing-column {
  background-color: #FFF;
  padding: 2rem;
  border-top: 0.2rem solid #ffffff;
  box-shadow: 0 0 0.8rem rgb(255, 255, 255, 0.075);
  transition: transform 0.7s ease;
  overflow: hidden;
  position: relative;
  color: white;
}

.pricing-column:hover {
  transform: scale(1.01);
}

.pricing-column h3 {
  padding: 1rem;
  border-bottom: 0.1rem solid rgb(255, 255, 255, 0.1);
}

.pricing-colum p {
  opacity: 0.8;
  margin-top: 1.3rem;
}

.pricing-column h4 {
  font-size: 1.1rem;
  padding: 0.4rem;

}

.pricing-column .item {
  font-weight: 700;
}

.pricing-column h2 {
  padding: 0.8rem 0;
}

.ribbon {
  background-color: #6C757D;
  color: #FFF;
  width: 10rem;
  height: 2rem;
  font-size: 0.8rem;
  font-weight: 700;
  padding-top: 0.4rem;
  position: absolute;
  right: -2.8rem;
  top: 1.6rem;
  transform: rotate(45deg);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.25);
}


.pre-shade {
  background: rgb(0, 0, 0, 0.5)
    /* Green background with 30% opacity */
}

.flagship-energy {
  position: center;
  height: 100%;
  background: url('https://mainwebstorage.blob.core.windows.net/mediacontainers/styles/1920x1400/azure/2022-02/IMG_3982.jpg?h=6f6b169f&itok=TdJKiAYM');
  background-size: cover;
  overflow: hidden;


}

.flagship-apparel {
  position: center;
  height: 100%;
  background: url('https://hips.hearstapps.com/hmg-prod/images/dwburnett-pcoty-roughs-6856-1642525990.jpg?crop=1.00xw:0.666xh;0,0.144xh&resize=640:*') 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;

}

.flagship-flags {
  position: center;
  height: 100%;
  background: url('https://hips.hearstapps.com/hmg-prod/images/dwburnett-pcoty-roughs-6856-1642525990.jpg?crop=1.00xw:0.666xh;0,0.144xh&resize=640:*') 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
}


.flagship-margin {
  padding: 1%;
  width: 100%;
}


/*============ cards landing page end ============*/








.background-white {
  background-color: white;
}

.background-black {
  background-color: black;
}







.drink-display {
  width: 90%;
}


.section-a {
  margin: 2rem 0;
  margin-top: 50px;
}

.section-a .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
  align-items: center;
  justify-content: center;
}

.section-a h1 {
  font-size: 2rem;
}

.section-a p {
  margin: 1rem 0;
  font-family: 'DM Sans', sans-serif;
  font-weight: bold;
}

.order-date {
  font-size: 108%;
  color: #4a4a4a;
}

.section-b {
  position: relative;
  background: url('https://hips.hearstapps.com/hmg-prod/images/p90399212-highres-1600807843.jpg') no-repeat bottom center/cover;
  height: 600px;
}

.section-b-inner {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  max-width: 860px;
  padding: 10% 0;
}

.section-b-inner h3 {
  font-size: 2rem;
}

.section-b-inner h2 {
  font-size: 5rem;
  margin-top: 1rem;
}

.section-b-inner p {
  margin-top: 1rem;
  font-size: 1.5rem;
}

.section-c .gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.section-c .gallery a:first-child {
  /* grid-row-start: 1;
  grid-row-end: 3; */
  grid-row: 1/3;
  grid-column: 1/3;
}

.section-c .gallery a:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 5;
}

.section-c .gallery img,
.section-c .gallery a {
  width: 100%;
  height: 100%;
}





@media (max-width: 700px) {
  .section-a .container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .section-a .container div:first-child {
    order: 2;
  }

  .section-a .container div:nth-child(2) {
    order: -1;
  }

  .section-a img {
    width: 80%;
    margin: auto;
  }

  .section-c .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .section-c .gallery a:first-child {
    grid-row: 1/1;
    grid-column: 1/1;
  }

  .section-c .gallery a:nth-child(2) {
    grid-column: 2/4;
    grid-row: 2/2;
  }

  .section-c .gallery a:last-child {
    display: none;
  }
}

.kickstarter-img {
  width: 100%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}




.bottom-img {
  width: 100%;
}


.cust-margin-drinks {
  margin-top: 10%;
  margin-bottom: 10%;
}

.btn-dark {
  border-radius: 0px;
  height: 100%;

}



.center {
  text-align: center;
}



.btn-test1 {
  padding: .8em 1.2em !important;
  font-family: 'DM Sans', sans-serif;
}


.btn-sharp {
  border-radius: 0 !important;
  padding: .8em 1.2em !important;
}





.preorder-under-kick {
  text-align: center;
  font-size: 150%;
  font-family: 'DM Sans', sans-serif;
  font-weight: 800;

}


.preorder-top-info {
  text-align: center;
  font-size: 1.2em;
  margin-top: 6%;
  font-weight: bold;
}

.pre-order-email {
  font-size: 2.5cqb;
  text-align: center;
  font-family: 'DM Sans', sans-serif;

}

.preorder-top-info-2 {
  text-align: center;
  font-size: 1.2em;
  margin-top: 1%;
  margin-bottom: 1%;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-top: 1%;
  padding-bottom: 1%;
  font-family: 'DM Sans', sans-serif;

}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700;1,800&display=swap');

* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:hover {
  color: #000;
}

.container-kickstart {
  height: 100%;
  align-items: center;
  justify-content: center;
}

.cart {
  background: #fff;
  padding: 10%;
  border-radius: 20px;
  margin: 27px 50px;
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.1);
}

.row1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#ProductImg {
  margin-bottom: 25px;
  transition: 0.4s;
}

.black,
.red,
.white,
.yellow {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid transparent;
}

.black:hover {
  border: 1px solid #000;
}

.black::before {
  content: "";
  background: #000;
  width: 19px;
  height: 19px;
  display: block;
  border-radius: 50%;
  position: relative;
  top: 2px;
  left: 2px;
}

.red:hover {
  border: 1px solid #ff0000;
}

.red::before {
  content: "";
  background: #ff0000;
  width: 19px;
  height: 19px;
  display: block;
  border-radius: 50%;
  position: relative;
  top: 2px;
  left: 2px;
}

.white:hover {
  border: 1px solid #fff;
}

.white::before {
  content: "";
  background: #fff;
  width: 19px;
  height: 19px;
  display: block;
  border-radius: 50%;
  position: relative;
  top: 2px;
  left: 2px;
}

.yellow:hover {
  border: 1px solid #ffff00;
}

.yellow::before {
  content: "";
  background: #ffff00;
  width: 19px;
  height: 19px;
  display: block;
  border-radius: 50%;
  position: relative;
  top: 2px;
  left: 2px;
}

.colors {
  display: flex;
  background: rgb(55, 55, 55);
  padding: 5px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.price {
  margin-bottom: 15px;
}

.price span:first-child {
  font-size: 30px;
  font-weight: 700;
  margin-right: 10px;
}

.price span:last-child {
  color: rgb(117, 117, 117);
  text-decoration: line-through;
  font-size: 19px;
}

.reviews {
  display: flex;
  margin: 16px 0;
}

.reviews p {
  font-size: 15px;
  color: #777;
  margin: 0;
  margin-left: 8px;
  line-height: 19px;
}

.reviews i {
  color: #000;
}

.product-title {
  font-size: 35px;
  font-weight: 700;
  font-style: italic;
  color: #000;
}

.product-inf {
  margin-top: 20px;
}

.product-inf ul {
  display: flex;
  list-style: none;
}

.product-inf ul li:first-child {
  margin-right: 15px;
}

.product-inf ul li {
  padding: 10px 30px;
  border-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
}

.product-inf ul li:hover {
  border-radius: 5px;
  background: #eee;
}

.product-inf ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.product-inf ul li a:hover {
  text-decoration: none;
}

.product-inf ul li.active {
  border-bottom: 3px solid #000;
  background: #eee;
  transition: 0.3s;
}

#Details {
  display: none;
}

.custom-btn {
  background: #05CE78;
  color: #fff;
  display: block;
  width: 250px;
  text-align: center;
  font-size: 16px;
  border-radius: 25px;
  padding: 10px;
  transition: 0.3s;
  font-weight: 600;
  margin-top: 20px;
  text-decoration: none;
}

.custom-btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.88;
}

.buttons .row .col-md-6 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.small-imgs {
  display: flex;
}

.small-img {
  margin: 0 5px;
  cursor: pointer;
  width: 22%;
}

.custom-btn i {
  margin-left: 15px;
}

.size,
.quantity {
  cursor: pointer;
}

.size:focus,
.quantity:focus {
  border-color: #919191 !important;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.25) !important;
}

@media only screen and (max-width: 768px) {
  .product-title {
    margin-top: 65px;
  }

  .sze {
    margin-top: 28px;
  }

  .qty {
    margin-top: 28px;
  }

  .cart {
    padding: 25px;
  }

  * {
    text-align: center;
  }

  .reviews {
    display: flex;
    margin: 16px 0;
    text-align: center !important;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 390px) {
  .cart {
    padding: 15px;
  }
}








/*============ footer start ============*/
.footer-top {
  padding: 60px 0;
  background: #333;
  text-align: left;
  color: #aaa;
}

.footer-top h3 {
  padding-bottom: 10px;
  color: #fff;
}

.footer-about img.logo-footer {
  max-width: 200px;
  margin-top: 0;
  margin-bottom: 18px;
}

.footer-about p a {
  color: #aaa;
}

.footer-about p a:hover,
.footer-about p a:focus {
  color: #fff;
  border-color: #aaa;
}

.footer-contact p {
  word-wrap: break-word;
}

.footer-contact i {
  padding-right: 10px;
  font-size: 18px;
  color: #666;
}

.footer-contact p a {
  color: #aaa;
}

.footer-contact p a:hover,
.footer-contact p a:focus {
  color: #fff;
  border-color: #aaa;
}

.footer-social a {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 8px;
  color: #777;
  border: 0;
}

.footer-social a:hover,
.footer-social a:focus {
  color: #aaa;
  border: 0;
}

.footer-social i {
  font-size: 24px;
  vertical-align: middle;
}

.footer-bottom {
  padding: 15px 0;
  background: #444;
  text-align: left;
  color: #aaa;
}

.footer-copyright p {
  margin: 0;
  padding: 0.5rem 0;
}

.footer-copyright a {
  color: #fff;
  border: 0;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
  color: #aaa;
  border: 0;
}


/*============ footer end ============*/









/*============ background with darker box start ============*/



.exclusive {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
}

.img-set img {
  display: inline;
  opacity: 1;
  padding-top: 10px;
  width: 100%;
  height: auto;
}

.img-set {
  padding: 1%;
}






.left_cont {
  margin: 1vw;
  padding: 2vw;

  color: rgb(255, 255, 255);
}

.left_cont p {
  line-height: 1.4rem;
  padding-top: 2rem;
}

.left_cont .btn_about {
  margin-top: 1rem;
  background-color: transparent;
  padding: 10px 25px;
  color: white;
  border-color: white;
  transition: all 0.5s;
}

.left_cont .btn_about:hover {
  background-color: rgb(0, 0, 0, 0.31);
  color: rgb(255, 255, 255);
}


.highlighted-area {
  background-color: rgb(0, 0, 0, 0.61);
  height: 50%;
}

.page1_left {
  margin-left: 5%;
  top: 8%;
  left: 10%;
  width: 90%;
  padding: 2%;
}

/*============ background with darker box end ============*/



/*============ contact start ============*/

.contact-title {
  font-family: moderniz;
  font-size: 2.5rem;
  margin-top: 150px;
}

.contact-desc {
  font-family: inherit;
  font-size: 20px;
  margin-top: 10px;
  color: #363636;
}

.contact-desc-title {
  font-family: inherit;
  font-size: 40px;
  margin-top: 10px;
  color: #363636;
  font-weight: bold;
}

.contact-email {
  font-family: inherit;
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
  color: #363636;
}

/*============ contact end ============*/



/*============ morph start ============*/

.morph-section {
  margin-left: auto;
  margin-right: auto;
  font-size: 1vw;
  font-family: monospace;
  color: black;
}



/*============ morph end ============*/


.img-text {
  position: relative;
  text-align: center;
  color: white;
}




.showcase-2 {
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}



.why-maxxed-2 {
  margin-top: 100px;
  width: 80%;
}

.why-maxxed-2 h1 {
  font-weight: bolder;
  font-family: greater;
  margin-left: 10px;
  margin-top: 20px;
  color: black;
}

.why-maxxed-2 h2 {
  font-weight: bolder;
  font-family: greater;
  font-size: 120%;
  margin-left: 10px;
  margin-top: 10px;
  color: black;
}

.why-maxxed-2 p {
  font-weight: bolder;
  font-size: 100%;
  margin-left: 10px;
  margin-top: 30px;
  color: black;
}

.why-maxxed-2 li {
  font-family: 'DM Sans', sans-serif;
  font-size: 100%;
  margin-left: 10px;
  margin-top: 20px;
  color: black;
}

.taste-commit-rewards h3 {
  font-family: american;
  font-size: 350%;
}

.sticker-title {
  text-align: center;
  font-family: american;
  font-size: 350%;
}

.sticker-description li {
  font-family: 'DM Sans', sans-serif;
  font-size: 2cqb;
}


.gradient {
  background-image: linear-gradient(#b89900, #FFF537);
  height: 100vh;
}

.drinks-margin {
  padding-top: 10%;
}



#white {
  background-color: white;
}

.shaker-bottle {
  width: 80%;
  margin-top: 10%;
}

.free-shaker {
  padding-top: 5%;
}

.free-shaker-text {
  font-weight: 800;
  font-size: 3.5em;
  font-family: american;

}

.shaker-heading {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 1.5em;
}


.form-label {
  font-size: 120%;
  color: #4d4d4d;
  margin-top: 10px;
  font-family: 'DM Sans', sans-serif;
}



.send-button {
  padding: 10px;
  background-color: #000000;
  color: white;
}



.cust-1 {
  padding: .2em 1em;
  color: white;
  background-color: black;
  outline: none;
  border: none;
  font-size: 120%;
  font-family: 'DM Sans', sans-serif;
}

.thanks {
  color: black;
  margin-top: 15%;
  font-family: 'DM Sans', sans-serif;
  font-size: 150%;
}

.brighter-cans img {
  filter: brightness(150%);
}



input:focus~label,
textarea:focus~label,
input:valid~label,
textarea:valid~label {
  font-size: 0.75em;
  color: #999;
  top: -5px;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
}

.styled-input {
  float: left;
  width: 293px;
  margin: 1rem 0;
  position: relative;
  border-radius: 4px;
}

@media only screen and (max-width: 768px) {
  .styled-input {
    width: 100%;
  }
}

.styled-input label {
  color: #999;
  padding: 1.3rem 30px 1rem 30px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.styled-input.wide {
  width: 650px;
  max-width: 100%;
}

input,
textarea {
  padding: 30px;
  border: 0;
  width: 100%;
  font-size: 1rem;
  background-color: #2d2d2d;
  color: white;
  border-radius: 4px;
}

input:focus,
textarea:focus {
  outline: 0;
}

input:focus~span,
textarea:focus~span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

textarea {
  width: 100%;
  min-height: 15em;
}

.input-container {
  width: 650px;
  max-width: 100%;
  margin: 20px auto 25px auto;
}


.submit-btn:hover {
  transform: translateY(1px);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10),
    0 1px 1px 0 rgba(0, 0, 0, 0.09);
}

@media (max-width: 768px) {
  .submit-btn {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.left {
  float: left;
}