@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@500;600;700;900&family=My+Soul&display=swap");
*,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Mulish", sans-serif;
  /* background: #131616; */
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
button {
  border: inherit;
  outline: inherit;
}

.container-a {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

/* /////////// variables ////////// */
:root {
  --color-a: #363636;
  --color-b: #6d7d7d;
}

/* ///////////////////////////////////////////////////////// */
/* ////////////////// custom css //////////////////////// */
.sec-heading {
  color: #333;
  font-size: 52px;
  font-weight: 900;
}
.sec-name {
  color: #a0cd1e;
  font-size: 24px;
  font-weight: 700;
}
.sec-desc {
  color: #8c8c8c;
  font-size: 20px;
  font-weight: 600;
}
.txt-a {
  color: #484848;
  font-size: 16px;
  font-weight: 600;
}

.btn-a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 60px;
  border-radius: 46px;
  background: linear-gradient(87deg, #6d8c14 3.79%, #a0cd1e 94.69%);
  border: 2px solid none;
}
.btn-a.a {
  color: #6d8c14;
  background: transparent;
  border: 2px solid #6d8c14;
}
.btn-b {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 31px;
  border-radius: 46px;
  background: #fff;
}
/* bs-5.3 */
.navbar {
  padding: 0;
  padding-top: 24px;
}
.navbar .container-fluid {
  padding: 0;
}
.navbar-nav {
  gap: 40px;
  padding-block: 20px;
}
.navbar-collapse {
  gap: 52px;
}
.nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* ////////////// Navbar ///////////// */

.logo {
  gap: 20px;
  padding-block: 20px;
}
.logo-txt {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

/* ////////////// hero-sec ///////////// */
.hero-sec-bg .mask-banner {
  right: 0;
  top: 0;

  -webkit-mask-image: url("../images/mask-shape.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top right;

  mask-image: url("../images/mask-shape.svg");
  mask-repeat: no-repeat;
  mask-position: top right;

  background: url("../images/mask-banner-bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;

  & .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
      357deg,
      rgba(90, 128, 9, 0.79) 4.43%,
      rgba(146, 181, 27, 0.79) 101.98%
    );
  }
  & .img1 {
    visibility: hidden;
  }
}

/*  */

.hero-sec {
  padding-bottom: 91px;
  z-index: 2;
}
.hero-sec .content {
  padding-top: 154px;
  width: 100%;
  max-width: 616px;
}
.hero-sec .content .sec-heading {
  font-size: 62px;
  margin-bottom: 20px;
}

.hero-sec .content .m-blocks {
  padding-top: 47px;
  padding-bottom: 51px;
  width: 100%;
  max-width: 440px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.hero-sec .content .m-block {
  gap: 7px;
}
.hero-sec .content .m-block .txt-a {
  font-weight: 500;
}

.hero-sec .content .btns {
  gap: 30px;
}

.hero-sec .img-block {
  padding-top: 119px;
}
.hero-sec .img-block .bottle {
  position: relative;
  z-index: 2;
  left: 89px;
}
.hero-sec .img-block .ginger {
  left: 257px;
  bottom: 0;
  z-index: 1;
}
.hero-sec .img-block .p-btn {
  z-index: 3;
  right: -161px;
  top: 180px;
  & .play-btn {
    z-index: 3;
  }
  & .circle {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #fff;
  }
}
.p-btn .circle.c1 {
  z-index: 2;
  -webkit-animation: waves 2.5s linear 0.1s infinite;
  animation: waves 2.5s linear 0.1s infinite;
}
.p-btn .circle.c2 {
  z-index: 1;
  -webkit-animation: waves 2.5s linear 1.4s infinite;
  animation: waves 2.5s linear 1.4s infinite;
}
/* .hero-sec .img-block .p-btn {} */

@keyframes waves {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* ////////////// sec2 ///////////// */
.sec2-bg {
  background: #26294a;
  padding-block: 66px;
}
.sec2 {
  width: 100%;
  max-width: 1542px;
  margin-inline: auto;
  gap: 48px;
}

.sec2 .img-grid {
  gap: 15px;
}
.sec2 .img-grid .overlay {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(38, 41, 74, 0.6) 0%,
    rgba(38, 41, 74, 0.6) 100%
  );
}
.sec2 .img-grid .sub-grid {
  gap: 40px;
}
.sec2 .img-grid img {
  object-fit: cover;
  border-radius: 25px;
}
.sec2 .img-grid .img1 {
  width: 305px;
  height: 288px;
  margin-left: 54px;
}
.sec2 .img-grid .img2 {
  width: 344px;
  aspect-ratio: 1/1;
}
.sec2 .img-grid .img3 {
  width: 344px;
  aspect-ratio: 1/1;
  margin-left: 25px;
}
.sec2 .img-grid .img4 {
  width: 212px;
  height: 208px;
}

.sec2 .content {
  width: 100%;
  max-width: 519px;
}
.sec2 .content .sec-heading {
  color: #ededed;
  margin-bottom: 13px;
}
.sec2 .content .txt-a {
  color: #ededed;
  padding-top: 54px;
  padding-bottom: 60px;
}

/* ////////////// sec3 ///////////// */
.sec3 .content {
  padding-block: 164px;
  width: 100%;
  max-width: 538px;
  gap: 11px;
}
.sec3 .txt-b {
  color: #515151;
  font-size: 24px;
  font-weight: 600;
  & span {
    color: #383838;
    font-weight: 700;
  }
}
.sec3 .content .txt-b.b {
  margin-bottom: 34px;
}
.sec3 .content .txt-c {
  color: #515151;
  font-size: 20px;
  font-weight: 600;
}

.sec3 .mask-photo {
  width: 1002px;
  right: 0;
  top: 50px;
  bottom: 0;
  -webkit-mask-image: url("../images/shape2.svg"),
    url("../images/shape2-stroke.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top 59px right, top;

  mask-image: url("../images/shape2.svg"), url("../images/shape2-stroke.svg");
  mask-repeat: no-repeat;
  mask-position: top 59px right, top;

  background: url("../images/mask2-bg.png");
  background-size: cover;

  & .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
      180deg,
      rgba(160, 205, 30, 0.88) 0%,
      rgba(61, 89, 2, 0.88) 100.27%
    );
    z-index: 1;
  }
  & .img1 {
    margin-top: 70px;
    width: 100%;
    z-index: 2;
    position: relative;
    padding-bottom: 40px;
  }
}

.m-txt-block {
  position: absolute;
  top: 236px;
  left: 440px;
  gap: 120px;
  z-index: 4;
}
.m-txt-block .txt-c {
  font-size: 20px;
  width: 100%;
  max-width: 294px;
  text-align: right;
}
.m-txt-block .txt-d {
  font-family: "My Soul", cursive;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  max-width: 120px;
  text-align: right;
}
/* ////////////// sec4 ///////////// */
.sec4 {
  padding-top: 47px;
  margin-bottom: 183px;
}
.sec4 .top {
  width: 100%;
  max-width: 767px;
}
.sec4 .top .sec-heading {
  padding-top: 5px;
  padding-bottom: 25px;
  text-align: center;
}
.sec4 .top .sec-desc {
  padding-bottom: 33px;
  text-align: center;
}
.sec4 .products {
  width: 100%;
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-template-rows: auto;
}
.sec4 .product {
  padding: 20px;
  gap: 19px;
  & img {
    width: 267px;
  }
}
.sec4 .product .block1 {
  margin-bottom: 9px;
}
.sec4 .product .product-name {
  color: #363636;
  font-size: 20px;
  font-weight: 700;
  margin-left: 10px;
}
.sec4 .product-ad {
  grid-area: 2/3/4/4;
}
.sec4 .btn-a {
  margin-top: 50px;
}
/* ////////////// footer ///////////// */
.footer {
  background: #1c2159;
  padding-block: 44px;
}
.footer .m-block {
  margin-right: 77px;
}
.footer .m-block .logo-txt {
  color: #fff;
}
.footer .m-block .txt-a {
  width: 100%;
  max-width: 375px;
  color: #7e7e7e;
}

.footer .link-blocks {
  padding-top: 27px;
  gap: 100px;
}
.footer .link-blocks ul {
  gap: 8px;
  & .sec-name {
    font-size: 20px;
  }
}
.footer .link-blocks .txt-a {
  color: #d9d9d9;
  font-weight: 700;
  transition: 0.5s;
  &:hover {
    color: #a0cd1e;
  }
}
/* ////////////// copyright ///////////// */
.copyright {
  background: #01033e;
  padding-top: 12px;
  padding-bottom: 22px;
  & .txt-a {
    color: #7b7b7b;
  }
}

/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* ////////////// media-quaries ///////////// */
@media screen and (max-device-width: 1400px) {
}
@media screen and (max-device-width: 1320px) {
  .container-a {
    padding-inline: 16px;
  }
}
@media screen and (max-device-width: 1200px) {
}
@media screen and (max-device-width: 1140px) {
}
@media screen and (max-device-width: 992px) {
}
@media screen and (max-device-width: 768px) {
}
@media screen and (max-device-width: 576px) {
  .sec-heading {
    font-size: 34px;
    font-weight: 900;
  }
  .sec-name {
    color: #a0cd1e;
    font-size: 20px;
    font-weight: 700;
  }
  /*  */
  .sec2 {
    padding-inline: 16px;
    gap: 48px;
  }

  .sec4 {
    margin-bottom: 50px;
  }
  .sec4 .products {
    display: block;
  }

  .footer .link-blocks {
    gap: 50px;
  }
}
