/*== == GENERAL == ==*/

.title-line-wrapper {
  overflow: hidden;
}

/*== == GENERAL END == ==*/

/*== == FOLD1 == ==*/

.fold1-item {
  position: relative;
}

.fold1-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fold1-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fold1-content {
  position: relative;
  z-index: 3;
  max-width: calc(50% - 0px);
  margin-left: auto;
  background: rgba(38, 50, 80, 0.8);
  padding: 200px 40px;
  padding-top: 240px;
  box-sizing: border-box;
  color: white;
  text-align: center;
}

.fold1-content .readmore {
  margin: 20px auto 0px;
}

/*== == FLIPPED == ==*/

.flipped .fold1-content {
  margin-left: 0px;
}

/*== == FLIPPED END == ==*/
/*=== == FOLD1 END === ==*/

/*== == FOLD1 BANNER == ==*/

.fold1-banner-flex {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: white;
  border-radius: 12.5px;
  box-shadow: 0px 0px 12.5px 2.5px #00000070;
}

.fold1-banner-icon i {
  max-height: 80px;
  max-width: 120px;
  display: block;
  font-size: 56px;
  line-height: 1;
}

.fold1-banner {
  width: 740px;
  margin: auto;
  overflow: visible;
  padding: 5px;
  position: absolute;
  bottom: -50px;
  right: 50%;
  transform: translatex(50%);
  z-index: 4;
}

.fold1-banner-icon {
  color: var(--blue);
}

.fold1-banner-item.border-right {
  border-right: solid;
}

.fold1-banner-item.border-left {
  border-left: solid;
}

.fold1-banner-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  flex: 1 0 33%;
}

.fold1-banner-icon i img {
  width: 100%;
  position: relative;
  margin: auto;
}

.fold1-banner-item p {
  margin: 0px;
}

.fold1 {
  position: relative;
}

.fold1-banner-item:first-child i {
  font-family: "Vollkorn";
  font-style: normal;
}

.font-awesome i {
  font-family: "Font Awesome 6 Pro" !important;
}

/*== == FOLD1 BANNER END == ==*/

/*=== == UK FLAG == ==*/

.uk-flag-img {
  padding-top: 45px;
  background-image: url("/wp-content/uploads/2022/10/flag.jpg");
  background-size: 100% 100%;
}

/*== == UK FLAG END == ==*/

/*== == FOLD2 == ==*/
.fold-2 .marquee {
    --gap: 1rem;
    position: absolute;
    left: -20%;
    display: flex;
    user-select: none;
    gap: var(--gap);
    width: 100%;
    height: 100%;
    rotate: -90deg;
}
.marquee__content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    justify-content: space-between;
    min-width: 100%;
    animation: scroll 40s linear infinite;
}
.fold2-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 50px;
  padding: 50px 0px;
}
.fold2-container .readmore {
  margin: auto;
}
.fold2 {
    padding: 75px 0px 100px;
    margin: -470px 20px 0px;
    background: #10293a;
    position: relative;
    z-index: 2;
}
.fold2:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2023/06/wood-background.png) no-repeat 0 0 / cover;
    position: absolute;
    opacity: 0.3;
    pointer-events: none;
}
.fold2 .row-container {
    display: flex;
    padding: 50px 0px;
    justify-content: right;
}

.fold2-product-wrapper {
    width: 76%;
    display: flex;
    right: 0;
    left: auto;
    gap: 80px;
}
.homepage-product-item {
    padding: 20px;
    background: #faf6e8;
	text-align: center;
	transform: rotate(-1deg);
	position: relative;
}
.homepage-product-item:before {
    content: "";
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 30px;
    height: 44px;
    background: url(/wp-content/uploads/2023/06/pin.png) no-repeat 0 0 / cover;
}
.homepage-product-item:first-of-type {
    transform: rotate(3deg);
}
.homepage-product-item:last-of-type {
    transform: rotate(-3deg);
}
.homepage-product-item p {
    font-family: Filling Station;
    font-size: 25px;
    padding-top: 10px;
    color: #10293a;
}
.fold2-container h2,
.fold2-container p,
.fold2-container .readmore {
  margin: 0px auto;
}

.fold2-readmore a.readmore {
  color: black;
}

.fold2-header::after {
  content: "";
  height: 3px;
  width: 500px;
  background: black;
  position: absolute;
  left: 50%;
  z-index: 3;
  transform: translatex(-50%);
  bottom: -25px;
}

.fold2-header {
  position: relative;
}
.fold2 .marquee {
    --gap: 1rem;
    position: absolute;
    left: -80px;
    display: flex;
    user-select: none;
    gap: var(--gap);
    width: 570px;
    height: 200px;
    rotate: -90deg;
    top: 35%;
}
.marquee__content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    justify-content: center;
    min-width: 100%;
    animation: scroll 40s linear infinite;
}
.fold2 .deco-text {
    text-transform: uppercase;
    font-size: 90px;
    font-weight: bolder;
    color: white;
    opacity: 1;
    line-height: 80px;
}
.fold2 .deco-text span {
    display: block;
}
.viewallproducts {
    display: block;
    position: absolute;
    left: 25%;
}
.viewallproducts a {
    color: white;
    font-family: 'Newake';
    letter-spacing: 1px;
    font-size: 25px;
}
.viewallproducts a i.fa-sharp.fa-solid.fa-arrow-right {
    color: #ed5b27;
    margin-left: 5px;
}
/*== == FOLD2 END == ==*/

