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

section {
  padding: 80px 40px;
}

body {
  background: #000131;
}

img {
  width: 100%;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 70px;
}

h3 {
  font-size: 50px;
}

h4 {
  font-size: 35px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  margin-bottom: 0;
  font-family: "Bangers", cursive;
  line-height: 1.2;
}

ul {
  padding-left: 0;
}
h1 span {
  color: #ffb812;
}
h2 span {
  color: #ffb812;
}

p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

/* header css start */
#header {
  background: #000131;
}
#header .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* transition: all 0.5s linear; */
  padding: 10px;
}
#header .header-logo img {
  max-width: 100%;
  width: 150px;
}
#header .header-nav {
  display: flex;
  align-items: center;
}
#header .social ul {
  display: flex;
}
#header .social ul li:not(:last-child) {
  padding-right: 25px;
}
#header .social {
  padding-left: 20px;
}
#header .social ul i {
  color: #fff;
  font-size: 18px;
  transition: all 0.3s linear;
}
#header .social ul i:hover {
  color: #ffb812;
}
#header .header-menu ul {
  display: flex;
  padding-right: 20px;
  border-right: 1px solid #fff;
}

#header .header-menu ul li:not(:nth-child(3)) {
  padding-right: 25px;
}
#header .header-menu ul li a {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s linear;
}
#header .header-menu ul li a:hover {
  color: #ffb812;
}
#header .hamburger {
  display: none;
}
#header .hamburger {
  height: 20px;
  width: 30px;
  position: relative;
}
#header .hamburger span {
  height: 2px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s linear;
}
#header .hamburger span:nth-child(1) {
  top: 0;
}
#header .hamburger span:nth-child(2) {
  top: 8px;
}
#header .hamburger span:nth-child(3) {
  top: 16px;
}
/* .fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
    background-color: #000131;
} */

/* header css end */

/* banner css start */

#banner {
  background-image: url(../images/bannerbg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -140px;
  padding-top: 140px;
}
#banner .banner-item {
  padding: 30px 0;
}
#banner .banner-text p {
  padding: 15px 0;
}
#banner .banner-text ul li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #000 !important;
  background-color: #ffb812;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 5px;
}
#banner .banner-box .scroll-down ul li {
  text-align: center;
}
#banner .banner-box .scroll-down ul li img {
  max-width: 40px;
}
#banner .banner-box .scroll-down ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
/* banner css end */

/* popular css start */

#popular {
  background-color: #000131;
}
#popular .popular-text {
  padding-left: 30px;
}
#popular .popular-text h2 {
  border-bottom: 3px solid #fff;
  display: inline-block;
  padding-bottom: 10px;
}
#popular .popular-text p {
  padding: 20px 0;
}
#popular .popular-text {
  margin-bottom: 15px;
}
#popular .slider-img img {
  max-width: 400px;
  margin: 0 auto;
  height: 450px;
}
#popular button.owl-prev span {
  color: #fff !important;
  font-size: 50px;
}
#popular button.owl-prev {
  position: absolute;
  bottom: 47%;
  left: 0%;
}
#popular button.owl-next span {
  color: #fff !important;
  font-size: 50px;
}
#popular button.owl-next {
  position: absolute;
  bottom: 47%;
  right: 0%;
}
#popular .owl-dots {
  display: none;
}

/* popular css end */

/* feature css start */

#feature {
  background: url(../images/featurebg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#feature .feature-text {
  padding-left: 40px;
}
#feature .feature-text h2 {
  padding-bottom: 30px;
}
#feature .feature-text h4 {
  font-family: "Bebas Neue", sans-serif;
}
#feature .feature-text ul li {
  padding-bottom: 30px;
  position: relative;
}
#feature .feature-text ul li::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  border: 1px solid #fff;
  left: -8%;
  bottom: 62%;
}
#feature .feature-text ul li:not(:nth-child(4)):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 42px;
  left: -7%;
  background-color: #fff;
  top: 50%;
}
#feature .feature-text ul li h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
#feature .feature-text ul li p {
  font-size: 14px;
}

/* feature css end */

/* play css start */

