@font-face {
    font-family: 'CheapPineSans';
    src: url('fonts/CheapPineSans.otf')  format('truetype');
}

@font-face {
    font-family: 'AvenirNextRoundedStd-Bold';
    src: url('fonts/AvenirNextRoundedStd-Bold.otf')  format('truetype');
}

@font-face {
    font-family: 'AvenirNextRoundedStd-Med';
    src: url('fonts/AvenirNextRoundedStd-Med.otf')  format('truetype');
}

* { background:transparent }

html, body {
  height: 100%;
  min-height: 100%;
  display: grid;
}

body {
  color: #000;
  text-align: center;
  font-family: 'AvenirNextRoundedStd-Bold';
  height: 100%;
  min-height: 100%;
  text-align: center;
  background-color: transparent;
}

html,body{
  
}

.col-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.box-1 {
  height: 100%;
  position: relative;
  background: url('../img/bg.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 7%;
}

.container-fluid {
  height: 100%;
}

.box-1 .text-1 {
  display: block;
  font-size: 64pt;
  line-height: 64pt;
  padding: 90px 38px 25px 38px;
  font-family: 'CheapPineSans';
}

.box-1 .text-2, .box-1 .text-3{
  display: block;
  font-size: 28pt;
  line-height: 28pt;  
}

.box-1 .text-2 {
  padding: 28px 120px;
}
.box-1 .text-3{
  padding: 28px 250px;
}

.box-1 .text-22{
  display: block;
  font-size: 34pt;
  line-height: 34pt;
  padding: 28px 120px; 
}

.f-22{
  font-size: 22pt !important;
}

.box-1 .text-2a{
  display: block;
  font-size: 18pt;
  line-height: 22pt;
  padding: 28px 120px; 
}

.box-1 a{
  color:#fff551;
}

.box-1 .text-4{
  display: block;
  font-size: 24pt;
  line-height: 24pt;
  font-family: 'AvenirNextRoundedStd-Med';
  padding: 0px 210px 30px 210px;
}

.box-1 .bullet {
  display: block;
  margin: 5px auto;
}

.box-1 .text-white {
  color:#fff;
}

.box-1 .text-yellow {
  color:#fff551;
}

.box-1 .text-yellow-big {
  color:#fff551 !important;
  font-size: 19pt !important;
}

.img-top-left {
  position: absolute;
  left: 0px;
}
.img-top-right {
  position: absolute;
  right: 0px;
}
.img-bottom-left {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.img-bottom-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.img-arrow-left {
  position: absolute;
  left: 0px;
  top: 40%;
}
.img-arrow-right {
  position: absolute;
  right: 0px;
  top: 40%;
}
.web {
  display: inline;
}
.mobile {
  display: none;
}

@media screen and (max-width: 1270px) {
  .img-top-left {
    width: 34.85vw;
    min-width: 230px;
  }
  .img-top-right {
    width: 34.85vw;
    min-width: 230px;
  }
  .img-bottom-left {
    width: 34.85vw;
    min-width: 230px;
  }
  .img-bottom-right {
    width: 34.85vw;
    min-width: 230px;
  }
}

@media screen and (max-width: 910px) {
  .img-arrow-left {
    width: 16.18vw;
    top: 40%;
  }
  .img-arrow-right {
    width: 16.18vw;
    top: 40%;
  }
  .box-1 .text-3{
    padding: 28px 150px;
  }
  .box-1 .text-4{
    padding: 0px 120px 30px 120px;
  }
}

@media screen and (max-width: 750px) {
  .box-1 .text-2, .box-1 .text-22 {
    padding: 28px 50px;
  }
  .box-1 .text-2a {
    padding: 28px 100px;
  }
  .box-1 .text-3{
    padding: 28px 50px;
  }
  .img-arrow-left {
    top: 41%;
  }
  .img-arrow-right {
    top: 41%;
  }
}

@media screen and (max-width: 650px) {
  /*.web {
    display: none;
  }
  .mobile {
    display: block;
  }*/
  .box-1 .text-1 {
    padding: 85px 38px 38px 38px;
    font-size: 60pt;
    line-height: 60pt;
  }
  .box-1 .text-2, .box-1 .text-22 {
    padding: 48px 50px 18px 50px; 
  }
  .box-1 .text-2a {
    padding: 28px 100px;
  }
  .box-1 .text-3{
    padding: 18px 50px; 
  }
  .box-1 .text-4{
    padding: 0px 70px 30px 70px;
  }
  .btn {
    width: 84.6vw;
  }
}

@media screen and (max-width: 600px) {
  .box-1 .text-4-b{
    padding: 0px 0px 30px 0px;
  }
  .box-1 .text-1 {
    padding: 85px 38px 20px 38px;
  }
  .box-1 .text-2, .box-1 .text-22 {
    padding: 18px 50px 18px 50px; 
  }
  .box-1 .text-2a {
    padding: 28px 100px;
  }
}

@media screen and (max-width: 550px) {
  .f-22 {
    font-size: 5.5vw !important;
  }
  .box-1 .text-1 {
    font-size: 14vw;
    line-height: 13.8vw;
  }
  .box-1 .text-2 {
    font-size: 6.5vw;
    line-height: 6.5vw;
  }
  .box-1 .text-2a {
    font-size: 13pt;
    line-height: 15pt;
  }
  .box-1 .text-22 {
    font-size: 8vw;
    line-height: 8vw;
  }
  .box-1 .text-3{
    font-size: 6.5vw;
    line-height: 6.5vw;
    padding: 18px 50px; 
  }
  .box-1 .text-4{
    font-size: 5.5vw;
    line-height: 5.5vw;
  }
  .box-1 .text-4-b{
    padding: 0px 0px 15px 0px;
  }
  .box-1 .text-yellow-big {
    font-size: 13pt !important;
  }

  .img-top-left {
    width: 34.85vw;
    min-width: 150px;
  }
  .img-top-right {
    width: 34.85vw;
    min-width: 150px;
  }
  .img-bottom-left {
    width: 34.85vw;
    min-width: 150px;
  }
  .img-bottom-right {
    width: 34.85vw;
    min-width: 150px;
  }
  .img-arrow-left {
    top: 44%;
  }
  .img-arrow-right {
    top: 44%;
  }
}