/*== == FOLD3 === ==*/

.fold3-content {
  width: calc(25% - 20px);
  padding: 50px 0px;
}

.fold3-content-header .subtitle span {
  font-weight: 800;
}

.fold3-content-header::after {
  content: ".";
  background: black;
  display: block;
  height: 2px;
  width: 75%;
  position: absolute;
  bottom: -25%;
  transform: translatey(50%);
  -webkit-transform: translatey(50%);
  color: transparent;
}

.fold3 {
    position: relative;
    padding: 100px 0px 130px;
}
.fold3:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2023/06/line-background.png) no-repeat 0 0 / cover;
    position: fixed;
    z-index: -1;
    opacity: 0.06;
}
p.test-signoff {
    font-size: 30px;
    margin-top: 20px;
    font-family: Filling Station;
    color: #ed5b27;
}
.fold3 .row-container {
    width: 1310px;
    text-align: center;
}
.fold3-slider {
  display: flex;
  column-gap: 12.5px;
  position: absolute;
  top: 50%;
  right: -12.5%;
  width: calc(75% + 50px);
  height: 100%;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}

.fold3-item {
  flex: 1 0 30%;
  border-left: solid 3px var(--red);
  box-shadow: -2.5px 2.5px 12.5px -3px #000000bf;
  height: 100%;
}
.fold3-item-img {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.fold3-item-img img {
  width: 100%;
  height: 100%;
}

.fold3-item-content p {
  margin: 0px;
  background: var(--darkblue);
  padding: 20px 0px;
  color: white;
  padding-bottom: 30px;
  font-family: "Vollkorn";
  font-size: 24px;
  line-height: 1;
}

a.fold3-item-link {
  border-left: solid 3px var(--blue);
  display: block;
  position: relative;
  height: 100%;
  box-shadow: inset 0px 0px 0px 10px white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.fold3-border {
  height: 100%;
}

.fold3-item-content {
  z-index: -1;
}

a.fold3-item-link:hover .fold3-item-content p {
  padding: 50px 0px;
  padding-bottom: 60px;
  background: white;
  color: black;
}

a.fold3-item-link * {
  transition: all 300ms ease;
}

.fold3 a.readmore {
  color: black;
}
.company-welcome-logo {
    width: 180px;
    margin: 0px auto 20px;
}

.fold3-content-main {
  padding-top: 50px;
}

.fold3-content-header {
  position: relative;
}

.fold3-container {
  /* position: relative; */
}

.fold3-slider.owl-carousel {
  display: flex;
  position: absolute;
  width: calc(75% - 20px);
  right: -60px;
  top: 50%;
  transform: translate(0%, -50%);
  height: 100%;
}

.fold3-slider.owl-carousel .owl-stage-outer,
.fold3-slider.owl-carousel .owl-stage,
.fold3-slider.owl-carousel .owl-item {
  height: 100%;
}

.fold3-slider.owl-carousel .owl-item {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
}

/*=== == FOLD3 END -= ==*/

/*== == BANNER == ==*/

.banner .row-container {
  position: relative;
}

.banner-container {
  text-align: center;
  padding: 50px 0px;
  color: white;
}

.banner-container a.readmore {
  margin: auto;
}

.banner {
  background-image: url("/wp-content/uploads/2022/10/banner.jpg");
  background-size: 100% 100%;
}

/*=== == BANNER END == =+*/

.case-study-inner {
  display: flex;
  flex-wrap: wrap;
}

.case-study-inner > .fold3-item {
  flex: 0 1 calc(25% - 33px);
  height: 400px;
  margin: 15px;
}

.case-study-inner a.fold3-item-link .fold3-item-content {
  padding: 0px 10px;
  box-sizing: border-box;
  width: 100%;
}

@media (max-width: 1200px) {
  .case-study-inner > .fold3-item {
    flex: 0 1 calc(33% - 33px);
    height: 400px;
    margin: 16px;
  }
}

@media (max-width: 980px) {
  .case-study-inner > .fold3-item {
    flex: 0 1 calc(50% - 20px);
    height: 400px;
    margin: 8px;
  }
}

@media (max-width: 640px) {
  .case-study-inner > .fold3-item {
    flex: 0 1 calc(100% - 0px);
    height: 400px;
    margin: 20px 0px;
  }
}

.case-study-inner .fold3-item-img img {
  object-fit: cover;
}

.category-banner {
  background: var(--darkblue);
  color: white;
  padding: 40px 0px;
  border-bottom: solid 3px var(--red);
}

.category-banner h1 {
  margin: 0;
  text-align: center;
}

.case-study-wrapper {
  padding: 70px 0px;
}

.case-study-inner .fold3-item-content p {
  font-size: 16px;
  line-height: 16px;
}
.youtube-link {
    display: flex;
    width: 100%;
    gap: 30px;
}