/*============================================

 

==============================================
    
    CSS INDEX
    ===================
	
    1. IMPORT GOOGLE FONT
	2. HEADER AREA
	3. SLIDER AREA
	4. SERVICE AREA
	5. ABOUT AREA
	6. SECTION HEADDING STYLE
	7. AWESOME FEATURES AREA
	8. HOW WORK AREA
	9. FUN FACT AREA
	10. DOWNLOAD BUTTON AREA
	11. PRICING AREA
	12. TESTIMONIAL AREA
	13. TEAM AREA
	14. SUBCRIBE FORM AREA
	15. CONTACT FORM AREA
	16. CONTACT INFORMATION AREA
	17. CONTACT SOCIAL AREA
	18. HOMEPAGE TWO
	19. VIDEO BACKGROUND AREA
	20. ScreenShot Area
	21. ScrollUp
	
===========================================================*/

/* ============= 1. IMPORT GOOGLE FONT ============= */
 
  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
 
@import url("css/shortcode/default.css");

/* ============= 2. HEADER AREA ============= */

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: "/";
}
.breadcrumb-item.active {
  color: #000;
}


.text_gradient {
    background: linear-gradient(206deg, #12181a 7.62%, #0e1617 90.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     
}

header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  /* border: 2px black solid; */
 
}
.navbar .container {
    flex-wrap: nowrap;
    
}
.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    top: 0;
    border-width: 0 0 1px;
    right: 0;
    left: 0;
    z-index: 1030;
}
  .navbar {
    border-radius: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s;
    background: #ffffff14;
    backdrop-filter: blur(10px);
    background: #178EA9;
     background: linear-gradient(179deg, #ffffff 0%, #ffffff 100%);
  }
  .navbar.navbar-fixed-top {
 background: linear-gradient(179deg, #ffffff 0%, #ffffff 100%);
    padding: 0;
    backdrop-filter: blur(26px);
    border: 1px solid black;
  }




  .main_img {
    max-width: 850px;
    margin-bottom: -22px;
}
  .navbar-brand {
    padding: 13px 0;
    display: block;
  } 

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar-brand > img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-width: fit-content;
    
}
 

.navbar-brand > img {
  max-width: 195px;
  /* height: 90px; */
}


.navbar-expand-md .navbar-collapse {
    flex-grow: unset;
}
.navbar-nav li a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    transition: all 0.3s ease 0s;
    font-family: 'Poppins', sans-serif;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding: 10px 15px;
}
.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    opacity: 0.6;
    color: #000;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  opacity: 1;
  color: #fff;
}
.navbar-expand-md .navbar-nav li a.download-btn {
  border: 1px solid #333333;
  border-radius: 4px;
  padding: 8px 30px;
  transition:.3s;
}
.navbar-nav li a.download-btn:hover {
  background: #f75160 none repeat scroll 0 0;
  border-color: #f75160;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
}

/* ============= 3. SLIDER AREA ============= */
.hero-area {
  background-image: url(img/main_bg_img.png);
  background-size: cover;
  background-position: center center;
  /* height: 100vh; */
  z-index: 1;
  position: relative;
  color: #000;
  padding-top: 131px;
  padding-bottom: 21px;
  background-color: #fff;
}
.parallax {
  background-attachment: fixed;
}
.slider {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -o- flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.slider h2 {
    color: #000;
    margin: 21px 0 26px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    max-width: 100%;
    text-shadow: -6px 3px 8px #00000033;
    line-height: 1.4;
    font-weight: 900;
}

.hero-text h5 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 34px;
  line-height: 1.5;
}

.hero-text .top_txt {
    font-size: 28px;
    font-weight:800;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}



.hero-btn i {
    font-size: 130%;
}


