@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css");
@import url("fonts/TT Supermolot Neue/TT Supermolot Neue.css");

/* Font Face */
@font-face {
  font-family: "Gimme Danger";
  src: url(fonts/Gimme\ Danger.ttf);
}

@font-face {
  font-family: "Myriad";
  src: url(fonts/MyriadPro-Regular.otf);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.sec-email{
    text-align: center;
    color: #aaa;
    margin-top: 30px;
    font-size: 19px;
}
.sec-email:hover{
    text-align: center;
    color: #aaa;
    margin-top: 30px;
    font-size: 19px;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: #333;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
}

.sup-facts {
  display: inline-block;
  padding: 20px 30px;
  background-color: #fff;
  font-family: "TT Supermolot Neue";
  font-weight: 700;
  font-size: 25px;
  margin-top: 40px;
  color: #8e1f1f;
  position: relative;
}

.addtext i{
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.addtext{
    margin-bottom:10px;
}
.sup-facts::after {
  content: "";
  width: 95%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #846220;
  display: block;
  opacity: 1;
  transition: all linear 0.1s;
}

.sup-facts.whey-c,
.sup-facts.whey-c::after {
  color: #846220;
  border-color: #846220;
}

.sup-facts.mass-c,
.sup-facts.mass-c::after {
  color: #8e1f1f;
  border-color: #8e1f1f;
}

.sup-facts.isolate-c,
.sup-facts.isolate-c::after {
  color: #1a7499;
  border-color: #1a7499;
}

.sup-facts.creatine-c,
.sup-facts.creatine-c::after {
  color: #482733;
  border-color: #482733;
}

.sup-facts.eaa-c,
.sup-facts.eaa-c::after {
  color: #b28c37;
  border-color: #b28c37;
}

.sup-facts.pre-workout-c,
.sup-facts.pre-workout-c::after {
  color: #29316e;
  border-color: #29316e;
}
.sup-facts.multi-c,
.sup-facts.multi-c::after {
    color: #000;
    border-color: #000;
}
.sup-facts:hover::after {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all linear 0.1s;
}

.modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.modal-body::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.modal-body::-webkit-scrollbar-thumb {
  background-color: #555;
}

/* Header */
.logo-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 999;
  padding: 10px 0;
}

.logo-nav .logo {
  width: 230px;
  transition: all linear 0.1s;
}

.logo-nav nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.logo-nav nav > ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: "Gimme Danger";
  font-size: 8px;
  transition: all linear 0.1s;
  margin-left: 50px;
  flex-wrap: wrap;
}

.social-links > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.social-links > ul li {
  min-width: 35px;
  max-width: 35px;
}

.hamburger {
  display: none;
}

#home header {
  background: url(assets/banner1.png);
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

header {
  padding-top: 141px;
}

.web-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}

header.white .logo-nav nav li a {
  color: #fff;
}

header.dark .logo-nav nav li a {
  color: #000;
}

.dark.active .web-header {
  background-color: #fff;
}

.white.active .web-header {
  background-color: #111;
}

header.active .web-header .logo {
  width: 150px;
}

header.active .web-header .logo-nav nav > ul {
  font-size: 8px;
  letter-spacing: 1px;
  gap: 1rem;
}

