@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,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-padding-top: 72px;
}

body {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  font-size: 18px;
  margin: 0;
}

li,
.accordion-btn {
  /* list-style: none; */
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #000;
}

:root {
  --animate-duration: 2000ms;
  --animate-delay: 2s;
}

/* header starts */
.mynavbar {
  background-color: #353535;
}

.navbar-brand {
  width: 110px;
}

.mynavbar .nav-item .nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff !important;
}

.btn {
  background: #ffaa14;
  color: #000;
  font-weight: 500 !important;
  border-color: #ffaa14;
  border-width: 3px;
}

.btn-outline-success:hover {
  color: #ffaa14 !important;
  background-color: transparent !important;
  border-color: #ffaa14;
  transition: 0.3s ease-in-out;
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: inherit !important;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: inherit !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: inherit !important;
}

.banner-btn {
  color: #000 !important;
  background: #ffaa14 !important;
  border-color: #ffaa14;
  border-width: 3px;
}

.banner-btn:hover {
  color: #fff !important;
  border-color: #ffaa14;
  background-color: transparent;
}

.r-btn {
  background-color: transparent;
  border-color: #ffaa14 !important;
  color: #ffaa14 !important;
}

.r-btn:hover {
  background-color: #ffaa14 !important;
  transition: 0.3s ease-in-out;
}

.navbar-toggler:focus {
  box-shadow: inherit !important;
  border: 0 !important;
}

.hide {
  display: none;
}
/* header ends */

