/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. testimonials
08. contact
09. footer
10. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;

  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  line-height: 25px;
  color: #888;
}

/* CSS for shadow effect */
.col-lg-3,
.col-md-4,
.col-xs-6,
.col-sm-6,
.col-6 {
  margin-bottom: 20px; /* Add some spacing between the columns */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adjust the shadow values as needed */
  transition: box-shadow 0.3s ease; /* Add a smooth transition effect */
}

/* Hover effect */
.col-lg-3:hover,
.col-md-4:hover,
.col-xs-6:hover,
.col-sm-6:hover,
.col-6:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); /* Adjust the shadow values for the hover effect */
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Poppins", sans-serif;
}

::selection {
  background: #f1556a;
  color: #fff;
}

::-moz-selection {
  background: #f1556a;
  color: #fff;
}

a.main-button-slider {
  border-radius: 25px;
  padding: 15px 15px;
  background-color: #3e4cc7;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #20297e;
}

a.main-button {
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #3e4cc7;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #20297e;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #3e4cc7;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #20297e;
}

.center-heading {
  margin-bottom: 70px;
}

.center-heading h2 {
  margin-top: 0px;
  text-align: center;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 25px;
}

.center-heading h2 em {
  font-style: normal;
  color: #3e4cc7;
}

.center-heading p {
  color: #888;
  text-align: center;
}

@media (max-width: 900px) {
  .center-heading {
    text-align: center;
  }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/

.welcome-area {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 80%;
  position: relative;
}

.welcome-area .header-text {
  margin-top: 7rem;
}

.welcome-area .header-text .left-text {
  position: relative;
  align-self: flex-start;
  margin-top: 10%;
  transform: perspective(1px) translateY(-30%) !important;
}

.welcome-area .header-text h1 {
  font-weight: 900;
  line-height: 80px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #191a20;
}

.welcome-area .header-text h1 em {
  font-style: normal;
  color: #0b73fb;
}

.welcome-area .header-text p {
  font-weight: 300;
  /* font-size: 17px; */
  color: #7a7a7a;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

/*
---------------------------------------------
about
---------------------------------------------
*/

.list-card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1000vh;
  margin: 100;
}
.card {
  width: 300px;
}

#about {
  padding-bottom: 100px;
  position: relative;
  z-index: 9;
}

.features-item {
  padding: 30px 0;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.features-item h1 {
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 30px;
}

.features-item .header {
  background-color: #000000;
}

.features-item .price-paket {
  font-size: 40px;
}

.features-item .price-bold {
  font-size: 40px;
}

.features-item h2 {
  z-index: 9;
  position: absolute;
  top: 15px;
  left: 45px;
  /* font-size: 50px; */
  font-weight: 600;
  color: #eff5ff;
}

.features-item img {
  z-index: 10;
  position: relative;
  max-width: 100%;
  margin-bottom: 40px;
}

.features-item h4 {
  margin-top: 0px;
  /* font-size: 22px; */
  color: #1e1e1e;
  margin-bottom: 25px;
}

.features-item .main-button {
  margin-top: 35px;
  display: inline-block;
}

@media (max-width: 900px) {
  .features-item h1 {
    margin-bottom: 50px;
    font-size: 30px;
  }
}

/*
---------------------------------------------
promotion
---------------------------------------------
*/

.left-image-decor {
  background-image: url(../images/left-bg-decor.webp);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
}

#promotion {
  padding: 100px 0px;
}

#promotion .left-image {
  align-self: center;
}

#promotion .right-text ul {
  padding: 0;
  margin: 0;
}

#promotion .right-text ul li {
  display: inline-block;
  margin-bottom: 60px;
}

#promotion .right-text ul li:last-child {
  margin-bottom: 0px;
}

#promotion .right-text img {
  display: inline-block;
  float: left;
  width: 160px;
  margin-right: 30px;
  border-radius: 20px;
}

#promotion .right-text h4 {
  /* font-size: 22px; */
  color: #1e1e1e;
  margin-bottom: 15px;
  margin-top: 3px;
}

#promotion .right-text .row .content-2 {
  margin-top: 30px;
}

/*
--------------------------------------------
testimonials
--------------------------------------------
*/
.right-image-decor {
  background-image: url(../images/right-bg-decor.webp);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
}

#testimonials {
  padding-top: 100px;
  position: relative;
  z-index: 9;
}

#testimonials .item {
  position: relative;
}

#testimonials .item .testimonial-content {
  background: rgb(63, 120, 244);
  background: linear-gradient(
    145deg,
    rgb(63, 120, 244) 0%,
    rgb(48, 57, 138) 100%
  );
  margin-left: 60px;
  padding: 40px 30px;
  text-align: center;
  border-radius: 5px;
}

#testimonials .item .testimonial-content ul li {
  display: inline-block;
  margin: 0px 1px;
}

#testimonials .item .testimonial-content ul li i {
  color: #fff;
  /* font-size: 13px; */
}

