﻿.bg-contact {
    background-image: url('../img/s-3(1).png');
    padding:120px 0px;
    background-color:rgb(26, 104, 91);
  
        position:relative;
        background-size:cover;
        background-repeat:no-repeat;
 z-index:2;
 background-position:center;
}
.bg-contact::before{
    position:absolute;
    top:0%;
    width:100%;
    height:100%;
    content:"";
     background-color:#1a685b;
  z-index:-2;
  opacity:0.9;
}
.conined{
    font-weight:800;
    font-size:50px;
}
.service {
    background-image: url('../img/feature-bg.jpg');
   
    background-size:cover;
    position:relative;

   
}
.aver {
    padding: 55px;
    width: 28%;
    left: 0;
    top: 0;
    display: flex;
    height: 100%;
    position: absolute;
    text-align: center;
    align-items: center;
    
    background-image: url('../img/imgerser.jpg');
    background-size: cover;
    flex-direction: column;
}
.namer{
    font-size:14px!important;
}
.frist{
    background:url('../img/circle-green.0d1b52d9.png') ;


    width:100px;
    height:70px;
  background-repeat: no-repeat;
 
  align-content :center;
  text-align:left;
  padding-left:13PX;
}
.second{
    background:url('../img/circle-red.8f2be425.png') ;


    width:100px;
    height:70px;
  background-repeat: no-repeat;
 
  align-content :center;
  text-align:left;
  padding-left:13PX;
}
.third{
    background:url('../img/circle-yellow.50b7287a.png') ;


    width:100px;
    height:70px;
  background-repeat: no-repeat;
 
  align-content :center;
  text-align:left;
  padding-left:13PX;
}
.moosa{
    padding-left:0px;
}
.moosa li{
    list-style:none;
       background: url('../img/check(3).png') no-repeat left center;
    background-size: 25px 25px; /* Adjust size of the image */
    padding-left: 30px;
    padding-top:5px;
}
  .bg-chhose{
            z-index: 1;
  position: relative;
  background: #FFEEAD;
  padding:100px 0px;

        }
        .higlter-top{
            font-family: 'Pacifico', cursive;
            color:#f84d42!important;
            font-size:20px;
        }
      
h1,h2,h3,h4,h5,h6{
  
    font-family: 'Nunito Sans', sans-serif;


}
.nav-pills .nav-link{
    font-size:16px;
    font-weight:800;
    color:black !important;
}
.nav-pills .nav-link.active{
    background:linear-gradient(90deg, #FFEB3B , #FFA000);
    color:black!important;
}
.inger{
    border-radius: 20px;
  -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 90%);
  clip-path: polygon(0 0,100% 0,100% 100%,0 90%);
  height: auto;
}
.chose-right{
    position:relative;
    z-index: 1;
  margin-bottom: 15px;
  position: relative;
  padding: 0 30px 12px 0;
}
.chose-right::after{
    width:90%;
    height:50%;
    content:"";
  position: absolute;
  border-radius: 20px;
  border: 1px dashed yellow;
  position:absolute;
  bottom:0;
 right:0;
 transform: skewY(3deg);
 z-index:-1;
}
.service-right{
    padding:70px  0px 70px;
}