/* banner starts */
.banner {
  padding-top: 55px;
  background: radial-gradient(
        circle farthest-side at 0 50%,
        #030405 23.5%,
        rgba(240, 166, 17, 0) 0
      )
      12.6px 18px,
    radial-gradient(
        circle farthest-side at 0 50%,
        #232830 24%,
        rgba(240, 166, 17, 0) 0
      )
      11.4px 18px,
    linear-gradient(
      #030405 14%,
      rgba(240, 166, 17, 0) 0,
      rgba(240, 166, 17, 0) 85%,
      #030405 0
    ),
    linear-gradient(
      150deg,
      #030405 24%,
      #232830 0,
      #232830 26%,
      rgba(240, 166, 17, 0) 0,
      rgba(240, 166, 17, 0) 74%,
      #232830 0,
      #232830 76%,
      #030405 0
    ),
    linear-gradient(
      30deg,
      #030405 24%,
      #232830 0,
      #232830 26%,
      rgba(240, 166, 17, 0) 0,
      rgba(240, 166, 17, 0) 74%,
      #232830 0,
      #232830 76%,
      #030405 0
    ),
    linear-gradient(90deg, #232830 2%, #030405 0, #030405 98%, #232830 0)
      #030405;
  color: #fff;
  background-size: 24px 36px;
}

.my-heading {
  color: rgb(181, 203, 41);
}
.certification-img {
  width: 60%;
}
.banner-list i {
  background-color: green;
  color: #fff;
  font-size: 19px;
  padding: 0 3px;
}
.card-img {
  width: 60%;
}
.buynow-btn {
  width: 75%;
}
/* banner ends */

/* why-sec starts */
.why-sec,
.works,
.ingredients,
.bonus,
.question {
  background-color: #f5f5f5;
}
.heading {
  background-color: rgba(74, 74, 74, 0.95);
  color: #fff;
}
.why-bg {
  background-color: #fff;
}
/* why-sec ends */

/* What-is starts */
.offer-img {
  width: 65% !important;
}
.works-img {
  width: 85%;
}
/* What-is ends */

/* review-sec starts */
.review-box {
  background-color: #fff;
  color: #000;
  border-bottom: 4px solid rgb(181, 203, 41);
}

.review-sec h6 i {
  background-color: #11c81d;
  color: #fff;
  font-size: 20px;
}

.review-logo i {
  color: #ffc300;
}

.review-title {
  color: rgb(240, 232, 232);
}
.review-col {
  color: #81396d;
}
.Verified-text {
  color: #007953;
}
/* review-sec ends */

/* money-back starts */
.money-back {
  background-color: rgb(181, 203, 41);
}
/* money-back ends */

/* discounted starts */
.discounted {
  background-color: rgb(181, 203, 41);
}

.buttonBounce {
  animation: bounce 1.5s infinite;
  animation-timing-function: ease-in;
  transition: 0.2s;
  margin-top: 34px;
}
.discounted-img1 {
  width: 55%;
}
/* discounted ends */

/* testimonial starts */
.testimonial {
  background-color: #cadad0;
}

.testimonial a {
  color: #46a28c;
  font-weight: bold;
}
/* testimonial ends */

/* benefits-sec starts */
.benefits-sec .icons .num,
.icons i {
  background-color: #6592e6;
  color: #fff;
  width: 30px;
  height: 30px;
}
.cortexi-head {
  color: #2a7566;
}
.text p span {
  color: #232323;
}

.list li {
  list-style: none;
  padding-left: 8px;
  position: relative;
  font-size: 18px;
}
.list strong {
  color: #232323;
}

.list li:before {
  position: absolute;
  left: -30px;
  margin-top: 0px;
  margin-bottom: 5px;
  content: "✓";
  line-height: 40px;
  transition: all 0.2s;
  color: #ffffff;
  background: rgb(181, 203, 41);
  width: 30px;
  height: 30px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.list2 li:before {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  left: -40px;
  top: 8px;
}
.list3 li:before {
  background-color: rgb(181, 203, 41) !important;
  top: 5px;
}
.list4 li:before {
  background-color: rgb(181, 203, 41) !important;
  top: 6px !important;
}
.list5 li:before {
  background-color: transparent;
  color: green;
  top: 30%;
  font-weight: 500;
}
.list6 li:before {
  color: red;
  content: "X";
}

.benefits-sec li::marker {
  font-weight: bold;
}
.benefits-box {
  border: 1px solid #000;
}
.benefits-box i {
  background-color: #11c81d;
  color: #fff;
  font-size: 20px;
}
.check-box i {
  background-color: #11c81d;
  color: #fff;
  font-size: 20px;
}
.support-box {
  background-color: #effafb;
  border: 3px solid rgb(181, 203, 41);
  border-radius: 8px;
}
.s-icon {
  background-color: rgb(181, 203, 41);
  width: 45px;
  height: 45px;
}
/* benefits-sec ends */

/* Question-sec starts */
.question .accordion-button:focus {
  box-shadow: inherit !important;
}

.question .accordion-button:not(.collapsed) {
  color: #000 !important;
}

.question .accordion-item {
  border-bottom: 1px solid #25336c !important;
  border-radius: 0 !important;
}

.question .accordion-btn {
  border-top: 1px solid #25336c !important;
}

.question .accordion-button::after {
  background-image: url(../images/angle-down-solid.svg) !important;
  background-position: center;
}

.question .accordion-button:not(.collapsed)::after {
  background-image: url(../images/angle-down-solid.svg) !important;
}

.question .accordion-button::after {
  background-color: transparent;
  padding: 13px;
  border-radius: 100%;
  /* background-color: #ffa600; */
}

.question .accordion-text {
  font-size: 18px;
}
/* Question-sec ends */

/* bonus-sec starts */
.bonus-box {
  background-color: #1072b7;
}
/* bonus-sec ends */

/* pros-cons-sec starts */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #ffffff #ffffff rgb(181, 203, 41);
  border-width: 2px;
  color: #000;
}

.nav-link {
  color: #000000;
}

.nav-link:focus,
.nav-link:hover {
  color: #000 !important;
}
.mytab-content i {
  background-color: #00d26a;
  color: #fff;
  padding: 3px 4px;
  border-radius: 3px;
}
.num1 {
  color: #ffa600;
}
.num2 {
  color: #fa1212;
}

.pros li {
  list-style: inherit !important;
}
.pros li::marker {
  color: #ffa600;
  font-weight: bold;
}

.cons li {
  list-style: inherit !important;
}
.cons li::marker {
  color: #fa1212;
  font-weight: bold;
}
/* pros-cons-sec ends */

/* footer stars */
footer {
  background-color: rgb(74, 74, 74) !important;
  color: #fff;
}
footer p {
  text-align: justify;
}
/* footer ends */

/* bottom-content */
#scrollButton {
  display: none;
}
.bottom-content {
  position: fixed;
  z-index: 999;
  bottom: 7px;
  left: 0;
  right: 0;
}
.btn22 {
  background-color: rgb(214, 246, 6) !important;
  color: #000;
  border: 1px solid rgb(181, 203, 41);
  width: 90%;
}
/* bottom-content */

/* pricing starts */
.pricing {
  background-color: rgb(181, 203, 41);
}
.pricing-bottom-part {
  background-color: #f79806;
}
.pricing-bottom-part i {
  color: #fc3019;
  font-size: 50px;
}
.discount-img {
  border: 2px solid #282f39;
  border-radius: 15px;
  overflow: hidden;
}
.discount-img img {
  border-radius: 10px;
}
.price-img:hover {
  transform: scale(1.02);
  transition: 0.25s ease-in-out;
}

.warning-box {
  background-color: #fdb831;
  border: 2px solid #513f0f;
}
/* pricing ends */

