@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
.navbar_section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
  background-color: #1c1c1c;
}
.navbar ul li a {
  font-size: 20px;
  font-weight: 600;
}
.nav-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  cursor: pointer;
}
.navbar-toggler {
 background: #757474 !important;
}

.logo {
  height: 45px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price_link{
  padding: 0px 100px 0px 100px;
}
.feat_link {
  color: #ebac51 !important;
}
.link_color {
  color: #fff !important;
}
.rightNav {
  display: flex;
  gap: 15px;
  align-items: center;
}
.en-btn {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 29px;
  height: fit-content;
  margin-top: 5px;
  border-radius: 5px;
}
.btn-1 {
  background-color: #ebac51;
  color: #ffffff;
  border: none;
  border-radius: 34px;
  width: 100px;
  height: 35px;
}
.btn-1:hover {
  background: transparent;
  color: #000;
  border: 1px solid #ffffff;
}
.btn-2 {
  background-color: transparent;
  border: none;
  border-radius: 34px;
  width: 100px;
  height: 35px;
  border: 1px solid #ffffff;
}
.btn-2:hover {
  background: #ebac51;
  color: #000;
  border: none;
}
.btn-1:hover a {
  color: #ffffff;
}
.btn-1 a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.btn-2:hover a {
  color: #000;
}
.btn-2 a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}
/* Header */
.home_section_one {
  background: url(img/Rectangle\ 97.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}
.txt-div {
  padding: 142px 10px 42px 10px;
}
.heading {
  color: #ffffff;
}
.heading h1 {
  font-size: 60px;
  font-weight: 800;
}
.ul-list {
  color: #ffffff;
  line-height: 68px;
}
.ul-list ul li {
  font-weight: 600;
  padding-left: 5px;
  font-size: 22px;
  list-style-image: url(img/Ellipse\ 24.png);
}
.render-btn {
  width: 215px;
  height: 48px;
  background: #ebac51;
  border-radius: 34px;
  margin-top: 45px;
}
.render-btn a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
/* Header end */
.home_section_two {
  margin-top: 70px;
}
.home_card_body_div {
  margin-top: 15px !important;
  height: 200px;
  background: #ffffff;
  box-shadow: 0px 3px 21px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  width: 100%;
  position: relative;
}
.img-1 {
  width: 49px;
  height: 49px;
  background: #1c1c1c;
  border: 2px solid #ebac51;
  box-shadow: 0px 3px 5px #ebac51;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 10px;
}
.img-1 img {
  margin-top: 5px;
}
.colm-txt {
  text-align: center;
  position: absolute;
  top: 56px;
}
.colm-txt h4 {
  font-weight: 800;
}

.easy {
  width: 100%;
  text-align: center;
  color: #ffffff !important;
  padding-top: 50px;
}
.easy h2 {
  font-weight: 600;
}
.home_section_three {
  margin-top: 55px;
  background-color: #1c1c1c;
  padding-bottom: 40px;
}
/* Step Progess bar*/
.multi_step {
  width: 50%;
  margin: auto;
}
.steps {
  width: 58%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.step-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #ffffff;
  transition: 0.4s ease-in-out;
}
.step-button[aria-expanded="true"] {
  width: 60px;
  height: 60px;
  background-color: #ebac51;
  color: #000000;
}
.done {
  background-color: #ebac51;
  color: #000000;
}
.step-item {
  z-index: 10;
  text-align: center;
}
.step-title {
  color: #ffffff;
  margin-top: 10px;
}
#progress {
  position: absolute;
  width: 86%;
  left: 55px;
  z-index: 5;
  height: 10px;
  margin-bottom: 30px;
  background-color: #000;
}

.card-body {
  background: #1c1c1c;
  display: flex;
}
.first-card {
  border: none;
}
.fisrt-step-txt {
  color: #ffffff;
  width: 60%;
}
.step-txt {
  margin-top: 130px;
}
.step-photo-side img {
  width: 100%;
}
/* to customize progress bar */
#progress::-webkit-progress-value {
  background-color: #ebac51;
  transition: 0.5s ease-out;
}
#progress::-webkit-progress-bar {
  background-color: #000000;
}
.txt-side {
  color: #ffffff;
  margin-top: 100px;
}
.txt-side h2 {
  font-weight: 600;
}
.txt-side p {
  font-size: 19px;
}
.dash-img img {
  width: 100%;
}
.lang-img img {
  width: 100%;
}
.soft-txt {
  text-align: center;
}
.soft-txt h2 {
  font-weight: 600;
}
.home_section_four {
  margin-top: 60px;
}
.home_section_five {
  background-color: #1c1c1c;
  margin-top: 60px;
}

