/* MAIN */
body {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    --sb-track-color: #f6efe3;
    --sb-thumb-color: #c89b4c;
    --sb-size: 5px;
}
main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 160px 15px 120px;
}
  
 ::-webkit-scrollbar {
    width: var(--sb-size);
  }
  
::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 0px;
  }
  
::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 1px;
    
  }

h1,h2,h3,h4,h5 {
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Playfair Display", serif;
}
h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 35px;
}
h2 {
  font-size: 28px;
  display: grid;
  line-height: 1.1;
}
h2 small {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;

}
.headline h5 {
    margin-bottom: 15px;
}
.headline {
  width: 100%;
  margin-bottom: 55px;
  text-align: center;
}
.headline h2 {
}
p {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 300;
  }
p.quote {
    font-size: 46px;
    margin-top: 10px;
    margin-bottom: 160px;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #C89B4C;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
button.btn {
    background-color: #42564E;
    outline: none;
    border: none;
    color:#fff;
    padding: 12px 35px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
}
button.btn:hover {
  background-color: #42564E;
  color: #fff;
}
button.btn span {
  z-index: 3;
}
button.btn:after {
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #556a62;
  transform: translateY(100%);
  transition: all 400ms ease;
}
button.btn:hover:after {
  transform: translateX(0%);
}
button img {
    width: 16px;
    height: 16px;
    margin-left: 15px;
    margin-top: -2px;
}
button.light {
    background-color: transparent;
    color: #0E0E10;
}
.button-box {
    display: flex;
    flex-wrap: wrap;
}
.button-box button {
    margin-right: 10px;
}
/* NAV */
nav {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #fff;
}
nav.scrolled .nav-content {
    padding: 10px 0px;
}

nav.scrolled ul li {
    color: #000;
}
nav.scrolled {
    transform: translateY(-120px) !important;
    transition: all 250ms ease !important;
}
.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 10px;
  cursor: pointer;
  margin-bottom: -13px;
}

.burger span {
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #000;
  transition: transform 0.3s ease-in-out;
}
.nav-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 10px 0px;
    transition: all 400ms ease;
    width: 100%;
    max-width: 1240px;
    border-bottom: 1px solid #ddd;
}
nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    margin-top: 45px;
    margin-bottom: 10px;
}  
nav ul li {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    transition: all 200ms ease;
    padding: 5px 15px;
}
nav ul li a:hover {
  text-decoration: underline;
}
nav .logo {
    transition: all 400ms ease;
    max-width: 200px;
}
nav .logo img {
  width: 100%;
}
/* HEADER */
header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 550px;
    width: 100%;
    max-width: 1240px;
    position: relative;
    margin: 220px auto 0px;
    border-radius: 3px;
    overflow: hidden;
}
.header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    z-index: 2;
    position: absolute;
    color: #fff;
    max-width: 860px;
    text-align: center;
    padding: 0px 15px;
}
header h1 {
    margin-bottom: 15px;
}

header button {
    background-color: #42564E;
    color: #fff;
}
header img.bg-img {
    position: absolute;
    width: 100%;
    z-index: 0;
}
header .overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;   
    background-image: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.5) 0%,        /* Tmavá začíná na 0% */
        rgba(0, 0, 0, 0.2) 35%,         /* Plynulý přechod do průhledné od 15% do 30% */
        rgba(0, 0, 0, 0.2) 65%,         /* Průhledná zůstává do 70% */
        rgba(0, 0, 0, 0.5) 100%       /* Tmavá až do konce */
    );
    z-index: 1;
}

.slider {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden;
  }
.slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 2s ease-in-out;
    transform: scale(1.15); 
}

.slick-active img {
    transform: scale(1); 
}
  .slick-prev, .slick-next {
    background-size: 18px 18px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    top: auto !important;
    bottom: 50% !important;
    width: 45px !important;
    height: 45px !important;
    cursor: pointer !important;
    z-index: 80;
    background-color: #ffffff25 !important;
    border: 1px solid #fff !important;
    opacity: 0 !important;
    margin-bottom: -30px !important;
    transition:all 400ms ease;
  }
.slider:hover .slick-prev, .slider:hover .slick-next {
  opacity:1 !important;
}
  .slick-prev:hover, .slick-next:hover {
    border: 1px solid #fff !important;
  }
header:hover .slick-prev {
  transform: translateX(0px) !important;
}
  .slick-prev {
    left: 20px !important;
    transform: translateX(-50px) !important;
    background-image: url('https://img.icons8.com/fluency-systems-regular/24/ffffff/long-arrow-left.png') !important;
  }
