* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul li {
  list-style: none;
}
ul li a {
  text-decoration: none;
}
ol,
ul {
  padding-left: 0px;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0px;
}
a {
  text-decoration: none;
}
a:hover{
  color: #fff;
}
a,
button {
  color: inherit;
}
body {
  background: #100a19 !important;
}
@font-face {
  font-family: "DMSans-Thin";
  src: url(../fonts/DMSans-Thin.ttf);
}
@font-face {
  font-family: "DMSans-Light";
  src: url(../fonts/DMSans-Light.ttf);
}
@font-face {
  font-family: "DMSans-Regular";
  src: url(../fonts/DMSans-Regular.ttf);
}
@font-face {
  font-family: "DMSans-Medium";
  src: url(../fonts/DMSans-Medium.ttf);
}
@font-face {
  font-family: "DMSans-SemiBold";
  src: url(../fonts/DMSans-SemiBold.ttf);
}
@font-face {
  font-family: "DMSans-Bold";
  src: url(../fonts/DMSans-Bold.ttf);
}
@font-face {
  font-family: "Oswald-Light";
  src: url(../fonts/Oswald-Light.ttf);
}
@font-face {
  font-family: "Oswald-Regular";
  src: url(../fonts/Oswald-Regular.ttf);
}
@font-face {
  font-family: "Oswald-Medium";
  src: url(../fonts/Oswald-Medium.ttf);
}
@font-face {
  font-family: "Oswald-SemiBold";
  src: url(../fonts/Oswald-SemiBold.ttf);
}
@font-face {
  font-family: "Oswald-Bold";
  src: url(../fonts/Oswald-Bold.ttf);
}
@font-face {
  font-family: "times";
  src: url(../fonts/times.ttf);
}

.img-box {
  position: relative;
  width: 100%;
}
.my-100 {
  margin-top: 100px;
}
.my-60 {
  margin-top: 60px;
}
.my-50 {
  margin-top: 50px;
}
.my-40 {
  margin-top: 40px;
}
.my-25 {
  margin-top: 25px;
}
.my-15 {
  margin-top: 15px;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
.navbar {
  width: 100%;
  background: transparent;
  box-shadow: none;
}
.navbar.scrolled {
  background: #100a19;
  border-bottom: 1px solid #fff;
}
.navbar-brand {
  margin-right: 0;
}
.navbar .navbar-brand img {
  width: 180px;
}
.navbar-nav .nav-item {
  position: relative;
  padding: 0px 20px;
}
.navbar-nav .nav-item a {
  position: relative;
  font-family: "DMSans-Regular";
  font-size: 18px;
  line-height: normal;
  align-items: center;
  color: #fff;
  padding: 0px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0 !important;
}
.navbar-toggler {
  border: none;
  padding: 0;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 5px;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-nav .nav-link.active {
  color: #fff;
}
.active-menu:after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 20px;
  color: #fff;
  bottom: -6px;
  left: 20px;
}
.active-menu:before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 14px;
  color: #fff;
  bottom: -6px;
  left: 45px;
}
.navbar li ul {
  display: none;
}
.navbar li:hover > ul {
  display: block;
  position: absolute;
  border-radius: 0px;
  z-index: 1;
  min-width: max-content;
  background: #fff;
  padding: 10px;
}
.navbar li:hover > ul li {
  padding: 10px;
  color: #100a19;
}
.navbar li:hover > ul li a {
  color: #100a19;
}
.navbar li:hover li {
  float: none;
}
.navbar .main-navigation li ul li {
  border-top: 0;
}
.navbar ul ul ul {
  left: 100%;
  top: 0;
}
.login-btn {
  position: relative;
  font-family: "DMSans-Medium";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  border: none;
  border-radius: 7px;
  background: linear-gradient(
    90deg,
    rgb(214, 25, 172) 0%,
    #ff0000b3 50%,
    rgb(214, 25, 172) 100%
  );
  padding: 13px 20px;
  display: inline-block;
  margin-left: 50px;
}