#play {
  background-color: #000131;
  border-bottom: 1px solid #ffffff40;
}
#play .play-heading {
  text-align: center;
  padding-bottom: 30px;
}
#play .play-text {
  padding-left: 40px;
  position: relative;
}
#play .play-text ul li {
  display: flex;
  align-items: center;
}
#play .play-text ul li:not(:nth-child(3)) {
  padding-bottom: 40px;
}
#play .play-text ul li h4,
#play .play-text ul li p {
  font-family: "Open Sans", sans-serif;
}
#play .play-text ul li h4 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 5px;
}
#play .play-text ul li p {
  font-size: 18px;
}
#play .play-text .number-text {
  padding-left: 30px;
}
iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  height: 100%;
  width: 100%;
}
.iframe-video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.border-arrow::after {
  content: "";
  position: absolute;
}
#play .arrow {
  position: relative;
  height: 100%;
  width: 1px;
  margin: 0 auto;
  background: #43386b;
}
#play .arrow::after {
  content: "";
  position: absolute;
  top: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #43386b;
  transform: translateX(-50%);
}
#play .arrow::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #43386b;
  transform: translateX(-50%);
}

#play .border-animate ul li .number-img {
  position: relative;
  max-width: 90px;
}
#play .border-animate ul li .number-img::before {
  content: "";
  position: absolute;
  left: -44px;
  top: 46%;
  transform: translateY(-50%);
  background: #ffb812;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  outline: 1px solid #43386b;
  outline-offset: 3px;
}
#play .border-animate ul li .number-img::after {
  content: "";
  position: absolute;
  left: -37%;
  width: 32px;
  height: 1px;
  top: 46%;
  transform: translateY(-50%);
  background: #43386b;
}
/* play css end */

/* download css start */

#download {
  background-color: #000131;
}
#download .download-text ul {
  display: flex;
}
#download .download-text ul li {
  padding-right: 15px;
}
#download .download-text ul li img {
  max-width: 200px;
}
#download .download-box .download-text h2 {
  display: inline-block;
  border-bottom: 3px solid;
  padding-bottom: 10px;
}
#download .download-box .download-text p {
  font-size: 16px;
  padding: 15px 0;
}

/* download css start */

/* customer css start */

#customer {
  background-image: url(../images/sliderbg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
#customer .custom-heading h2 {
  text-align: center;
  padding-bottom: 20px;
}
#customer .customer-slider .slide-text p {
  font-size: 17px;
  text-align: center;
  padding-top: 10px;
}
#customer .customer-slider .custom-img {
  width: 100px;
}
#customer .customer-slider .customer-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
#customer .customer-slider .custom-name {
  padding-left: 30px;
}
#customer .customer-slider .custom-name h5 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
}
#customer .customer-slider .custom-name h6 {
  color: #ffb812;
  padding: 10px 0;
  font-family: "Open Sans", sans-serif;
}
#customer .customer-slider .slide-text {
  padding: 0px 120px;
}
#customer .customer-slider .slide-text img {
  max-width: 100px;
  margin: 0 auto;
  opacity: 0.2;
}
#customer .customer-slider .customer-box .custom-name ul {
  display: flex;
}
#customer .customer-slider .custom-name ul li {
  padding-right: 10px;
}
#customer .owl-nav.disabled {
  display: block;
}
#customer .owl-carousel .owl-dots.disabled {
  display: none;
}
#customer button.owl-prev {
  position: absolute;
  top: 45%;
  left: 2%;
}
#customer button.owl-next {
  position: absolute;
  top: 45%;
  right: 2%;
}

/* customer css end */

/* accordion css start */