header:hover .slick-next {
  transform: translateX(0px) !important;
}
  .slick-next {
    right: 20px !important;
    transform: translateX(50px) !important;
    background-image: url('https://img.icons8.com/fluency-systems-regular/24/ffffff/long-arrow-right.png') !important;
  }

  .slick-prev:before, .slick-next:before {
    content: '' !important;
  }

  /* FOOTER */
  footer {
    padding: 0px 0px 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer-content {
    max-width: 1240px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    padding-top: 65px;
  }
  .footer-box {
    padding: 0px 0px;
  }
  .footer-box h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .footer-box ul {
    line-height: 2;
  }
  .footer-box ul li {
    font-size: 14px;
  }
  ul.socials {
    display: flex;
    flex-wrap: wrap;
  }
  ul.socials li {
    margin-right: 15px;
}
footer .menu {
  width: 100%;
  max-width: 1240px;
  margin-top: 65px;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #ddd;
}
footer .menu ul {
  display: flex;
  flex-wrap: wrap;
}
footer .menu ul li {
  font-size: 14px;
  margin-right: 25px;
}
footer .menu p {
  margin-bottom: 0;
  color: #7c7c7c;
  font-size: 14px;
}
footer a:hover {
    text-decoration: underline;
}
footer .logo {
  font-family: "Playfair Display", serif;
    font-size: 26px;
    color: #000;
    display: grid;
    text-align: left;
    line-height: 1;
    transition: all 400ms ease;
}
footer .logo small {
    font-size: 14px;
    color: #C89B4C;
}
footer ul.big {
}
footer ul.big a {
    font-size: 20px;
}
  /* SERVICES */
  .services {
    width: 100%;
  }
  .service {
    width: 100%;
    border-radius: 3px;
    background-color: #f5f5f5;
    padding: 65px 45px;
  }
  #slider-services {
    padding-bottom: 45px;
  }
  #slider-services .slick-prev,  #slider-services .slick-next {
    background-color: #fff !important;
    opacity:1 !important;
    transform: translateX(0px) !important;
    margin-bottom: 0px !important;
    border:1px solid #000 !important;
    top: auto !important;
    bottom: 0% !important;
  }
  #slider-services:hover .slick-prev, #slider-services:hover .slick-next {
    opacity:1 !important;
  }
    #slider-services .slide-content:hover .slick-prev {
    transform: translateX(0px) !important;
  }
    #slider-services:hover .slick-next {
    transform: translateX(0px) !important;
  }
  #slider-services .slick-prev {
    left: auto !important;
    margin-left: -50px;
    background-image: url('https://img.icons8.com/fluency-systems-regular/24/000000/long-arrow-left.png') !important;
  }

  #slider-services .slick-next {
    right: auto !important;
    margin-right: -50px;
    background-image: url('https://img.icons8.com/fluency-systems-regular/24/000000/long-arrow-right.png') !important;
  }
  .slide-content {
    padding: 15px;
  }
  .slide .info {
    text-align: center;
  }
  .slide .info h3 {
    font-size: 20px;
  }
  /* FAQ */
