
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&amp;display=swap');

body {
  font-family: "Open Sans", sans-serif;
  color: #a0a0a0;
}

nav{
  display: flex;
  justify-content: space-between;
  padding: 30px;
  color: #2C2C2C;
  height: 20px;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
  position: relative;
  z-index: 1000;
}

nav .logo{
  font-family: 'Satisfy';
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1001;
}
/* nav .logo i h8{
  font-family:'poppins';
  font-weight: 500;
  font-size: 1.5rem;
} */

nav .logo span {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}


nav ul{
  display: flex;
  list-style: none;
  width: 70%;
  justify-content: space-between;
}

nav ul li a{
  color: #2C2C2C;
  text-decoration: none;
  font-size: .8em;
}

nav ul li a:hover{
  color: #3a3939;
}
nav ul li a {
  transition: color 0.3s ease;
}


.menu-toggle{
  display: none;
  flex-direction: column;
  height: 20px;
  justify-content: space-between;
  position: relative;
  z-index: 1002;
}

.menu-toggle input{
  position: absolute;
  width: 40px;
  height: 28px;
  left: -6px;
  top: -5px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.menu-toggle span{
  display: block;
  width: 28px;
  height: 3px;
  background-color: #2C2C2C;
  transition: all 0.5s;
}

.menu-toggle span:nth-child(2){
  transform-origin: 0 0;
}

.menu-toggle span:nth-child(4){
  transform-origin: 0 0;
}

.menu-toggle input:checked ~ span:nth-child(2){
  background-color: #3a3939;
  transform: rotate(43deg) translate(-1px, -1px);    
}

.menu-toggle input:checked ~ span:nth-child(4){
  background-color: #3a3939;
  transform: rotate(-45deg) translate(-1px ,0px);    
}

.menu-toggle input:checked ~ span:nth-child(3){
  opacity: 0;
  transform: scale(0);
}

/* #=== Ukuran Tablet ===# */
@media screen and (max-width: 769px){
  nav ul{
    display: flex;
    list-style: none;
    width: 70%;
    justify-content: space-between;
  }
  nav{
    display: flex;
    justify-content: space-between;
    padding: 30px;
    color: #2C2C2C;
    height: 16px;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
  }
  nav .logo {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 2.5rem;
  }

}
@media screen and (min-width: 1330px){
  nav ul{
    display: flex;
    list-style: none;
    width: 60%;
    justify-content: space-between;
  }
  nav{
    display: flex;
    justify-content: space-between;
    padding: 30px;
    color: #2C2C2C;
    height: 20px;
    font-size: 22px;
    font-weight: 500;
    align-items: center;
  }
}
/* #=== Ukuran Mobile ===# */
@media screen and (max-width: 576px){
  nav ul {
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100vh;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;
      background-color: #ffffff;
      z-index: -1;
      transform: translateX(100%);
      transition: all 1s;
      font-size: 25px;
      color: #000000;
      font-weight: 500;
      font-family:monospace;
    }

  nav ul.slide{
      transform: translateX(0);
  }

  .menu-toggle{
      display: flex;
  }
}





h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: rgb(14, 20, 58);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: rgba(16, 27, 110, 0.9);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(0deg, rgb(14, 20, 58) 0%, rgba(16, 27, 110, 0.9) 100%);
  padding: 0;
  z-index: -2;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 70vh;
  padding-top: 60px;
}

#hero h2 {
  color: #d2cccc;
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 500;
}

#hero h2 span{
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 0 auto;
  color: #fff;
}


@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

}

@media (max-width: 769px) {
  #hero .carousel-container {
    height: fit-content;
  }

  #hero h2 {
    padding-top: 1.5rem;
    font-size: 20px;
  }
  #hero h2 span{
    font-size: 28px;
  }
  #hero p{
    font-size: 14px;
    padding-bottom: 1.8rem;
  }
  .subscribe .inner-content h2 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 25px;
    text-align: center;
    margin-bottom: 25px;
    text-align: center;
    text-transform: lowercase;
  }
  
  .subscribe .inner-content p {
    font-size: 0.5rem;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    text-transform: none;
    font-weight: 300;
    text-align: justify;
    font-family: 'Courier New', Courier, monospace;
  }

}

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}


.cta {
  background: rgb(14, 20, 58);
  padding: 80px 0;
  border-radius: 200px 0 200px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  z-index: -1;
}
.cta h3 span{
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  z-index: -1;
}
.cta h2{
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  z-index: -1;
}

.cta p {
  color: #fff;
  z-index: -1;
}
.contact-us {
  padding-top: 130px;
}
.border-first-button a{
  color: #03a4ed;
}


.free-quote {
  background-image: url(../img/quote-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 130px;
}

.free-quote .section-heading {
  margin-bottom: 60px;
}

.free-quote .section-heading h6,
.free-quote .section-heading h4 {
  color: #fff;
  text-transform: none;
}

.free-quote .section-heading .line-dec {
  margin: 0 auto;
  background-color: #fff;
}
.free-quote span{
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
}
.free-quote form {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  min-height: 80px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.free-quote form input {
  width: 100%;
  margin-top: 20px;
  margin-left: 30px;
  color: #afafaf;
  font-weight: 400;
  font-size: 15px;
  height: 40px;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  z-index: 2;
  outline: none;
}

.free-quote form button {
  width: 100%;
  height: 80px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  outline: none;
  border: none;
  margin-left: 30px;
  background-color: #726ae3;
  font-size: 15px;
  color: #fff;
}

.free-quote p{
  color: #efefef;
  font-size: 20px;
  text-transform: none;
  text-align: justify;
}

.free-quote h6{
  font-size: 25px;
}


.pricing-tables {
  padding-top: 130px;
}

.pricing-tables  .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.pricing-tables  .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
}

.pricing-item-regular {
  margin-top: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
  border-radius: 50px;
  padding: 90px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pricing-item-regular:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/regular-table-top.png);
  z-index: 0;
  content: '';
  width: 274px;
  height: 221px;
}