.inner-padd{
    padding:30px;
}
.maader{
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.5);
    margin: 10px;
    border-radius:20px;
}
.maader img{
    border-radius:10px 10px 0px 0px;
}
.nmaerer{
    height:600px;
}
.higer1{
    width:100%;
    height:400px;
    border-radius:10px;
}
.higer11{
       
    width:100%;
     max-width:100%;
    border-radius:10px;
    
}
.gapers{
   gap:25px;
  flex-wrap: wrap;
   overflow-y:hidden;
   padding:10px;
}
.cr-btn {
  margin: 10px 10px 0;
  position: relative;
  border-radius: 5px;
  padding: 12px 25px;
  border: 0;
  z-index: 1;
  color: #fff;
  font-weight: 800;
  display: inline-block;
  text-transform: uppercase;

  background:linear-gradient(90deg, #FFEB3B  , #FFA000);
}
.cr-btn::after {
  content: "";
  height: 100%;
  width: 100%;
  left: -5px;
  bottom: -5px;
  z-index: -1;
  transition: .25s;
  position: absolute;
  border-radius: 5px;
  border: 1px dashed #f42d48
}

.cr-btn:focus::after, .cr-btn:hover::after {
  left: 0;

  bottom: 0;

}



.creative-fullpage--slider{
	background-color: #ffffff;
	z-index: 2;
	width: 100%;
	position: relative;
	flex-direction: column;
	height: 100vh;
	font-size: 16px;
	display: flex;
	clip-path: none !important;
}
.creative-fullpage--slider .slider-inner {
	background: #000;
	height: 100vh;
	position: relative;
}
.creative-fullpage--slider .swiper-slide {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: left;
	flex-direction: column;
	overflow: hidden;
}
.creative-fullpage--slider .swiper-slide .slider-inner img 
{
	object-fit: cover;
	width: 100%;
	height: 100vh;
}
.creative-fullpage--slider .swiper-slide .slider-inner video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
	position: absolute;
	top: 22%;
	left: 50px;
	z-index: 1;
}
.creative-fullpage--slider .swiper-slide .slider-inner::after {
	content: "";
	position: absolute;
	width: 101%;
	height: 100%;
	top: 0;
	left: -1px;
	background-color: transparent;
	background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%);
}
.swiper-slide .slider-inner .swiper-content .title-area .tag {
	color: #ffffff;
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.swiper-slide .slider-inner .swiper-content .title-area .title {
	margin-top: 50px;
	color: #fff;
	font-size:50px;

	font-weight: 800;
	line-height: 1.1;

	margin-bottom: 50px;
	margin-left: -12px;
	text-decoration: none;
}
.swiper-slide .slider-inner .swiper-content p.disc {
	font-size: 20px;
	width: 100%;
	margin-top: 15px;
	margin: 20px 0px 40px 0px;
	font-weight: 400;
	line-height: 32px;
	color: #FFFFFFB0;
}
.creative-btn--wrap .creative-slide--btn {
	color: #ffffff;
	margin-left: 18px;
	font-size: 1.4em;
	transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
	font-weight: 400;
	display: inline-flex;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
	outline: none;
	outline-color: transparent;
	box-shadow: none;
	will-change: transform;
	backface-visibility: hidden;
}

.creative-btn--circle .circle {
	position: absolute;
	right: calc(100% - 10px);
	top: 0;
	bottom: 0;
	margin: auto;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	clip-path: circle(25% at 50% 50%);
	transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle .circle-fill {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 100%;
	background-color: #ffffff;
	will-change: transform;
	transform: scale(0);
	z-index: 1;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon {
	transform: translate(-100%, 0%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: 2;
	transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon .icon-arrow{
	width: 20px;
	height: 20px;
	stroke: none;
	fill: #000;
}
.creative-btn--circle .circle-outline {
	fill: transparent;
	width: 10px;
	stroke: #ffffff;
}
.creative-btn--wrap .creative-slide--btn .creative-btn--label {
	margin-left: 4pt;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn .creative-btn__border {
	position: absolute;
	left: 4pt;
	right: 0;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transform-origin: right;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
	transform: translateX(18px);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
	transform: scale(0, 1);
}
.creative-btn--wrap .creative-slide--btn:hover{
	margin-left: 38px !important;
}
.creative-btn--wrap .creative-slide--btn:hover .circle {
	clip-path: circle(50% at 50% 50%);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
	transform: scale(1, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
	transform: translate(0%, 0%);
	opacity: 1;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	bottom: 5%;
	top: unset;
	transform: scale(1);
	transition: all 0.4s;
	background-color: #FFFFFF00;
	backdrop-filter: blur(20px);
	height: 85px;
	width: 85px;
	line-height: 85px;
	border-radius: 50%;
	transition: all 0.4s;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next {
	right: 50px;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	left: 50px;
}
.swiper-container-h .slider-pagination-area {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: unset;
	right: unset;
	bottom: 80px;
	left: 50% !important;
	transform: translateX(-50%);
	width: 500px;
	z-index: 1;
}
.swiper-container-h .slider-pagination-area .slide-range {
	font-size: 16px;
	font-weight: 500;
	margin: 0 15px;
	color: #ffffff;
	line-height: 0;
	position: absolute;
	font-size: 20px;
}
.swiper-container-h .slider-pagination-area .slide-range.one {
	left: -50px;
}
.swiper-container-h .slider-pagination-area .slide-range.three {
	right: -50px;
}
.swiper-container-h .slider-pagination-area .swiper-pagination {
	bottom: 0 !important;
	width: 500px !important;
}
.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
	background: #ffffff;
}
.swiper-container-h .swiper-button-next::after {
	   background: url('../img/right-arrow(1).png');
    width:100%;
    height:100%;
    background-position:center;
     
    background-repeat:no-repeat;
	font-size: 60px;
}
.swiper-container-h .swiper-button-prev::after {
    background: url('../img/left.png');
    width:100%;
    height:100%;
    background-position:center;
     
    background-repeat:no-repeat;
   
    color: #ffffff;
    font-size: 60px;
}
.swiper-container-h .swiper-button-next:hover, 
.swiper-container-h .swiper-button-prev:hover {
	background: #FFFFFF0D;
}


/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
	.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content{
		width: 100%;
		text-align: center;
		left: 0;
	}
	.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	.swiper-container-h .slider-pagination-area{
		width: 200px !important;
	}
	.swiper-container-h .swiper-button-next::after, 
	.swiper-container-h .swiper-button-prev::after {
		font-size: 30px;
	}
	.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev{
		background: #ffffff3b;
	}
	.swiper-container-h .slider-pagination-area .swiper-pagination {
		bottom: 0 !important;
		width: 200px !important;
	}
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
	.swiper-slide .slider-inner .swiper-content .title-area .title {
		font-size: 64px;
	}
	.swiper-slide .slider-inner .swiper-content .title-area .tag{
		margin-bottom: 0px;
	}
	.swiper-slide .slider-inner .swiper-content p.disc{
		    margin: 20px auto 20px auto;
    font-size: 16px;
    width:95%;
	}
	.swiper-container-h .slider-pagination-area{
		display: none;
	}
	.swiper-slide .slider-inner .swiper-content p.disc br{
		display: none;
	}
}
.upside{
    width:80%;
    position:relative;
}
.upside2{
    width:300px;
   object-fit:cover;
    position:absolute;
    right:0;
    bottom:-50px;
}
@media (max-width:768px){
    .navfrt{
    background: #58d999;

}
    .upside2{
        width: 200px;
    }
    .service{
        height: 850px;
    }
    .aver{
        padding: 30px 10px;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  height: 37%;
  
    }
    .service-right {
  padding: 360px 0px 70px;
}
  .service-right h4{
      padding-bottom:20px;
  }
  .nmaerer{
      height:100%;
  }
}