* {
  box-sizing: border-box;
}

html,
body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Lucida Grande";
}

a {
  text-decoration: none;
}

.clear {
  clear: left;
}

.container {
  width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}


.top-wrapper {
  padding: 180px 0 100px 0;
  background: url(../images/v211batch10-minty-051-teamwork_2.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: black;
  text-align: center;
  opacity: 0.6;
}

.top-wrapper h1 {
  font-size: 45px;
  letter-spacing: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  opacity: 1;
}

.top-wrapper p {
  margin-bottom: 3px;
  font-weight: 900;
  opacity: 10;
}


.btn-wrapper {
  text-align: center;
  margin: 20px 0;
}

.btn-wrapper p {
  margin: 10px 0;
}

.signup {
  background-color: #239b76;
}

.facebook {
  background-color: #3b5998;
  margin-right: 10px;
}

.twitter {
  background-color: #55acee;
}

.btn {
  padding: 12px 24px;
  color: white;
  display: inline-block;
  opacity: 0.8;
  border-radius: 4px;
  text-align: center;
}

.btn:hover {
  opacity: 1;
}

.fa {
  margin-right: 5px;
}

/*header*/
.navbar {
  width: 100%;
  background-color:rgba(34, 49, 52, 0.9);;
  overflow: auto;
  /*
  position: fixed;
  z-index: 10;*/
}

.navbar a {
  float: left;
  padding: 20px;
  color: white;
  text-decoration: none;
  font-size: 17px;
  font-family:Trebuchet MS;
}

.navbar a:hover {
  color:white;
  opacity: 0.5;
  transition: .5s;

}

.active {
  background-color: #5383D3;
  letter-spacing: 5px;
}
/*end header*/

.heading {
  padding-top: 80px;
  padding-bottom: 50px;
  color: #5f5d60;
}

.heading h2 {
  font-weight: normal;
}

.heading h3 {
  font-weight: normal;
}

.x1 {
  text-align: center;
  display: flex;
  background-color: #F2F3F5;
  width: 100%;
}

.x1-container {
  width: 100%;
}

.x1-heading h2 {
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}

.x1-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.x1-data {
  flex: auto;
  width: 10%;
  padding: 20px;
  background-color: white;
  margin: 10px;
  margin-bottom: 20px;
  border-radius: 50px;
}

.x1-img img {
  border-radius: 50px;
  background: linear-gradient(145deg, #d5e9ff, #b3c4e1);
  height: 200px;
  width: 200px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  transform: scale(1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}

.x1-img img:hover {
  background: #06507b;
  box-shadow: 5px 5px 15px gray,
    -5px -5px 15px silver;
}

.x1-img h3 {
  letter-spacing: 1px;
  font-weight: normal;
}

.x1-content p {
  text-align: justify;
}

.message-wrapper {
  border-bottom: 1px solid #eee;
  padding-bottom: 80px;
  text-align: center;
}

.message {
  padding: 15px 40px;
  /* background-color: #5dca88;
  cursor: pointer;
  box-shadow: 0 7px #1a7940; */
  background-color: #63b1db;
  cursor: pointer;
  box-shadow: 0 7px #568aa6;
}

.message:active {
  position: relative;
  top: 7px;
  box-shadow: none;
}

.clear {
  clear: both;
}

/* Tambahkan CSS untuk tags <input> dan <textarea> */

.flex-extra {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 80px;
  border-top: 2px solid #dee7ec;
}

.flex-main {
  flex: auto;
  width: 50%;
}

.flex-main img {
  width: 490.5px;
  height: 380px;
}

.container-2 {
  /* border: 1px solid red; */
  border-radius: 5px;
  background-color: #73ceff;
  -webkit-box-shadow: 10px 10px 5px 2px rgba(154, 157, 166, 1);
  -moz-box-shadow: 10px 10px 5px 2px rgba(154, 157, 166, 1);
  box-shadow: 10px 10px 5px 2px rgba(154, 157, 166, 1);
}

.heading-form {
  padding: 10px;
  color: white;
}

.contact-left {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px 20px 20px;
}

.contact-left input {
  flex: auto;
  width: 45%;
  padding: 15px;
  margin: 10px;
  height: 1px;
  border: 1px solid white;
  border-radius: 5px;
}


.contact-right {
  display: flex;
  flex-wrap: wrap;
}

.contact-right textarea {
  flex: auto;
  width: 100%;
  height: 100px;
  padding: 0px 20px 10px 20px;
  margin: 0px 20px 20px;
  border: 1px solid white;
  border-radius: 5px;
  resize: none;
}

.contact {
  flex: auto;
  width: 1%;
  left: 50%;
  margin: 0px 180px 30px 180px;
  padding: 10px 40px;
  background-color: #63b1db;
  cursor: pointer;
  box-shadow: 0 7px #69a8c9;
}

.footer-distributed{
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;

  padding: 55px 50px;
  margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
}

.footer-distributed .footer-left{
  width: 40%;
}

.footer-distributed h3{
  color:  #ffffff;
  font: normal 36px 'Cookie', cursive;
  margin: 0;
}

.footer-distributed h3 span{
  color:  #5383d3;
}


.footer-distributed .footer-links{
  color:  #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  text-decoration: none;
  color:  inherit;
}

.footer-distributed .footer-company-name{
  color:  #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}


.footer-distributed .footer-center{
  width: 35%;
}


.footer-distributed .footer-center p{
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin:0;
}

.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;

}

.footer-distributed .footer-center p a{
  color:  #5383d3;
  text-decoration: none;;
}

.footer-distributed .footer-right{
  width: 20%;
}

.footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span{
  display: block;
  color:  #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:  #33383b;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

.footer-center span {
  color: white;
}

.footer-center p {
  font-weight: normal;
  font-family: none;
}

/* Ketik code Anda dibawah */
.menu-icon {
  color: white;
  float: right;
  font-size: 25px;
  padding: 21px 0;
  display: none;
}
