/* Section Banner Responsive Css */

nav .hamburger_menu {
  display: none;
  position: absolute;
  top: 55px;
  right: 50px;
}

svg {
  max-width: 40px;
  width: 100%;
  height: 40px;
  color: #fff;
}

@media screen and (max-width:992px) {
  .banner::after {
    display: none;
  }

  .banner::before {
    display: none;
  }

  .edit_Profile_Btn {
    padding: 12px 18px;
  }
}

@media screen and (max-width:992px) {

  nav .hamburger_menu {
    display: flex;
  }

  .nav {
    flex-direction: column;
    align-items: start;
  }

  .navbar ul {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0.25rem;
    /* position: relative;
      left: 0;
      top: 80px;
      transition: all .5s; */
  }

  .navbar ul.open {
    /* display: flex;
      height: 400px;
      background-color: red;
      justify-content: space-around;
      font-size: 22px;
      margin-top: 15px; */


    display: block;
    margin: 50px 0;
    line-height: 30px;
    text-align: center;
    left: 0;
  }

  .navbar ul.open li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }

  /* ul.open {
      height: 400px;
      background-color: red;
      justify-content: space-around;
      font-size: 22px;
      margin-top: 15px;
  } */
  .navbar ul li {
    /* width: 100%; */
    text-align: center;
  }

  .navbar ul li :link {
    margin: 0.2rem 0.5rem;
  }

  .sign_up {
    position: static;
  }

}

/* section AI responsive css */
@media screen and (max-width:992px) {

  .Ai_Article ::after {
    display: none;
  }

  .Ai_Article ::before {
    display: none;
  }
}

/* arrow section responsive css */
@media screen and (max-width:992px) {

  .left_arrow {
    display: none;
  }

  .right_arrow {
    display: none;
  }

  /* Dashboard Card Css */
  .usercountbox_ {
    padding: 25px;
  }

  .countr_ {
    height: 40px;
  }

  .subhead24 {
    font-size: 20px;
  }

  .headinmain32 {
    font-size: 24px;
  }

  .dashboard_Card_Count {
    margin-bottom: 8px !important;
  }
}


@media screen and (max-width:768px) {
  .navbar ul.open li {
    margin-bottom: 50px;

  }
}

@media screen and (max-width : 1200px) {
  .User_Details .userDetailRight {
    margin-top: 20px;
  }
  .pubDetails_firstContainer{
    padding: 0;
  }
}









* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


/* comman CSS  */
body {
  background-color: #000;
}

.mainheading {
  font-family: Poppins;
  font-size: 72px;
  font-weight: 700;
  line-height: 74px;
  color: #fff;
}

.subheading {
  font-family: Poppins;
  font-size: 50px;
  font-weight: 600;
  line-height: 67px;
  color: #fff;
}

.preheading {
  font-family: Poppins;
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  color: #fff;
}

.medium_h {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  color: #fff;
}

.pre_medium_h {
  font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  line-height: 52px;
  color: #fff;
}

.normal_h {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  color: #fff;

}

.sub_p_text {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;

}

.small-p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #fff;
}

.grey_h {
  color: #a9a9a9;
  text-decoration: none;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
}

.primary_btn {
  padding: 16px 40px 16px 40px;
  border-radius: 30px;
  background: linear-gradient(101.17deg, #1eeaff 0%, #6e38ff 50%, #f600ff 100%);
  border: none;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

/* Navbar CSS */
.logo {
  text-align: left;
}

.header {
  padding: 40px 0;
}

.navbar ul {
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  display: contents;
}

.navbar ul li a {
  text-decoration: none;
  color: #fff;
}

.navbar ul li a:hover {
  color: #1eeaff;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.navbar.li {
  display: block;
}

/*banner CSS  */
.banner {
  position: relative;
  z-index: -1;
  padding: 60px 30px;
}

.searchinput_box {
  text-align: center;
}

.search_bar {
  width: 100%;
  max-width: 662px;
  position: relative;
  display: inline-block;
  margin-top: 44px;
}

.search_icon {
  position: absolute;
  left: 20px;
  top: 17px;
}

.search_bar .primary_btn {
  position: absolute;
  right: 0;
}

.search_bar input {
  max-width: 662px;
  width: 100%;
  height: 56px;
  padding-left: 56px;
  border-radius: 30px;
  border: 1px;
  outline: none;
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.3)),
    linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
}

.group_btn .primary_btn {
  border: 2px solid transparent;
  word-break: break-all;

}