.pricing-item-regular:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/regular-table-bottom.png);
  z-index: 0;
  content: '';
  width: 370px;
  height: 171px;
}

.pricing-item-regular span.price {
  font-size: 40px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  z-index: 1;
  left: 30px;
  top: 30px;
}

.pricing-item-regular h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.pricing-item-regular .icon img {
  width: 120px;
  height: 106px;
  margin-bottom: 30px;
}

.pricing-item-regular ul li {
  color: #4b8ef1;
  font-size: 15px;
  margin-bottom: 15px;
}

.pricing-item-regular ul li:last-child {
  margin-bottom: 0px;
}

.pricing-item-regular ul li.non-function {
  color: #afafaf;
  text-decoration: line-through;
}

.pricing-item-regular .border-button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.pricing-item-pro {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
  border-radius: 50px;
  padding: 120px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pricing-item-pro:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/pro-table-top.png);
  z-index: 0;
  content: '';
  width: 281px;
  height: 251px;
}

.pricing-item-pro:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/pro-table-bottom.png);
  z-index: 0;
  content: '';
  width: 100%;
  height: 201px;
}

.pricing-item-pro span.price {
  font-size: 40px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  z-index: 1;
  left: 30px;
  top: 30px;
}

.pricing-item-pro h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.pricing-item-pro .icon img {
  width: 120px;
  height: 106px;
  margin-bottom: 30px;
}

.pricing-item-pro ul li {
  color: #4b8ef1;
  font-size: 15px;
  margin-bottom: 15px;
}

.pricing-item-pro ul li:last-child {
  margin-bottom: 0px;
}

.pricing-item-pro ul li.non-function {
  color: #afafaf;
  text-decoration: line-through;
}

.pricing-item-pro .border-button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }

}

@media (max-width: 769px) {
  .cta {
    background: rgb(14, 20, 58);
    padding: 80px 0;
    border-radius: 120px 0 120px 0;
  }
  .cta h3{
    font-size: 23px;
    font-weight: 700;
  }
  .cta h3 span{
    font-size: 18px;
    font-weight: 300;
    color: #aea5a5;
  }
  .cta h2{
    font-size: 24px;
    font-weight: 500;
  }

  .cta p{
    font-size: 13px;
  }
   
  


}

.about-img {
  background-image: url('../img/banner.jpg');
  background-repeat: no-repeat;
  min-height: 900px;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
}
.text-bg {
  text-align: center;
  padding-right: 71px;
}

.text-bg h1 {
  font-family: 'Baloo Chettan', cursive;
  color: #fff;
  font-size: 50px;
}

.text-bg h5 {
  font-family: 'Courier New', Courier, monospace;
  color: aqua;
  font-size: 1.5rem;
  font-weight: 300;
  display: block;
  
}

@media (max-width: 769px) {
  .text-bg{
    text-align: center;
    padding: 0;
  }
  .text-bg h1 {
    font-family: 'Baloo Chettan', cursive;
    color: #fff;
    font-size: 30px;
  }
  
  .text-bg h5 {
    font-family: 'Courier New', Courier, monospace;
    color: aqua;
    font-size: 1rem;
    font-weight: 300;
    display: block;
    
  }
  

}

.subscribe {
  margin-top: 120px;
}

.subscribe .inner-content {
  background-image: url('../img/subscribe-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  padding: 10px 0px;
  width: 100%;
  position: relative;
}

.subscribe .inner-content:after {
  content: '';
  background-image: url('../img/subscribe-dec.png');
  position: absolute;
  width: 200px;
  height: 144px;
  background-repeat: no-repeat;
  background-position: center center;
  right: -40px;
  top: -50px;
}

.subscribe .inner-content h2 {
  font-family: 'Courier New', Courier, monospace;
  color: rgb(7, 224, 224);
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 25px;
  text-align: center;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}

.subscribe .inner-content p {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  text-transform: none;
  font-weight: 300;
  text-align: justify;
  font-family: 'Courier New', Courier, monospace;
}

@media (max-width: 769px) {
  
  .subscribe .inner-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 25px;
    text-align: center;
    margin-bottom: 25px;
    text-align: center;
  }
  
  .subscribe .inner-content p {
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 300;
    text-align: justify;
    font-family: 'Courier New', Courier, monospace;
    padding: 0 30px;
  }

}
@media (max-width: 426px) {
  .subscribe .inner-content:after {
    content: '';
    background-image: url('../img/subscribe-dec.png');
    position: absolute;
   z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    right: -10px;
    top: -100px;
  }
}
.footer {
  text-align: center;
}
.footer .icons {
  padding: 3rem 0;
}
.footer .icons a {
  height: 3rem;
  width: 3rem;
  line-height: 2.4rem;
  text-align: center;
  border-radius: 50%;
  color: rgb(3, 6, 78);
  border: 0.2rem solid rgb(3, 6, 78);
  font-size: 1.5rem;
  margin: 0 0.1rem;
  transition: 0.2s linear;
}
.footer .icons a:hover {
  color: #337de6;
  border-color: #337de6;
}
.footer .credit {
  font-size: 1.3rem;
  border-top: 0.1rem solid #999;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #666;
  width: 90%;
  padding: 1rem 0;
  font-family: "Times New Roman", Times, serif;
  text-transform: lowercase;
}
.footer .credit span {
  color: var(--color);
  font-family: "Times New Roman", Times, serif;
  text-transform: lowercase;
}


