body, ul {
  font-family: "Nunito";
  font-size: 1.8rem!important;
  color: #383838;
}
h1,h2,h3,h4,h5,h6, .logo {
  font-family: "gotham rounded";
  letter-spacing: -1px;
  font-weight: 500;
  line-height:1.1em;;
}
.title > h2 {
  font-size: 3.2rem!important;
}
header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99;
}
.navbar .logo img {
  height: 27px;
  margin-right: 10px;
}
.navbar .logo span {
  font-size: 0.5em;
}
.logo {
  letter-spacing: 0;
  font-size: 2.7rem!important;
}
.logo > div {
  display: flex;
  align-items: center;
}
.navbar .menu > *:first-child {
  margin-left: 0;
}
.navbar .menu > * {
  margin-left: 10px;
}
.app-icon {
  width: 72px;
}
section {
  padding-top: 8rem; 
  padding-bottom: 8rem; 
}
.btn {
  font-weight: 600;
}
.container {
  max-width: 1200px;
}
.video-wrapper .button-player {
  background-image: url('data:image/png;');
  background-size: 100%;
  background-position: 0 0;
  width: 65px;
  height: 65px;
  z-index: 99;
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}

.video-wrapper:not(.playing):active .button-player {
  opacity: 0.75;
  transform: scale(0.9);
  transition: all 0.25s;
}

.video-wrapper.playing .button-player {
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.5s;
}

.pricing-table-orange {
  background-image: url('https://relasi.link/salesletter/site/css/orange.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  color: rgba(255,255,255,0.75);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 55px rgba(102,29,56,0.3);
  background-origin: border-box;
}

.pricing-table-orange .btn {
  color: #FFF !important;
  background-color: rgba(255,255,255,0.2) !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* background */
.bg-ig {
  background-image: url('../images/background/background@svg.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

/*stabilo */
.stabilo {
  box-shadow: 0 -1.5rem 0px rgba(255,255,0,0.75) inset;
}

/* gradient */

.bg-orange-gradient, .btn.btn-orange {
  background: #ff6b61;
  background: linear-gradient(135deg, #ff8500, #ff6b61);
  color: #fff;
}

.bg-orange-gradient-2 {
  background: #f37e5d;
  background: linear-gradient(to right, #f37e5d 0, #FFB349 100%);
  color: #fff;
}

.bg-blue-gradient-2, .btn.btn-blue {
  background: linear-gradient(228deg,#00a4ff,#0071ff);
  color: #fff;
  font-weight: 600;
}

.bg-blue-gradient-3 {
  background: linear-gradient(to left, #007EFF 0, #03B8E3 100%);  
  color: #fff;
  
}
/* feature overview */

#feature-overview h3 {
  font-size: 2.3rem!important;
}
#feature-overview img {
  height: 36px;
}

/* new */
.baru {
  position: relative;
}

.baru label {
  background: var(--orange);
  border-radius: 20px;
  font-size: 55%!important;
  font-weight: normal;
  letter-spacing: 0.1px;
  padding: .5em .5em;
  color: #fff;
  position: absolute;
  top: calc(100% - 3.5em);
  margin-left: 0.75em;
  line-height: 1;
}
.baru label::before {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0.75em 0.5em 0;
  border-color: transparent var(--orange) transparent transparent;
  top: 1.3em;
  margin-left: -0.7em;
  transform: rotate(-41.5deg);
}


.icon-feature {
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 auto 2em;
  background-size: contain;
  background-repeat: no-repeat;
}

h4 > .icon-feature {
  display: inline-block!important;
  vertical-align: middle;
  margin-bottom: 3px!important;
  margin-right: 7px!important;
  height: 21px;
  width: 21px;
}

.icon-schedule {
  background-image: url("data:image/svg+xml;");
}

.icon-time {
	background-image: url("data:image/svg+xml;");
}

.icon-post {
  background-image: url("data:image/svg+xml;");
}
.icon-repost {
	background-image: url("data:image/svg+xml;");

}

.icon-hashtag {
  background-image: url("data:image/svg+xml;");
}

.icon-insights {
  background-image: url("data:image/svg+xml;");
}

.icon-caption {
  background-image: url("data:image/svg+xml;");
}

.icon-search {
  background-image: url("data:image/svg+xml;");
}

.icon-account {
  background-image: url("data:image/svg+xml;");
}

.icon-cloud {
  background-image: url("data:image/svg+xml;");
}


/* proof */
.proof {
  animation: proof 8s;
}
.proof > * {
  padding: 5px;
  border-radius: 8px!important;
}
.proof h4 {
  font-size: 1.5rem;
}
.proof p {
  font-size: 1.2rem;
  line-height: 1.5;
}
.proof small {
  font-size: 1.1rem;
}

.bg-pampas {background:#87CEEB;}