/* ingredients-sec starts */
.ingredients {
  background: radial-gradient(
        circle farthest-side at 0 50%,
        #030405 23.5%,
        rgba(240, 166, 17, 0) 0
      )
      12.6px 18px,
    radial-gradient(
        circle farthest-side at 0 50%,
        #232830 24%,
        rgba(240, 166, 17, 0) 0
      )
      11.4px 18px,
    linear-gradient(
      #030405 14%,
      rgba(240, 166, 17, 0) 0,
      rgba(240, 166, 17, 0) 85%,
      #030405 0
    ),
    linear-gradient(
      150deg,
      #030405 24%,
      #232830 0,
      #232830 26%,
      rgba(240, 166, 17, 0) 0,
      rgba(240, 166, 17, 0) 74%,
      #232830 0,
      #232830 76%,
      #030405 0
    ),
    linear-gradient(
      30deg,
      #030405 24%,
      #232830 0,
      #232830 26%,
      rgba(240, 166, 17, 0) 0,
      rgba(240, 166, 17, 0) 74%,
      #232830 0,
      #232830 76%,
      #030405 0
    ),
    linear-gradient(90deg, #232830 2%, #030405 0, #030405 98%, #232830 0)
      #030405;
  background-size: 24px 36px;
  color: #fff !important;
}
.bg-grey {
  background-color: #fff;
}
.ingredients-heading {
  background-color: rgb(181, 203, 41);
}
.number h5 {
  background-color: rgb(181, 203, 41);
  color: #fff;
  width: 40px;
  height: 40px;
}
.arrow i {
  color: rgb(181, 203, 41);
  font-size: 30px;
  font-weight: bold;
}
/* ingredients-sec ends */

/* return & refunds policy starts */
.policy-box {
  border: 2px solid rgb(181, 203, 41);
}
/* return & refunds policy ends */

/* scientifically-formulated starts */
.scientifically-formulated .number {
  width: 45px;
  height: 45px;
  background-color: #46a28c;
  border-radius: 50%;
  color: #fff;
}
/* scientifically-formulated ends */

/* media queries */
@media (max-width: 1200px) {
  .mynavbar .nav-item .nav-link {
    font-size: 14px;
  }
  .ingredients-p2 {
    font-size: 15px !important;
  }
}

@media (max-width: 1199px) {
  .ingredients-p1 {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .mynavbar .nav-item .nav-link {
    font-size: 17px;
  }
  * {
    scroll-padding-top: 55px;
  }

  .whatIs-img,
  .special-offer-img {
    width: 55% !important;
  }

  .works-img {
    width: 37% !important;
  }

  .review-img {
    top: -17%;
    left: 40%;
  }
  .banner-img {
    width: 75% !important;
  }
  .banner-rating {
    width: 55%;
  }
  .bonus-img {
    width: 60% !important;
  }
  .moneyBack-img {
    width: 60% !important;
  }
  .ingredients-p2 {
    font-size: 17px !important;
  }
  .bonus-custom-p {
    padding-bottom: 24px;
  }
  .card-img {
    width: 45%;
  }
  .buynow-btn {
    width: 53%;
  }
  .navbar-brand {
    width: 75px;
  }
}

@media (max-width: 768px) {
  .banner h2 {
    font-size: 23px;
  }

  .border-bottom {
    width: 100%;
  }

  .banner-pt {
    padding-top: 20px;
  }
  .mybtn {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .banner h2 {
    font-size: 18px;
  }
  .banner h1 {
    font-size: 24px;
  }
  .banner-img {
    width: 100% !important;
  }
  .review-img {
    top: -12%;
    left: 29%;
  }
  .click-img-box img {
    width: 95% !important;
  }

  .p-text {
    width: 100% !important;
    font-size: 18px !important;
  }

  .banner-image {
    width: 100% !important;
  }

  .s-btn {
    font-size: 15px;
  }

  .ingredients-image {
    width: 75% !important;
  }

  .btn2 {
    width: 100% !important;
  }

  .bg-box {
    min-height: auto;
  }
  .discounted-img1 {
    width: 90% !important;
  }
  .mobile-img {
    width: 20% !important;
    position: absolute;
    bottom: -3px;
    z-index: 99;
  }
  .question .accordion-text {
    font-size: 16px;
  }
  .list4 li:before {
    top: 40%;
  }
  footer .links {
    width: 100% !important;
  }
  .ingredients-p1 {
    font-size: 20px !important;
  }
  .ingredients-p2 {
    font-size: 18px !important;
  }
  .price-img:hover {
    transform: scale(1);
  }
  .ingredients-img {
    width: 80%;
    height: auto !important;
  }

  .whatIs-img,
  .special-offer-img {
    width: 95% !important;
  }
  .order-btn {
    width: 75%;
  }
  .discount-btn {
    font-size: 15px !important;
  }
  .bonus-img {
    width: 80% !important;
  }
  .moneyBack-img {
    width: 85% !important;
  }
  .warning-box {
    font-size: 14px;
  }
  .card-img {
    width: 60%;
  }
  .d-btn {
    font-size: 17px !important;
  }
  .btn-new1 {
    font-size: 15px !important;
  }
  .bottom-text1 {
    font-size: 15px !important;
  }
  .certifications-img1 {
    width: 90% !important;
  }
  .buynow-btn {
    width: 83%;
  }
  .natural-img {
    width: 55%;
  }
  .works-img {
    width: 55% !important;
  }
  .ingredients-heading {
    font-size: 15px !important;
  }
  .my-heading22 {
    font-size: 28px !important;
  }
}
