@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

#difference .s3 {
  padding-top: 8.34rem;
  position: relative;
  background: url(/i/different_bg.png) no-repeat center/cover fixed;
  z-index: 1;
}

#difference .s3 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

#difference .s3 .cards {
  position: relative;
  z-index: 2;
  margin-bottom: 4rem;
}

#difference .s3 .cards .left {
  max-width: 560px;
  position: sticky;
  top: 200px;
  height: 300px;
}

#difference .s3 .cards .left h3 {
  font-size: 3.77rem;
  line-height: 4.3rem;
  margin-bottom: 2.5rem;
  color: #fff;
}

#difference .s3 .cards .left p {
  color: #fff;
}

#difference .s3 .cards .right {
  position: relative;
  width: 100%;
  max-width: 600px;
}

#difference .s3 .cards .right .card {
  width: 100%;
  max-width: 600px;
  min-height: 375px;
  border-radius: 20px;
  padding: 2.77rem 3.35rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.2);
  background-blend-mode: multiply;
  margin-bottom: 2.23rem;
}

#difference .s3 .cards .right .card p {
  font-weight: 400;
  max-width: 483px;
  color: #fff;
  margin-bottom: 1.5rem;
}

#difference .s3 .cards .right .card h3 {
  font-size: 2.17rem;
  line-height: 2.54rem;
  color: #6CAB69;
}

#difference .s3 .cards .right .card:last-of-type {
  margin-bottom: 0;
}

#difference .s3 .circle {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#difference .s3 .circle .white-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 780px;
  height: 780px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#difference .s3 .circle .slide-contact {
  height: 100vh;
}

#difference .s3 .circle .slide {
  width: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

#difference .s3 .circle .circle-content {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}

#difference .s3 .circle .circle-content h3 {
  font-size: 2.16rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}

#difference .s3 .circle .circle-content p {
  font-size: 1.167rem;
  line-height: 1.8rem;
  max-width: 560px;
}

#difference .s3-new {
  height: 100vh;
  background: url(/i/different_bg.png) no-repeat center/cover;
}

#difference .s3-new .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

#difference .s3-new .left {
  max-width: 560px;
}

#difference .s3-new .left h3 {
  font-size: 3.77rem;
  line-height: 4.3rem;
  margin-bottom: 2.5rem;
  color: #fff;
}

#difference .s3-new .left p {
  color: #fff;
}

#difference .s3-new .right {
  position: relative;
  width: 100%;
  max-width: 600px;
}

#difference .s3-new .right .card {
  width: 100%;
  max-width: 600px;
  height: 375px;
  border: 1px solid rgba(91, 120, 77, 0.5);
  border-radius: 20px;
  background-color: #081C15;
  padding: 2.77rem 3.35rem;
  position: relative;
  margin-bottom: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform, opacity;
  transform-origin: center center;
}

#difference .s3-new .right .card p {
  font-weight: 400;
  max-width: 483px;
  color: #fff;
  margin-bottom: 1.5rem;
}

#difference .s3-new .right .card h3 {
  font-size: 2.17rem;
  line-height: 2.54rem;
  color: #6CAB69;
}

#difference .s3-new .right .card:last-of-type {
  margin-bottom: 0;
}

#difference .s3-new .right .card2 {
  top: 20px;
}

#difference .s3-new .right .card3 {
  top: 40px;
}

#difference .s3-new .right .card4 {
  top: 60px;
}

#difference .s3-new .right .card5 {
  top: 80px;
}

#difference .s3-new .right .card6 {
  top: 100px;
}

/***** MEDIA *****/
@media screen and (max-width: 1200px), (max-height: 790px) {
  #difference .s3 {
    background-attachment: scroll;
  }
  #difference .s3 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #difference .s3 .cards .left {
    max-width: none;
    position: relative;
    top: auto;
    height: auto;
  }
  #difference .s3 .cards .left h3 br {
    display: none;
  }
  #difference .s3 .cards .right {
    max-width: none;
  }
  #difference .s3 .cards .right .card {
    min-height: 300px;
    max-width: none;
    padding: 2rem 1rem;
  }
  #difference .s3 .cards .right .card p {
    max-width: none;
  }
  #difference .s3 .cards .right .card h3 br {
    display: none;
  }
  #difference .s3-new {
    height: auto;
    padding: 8.34rem 0;
  }
  #difference .s3-new .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #difference .s3-new .left, #difference .s3-new .right {
    max-width: none;
  }
  #difference .s3-new .left h3 br {
    display: none;
  }
  #difference .s3-new .left p {
    max-width: none;
  }
  #difference .s3-new .right .card {
    height: 320px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: none;
  }
  #difference .s3-new .right .card p {
    max-width: none;
  }
  #difference .s3-new .right .card p br {
    display: none;
  }
  #difference .s3-new .right .card h3 {
    font-size: 2rem;
  }
  #difference .s3-new .right .card h3 br {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  #difference .s3 .cards .left h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  #difference .s3-new .left h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  #difference .s3-new .left h3 br {
    display: none;
  }
  #difference .s3-new .right h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  #difference .s3-new .right h3 br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #difference .s3 {
    padding-top: 5rem;
  }
  #difference .s3 .cards .left h3 {
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin-bottom: 1.5rem;
  }
  #difference .s3 .cards .right .card p {
    margin-bottom: 1rem;
  }
  #difference .s3 .cards .right .card p br {
    display: none;
  }
  #difference .s3 .cards .right .card h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #difference .s3 .circle {
    background: #fff;
    height: auto;
  }
  #difference .s3 .circle .slide-contact {
    height: auto;
    padding: 5rem 1rem;
  }
  #difference .s3 .circle .white-circle {
    display: none;
  }
  #difference .s3 .circle .circle-content h3 {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  #difference .s3 .circle .circle-content h3 br {
    display: none;
  }
  #difference .s3 .circle .circle-content p {
    font-size: 1rem;
    line-height: 1.67rem;
  }
  #difference .s3-new {
    padding: 5rem 0;
    background-image: url(/i/different_bg_mobile.jpg);
  }
  #difference .s3-new .left h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
  }
  #difference .s3-new .right .card {
    padding: 2.5rem 1rem;
    height: 400px;
  }
  #difference .s3-new .right .card h3 {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  #difference .s3-new .right .card p {
    font-size: 1rem;
    line-height: 1.67rem;
  }
}