.secondry_btn {
  padding: 16px 40px 16px 40px;
  border-radius: 30px;
  border: 2px solid #ffffff;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.banner::after {
  background-image: url(./Images/maskgrp1.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  width: 600px;
  top: 30px;
  left: 0;
  z-index: -1;
  height: 100vh;
}

.banner::before {
  background-image: url(./Images/maskgrp2.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  width: 570px;
  top: 80px;
  right: 0;
  z-index: -1;
  height: 100vh;
}

/* video section CSS */
.video {
  padding-top: 40px;
}

.banner_video {
  background: linear-gradient(2.05deg,
      #131a1c 1.96%,
      rgba(19, 26, 28, 0) 98.54%);
  text-align: center;
  border-radius: 0 0 100px 100px;
}

.video_img {
  max-width: 1157px;
  width: 100%;
}

/* auto slider CSS */
.slider_img {
  max-width: 356px;
  width: 100%;
  margin: 25px 40px;
}

.slick-prev:before {
  display: none;
}

.slick-next:before {
  display: none;
}

.slick-arrow {
  display: none;
}

/* Ai Article css */
.Ai_Article {
  padding-top: 120px;
  position: relative;
  background-image: url("./Images/crystalbg.png");
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  text-align: left;
}

.Ai_Article ::after {
  background-image: url("./Images/Vectorleft.png");
  width: 607px;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}

.Ai_Article ::before {
  background-image: url("./Images/Vectorright.png");
  width: 607px;
  height: 100vh;
  /* height: 545px; */
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.1;
}

.AI_blue {
  color: #6e38ff;
}

.AI_chip {
  position: absolute;
  margin: auto;
  right: 0;
  left: 180px;
  top: 87px;
}

.group_AI {
  margin-top: 40px;
  /* text-align: right; */
}

.Ai_laptop {
  max-width: 788px;
  width: 100%;
  margin-right: -60px;
}

.rating {
  padding: 120px;
}

.Rating_grp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 48px;
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 52px;
}

.trustpilot {
  width: 100%;
  height: 126px;
  max-width: 323px;
}

.google {
  width: 100%;
  height: 126px;
  max-width: 323px;
}

/* about us section  CSS */
.about_us {
  padding: 110px 0;
}

.about_p {
  max-width: 644px;
  width: 100%;
}

.about_box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  align-items: center;
  border-radius: 30px;
  background-color: #131a1c;
  border-left: 2px solid #6e38ff;
  border-right: 2px solid #f600ff;
  flex-wrap: wrap;
}

.why_ownbuzz {
  text-align: center;
  padding-bottom: 120px;
  /* padding: 50px 0; */
}

