* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;

}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
span{
  font-size: 36px;

}

h1{
  text-decoration: underline;
  font-size: 48px;


}
h3{
  font-size: 48px;

  text-decoration: underline;
}

.btn-one {
  padding: 12px 24px;
  text-align: center;
  font-size: 3rem;
  border: 2px solid whitesmoke;
  border-radius: 10px;
  font-weight: bold;
  color: whitesmoke;
  text-transform: uppercase;
  transition: 0.2s;
}
.btn-one:hover {
  background-color: whitesmoke;
  color: black;
}

body {
  font-size: 1.2rem;
  background-color: #000000;
  background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  color: whitesmoke;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;

  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

header {
  text-transform: uppercase;
  color: #fff;
  background-color: #000000;
  background-image: url(http://www.transparenttextures.com/patterns/gray-floral.png);
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
header .nav-link {
  color: whitesmoke;
  border: 2px solid whitesmoke;
  text-align: center;
}
header .nav-link:hover {
  color: pink;
  border: 2px solid rgba(173, 173, 173, 0);
}
.main-slider {
  width: 80%;
  margin: auto;
  border: solid 40px pink;
}
header .nav-link.active {
  color: #fff !important;
  text-decoration-line: underline;
}

.navbar-toggler {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.section-title {
  text-align: center;
  color: whitesmoke;
  max-width: 768px;
  text-transform: uppercase;
  text-decoration-line: underline;
}

.section-subtitle {
  text-align: center;
  font-size: 1.5rem;
  max-width: 768px;
  
}

.service-item {
  text-align: center;
}

.instagram {
  width: 40%;

  margin: 0 auto;
}
.gallery-item {
  text-align: center;
  margin: auto;
}

.about {
  text-align: center;
}

footer {
  background-color: rgb(173, 173, 173);
  background-image: url(http://www.transparenttextures.com/patterns/gray-floral.png);
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  color: black;
}

.services-block:not(:last-child) {
  border-bottom: 1px solid whitesmoke;
  padding-bottom: 10px;
}
.services-block .image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 4px solid whitesmoke;
  overflow: hidden;
}
.services-block .image img {
  width: 100%;
  height: 100%;
}
.services-block ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-right: 0px;
  
}
.services-block ul li {
  display: flex;
  justify-content: right;
  column-gap: 100px;
  

}

/*# sourceMappingURL=style.css.map */

#myBtn {
  display: block; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: whitesmoke; /* Set a background color */
  color: black; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
  color: whitesmoke;
}
@media screen and (max-width: 1200px) {
  .instagram {
    width: 100%;
  
    margin: 0 auto;
  }
}