* {
  font-family: "Rubik", sans-serif;
}

:root {
  --verydarkgray: hsl(0, 0%, 17%);
  --darkgray: hsl(0, 0%, 59%);
}

input {
  font-size: 18px;
}

body {
  margin: 0;
  width: 100%;
  height: 100vh;
  background: url(./images/pattern-bg.png) no-repeat top 0 left 0 !important;
  overflow: hidden !important;
}


.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.header h1 {
  color: white;
  font-weight: 500;
  margin-top: 34px;
  margin-bottom: 30px;
}

form {
  display: flex;
  align-items: center;
}

input {
  flex: 1;
  width: 473px;
  height: 57px;
  border: none;
  border-radius: 1rem 0 0 1rem;
  outline: none;
}

input[type="text"] {
  padding: 0 0 0 24px;
}

button {
  cursor: pointer;
  outline: none;
  width: 58px;
  height: 57px;
  border: none;
  background-color: black;
  border-radius: 0 1rem 1rem 0;
}

/* .vl {
  border-left: 1px solid var(--darkgray);
  height: 85px;
  margin-top: 45px;
} */

hr {
  margin: 25px 0;
  height: auto;
}
.ipsearch {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: auto;
  background-color: white;
  border-radius: 1rem;
  display: flex;
  justify-content: space-evenly;
  z-index: 999 !important;
}

.ip {
  width: 250px;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-top: 30px;
}

.ip h3 {
  text-transform: uppercase;
  color: var(--darkgray);
  font-size: 13px;
  letter-spacing: 0.1rem;
  margin: 0 0 15px 0;
}

.ip p {
  width: 180px;
  font-size: 24px;
  font-weight: 700;
  color: var(--verydarkgray);
  margin: 0;
  line-height: 1.9rem;
}

#mapid {
  width: auto;
  height: 550px;
  margin-top: -120px;
  position: relative;
  z-index: 3;
  flex: 1;
  background-color: var(--color-light--1);
}


@media only screen and (max-width: 800px) {
  .header {
    margin-top: 25px;
  }

  input {
    width: 400px;
  }

  .vl {
    display: none;
  }

  .ipsearch {
    width: 400px;
    height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }

  .ip {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-top: 0;
  }

  .ip h3 {
    font-size: 10px;
    margin: 0 0 0px 0;
  }

  .ip p {
    font-size: 18px;
    width: 80%;
    text-align: center;
  }

  #mapid {
    width: 800px;
    height: 1100px;
    margin-top: -335px;
  }
}
@media only screen and (max-width: 450px) {
  body {
    overflow-y: hidden;
  }
  .ip p {
    font-size: 15px;
  }
  .header h1 {
    font-size: 9px;
  }
  .header {
    z-index: 4 !important;
    margin-bottom: 20px;
    margin-top: -10px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 90px;
    background: url(./images/pattern-bg.png) no-repeat top 0 left 0 !important;
  }
  .header h1 {
    font-size: 1.1rem;
    margin-bottom: 11px;
  }
  input {
    width: 200px;
    height: 37px;
  }
  input[type="text"] {
    font-size: 10px;
  }
  button {
    height: 37px;
    width: 38px;
  }
  hr {
    display: none;
  }
  .ipsearch {
    position: relative;
    top: -90px;
    margin: 0 30px;
    width: auto;
    height: min-content;
    z-index: 999 !important;
    padding: 10px;
  }
  .ip {
    width: auto;
  }
  .map {
    width: auto;
    height: auto;
    /* margin-top: -100px; */
    margin-left: -200px;
    /* margin-bottom: -200px; */
  }
}
/* @media only screen and (max-width: 375px) {
  .header {
    margin-top: 0;
    margin-bottom: 25px;
  }

  input {
    width: 267px;
  }

  .ipsearch {
    width: 328px;
    height: 260px;
  }

  .ip h3 {
    font-size: 10px;
    margin: 0;
  }

  .ip p {
    width: 280px;
    font-size: 18px;
    margin: 0;
    line-height: 1.9rem;
    text-align: center;
  }

  #mapid {
    width: 100%;
    height: 550px;
    margin-top: -185px;
  }
} */
