@import url("https://fonts.googleapis.com/css2?family=Poppins:ital@0;1&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

::selection {

  background: #c50f0f;
}
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-image: linear-gradient(180deg, #e70706 0%, #f08828 99%);
  border-radius: 100px;
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}


#navbar {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0.5rem 5rem;
  box-shadow: 5px 5px 20px rgb(0, 0, 0, 0.5);
  background: black;
}

.navbar .navbar-brand {
  font-size: 25px;
  font-weight: 800;
  color: #e60303 !important;
}

#navbarSupportedContent a {
  color: #fff;
  border-bottom: 2px solid transparent;
}

#navbarSupportedContent a:hover {
  border-bottom: 2px solid #e84118;
}

#navbarSupportedContent button {
  background: transparent;
  width: 5rem;
  border: 3px solid #e84118;
  border-radius: 22px;
  color: white;
}

#navbarSupportedContent button:hover {
  background: #e84118;
}

section {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ******** bagian home ********/
#home {
  background-image: linear-gradient(rgba(7, 7, 7, 0.3), rgba(0, 0, 0, 0.4)), url(bg/bg2.jpg);
  background-size: cover;
  background-position: center;
  flex-direction: column;
}

#home h1 {
  font-size: 100px;
  color: white;
  letter-spacing: 3px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-shadow: 0px 1px 0px #ccc, 0px 2px 0px #ccc, 0px 3px 0px #ccc, 0px 4px 0px #ccc, 0px 5px 0px #ccc, 0px 6px 0px #ccc, 0px 7px 0px #ccc;
}

#home h2 {
  color: white;
  letter-spacing: 3px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-shadow: 0px 1px 0px #ccc, 1px 2px 0px #ccc, 0px 3px 0px #ccc, 0px 4px 0px #ccc, 0px 5px 0px #ccc, 0px 6px 0px #ccc, 0px 7px 0px #ccc;
}

#home p {
  font-size: 20px;
  color: #ffff;
}

/* bagian sesrch */
.main-search-input {
  background: #fff;
  padding: 0 120px 0 0;
  border-radius: 1px;
  margin-top: 50px;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.3);
}

.fl-wrap {
  float: left;
  width: 100%;
  position: relative;
  bottom: 5px;
}

.main-search-input:before {
  content: '';
  position: absolute;
  bottom: -40px;
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.41);
  left: 50%;
  margin-left: -25px;
}

.main-search-input-item {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-right: 1px solid #eee;
  height: 50px;
  position: relative;
}

.main-search-input-item input:first-child {
  border-radius: 100%;
}

.main-search-input-item input {
  float: left;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
}

.main-search-button {

  background: #e60303;
}

.main-search-button {
  position: absolute;
  right: 0px;
  height: 50px;
  width: 120px;
  color: #fff;
  top: 0;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  cursor: pointer;
}

.main-search-input-wrap {
  max-width: 500px;
  margin: 20px auto;
  position: relative;
}

:focus {
  outline: 0;
}


@media only screen and (max-width: 768px) {
  .main-search-input {
    background: rgba(255, 255, 255, 0.2);
    padding: 14px 20px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.0);
  }

  .main-search-input-item {
    width: 100%;
    border: 1px solid #eee;
    height: 50px;
    border: none;
    margin-bottom: 10px;
  }

  .main-search-input-item input {
    border-radius: 6px !important;
    background: #fff;
  }

  .main-search-button {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 6px;
  }
}

/* akhir search */

.sgnini {
  background: hsl(4, 94%, 44%) !important;
  color: white !important;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
}

/*****About****/
#About {
  background: linear-gradient(to left, #c50f0f, #d4841a 100%);
}

#About h1 {
  font-weight: 800;
  font-size: 50px;
  color: white;
}

#About h4 {
  color: white;
}

/******bagian products****/
#product {
  background: #e5e5e5;
}

#product {
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 700;
}

#product img {
  width: 200px;
  height: 200px;
}

.card {
  width: 250px;
  height: 300px;
  background: #e5e5e5 !important;
  border: none !important;
  box-shadow: 15px 20px 15px rgba(0, 0, 0, 0.3), inset 4px 4px 10px white;
  border-radius: 20px !important;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  margin: 20px 60px;
  transition: 0.3s;
}

.card:hover {
  box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.3), inset -4px -4px 10px white;
  transition: 0.3s;
}

/* akhir produck */

/****contacts**/
.col-mb-3 h1 {
  margin-top: 2px;
  position: relative;
  margin-bottom: 3px;
}

#contact {
  background: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}

/* bagian teaam */
.our-team {
  padding: 20px 15px 30px;
  background: linear-gradient(to top, #e70606, #f08828);
  border-radius: 30px;
  text-align: center;
  box-shadow: 15px 20px 15px rgba(0, 0, 0, 0.3), inset 4px 4px 10px rgb(201, 195, 195);
}


.our-team .pic {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent);
  padding: 10px;
  margin-bottom: 25px;
  transition: all 0.5s ease 0s;
}

.our-team:hover .pic {
  background: #fff;
  border-radius: 50%;
}

.pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.our-team .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #ffff;
  text-transform: uppercase;
  margin: 0 0 7px 0;
  color: #fff;
}

.our-team .post {
  display: block;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.our-team .social {
  padding: 0;
  margin: 0;
  list-style: none;
}

.our-team .social li {
  display: inline-block;
  margin-right: 5px;
}

.our-team .social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social li a {
  background: #fff;
  color: #000;
}

@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }
}

iframe {
  margin-bottom: 40px;
}

.map-wrapper h1 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.3em;
}

/* akhir team */

/* bagian top */
.top {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  cursor: pointer;
  position: fixed;
  bottom: 7px;
  right: 8px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  border-radius: 20px;
}

/* bagian footer */
footer {
  width: 100%;
  border-top: 1px solid silver;
  background: white;
  bottom: 0;
}

footer p {
  color: #2e2e3f;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  padding: 1.6rem 0;
}

footer p a {
  text-decoration: none;
  color: #e84118;
}