/* Flavors Banner */
.flavor-banner .bg-banner {
  background: url(assets/flavor-banner1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  padding: 100px 0;
}

.flavor-banner h1 {
  font-family: "Gimme Danger";
  line-height: 2;
  font-size: 50px;
  letter-spacing: 3px;
  color: #fff;
}

.flavor-banner p {
  font-family: "TT Supermolot Neue";
  color: #fff;
}

.flavor-banner .price {
  font-size: 30px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.flavor-input {
  border: 4px solid #cf0000;
  background-color: #eee;
  width: fit-content;
  padding: 15px;
  margin-top: 10px;
  max-width: 100%;
}

.flavor-input select {
  outline: 0;
  padding: 5px 10px;
}

.flavor-input select {
  outline: 0;
  padding: 10px 15px;
  width: 260px;
  margin-top: 5px;
  border: none;
  background: #333;
  color: #eee;
  font-family: "TT Supermolot Neue";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.flavor-input label {
  display: flex;
  color: #333;
  font-weight: 700;
  font-family: "TT Supermolot Neue";
}

.flavor-input button {
  height: 45px;
  line-height: 44px;
  padding: 0 20px;
  border: none;
  background: #cf0000;
  color: #fff;
  font-weight: 700;
  font-family: "TT Supermolot Neue";
}

.input-button {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 5px;
}

/* Nav List */
.nav-list {
  /* background: var(--main); */
  background: #111;
  height: 120vh;
  color: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 100% 74%, 0% 90%);
  transform: translateY(-120%);
  position: relative;
  z-index: 998;
  transition: all cubic-bezier(0, -0.06, 0.13, 0.95) 0.5s 0.3s;
  position: absolute;
  width: 100%;
}

.nav-list.active {
  transform: translateY(-1px);
  transition: all ease-in-out 0.5s 0.3s;
}

.nav-list-holder {
  padding-top: 50px;
}

.cont-det > div {
  margin-bottom: 30px;
}

.con-head {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  opacity: 0.8;
}

.con-head::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-left: 10px;
}

.con-val {
  font-size: 25px;
  max-width: 400px;
  font-weight: 700;
}

.con-link {
  overflow: hidden;
  width: 160px;
}

.con-link span {
  margin-top: 15px;
  font-weight: 600;
  transition: all ease-in 0.2s;
  display: inline-block;
  transform: translateX(-31px);
  width: max-content;
}

.con-link span::after {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  margin-left: 15px;
}

.con-link span::before {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  margin-right: 15px;
}

.con-link span:hover {
  transform: translateX(0px);
  cursor: pointer;
  transition: all ease-in 0.2s;
}

.con-val i {
  margin-right: 20px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 50%;
  transition: all ease-in 0.1s;
  cursor: pointer;
}

.con-val i:hover {
  background: #fff;
  color: #111;
  transition: all ease-in 0.1s;
}

.nav-links li {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 1px;
  opacity: 1;
  cursor: pointer;
  font-family: "TT Supermolot Neue";
  text-align: center;
  margin-bottom: 5px;
}

.nav-links li a {
  color: #fff;
}

.nav-links.active li {
  opacity: 0.1;
}

.nav-links.active li.active {
  opacity: 1;
}

/* Products */
/* section.products {
    padding: 150px 0;
    background: url(assets/line-texture.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.product-list {
    margin-top: 50px;
}

.products h1 {
    font-size: 45px;
    font-family: 'TT Supermolot Neue';
    font-weight: 800;
    text-align: center;
}

.product-item {
    transition: all linear .2s;
}

.product-item .prod-name {
    font-size: 24px;
    font-family: 'TT Supermolot Neue';
    text-align: center;
    font-weight: 700;
}

.product-item .prod-price {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #666;
    font-family: 'TT Supermolot Neue';
}

.product-item .buy-btn {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #cf0000;
    font-family: 'TT Supermolot Neue';
    opacity: 0;
    transition: all linear .2s;
}

.product-item:hover {
    transform: translateY(-20px);
    transition: all linear .2s;
}

.product-item:hover .buy-btn {
    opacity: 1;
    transition: all linear .2s;
}

img.white-series {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 120px;
}
 */

/* Home Banners */
section.banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 100px 0;
  position: relative;
}

.whey-banner {
  background: url(assets/whey-banner.png);
}

.mass-gain-banner {
  background: url(assets/mass-gainer-banner2.png);
}

.isolate-banner {
  background: url(assets/isolate-banner1.png);
}

section.banner h4 {
  font-family: "TT Supermolot Neue";
  font-size: 50px;
  font-weight: 800;
  max-width: 600px;
  margin-top: 30px;
  line-height: 1.1;
}

section.banner h1 {
  font-family: "Gimme Danger";
  color: #fff;
  font-size: 30px;
}

section.banner p {
  font-family: "TT Supermolot Neue";
  font-weight: 500;
  color: #222;
  font-size: 12px;
}