.slider p {
  color: #fff;
  font-size: 18px;
  margin: 0 0 35px;
  padding-right: 28%;
}
.slider-thumb {
  position: absolute;
  bottom: 0;
  right: 0%;
  z-index: 3;
}
.hero-btn {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 13px 34px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  /* box-shadow: -1px 2px 0 0 #FDBF47; */
  border-radius: 12px;
  /* border: 2px solid #f2f2f273; */
  background: linear-gradient(206deg, #111617 7.62%, #060c0d 90.86%);
  font-family: 'Poppins', sans-serif;
  /* text-shadow: 2px 2px 0px #000000cf; */
  min-width: 290px;
  text-align: center;
  transition: 0.2s all;
}
.hero-btn:hover, .about-content > .hero-btn:hover {
  background: linear-gradient(206deg, #131d20 7.62%, #101b1e 90.86%);
  color: #ffffff;
  text-decoration: none;
  transition: 0.2s all;
}


.hero-text p.he-p {
  padding: 0 22%;
  line-height: 30px;
}

/* Slider Nav */
.background-area .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-size: 38px;
  height: 50px;
  left: -56px;
  line-height: 45px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.4s ease 0s;
  width: 50px;
  z-index: 999;
}
.background-area .owl-nav .owl-next {
    left: auto;
    right: -56px;
}
.background-area:hover .owl-nav div {
    left: 10px;
}
.background-area:hover .owl-nav .owl-next {
    left: auto;
    right: 10px;
}
.background-area .owl-nav div:hover {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
}
.image-1 {background-image: url("img/slider/4.png");}
.slide-animation {
  left: -15px;
  position: absolute;
  z-index:-9;
}

/* team section */


.section-team {
	font-family: "Poppins", sans-serif;
	padding: 80px 0;
}

.section-team .header-section {
	margin-bottom: 50px;
}

.section-team .header-section .small-title {
    margin-bottom: 25px;
	font-size: 16px;
    font-weight: 500;
    color: #3e64ff;
}

.section-team .header-section .title {
    font-weight: 700;
    font-size: 45px;
}

.section-team .single-person {
  margin-top: 30px;
  padding: 30px;
  background-color: #f2f2f2;
  border-radius: 15px;
  transition: 0.3s a;
  height: 100%;
}

.section-team .single-person:hover {
  background: linear-gradient(to right, #178EA9, #178EA9);
}

.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 2px dashed transparent;
    transition: padding .3s;
}

.section-team .single-person:hover .person-image {
	padding: 12px;
    border: 2px dashed #fff;
}

.section-team .single-person .person-image img {
	width: 100%;
    border-radius: 50%;
}

.section-team .single-person .person-image .icon {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to right, #016cec, #00b5f7);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}

.section-team .single-person:hover .person-image .icon {
	background: none;
	background-color: #fff;
	color: #016cec;
}
.person-info{
  text-align: center;
}
.section-team .single-person .person-info .full-name {
	margin-bottom: 10px;
	font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.section-team .single-person .person-info .speciality {
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
	color: #fff;
}


/* team sec end */








.section-services {
  font-family: "Poppins", sans-serif;
  background-color: #e6edf7;
  color: #202020;
  padding-top: 115px;
    padding-bottom: 120px;
}

.section-services .header-section {
  margin-bottom: 34px;
}

.section-services .header-section .title {
  position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
  font-weight: 700;
    font-size: 32px;
}

.section-services .header-section .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #178EA9;
  border-radius: 3px;
}

.section-services .header-section .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
    transform: translateX(30px);
  width: 10px;
  height: 3px;
  background-color: #504f93;
    border-radius: 3px;
}

.section-services .header-section .description {
  font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    /* border-radius: 10px; */
    padding: 40px 30px;
    overflow: hidden;
}

.section-services .single-service .content {
  position: relative;
  z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #178EA9; 
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
  width: 100%;
  height: 100%;
  transform: none;
  border: 0;
  border-radius: 0;
  opacity: 1;
}

.section-services .single-service .icon {
  display: inline-block;
  margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #178EA9;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
  background-color: #fff;
  color: #ff4500;
}

.section-services .single-service .title {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 17px;
  transition: color .3s;
  margin: 0;
}

.section-services .single-service:hover .title {
  color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
  color: #fff;
}

.section-services .single-service a {
  position: relative;
  font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
  color: #fff;
}

.section-services .single-service a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ff4500;
  transition: background-color .3s;
}

.section-services .single-service:hover a:after {
  background-color: #fff;
}














/*  down row   */

.header-section h2 {
  font-size: 35px;
}

