:root {
  --darkgold: #edae1b;
  --lightgold: #fbe38d;
}
body {
  margin: 0;
  padding: 0;
  color: #000000;
}

h1 {
  margin-bottom: 5px;
  margin-top: 5px;
}
h1 a {
  color: black;

  text-decoration: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header {
  background: linear-gradient(
    to right,
    #cba87b,
    #a0825a 14.6%,
    #b28e58 29.7%,
    #e2c596 46.5%,
    #fce3b8 63.18%,
    #d6b174 77.82%,
    #a98451 91.21%,
    #8d6d44 100%
  );
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.top {
  width: 100%;
}
.name {
  width: 50%;
}
.name p {
  font-size: 19px;
  font-weight: 600;
  margin-left: 10px;
}
.name h1,
span {
  padding: 0px 5px;
}
.contact {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.contact ul {
  margin-right: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  column-gap: 20px;
}
.contact li {
  height: 30px;
  margin-top: 5px;
}
.contact img {
  height: 25px;
}
.contact a {
  font-size: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: black;
}
.phone {
  padding-left: 20px;
  display: flex;
  text-decoration: none;
  color: black;
  font-size: 20px;
  font-weight: 600;
}
.phone img {
  height: 20px;
}

.navbar {
  margin-right: 5px;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.line {
  margin-top: 5px;
  height: 4px;
  background-color: black;
  transition: 0.7s;
}
.navbar.active .l1 {
  transform: rotate(40deg);
  transform-origin: left;
}
.navbar.active .l3 {
  transform: rotate(-40deg);
  transform-origin: left;
}
.navbar.active .l2 {
  transform: translateY(-200px);
}

.navigation {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
}
.navigation ul {
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: #f8f8ff;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.8s;
}
.navigation ul li {
  padding-left: 10px;
  font-size: 17px;
}
.navigation li a {
  text-decoration: none;
  color: black;
  font-weight: 800;
  display: block;
  line-height: 32px;
}
.navigation li a:hover {
  letter-spacing: 4px;
}
.navigation.hide ul {
  transform: scaleY(100%);
  transition: 0.8s;
}
.logo {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 0px 5px;
}
.logo img {
  width: 100%;
  max-width: 600px;
}

main {
  padding: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.description {
  padding: 0px 5px;
  border-bottom: 1px black dashed;
}
.description h2 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

.description ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 10px;
}
table {
  font-size: large;
}
p {
  font-size: large;
}

.work {
  padding: 10px 5px;
  background: linear-gradient(
    to right,
    #cba87b,
    #a0825a 14.6%,
    #b28e58 29.7%,
    #e2c596 46.5%,
    #fce3b8 63.18%,
    #d6b174 77.82%,
    #a98451 91.21%,
    #8d6d44 100%
  );
  font-size: 20px;
  text-align: center;
}
.work p {
  margin: 0;
}
iframe {
  width: 100%;
}
.pricelist {
  padding: 5px;
}
.services {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.item {
  text-align: center;
  width: 260px;
  height: 300px;
  margin-bottom: 30px;
}
.item h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.item p {
  margin-top: 5px;
}

.item img {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  border: 5px solid var(--darkgold);
}
.hiddenarticle {
  display: none;
}
.visiblearticle {
  display: block;
}
.albums {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}
.album {
  display: flex;
  flex-direction: column;
}
.albums a {
  text-decoration: none;
  color: black;
  font-size: 20px;
  text-align: center;
}
.album img {
  width: 300px;
  border-radius: 15px;
  border: 5px solid #edae1b;
}
.gallery {
  background-color: #351f22;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
  row-gap: 10px;
}
.gallery img {
  width: 25vw;
  height: 25vw;
  max-width: 200px;
  max-height: 200px;
  object-fit: cover;
  border-radius: 5px;
}
.large {
  max-height: 90vh;
  max-width: 100vw;
}
.largediv {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #351f22;
}
.buttons {
  position: absolute;
  font-size: 48px;
  color: #ffffff;
  cursor: pointer;
}
.close {
  top: 20px;
  left: 30px;
}
.left {
  top: 50%;
  left: 30px;
}
.right {
  top: 50%;
  right: 30px;
}
.buttonmore {
  margin-bottom: 15px;
  background-color: transparent;
  border: none;
  font-weight: 600;
  margin-left: 20px;
  cursor: pointer;
}
.buttonmore::after {
  content: " \2192";
  font-size: large;
}
.numberphone {
  text-decoration: none;
  color: #351f22;
}
.gradient {
  /* background-image: linear-gradient(#ffffff,#6c6c6c,#ffffff ); */
  background-image: linear-gradient(#ffffff, #b18660f1, #ffffff);
}
.opinions {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  text-align: center;
}
.opinions a {
  text-decoration: none;
  color: black;
}
.summary {
  width: 40%;
}
.slideopinion {
  position: relative;
  width: 60%;
  height: 120px;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
}
.slideopinion h2 {
  font-size: 20px;
  margin: 2px;
}
.slideopinion p {
  margin-top: 2px;
}
.opinion {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

.hideopinion {
  display: none;
}
.arrow-left,
.arrow-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-weight: 900;
  font-size: 30px;
}
.arrow-left {
  left: 0;
}
.arrow-right {
  right: 0;
}
.category {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  height: 50px;
}
.categorydetails {
  font-size: 16px;
  font-weight: 600;
  height: 30px;
}
.pricevalue {
  font-weight: 600;
}
.slider-container {
  overflow: hidden;
}

.image-container {
  display: flex;
  transition: transform 1.6s linear;
}

.photo {
  width: 200px;
  height: 266px;
  flex-shrink: 0;
}
.photo img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .phone {
    width: auto;
  }
  .contact {
    align-items: center;
  }
  .contact ul {
    padding-right: 5px;
  }
  .albums {
    flex-direction: row;
    justify-content: space-around;
  }
}
@media screen and (max-width: 600px) {
  .photo {
    width: 150px;
    height: 199.5px;
  }
}
@media screen and (max-width: 420px) {
  h1 {
    font-size: 26px;
  }
}
@media screen and (min-width: 800px) {
  .navbar {
    display: none;
  }

  .navigation ul {
    background: linear-gradient(
      to right,
      #cba87b,
      #a0825a 14.6%,
      #b28e58 29.7%,
      #e2c596 46.5%,
      #fce3b8 63.18%,
      #d6b174 77.82%,
      #a98451 91.21%,
      #8d6d44 100%
    );
    padding-right: 10px;
    transform: none;
    position: relative;
    display: flex;
    top: 0;
    margin-top: 10px;
    flex-direction: row;
    justify-content: end;
    column-gap: 10px;
  }
  .navigation li a:hover {
    color: rgb(255, 255, 255);
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 1000px) {
  .navigation ul li {
    font-size: 130%;
  }
}
