*

{
	margin: 0;
	padding: 0;
}
body
{
	font-family: sans-serif;
}

/*-------Navbar section------*/
#nav-bar
{
    position: sticky;
    top: 0;
    z-index: 10;
    transition: 0.2s;
    display: flex;
}

.navbar
{
    background-image: linear-gradient(to right, #fff, #fff);
    padding: 0 !important;
    
}
.navbar-brand img
{
    height: 35px;
    padding-left: 20px;
}
.navbar-nav li
{
    padding: 0 10px;
}
.navbar-nav li a
{
    color:#777777 !important;
    font-weight: 600;
    float: right;
    text-align: left;
}
.fa-bars
{
    color: #777;
    font-size: 30px !important;
}
.navbar-toggler
{
    outline: none !important;
    cursor: pointer;
}
.header-scrolled
{
    box-shadow: 0.100px 0.100px 30px 0px rgba(50, 50, 50, 0.3);
    background-color: rgb(255,255,255);
}
.floatingNav {
  width: calc(100vh - 100px); 
  border-radius: 2px;
  box-shadow: 0px 1px 10px #999;
}
/*-------End Navbar section------*/

.logo-text{
    font-size: 32px;
    font-family: 'Squada One', cursive;
    font-weight: 900;
    text-transform: uppercase;
    background: -webkit-linear-gradient(left, #fc9d2a, #e614d5);
    background: -ms-linear-gradient(left, #fc9d2a, #e614d5);
    background: -moz-linear-gradient(left, #fc9d2a, #e614d5);
    background: -o-linear-gradient(left, #fc9d2a, #e614d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 
}

/*-------Home section------*/

.judul-text {
    font-family: 'Lato';
    font-weight: 800;
    font-size: 30px;
}
element.style {
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.intro {
    display: table;
    width: 100%;
    padding: 0;
    background: linear-gradient(#e614d5, #27008b);
    background-color: #e5e5e5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.intro .overlay {
    background: rgba(0,0,0,0.2);
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
header .intro-text {
    padding-top: 350px;
    padding-bottom: 200px;
    text-align: center;
}
.intro h1 {
    font-family: 'Teko', sans-serif;
    color: #fff;
    font-size: 140px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0px;
}
.intro p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 auto;
    margin-bottom: 60px;
}


/*------- Kami Hadir Untuk Anda section------*/

.why {
    background-color: #240071;
    padding: 80px;
    background-image: url(...);
    background-size: 100%;
    background-repeat: no-repeat;
}
.why div, .why h1 {
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/*-------Tentang Kami section------*/
.keren {
    font-family: Arial Black;
	text-transform: uppercase;
	background: linear-gradient(to right, #27008b 0%, #e614d5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-size: 30px;
}
#about-us img {
    width: 520px;
    margin-top: 10px;
    background: none;
    border-right: 0;
    box-shadow: 0 0 50px rgba(0,0,0,0);
}
.col-sm-6 {
    width: 50%;
}
.col-xs-12 {
    width: 100%;
}
div {
    display: block;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}

.shadow {
    border-radius: 14px;
    margin: 10;

    padding: 50px 0;
    background: none;
    box-shadow: 10;
    
}
/*------- Konsep Tombol Section------*/

.box-button a, .submit-button {
  background-image: -moz-linear-gradient(0deg, #27008b 0%, #e614d5 100%);
  background-image: -webkit-linear-gradient(0deg, #27008b 0%, #e614d5 100%);
  background-image: -ms-linear-gradient(0deg, #27008b 0%, #e614d5 100%);
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  padding: 5px 30px;
  display: inline-block;
  text-transform: none;
}

.orange-button {
  background-image: -moz-linear-gradient(0deg, #fc9d2a 0%, #e614d5 100%);
  background-image: -webkit-linear-gradient(0deg, #fc9d2a 0%, #e614d5 100%);
  background-image: -ms-linear-gradient(0deg, #fc9d2a 0%, #e614d5 100%);
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  padding: 5px 30px;
  display: inline-block;
  text-transform: none;
}

.service {
  margin-top: 100px;
}


/*------- Teks Section------*/

.accent-orange, .headline-2 {
    background-image: -webkit-linear-gradient(120deg,#ffa52b 0%,#ff6b15 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.headline-1 {
    background-image: -webkit-linear-gradient(120deg,#b142ec 0%,#812bea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.accent-orange, .headline-2, .headline-1 {
    color: #ff7b2b;
}

.headline-2, .headline-1 {
    font-family: 'Lato';
    font-size: 70px;
    font-weight: 900;
    line-height: 1.2 em;
    margin-bottom: .2em;
    text-align: center;
}

.detail {
    font-family: 'Lato';
    font-size: 25px;
    color: #20292f;
    text-align: center;
}

/*------- Garis Section------*/

.lines::before {
    content: "";
    background: #fc9d2a;
    height: 3px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: block;
    transform: translateY(21px);
}
.lines::after {
    content: "";
    background: #e614d5;
    height: 8px;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    display: block;
    transform: translateY(5.5px);
}


/*------- Kategori Section------*/

#portfolio {
	padding: 100px 0;
}
.portfolio-item {
	margin: 1px -15px 0 -14px;
	padding: 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
	margin: 0;
}

a {
    color: #608dfd;
    font-weight: 400;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: linear-gradient(to right, rgba(39,0,139,0.8) 0%, rgba(230,20,213,0.8) 100%);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}


/*-------Testimonial section------*/

.card {
  border: none;
  background: transparent;
}

.testimonials h2 {
  font-size: 36px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}

.card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 10 auto;
}


/*-------Gak Tau Ini Apa Section------*/

.Contact-Us {
  margin-top: 100px;
}


/*-------Jadi Tunggu Apalagi Section------*/
.words {
    background-color: #172735;
    padding: 100px;
    background-image: url(#);
    background-size: 100%;

}
.words div, .words h1 {
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
}

.qbutton.small {
    height: 39px;
    line-height: 39px;
    font-size: 12px;
    padding: 0 34px;
}

/*-------Form Section------*/


/*-------Variasi Tombol Section------*/

.qbutton {
    position: relative;
    display: inline-block;
    width: auto;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0 36px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #000;
    background-color: #A7FFE7;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 2px;
    white-space: nowrap;
    box-sizing: initial!important;
}

/*-------First Line Pricing section------*/
.first-price {
    font-family: 'Lato';
    background-color: #172735;
    padding: 100px;
    background-image: url(#);
    background-size: 100%;

}
.first-price div, .first-price h1 {
    
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
}
/*-------Pricing section------*/

.pricing-area {
    margin-top: 25px;
    
}
.single-pricing {
    position: relative;
    text-align: center;
    background-color: #172735;
    color: #fff;
    margin: 10px 10px;
    padding: 30px;
    border-radius: 3px;
}
.satu-pricing {
    position: relative;
    text-align: center;
    background-color: #CBE86B;
    color: #fff;
    margin: 10px 10px;
    padding: 30px;
    border-radius: 3px;
}
.head-text {
    background-color: transparent;
    border-bottom: 0;
    padding: 15px 0;
    border-radius: 3px 3px 0 0;
}
.head-text h3 {
    font-family: "Lato";
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fafafa;
}
.pricing-area .pricing-area span{
    font-weight: 600;
}
.price-area{
    position: relative;
    padding: 10px 0;
    color: #fff;
    font-weight: 300;
    font-size: 50px;
    line-height: 1;
}
.pricing-area span.duration {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #888;
    letter-spacing: 1px;
    vertical-align: baseline;
    color: #999;
    margin: 20px 0 0 3px;
}

.price-area:after, .feature-area {
    border: 0;
    font-family: "Lato";
}
.feature-area ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}
.feature-area li {
    padding: 6px 0;
    font-size: 14px;
}
.btn-area {
    padding: 15px 30px;
}
.btn-area a {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #1abc9c;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
}
.label-area {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -1px;
    right: -1px;
    text-align: center;
    border-top-right-radius: 3px;
    background: #ef4368;
}
.label-area span{
    position: absolute;
    top: 22px;
    right: 3px;
    text-transform: uppercase;
    transform: rotate(45deg);
    font-weight: 700;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    letter-spacing: 4px;
}
.label-area:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 0 0 80px;
    border-color: transparent transparent transparent #172735;
}
@media (max-width: 767px){
    h3{
        font-size: 20px;
    }
    .single-pricing{
        margin-bottom: 30px;
    }
}



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

.footer {
    margin-top: 100px;
}
.footer-box
{
    width: 100px;
    margin-bottom: 20px;
}
.footer-box .fa
{
    margin-right: 8px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
}

.copyright {
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}

/*-------End Footer section------*/