* {
  margin: 0;
  padding: 0;
}
body {
  width: 100vw;
}

#about {
  background-image: url("../img/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#about h1 {
  font-size: 2.25rem;
}

.hero-img {
  width: 50vw;
}

.hero-text {
  width: 50vw;
}

.box-services {
  width: 300px;
  height: 300px;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 30px;
}

#location {
  background-image: url("../img/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 10px;
}

#location-separator {
  padding: 0 15% 0 15%;
}
#doc-separator {
  padding: 0 15% 0 15%;
}
#services {
  padding-top: 10px;
  padding-left: 15%;
  padding-right: 15%;
  background-color: #fdfbd4;
}
#services > h1 {
  margin-top: 10px;
}

.box-location {
  width: 300px;
  height: 350px;
  margin: 30px;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.box-doc {
  width: 300px;
  height: 500px;
  margin: 30px;
  background-color: transparent;
}

.store-icon {
  margin-top: 20px;
  font-size: 10rem;
}
.store-name {
  font-size: 1.25rem;
  text-align: center;
}
.btn-wa {
  border-radius: 50%;
}

.testimony-header {
  background-color: #ffffff !important;
  margin: 0;
}
#carouselTestimony {
  height: 200px;
  background-color: #ffffff !important;
}
#documentation {
  background-color: #fdfbd4;
}
#contact-appointment {
  background-color: #fdfbd4;
}

.title-services {
  text-align: center;
  font-weight: bolder;
  font-size: 1.15rem;
}
/* name class belong to Testimonty */
.name {
  font-weight: bold;
  font-size: 2.25rem;
}
#layer-opacity {
  width: 100vw;
  height: 100vw;
  position: fixed;
  z-index: 999;
}
#mark-social-media {
  position: fixed;
  top: 200px;
  right: 1px;
  background-color: white;
  border-radius: 5px;
  font-size: 1.15rem;
}

#social-media {
  position: fixed;
  top: 400px;
  right: 20px;
}

.btn-wa-aside,
.btn-ig-aside,
.btn-tiktok-aside {
  border-radius: 30%;
}
.btn-ig-aside {
  background: #833ab4;
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}

#caption {
  background-color: #fcb045;
}

.caption-box {
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-width: 300px;
  height: max-content;
  margin: 30px;
}
footer {
  padding: 20px 0 20px 0;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .navbar {
    padding-top: 30px;
  }

  .hero-text {
    width: 100vw;
  }

  #social-media {
    position: fixed;
    top: 350px;
    right: 2px;
  }
  .hero-img img {
    width: auto;
    height: 350px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .navbar {
    padding-top: 30px;
  }

  #social-media {
    position: fixed;
    top: 350px;
    right: 20px;
  }
  .hero-img img {
    width: auto;
    height: 350px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .hero-img img {
    height: 350px;
    width: auto;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #navbar-main {
    margin-left: 150px !important;
  }
  .hero-img img {
    height: 450px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #navbar-main {
    margin-left: 150px !important;
  }
  .hero-img img {
    height: 550px;
  }
}