.art-txt {
  color: #ffffff;
  padding-top: 185px;
  display: flex;
}
.art-txt h2 {
  font-weight: 900;
}
.mar-h2 {
  width: 44%;
  padding-left: 5px;
}
.art-txt marquee {
  height: 25px;
}
.play-game img {
  width: 100%;
  padding-top: 70px;
}
.write-img img {
  width: 100%;
}
.film-img img {
  width: 100%;
  padding-top: 40px;
}
.lap-img img {
  width: 100%;
}
.cam-img img {
  width: 100%;
  padding-top: 22px;
}
.house-img img {
  width: 100%;
  margin-top: -30px;
}
.row-p {
  padding-top: 87px;
}
.opct {
  opacity: 0.5;
}
.opct:hover {
  opacity: 1;
}
.home_sectoin_six {
  margin-top: 60px;
  position: relative;
  z-index: 4;
}
.stop-txt {
  text-align: center;
  margin: auto;
}
.stop-txt h2 {
  font-weight: 800;
  color: #1c1c1c;
  font-family: system-ui;
}
.stop-txt p {
  line-height: 35px;
  color: #1c1c1c;
  font-weight: 500;
  margin-bottom: 30px;
}
.rnder-btn {
  text-decoration: none;
  background: #ebac51;
  color: #000;
  padding: 7px 25px;
  border-radius: 16px;
  font-weight: 500;
  margin-top: 20px;
}
.rnder-btn:hover {
  background: #ffffff;
  color: brown;
  border: 1px solid #ebac51;
}
.account-p {
  margin-top: 25px;
}
/* Marquee */
.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;

  min-width: 100%;
  list-style: none;
  padding-right: 0;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.marquee__content {
  animation: scroll 20s linear infinite;
}
.marquee:hover .marquee__content {
  animation-play-state: paused;
}
.marquee-row {
  width: 100%;
  margin-right: 0%;
}
.marquee__content img {
  height: 330px;
}
.ribbon {
  position: relative;
}
.emt-img {
  width: 100%;
  position: absolute;
  height: 200px;
  z-index: 1;
  top: -149px;
}

/* Footer  */
.home_section_footer {
  background-color: #1c1c1c;
  margin-top: 90px;
}
.footr-container {
  display: flex;
  padding-top: 30px;
}
.fotr_first_div {
  display: flex;
}
.fotr_logo_txt {
  display: flex;
}

.fotr_logo img {
  width: 100%;
  height: 38px;
}
.fotr_render_txt {
  padding-left: 206px;
  color: #ffffff;
  line-height: 28px;
}
.fotr-intr-txt {
  color: #ffffff;
  padding-left: 100px;
}
.fotr-intr-txt ul {
  list-style: none;
  padding: 0;
  line-height: 30px;
}
.fotr_second_div {
  display: flex;
  /* padding-left: 35px; */
}
.fotr_txt_1 {
  display: flex;
}
.footr_policy_txt {
  padding-left: 100px;
  color: #ffffff;
}
.footr_policy_txt ul {
  list-style: none;
  padding: 0;
  line-height: 30px;
}
.fotr_compny_txt {
  padding-left: 100px;
  color: #ffffff;
}
.fotr_compny_txt ul {
  list-style: none;
  padding: 0;
  line-height: 30px;
}
.fotr_btns {
  padding-left: 150px;
}
.f-log {
  margin-left: 15px;
}
.rights_div {
  display: flex;
  justify-content: space-between;
}
.rights_txt p {
  color: #ffffff;
}