/* Whey Page */
#whey header,
.header-banner {
  background: url("assets/whey-page-banner-without-logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height:100% !important;
}

.whey-hero-section,
.banner-hero-section {
  height: calc(100vh - 141px);
  display: flex;
  align-items: center;
}

.whey-hero-section .banner-text h1,
.whey-banner1 h1,
.whey-banner2 h1,
.whey-banner3 h1,
.banner-heading {
  color: #fff;
  font-size: 55px;
  font-family: "Gimme Danger";
  margin-bottom: 20px;
  line-height: 100px;
}

.whey-hero-section .banner-text p,
.whey-banner1 p {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  font-family: "TT Supermolot Neue";
  margin-bottom: 5px;
  max-width: 560px;
}

.banner-text .flavor-input {
  background: #dddddd;
  border: 8px solid #846220;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 50px;
  padding: 25px;
}

.flavor-input .input-box select {
  background-color: #fff;
  color: #333;
  font-weight: 800;
  height: 50px;
  margin: 0;
  font-size: 20px;
}

.flavor-input .buy-btn a {
  padding: 0 20px;
  font-size: 20px;
  display: block;
  height: 50px;
  color: #fff;
  background: #846220;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-text .whey-details {
  font-family: "TT Supermolot Neue";
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
}

.whey-banner1,
.whey-banner2,
.whey-banner3,
.page-banner {
  height: 100% !important;
  background: url(assets/whey-page-banner1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.whey-banner1 h1,
.whey-banner2 h1,
.whey-banner3 h1,
.banner-heading {
  color: #fff;
  font-size: 40px;
  /*word-spacing: 20px;*/
  line-height: 2;
}

.whey-banner1 h3,
.whey-banner2 h3,
.page-banner h3 {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin: 50px 0 20px 0;
  font-weight: 700;
  font-family: "TT Supermolot Neue";
}

.whey-banner1 p,
.whey-banner2 p,
.whey-banner3 p,
.page-banner p {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "TT Supermolot Neue";
}
#pre-workout .pre-workout-banner1 {
  padding: 100px 0;
}

.whey-banner2 {
  background-image: url(assets/whey-page-banner2.png);
}

.whey-banner2 .whey-banner2-text {
  max-width: 500px;
}

.whey-banner2 h1 {
  color: #000;
}

.whey-banner2 h3 {
  color: #000;
  margin: 30px 0;
}

.whey-banner3 {
  background-image: url(assets/whey-page-banner4.png);
}

.whey-banner3 p {
  color: #fff;
}

.whey-banner3 h1 {
  font-size: 35px;
  line-height: 60px;
  margin-top: 50px;
}

.banner-text {
  padding: 20px 0;
}

/* Isolate */
#isolate header {
  background-image: url(assets/isolate-page-banner1.png);
}

.banner-hero-section p {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  font-family: "TT Supermolot Neue";
  margin-bottom: 5px;
  max-width: 560px;
}

.isolate-hero-section .banner-text .flavor-input {
  border-color: #1a7499;
}

.isolate-hero-section .flavor-input .buy-btn a {
  background: #1a7499;
}

.isolate-banner1 {
  background-image: url(assets/isolate-page-banner2.png);
}

.isolate-banner1 h1,
.isolate-banner1 h3 {
  color: #000;
}

.isolate-banner2 {
  background-image: url(assets/isolate-page-banner3.png);
}

.isolate-banner3 {
  background-image: url(assets/isolate-page-banner4.png);
  height: 500px;
}

.isolate-banner3 h1,
.mass-gainer-banner3 h1,
.creatine-banner3 h1,
.eaa-banner3 h1,
.pre-workout-banner3 h1,
.multivit-banner3 h1,
.omega-banner3 h1,
.mass-gain-bag-banner3 h1 {
  font-size: 60px;
  text-align: center;
  line-height: 2;
}

.btm-banner .buy-btn {
  background: #fff;
  padding: 10px 30px;
  color: #1a7499;
  display: block;
  width: fit-content;
  font-weight: 700;
  font-family: "TT Supermolot Neue";
  margin: auto;
  font-size: 15px;
  margin-top: 40px;
}

.page-banner.btm-banner {
  height: 400px;
}

.btm-banner h1 {
  font-size: 35px;
  padding-top: 30px;
}

/* Mass Gainer */
#mass-gainer header {
  background-image: url(assets/mass-gainer-page-banner1.png);
}

.mass-gainer-hero-section .banner-text .flavor-input {
  border-color: #a03d18;
}

.mass-gainer-hero-section .flavor-input .buy-btn a {
  background: #a03d18;
}

.mass-gainer-banner1 {
  background-image: url(assets/mass-gainer-page-banner2.png);
}

.mass-gainer-banner1 h1,
.mass-gainer-banner1 h3 {
  color: #000;
}

.mass-gainer-banner2 {
  background-image: url(assets/mass-gainer-page-banner3.png);
}

