.page-header .entry-title {
    display: none;
}

html,
body{
width:100%;
overflow-x:hidden;
}

/* Change only the raw unstyled link color to white without overriding Elementor */
:root a {
    color: #06070d;
}
.button-stype-d a{
    padding-block: 18px !important;
	padding-right:60px !important;
}


.button-stype-d .elementor-button-icon{
	color:#1d174d;
        background: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 5px;
	transition:0.3s all ease-in-out;
    transform: translate(0, -50%) rotate(0deg);
}
.button-stype-d  a:hover .elementor-button-icon{
    right: calc(100% - 5px);
    transform: translate(100%, -50%) rotate(45deg);
}
.button-stype-d  a:hover {
	padding-right:26px !important;		
padding-left:60px !important;
}

	
.video-btn:before{
    content: '';
    width: 96px;
    height: 10px;
    background: #000000;
    left: 50%;
    top: 17px;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 48px;
	border:none;
	z-index: 11;
}

.video-btn:after{
    content: '';
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 0;
    background: url(https://getswoopa.com/wp-content/uploads/2026/06/Screenshot-2026-06-17-at-7.50.01-PM.png);
    background-size: 70px;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: center;
		cursor:pointer;
}

div#custom-video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #06070C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	z-index:1999;
}
#custom-video-modal .video-wrapper{
    width: 100%;
    max-width: 330px;
    border-radius: 32px;
    overflow: hidden;
	position:relative;
}
#custom-video-modal .video-wrapper .close-video {
	right: 13px;
    width: 28px;
    height: 28px;
    top: 9px;
    background: #fff;
    z-index: 11;
    position: absolute;
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
	cursor:pointer;
}
#custom-video-modal .video-wrapper iframe{
		aspect-ratio: 9 / 16;
/* 	    pointer-events: none; */
	transform: scale(105%);
}

#silder-wrap .swiper-slide{
    transition: .3s all ease-in-out;
}
#silder-wrap .swiper-slide:hover{
	    transform: scale(1.1);
}
#silder-wrap .swiper-wrapper{
	    padding: 40px 0
}
#custom-video-modal .video-wrapper iframe .ytp-large-play-button {
    display: none !important;
}

	@keyframes fadeInUp{
		0% {
				opacity: 0;
				transform: translate3d(0, 100px, 0);
		}
				100% {
				opacity: 1;
				transform: translate3d(0, 0%, 0);
		}
		}
#custom-video-modal .video-overlay{
	    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    align-items: center;
    justify-content: center;
	gap:40px;
    flex-direction: column;
    backdrop-filter: blur(3px);
background: rgba(0, 0, 0, 0.72);
	display:none;
	    z-index: 1;
}
#custom-video-modal .video-overlay.show{
	    display: flex !important;
}
#custom-video-modal .video-overlay span{
	    font-size: 17px;
    color: #ffff;
    font-weight: 600;
    font-family: 'Inter';
}

#custom-video-modal .video-overlay a{
    position: relative;
    border-radius: 30px;
    background: #6086f4 !important;
}
#custom-video-modal .video-overlay a .elementor-button-icon{
	color:#1d174d;
}
#video-modal3{
	display:none;
}
#video-modal3.active{
	display:flex;
}

.video-box{
	cursor:pointer;
}

@media (max-width: 991px) {
.video-btn:after {
    background-size: 40px;
}
}
@media (max-width: 768px) {
	.desktop-slider{
		display:none;
	}
	#custom-video-modal .video-wrapper {
    max-width: 250px;
	}
	.video-btn:before {
    width: 56px;
    height: 7px;
    top: 10px;
	}
		#silder-wrap .swiper-slide:hover{
		transform: scale(1) !important;
	}

	
	.coverflow-slider .swiper-slide-active {

    transform: scale(1.4) !important;

}
	.coverflow-slider .swiper-slide-prev {
    transform: perspective(1000px) rotateY(20deg) !important;
	}
	.coverflow-slider .swiper-slide-next {
    transform: perspective(1000px) rotateY(-20deg) scale(1) !important;
}
.button-stype-d a {
    padding-block: 19px !important;
	}
	.coverflow-slider .e-n-carousel.swiper {
  padding-top: 38px;
        padding-bottom: 80px !important;
}
	
	.slider-md  .elementor-swiper-button{
        width: 28px;
        top: 9px !important;
        height: 28px;
        border: 1px solid #000 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
	}
	.slider-md  .elementor-swiper-button .e-font-icon-svg{
		fill:#000 !important; 
	}
	.slider-md .elementor-swiper-button-next {
        transform: translatex(92px) !important;
    left: 50%;
}

	.slider-md .elementor-swiper-button-prev{
        transform: translatex(-122px) !important;
        left: 50% !important;
}
	

.md-tabs:after{
        content: '';
        background: radial-gradient(circle at 100% 100%, transparent 38px, #f7f9fc 37px);
        position: absolute;
        top: 2px;
        left: -36.7px;
        display: block;
        width: 41px;
        height: 35px;
        transform: rotate(90deg);
    }
    

.md-tabs:before{
content: '';
        background: radial-gradient(circle at 100% 100%, transparent 38px, #f7f9fc 37px);
        position: absolute;
        top: 3px;
        right: -35px;
        left: auto;
        display: block;
				width: 37px;
        height: 35px;
	        border-radius: 0;
        transform: rotate(90deg) rotatex(173deg);
	}
    
 
     .slider-md .swiper-slide-visible{
    opacity: 1 !important;
    }
#custom-video-modal .video-wrapper iframe{
	    height: 450px;
/* 	    pointer-events: none; */
}

}