@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }
  to {
    transform: translateX(0);
  }
}
@media (max-width: 1477px) {
  .f-log {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media (min-width: 1366px) {
  .manage_container {
    max-width: 1480px !important;
  }
}
@media (max-width: 1366px) {
  .price_link {
    padding: 0px 50px 0px 50px;
}
  .fotr_first_div {
    display: flex;
  }
  .fotr_render_txt {
    padding-left: 0px;
    padding-top: 25px;
  }
  .fotr_logo_txt {
    display: block;
  }
  .fotr_logo {
    width: 70%;
  }
  .fotr-intr-txt {
    padding-left: 0px;
  }
  .fotr_second_div {
    padding-left: 55px;
  }
  .f-log {
    margin-left: 20px;
    margin-top: 0;
  }
  .fotr_btns {
    padding-left: 80px;
  }
 

}
@media (max-width: 1176px) {
  .multi_step {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .txt-side {
    width: fit-content;
    margin: auto;
  }
  .txt-side p br {
    display: none;
  }
  .fotr_second_div {
    padding-left: 10px;
  }
  .footr_policy_txt {
    padding-left: 60px;
  }
  .fotr_compny_txt {
    padding-left: 60px;
  }
}
@media (max-width: 820px) {
  .multi_step {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .price_link {
    padding: 0px 0px 0px 0px;
}

  .heading h1 br {
    display: none;
  }
  .heading h1 {
    font-size: 40px;
  }
  .art-txt {
    padding-top: 100px;
    display: block;
    width: 61%;
    margin: auto;
  }

  .fisrt-step-txt {
    width: 100%;
  }
  .step-txt {
    margin-top: 17px;
  }
  .step-txt p br {
    display: none;
  }
  .play-game img {
    padding-top: 0px;
  }
  .film-img img {
    padding-top: 20px;
  }
  .lap-img img {
    padding-top: 20px;
  }
  .house-img img {
    margin-top: 0;
    padding-top: 20px;
  }
  .fotr_first_div{
    display: flex;
  }
  .fotr_second_div {
    display: block;
  }
  .fotr_btns {
    padding-top: 75px;
  }
  .rights_div {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .heading h1 {
    font-size: 30px;
  }
  .ul-list ul li {
    font-size: 18px;
  }
  .colm-txt {
    width: 80%;
    left: 50px;
  }
  .row-p {
    padding-top: 15px;
    gap: 30px;
  }
  .film-img img {
    padding-top: 25px;
  }
  .film-row {
    gap: 30px;
  }
  .cam-row {
    gap: 55px;
  }
  .images-row {
    padding-bottom: 45px;
  }
  .f-btns {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
  .bbtn {
    margin-top: 0px;
    margin-left: 20px;
  }
  .colm-m {
    margin-top: 35px !important;
  }
  .card-body {
    display: block;
  }
  .steps {
    width: 100%;
  }
  .play-game {
    width: 70%;
    margin: auto;
  }
  .write-img {
    width: 70%;
    margin: auto;
  }
  .film-img {
    width: 70%;
    margin: auto;
  }
  .lap-img {
    width: 70%;
    margin: auto;
  }
  .cam-img {
    width: 70%;
    margin: auto;
  }
  .house-img {
    width: 70%;
    margin: auto;
  }
}

@media (max-width: 576px) {
  .heading h1 {
    font-size: 24px;
  }
  .ul-list {
    line-height: 45px;
  }
  .render-btn {
    margin-top: 25px;
  }
  .logo {
    height: 30px;
  }
  #progress {
    width: 71%;
  }
  .lang-img {
    width: 60%;
    margin: auto;
  }
  .f-colmn {
    width: 50% !important;
    padding: 0px;
  }
  .b-colm {
    width: 100% !important;
  }
  .footr-container {
    display: block;
  }
  .fotr_first_div {
    display: flex;
    justify-content: space-around;
  }
  .fotr_txt_1 {
    justify-content: space-around;
  }
  .fotr_compny_txt {
    padding-left: 0;
    
  }
  .footr_policy_txt {
    padding-left: 0;
  
  }
  .fotr_btns {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 0;
  }
  .f-log {
    width: 125px;
    height: 32px;
    border-radius: 10px;
  }
  .f-sign {
    width: 125px;
    height: 32px;
    border-radius: 10px;
  }
  .fotr_logo_txt {
    padding-left: 43px;
  }
  .fotr-intr-txt {
    padding-left: 52px;
  }
  .fotr_btns {
    padding-top: 15px;
  }
  .rights_div {
    display: block;
    padding-bottom: 15px;
    text-align: center;
  }
}

@media (max-width: 415px) {
  .txt-div {
    padding-top: 90px;
}
.heading h1 {
  font-size: 18px;
}
.ul-list {
  line-height: 35px;
}
.ul-list ul li {
  font-size: 13px;
}
.render-btn {
  width: 135px;
  height: 42px;
  margin-top: 0;
}
.render-btn a {
  font-size: 15px;
}
  #progress {
    margin-bottom: 32px;
  }
  .fotr_logo_txt {
    padding-left: 43px;
  }
  .fotr-intr-txt {
    padding-left: 52px;
  }
  .fotr_logo_txt {
    padding-left: 0;
  }
  .fotr-intr-txt {
    padding-left: 0;
  }
  .footr_policy_txt {
    margin-left: -32px;
  }
 
  .fotr_second_div {
    padding-left: 0;
  }
  .fotr_compny_txt {
    margin-left: -55px;
  }
  
}
.step-button {
  width: 44px;
  height: 44px;
}
@media (max-width: 332px) {
  .colm-txt {
    width: 100%;
    left: 0px;
  }
  .fotr_compny_txt {
    margin-left: 0;
    padding-left: 10px;
   }
   .footr_policy_txt {
    padding-left: 10px;
   }
    .fotr_render_txt h5 {
      font-size: 14px;
    }
    .fotr_render_txt p {
      font-size: 10px;
    }
  
    .fotr-intr-txt h5 {
      font-size: 14px;
  
    }
    .fotr-intr-txt ul {
      font-size: 10px;
    }
    .footr_policy_txt h5 {
      font-size: 14px;
  
    }
    .footr_policy_txt ul {
      font-size: 10px;
    }
    .fotr_compny_txt h5 {
      font-size: 14px;
  
    }
    .fotr_compny_txt ul {
      font-size: 10px;
    }
    .f-log {
      width: 100px;
      height: 32px;
      border-radius: 20px;
    }
    .f-sign {
      width: 100px;
      height: 32px;
      border-radius: 20px;
  }
}