.mass-gainer-banner2 p {
  color: #fff;
}

.mass-gainer-banner3 {
  background-image: url(assets/mass-gainer-page-banner4.png);
  height: 500px;
}

.mass-gainer-banner3 .buy-btn {
  color: #a03d18;
}

/* Creatine */
#creatine header {
  background-image: url(assets/creatine-page-banner1.png);
}

.creatine-hero-section .banner-text .flavor-input {
  border-color: #482733;
}

.creatine-hero-section .flavor-input .buy-btn a {
  background: #482733;
}

.creatine-banner1 {
  background-image: url(assets/creatine-page-banner2.png);
}

.creatine-banner1 h1,
.creatine-banner1 h3 {
  color: #000;
}

.creatine-banner1 p {
  font-weight: 500;
  color: #000;
}

.creatine-banner2 p {
  color: #fff;
}

.creatine-banner2 {
  background-image: url(assets/creatine-page-banner3.png);
}

.creatine-banner3 {
  background-image: url(assets/creatine-page-banner4.png);
  height: 500px;
}

.creatine-banner3 .buy-btn {
  color: #482733;
}

/* EAA */
#eaa header {
  background-image: url(assets/eaa-page-banner3.png);
}

.eaa-banner2 {
  background-image: url(assets/eaa-banner1.png);
}

.eaa-banner2 p {
  color: #fff;
}

.eaa-banner3 {
  background-image: url(assets/eaa-page-banner4.png);
  height: 500px;
}

.eaa-banner3 .buy-btn {
  color: #e1c467;
}

.eaa-banner1 {
  background-image: url(assets/mass-gainer-page-banner2.png);
}

.eaa-banner1 h1,
.eaa-banner1 h3 {
  color: #000;
}

.eaa-hero-section p,
.eaa-banner1 p {
  font-size: 30px;
}

.eaa-banner1 h3 {
  font-size: 45px;
  margin-top: 0;
  text-transform: uppercase;
}

/* Glutamine */
#glutamine header {
  background-image: url(assets/glutamine.png);
}
.glutamine-banner2 {
  background-image: url(assets/glutamine2.png);
}
.sec-glut-p{
  color: #fff !important;
}











/* Pre Workout */
#pre-workout header {
  background-image: url(assets/pre-workout-page-banner1.png);
}

.pre-workout-banner2 {
  background-image: url(assets/pre-workout-page-banner3.png);
}

.pre-workout-banner2 p {
  color: #fff;
}

.pre-workout-banner3 {
  background-image: url(assets/pre-workout-page-banner4.png);
  height: 500px;
}

.pre-workout-banner3 .buy-btn {
  color: #29316e;
}

.pre-workout-banner1 {
  background-image: url(assets/pre-workout-page-banner2.png);
}

.pre-workout-banner1 p {
  color: #fff;
}

/* Multivitamin */
#multivit header {
  background-image: url(assets/multivit-bg.png);
  height: auto;
  padding-bottom: 50px;
}
.multivit-hero-section .product-img {
  width: 300px;
  margin: auto;
}
#multivit .banner-hero-section{
    height: auto;
}
.multivit-hero-section .banner-text .flavor-input {
  border-color: #a03d18;
}

.multivit-hero-section .flavor-input .buy-btn a {
  background: #a03d18;
}

.multivit-banner1 {
  background-image: url(assets/mass-gainer-page-banner2.png);
}

.multivit-banner1 h1,
.multivit-banner1 h3 {
  color: #000;
}

.multivit-banner2 {
  background-image: url(assets/mass-gainer-page-banner3.png);
}

.multivit-banner2 p {
  color: #fff;
}

.multivit-banner3 {
  background-image: url(assets/mass-gainer-page-banner4.png);
  height: 500px;
}

.multivit-banner3 .buy-btn {
  color: #a03d18;
}

/* Omega Fish Oil */
#omega header {
  background-image: url(assets/multivit-bg.png);
  height: auto;
  padding-bottom: 50px;
}
.omega-hero-section .product-img {
  width: 300px;
  margin: auto;
}
#omega .banner-hero-section{
    height: auto;
}
.omega-hero-section .banner-text .flavor-input {
  border-color: #a03d18;
}

.omega-hero-section .flavor-input .buy-btn a {
  background: #a03d18;
}

.omega-banner1 {
  background-image: url(assets/mass-gainer-page-banner2.png);
}