.accordion-item {
  padding: 10px 15px;
  margin: 25px 0;
  background-color: #000131;
  border-radius: 20px;
  border: 1px solid #4484d1 !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}
.accordion-button:focus {
  box-shadow: none;
}
.section-heading h2 {
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
}
.accordion-button {
  background-color: #000131 !important;
  border-radius: 20px !important;
  padding: 0;
}
.accordion-item .accordion-header h4 {
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding: 10px 0;
}
.accordion-item:first-of-type {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
.accordion-item .accordion-body {
  border-radius: 20px !important;
}
.accordion-item .accordion-body p {
  padding: 20px 0 10px 0;
}
.accordion-item .accordion-body ul {
  list-style-type: disc;
  padding-left: 30px;
}
.accordion-item .accordion-body ol {
  list-style-type: decimal;
  padding-left: 30px;
}
.accordion-item .accordion-body li {
  font-size: 18px;
  color: #fff;
}
.accordion-item .accordion-body a {
  color: #fff;
  font-weight: bold;
}
.accordion-body {
  background-color: #000131 !important;
  padding: 0;
}
.accordion-button::after {
  width: 30px;
  height: 30px;
  margin-left: auto;
  content: "";
  background-image: url(../images/plusimg.png);
  background-repeat: no-repeat;
  background-size: 30px;
  transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/minusimg.png);
  transform: rotate(-180deg);
}
/* accordion css end */

/* footer css start */

#footer {
  background-image: url(../images/footerbg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0px 40px;
  padding-top: 80px;
}
#footer .footer-logo ul {
  display: flex;
  padding-top: 20px;
  justify-content: center;
}
#footer .footer-logo .logo-img img {
  width: 160px;
  display: flex;
  margin: 0 auto;
}
#footer .footer-item h5 {
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
#footer .footer-item ul li {
  padding-bottom: 10px;
}
#footer .footer-item .payment ul li {
  padding-bottom: 0;
}
#footer .footer-item ul li a {
  font-size: 20px;
  color: #d3d3d5;
  font-family: "Open Sans", sans-serif;
}
#footer .footer-item ul li a img {
  max-width: 100px;
}
#footer .footer-item .payment ul {
  display: flex;
}
#footer .footer-item .payment ul li {
  width: 120px;
  padding-right: 10px;
}
#footer .footer-logo ul li:not(:last-child) {
  padding-right: 25px;
}
#footer .footer-logo ul li i {
  color: #fff;
  font-size: 25px;
}
#footer .footer-item {
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
}
#footer .copyright h6 {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding: 30px;
}
/* footer css end */

/* common pages css */
.common-page {
  padding: 20px 0;
}

.common-page h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 60px;
}
.common-page p {
  margin-bottom: 15px;
  font-size: 16px;
}

.common-page h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.common-page ul {
  padding-left: 30px;
  list-style-type: disc;
  margin-bottom: 20px;
}
.common-page ol {
  padding-left: 30px;
  list-style-type: decimal;
  margin-bottom: 20px;
}
.common-page li {
  color: white;
  font-size: 16px;

  margin-bottom: 15px;
}

.common-page a {
  color: #ffb812;
  font-weight: bold;
}

.contect-US .img-box img {
  max-width: 70px;
  display: flex;
  margin: 0 auto;
  background-color: #fdfdfddb;
  padding: 10px;
  border-radius: 100%;
  margin-bottom: 30px;
}

.contect-US .privacy-tit {
  display: block;
  text-align: center;
  font-size: 35px;
  color: white;
}

.contect-US ul li {
  text-align: center;
  font-size: 18px;
  color: white;
}

.contect-US .links > a {
  color: #ffb812;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
}
.contect-US {
  height: 38vh;
  padding: 20px 0;
}

#header .social.mobile {
  display: none;
}

/* popup model scc */

.comming-soon .modal-content {
  background-color: #000131;
}

.comming-soon .modal-header {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.comming-soon h2 {
  color: #ffb812;
  text-align: center;
}

.comming-soon .btn-close {
  background: url("../images/close-white.png") no-repeat;
  opacity: 1;
  background-size: 15px;
  background-position: center;
  box-shadow: none !important;
}

/* .comming-soon .modal-dialog {
  max-width: 50%;
} */

.comming-soon .modal-body {
  padding: 120px 0;
}


/* Delete Account Start */

.delete-acc-section {
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delete-acc-section .delete-card {
  background-color: #ffffff;
  border-radius: 20px;
}

.delete-acc-section .delete-card .card-body .image-box {
  background-color: #000131;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}

.delete-acc-section .delete-card .card-body .image-box img {
  max-width: 200px;
}

.delete-acc-section .delete-card .card-body form .input-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
.delete-acc-section .delete-card .card-body form .input-group.submit-group {
  margin-bottom: 0;
}

.delete-acc-section .delete-card .card-body form .input-group label {
  font-family: "Open Sans", sans-serif;
  color: #000131;
  font-size: 20px;
  font-weight: 500;
}

.delete-acc-section .delete-card .card-body form .input-group input {
  padding: 10px;
  border-radius: 5px !important;
  font-size: 18px;
  border: 1px solid #000131;
}

.delete-acc-section .delete-card .card-body form .input-group button {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #000 !important;
  background-color: #ffb812;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 5px;
  text-transform: capitalize;
  border: 1px solid #000131;
}

/* Delete Account End */