@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');

body {
    /*font-family: "Inter", sans-serif !important;*/
      font-family: "Signika", sans-serif !important;


}
section#hero {
    background: url('https://works.adultseoking.com/ASK0543/frontend/assets/img/banner3-8.jpg');
    padding: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
section#hero .container {
    text-align: center;
    justify-content: center;
    display: flex;
}
section#hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #045e00, #06b342) !important;
    opacity: 0.8;
}
.heading {
    color: white;
    text-align: center;
    font-size: 41px;
    font-weight: bolder;
    z-index: 0;
    position: relative;
}
.searchbox {
    padding: 30px;
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 25px;
    text-align: center;
    position: absolute;
    width: 700px;
    z-index: 10;
    margin-top: 82px;
}
.searchbox input {
    width: 550px;
    padding: 15px;
    border: none;
    border-right: none;
    border-radius: 0px;
    margin-bottom: 0px !important;
}
.searchbox button {
    border-radius: 100px;
    margin-bottom: 0px !important;
}
.search-form {
    display: flex;
    border: 1px solid black;
    justify-content: center;
    align-items: center;
    padding: 5px;
    text-align: center;
    border-radius: 51px;
    overflow: hidden;
    height: 57px;
    margin: 0px !important;
}
img.profileimg {
    width: 120px;
    height: 120px;
    border: 2px solid grey;
}
/*.profile-card {*/
/*    padding: 10px;*/
/*    justify-content: center;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    background: white;*/
/*    border: 1px solid #a4c5fb;*/
/*    border-radius: 25px;*/
/*    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
/*    margin-top: 30px;*/
/*}*/
.profile-card {
    justify-content: center;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: flex;
    align-items: center;
    background: white;
    border: 1px solid #dfdfdf;
    margin-top: 30px;
}
section#posts{
    margin-top: 125px;
}
section#locations  {
    margin-top: 50px;
    background: url(./img/location.jpg);
    background-size: cover;
    background-position: center;
    padding: 30px;
    position: relative;
}
section#locations::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DB0C6F;
    opacity: 0.8;
}
section#locations .location-list .location-item {
    color: white;
    font-weight: 400;
    text-decoration: none;
}
.location-list {
    display: grid;
}
.profilebtns {
    text-align: center;
    justify-content: center;
    align-items: end;
    display: flex;
}
.wtsp-button {
    background: #008f00 !important;
    border: 2px solid #0a4f04 !important;
    border-radius: 3px !important;
    font-size: 17px !important;
}
.call-button {
    background: #DB0C6F !important;
    border: 2px solid #630532 !important;
    border-radius: 5px !important;
    font-size: 17px !important;
}
.profile-button {
    background: #0C59DB !important;
    border: #0C59DB !important;
    border-radius: 27px !important;
    font-size: 15px !important;
}
.profile-badge {
    padding: 6px;
  background: #DB0C6F;
  color: white;
  font-weight: bold;
  border-radius: 39px;
  position: absolute;
  top: 0;
  margin-top: -30px;
  width: 130px;
}
.section-heading {
    color: black;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
}
.section-heading2 {
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    z-index: 0;
    position: relative;
}
.location-buttons a {
    font-size: 18px;
    background: #0C59DB;
    border: #0C59DB;
    margin-left: 10px;
    margin-top: 10px;
}
.location-buttons {
    text-align: center;
}
section#toplocations {
    padding: 25px;
}
.location-buttons a:nth-child(even) {
    background: #DB0C6F !important;
    border: #DB0C6F !important;
}
footer {
    padding: 20px;
    background: #00071A;
    color: white;
    padding-top: 50px;
  }
  footer li a {
    color: white  !important;
    text-decoration: none !important;
  }
  .copyright p {
    margin-bottom: 0px;

  }
  .copyright {
    border-top: 1px solid grey;
    padding: 10px
  }
  .contact-form input, .contact-form textarea {
    margin-bottom: 10px;
    border-radius: 25px;
  }
  .contact-form button {
    width: 100%;
    border-radius: 18px;
    background: #DB0C6F !important;
    border: #DB0C6F !important;
  }
  section#contact {
    padding: 25px;
    background: #DB0C6F;
    color: white !important;
  }
  
  .contact-form {
    background: white;
    padding: 20px;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  }
  .menubtn {
    background: #0C59DB !important;
    border: #0C59DB !important;
    border-radius: 27px !important;
    font-size: 18px !important;
    padding: 7px 20px 7px 20px;
    margin-right: 10px;
  }
  @media only screen and (max-width: 900px) {
    section#hero {
        padding: 40px;
    }
    .search-form {
        height: 48px;
    }
    .searchbox {
        width: 320px !important;
        margin-top: 87px !important;
        position: absolute !important;
        z-index: 10 !important;
    }
    .searchbox input {
        width: 220px;
    }
    .heading {
        font-size: 30px;
    }
    .profile-badge {
        margin-top: -381px;
    margin-left: 165px;
    }
section#locations .col-md-3 {
    width: 50% !important;
}
  }
  .breadcrumb-area {
    color: white;
    font-size: 17px;
    font-weight: bolder;
    z-index: 0;
    position: relative;
  }
  /* #autocomplete{
    width: 250px;
    float: left;
    position: relative;
  }
  #city-box{
    width: 100%;
    height: 36px;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 4px;
    border: 1px solid #e58940;
    outline: 0;
    box-sizing: border-box;
  } */
  #cityList{
    width: 100%;
    position: relative;
    border: 1px solid #4d6e87;
    display: none;
    z-index: 10;
    margin-top: 15px
  }
  #cityList ul{
    list-style: none;
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #cityList ul li{
    padding: 2px 10px;
    cursor: pointer;
  }
  #cityList ul li:hover{
    background: #d0e4f4;
  }
  .pink{
     color: #ff3a72;
  }
  .blue{
     color: #00a991;
  }