body{ margin: 0px; padding: 0px; font-size: 15px; background-color: #05010D; font-family: "Inter", sans-serif;}
a,a:hover,a:focus{ text-decoration: none !important; }
.btn.focus,.btn:focus{box-shadow: none;}
*{ outline: none !important; }
h1,h2,h3,h4,h5,h6 {}
ul{ margin:0; padding: 0px; }

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1370px;
}


/* Dropdown Menu Styles */
.navbar .dropdown-menu {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar .dropdown-item {
    color: #fff;
}

.navbar .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.process-section .card {    
    transition: transform 0.3s;
}

.process-section .card:hover {
    transform: translateY(-10px);
}



/* Owl Carousel Custom Styles */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -20px;
}

.owl-carousel .owl-dots {
    margin-top: 20px;
}

.owl-carousel .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.3);
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
}



.main-header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: linear-gradient(to bottom, rgba(5, 1, 13, 0.2), rgba(5, 1, 13, 0.2));
    z-index: 9;
}
.main-header nav{
  padding: 0px;
}
.nav-link {
    color: #fff;
    opacity: 0.6;
    font-size: 15px;
    font-weight: 600;
    padding: 2px 12px !important;
}
.nav-link:hover{
  opacity: 0.99;
  color: #fff;
}
.banner-area{
  background: url(../images/banner-shade.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.banner-right-image {
  display: block;
  text-align: right;
}
.banner-right-image img{
  width: 45%;
}
.banner-content-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-area h1{
  font-size: 50px;
  font-weight: bold;
  text-align: left;
}
.btn-primary {
  border: 2px solid #9E8C93;
  background: #fff;
  border-radius: 28px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  margin-right: 15px;
}
.btn-primary:hover{
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #9E8C93;
  color: #000;
}
.btn-secondary {
  border: 2px solid #9E8C93;
  background: none;
  border-radius: 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
}
.btn-secondary:hover{
  background: #9E8C93 !important;
  border: 2px solid #9E8C93;
  color: #000;
}
.business-process{
  padding: 100px 0;
}
.business-process h2{
  font-size: 42px;
  font-weight: bold;
}
.business-process .card-title{
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 15px;
}
.card-image-area {
  background: #2A2731;
  border: 2px solid #fff;
  display: inline-block;
  padding: 35px 45px;
  border-radius: 15px;
  margin-bottom: 15px;
}
.card-image-area img {
  max-width: 100%;
  max-height: 175px;
}
.business-process .card-text{
  color: #fff;
  font-weight: 400;
  font-size: 21px;
}
.why-choose-us {
  padding: 150px 0;
  background: url(../images/choose-bg.png) no-repeat center center;
  background-size: inherit;
}
.why-choose-us h2, .success-stories h2{
  font-size: 42px;
  font-weight: bold;
}
.why-choose-us .text-des{
  font-size: 18px;
  font-weight: 400;
}
.why-choose-us .feature-box{
  padding: 30px 40px;
  position: relative;
}
.right-arw {
  position: absolute;
  top: 69px;
}
.right-arw img {
  max-width: 250px;
}
.why-choose-us .feature-box h5{
  font-size: 24px;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  margin-bottom: 10px;
}
.why-choose-us .feature-box p {
  font-size: 22px;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}

.success-stories{
  background: url(../images/testimonial-bg.png) no-repeat center center;
  background-size: cover;
  padding: 150px 0;
}

.success-stories .card {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff;
  border-radius: 15px;
  margin: auto;
  padding: 35px;
  text-align: left;
  max-width: 85%;
}

.success-stories .card img {
    width: 50px;
    height: 50px;
}
.client-box {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
.success-stories .card-body{
  padding: 0px;
}
.client-dtls h5 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
  font-family: "Outfit", sans-serif;
}
.client-dtls p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px;
  font-style: italic;
}
.success-stories .card-body p{
  color: #fff;
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 15px;
}
.stories-btn {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 33px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 25px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
}
.stories-btn img {
  width: 16px !important;
  height: 16px !important;
}
.success-stories .owl-dots {
  margin-top: 30px !important;
}
.success-stories .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 4px 4px; 
}
.cta-section {
  background: rgba(0, 0, 0, 0.5);
  padding: 80px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.cta-contents{
  display: flex;
  gap: 25px;
  justify-content: space-between;
  align-items: center;
}
.cta-contents h2 {
  font-size: 50px;
  margin-bottom: 0px;
  font-weight: bold;
  background: linear-gradient(to right, #517EDA, #fff, #D72A2A);
  background-clip: text;
  color: transparent;
}
.cta-contents .btn-primary{
  border: none;
}
.cta-contents .btn-primary i{
  margin-left: 5px;
}
.main-footer {
    background: #000;
    padding: 80px 0 25px 0;
}
.fot-logo {
  display: block;
  margin-bottom: 15px;
}
.main-footer p{
  color: #fff;
  font-size: 14px;
}
.fot-box ul{
  padding: 0px;
  margin: 0px;
}
.fot-box ul li{
  list-style: none;
  margin-bottom: 12px;
}
.fot-box ul li a{
   color: #fff;
  font-size: 16px;
}
.fot-box ul li a:hover{
   color: #ccc;
}
.fot-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff;
  font-family: "Outfit", sans-serif;
}
.footer-socials ul li{
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.footer-socials ul li a{
  color: #fff;
  font-size: 30px;
}
.footer-socials ul li a:hover{
  color: #ccc;
  text-decoration: underline;
}
.fot-box form{
  display: flex;
  gap: 10px;
  align-items: center;
}
.fot-box form .form-control {
  background: none;
  border: 1px solid #fff;
  height: 45px;
  border-radius: 30px;
  padding: 5px 22px;
  color: #fff;
  font-size: 15px;
}
.fot-box form .form-control::placeholder{
  color: #fff;
}
.fot-box form button {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 21px;
  rotate: -30deg;
}
.fot-box form button:hover{
  background: #ccc;
}

.signup-area{
  background: url(../images/sign-up-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 200px 0 120px 0;
}
.heads {
  margin-bottom: 25px;
}
.heads h2{
  margin-bottom: 8px;
  font-size: 35px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.heads p{
  margin-bottom: 15px;
  font-size:16px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.heads p a, .form-group p a{
  color: #fff;
  text-decoration: underline !important;
}

.form-group {
  margin-bottom: 30px;
}
.form-group label{
   margin-bottom: 10px;
  font-size:16px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.form-control {
  background: transparent;
  border: 1px solid #fff;
  height: 55px;
  border-radius: 35px;
  padding: 10px 25px;
  color: #fff;
}
.suggession {
  margin: 5px !important;
  font-size: 14px !important;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.form-group p{
  margin-bottom: 15px;
  font-size:16px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.pass-hide{
  float: right;
  color: #ccc;
  font-size: 17px;
  cursor: pointer;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.signup-area .btn-primary {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  padding: 11px 35px;
}
.total-amount {
  padding-top: 100px;
  padding-left: 50px;
}
.form-check {
  color: #fff;
  margin-bottom: 25px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.totals p{
  color: #fff;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 500;
}
.totals p span{
  float: right;
}
.sub-total {
  border-top: 1px solid #fff;
  padding-top: 12px;
  font-size: 18px !important;
  font-weight: bold !important;
  margin-top: 18px !important;
  margin-bottom: 25px !important;
}
.btn-full {
  width: 100%;
}
.payment-bg{
  background: url(../images/payment-bg.jpg) no-repeat center center;
}



.creator-application-area {
	background: transparent;
}
.creator-application-area .login-area {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	border-radius: 24px;
	padding: 80px 30px;
  text-align: center;
}
.creator-application-area .login-area #upload-file {
	display: none;
}
.creator-application-area .login-area .form-control {
	text-align: center;
  border: 3px solid rgba(255, 255, 255, 0.30);
}
.creator-application-area .login-area .form-control::placeholder {
	color: rgba(255, 255, 255, 0.40);
}
.creator-application-area .login-area label.form-control {
	text-align: center;
	line-height: 2.1;
	color: rgba(255, 255, 255, 0.40);
	cursor: pointer;
}


.creator-dashboard {
	padding: 150px 0 0;
}
.creator-dashboard .heads {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.creator-dashboard .creator-grid {
	margin-top: 50px;
}
.creator-grid li {
	background: rgba(255, 255, 255, 0.15);
	padding: 35px 60px;
	border-radius: 30px;
	border: 3px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 38px;
  list-style: none;
}
.creator-grid li h4 {
	font-size: 22px;
	font-weight: 900;
  margin-bottom: 20px;
}
.creator-grid li h4 a {
  color: #fff;
}
.creator-grid li p {
	color: #FCFCFD;
}
.creator-grid .bottom-sec {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
  margin-top: 30px;
}
.creator-grid .user {
	flex: 1 0 0%;
}
.creator-grid .user figure {
	float: left;
	margin: 0;
	width: auto;
	height: 50px;
	overflow: hidden;
	border-radius: 6px;
	border: 2px solid rgba(255, 255, 255, 0.30);
  margin: 0 14px 0 0;
}
.creator-grid .user figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.creator-grid .user span {
	color: #fff;
	font-size: 10px;
	font-weight: 500;
}
.creator-grid .bottom-sec .stories-btn {
	margin: 0;
}
.creator-grid .user h5 {
	color: #fff;
	font-size: 16px;
	margin: 3px 0 0;
}

.business-dashboard {
  padding: 150px 0 0;
}
.business-dashboard .heads {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  margin-bottom: 70px;
}
.business-dashboard .business-links {
	display: flex;
	list-style: none;
	gap: 20px;
}
.business-dashboard .business-links .stories-btn {
	border: 3px solid rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 0 0 #fff;
	background: transparent;
	color: #fff;
	font-size: 10px;
  transition: all .3s;
}
.business-dashboard .business-links .stories-btn:hover {
	border-color: rgba(255, 255, 255, 0.30);
  background: #fff;
  color: #000;
}
.business-dashboard .business-links .active {
	border-color: rgba(255, 255, 255, 0.30);
  background: #fff;
  color: #000;
}


.business-dashboard .filter {
	margin: 0 0 50px;
}
.business-dashboard .grid-box {
	background: rgba(255, 255, 255, 0.23);
	padding: 50px;
	border-radius: 24px;
	border: 5px solid rgba(255, 255, 255, 0.60);
	margin-bottom: 30px;
	text-align: center;
}
.business-dashboard .grid-box figure {
	border-radius: 30px;
  overflow: hidden;
  margin: 0 auto 30px;
  height: 160px;
  max-width: 160px;
}
.business-dashboard .grid-box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.business-dashboard .grid-box h4 {
	font-size: 23px;
	margin: 0 0 5px;
  font-weight: 600;
}
.business-dashboard .grid-box h4 a {
	color: #fff;
}
.business-dashboard .grid-box h5 {
	font-size: 20px;
	margin: 0 0 30px;
  color: #5380EA;
}
.grid-box .rating {
  margin: 0 0 25px;
}

.grid-box .rating i {
	color: #CFA01C;
  margin: 0 2px;
	font-size: 22px;
}
.business-dashboard .grid-box .stories-btn {
	font-size: 10px;
	padding: 6px 14px;
}
.business-dashboard .grid-box .stories-btn img {
	width: 6px !important;
	height: auto !important;
}
.business-dashboard .loader-sec {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}



.create-project {
	padding-bottom: 200px;
}
.form-select {
	background: rgba(255, 255, 255, 0.23);
  border: 3px solid rgba(255, 255, 255, 0.30);
	height: 55px;
	border-radius: 35px;
	padding: 10px 25px;
	color: rgba(255, 255, 255, 0.40);
}
.form-select:focus {
	box-shadow: none;
  border-color: rgba(255, 255, 255, 0.30);
}

.create-project form .form-select {
	text-align: center;
}
.create-project form .name .form-control {
	font-size: 22px;
	font-weight: 600;
	padding-left: 60px;
}
.create-project form #upload-file {
	display: none;
}
.create-project form .last-control .form-control {
	text-align: center;
}
.create-project form .form-control {
  border: 3px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.23);
  color: #fff;
}
.create-project form .form-control::placeholder {
	color: rgba(255, 255, 255, 0.40);
}
.create-project form label.form-control {
	text-align: center;
	line-height: 2.1;
	color: rgba(255, 255, 255, 0.40);
	cursor: pointer;
}
.create-project form textarea.form-control {
  height: 230px;
  padding-left: 60px;
}


.usp-sec {
	background-image: url(../images/banner-shade.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
  padding: 180px 0 150px;
  text-align: center;
}
.usp-sec h1 {
	font-size: 50px;
	font-weight: bold;
  margin-bottom: 40px;
}
.usp-sec h1 span {
	display: block;
}
.usp-sec .stories-btn {
	margin-top: 60px;
  border: 3px solid rgba(0, 0, 0, 0.30);
}
.usp-sec p {
	font-size: 24px;
	font-weight: 300;
}
.usp-sec .success-img {
	margin: 0 auto 30px;
}
.usp-sec p a {
	color: #fff;
	text-decoration: underline !important;
}

/* About page */

.abt-area {
  padding: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.abt-area h3{
  color: #fff;
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  font-family: Inter;
  margin-bottom: 20px;
}
.abt-area p{
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; 
  text-align: left;
}
.text-left{
  text-align: left;
}
.img-responsive{
  max-width: 100%;
}
.mb30{
  margin-bottom: 30px;
}



@media (max-width: 767px) {
.abt-area h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .abt-area {
    padding: 20px;
  }

}

/* Sevices Page CSS */

.our-services {
	padding: 150px 0 0;
  background: url(../images/payment-bg.jpg) no-repeat center center;
}
.our-services .heads {
	margin-bottom: 80px;
}
.heads h1 {
	font-size: 35px;
	color: #fff;
	font-weight: 700;
}
.our-services h2 {
	font-size: 35px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 30px;
}
.our-services .packages {
	margin-bottom: 100px;
}
.our-services .service-package {
	background: rgba(255, 255, 255, 0.15);
	padding: 35px 60px;
	border-radius: 30px;
	border: 3px solid rgba(255, 255, 255, 0.15);
	margin-bottom: 40px;
}
.our-services .service-package h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 25px;
}
.our-services .service-package p {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
  margin-bottom: 35px;
}
.our-services .service-package .price {
	background: #fff;
	border-radius: 30px;
	color: #16121E;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 15px;
	margin: 0 0 30px;
	display: table;
}
.our-services .service-package ul {
	list-style: none;
}
.our-services .service-package li {
	position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
  font-size: 16px;
  color: #fff;
}
.our-services .service-package li img {
	position: absolute;
	left: 0;
	width: 25px;
	height: 25px;
	top: 0;
}
.service-package .stories-btn i {
	rotate: -35deg;
}
#optional-packages .service-package {
	padding: 15px 60px;
  margin-bottom: 20px;
}
#optional-packages .service-package h4 {
	color: #fff;
	margin: 0;
  font-size: 19px;
  font-weight: 700;
}

.srv-banner h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 60px;
}
.srv-banner li {
	position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  list-style: none;
}
.srv-banner li strong {
  font-weight: 800;
}
.srv-banner li img {
	position: absolute;
	left: 0;
	width: 25px;
	height: 25px;
	top: 0;
}

/* Portfolio */

.work-area {
	padding: 150px 0 0;
  background: url(../images/port-bg.png) no-repeat center center;
}
.work-area .filter {
	margin-bottom: 80px;
}
.work-area .filter .form-select {
	background: url("../images/filter-icon.png") no-repeat 90% center;
	border-radius: 0;
	border: transparent;
	padding: 0;
	color: #fff;
	font-size: 24px;
	width: 150px;
  cursor: pointer;
}
.work-area .filter .form-select option {
  color: #000;
}
.work-area .video-item {
  text-align: center;
  margin-bottom: 60px;
}
.work-area .video-item figure {
	position: relative;
}
.work-area .video-item figure .play-button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 70px;
	height: 70px;
	background: rgba(0, 0, 0, 0.50);
	border-radius: 50%;
	padding: 10px;
  border: transparent;
  transition: all .3s;
}
.work-area .video-item figure .play-button:hover {
  transform: scale(1.1);
}
.work-area .video-item figure .play-button img {
  width: 30px;
  margin: auto;
}
.work-area .video-item figure > img {
	width: 100%;
	border-radius: 30px;
	height: 500px;
	object-fit: cover;
}
.work-area .video-item h3 {
	font-size: 28px;
	font-weight: 500;
}
.work-area .video-item h3 a {
	color: #fff;
}
.work-area .video-item p {
	color: #fff;
  font-size: 16px;
}
.work-area .loader-sec {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.work-area .loader-sec .btn-primary {
	margin: 0;
	padding-left: 60px;
	padding-right: 60px;
}



/*============================== Responsive Code Start ==============================================*/

@media only screen and (max-width: 1199px) {
.banner-area h1 {
  font-size: 38px;
}
.business-process h2, .why-choose-us h2, .success-stories h2 , .cta-contents h2{
  font-size: 35px;
}
.business-process .card-title {
  font-size: 20px;
}
.card-image-area {  
  padding: 26px 29px;
}
.card-image-area img {
  max-height: 135px;
}
.business-process .card-text {
  font-size: 17px;
}
.why-choose-us , .success-stories{
  padding: 100px 0;
}
.why-choose-us .feature-box h5{
  font-size: 20px;
}
.why-choose-us .feature-box p {
  font-size: 17px;
}
.success-stories .card {
  max-width: 90%;
}
.cta-section {
  padding: 40px 0;
}
.btn-primary {  
  font-size: 15px;
  padding: 10px 25px;
  margin-right: 0;
}
.main-footer {
  padding: 50px 0 25px 0;
}
.right-arw img {
  max-width: 205px;
}

.business-dashboard .grid-box {
	padding: 25px;
	border-radius: 20px;
}
.business-dashboard .grid-box h4 {
	font-size: 18px;
	margin: 0 0 5px;
}
.business-dashboard .grid-box h5 {
	font-size: 16px;
	margin: 0 0 15px;
}
.grid-box .rating {
	margin: 0 0 10px;
}
.grid-box .rating i {
	margin: 0 1px;
	font-size: 17px;
}
.business-dashboard .grid-box figure {
	border-radius: 20px;
	height: 130px;
	max-width: 130px;
}


}
/*1199*/


@media only screen and (max-width: 991px) {
  .navbar-toggler{
    color: #fff !important;
    border: 1px solid #fff;
  }
  .navbar-collapse {
    background: #1d0a1c;
    padding: 15px 10px;
  }
  .nav-link {
    font-size: 17px;
    padding: 4px 20px !important;
    font-weight: 400;
  }
  .nav-item {
    margin: 0 0 4px 0;
  }
  .banner-area h1 {
    font-size: 32px;
  }
  .btn-primary {
    font-size: 14px;
    padding: 8px 25px;
    margin: 0 10px 10px 0;
  }
  .btn-secondary {  
    font-size: 14px;
    padding: 8px 25px;
  }
  .business-process h2, .why-choose-us h2, .success-stories h2, .cta-contents h2 {
    font-size: 30px;
  }
  .business-process .card-title {
    font-size: 18px;
  }
  .business-process {
    padding: 70px 0;
  }
  .why-choose-us, .success-stories {
    padding: 70px 0;
  }
  .why-choose-us .text-des {
    font-size: 16px;
  }
  .right-arw img {
    max-width: 140px;
  }
  .why-choose-us .feature-box {
    padding: 24px 15px;
    position: relative;
  }
  .why-choose-us .feature-box h5 {
    font-size: 18px;
  }
  .signup-area {
    padding: 150px 0 50px 0;
  }
  .heads h2 {
    font-size: 28px;  
  }
  .heads p {
    font-size: 15px;  
  }
  .form-control { 
    height: 50px;
    padding: 7px 25px;
  }
  .pass-hide {  
    font-size: 15px;
  }
  .business-dashboard .business-links {
    gap: 5px;
  }









}
/*991*/

@media only screen and (max-width: 767px) {
  .banner-right-image img {
    width: 100%;
  }
  .banner-content-area {
    position: relative;  
    height: auto;
    padding: 70px 0;
    text-align: center;
  }
  .banner-area h1 {
    font-size: 27px;
    text-align: center;
  }
  .right-arw{
    display: none;
  }
  .success-stories .card {
    max-width: 100%;
  }
  .success-stories .card-body p {  
    font-size: 16px;
    margin-bottom: 10px;
  }
  .success-stories .card{
    padding: 25px;
  }
  .cta-contents {
    display: block;
    text-align: center;
  }
  .cta-contents h2{
    margin-bottom: 20px;
  }
  .fot-box {
    margin: 25px 0;
  }
  .heads h2 {
    font-size: 24px;
  }
  .signup-area .btn-primary {
    font-size: 16px;
    padding: 10px 30px;
  }
  .total-amount {
    padding-top: 20px;
    padding-left: 0;
  }



  .creator-application-area .login-area {
    border-radius: 15px;
    padding: 25px 20px 10px;
  }
  .creator-application-area .form-group {
    margin-bottom: 15px;
  }
  .creator-application-area .login-area .form-control {
    border-width: 2px;
    font-size: 14px;
  }
  .business-dashboard {
    padding: 100px 0 0;
  }
  .business-dashboard .business-links {
    gap: 10px;
  }
  .business-dashboard .business-links .stories-btn {
    border-width: 2px;
    padding: 6px 18px;
  }
  .business-dashboard .heads {
    margin-bottom: 30px;
  }
  .create-project {
    padding-bottom: 30px;
  }
  .create-project form .form-group {
    margin-bottom: 15px;
  }
  .create-project form .name .form-control {
    font-size: 16px;
    padding-left: 25px;
  }

  .create-project form textarea.form-control {
    height: 120px;
    padding-left: 15px;
  }
  .create-project form textarea.form-control, .create-project form .form-control {
    border-radius: 10px;
    border-width: 2px;
    text-align: left !important;
    padding: 7px 25px !important;
  }
  .create-project form .form-select {
    border-radius: 10px;
    text-align: left;
  }
  .create-project form label.form-control {
    margin: 0;
  }


  .usp-sec h1 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .usp-sec p {
    font-size: 14px;
  }
  .usp-sec .stories-btn {
    margin-top: 20px;
  }
  .usp-sec {
    padding: 130px 0 80px;
  }
  .business-dashboard .filter {
    margin: 0 0 30px;
  }
  .business-dashboard .filter .stories-btn img {
    width: 13px !important;
    height: 12px !important;
  }
  .business-dashboard .grid-box {
    padding: 15px 10px;
    border-radius: 12px;
    border-width: 2px;
  }
  .business-dashboard .grid-box figure {
    border-radius: 8px;
    height: 90px;
    max-width: 90px;
    margin: 0 auto 10px;
  }
  .business-dashboard .grid-box h4 {
    font-size: 15px;
  }
  .business-dashboard .grid-box h5 {
    font-size: 13px;
    margin: 0 0 10px;
  }
  .grid-box .rating i {
    margin: 0 -1px;
    font-size: 13px;
  }
  .business-dashboard .loader-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .business-dashboard .loader-sec .stories-btn {
    font-size: 14px;
  }

  .creator-dashboard {
    padding: 100px 0 0;
  }
  .creator-dashboard .creator-grid {
    margin-top: 30px;
  }
  .creator-grid li {
    padding: 20px;
    border-radius: 20px;
    border-width: 2px;
    margin-bottom: 15px;
  }
  .creator-grid li h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .creator-grid li p {
    font-size: 13px;
  }
  .creator-grid .bottom-sec {
    margin-top: 20px;
  }

  .our-services {
    padding: 100px 0 0;
  }
  .our-services .heads {
    margin-bottom: 25px;
  }
  .heads h1 {
    font-size: 30px;
  }
  .our-services h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .our-services .service-package {
    padding: 20px;
    border-radius: 20px;
    border-width: 2px;
    margin-bottom: 15px;
  }
  .our-services .service-package h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .our-services .service-package p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .our-services .service-package li {
    padding-left: 24px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .our-services .service-package li img {
    width: 15px;
    height: 15px;
    top: 2px;
  }


  .work-area .video-item figure > img {
    border-radius: 20px;
    height: 400px;
  }
  .work-area .video-item {
    margin-bottom: 30px;
  }
  .work-area .video-item h3 {
    font-size: 22px;
  }
  .work-area .video-item p {
    font-size: 14px;
  }
  .work-area .loader-sec {
    padding-top: 20px;
    padding-bottom: 40px;
  }

}
/*767*/


@media (max-width: 567px) {
  .creator-application-area .form-group .btn {
    width: 100%;
  }
  .create-project form .btn {
    width: 100%;
  }
  .business-dashboard .grid-box .stories-btn {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  
  .creator-grid .bottom-sec {
    display: block;
  }
  .creator-grid .bottom-sec .user {
    margin-bottom: 20px;
  }
  .creator-grid .bottom-sec .stories-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .our-services .service-package .price {
    font-size: 13px;
    padding: 6px 13px;
    margin: 0 0 20px;
  }
  .our-services .packages .stories-btn {
    padding-left: 24px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }
  .our-services .packages {
    margin-bottom: 35px;
  }
  #optional-packages .service-package {
    padding: 12px 20px;
    margin-bottom: 15px;
    border-radius: 40px;
  }
  #optional-packages .service-package h4 {
    font-size: 15px;
  }

  .srv-banner h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .srv-banner li {
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .srv-banner li img {
    width: 15px;
    height: 15px;
    top: 4px;
  }
}