.omega-banner1 h1,
.omega-banner1 h3 {
  color: #000;
}

.omega-banner2 {
  background-image: url(assets/mass-gainer-page-banner3.png);
}

.omega-banner2 p {
  color: #fff;
}

.omega-banner3 {
  background-image: url(assets/mass-gainer-page-banner4.png);
  height: 500px;
}

.omega-banner3 .buy-btn {
  color: #a03d18;
}

/* Mass Gainer Bag */
#mass-gain-bag header {
  background-image: url(assets/multivit-bg.png);
  height: auto;
  padding-bottom: 50px;
}
.mass-gain-bag-hero-section .banner-text .flavor-input {
  border-color: #a03d18;
}

.mass-gain-bag-hero-section .flavor-input .buy-btn a {
  background: #a03d18;
}

.mass-gain-bag-banner1 {
  background-image: url(assets/mass-gainer-page-banner2.png);
}

.mass-gain-bag-banner1 h1,
.mass-gain-bag-banner1 h3 {
  color: #000;
}

.mass-gain-bag-banner2 {
  background-image: url(assets/mass-gainer-page-banner3.png);
}

.mass-gain-bag-banner2 p {
  color: #fff;
}

.mass-gain-bag-banner3 {
  background-image: url(assets/mass-gainer-page-banner4.png);
  height: 500px;
}

.mass-gain-bag-banner3 .buy-btn {
  color: #a03d18;
}

.banner-hero-section p,
.page-banner p,
#whey .whey-hero-section p,
#whey .whey-banner1 p,
#home .banner-text p {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}

/* Footer */
footer {
  padding-top: 50px;
  padding-bottom: 10px;
  background: #111;
  text-align: center;
}

footer .footer-img {
  width: 250px;
  margin: auto;
  margin-bottom: 15px;
}

footer .footer-links,
.footer-links a {
  color: #aaa;
  font-size: 14px;
  margin: 0 10px;
}

footer .cpy-rt {
  text-align: center;
  color: #aaa;
  margin-top: 30px;
  font-size: 14px;
}

/* footer {
    padding-top: 50px;
    padding-bottom: 10px;
    background: #111;
    color: #fff;
    font-family: 'TT Supermolot Neue';
}

footer h2 {
    margin-bottom: 12px;
}

footer ul li {
    margin-bottom: 10px;
}

.cpy-rght {
    text-align: center;
    margin-top: 30px;
}

.social-links ul {
    width: 150px;
}

footer ul li a,
footer ul li a:hover {
    color: #fff;
} */

/* CONTACT PAGE */
.mail-sent {
  width: 100%;
  padding: 20px 10px;
  background: #967537;
  color: #ffff;
  display: none;
}

.mail-sent.show {
  display: block;
}

.mail-sent.red {
  background: #b42020;
}

#contact header {
  background: url("assets/contact-bg.png");
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact h1 {
  font-size: 50px;
  font-weight: 800;
  font-family: "TT Supermolot Neue";
  color: #fff;
}

.contact-form {
  background: url("assets/contact-bd-texture.png");
}

.contact-wrapper .contact-text {
  padding: 80px 20px 30px;
}

