@charset "UTF-8";
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img, video {
  vertical-align: top;
}

img, svg, video {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type=file] {
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

ul {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 430px;
  padding: 5px;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  text-align: center;
}

li {
  list-style-type: none;
  display: inline-block;
  height: 395px;
  width: 345px;
  background-color: #b3b3b3;
  border: 1px solid #dddddd;
  text-align: left;
}

ul::column {
  scroll-snap-align: center;
}

ul::scroll-button(*) {
  border: 0;
  font-size: 2rem;
  background: none;
  color: black;
  opacity: 0.7;
  cursor: pointer;
}

ul::scroll-button(*):hover,
ul::scroll-button(*):focus {
  opacity: 1;
}

ul::scroll-button(*):active {
  translate: 1px 1px;
}

ul::scroll-button(*):disabled {
  opacity: 0.2;
  cursor: unset;
}

ul::scroll-button(left) {
  content: "◄";
}

ul::scroll-button(right) {
  content: "►";
}

ul {
  anchor-name: --my-carousel;
}

ul::scroll-button(*) {
  position: absolute;
  position-anchor: --my-carousel;
}

ul::scroll-button(left) {
  right: calc(anchor(left) - 70px);
  bottom: calc(anchor(bottom) - 40px);
}

ul::scroll-button(right) {
  left: calc(anchor(right) - 70px);
  bottom: calc(anchor(bottom) - 40px);
}

ul::scroll-marker-group {
  position: absolute;
  position-anchor: --my-carousel;
  top: calc(anchor(bottom) - 70px);
  justify-self: anchor-center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

ul::column::scroll-marker {
  content: "";
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid black;
  border-radius: 10px;
}

ul::column::scroll-marker:target-current {
  background-color: black;
}

img {
  height: 100%;
  width: 100%;
}

video {
  height: 100%;
  width: 100%;
}

body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
  height: 100%;
  background-image: url(../image//Grey.avif);
}

.container {
  background-color: rgb(241, 241, 241);
  border-radius: 10px;
  margin-top: 10px;
  padding-bottom: 5px;
  border: 2px rgb(110, 107, 107) solid;
}

h1 {
  font-size: 40px;
}

.head {
  padding-block: 5px;
  padding-inline: 50px;
}
.head-mobil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tel {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
  font-size: 30px;
  color: grey;
}
.tel:hover {
  color: black;
}

.gallery {
  padding-bottom: 50px;
}

h2 {
  padding-left: 20px;
  font-size: 30px;
  padding-bottom: 10px;
}

.description {
  font-size: 18px;
  padding-left: 10px;
}

.service {
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1440px) {
  body {
    width: 100%;
  }
}
@media (max-width: 635px) {
  .container {
    margin-top: 5px;
  }
  .head {
    padding: 0;
    display: block;
  }
  .head-mobil {
    padding-bottom: 5px;
    display: block;
    width: 273px;
    margin-left: auto;
    margin-right: auto;
  }
}