.ownbuzz_benefit {
  text-align: center;
  background-image: url(./Images/ownbuzz_benefitBg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-position: center; */
  max-width: 435px;
  width: 100%;
  height: 406px;
  display: flex;
  align-items: center;
  /* margin:30px; */
}

.own_buzz_txt {
  padding-bottom: 60px;
}

.detalis {
  padding: 56px 70px 86px;
}

.small_P {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #fff;
}

/* Transform-Section */

.transform_business {
  background-image: url("./Images/transformBg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
}

.transform-laptop {
  max-width: 575px;
  width: 100%;
}

.services {
  margin-top: 30px;
}

.services ul {
  list-style: none;
  padding: 0;
}

.services_List {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
}

.Offers_box {
  background-image: url("./Images/rectanglebitcoin.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding-bottom: 50px;
  margin: 20px;
}

/* Section testimonial CSS */
.testimonial {
  background-image: url("./Images/testiomalBg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  padding: 120px 0;
}

.del_day {
  color: #bebebe;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}


/* Section testimonial slider CSS */
.slider_box {
  background-color: rgba(17, 23, 25, 1);
  border-radius: 30px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  margin: 70px 24px 0;
  padding: 55px 0;

}

.img_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.circle_img {
  max-width: 100px;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -50px;
}

.pin_location {
  display: flex;
  justify-content: center;
}

.pin {
  margin-right: 10px;
}

.slider_txt {
  padding: 20px 40px 0;
  text-align: center;
}

button.slick-arrow.slick-prev {
  background-image: url('./Images/backBtn.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 22px;
  position: absolute;
  left: 20px;
  z-index: 1;
  color: #fff;
  border-radius: 30px;
}

button.slick-arrow.slick-next {
  background-image: url('./Images/nextBtn.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 22px;
  position: absolute;
  right: 20px;
  z-index: 1;
  color: #fff;
  border-radius: 30px;
}


/* Section Publish Css */
.publish {
  padding: 120px 0;
  background-image: url("./Images/publishBg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #000;
}

.time_Saved {
  background-color: #262626;
  color: #fff;
  border-radius: 16px;
  display: flex;
  padding: 20px 0;
  margin: 30px;
}

.growth_box {
  background-color: #262626;
  color: #fff;
  border-radius: 16px;
  display: flex;
  padding: 34px 0;
  margin: 30px;
}

img.public_icon {
  max-width: 60px;
  width: 60px;
  height: 60px;
  margin-left: -32px;
  margin-right: 20px;
}

.colored_txt {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #5ce8f7;
}

/* three step solution section CSS */
.three_step {
  padding: 100px 0 70px;
}

.step_one {
  max-width: 416px;
  width: 100%;
  border-radius: 30px;
  border: 1px solid;
  margin: auto;
  padding: 40px 58px;
  background-color: #131a1c;
  border-color: rgba(30, 234, 255, 1) rgba(110, 56, 255, 1) rgba(246, 0, 255, 1);
}

.step_box {
  position: relative;
  text-align: center;
}

.step_img {
  position: absolute;
  left: 8px;
  right: 0;
  top: 367px;
}

.steptwo_img {
  margin-bottom: 60px;
  text-align: center;
}

.step_two {
  position: relative;
}

.arrowup_side {
  position: absolute;
  top: 157px;
  left: 0;
  right: 0;
  transform: rotate(180deg);
  text-align: center;
}

.right_arrow {
  position: absolute;
  top: 71px;
  left: -110px;
}

.left_arrow {
  position: absolute;
  top: 71px;
  right: -101px;
}

/* Section faq CSS*/
.accordion-button:focus {
  box-shadow: none;
  border-radius: 30px;
}

/* new rule accordian */
.accordion-item.mt-3 {
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;

}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 30px;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 30px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(.25rem - -27px);
  border-bottom-left-radius: calc(.25rem - -27px);
}

/* .accordion-item{
   border-radius: 30px;
  } */
.faq {
  padding-bottom: 190px;
}

.frequently {
  text-align: center;
  padding: 100px 0px 50px;
}

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

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("./Images/arrowDown.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  /* background-color: white; */
}

.accordion-button:not(.collapsed)::after {
  background-image: url("./Images/arrowDown.png");
  transform: rotate(-180deg);
}

.accordion-button {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
}

/*.accordion-item {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.12);
    border: 0;
  }
  
  .accordion-button:focus {
    border-color: rgba(255, 255, 255, 0.12);
  }
  
  .accordion-body.sub_p_text {
    background-color: rgba(255, 255, 255, 0.12);
  } */
.view_btn {
  margin: 60px 0;
  text-align: center;
}



/*Section Connect With Us CSS */
.connect_US {
  position: relative;
  background-image: url(./Images/connectUsBg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
}

.sign_up {
  max-width: 417px;
  /* height: 576px; */
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  padding: 40px;
  position: absolute;
  right: 120px;
  top: -70px;
  background-color: #000;
}

.connect_parent {
  margin: 100px 0;
}

.sign_up::after {
  position: absolute;
  background-color: #000 !important;
  padding: 38px 40px 32px 40px;
  border: 1px;
  z-index: 1;
}

.newsletter {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #fff;
}

.big_story {
  margin-top: 10px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.email {
  margin-top: 24px;
  max-width: 340px;
  width: 100%;
  height: 48px;
  border-radius: 30px;
  border: 1px;
  padding: 0px 24px 0px 24px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
}

::placeholder {
  color: #fff;
}

.capche_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 337px;
  width: 100%;
  height: 72px;
  border-radius: 8px;
  border: 1px;
  margin-top: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.12);
  padding: 0px 20px 0px 20px;
}

.robot_parent {
  text-align: center;
}

.robot_check {
  margin-right: 16px;
}

.sign_Submit {
  margin-top: 32px;
}

.submit {
  width: 100%;
  padding: 16px 32px 16px 32px;
  border-radius: 30px;
  background: linear-gradient(101.17deg,
      #1eeaff 0%,
      #6e38ff 49.5%,
      #f600ff 100%);
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: none;
}

.agreement {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}


/* Footer Css */
.footer {
  margin-top: 170px;
}

.footer {
  padding: 60px 30px 0px;
}

.ownbuzz_detail .grey_h {
  line-height: 24px;
}

.footer_nav .footer_List {
  list-style: none;
  padding: 0;
  text-decoration: none;
  line-height: 32px;
}

ul.footer_List {
  padding: 0;
  line-height: 32px;
  list-style: none;
}