@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

body {
  font-family: "Montserrat" !important;
}

/* header */

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}

header .logo {
  font-size: 24px;
  color: white;
  font-weight: 700;
  display: inline-block;
}

header .logo img {
  width: 180px;
  margin-top: 25px;
}

header .menu {
  float: right;
  color: white;
  margin-top: 40px;
}

header .menu li {
  list-style: none;
  float: left;
  margin-left: 30px;
  font-size: 17px;
}

header .menu a {
  text-decoration: none !important;
  color: white;
}

header .header_social {
  float: right;
}

header .header_social ul li {
  list-style: none;
  width: 35px;
  height: 35px;
  background-color: red;
  float: left;
  margin-left: 10px;
  margin-top: 32px;
  border-radius: 50px;
  text-align: center;
  padding-top: 6px;
}

header .header_social ul li a {
  color: #111113;
  text-decoration: none;
}

header .header_social #instagram {
  background-color: rgb(255, 255, 255) !important;
}

header .header_social #facebook {
  background-color: rgb(255, 255, 255);
}

/* banner */

.banner {
  overflow: hidden;
  position: relative;
}

.banner .filter_banner {
  width: 100%;
  background: linear-gradient(180deg, #111113 0%, rgba(18, 19, 20, 0.39) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner img {
  margin-top: 0px !important;
  min-height: 300px;
  object-fit: cover;
}

.banner_text {
  position: absolute;
  z-index: 1 !important;
  color: white !important;
  text-align: center;
  font-size: 90px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.banner_text_in {
  width: 100%;
}

.banner_text h1 {
  font-size: 90px;
  font-weight: 700;
}

.banner_text p {
  font-size: 23px;
  font-weight: 400;
}

.phone_buton {
  font-weight: 700;
  margin-top: -36px;
  z-index: 1;
  position: relative;
}

/* Galeri */

.galeri h2 {
  font-weight: 750;
}

.galeri .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-top: 50px;
}

/* whatsapp button */

.whatsapp_buton {
  width: 70px;
  height: 70px;
  background-color: #25d366;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 100%;
  color: white;
  font-size: 30px;
  text-align: center;
  padding-top: 13px;
}

/* Responsive */

@media only screen and (min-width: 1200px) {
  .mobile-header {
    display: none;
  }
}

@media only screen and (max-width: 1400px) {
  .banner img {
    margin-top: 0px !important;
  }
}

@media only screen and (max-width: 1200px) {
  /* header */

  header {
    position: relative;
    background-color: #111113;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header .logo {
    margin: 0px;
  }

  header .logo img {
    height: 50px;
    width: auto;
    margin-top: 0px;
  }

  header .header_social ul li {
    margin-top: 10px;
  }

  /* banner */

  .banner {
    background-color: red;
    width: 100%;
    padding-top: 0px;
  }

  .banner_text h1 {
    font-size: 25px;
  }

  .banner_text p {
    font-size: 15px;
  }

  /* .galeri {
    display: none;
  } */
}