#testimonials .item .testimonial-content h4 {
  /* font-size: 22px; */
  margin-top: 20px;
  color: #fff;
}

#testimonials .item .testimonial-content p {
  color: #fff;
  font-style: italic;
  font-weight: 200;
  margin: 20px 0px 15px 0px;
}

#testimonials .item .testimonial-content span {
  color: #fff;
  font-weight: 200;
  /* font-size: 13px; */
}

#testimonials .author img {
  max-width: 120px;
  margin-bottom: -60px;
}

.owl-carousel .owl-nav button.owl-next span {
  z-index: 10;
  top: 45%;
  border-radius: 10px;
  /* font-size: 46px; */
  color: #fff;
  right: -210px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: rgb(63, 120, 244);
  background: linear-gradient(
    145deg,
    rgb(63, 232, 244) 0%,
    rgb(85, 134, 241) 100%
  );
  position: absolute;
}

.owl-carousel .owl-nav button.owl-prev span {
  z-index: 9;
  top: 30%;
  border-radius: 10px;
  /* font-size: 46px; */
  color: #fff;
  right: -150px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: rgb(63, 120, 244);
  background: linear-gradient(
    145deg,
    rgb(63, 232, 244) 0%,
    rgb(85, 134, 241) 100%
  );
  position: absolute;
}

.image-container {
  padding: 10px 10px 10px 10px;
}

.img-client {
  width: 100%;
  height: 100%;
}

/* 

--------------------------------------------
garansi logo
--------------------------------------------

*/

.logo-garansi .content img {
  margin-top: 50px;
  width: 250px;
}

.logo-garansi .text h3 {
  font-weight: bold;
  text-transform: uppercase;
  /* font-size: 30px; */
}

.logo-garansi a {
  font-size: 15px;
  color: white;
  background-color: #3e4cc7;
  padding: 10px 25px;
  text-transform: uppercase;
  border-radius: 50px;
}

/* 
/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  margin-top: 200px;
  padding-top: 100px;
  background-image: url(../images/footer-bg3.webp);
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);

  background-size: cover;
  width: 100%;
}

footer .footer-content {
  padding: 120px 0px;
}

.contact-form {
  position: relative;
  z-index: 10;
  padding: 45px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

footer .right-content {
  align-self: center;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  /* font-size: 13px; */
  border: 1px solid #eee;
  background-color: #f7f7f7;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form {
  text-align: center;
}

.contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

.footer-content .right-content {
  color: #fff;
}

.footer-content .right-content h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  /* font-size: 42px; */
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-content .right-content h2 em {
  font-style: normal;
  color: #0b73fb;
}

.footer-content .right-content p {
  color: #fff;
}

.footer-content .right-content a {
  color: #fff;
}

.footer-content .right-content a:hover {
  color: rgb(51, 139, 255);
}

footer .social {
  overflow: hidden;
  margin-top: 30px;
}

footer .social li:first-child {
  margin-left: 0px;
}

footer .social li {
  margin: 0px 7.5px;
  display: inline-block;
}

footer .social li a {
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  /* font-size: 16px; */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #0b5ffb;
  border-color: #0b37fb;
  color: #fff;
}

footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  /* font-size: 15px; */
  color: #4a4a4a;
  letter-spacing: 0.88px;
  text-transform: capitalize;
}

footer .sub-footer {
  padding: 60px 0px;
  border-top: 1px solid rgba(250, 250, 250, 0.3);
  text-align: center;
}

footer .sub-footer a {
  color: #fff;
}

footer .sub-footer a:hover {
  color: rgb(51, 88, 255);
}

footer .sub-footer p {
  color: #fff;
  /* font-size: 15px; */
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #3e4cc7 0%, #20297e 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

.fixed-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  padding: 5px 8px;
  z-index: 9999;
}

.fixed-icon a i {
  font-size: 30px;
  color: white;
  cursor: pointer;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Resoonsive */
/* 

/* Mobile */
@media (min-width: 320px) and (max-width: 767px) {
  body,
  a.main-button-slider {
    font-size: 95%;
  }

  .features-item {
    padding: 20px 10px;
  }

  .welcome-area {
    margin-top: -40px;
    background-size: contain;
  }

  .welcome-area .header-text .main-image-header {
    margin-top: -50px;
  }
}

/* Styling untuk ukuran layar sangat kecil lagi */
@media (min-width: 768px) and (max-width: 1024px) {
  .container-fluid .col-md-12 {
    margin-right: 0px;
    padding-right: 0px;
  }

  .features-item {
    margin-bottom: 45px;
  }

  .logo-garansi {
    padding-bottom: 40px;
  }
  .logo-garansi .content img {
    width: 200px;
    margin-bottom: 20px;
  }

  footer {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .contact-form {
    margin-bottom: 45px;
  }
  footer .right-content {
    text-align: center;
  }
  footer .footer-content {
    padding: 60px 0px !important;
  }
  footer .copyright {
    text-align: center;
  }
  footer .social {
    text-align: center;
  }
}