.faq-content {
    width: 100%;
    max-width: 1240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 160px auto 0px;
}
  .faq-section {
    max-width: 840px;
  }

  .faq-content .headline {
  }
  .faq-content h2 {
  }
  .faq-item {
    margin-bottom: -2px;
    border-radius: 0;
    overflow: hidden;
  }
  .faq-item:nth-last-child(1) {
    
  }
  .faq-item:nth-child(1) {
    border-top: 1px solid #ddd;
  }
  .faq-question {
    padding: 20px 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    position: relative;
    border-bottom: 1px solid #ddd;
  }
  
  .faq-question:after {
    position: absolute;
    content:"";
    width: 0px;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    transition: width 300ms ease;
  }

  .faq-question:hover:after {
    width: 100%;
  }
  .faq-question:before {
    position: absolute;
    content:"";
    width: 0px;
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: 0;
    transition: width 300ms ease;
  }

  .faq-question:hover:before {
    width: 100%;
  }
  .faq-question h3 {
    margin: 0;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  
  .faq-question:hover {
  }
  
  .faq-question:hover .faq-indicator {
    transform: rotate(0deg);
  }
  .faq-indicator {
    transition: transform 0.3s ease;
    transform: rotate(180deg);
  }
  .faq-indicator img {
    width: 18px;
    height: 18px;
  }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 10px;
    color: #7c7c7c;
  }
  
  .faq-answer p {
    padding: 10px 0;
    margin: 0;
  }
  
  .faq-item.open .faq-answer {
    max-height: 200px; /* Můžeš upravit dle obsahu */
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
  }
  
  .faq-item.open .faq-indicator {
    transform: rotate(45deg); /* Indikátor se změní z + na x (pro mínus) */
  }

  /* MODAL */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35); 
    backdrop-filter: blur(10px); 
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
    z-index: 999;
  }
  
  .modal-content {
    background: #F6EFE3;
    padding: 0px;
    width: 80%;
    max-height: 70vh;
    border-radius: 0px;
    position: relative;
    animation: modalSlideIn 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: unset;
    overflow: hidden;
  }
  .modal-content .left {
    margin-right: auto;
  }
  .modal-content .right {
    padding: 25px;
    overflow-y: auto;
    max-height: 70vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    z-index: 80;
  }
  .close-btn img {
    width: 18px;
    height: 18px;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes modalSlideIn {
    from {
      transform: translateY(-25px);
    }
    to {
      transform: translateY(0);
    }
  }
  
  .modal.active {
    display: flex;
  }
  .slider-gallery {
    background-color: #ffffff6e;
    height: 70vh;
  }

  .slick-list {
    height: 100% !important; /* Zajištění, že slick-list dodržuje výšku slideru */
  }
  
  .slick-track {
    height: 100% !important; /* Zajištění, že slick-track dodržuje výšku slideru */
  }

  
  .slider-gallery .slick-slide img {
    max-width: 100%;
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: transform 2s ease-in-out;
    transform: scale(1); 
}

.slider-gallery .slick-active img {
    transform: scale(1); 
}
.slider-gallery .slick-next {
    top:50% !important;
    right:0 !important;
}
.slider-gallery .slick-prev {
    top:50% !important;
    left:0px !important;
}
.slider-gallery .slick-prev,
.slider-gallery .slick-next{
    filter: invert(1);
    background-color: #08111C !important;
    border:none !important; 
}

.modal-content .header ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    line-height: 2.6;
  }
  .modal-content .header ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    margin-right: 10px;
  }
  .modal-content .header ul li img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .modal-content .info {

  }
  .modal-content .header p {
    margin-bottom: 25px;
  }

  .modal-content .info h3 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
  } 
  .check-ul {
    list-style-type: none; /* Vypnutí defaultního seznamu */
    padding: 0;
    margin: 0;
    column-count: 2; /* Rozděl seznam na dva sloupce */
    column-gap: 20px; /* Mezera mezi sloupci */
    margin-bottom: 25px;
  }
  
  .check-ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px; /* Místo pro ikonku před položkou */
    font-size: 14px;
  }
  
  .check-ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    background-image: url('https://img.icons8.com/fluency-systems-regular/48/C89B4C/checkmark--v1.png');
    background-size: cover; /* Ujistí se, že obrázek je zcela viditelný */
  }

/* RATING */
.rating-content {
    margin-top: 120px;

}
.rating-count {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
}
.rating-count span {
    font-size: 46px;
    font-weight: 600;
    display: grid;
    float: left;
    background-color: #C89B4C;
    color: #fff;
    padding: 10px;
}

.rating-count img {
    max-width: 200px;
    margin-top: 5px;
}
/* FORM */
input, textarea {
  border: 1px solid #00000035;
  padding: 7px 15px;
  background-color: transparent;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
input:focus, textarea:focus {
  box-shadow: none;
  border-color: #000;
  background-color: transparent;
  outline: none;
}
.form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}
.form-group label {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 14px;
}
#modal-form .modal-content {
  width: auto;
  padding: 25px;
  max-width: 440px;
  max-height: 90vh;
}
#modal-form .modal-content button {
  margin-top: 25px;
}
form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.form-content {
  text-align: center;
}
.form-content h2 {
  margin-bottom: 15px;
}
/* MOBILE */
@media (max-width: 767px) {
  ul.socials li {
    margin-right: 10px;
    margin-left: 10px;
  }
  h1 {
    font-size: 40px;
  }
  .burger {
    display: flex;
}

  nav ul {
    display: none;
  }
  nav ul.active {
    display: flex;
            position: absolute;
            top: 95px;
            left: 0;
            right: 0;
            width: 100%;
            flex-direction: column;
            flex-wrap: nowrap;
            background: #fff;
            height: auto;
            padding-bottom: 15px;
            padding-top: 25px;
            margin: 0;
  }
  p.quote {
    font-size: 26px;
    margin-bottom: 80px;
  }
  .service-box .right {
    padding: 0px;
  }
  .service-box .left {
    margin-bottom: 35px;
  }
  .faq-content .headline {
    position: relative;
    top: auto;
    margin-bottom: 35px;
  }
  .footer-box {
    text-align: center;
    margin-bottom: 35px;
  }
  footer {
    padding: 60px 0px 0px;
  }
  ul.socials {
    margin-top: 40px;
    justify-content: center;
  }
  ul.socials li:nth-of-type(4) {
    margin-left: 0 !important;
    margin-top: 20px;
  }
  main {
    padding: 100px 15px 60px;
  }
  .rating-content {
    margin-top: 60px;
  }
  .faq-content {
    margin-top: 60px;
  }
  nav ul.right {
    display: block;
  }
  .nav-content {
    padding: 0px 0px 10px 0px;
    flex-direction: row;
    justify-content: space-around;
  }
  nav.scrolled {
    transform: translateY(0px) !important;
  }
  nav.scrolled .nav-content{
    padding: 0px 0px 10px 0px;
  }
  nav ul li {
    padding: 12px 25px;
  }
  nav .logo {
    padding: 7px 0px;
    font-size: 22px;
    max-width: 160px;
  }
  header {
    height: 500px;
    margin-top: 95px;
  }
  .modal-content .right {
    max-height: 3000px;
    position: relative;
    padding: 25px 15px;
  }
  .modal-content {
    overflow: auto;
    width: 90%;
    max-height: 90%;
  }
  .slider-gallery {
    height: 300px;
  }
  .close-btn {
    position: fixed;
    top: 10px;
    right: 10px;
  }
  .slider-gallery .slick-slide img {
    height: auto !important;
    max-height: 100%;
  }
  #modal-form .modal-content {
    width: 90%;
  }
  .about-content .left {
    padding-left: 0 !important;
  }
  .about-content .right {
    margin-bottom: 35px;
  }
  .about {
    margin-bottom: 80px !important;
  }
  .service {
    padding: 45px 25px !important;
  }
  .service .headline {
    margin-bottom: 25px !important;
  }
  footer .menu {
    justify-content: center !important;
    padding-bottom: 25px;
  }
  footer .menu ul {
    margin-bottom: 25px !important;
  }
}