.banner-img {
  position: relative;
  width: 100%;
}
.main_banner {
  position: relative;
  height: 100vh;
  width: 100%;
  background-image: url(../hero-bg.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_banner::before {
  position: absolute;
  content: "";
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  top: 0;
}
.banner-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  min-width: 740px;
}
.banner-tagline {
  position: relative;
  font-family: "DMSans-Medium";
  font-size: 22px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
}
.banner-title {
  position: relative;
  font-family: "Oswald-SemiBold";
  font-size: 68px;
  line-height: 76px;
  color: #fff;
  text-transform: uppercase;
}
.banner-p {
  position: relative;
  font-family: "DMSans-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  padding: 15px 80px;
}
.primary_btn {
  position: relative;
  font-family: "DMSans-Medium";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  border: none;
  border-radius: 7px;
  background: linear-gradient(
    90deg,
    rgb(214, 25, 172) 0%,
    #ff0000b3 50%,
    rgb(214, 25, 172) 100%
  );
  padding: 13px 40px;
  display: inline-block;
  cursor: pointer;
}
.light-bg-text {
  position: relative;
  font-family: "Oswald-Bold";
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
  font-size: 120px;
  line-height: normal;
  letter-spacing: 25px;
  text-align: center;
  opacity: 0.1;
  margin-top: -80px;
  z-index: -1;
}
.about-home-box {
  position: relative;
  padding: 100px 0px;
}
.about-title {
  position: relative;
  font-family: "Oswald-SemiBold";
  font-size: 58px;
  line-height: 64px;
  color: #fff;
  text-transform: uppercase;
}
.about-subtitle {
  position: relative;
  font-family: "Oswald-Medium";
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
  padding: 30px 0px;
}
p {
  position: relative;
  font-family: "DMSans-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #b1b1b1;
}
.music-shape-box {
  position: absolute;
  bottom: 0;
  opacity: 0.1;
  z-index: -1;
}

.count-box {
  position: relative;
  background: #36223b;
  padding: 50px;
  border-radius: 15px;
  border: 2px solid #4d3c50;
  margin-top: 60px;
}
.client_box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.count-icon {
  position: relative;
  font-size: 30px;
  color: #fff;
  background: #d619ac;
  padding: 15px;
  border-radius: 7px;
  display: inline-block;
  line-height: 30px;
}
.count_text {
  position: relative;
  font-family: "Oswald-SemiBold";
  font-size: 36px;
  line-height: normal;
  margin-bottom: 0;
  color: #fff;
}
.count_title {
  position: relative;
  font-family: "DMSans-Regular";
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
  color: #fff;
  padding-top: 5px;
}
.albums-box{
  margin-top: 50px;
}
.albums-box img {
  position: relative;
  border: 2px solid #4d3c50;
  border-radius: 5px;
}
.albums-title {
  position: relative;
  font-family: "Oswald-Medium";
  font-size: 30px;
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
}
.musicshow-box {
  position: relative;
  margin-top: 40px;
  padding: 20px;
  background: #343434;
  border-radius: 10px;
}
.music-shoe-img {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.music-show-title {
  position: relative;
  font-family: "Oswald-Medium";
  font-size: 30px;
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
}
.show-date {
  position: relative;
  font-family: "DMSans-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
}
.gallery-img {
  position: relative;
  width: 100%;
  border: 2px solid #4d3c50;
  margin-top: 30px;
  border-radius: 5px;
}
.video-box {
  position: relative;
  width: 100%;
}
.artists-box {
  position: relative;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.artists-name {
  position: relative;
  font-family: "Oswald-Medium";
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
}
.blog-box {
  position: relative;
  margin-top: 40px;
}
.blog-date {
  margin-bottom: 10px;
  margin-top: 20px;
  color: #b1b1b1;
}

/*# footer-css */
.footer_box {
  position: relative;
  background-image: url(../footer-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 50px 0px 20px;
  margin-top: 100px;
}
.footer-col {
  position: relative;
  flex: 0 0 auto;
  width: auto;
  margin-top: 20px;
}
.footer_row {
  justify-content: space-between;
}
.footer_logo{
  max-width: 160px;
  margin-bottom: 15px;
}
.footer_p_text {
  position: relative;
  font-family: "DMSans-Regular";
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin: 15px 0px 0px 0px;
}
.footer_box i {
  margin-right: 15px;
}
.footer_link_box h5 {
  position: relative;
  color: #fff;
  font-family: "Oswald-Medium";
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer_link_box ul li {
  padding: 10px 0px;
}
.footer_link_box li a {
  color: #fff;
  font-family: "DMSans-Regular";
  font-size: 18px;
}
.copy-right {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #fff;
  justify-content: center;
}
.copy-right-text {
  position: relative;
  text-align: center;
  color: #fff;
  font-family: "DMSans-Regular";
  font-size: 18px;
}

.inner-box {
  position: relative;
  background: url(../inner-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.inner-content-box {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.breadcrumb {
  margin-top: 15px;
  margin-bottom: 0;
}
.breadcrumb li {
  position: relative;
  color: #fff;
  font-family: "DMSans-Regular";
  font-size: 20px;
  display: flex;
  margin: 0px 5px;
  text-transform: uppercase;
}
.breadcrumb li:not(:last-child)::after {
  display: block;
  align-self: center;
  width: 18px;
  height: 2px;
  content: "";
  -webkit-transform: rotate(115deg);
  transform: rotate(115deg);
  background-color: #fff;
  margin-left: 15px;
}
.stex-icon {
  color: #fff;
  font-size: 36px;
}
.why-us-box {
  position: relative;
  background: #36223b;
  padding: 30px;
  border-radius: 15px;
  border: 2px solid #4d3c50;
}
.why-us-box li {
  position: relative;
  font-family: "DMSans-Regular";
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin: 10px 0px 10px 25px;
  list-style: disc;
}

.music-plan-box {
  position: relative;
  background: #36223b;
  border: 2px solid #4d3c50;
  width: 100%;
}
.music-plan-box tr th {
  position: relative;
  font-family: "DMSans-Regular";
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  background: transparent;
  letter-spacing: 1px;
  padding: 15px;
  text-align: center;
}
.music-plan-box tr td{
  position: relative;
  font-family: "DMSans-Regular";
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  background: transparent;
  padding: 15px;
  text-align: center;
}
.music-plan-box tbody tr:last-child td{
  position: relative;
  font-family: "DMSans-Semibold";
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 1px;
  padding: 15px;
  text-align: center;
}
.event-img{
  position: relative;
  width: 100%;
  border-radius: 100%;
}
.ul-li-box li {
  position: relative;
  font-family: "DMSans-Regular";
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin: 10px 0px 10px 25px;
  list-style: disc;
}
.link-text{
  position: relative;
  font-family: "DMSans-Regular";
  color: #fff;
  font-size: 20px;
  line-height: normal;
}

.pagination {
  justify-content: center;
  margin-top: 25px;
}
.page-link {
  background: transparent;
  color: #fff;
  border-radius: 50px;
  margin: 0px 10px;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 14px;
}
.page-item:last-child .page-link{
  border-radius: 50px
}
.page-item:first-child .page-link{
  border-radius: 50px
}

.event-sub-banner::before {
  position: absolute;
  content: "";
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  top: 0;
}
.event-banner1 {
  position: relative;
  background: url(../DJParty-Events-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
}
.event-banner2 {
  position: relative;
  background: url(../Wedding-Event-bg.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
}
.event-banner3 {
  position: relative;
  background: url(../quincenera-event-bg.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
}
.event-banner4 {
  position: relative;
  background: url(../Private-parties-bg.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
}
.event-banner5 {
  position: relative;
  background: url(../Club-Events-bg.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
}

.form-label {
  position: relative;
  font-family: "DMSans-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
}
.form-control {
  width: 100%;
  position: relative;
  font-family: "DMSans-Regular";
  padding: 10px 20px;
  margin-bottom: 1rem;
  border: 1px solid #4d3c50;
  color: #4d3c50;
  border-radius: 8px;
}
.form-select{
  width: 100%;
  position: relative;
  font-family: "DMSans-Regular";
  padding: 10px 20px;
  margin-bottom: 1rem;
  border: 1px solid #4d3c50;
  color: #4d3c50;
  border-radius: 8px;
}
textarea {
  width: 100%;
  position: relative;
  font-family: "DMSans-Regular";
  padding: 13px 20px;
  margin-bottom: 1rem;
  border: 1px solid #4d3c50;
  color: #4d3c50;
  border-radius: 8px;
}
.news-input {
  width: 100%;
  position: relative;
  font-family: "Montserrat-Medium";
  padding: 13px 20px;
  border-radius: 0;
  margin: 20px 0px;
  border: 2px solid #4d3c50;
  border-radius: 5px;
  background: #fff;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
}
.play-pause-btn{
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}


.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  height: 56px;
  background: transparent;
  border: 0;
}
.play-btn img{
  border: 0;
}
.dj-questioneer-box{
  position: relative;
  background: #36223b;
  padding: 20px;
  border-radius: 15px;
  border: 2px solid #4d3c50;
}
.dj-questioneer-title {
  position: relative;
  font-family: "DMSans-Medium";
  font-size: 24px;
  line-height: normal;
  color: #fff;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

.music-plan-box th,
.music-plan-box td {
  vertical-align: middle;
  text-align: center;
}

.main-part{
  padding-top: 130px;
}
.inner-bg-box{
  padding-top: 40px;
  text-align: center;
  border-top: 2px solid #36223b;
}
.inner-bg-box .breadcrumb{
  justify-content: center;
}

.white-bg {
  margin-top: 30px;
}


.white-bg {
  margin: 0 auto;
  max-width: 1360px;
  background: transparent;
}

.checkout-main .white-bg {
  border-top: 0;
  padding: 30px 0 0;
}

.page-title h1, .page-title h2 {
  color: #fff;
}

.one-page-checkout .step {
  padding: 10px;
  background-color: transparent;
  background: #36223b;
  padding: 15px;
  border-radius: 15px;
  border: 2px solid #4d3c50;
}

.blackbold8{
  font-size: 16px;
  font-weight: 400;
  font-family: "DMSans-Regular";
  color: #fff;
}

.info {
  font-family: "DMSans-Medium";
  font-size: 14px;
  color: #b1b1b1;
}

.button.continue {
  position: relative;
  font-family: "DMSans-Regular";
  font-size: 14px;
  line-height: normal;
  color: #fff;
  border: none;
  border-radius: 7px;
  background: linear-gradient(90deg, rgb(214, 25, 172) 0%, #ff0000b3 50%, rgb(214, 25, 172) 100%);
  padding: 13px 40px;
  display: inline-block;
}

#opc-login h4{
  font-family: "DMSans-Regular";
  color: #fff;
  font-size: 14px;
}


#opc-login h3{
 font-family: "DMSans-Medium";
 color: #fff;
}

#checkout-step-login .col2-set .col-2{
 background-color: transparent;
}

.form-list input.input-text{
 width: 100%;
}

.one-page-checkout .buttons-set .f-right {
  margin-top: 0;
  color: #fff;
  font-size: 14px;
  font-family: "DMSans-Regular";
}

.form-list label{
  font-family: "DMSans-Medium";
  font-size: 16px;
  color: #fff;
}

.buttons-set input{
  position: relative;
  font-family: "DMSans-Regular";
  font-size: 14px;
  line-height: normal;
  color: #fff !important;
  border: none;
  border-radius: 7px;
  background: linear-gradient(90deg, rgb(214, 25, 172) 0%, #ff0000b3 50%, rgb(214, 25, 172) 100%);
  padding: 13px 40px;
  display: inline-block;
}

.header1{
  color: #fff;
  font-family: "DMSans-Regular";
}
.instructions{
  font-family: "DMSans-Medium";
  font-size: 14px;
  color: #b1b1b1;
}
button.button{
  position: relative;
  font-family: "DMSans-Regular";
  font-size: 14px;
  line-height: normal;
  color: #fff !important;
  border: none;
  border-radius: 7px;
  background: linear-gradient(90deg, rgb(214, 25, 172) 0%, #ff0000b3 50%, rgb(214, 25, 172) 100%);
  padding: 13px 40px;
  margin: 5px;
  display: inline-block;
}

.register_main .white-bg{
  border-top: 0;



}

.button.continue:hover{
  background: #d619ac;
}
.alert{
  background-color: #FAF8ED !important;
}
.cartItemDesc{
  font-family: "DMSans-Regular";
  font-size: 14px;
  color: #fff;
}
.button.btn-continue{
  background: #d619ac;
}
label{
  font-family: "DMSans-Medium";
  font-size: 14px;
  color: #fff;
}
.note {
  font-family: "DMSans-Regular";
  font-size: 16px;
  color: #fff;
}
#cphMain_CartPanel .white-bg {
  border-top: 0;
}
.orderProcessSectionTitle{
  color: #fff;
}


.cattitle{
  color: #fff;
}
td{
  font-family: "DMSans-Regular";
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
th{
  font-family: "DMSans-Regular";
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.listHeader{
  color: #fff;
}
#cphMain_divDetail .white-bg {
  border-top: 0;
}

#cphMain_feConfirmFrame table {
  background: transparent !important;
  border: 0 !important;
}

.billing_infor_text{
  font-family: "DMSans-Regular";
  font-size: 16px;
  line-height: 24px;
}
div#cphMain_pnlConfirmCode {
  text-align: left;
  margin: 15px 0px;
  font-size: 16px;
}
.order_process_new_main .white-bg{
  border-top: 0;
}

.cartPrice {
  font-family: "DMSans-Regular";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
  padding-right: 0;
}

.pro-img-thumb a img {
  border: 0px none;
  width: 100%;
  min-height: 150px;
  max-height: 150px;
  object-fit: cover;
}

.cartBoxedTitle{
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
.more-views li a img {
  width: 100%;
  object-fit: cover;
  min-height: 78px;
  position: relative;
  max-height: 78px;
}

/* new-css */
.services-contact-box{
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-top: 25px;
  font-family: "times";
}
.services-contact-box .count_text{
  color: #000;
  font-family: "times";
  font-size: 24px;
  margin-bottom: 15px;
}
.services-contact-box p, .services-contact-box .form-label{
  color: #000;
  font-family: "times";
}
.services-contact-box .ul-li-box li{
  color: #000;
  font-family: "times";
}
.services-contact-box .dj-questioneer-title{
  font-family: "times";
  color: #000;
  margin-bottom: 15px;
}
.services-contact-box .form-control{
  font-family: "times";
}
.agreement-date-input{
  position: relative;
  font-family: "times";
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  color: #000;
  min-width: 100px;
}
.agreement-date-input::placeholder{
  color: #000;
}
.agreement-date-input:focus{
  outline: 0;
}
.details-text{
  font-family: "times";
  position: relative;
  color: #000;
  margin-bottom: 5px;
}
.upload-box {
  width: 100%;
  max-width: 300px;
  height: 100px;
  border: 2px dashed #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "times";
  font-size: 18px;
  color: #000;
  background: #f7f7f7;
}
.upload-box input {
  display: none;
}

.book-services-modal .form-label{
  color: #000;
}
.book-services-modal .deposit-box {
  background: #f0f8ff;
  border: 1px dashed #0d6efd;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  font-family: "DMSans-Medium";
  font-size: 18px;
  color: #000;
}
.book-services-modal .modal-title{
  color: #000;
}

.plan-details-box{
  display: flex;
  justify-content: space-between;
}
.plan-details-box span{
  position: relative;
  font-family: "DMSans-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
}
.total-checkout-box{
  display: flex;
  justify-content: space-between;
  position: relative;
  font-family: "DMSans-Medium";
  font-size: 20px;
  line-height: normal;
  color: #fff;
  padding-top: 10px;
  border-top: 1px solid #fff;
  margin: 15px 0px;
}
.payment-title{
  position: relative;
  font-family: "DMSans-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
}
.hidden {
  display: none;
}

.desktop-pricing {
  display: block;
}
.mobile-pricing {
  display: none;
}
.price-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.plan-header {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  background: #100a19;
  padding: 15px;
  border-radius: 10px;
}
.plan-header h3 {
  position: relative;
  font-family: "DMSans-SemiBold";
  font-size: 22px;
  margin-bottom: 5px;
  color: #fff;
}
.plan-price {
  position: relative;
  font-family: "DMSans-Bold";
  font-size: 34px;
  line-height: normal;
  color: #ff6a00;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
  position: relative;
  font-family: "DMSans-Medium";
  color: #000;
}
.feature-list li i {
  color: #28a745;
  margin-right: 8px;
}
.social-ulbox {
  display: flex;
  gap: 15px;
}