/* VIDEO */

section.video {
  padding-top: 63px;
  padding-bottom: 63px;
}
section.video video {
  max-width: 100%;
}
section.video video,
section.video iframe {
  width: 100%;
  max-width: 960px;
  display: block;
  margin: 0 auto;
}
section.video iframe {
  height: 243px;
}
section.video .btn {
  display: block;
  margin: 69px auto 10px auto;
}

.video-heading {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #020014;
  text-align: center;
  margin-bottom: 88px;
  padding: 0 15px;
}

@media (max-width: 576px) {
  section.video .container {
    padding: 0;
  }
}

@media (min-width: 576px) {
  section.video iframe {
    height: 276px;
  }
  section.video video,
  section.video iframe {
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  section.video iframe {
    height: 378px;
  }
}

@media (min-width: 992px) {
  section.video iframe {
    height: 540px;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
.single-creative_items .heading_2columns-left {
  direction: initial;
}
.creative__tabs_header {
  display: flex;
  gap: 24px;
  color: #64636E;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
.single-creative_items .image-retail-analytics__image {
  display: block;
  height: auto;
  max-width: 588px;
}
.single-creative_items .text-block.text-block_left {
    align-items: flex-start;
    text-align: left;
}
.creative__videos-wrapper {
  position: relative;
  display: block;
}
.swiper {
  height: 626px;
  width: 83%;
}
.video-embed, .video-files {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
.swiper-slide {
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%!important;
    background-position: center;
}
.single-creative_items .image-retail-analytics-container {
    margin-top: 0;
    margin-bottom: 0;
}
.single-creative_items .heading {
  	gap: 100px;
	min-height: 830px;
	align-items: start;
}
.single-creative_items .text-block_top {
    margin-top: 0;
}
.single-creative_items .text-block {
    max-width: unset;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 12px!important;
    color: #8E8E98;
    font-weight: 700!important;
}
.swiper-button-next, .swiper-button-prev {
    top: 102.3%!important;
    width: 32px!important;
    height: 32px!important;
}
.swiper-button-next.next-1:not(.showSP), .swiper-button-prev.prev-1:not(.showSP) {
    top: 104.3%!important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: unset!important;
    top: 98.4%;
/*     width: 100px!important; */
    left: 50.5%!important;
    transform: translate3d(-50%, 0, 0)!important;
    height: 17px!important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal.pagination-1  {
	top: 102%!important;
}
 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
/*    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px)!important; */
}
.swiper-button-next {
    right: 47%!important;
    left: auto;
    transform: translateX(76px);
}
.swiper-button-prev {
    left: 47%!important;
    right: auto;
    transform: translateX(-76px);
}
.swiper-pagination-bullet {
    width: 16px!important;
    height: 16px!important;
    background: var(--swiper-pagination-bullet-inactive-color,#C7C9D1)!important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.7)!important;
/* 	transform: scale(1) !important; */
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1)!important;
    background: var(--swiper-pagination-color,#CB3617)!important;
}
.creative__tab_content {
  padding-left: 56px;
}
.Objective, .Placement, .CTR {
	position: relative;
}
h3.Objective::before {
    content: '';
    width: 36px;
    height: 36px;
    background-image: url('../img/icon-objective.svg');
    display: block;
    position: absolute;
    left: -56px;
}
h3.Placement::before {
    content: '';
    width: 36px;
    height: 36px;
    background-image: url('../img/icon-placement.svg');
    display: block;
    position: absolute;
    left: -56px;
}
h3.CTR::before {
    content: '';
    width: 36px;
    height: 36px;
    background-image: url('../img/icon-avg-CTR.svg');
    display: block;
    position: absolute;
    left: -56px;
}
.creative__tab_btn {
  display: block;
  border-radius: 33px;
  background-color: #E85233;
  color: #fff!important;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  padding: 12px 40px;
  text-decoration: unset;
  cursor: pointer;
  margin-top: 30px;
  width: fit-content;
}
.creative__tab_btn:hover {
  color: #fff!important;
  background-color: var(--hovered-button-colour);
}
.creative__tab {
  position: relative;
  transition: color .3s ease;
}
.creative__tab:hover {
  color: #020014;
}
.creative__tab.tabActive {
  color: #020014;
}
.creative__tab::after {
  content: "";
  background-color: #020014;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: width .3s ease;
}
.tabActive.creative__tab:after {
  width: 100%;
}
.creative__tab:hover:after {
  width: 100%;
}
.creative__tabs_select {
  border-radius: 4px;
  border: 2px solid #8E8E98;
  position: relative;
  z-index: 10;
  margin-right: 120px;
}
.single-creative_items .casesIndustriesOptions__checkmark {
    z-index: 9;
}
.casesIndustriesOptions__wrapper {
  display: none;
  margin-bottom: 40px;
}
.showSP {
	position: absolute!important;
	top: -1999px!important;
	opacity: 0!important;
}
@media screen and (max-width: 1240px) {
/*   .single-creative_items .image-retail-analytics__image {
      max-width: 488px;
  } */
}
@media screen and (max-width: 990px) {
  .swiper {
      height: 426px;
      width: 83%;
  }
  .single-creative_items .image-retail-analytics__image {
    max-width: 388px;
  }
  .single-creative_items .heading {
    align-items: start;
    gap: 55px;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 97.2%;
  }
	.swiper-button-next, .swiper-button-prev {
		top: 103.5%!important;
		width: 32px!important;
		height: 32px!important;
	}
	.swiper-button-next.next-1:not(.showSP), .swiper-button-prev.prev-1:not(.showSP) {
		top: 105.5%!important;
	}
	.showSP {
		top: -1999px!important;
	}
}
@media screen and (max-width: 767px) {
  .single-creative_items .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }
  .swiper {
    height: 404px;
    width: 100%;
  }
  .casesIndustriesOptions__wrapper {
    display: block;
  }
  .creative__tabs_header {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .single-creative_items .text-block__title {
    font-size: 24px;
  }
  .single-creative_items .container-fluid {
    width: 100%;
    padding: 0px;
  }
  .single-creative_items .text-block.text-block_left {
	padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
    .casesIndustriesOptions__wrapper {
      width: 100%;
    }
    .creative__tabs_select {
      margin-right: 0;
  }
}
