/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/
#Header_wrapper{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 10px 25px;
    background: transparent;
    box-sizing: border-box;
}
.position-sticky{
	position:sticky !important;
	top:0!important;	
}
.hero-slider {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

/* @media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
} */

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
	 transition: transform 0.8s ease;
  will-change: transform; /* IMPORTANT for smooth parallax */
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
.char {
  display: inline-block;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 100vh;
  transition:all .4s ease;
	    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

/* @media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
} */

    .slide-inner .container {
        max-width: 1200px;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
.slide-title {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    color: #fff;
    line-height: normal;
    max-width: 970px;
		font-weight:600;
}

.hero-slider .swiper-button-next:after, .swiper-button-prev:after{
	display:none !important;
}
.img_box{
border:1px solid transparent;
transition:all 400ms;
}
.img_box:hover {
    border: 1px solid #c9c9c9;
}

.services-slider {
  padding: 80px 0;
}

.services-swiper {
  overflow: hidden; /* IMPORTANT */
	    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow-x: hidden;
    max-width: 100%;
}


/* ACTIVE CENTER SLIDE */
.services-swiper .swiper-slide-active {
  opacity: 1;
 
  z-index: 2;
}

/* SIDE SLIDES */


.services-slider {
  padding: 40px 0px; /* 🔥 creates that side cropping space */
  background-image: linear-gradient(73deg, #2E2F31 0%, #17161B 100%); /* matches your screenshot */
  overflow: hidden;
}
.services-swiper {
  overflow: visible;
}
.service-card {
  background: #fff;
  position:relative;
  overflow: hidden;
 
}

.service-image {
  height: 490px;
  background-size: cover;
  background-position: center;
	position:relative;
}
.service-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);

    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.service-content {
    padding: 20px;
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.service-title {
  font-size: 28px;
  margin-bottom: 10px;
	color:#fff;
	line-height:normal;
	    font-family: 'Poppins', sans-serif;
	font-weight:700;
}
.b-testi p.elementor-heading-title.elementor-size-default{
	  font-family: 'Poppins', sans-serif;
	font-weight:400;
	color:#fff;
	font-size: 20px;
	text-align:center;
	line-height:normal;
}
.service-btn {
  display: inline-block;
 
  padding: 10px 0px;
  color: #fff;
  border-radius: 0px;
  text-decoration: none;
}
.services-swiper .swiper-slide {
 
  transition: all 0.5s ease;
}

.services-swiper .swiper-slide-active {
  opacity: 1;

  z-index: 3;
}
.b-testi .elementor-column.elementor-col-50 {
    width: 100%;
}

.btn-curve {
  background: transparent;
  padding: 14px 35px;
  border: 1px solid #1e1e1e;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
	display: inline-flex;
}
.btn-curve a{
	text-decoration:none !important;
}
.btn-curve:hover:after {
  bottom: -10px;
  border-radius: 0;
}
.btn-curve:hover span {
  color: #fff;
}
.btn-curve:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: 100%;
  background: #1e1e1e;
  border-radius: 0 0 100% 100%/0 0 100% 100%;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
}
.btn-curve span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  -webkit-transition: all .8s;
  transition: all .8s;
}
.btn-curve.btn-lit {
  border-color: #fff;
  color: #fff;
}
.btn-curve.btn-lit:hover span {
  color: #1e1e1e;
}
.btn-curve.btn-lit:after {
  background: #fff;
}
.btn-curve.btn-blc {
  background: #1e1e1e;
}
.btn-curve.btn-blc:after {
  background: #fff;
}
.btn-curve.btn-blc span {
  color: #fff;
}
.btn-curve.btn-blc:hover span {
  color: #1e1e1e;
}
.btn-curve.btn-lg {
  padding: 14px 40px;
}
.btn-curve.btn-lg span {
  font-size: 14px;
}
.btn-curve.btn-wit {
  background: #fff;
  border-color: #fff;
}
.btn-curve.btn-wit:after {
  background: #090909;
}
.btn-curve.btn-wit span {
  color: #1e1e1e;
}
.btn-curve.btn-wit:hover span {
  color: #fff;
}
.ft small {
    font-size: 20px;
		  font-family: 'Poppins', sans-serif;
	font-weight:400;
	margin-bottom:15px;
}
.ft p {
    font-family: 'Poppins', sans-serif;
    font-size: 6vw;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.2;
    letter-spacing: -2px;
    margin-bottom: 44px;
    margin-top: 25px;
}

.ft p span{
	    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-color: #FFFFFF;
    -webkit-text-fill-color: transparent
}

@media(min-width:768.98px){
	.text-right.dvs {
    padding-left: 45px;
    text-align: left;
    margin-top: 46%;
}
}
big{
	    font-size: 17px;
    font-weight: 300;
    line-height: 2em;
    color: #BBBBBB;
}
@media(max-width:780px){
	.slide-title{
		font-size:30px;
	}
	.service-image {
    height: 360px;
 
}
	.ft p {
    
    letter-spacing: 2px;
    margin-bottom: 44px;
    margin-top: 25px;
    line-height: normal;
}
	.ab-rel img {
    width: 100% !important;
    height: auto !important;
}
.ab-rel {
    position: static !important;
    width: 100% !important;
}
}