/* RESERVATION */
.reservation {
  margin-top: 90px;
  width: 100%;
}
.reservation-content {
  background-color: #ddd;
  width: 100%;
  border-radius: 3px;
}

/* ABOUT */
.about {
  margin-bottom: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;
  width: 100%;
}
.about-content .left {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 65px;
}
.about-content .left h2 {
  margin-bottom: 15px;
}
.about-content .right {
  position: relative;
}
.about-content .right img {
  width: 100%;
  border-radius: 3px;
}
.about p {
  width: 100%;
}
/* RESERVATION FORM */
#header {
  background-color: #42564E !important;
}

#header h1 {
  text-transform: none;
}
#content #inner .step h2 {
  font-family: "Roboto", sans-serif !important;
}
.right-menu .service h3, .right-menu .merchant h3, .right-menu .item h3 {
  font-family: "Roboto", sans-serif !important;
}
.reservanto-iframe {
  font-family: "Roboto", sans-serif !important;
}

#footer #footer-menu #nextPage, #footer #footer-menu #submitPage {
  background: #42564E url('https://img.icons8.com/fluency-systems-regular/24/ffffff/long-arrow-right.png') 92% center no-repeat;
  padding: 8px 55px 8px 25px !important;
  border-radius: 0;
}

.serviceCategory.expanded {
  width: 100%;
  max-width: 1170px !important;
}

#footer #footer-menu {
  float: right;
  height: 61px;
  display: flex;
  flex-direction: row-reverse;
}

#vcalendar table td.selected {
  border-color: #42564E;
  background-color: #42564E;
  color: #fff;
}

.bigbtn {
  background: #42564E;
  padding: 8px 25px 8px 25px !important;
  background-image: none;
}

.table-around {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  margin-top: 160px;
}
.table-around h2 {
  margin-bottom: 45px;
}
.table-around h3 {
  margin-bottom: 25px;
}
.table-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  overflow: hidden;
  margin-bottom: 45px;
}

th, td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

th {
  background-color: #f4f4f4;
  font-weight: bold;
}

@media (max-width: 600px) {
  th, td {
      padding: 10px;
      font-size: 14px;
  }
}

.new-around {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.new-content {
  width: 100%;
  max-width: 760px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.new-around h2 {
  margin-bottom: 15px;
}


#slider-photos .slide {
  text-align: center;
  padding: 10px;
  display: flex !important;
  flex-direction: column;
}
#slider-photos img {
  width: 100%;
  height: auto;
  max-height: 330px;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

#slider-photos p {
  margin-top: 8px;
  font-size: 16px;
}

.references-around {
  width: 100%;
  padding: 80px 0px 80px;
  margin-top: 40px;
}

.references-around .slider {
  padding-bottom: 80px;
}

#slider-photos .slick-prev, #slider-photos .slick-next {
  background-color: #fff !important;
  opacity: 1 !important;
  transform: translateX(0px) !important;
  margin-bottom: 0px !important;
  border: 1px solid #000 !important;
  top: auto !important;
  bottom: 0px !important;
}

#slider-photos .slick-prev {
  left: auto !important;
  margin-left: -50px;
  background-image: url('https://img.icons8.com/fluency-systems-regular/24/000000/long-arrow-left.png') !important;
}

#slider-photos .slick-next {
  right: auto !important;
  margin-right: -50px;
  background-image: url('https://img.icons8.com/fluency-systems-regular/24/000000/long-arrow-right.png') !important;
}