@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&family=Nunito:wght@300;600&display=swap");



section.jjz {
 /* display: grid;
  grid-template-columns: 50% 45%;
  place-items: center;*/
  gap: 60px;
  /*min-height: 100vh;*/
  padding: 120px 60px 100px;
  display:flex;
  justify-content:space-between; background:url(../images/team-bg.png) center 120px no-repeat ; background-size:100% auto ;
}

/* CONTENT */

.jjz .content {
  width: 100%; text-align:center;
}

.jjz .content h2 {
 font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0px;
  margin-bottom: 16px;
  color: #cd0000; margin-top:60px; text-transform: capitalize; 
}

.jjz .content h3 {
 font-family: "Comfortaa", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 16px;
  color: #000;
}


.jjz .content h1 {
  font-family: "Comfortaa", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 36px;
  color: #000;
}

.jjz .content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px; padding-right:0px; padding-left:0px;
  color: #333;
}

.jjz .content button {
  background: #cd0000;
  color: #fff;
  font-size: clamp(0.9rem, 4vw, 1rem);
  font-weight: 400;
  border: 0;
  outline: 0;
  padding: 12px 44px;
  border-radius: 0px;
  transform: scale(1);
  transition: all 0.4s ease-in; margin-top:0px;
  cursor: pointer; margin:0px 5px; display:inline-block;
}

.jjz .content button:is(:hover, :focus) {
  transform: scale(0.98);
  background-color: #333;
  color: #eaeaea;
}

/* SLIDER */

.swiper.jjzzz {
  position: relative;
  width: 48%;
  height: 520px; 
}

.jjzz .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  border: 0px solid rgba(255, 255, 255, 0.3);
  user-select: none;
  border-radius: 0px;box-shadow:0px 15px 15px 15px rgba(0,0,0,.1);
}

.cost {
  position: absolute;
  top: 8px;
  right: 6px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  padding: 6px 10px;
  color: #fff;
  font-size: clamp(0.8rem, 4vw, 0.9rem);
  font-weight: 600;
}

.dark-text {
  color: #202134;
}

.jjzz .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  padding: 10px 20px;
  background: rgba(93, 95, 145, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 0 0 0px 0px;
}

.overlay h1 {
  font-size: clamp(1.2rem, 4vw, 1.5rem);
  font-weight: 600;
}

.overlay p {
  font-size: clamp(0.8rem, 4vw, 0.9rem);
  font-weight: 300;
  line-height: 1.3;
}

.ratings {
  display: flex;
  column-gap: 10px;
  margin-top: -6px;
}

.ratings span {
  font-size: clamp(0.8rem, 4vw, 0.9rem);
  font-weight: 300;
}

.star {
  color: #afe312;
}

@media (max-width: 1050px) {
  .swiper.jjzzz {
    width: 350px;
    height: 450px;
  }
}

@media (max-width: 930px) {
  section {
    grid-template-columns: 100%;
    grid-template-rows: 55% 40%;
    grid-template-areas:
      "slider"
      "content";
    place-items: center;
    gap: 64px;
    padding: 60px;
  }

  .jjzz .swiper {
    grid-area: slider;
  }

 .jjz .content {
    grid-area: content;
    text-align: center;
  }

  .jjz .content h1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 470px) {
  section {
    padding: 40px 40px 60px;
  }

  .swiper.jjzzz {
    width: 300px;
    height: 400px;
  }
}













.digital {width: 100%;
	padding: 0px 5% 50px !important;
}



.digital ul {
	width: 100%;
	height: 112px;
	margin: 0px auto;
	position: relative;
	clear: both;
	overflow: hidden; margin-top:0%
}
.digital li {
	width: 14%;
	padding-left: 0px;
	height: 112px;
	box-sizing: border-box;
	float: left;
	text-align: center;
	position: relative;
	margin-right: 180px; list-style:none
}
.digital li::after {
	content: "";
	position: absolute;
	width: 113px;
	height: 1px;
	background: #cbcbcb;
	right: -150px;
	top: 50px;
}
.digital li em {
	margin-left: 0px;
	display: block;
	position: relative;
	height: 62px;font-family:CgFuturaMaxiBd;
}
.digital li em b {
	margin-left: 0px; font-size:45px;
	
	color: #333333;
	font-family:CgFuturaMaxiBd;
	line-height: 60px; font-style:normal
}

@font-face {
	font-family:CgFuturaMaxiBd;
	src: url('../fonts/Gotham-Bold.ttf'); }

.digital li em i {
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	text-align: center;
	line-height: 26px;
	width: 26px;
	height: 26px;
	display: block;
	text-transform: ;
	font-family: "Arial";
	position: absolute;
	bottom: 10px;
	
	border-radius: 100%;
	background: #dd1d1d; 
}
.digital li i{ right:5%; font-style:normal}
.digital li:nth-child(2) em i{ right:18%}
.digital li:nth-child(3) em i{ right:9%}




.digital li h3 {
	font-size: 17px;
	color: #4c4c4c;
	text-align: center;
	font-weight: normal;
}
.digital li:nth-child(2) em b {
	margin-left: -22px;
}

.digital li:nth-child(4) {
	margin-right: 0;
}
.digital li:nth-child(4) em i {
	right: 16px;
}
.digital li:nth-child(4)::after {
	width: 0;
}


