body {
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: 1240px;
  margin: auto;
}
h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #fff;
}
/* abhishek start*/

/* ultimate Bundle Start  */
.ultimate-bundle-bg {
  background: #02131b;
  padding: 50px 0;
}
.aibundle-heading {
  text-align: center;
}
.aibundle-heading h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #f9f9f9;
}
.aibundle-heading h1 span {
  color: #00ffff;
}
.aibundle-heading h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
}
.ultimate-bundle {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ultimate-bundle-left {
  width: 59%;
  background-color: #12242c;
  padding: 20px;
  border-radius: 20px;
}
.ultimate-bundle-left h4 {
  font-size: 22px;
  font-weight: 500;
  color: #f9f9f9;
}
.ultimate-bundle-list {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ultimate-bundle-list li {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  line-height: 20px;
  color: #f9f9f9;
  width: 49%;
  background: #0e0e0e;
  padding: 10px;
  border-radius: 5px;
}
.ultimate-bundle-list li span {
  color: #00ffff;
  margin-right: 10px;
  font-size: 20px;
}
.ultimate-bundle-left h6 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #f9f9f9;
}

.ultimate-bundle-left .buy-btn,
.ultimate-bundle-left .free-demo-btn,
.last-cta .buy-btn,
.last-cta .free-demo-btn {
  background: linear-gradient(62deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
  padding: 15px;
  text-align: center;
  margin-top: 30px;
  display: block;
  border-radius: 10px;
  color: #fff;
}
.ultimate-bundle-left .buy-btn h3,
.last-cta .buy-btn h3 {
  font-size: 24px;
}
.ultimate-bundle-left .buy-btn p,
.last-cta .buy-btn p {
  font-size: 18px;
  padding-top: 10px;
}
.ultimate-bundle-left .free-demo-btn,
.last-cta .free-demo-btn {
  padding: 15px;
  font-weight: 700;
  font-size: 18px;
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.ultimate-bundle-right {
  width: 39%;
}
.ultimate-bundle-right img {
  width: 100%;
  display: block;
}

/* ultimate Bundle End  */
/* Timing Counter Start */
.counter {
  margin-top: 80px;
  text-align: center;
}
.heading h2 {
  font-size: 40px;
  font-weight: 700;
}
.counter h2,
.reels-bundle-heading h2 {
  font-size: 40px;
  font-weight: 700;
}
#clockdiv,
#clockdiv2 {
  color: #fff;
  border-radius: 20px;
  background: #02131b;
  padding: 20px 20px 10px;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-top: 20px;
}

#clockdiv > div,
#clockdiv2 > div {
  padding: 10px;
  /* border-radius: 3px; */
  /* background: #00BF96; */
  display: inline-block;
}

#clockdiv div > span,
#clockdiv2 div > span {
  padding: 20px;
  width: 150px;
  height: 100px;
  border-radius: 10px;
  background: #12242c;
  display: inline-block;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
#clockdiv2 {
  /* background: #fff; */
  background: linear-gradient(62deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
  color: #02131b;
}
#clockdiv2 div > span {
  background: #ddd;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.smalltext {
  padding-top: 5px;
  font-weight: 500;
  font-size: 18px;
}
/* Timing Counter End */
/* Reels Bundles Start */
.reels-bundle-heading {
  margin-top: 80px;
  text-align: center;
}
.categories-bundle {
  margin-top: 30px;
}
.categories-bundle ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.categories-bundle li {
  width: 24%;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  color: #000;
  border: 1px solid #ddd;
}
.categories-bundle li h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.categories-bundle li:nth-child(n + 5) {
  margin-top: 14px;
}
.categories-bundle li p {
  margin-top: 10px;
  font-size: 16px;
}
.categories-bundle li a {
  background: #0ab79c;
  margin-top: 20px;
  padding: 15px;
  display: block;
  border-radius: 10px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 500;
}
.categories-bundle li a:hover, .additional-bundle li a:hover{
  background: linear-gradient(62deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;

}
.categories-bundle li a span{
  font-size: 16px;
  margin-left: 10px;
}
.categories-bundle li img {
  width: 100%;
  display: block;
  border-radius: 7px;
}
/* Reels Bundles End */

/* abhishek end */

.social-media {
  margin-top: 80px;
}
.social-media ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.social-media li {
  background: #dbf9f5;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  width: 15%;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ddd;
  cursor: pointer;
}
.social-media li:hover {
  box-shadow: 0px 0px 60px 10px rgb(0 0 0 / 10%);
  background: #fff;
}
.social-media li img {
  width: 50px;
  margin-bottom: 15px;
}
.social-media li h3 {
  font-size: 26px;
  font-weight: 700;
}
.social-media .buy-btn,
.benefits .buy-btn,
.benefits .free-demo-btn,
.social-media .free-demo-btn {
  background: linear-gradient(62deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
  padding: 15px;
  text-align: center;
  margin-top: 30px;
  display: block;
  border-radius: 10px;
  color: #fff;
}
.social-media .buy-btn h3,
.benefits .buy-btn h3 {
  font-size: 24px;
}
.social-media .buy-btn p,
.benefits .buy-btn p {
  font-size: 18px;
  padding-top: 10px;
}
.social-media .free-demo-btn,
.benefits .free-demo-btn {
  padding: 15px;
  font-weight: 700;
  font-size: 18px;
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.benefits {
  margin-top: 80px;
}
.benefits ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.benefits li {
  background: #f9f9f9f9;
  width: 31.5%;
  height: 160px;
  padding: 20px;
  margin: 10px;
  border-radius: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.benefits li img {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  background: #dbf9f5;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
.benefits li h3 {
  position: relative;
  font-size: 20px;
  margin-bottom: 8px;
}
.benefits li p {
  position: relative;
  font-size: 14px;
}
.benefits li:hover::before {
  width: 100%;
  height: 100%;
  transform: rotateZ(0) translate(0);
  /* z-index: 0; */
  top: 0;
  left: 0;
  background: #dbf9f5;
}

.benefits li::before {
  content: "";
  background: rgba(35, 167, 215, 0);
  /* background: #dbf9f5; */
  width: 20%;
  height: 20%;
  position: absolute;
  top: 5px;
  left: 16px;
  /* z-index: 1; */
  border-radius: 15px;
  transform: rotateZ(-90deg) translate(-50%, -50%);
  transition: all 0.6s;
}
.section-bg {
  background: #02131b;
  margin-top: 50px;
  padding: 1px 0 50px;
  color: #fff;
}

/* FAQs Start */
.faqs {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.faq-heading {
  margin-top: 80px;
}
.faqs .left-panel {
  width: 100%;
}

.faqs .right-panel img {
  width: 100%;
  display: block;
}
.accordion-item {
  background-color: #0b3749; /* White background for items */
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Softer shadow */
}

.accordion-header {
  background-color: #12242c;
  color: #ffffff; /* White text */
  padding: 15px;
  font-size: 18px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px 8px 0 0;
  transition: background-color 0.3s ease;
}

.accordion-header:hover {
  background-color: #0c1b22;
}

.accordion-content {
  background-color: #0b3749; /* Very light grey for content */
  overflow: hidden;
  padding: 0 15px;
  color: #fff;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  margin: 15px 0;
  line-height: 1.5;
}

.icon {
  transition: transform 0.3s ease;
}

.active .icon {
  transform: rotate(45deg);
}

/* FAQs End */
.reviews-wrap {
  margin-top: 80px;
}
@keyframes slidingText2 {
  0% {
    transform: translateX(50%);
  }

  100% {
    transform: translateX(-50%);
  }
}
.review {
  display: flex;
  align-items: center;
  margin-top: 30px;
  overflow-x: hidden;
}
.review li {
  width: 33%;
  margin-right: 20px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #000;
  padding: 20px;
  border-radius: 15px;
  animation: slidingText2 10s linear infinite alternate;
}

.review li p {
  font-size: 15px;
  font-weight: 400;
}
.review li .review-details {
  display: flex;
  justify-content: unset;
  align-items: center;
  margin-top: 20px;
}
.review li .review-details .left {
  width: 20%;
  margin-right: 15px;
}
.review li .review-details .left img {
  width: 60px;
  height: 60px;
  border-radius: 150px;
  object-fit: cover;
  /* vertical-align: middle; */
}
.review li .review-details .right {
  width: 70%;
}
.review li .review-details .right .stars {
  font-size: 20px;
  color: #ffa600;
}
.review li .review-details .right h3 {
  font-size: 20px;
  font-weight: 700;
}
.review li .review-details .right h4 {
  font-size: 12px;
  font-weight: 500;
}
footer {
  background: #02131b;
  padding: 30px 0;
  margin-top: 80px;
}
.footer-details {
  text-align: center;
}
.footer-details img {
  width: 15%;
}
.footer-details ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  border-top: 1px solid #000;
  padding-top: 30px;
}
.additional-bundle {
  margin-top: 80px;
}
.additional-bundle ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0 60px;
}
.additional-bundle li {
  background: #f9f9f9;
  padding: 10px;
  width: 32%;
  border-radius: 10px;
  color: #000;
  text-align: center;
}
.additional-bundle li:nth-child(n + 4) {
  margin-top: 20px;
}
.additional-bundle li img {
  width: 100%;
  border-radius: 7px;
  display: block;
}
.additional-bundle li h4 {
  font-size: 20px;
  margin: 20px 0 10px;
}
.additional-bundle li p {
  font-size: 16px;
}
.additional-bundle li a {
  background: #0ab79c;
  padding: 15px;
  display: block;
  border-radius: 10px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 500;
}
.additional-bundle li h5 {
  color: #0b3749;
  font-size: 20px;
  margin: 15px 0;
}
.additional-bundle li h5 span {
  text-decoration: line-through;
  text-decoration-color: #f00;
  text-decoration-thickness: 2px;
  color: #c4c4c4;
  margin: 0 10px;
  font-weight: 500;
  font-size: 16px;
}
/* Responsive Start */

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .aibundle-heading h1 {
font-size: 25px;
line-height: 40px;
  }
  .aibundle-heading h3 {
    font-size: 16px;
    margin-top: 15px;
  }
  .ultimate-bundle {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .ultimate-bundle-left {
    width: 100%;
    margin-top: 30px;
  }
  .ultimate-bundle-left h4 {
    font-size: 18px;
  }
  .ultimate-bundle-list li {
    width: 100%;
    font-size: 14px;
  }
  .ultimate-bundle-left h6 {
    margin-top: 20px;
    font-size: 12px;
  }
  .ultimate-bundle-left .buy-btn h3,
  .last-cta .buy-btn h3 {
    font-size: 20px;
  }
  .ultimate-bundle-left .buy-btn p,
  .last-cta .buy-btn p {
    font-size: 14px;
    padding-top: 5px;
  }
  .ultimate-bundle-left .free-demo-btn,
  .last-cta .free-demo-btn {
    font-size: 16px;
  }
  .ultimate-bundle-right {
    width: 100%;
  }

  .counter h2,
  .reels-bundle-heading h2,
  h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .counter,
  .reels-bundle-heading,
  .social-media,
  .benefits,
  .faq-heading,
  .reviews-wrap {
    margin-top: 40px;
  }
  #clockdiv,
  #clockdiv2 {
    font-size: 20px;
    padding: 10px 20px 3px;
  }
  #clockdiv div > span,
  #clockdiv2 div > span {
    padding: 8px;
    width: 45px;
    height: 45px;
  }
  .smalltext {
    font-size: 10px;
  }
  .categories-bundle li {
    width: 48.8%;
    padding: 5px;
    border-radius: 5px;
  }
  .categories-bundle li img {
    border-radius: 5px;
  }
  .categories-bundle li h4 {
    font-size: 16px;
    margin-top: 14px;
    line-height: 20px;
  }
  .categories-bundle li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .categories-bundle li p {
    margin-top: 6px;
    font-size: 12px;
  }
  .categories-bundle li a {
    margin-top: 15px;
    padding: 9px;
    border-radius: 6px;
    line-height: 18px;
    font-size: 12px;
  }
  .social-media li {
    width: 32%;
    border-radius: 10px;
  }
  .social-media li:nth-child(n + 4) {
    margin-top: 7px;
  }
  .social-media li img {
    width: 30px;
    margin-bottom: 5px;
  }
  .social-media li h3 {
    font-size: 14px;
  }
  .social-media ul {
    flex-wrap: wrap;
  }
  .social-media .buy-btn h3,
  .benefits .buy-btn h3 {
    font-size: 20px;
  }
  .social-media .buy-btn p,
  .benefits .buy-btn p {
    font-size: 14px;
    padding-top: 5px;
  }
  .social-media .free-demo-btn,
  .benefits .free-demo-btn {
    font-size: 16px;
  }
  .benefits li {
    width: 100%;
    margin: 10px 0 0;
  }
  .benefits li h3 {
    font-size: 18px;
  }
  .benefits li p {
    font-size: 13px;
  }
  .heading h2 {
    font-size: 24px;
    font-weight: 700;
  }
  .counter h2,
  .reels-bundle-heading h2 {
    font-size: 24px;
    font-weight: 700;
  }
  .faqs {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: unset;
  }
  .faqs .left-panel {
    width: 100%;
  }
  .faqs .right-panel {
    width: 100%;
  }
  .review {
    display: flex;
    align-items: center;
    margin-top: 10px;
    overflow-x: hidden;
  }
  .review li {
    width: 100%;
    margin-right: 10px;
    padding: 10px;
    border-radius: 10px;
  }
  .review li p {
    font-size: 12px;
    font-weight: 400;
  }
  .review li .review-details .left {
    width: 35%;
    margin-right: 15px;
  }
  .review li .review-details .right {
    width: 65%;
  }
  .review li .review-details .right .stars {
    font-size: 12px;
    color: #ffa600;
  }
  .review li .review-details .right h3 {
    font-size: 15px;
    font-weight: 700;
  }
  .review li .review-details .right h4 {
    font-size: 10px;
    font-weight: 500;
  }
  footer {
    padding: 20px 0;
    margin-top: 50px;
  }
  .footer-details ul {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    margin-top: 10px;
    padding-top: 20px;
  }
  .footer-details li {
    padding: 5px 0;
  }
  .footer-details img {
    width: 45%;
  }
  .additional-bundle {
    margin-top: 40px;
  }
  .additional-bundle li {
    width: 100%;
  }
  .additional-bundle li:nth-child(n + 2) {
    margin-top: 20px;
  }
}

/* Responsive End */
