html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100%;
  height: 100vh;
  font-family: "Montserrat", sans-serif;
  color: white !important;
  /* background: url(bg.jpg);
    background-repeat: repeat; */
  /* background-size: 400% 400%; */
  overflow-x: hidden;
}

.carousel-img {
  background: linear-gradient(rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5));
}

.carousel-caption {
  margin-bottom: 75px;
}

.carousel-caption h5 {
  font-weight: 800 !important;
  font-size: 100px !important;
}

nav {
  background: #3498db !important;
  color: whitesmoke !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1) !important;
  height: 80px;
  z-index: 1;
}

.navbar-brand {
  font-size: 30px !important;
  font-weight: 800 !important;
  color: whitesmoke !important;
}

.nav-item {
  color: whitesmoke !important;
  font-weight: 600;
  font-size: 17px;
}

.dropdown {
  color: whitesmoke !important;
}

.btn-carousel {
  color: whitesmoke !important;
  background-color: #3498db !important;
  border-radius: 25px;
  padding: 10px;
  width: 30%;
  font-weight: 600;
  box-shadow: 0px 7px 14px rgba(13, 155, 190, 0.377);
}

.welcome {
  color: #3498db !important;
}

.panel {
  background: white;
  width: 70%;
  margin-top: -80px;
  z-index: 3 !important;
  position: relative;
  border-radius: 10px;
}

.header h1 {
  font-weight: 800 !important;
  font-size: 60px !important;
  color: #3498db !important;
}

.header2 h1 {
  font-weight: 800 !important;
  font-size: 40px !important;
  color: #3498db !important;
}

.header p {
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #3498db !important;
  font-family: "Poppins", sans-serif;
}

.header2 p {
  font-weight: 600 !important;
  font-size: 15px !important;
  color: #237bb6 !important;
  font-family: "Poppins", sans-serif;
}

.card {
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card:hover {
  box-shadow: 0 14px 28px rgba(6, 200, 218, 0.698),
    0 10px 10px rgba(9, 195, 251, 0.22);
}

/* .testimonial{ */

.testimonial {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  overflow: hidden;
  max-width: 100%;
  width: 400px;
}

.testimonial-body {
  padding: 40px 40px 80px;
}

.testimonial-body p {
  color: #555;
  font-size: 20px;
  line-height: 36px;
  margin: 0;
}

.testimonial-body .fa-quote-right {
  color: #eee;
  font-size: 40px;
  float: right;
}

.testimonial-footer {
  background-color: #3498db;
  color: #fff;
  padding: 40px;
  text-align: center;
}

.testimonial-footer img {
  border-radius: 50%;
  border: 5px solid #fff;
  height: 120px;
  width: 120px;
  margin-top: -100px;
}

.testimonial-footer h3 {
  margin: 10px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.testimonial-footer h4 {
  color: #b3b5ef;
  margin: 0;
  letter-spacing: 1px;
}

.visi {
  color: #3498db;
}

.visi h2 {
  font-weight: 800 !important;
  font-size: 20px !important;
}

.visi p {
  font-size: 17px !important;
}

/* FOOTER */

/* Footer */

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
section {
  padding: 60px 0;
}

section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}

#footer {
  background: #3498db !important;
}

#footer h5 {
  padding-left: 10px;
  border-left: 3px solid #eeeeee;
  padding-bottom: 6px;
  margin-bottom: 20px;
  color: #ffffff;
}

#footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
  padding: 3px 0;
}

#footer ul.social li a i {
  margin-right: 5px;
  font-size: 25px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

#footer ul.social li:hover a i {
  font-size: 30px;
  margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
  color: #ffffff;
}

#footer ul.social li a:hover {
  color: #eeeeee;
}

#footer ul.quick-links li {
  padding: 3px 0;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

#footer ul.quick-links li:hover {
  padding: 3px 0;
  margin-left: 5px;
  font-weight: 700;
}

#footer ul.quick-links li a i {
  margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
  font-weight: 700;
}

@media (max-width: 767px) {
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}