.ab_sec h2.pp_title {
  text-align: left;
  font-size: 50px;
  max-width: 950px;
  line-height: 1.2;
  margin: 0 auto;
}
.ab_sec {
  margin: 80px auto;
  width: 100%;
}
.dn_row {
  background: linear-gradient(348deg, #000000 0%, #333333 100%);
  padding: 25px 0;
}

.down_data {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.down_data img {
  /* filter: invert(1); */
}
.down_data h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-left: 18px;
    line-height:1.5;
    margin-bottom: 0;
}
.down_data h3 small {
    display: block;
    font-size: 65%;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.down_row {
    display: flex;
    justify-content: flex-start;
}









/* ============= 4. SERVICE AREA ============= */

.service-area {
  padding: 100px 0; 
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

 
.single-service {
  padding: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  background: rgb(253,253,253);
  background: linear-gradient(180deg, rgba(253,253,253,1) 27%, rgba(186,199,211,1) 100%);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid  rgb(209, 218, 226);
  min-height: 248px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  /* margin-bottom: 30px; */
  /* margin-top: 50px; */
}

.btn.btn-icon {
  /* border: 1px solid #333; */
  border-radius: 50px;
  padding: 7px 11px;
  background: #FFFFFF;
  transform: rotate(45deg);
  font-size: 18px;
  box-shadow: -1px 5px 12px #33333345;
}

.mbm_50 {
  margin-bottom: 35px;
}
.mtm_50{
  margin-top: -50px; 
}

.single-service h2 {
  font-size: 24px;
  padding-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  color: #000000;
}

.service-content span {
  color: #3D5F8C;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
}


.single-service:hover {
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  -webkit-transition: .3s;
  transition: .3s;
}

.service-icon {
  border-radius: 35px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  backdrop-filter: blur(10px);
  width: 100%;
}

.service-icon img {
  max-width: 80px;
}
.service-content {
  display: block;
  overflow: hidden;
  text-align: center;
  text-align: left;
}
.single-service.service2 {
    background: #EC1C23;
    background: linear-gradient(348deg, #E187F5 0%, #EC1C23 100%);
}

.single-service.service3 {
    background: #FFDE16;
    background: linear-gradient(348deg, #E187F5 0%, #FFDE16 100%);
}

.single-service.service4 {
    background: #019A46;
    background: linear-gradient(348deg, #E187F5 0%, #019A46 100%);
}


/* ============= 5. ABOUT AREA ============= */

.about-area {
    padding-bottom: 100px;
    /* background: url(img/about_bg.png); */
    background-color:gray;
    padding: 130px 0;
}

.about-img img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.about-content > h2 {
  margin-bottom: 35px;
  color: #fff;
}
.about-content > p {
  margin: 0 0 25px;
  color: #fff;
}
.pricing-area .section-heading h2 { 
  color: #fff;
}
/*.about-content > .hero-btn {
  background: #b81fcb none repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(255, 95, 109, 0.4);
  -webkit-box-shadow: 0 0 20px 0 rgba(255, 95, 109, 0.4);
  -moz-box-shadow: 0 0 20px 0 rgba(255, 95, 109, 0.4);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin-top: 25px;
}
.about-content > .hero-btn i {
  margin-right: 5px;
}*/

/* ============= 6. SECTION HEADDING STYLE ============= */
.section-heading {
  margin: 0 auto;
  width: 83%;
}


.section-heading h2 {
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
    line-height: 1;
    color: #000;
}
.section-heading p {
    margin-bottom: 10px;
}

/* ============= 7. AWESOME FEATURES AREA ============= */
.awesome-feature {
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  transition: all 0.3s ease 0s;
  background: #ffffff !important;
  height:100%;
}
.awesome-feature-icon p {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  margin-left: 20px;
}
.awesome-feature { 
    background-size: 100% !important;
    background-repeat:no-repeat;
}

 

.awesome-feature-icon span {
    display: block;
    height: 40px; 
    position: relative;
    width: 40px; 
}


.awesome-feature-icon {
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0 0  0;
}


/*.awesome-feature-icon span:after {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #b81fcb 0%, #ffb270 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #b81fcb 0%, #ffb270 100%) repeat scroll 0 0;
    border-radius: 60px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}*/
.awesome-feature-icon i {
  background-color: #f5f7fa;
  border-radius: 60px;
  color: #4c5462;
  display: inline-block;
  left: 0px;
  position: relative;
  text-align: center;
  /* top: 1px; */
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: calc(100% - 2px);
  z-index: 1;
  font-weight: 700;
  background: linear-gradient(348deg, #000000 0%, #333333 100%);
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-style: normal;
  font-size: 19px;
  font-weight: 400;
}
.awesome-feature:hover .awesome-feature-icon i {
  background-color: #ffc107; 
  color: #fff;
}
.awesome-feature:hover .awesome-feature-icon span::after {
  background: #b81fcb none repeat scroll 0 0;
}
.awesome-feature-details {
  margin-top: 20px;
}

.awesome-feature-details h5 {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.awesome-feature-details p {
  margin: 0;
  padding: 12px 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.awesome-feature:hover .awesome-feature-details h5,.awesome-feature:hover .awesome-feature-details p{color:#fff;}



.awesome-feature-details img {
  max-width: 100%;
  margin-top: 0;
  margin-right: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 120px;
}


/* ============= 8. HOW WORK AREA ============= */
.how-work-tab ul {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.15);
  display: flex;
}
.how-work-tab ul li {
  height: 50px;
  line-height: 50px;
  width: 33.33%;
}
.how-work-tab ul li a {
  color: #3e3e3e;
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.how-work-tab ul li.active a {
  background:#b81fcb;
  color: #fff;
}
.how-work-tab .tab-content p {
  margin-bottom: 25px;
}

/* ============= 9. FUN FACT AREA ============= */
.single-fact h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
	font-size:20px;
}
.single-fact h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 35px;
}

/* ============= 10. DOWNLOAD BUTTON AREA ============= */
.download-option-btn ul li a {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  color: #3e3e3e;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0 14px;
  padding: 18px 40px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.download-option-btn ul li a i{color:#b81fcb;margin-right:5px;transition:.3s;}
.download-option-btn ul li a:hover i,.download-option-btn ul li a.active:hover i{color:#fff;}
.download-option-btn ul li a:hover,.download-option-btn ul li a.active:hover{background:#b81fcb;color:#fff;}
.download-option-btn ul li a.active{background:#b81fcb;color:#fff;}
.download-option-btn ul li a.active i{color:#fff;}

/* ============= 11. PRICING AREA ============= */
.pricing-single {
  border-radius: 10px;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  padding-top: 65px;
  transition: all 0.4s ease 0s;
}
.price-titel h4 {
  letter-spacing: 2px;
}
.pricing-price > span {
  color: #3e3e3e;
  display: block;
  font-size: 50px;
  font-weight: 300;
  padding: 20px 0 22px;
}
.price-decs ul li {
  color: #999999;
  display: block;
  font-size: 16px;
  line-height: 38px;
}
.ordr-btn {
    text-align: center;
    margin-top: 20px;
    width: 100%;
}
.ordr-btn > a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 45px;
    transition: all 0.4s ease 0s;
    font-family: 'Poppins', sans-serif;
    width: 90%;
    text-align: center;
    margin-bottom: 10px;
}
/*.btn_img {
    background: url(img/btn_img.svg) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 0;
}*/

.btn_img {
    border-radius: 12px;
    color: #000; 
    background: linear-gradient(206deg, #178EA9 7.62%, #178EA9 90.86%); 
}

.btn_img:hover {
    color: #000; 
}
 
.price-decs {
  padding-bottom: 40px;
}
.pricing-single:hover,.pricing-single.active{background:#b81fcb;color:#fff;}
.pricing-single:hover .pricing-price > span,.pricing-single:hover .price-decs ul li,.pricing-single:hover .price-titel h4{color:#fff;}
.pricing-single.active .pricing-price > span,.pricing-single.active .price-decs ul li,.pricing-single.active .price-titel h4{color:#fff;}
.pricing-single:hover .ordr-btn > a,.pricing-single.active .ordr-btn > a{background:#b81fcb;color:#fff;display:block;}


.bg_img{
  background: url(img/bg_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*.team-area {
    background: url(img/team_bg.png);
}*/


/* ============= 12. TESTIMONIAL AREA ============= */
.testimonial-desc p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  margin: 0 0 30px;
  padding: 0 124px;
}
.testimonial-desc h4 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}
.testimonial-active.owl-theme .owl-controls {
  display: none!important;
}

.team-single {
    display: block;
    position: relative;
    transition: .3s;
    overflow: hidden;
    padding-right: 1px;
    background: #48224126;
    border-radius: 20px;
    padding: 25px; 
  background: rgba(255, 255, 255, 0.00);
  box-shadow:1px 1px 16px 0px rgb(251 194 60) inset, 1px 1px 20px 0px rgb(251 194 60 / 18%) inset; 
    backdrop-filter: blur(50px);
}

.swiper-wrapper {
    padding-bottom: 45px;
}
.swiper-pagination-bullet-active { 
    background: #d02cb7;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0; 
}






.profile-img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 0;
    flex-direction: column;
    text-align: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong {
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 7px;
}
.name-user span {
  color: #e5d040;
  font-size: 0.8rem;
}


.swiper-pagination-bullet { 
    background: #fff !important; 
}
.team-single h3 { 
    text-align: center;
}

.team-single p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 34px;
    margin-top: 18px;
    display: block;
    font-weight: 400;
}


/* ============= 13. TEAM AREA ============= */
.team-single {
    display: block;
    position: relative;
    transition: .3s;
    overflow: hidden;
}
 

.team-overlay {
  background: #b81fcb none repeat scroll 0 0;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  padding: 22px 0 12px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
  opacity:0;
  visibility:hidden;
  transition:.3s;
}
.team-single:hover .team-overlay{opacity:1;visibility:visible;top:50%;}
.team-overlay > h5 {
  color: #fff;
  font-weight: 600;
}
.team-overlay h6 {
  color: #fff;
}

/* ============= 14. SUBCRIBE FORM AREA ============= */





.accordion-item {
    padding: 20px 15px;
    border-bottom: 1px solid #ffffff1f;
    background: transparent;
}

.accordion-header  button {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: transparent;
  outline: 0;
  border: 0;
  color: #000000;
  width: 100%;
  font-family: var(--body-font-family);
  text-align: start;
  font-size: 18px;
  font-weight: 500;
}

.acc_body {
  padding-top: 17px;
  font-size: 15px;
  color: #060606;
  line-height: 1.6;
  font-weight: 200;
}

.accordion-flush .accordion-item {
  border-radius: 15px;
  margin-bottom: 20px;
  background:#ffffff;
  backdrop-filter: blur(50px);
  border: 1px solid #3333 !important;
}
 
.accordion-header  button.collapsed i {
    transform: rotate(0deg);
}

.accordion-header  button i { 
    transform: rotate(-180deg); 
    transition:0.2s;
}

.acc_body ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
  list-style: disc !important;
}
.acc_body ul li {
  list-style: disc !important;
}
.subcribe-form input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #b81fcb;
  border-radius: 5px;
  box-shadow: none;
  color: #444444;
  font-size: 12px;
  font-weight: normal;
  height: 45px;
  margin-right: 15px;
  padding-left: 20px;
  width: 30%;
}
.subcribe-form button {
  background: #b81fcb none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  height: 45px;
  text-transform: uppercase;
  top: 0;
  width: 155px;
  transition:.3s;
  box-shadow: 0 0 20px 0px rgba(255, 95, 109, 0.4);
  -webkit-box-shadow: 0 0 20px 0px rgba(255, 95, 109, 0.4);
  -moz-box-shadow: 0 0 20px 0px rgba(255, 95, 109, 0.4);
}
.subcribe-form button:hover{background:#F55160;}

/* Mail Chimp */
.mailchimp-alerts {margin-top: 15px;}
.mailchimp-submitting{color:#31708f}
.mailchimp-success{color:#3c763d;}
.mailchimp-error{color:#a94442;}

/* ============= 15. Contact Form Area ============= */
.contact-form {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  padding: 125px 70px;
  width: 60%;
  float:left;
}
.form-control {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: none;
  color: #333;
  height: 45px;
  padding: 10px 18px;
  transition: all 0.3s ease 0s;
}
.form-control:focus {
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  outline: 0 none;
  border:none;
}
.description textarea { height: 100px }
.form-group  button { border: none }
.btn-contact-bg {
  background: #b81fcb none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0 20px 0px rgba(255, 95, 109, 0.4);
  -webkit-box-shadow: 0 0 20px 0px rgba(255, 95, 109, 0.4);
  -webkit-box-shadow: 0 0 20px 0px rgba(255, 95, 109, 0.4);
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 150px;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
  background: #f55160;
  color: #fff;
}
.form-messege{
  margin-top: 15px;
  padding-bottom: 0;
}
.contact-wrap{
    display: flex;
    justify-content: space-between;
}
.contact-map-size { 
    height: 530px;
    width: 455px;
}

/* ============= 16. CONTACT INFORMATION AREA ============= */
.single-address {
  display: block;
  position: relative;
  margin-bottom: 0;
  text-align: left;
}

.single-address h5{
  color: #fff;
}

.single-address a {
    font-size: 16px;
    color: #fff;
    padding-left: 26px;
}


.single-address i {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 45px;
}
.single-address .media-left {
  left: 65px;
  padding: 0;
  position: absolute;
}
.single-address p {
  color: #fff;
  margin: 0;
  text-align: left;
}
.conct-border {
    border-bottom: 1px solid rgb(255 255 255 / 17%);
    overflow: hidden;
    padding-bottom: 40px;
}
.conct-border.two {
  border-bottom: 1px solid rgba(250, 87, 101, 0.2);
}

.bg-5 {
    background: url(img/footer_bg.png) no-repeat  !important;
}


/* ============= 17. Contact Social Area ============= */
.contact-social ul li a {
  background: #ffffff24 none repeat scroll 0 0;
  border-radius: 100%;
  color: #000000;
  display: block;
  font-size: 15pt;
  height: 45px;
  line-height: 45px;
  margin-right: 15px;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 45px;
  margin: 0 5px  0;
  padding: 0;
  border-radius: 50px;
}
.contact-social ul li a:hover  {
  color: #000;
  background: #178EA9;
}
.contact-social ul li a:hover i {
  color: #000; 
}

.copyright-area {
  background: linear-gradient(179deg, #010a16 27%, #000000 100%);
}

.copyright_area_two {
  background: transparent;
}
.f_top {
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
  margin-bottom: 35px;
}
.f_top img {
  max-width: 256px;
}

.copyright-text p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    padding: 0;
    padding-top: 22px !important;
}


.copyright-text p a {
  color: #fff;
  font-weight:700;
}


.single-address a {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  padding: 4px 0 11px;
  display: block;
  text-align: left;
}
a.btn {
  font-size: 16px;
  color: #000;
  display: inline-block;
  padding: 10px 20px !important;
  max-width: fit-content;
  font-weight: 500;
  border: 0;
}
.btn-warning{
  background: #F2A324;
}

/* ============= 18. HOMEPAGE TWO ============= */
.banner-video-btn {
  bottom: 45px;
  display: block;
  left: 7%;
  position: absolute;
  width: auto;
}
.banner-video-btn .video-popup {
  color: #fff;
  transition:.4s;
}
.banner-video-btn .video-popup:hover{color:#3e3e3e;}
.banner-video-btn .video-popup i {
  float: left;
  font-size: 24px;
  line-height: 35px;
}
.banner-video-btn .video-popup > span {
  float: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  margin-left: 10px;
}
.background-content, .slider-carousel, .slider-full-carousel {
  z-index: 3;
}
.background-area {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.image-1, .image-2, .image-3 {
  background-attachment: scroll;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.single-carousel {
  background-size: cover;
}
.background-content {
  position: relative;
}
.banner-image {
  bottom: 70px;
  padding-left: 30px;
  position: absolute;
  right: 0;
  width: 50%;
}
.banner-image.two {
  bottom: 70px;
  padding-left: 10px;
  position: absolute;
  right: 0;
  width: 22%;
}
.background-content {
  position: relative;
}

/* ============= 19. VIDEO BACKGROUND AREA ============= */
.player.mb_YTPlayer {
  height: 100vh;
  width: 100%;
}
.buttonBar {
  display: none;
}

/* ============= 20. ScreenShot Area ============= */
.screenshot-slider {
  margin-left: -20px;
  margin-right: -20px;
}
.screenshot-slider .slick-list {
  padding-left: 236px !important;
  padding-right: 236px !important;
}
.single-screenshot {transition:.4s;}
.single-screenshot.slick-active {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  z-index: 9;
}
.single-screenshot.slick-center {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 99 !important;
}

.single-screenshot .image {
  box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.2);
  display: block;
}
 
.ss2-prev {
  left: -80px;
}
.ss2-next {
  right: -80px;
}
.screenshot-slider .slick-list {
  padding-top: 128px!important;
}

section.contact {
  padding: 80px 0;
  overflow: hidden;
}



.section-title {
  padding-bottom: 40px;
}


ol li {
  list-style: auto !important;
  display: list-item !important;
}

ol.breadcrumb li {
  list-style: none !important;
  display: inline-block !important;
}


/* ============= 21. ScrollUp ============= */
#scrollUp {
  background: #FA5765 none repeat scroll 0 0;
  border-radius: 0px;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 28px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
  z-index: 200;
}
#scrollUp:hover{background:#3e3e3e;}






.common_content_box {
    margin-top: 50px;
    padding-bottom: 50px;
    font-size: 12px;
    line-height: 25px; 
    padding-top: 20px;
}

 .common_content_box p{
  font-size:13px;
 }

  .common_content_box p strong{
   font-weight:700;
   font-size:120%;
 }
  .common_content_box a {
    color: yellow;
 }



 .pdTop15 {
    margin-bottom: 15px;
}

.mb0 {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .common_content_box {
        margin-top: 40px;
    }
}




.play_bar{
    margin-top: 20px;
}

.play_card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.00);
  backdrop-filter: blur(5px);
  padding: 20px;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(179deg, #178EA9 27%, #094755 100%);
  display: flex;
  flex-direction: column-reverse;
  border: 0;
  min-height: 292px;
  justify-content: space-between;
  align-items: center;
}
.play_card  h3 {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  margin-top: 7px;
}

.play_card h4 {
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0px;
}

.mt-minus-5 {
    margin-top: -2.5rem;
}



.f-list{
    margin: 30px 0;
}
.f-list li {
    display: flex;
    padding: 11px 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.4;
    align-items: flex-start;
}

.f-list li img {
    max-width: 26px;
    margin-right: 16px;
    margin-top: 7px;
    opacity: 0.8
}



.preview_swiper{
    padding: 20px !important;
}

.preview_swiper .swiper-wrapper {
    padding-bottom: 20px !important;
}


.rounded-xl {
    border-radius: 1rem;
    box-shadow: 6px 6px 50px 0 #0000001f;
}
.screens_sec {
    max-width: 390px;
    margin: 0 auto;
}

.Screenshoot-area {
    background: url(img/game_bg.png);
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
}

section.feature-area {
  padding-bottom: 100px;
  padding-top: 100px;
}

.area_bg {
  background: url(img/area_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



.swiper.review_slider {
    padding-top: 16px;
}


.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgb(53 11 45 / 75%),rgb(53 11 45 / 0%));
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgb(53 11 45 / 75%),rgb(53 11 45 / 0%));
}


.swiper.review_slider .swiper-slide.swiper-slide {
    transform: scale(0.9) !important;
}

.swiper.review_slider .swiper-slide.swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
}











.undefined ul{
  
  list-style: disc !important;
  padding-left: 20px;
}
.undefined ul li {
  display: block;
  font-size: 15px;
  padding: 5px 0;
  font-weight: 500;
  list-style: disc !important;
}

.undefined p  { 
  font-size: 15px; 
  font-weight: 500; 
}
/* page content page */

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  font-size: 15px;
}

.common_content_box  p, .common_content_box ul, .common_content_box span, .common_content_box ol, .common_content_box  li {
  font-size: 16px;
  margin-bottom: 20px;
  color: #000000;
  margin: 16px 0px;
  font-weight: 400;
}

.common_content_box ul li {
  list-style: disc !important;
  display: list-item;
}

.regular--text, .small--text {
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}


.disc-para {
  font-size: 25px;
  line-height: 24px;
  padding: 10px 0px;
  margin-bottom: 25px;
}
.pp_title{ 
    font-size: 48px;
    line-height: 56px;
    margin-top: 42px;
    margin-bottom: 15px;

    text-align: left;
    font-size: 24px;
    line-height: 32px; 
}



.conct-border  a  img {
  max-width: 195px;
}


label {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.dn_btn {
  display: flex;
  align-items: center; 
  max-width: fit-content;
}
.dn_btn img {
  max-width: 140px; 
}

.dd_row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
}
.dn_btn {
  display: flex;
  align-items: center;
  max-width: fit-content;
  gap: 10px;
}