.contact-wrapper .contact-text .address-wrapper {
  border-bottom: solid 2px rgba(102, 102, 102, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.contact-wrapper .contact-text .address-wrapper .aw-col1 {
  float: left;
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-wrapper .contact-text .address-wrapper .aw-col1 img {
  max-width: 100%;
}

.contact-wrapper .contact-text .address-wrapper .aw-col2 {
  float: left;
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-wrapper .contact-text h4 {
  font-size: 36px;
  line-height: 36px;
  color: #333;
  margin: 0 0 20px;
  text-shadow: 0 3px 0 #fff;
}

.contact-wrapper .contact-text p {
  font-size: 15px;
  line-height: 18px;
}

.contact-wrapper .contact-text p a {
  font-weight: 600;
  color: #333;
}

.contact-wrapper .contact-text form label {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  margin: 20px 0 20px;
  display: block;
}

.contact-wrapper .contact-text form input[type="text"],
.contact-wrapper .contact-text form input[type="email"],
.contact-wrapper .contact-text form textarea {
  display: block;
  border: solid 3px #967537;
  box-shadow: 0 0 0 4px #d4d4d4;
  width: 100%;
  padding: 10px 16px;
  outline: 0;
}

.contact-wrapper .contact-text form textarea {
  height: 200px;
}

.contact-wrapper .contact-text form button[type="submit"] {
  background: #967537;
  font-size: 24px;
  line-height: 24px;
  color: #000;
  padding: 14px 16px;
  display: block;
  width: 100%;
  color: #fff;
  border: 0;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-wrapper .contact-text form input[type="submit"]:hover {
  -webkit-box-shadow: 0 6px 30px 2px rgba(237, 174, 27, 0.3);
  -moz-box-shadow: 0 6px 30px 2px rgba(237, 174, 27, 0.3);
  box-shadow: 0 6px 30px 2px rgba(237, 174, 27, 0.3);
}

.contact-wrapper .contact-text form .form-block {
  margin-bottom: 20px;
}

/* Distributor */
#distributor header {
  background: url("assets/distributor.jpg");
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}

#distributor h1 {
  font-size: 50px;
  font-weight: 800;
  font-family: "TT Supermolot Neue";
  color: #fff;
}
.distr-det {
  padding: 50px 0;
  font-family: "TT Supermolot Neue";
}
.distr-det h5 {
  display: inline-block;
  margin-right: 10px;
  color: #333;
  font-weight: 600;
}
.distr-det span {
  font-weight: 500;
  color: #666;
}
.distr-det div {
  margin-bottom: 25px;
}
.cntry h5 {
  display: block;
}
.cntry span {
  display: block;
}
.distr-det .container div:not(:nth-child(3)) {
  margin-bottom: 25px;
  display: flex;
}
.cntry {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1440px) {
  .flavor-banner h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .eaa-banner2 h3 {
    margin-top: 0;
  }

  .eaa-banner2 h1 {
    font-size: 30px;
    line-height: 1.8;
  }

  .eaa-banner2 p {
    font-size: 12px;
  }

  header .social-links {
    display: none;
  }

  .flavor-banner .bg-banner {
    padding: 50px 0;
  }

  .flavor-banner h1 {
    font-size: 20px;
  }

  .flavor-banner p {
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
  }

  section.banner {
    height: 600px;
  }

  section.banner h1 {
    font-family: "Gimme Danger";
    color: #fff;
    line-height: 1.7;
    font-size: 30px;
  }

  section.banner h4 {
    font-size: 55px;
    margin-top: 10px;
    line-height: 1;
  }

  section.banner p {
    color: #333;
    font-size: 12px;
    line-height: 1.3;
  }

  header {
    height: 600px;
  }

  .whey-banner1 h1,
  .whey-banner2 h1,
  .whey-banner3 h1,
  .banner-heading {
    font-size: 35px;
    line-height: 70px;
  }

  .whey-banner3 {
    background-position: center;
  }
}

@media only screen and (max-width: 991px) {
  .logo-nav nav {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .flavor-input select {
    width: 200px;
    font-size: 11px;
  }

  .flavor-input label {
    font-size: 11px;
  }

  .flavor-input button {
    font-size: 11px;
    height: unset;
    padding: 10px 15px;
    line-height: 1.2;
  }

  section.banner h4 {
    font-size: 40px;
  }

  .page-banner h3 {
    margin: 20px 0;
  }

  .banner-hero-section .banner-text .flavor-input {
    border-width: 6px;
    padding: 10px;
    margin-top: 10px;
    gap: 1rem;
  }

  .banner-hero-section .input-box select {
    height: 40px;
    font-size: 17px;
    width: 180px;
  }

  .banner-hero-section .flavor-input .buy-btn a {
    font-size: 17px;
    height: 40px;
    padding: 0 15px;
    font-family: "TT Supermolot Neue";
  }

  .banner-text .whey-details {
    font-size: 20px;
  }

  .sup-facts {
    font-size: 20px;
  }

  .banner-hero-section p {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .eaa-hero-section p,
  .eaa-banner1 p {
    font-size: 20px;
    line-height: 1.2;
  }

  #home header {
    background-image: url(assets/banner1-mob.png);
    background-position: top;
  }

  .whey-banner {
    background-image: url(assets/whey-banner1-mob.png);
  }

  .mass-gain-banner {
    background-image: url(assets/mass-gainer-banner-mob.png);
  }

  .isolate-banner {
    background-image: url(assets/isolate-banner1-mob.png);
  }

  .banner .banner-text {
    margin-top: 420px;
  }

  section.banner {
    height: unset;
  }

  section.banner h4 {
    font-size: 40px;
  }

  section.banner h1 {
    font-size: 26px;
  }

  #whey header {
    background-image: url("assets/whey-page-banner-without-logo-mob.png");
    height: unset;
    padding-bottom: 390px;
  }

  #isolate header {
    background-image: url("assets/isolate-page-banner1-mob.png");
    height: unset;
    padding-bottom: 390px;
  }

  #mass-gainer header {
    background-image: url("assets/mass-gainer-page-banner1-mob.png");
    height: unset;
    padding-bottom: 390px;
  }

  #creatine header {
    background-image: url("assets/creatine-page-banner1-mob.png");
    height: unset;
    padding-bottom: 390px;
  }

  #eaa header {
    background-image: url("assets/eaa-page-banner3-mob.png");
    height: unset;
    padding-bottom: 390px;
    background-position: bottom;
  }

  #pre-workout header {
    background-image: url("assets/pre-workout-page-banner1-mob.png");
    height: unset;
    padding-bottom: 390px;
    background-position: bottom;
  }

  .banner-hero-section {
    height: unset;
  }

  .whey-hero-section .banner-text h1,
  .whey-banner1 h1,
  .whey-banner2 h1,
  .whey-banner3 h1,
  .banner-heading {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 65px;
  }

  .whey-hero-section .banner-text p,
  .whey-banner1 p,
  .banner-hero-section .banner-text p {
    font-size: 20px;
    line-height: 1.3;
  }

  .banner-hero-section .banner-text .flavor-input {
    border-width: 5px;
    padding: 10px;
    margin-top: 10px;
    gap: 1rem;
  }

  .banner-hero-section .input-box select {
    height: 40px;
    font-size: 16px;
    width: 150px;
  }

  .banner-hero-section .flavor-input .buy-btn a {
    font-size: 16px;
    height: 40px;
    padding: 0 15px;
    font-family: "TT Supermolot Neue";
  }

  .banner-hero-section {
    align-items: flex-start;
  }

  .banner-hero-section .whey-details {
    margin-top: 10px;
    font-size: 18px;
  }

  .whey-banner1,
  .page-banner {
    height: unset;
    padding: 50px 0;
  }

  .whey-banner1,
  .whey-banner2,
  .whey-banner3,
  .page-banner {
    align-items: flex-start;
    padding-top: 50px;
  }

  .whey-banner2 {
    background-image: url(assets/whey-page-banner2-mob.png);
    padding-bottom: 460px;
    height: unset;
    background-position: bottom;
  }

  .whey-banner3 {
    background-image: url(assets/whey-page-banner4-mob.png);
    padding-bottom: 460px;
    height: unset;
    background-position: bottom;
  }

  .isolate-banner2 {
    background-image: url(assets/isolate-page-banner3-mob.png);
    height: 557px;
    background-size: cover;
    background-position: top center;
  }

  .mass-gainer-banner2 {
    background-image: url(assets/mass-gainer-page-banner3-mob.png);
    padding-bottom: 460px;
    height: unset;
    background-position: bottom;
  }

  .mass-gainer-banner2 p {
    color: #fff;
  }

  .creatine-banner2 {
    background-image: url(assets/creatine-page-banner3-mob.png);
    padding-bottom: 460px;
    height: unset;
    background-position: bottom;
  }

  .eaa-banner2 {
    background-image: url(assets/eaa-banner1-mob.png);
    padding-bottom: 460px;
    height: unset;
    background-position: bottom;
  }

  .pre-workout-banner2 {
    background-image: url(assets/pre-workout-page-banner3-mob.png);
    padding-bottom: 460px;
    height: unset;
    background-position: bottom;
  }

  .sup-facts {
    font-size: 16px;
  }

  .page-banner.btm-banner {
    height: auto;
  }
}

@media only screen and (max-width: 576px) {
  .logo-nav .logo {
    width: 120px;
  }

  .hamburger svg {
    width: 30px;
  }

  .isolate-banner3 h1,
  .mass-gainer-banner3 h1,
  .creatine-banner3 h1,
  .eaa-banner3 h1,
  .pre-workout-banner3 h1 {
    font-size: 30px;
    text-align: center;
    line-height: 2;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  #home header {
    height: 500px;
  }

  .whey-banner3 {
    background-position: right;
  }
}
