/**
* Section 01
* SVG + Text + CTA
**/
.section-01  {
  /* background-image: url(../img/bg-section-01.svg);
  background-size: 120px;
  background-position: top right;
  background-repeat: no-repeat; */
  z-index: 100;
}

section.section-boxed.section-01 > .wp-block-group__inner-container {
  padding-bottom: 152px;
}


.section-01 .wp-block-columns > .wp-block-column:nth-child(1) {
  display: flex;
  justify-content: flex-start;
  flex-basis: 50%;
  background-image: url(../img/web-05.jpg);
  background-size: cover;
  background-position: center;
  position: relative;  
}

.section-01 .wp-block-columns > .wp-block-column:nth-child(2) {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-01 p {
  max-width: 470px;
  text-wrap: balance;
}

.section-01 .wp-block-video,
.section-01 .wp-block-video video {
  max-height: 500px;
  border-radius: 8px;  
}

.section-01 .wp-block-video {
  transform: translateY(120px);
  margin-left: 60px;
}


/**
* Section 03
* Text + Images
**/
section.section-boxed.section-03 {
  z-index: 26;
  background-color: var(--color-red);  
}
section.section-boxed.section-03 > .wp-block-group__inner-container {
  padding-top:114px;
}

.section-03 .wp-block-columns > .wp-block-column:nth-child(1) {flex-basis: 41.67%;}
.section-03 .wp-block-columns > .wp-block-column:nth-child(2) {flex-basis: 58.33%;}

.section-03 .wp-block-columns > .wp-block-column:nth-child(1) {
  padding-left: 8.3%;
}

.section-03 .wp-block-columns > .wp-block-column:nth-child(2) {
  background-image: url(../img/web-01.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (min-width: 1280px) {
  .section-03 .wp-block-columns > .wp-block-column:nth-child(2) {
    min-height: 802px;
  }
}

.section-03 h6 {
  margin-top: 170px;
  color: var(--color-orange);
}

.section-03 p {
  max-width:340px;
  color: #FFF;  
}

.section-03 .floating-image-1 {
  position: absolute;
  bottom: -290px;
  right: 120px;
}

/**
* Section 04
* Big Title + Image + Text + CTA
**/

.section-04 .wp-block-columns {
  gap:0;
}

.section-04 .wp-block-columns > .wp-block-column:nth-child(1),
.section-04 .wp-block-columns > .wp-block-column:nth-child(2) {
  flex-basis: 50%;
}

.section-04 .wp-block-columns > .wp-block-column:nth-child(1) {
  flex-basis: 675px;
}

.section-04 .wp-block-columns > .wp-block-column:nth-child(2) {  
  padding-left: 6.6%; 
}

.section-04 h6 {
  margin-top: 100px;
}

.section-04 p {
  max-width: 400px;
}

.section-04 .the-makers-img{
  transform: translateY(91px);
}

/* To avoid overlap with data-speed effect */
.section-04 .the-makers-img,
.wp-block-buttons {
  z-index:99;
  position: relative;
}

/**
* Section 05
* Image + Text + CTA
**/

section.section-boxed.section-05 > .wp-block-group__inner-container  {
  padding:142px 30px 114px;
}

.section-05 .wp-block-columns > .wp-block-column:nth-child(1),
.section-05 .wp-block-columns > .wp-block-column:nth-child(2) {
  flex-basis: 50%;
}

.section-05 .wp-block-columns > .wp-block-column:nth-child(2) {  
  flex-basis: 675px;
}

.section-05 h6 {
  margin-top: 116px;
}

.section-05 p{
  max-width: 360px;
}



/**
* Section 10
* Text + Images
**/
.section-10 {
  position: relative;
}

section.section-boxed.section-10 {
  z-index: 26;
}

section.section-boxed.section-10 > .wp-block-group__inner-container {
  padding-top:110px;
}

.section-10 > .wp-block-group__inner-container > .wp-block-columns:nth-child(1) {
  margin-bottom: 110px;
}

.section-10 > .wp-block-group__inner-container > .wp-block-columns:nth-child(1) > .wp-block-column:nth-child(1),
.section-10 > .wp-block-group__inner-container > .wp-block-columns:nth-child(1) > .wp-block-column:nth-child(2) {
  flex-basis: 50%;
}

/* Contact column 1 */
.section-10 > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(1) p {
  max-width:380px;
}

.section-10 > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(1) h6 {
  margin-top: 0;
}

/* Copyright */
.section-footer {
  background-color: var(--color-red);
  padding-bottom: 0;
}

section.section-footer .wp-block-group__inner-container {
  padding-bottom: 10px !important;
}

.section-footer p,
.section-footer a {
  color:#FFF !important;
  font-weight: 300 !important;
}

.section-footer .wp-block-image {
  margin-bottom: 100px;
}


@media (max-width:768px) {

  /**
  * Section 01
  * SVG + Text + CTA
  **/
  .section-01  {
    background-image: none;
    padding-bottom: 56px;
  }

  section.section-boxed.section-01 > .wp-block-group__inner-container {
    padding-top: 28px;
    padding-bottom: 40px;
  }

  .section-01 .wp-block-columns-column-reverse {
    gap:120px;
  }

  .section-01 .wp-block-columns > .wp-block-column:nth-child(1) {
    background-image: none;
  }

  .section-01 .wp-block-video {
    transform: translateY(0);
    margin-left:0;
    margin-right:0;
  }

  .section-01 .wp-block-video, .section-01 .wp-block-video video {
    max-height: 100vh;
  }

 /**
  * Section 03
  * Text + Images
  **/ 
  .section-03 h6 {
    margin-top: 40px;
  }

  section.section-boxed.section-03 > .wp-block-group__inner-container {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-03 .wp-block-columns > .wp-block-column:nth-child(1),
  .section-03 .wp-block-columns > .wp-block-column:nth-child(2) {
    flex-basis: 100%;
    padding-left:0;
  }

  .section-03 .wp-block-columns > .wp-block-column:nth-child(2) {
    min-height: 400px;
  }

  .section-03 .floating-image-1 {
    bottom: -240px;
    right: 30px;
    max-width: 65%;
  }

  /**
  * Section 04
  * Big Title + Image + Text + CTA
  **/
  section.section-boxed.section-04 > .wp-block-group__inner-container {
    border-top: none;
  }

  .section-04  {
    background-image: none;
  }

  .section-04 .section-big-title {
    margin-top: 27px;
    margin-bottom: 40px !important;
  }

  .section-04 .wp-block-columns > .wp-block-column:nth-child(2) {
    padding-left:0;
  }

  .section-04 h6 {
    margin-top:40px;
  }

  .section-04-extra .the-makers-footer-img {
    margin-top: 60px;
  }

  .section-04 .the-makers-img{
    transform: translateY(0);
  }

  /**
  * Section 05
  * Image + Text + CTA
  **/
  section.section-boxed.section-05 > .wp-block-group__inner-container {
    padding: 32px 20px 115px 20px;
  }

  .section-05 .wp-block-columns {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-05 .wp-block-columns > .wp-block-column:nth-child(2) {
    padding-left:0;
  }

  .section-05 h6 {
    margin-top:40px;
  }

  /**
  * Section 10
  * Text + Images
  **/ 
  .section-10 > .wp-block-group__inner-container > .wp-block-columns:nth-child(1) > .wp-block-column:nth-child(1),
  .section-10 > .wp-block-group__inner-container > .wp-block-columns:nth-child(1) > .wp-block-column:nth-child(2) {
    flex-basis: 100%;
    padding-left:0;
  }

  section.section-boxed.section-10 > .wp-block-group__inner-container {
    padding-top: 80px;
  }

  .section-10 > .wp-block-group__inner-container > .wp-block-columns:nth-child(1) {
    gap:12px;
  }


  .section-10 .wp-block-columns-copyright {
    padding-bottom: 20px;
  }

  .section-10 .wp-block-columns-copyright > .wp-block-columns:nth-child(2) {
    flex-basis: 150px;

  }

  .section-10 .wp-block-columns-copyright > .wp-block-column:nth-child(2) {
    flex-direction: column-reverse;
  }

  .section-10 .wp-block-columns-copyright > .wp-block-column:nth-child(2) p:nth-child(1) {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .section-10 > .wp-block-group__inner-container > .wp-block-columns:nth-child(1) {
    padding-bottom: 0;
    margin-bottom: 100px;
  }

  .disclaimer-links > a{
    float: none;
    display: block;
  }

  
}