/*--------------------
General Style
---------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;500;600&display=swap");
body,
html {
  height: 100%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #fff;
}

.subject {
  font-family: "Playfair Display", serif;
  color: rgba(255, 255, 255, 0.07);
  font-size: 180px;
  font-size: 16vw;
  letter-spacing: -4px;
  line-height: 0.9;
  z-index: -1;
}

/*--------------------
Screen
---------------------*/

.screen {
  width: 800px;
  height: 485px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #272625;
  overflow: hidden;

  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  -webkit-box-shadow: 30px 30px 48px rgba(31, 78, 95, 0.4);
  -moz-box-shadow: 30px 30px 48px rgba(31, 78, 95, 0.4);
  box-shadow: 30px 30px 48px rgba(31, 78, 95, 0.4);
}

/*--------------------
Navigation
---------------------*/

.nav {
  width: 100%;
  height: 66px;
  position: fixed;
  top: -1px;
  padding: 15px 25px;
  z-index: 9999;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav > nav {
  float: right;
}

button {
  border: none;
  width: 100px;
  color: #fff !important;
  text-decoration: none;
  font-size: 12px !important;
  background-color: #f6731c !important;
  border-radius: 80px;
  height: 30px !important;
}

button:focus {
  outline: 0;
}
.pd10 {
  padding: 10px;
}
.button-nav {
  height: 50px;
  padding: 0px 16px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  position: relative;
  float: right;
  background-color: transparent;
  border-bottom: 5px transparent solid;
  color: rgba(0, 0, 0, 0.6);

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button-nav:hover {
  cursor: pointer;
  height: 40px;
  color: #000;
  border-bottom: 5px #000 solid;
}

/*--------------------
Page
---------------------*/

.page {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.section-name {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.2);
}

.section-title {
  font-size: 36px;
  letter-spacing: -2px;
  color: #f6731c;
  text-align: center;
  margin-bottom: 4px;
}

.section-subtitle {
  text-align: center;
}

.section-subtitle a {
  height: 26px;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: rgba(243, 191, 2, 0.5);
  padding: 2px 8px;
  border: 1px solid rgba(243, 191, 2, 0.5);

  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}

.negative {
  color: #000;
}

/*--------------------
Hero
---------------------*/

section.hero {
  position: relative;
  height: 485px;
  padding: 60px;
  /* background: url("https://static.pexels.com/photos/9477/pexels-photo-large.jpeg"); */
  background: url("./img/Frame1.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.mt100 {
  margin-top: 100px;
}
.mt20 {
  margin-top: 20px !important;
}
.nounder {
  text-decoration: none !important;
}
.colwhite {
  color: #fff;
}
.fitur {
  align-items: center;
  border: 1px solid #cacaca;
  border-radius: 20px;
  padding: 20px;
  color: #000 !important;
  text-decoration: none !important;
}
.fitur:hover {
  align-items: center;
  border: 1px solid #cacaca;
  border-radius: 20px;
  padding: 20px;
  background-color: rgb(218, 208, 208);
}
.fiturfont {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
}
.subfiturfont {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
}
.bgtop {
  position: relative;
  background: url("./img/bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.titletop {
  font-size: 50px;
  font-weight: 600 !important;
  font-family: "Raleway", sans-serif;
  padding-left: 100px;
  padding-top: 100px;
}
.subtop {
  font-size: 20px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  padding-left: 100px;
}
.btn1 {
  background-color: #f6731c;
  border: 1px solid #f6731c;
  border-radius: 20px;
  width: 120px;
  margin-left: 100px;
  text-align: center;
  color: #fff;
  font-size: 17px;
}
.btn1:hover {
  background-color: #97450e;
  border: 1px solid #97450e;
  border-radius: 20px;
  width: 120px;
  margin-left: 100px;
  text-align: center;
  color: #fff;
}
/*--------------------
Call To Actions
---------------------*/

.cta {
  height: 260px;
  width: 420px;
  border: 12px solid #000;
  margin-top: 80px;
  padding: 20px;
  font-weight: 800;
  letter-spacing: -3px;
  font-size: 60px;
  color: #000;
  line-height: 0.8;

  -webkit-box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.4);
}

.cta > span {
  font-size: 48px;
  font-weight: 600;
}

.button-cta,
.button-nav-cta,
.button-sec-cta {
  padding: 2px 23px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  color: #272625;

  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button-cta {
  height: 46px;
  position: absolute;
  float: left;
  left: 270px;
  bottom: 69px;
  background-color: #f3bf02;
  border: 3px solid #272625;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -1px;
  z-index: 1;
}

.button-cta:hover,
.button-nav-cta:hover,
.button-sec-cta:hover {
  background-color: #272625;
  color: #f3bf02;
  cursor: pointer;

  -webkit-box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.4);
}

.button-cta:hover {
  border: 3px solid #f3bf02;
}

.button-nav-cta {
  margin: 1px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #272625;
  font-weight: 600;
  font-size: 16px;
  display: none;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

section.second-cta {
  padding: 60px;
  background-color: rgba(243, 191, 2, 1);
  text-align: center;
}

.button-sec-cta {
  height: 46px;
  background-color: #f3bf02;
  border: 3px solid #272625;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -1px;
}

.button-sec-cta:hover {
  color: f3bf02;
}

/*--------------------
Features
---------------------*/

section.features {
  padding: 25px;
}

section.features .features-container {
  padding: 35px 0px;
}

section.features .features-item {
  width: 31.75%;
  height: 200px;
  margin: 0.5% 0.5%;
  border: 3px solid transparent;
  display: inline-table;
  position: relative;
  overflow: hidden;

  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

section.features .features-item:hover {
  border: 3px solid #f6731c;
  -webkit-box-shadow: 14px 14px 24px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 14px 14px 24px rgba(0, 0, 0, 0.4);
  box-shadow: 14px 14px 24px rgba(0, 0, 0, 0.4);
}

section.features .features-item .item-number {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  font-size: 160px;
  font-weight: 100;
  letter-spacing: -6px;
  color: #181818;
  text-align: center;
  z-index: 0;

  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

section.features .features-item:hover .item-number {
  color: #f6731c;
}

section.features .features-item .item-text {
  width: 100%;
  padding: 5px;
  position: absolute;
  float: left;
  top: 50%;
  left: 0px;
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 1;
  color: #5e5e5f;
  text-align: center;
  background: rgba(39, 38, 37, 0.8);
  z-index: 1;

  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

section.features .features-item:hover .item-text {
  color: #5e5e5f;
  background: rgba(39, 38, 37, 1);
}

/*--------------------
Coments
---------------------*/

section.coments {
  padding: 35px 25px;
  background-color: #181818;
}

/*--------------------
Speech
---------------------*/

.box-clients {
  width: 320px;
  height: 280px;
  margin: auto;
  position: relative;
}

p.speech {
  position: relative;
  width: 300px;
  height: 150px;
  text-align: left;
  line-height: 1;
  color: #b0b7c6;
  background-color: #dddfe6;
  padding: 30px 20px 30px 70px;
  margin: auto;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.05);
}

p.speech span {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 20px;
  top: 20px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgOTUuMzMzIDk1LjMzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOTUuMzMzIDk1LjMzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zMC41MTIsNDMuOTM5Yy0yLjM0OC0wLjY3Ni00LjY5Ni0xLjAxOS02Ljk4LTEuMDE5Yy0zLjUyNywwLTYuNDcsMC44MDYtOC43NTIsMS43OTMgICAgYzIuMi04LjA1NCw3LjQ4NS0yMS45NTEsMTguMDEzLTIzLjUxNmMwLjk3NS0wLjE0NSwxLjc3NC0wLjg1LDIuMDQtMS43OTlsMi4zMDEtOC4yM2MwLjE5NC0wLjY5NiwwLjA3OS0xLjQ0MS0wLjMxOC0yLjA0NSAgICBzLTEuMDM1LTEuMDA3LTEuNzUtMS4xMDVjLTAuNzc3LTAuMTA2LTEuNTY5LTAuMTYtMi4zNTQtMC4xNmMtMTIuNjM3LDAtMjUuMTUyLDEzLjE5LTMwLjQzMywzMi4wNzYgICAgYy0zLjEsMTEuMDgtNC4wMDksMjcuNzM4LDMuNjI3LDM4LjIyM2M0LjI3Myw1Ljg2NywxMC41MDcsOSwxOC41MjksOS4zMTNjMC4wMzMsMC4wMDEsMC4wNjUsMC4wMDIsMC4wOTgsMC4wMDIgICAgYzkuODk4LDAsMTguNjc1LTYuNjY2LDIxLjM0NS0xNi4yMDljMS41OTUtNS43MDUsMC44NzQtMTEuNjg4LTIuMDMyLTE2Ljg1MUM0MC45NzEsNDkuMzA3LDM2LjIzNiw0NS41ODYsMzAuNTEyLDQzLjkzOXoiIGZpbGw9IiMwMDAwMDAiLz4KCQk8cGF0aCBkPSJNOTIuNDcxLDU0LjQxM2MtMi44NzUtNS4xMDYtNy42MS04LjgyNy0xMy4zMzQtMTAuNDc0Yy0yLjM0OC0wLjY3Ni00LjY5Ni0xLjAxOS02Ljk3OS0xLjAxOSAgICBjLTMuNTI3LDAtNi40NzEsMC44MDYtOC43NTMsMS43OTNjMi4yLTguMDU0LDcuNDg1LTIxLjk1MSwxOC4wMTQtMjMuNTE2YzAuOTc1LTAuMTQ1LDEuNzczLTAuODUsMi4wNC0xLjc5OWwyLjMwMS04LjIzICAgIGMwLjE5NC0wLjY5NiwwLjA3OS0xLjQ0MS0wLjMxOC0yLjA0NWMtMC4zOTYtMC42MDQtMS4wMzQtMS4wMDctMS43NS0xLjEwNWMtMC43NzYtMC4xMDYtMS41NjgtMC4xNi0yLjM1NC0wLjE2ICAgIGMtMTIuNjM3LDAtMjUuMTUyLDEzLjE5LTMwLjQzNCwzMi4wNzZjLTMuMDk5LDExLjA4LTQuMDA4LDI3LjczOCwzLjYyOSwzOC4yMjVjNC4yNzIsNS44NjYsMTAuNTA3LDksMTguNTI4LDkuMzEyICAgIGMwLjAzMywwLjAwMSwwLjA2NSwwLjAwMiwwLjA5OSwwLjAwMmM5Ljg5NywwLDE4LjY3NS02LjY2NiwyMS4zNDUtMTYuMjA5Qzk2LjA5OCw2NS41NTksOTUuMzc2LDU5LjU3NSw5Mi40NzEsNTQuNDEzeiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px;
}

p.speech:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  top: 150px;
  border: 15px solid;
  border-color: #dddfe6 transparent transparent #dddfe6;
}

p.speech:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  top: 150px;
  border: 5px solid;
  border-color: #dddfe6 transparent transparent #dddfe6;
}

.id-client {
  position: absolute;
  float: left;
  top: 200px;
  color: #5e5e5f;
}

/*--------------------
Carousel
---------------------*/

.hcarousel {
  /* Carousel Horizontal */
  overflow: hidden;
  width: 100%;
}

.hpanes {
  list-style: none;
  position: relative;
  width: 300%; /* Number of panels * 100% */
  margin-top: 20px;
  overflow: hidden;

  -webkit-animation: hcarousel 30s infinite;
  -moz-animation: hcarousel 30s infinite;
  animation: hcarousel 30s infinite;
}

.hpanes > li {
  position: relative;
  float: left;
  width: 33%; /* 100% split by number of panels */
}

@keyframes hcarousel {
  0% {
    left: 0;
  }
  11% {
    left: 0;
  }
  12.5% {
    left: 0;
  }
  23.5% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  36% {
    left: -100%;
  }
  37.5% {
    left: -100%;
  }
  48.5% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  61% {
    left: -200%;
  }
  62.5% {
    left: -200%;
  }
  73.5% {
    left: -200%;
  }
  75% {
    left: -100%;
  }
  86% {
    left: -100%;
  }
  87.5% {
    left: -100%;
  }
  98.5% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

/*--------------------
Footer
---------------------*/

section.footer {
  padding: 40px 25px;
  background-color: #3d2426;
  text-align: center;
}

.copy {
  font-size: 15px;
  text-align: center;
  color: rgb(255, 255, 255);
}

#scrollup {
  margin: 10px;
  cursor: pointer;
}

/*--------------------
CTA Animations
---------------------*/

.anim_fadeInLeft {
  animation: fadeInLeft 0.3s linear;
  -moz-animation: fadeInLeft 0.3s linear;
  -webkit-animation: fadeInLeft 0.3s linear;
  -o-animation: fadeInLeft 0.3s linear;
}

.anim_fadeInRight {
  animation: fadeInRight 0.3s linear;
  -moz-animation: fadeInRight 0.3s linear;
  -webkit-animation: fadeInRight 0.3s linear;
  -o-animation: fadeInRight 0.3s linear;
}

/*--------------------
Credits & Other
---------------------*/

.icon-credits {
  width: 100%;
  position: absolute;
  bottom: 4px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.08);
  text-align: center;
  z-index: -1;
}

.icon-credits a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.12);
}
