/*
[Color codes]
Yellow #F4B63C
Golden 
Grey #ECF0F1
*/

/* *********************************************************
  General Styling 
********************************************************* */

*, *:before, *:after {
  box-sizing: border-box;
}

.wrap {
  width: 100%;
  padding: 3.5em 0;
}

.grey {
  background: #ECF0F1;
  padding: 100px 0 150px;
}

a {
  color:#F4B63C;
}

/* Privacy Policy */
a:hover {
  color: #F4B63C;
}

a, img, .overlay, input, textarea, .plan-wrap p, .filters .filter {
    -webkit-transition: all .12s linear;
       -moz-transition: all .12s linear;
         -o-transition: all .12s linear;
            transition: all .12s linear;
  }
/**/

body {
  font-size: 1em;
  line-height: 1.7em;
  color: #777777;
  font-weight: normal;
}

body, input, textarea {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6, .navigation a, .btn, .btn-cookies, .filters .filter, .cookies-disclaimer {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  position: relative;
  margin: 1em 0 1.4em;
  color: #484f58;
}

h1,h2 {
  text-transform: uppercase;
}

h1 {
  font-size: 3em;
  line-height: 1.2em;
}

h2 {
  font-size: 2.8em;
  line-height: .9em;
}

h3 {
  font-size: 1.8em;
  line-height: .9em;
}

h4,h5,h6 {
  font-size: 1.125em;
  line-height: .5em;
}

.pleft-25 {
  padding-left: 25px;
}

.pright-25 {
  padding-right: 25px;
}

/* CURVES */
.curveUpColor, .curveDownColor {
  fill: #fff;
  stroke: #fff;
  position: absolute;
  left: 0;
  z-index: 1;
}

.curveUpColor {
  margin-top: -100px;
}

.curveDownColor {
  margin-bottom: -100px;
}

.curveGrey {
  fill: #ECF0F1;
  stroke: #ECF0F1;
}



/* *********************************************************
  Buttons 
********************************************************* */

.btn {
  position: relative;
  display: inline-block;
  margin: .8em 0;
  padding: .5em 1.6em;
  color: #fff;
  font-size: .8em;
/*border-radius*/
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  background:#F4B63C;
}

.btn-cookies {
  position: relative;
  display: inline-block;
  margin: 0 0;
  padding: 0em 0.8em;
  color: #fff;
  font-size: 0.9em;
  float: right;
/*border-radius*/
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  background:#F4B63C;
}

/* FIND OUT MORE */
/* text color while hovering */
.btn:hover, .btn:focus, .btn-current, .btn-cookies:hover, .btn-cookies:focus {
  color: #fff;
  background: #F4B63C;
}

/* pulsing of  */
.btn:hover, .btn-cookies:hover, .social-set a:hover, .team-social a i:hover, .header-carousel .owl-buttons .owl-prev:hover, .header-carousel .owl-buttons .owl-next:hover {
  -webkit-animation: rubberBand .8s 1;
     -moz-animation: rubberBand .8s 1;
       -o-animation: rubberBand .8s 1;
          animation: rubberBand .8s 1;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.15, 0.9, 1);
    transform: scale3d(1.15, 0.9, 1);
  }

  40% {
    -webkit-transform: scale3d(0.8, 1.15, 1);
    transform: scale3d(0.8, 1.15, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* transparency */
.btn-ghost {
  margin: 10px;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
}

/* border color */
.btn-ghost:hover {
  border-color: transparent;
  background-color:#F4B63C;
}
/**/

/* *********************************************************
  Header 
********************************************************* */

#top-header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 5px 0;
  background: rgba(51, 51, 51, 0);
  transition: background 0.5s ease;
/*transition*/
  -webkit-transition: all .15s linear;
     -moz-transition: all .15s linear;
       -o-transition: all .15s linear;
          transition: all .15s linear;
}

#top-header .grid {
  overflow: visible;
}

.logo {
  display: block;
  float: left;
  width: 104px;
  height: 46px;
  text-indent: -9999px;
  background: url(images/logo.svg) no-repeat;
  background-size: 104px 46px;
}

.header-default {
  background: #2C2D31;
}

/* Moving Background */
.background-video {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  overflow: hidden;
}

/* *********************************************************
  Navigation 
********************************************************* */

.navigation input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.navigation label {
  display: none;
  cursor: pointer;
}

.navigation {
  position: relative;
  float: right;
  margin: 10px 0 0 0;
}

/* horizontal layout */
.navigation ul li {
  position: relative;
  display: inline;
  float: left;
}
/* color */
.navigation a {
  font-size: .8em;
  display: block;
  margin-left: 20px;
  padding-bottom: 3px;
  color: #fff;
}

/* current section highlight */
.navigation .current a, .navigation ul li a:hover, .navigation ul li a:focus {
  color:#F4B63C;
}

/* *********************************************************
  Parallax 
********************************************************* */

.parallax-section {
  z-index: -1;
  clear: both;
  background-image: url('images/home.png');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center top;
}

.parallax2 {
  z-index: -1;
  clear: both;
  background-image: url('images/parallax2.png');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center top;
}

.parallax-section .content, .top-slider .content-header, .home-slider {
  margin: 0 auto;
  text-align: center;
}

.parallax-section .content-header, .home-slider .content-header {
  padding: 200px 0 200px;
}

.parallax2 .content {
  padding: 350px 0 300px;
}

.parallax2 .content-end {
  padding: 350px 0 300px;
  text-align: center;
}

/* *********************************************************
  Services Section
********************************************************* */
.services, .service-box {
  text-align: center;
}

.service-box h3 {
  height: 30px;
}

.service-icon {
  margin-top: 20px;
  padding-top: 1em;
}

.circle-icon {
  display: inline-block;
  font-size: 2em;
  padding: 1.1em 1.15em;
  color: #484f58;
/*border-radius*/
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: transparent;
/*box-shadow*/
  -webkit-box-shadow: 0 0 0 2px #484f58;
     -moz-box-shadow: 0 0 0 2px #484f58;
          box-shadow: 0 0 0 2px #484f58;
/*transition*/
  -webkit-transition: all .15s linear;
     -moz-transition: all .15s linear;
       -o-transition: all .15s linear;
          transition: all .15s linear;
}

/* ABOUT US pulsing icons */
.service-box:hover .circle-icon {
    /*box-shadow*/
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.service-entry {
  margin-top: 70px;
  padding: 0 .5em;
  margin-bottom: 10px;
}

/* *********************************************************
  Work Section
********************************************************* */

.recent-wrap {
  text-align: center;
}

.recent-work {
  /*background: #6578bc; /* Old browsers *//*
  background: -moz-linear-gradient(left,  #6578bc 0%, #F4B63C 100%); /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6578bc), color-stop(100%,#F4B63C)); /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(left,  #6578bc 0%,#F4B63C 100%); /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(left,  #6578bc 0%,#F4B63C 100%); /* Opera 11.10+ */
  /*background: -ms-linear-gradient(left,  #6578bc 0%,#F4B63C 100%); /* IE10+ */
  /*background: linear-gradient(to right,  #6578bc 0%,#F4B63C 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6578bc', endColorstr='#F4B63C',GradientType=1 ); /* IE6-9 */
  /*bottom: 0; */
  text-align: left;
  width: 100%;
  position: relative;
  margin-bottom: 1em;
 /* background-size: 0%; /* Ustaw szerokość na 20%, a wysokość na 100% */
 /* background-position: bottom; /* Ustaw pozycję tła na lewo */
  /*background-repeat: no-repeat;

/*border-radius*/
  /*-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;*/
}

.portfolio-items .mix {
  display: inline-block;
}

.filters {
  margin-bottom: 40px;
}

.filters .filter {
  display: inline-block;
  margin: 4px;
  padding: 0.5em 1.65em;
  font-size: .8em;
  list-style: none;
  cursor: pointer;
  color: #484f58;
  border: 2px solid transparent;
/*border-radius*/
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}

.filters .filter.active,
.filters .filter:hover {
  border: 2px solid #F4B63C;
  color: #F4B63C;
}

.recent-work a {
  position: relative;
  display: block;
}

.recent-work img {
  width: 100%;
  margin-bottom: 0;
/*border-radius*/
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.col-1-2 img {
  width: 100%;
  margin-bottom: 0;
/*border-radius*/
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  opacity: 0;
  transform: scale(1.3);
  margin-bottom: 10px;
}

.overlay h2 a, .overlay span {
  color: #fff;
}

.overlay h2 {
  margin: 10px 0;
  font-size: 1.2em;
}

.recent-work:hover .overlay {
  opacity: 1;
  transform: scale(1);
}

.col-1-2:hover .overlay {
  opacity: 1;
  transform: scale(1);
}

.recent-work .work-info {
  margin-top: 23px;
}

.work-info h4 {
  margin-bottom: .8em;
}

/* *********************************************************
  Clients Logos Section 
********************************************************* */

.cl-logo-carousel .item figure {
  max-height: 200px;
  margin: 5px;
  padding: 0 0;
}

.cl-logo-carousel .item figure img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.cl-logo-carousel.owl-theme .owl-controls .owl-page span, .header-carousel.owl-theme .owl-controls .owl-page span, .cl-client-carousel.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 11px;
  height: 11px;
  margin-top: 50px;
  margin: 5px 7px;
  border: 2px solid #ccc;
/*border-radius*/
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #bfbfbf;
  background-color: transparent;
  transition: all .13s linear;
}

.header-carousel.owl-theme .owl-controls .owl-page.active span,
.header-carousel.owl-theme .owl-controls.clickable .owl-page span:hover,

.cl-logo-carousel.owl-theme .owl-controls .owl-page.active span,
.cl-logo-carousel.owl-theme .owl-controls.clickable .owl-page:hover span,


.cl-client-carousel.owl-theme .owl-controls .owl-page.active span,
.cl-client-carousel.owl-theme .owl-controls.clickable .owl-page:hover span {
  border-color: transparent;
  background-color:#F4B63C;
  box-shadow: 0 0 0 3px #F4B63C;
}

.cl-logo-carousel1 .col-1-4 .content .item {
  align-items: center;
  align-content: center;
  text-align: center;
}

.cl-logo-carousel1 .col-1-4 .content-end .item {
  align-items: center;
  align-content: center;
  text-align: center;
}

.cl-logo-carousel1 .item img {
  align-items: center;
  align-content: center;
  text-align: center;
}

.cl-logo-carousel1.owl-theme .owl-controls .owl-page span, .header-carousel1.owl-theme .owl-controls .owl-page span, .cl-client-carousel1.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 11px;
  height: 11px;
  margin: 5px 7px;
  margin-top: 50px;
  border: 2px solid #ccc;
/*border-radius*/
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #bfbfbf;
  background-color: transparent;
  transition: all .13s linear;
}

.header-carousel1.owl-theme .owl-controls .owl-page.active span,
.header-carousel1.owl-theme .owl-controls.clickable .owl-page span:hover,

.cl-logo-carousel1.owl-theme .owl-controls .owl-page.active span,
.cl-logo-carousel1.owl-theme .owl-controls.clickable .owl-page:hover span,

.cl-client-carousel1.owl-theme .owl-controls .owl-page.active span,
.cl-client-carousel1.owl-theme .owl-controls.clickable .owl-page:hover span {
  border-color: transparent;
  background-color:#F4B63C;
  box-shadow: 0 0 0 3px #F4B63C;
}

/* *********************************************************
 Info Counter
********************************************************* */

.info-counter-icon {
  font-size: 4em;
  color: #F4B63C;
}

.info-counter-content, .info-counter-content h5 {
  color: #fff;
  font-size: 1.2em;
}

.info-counter-text {
  opacity: .7;
  font-size: 0.8em;
}

/* *********************************************************
 Map, Contact & Comment Forms
********************************************************* */
.contact {
  padding-top: 0;
}

.contact h2 {
  text-align: center;
  margin-top: 0;
}

.contact .address h3 {
  margin-top: 0;
}

address {
  margin-top: 3em;
}

address div {
  position: relative;
  margin-top: 20px;
}

address i {
  position: absolute;
  top: 2px;
  left: 0;
}

.address span {
  line-height: 1.1;
  margin-bottom: 3px;
  color: #484f58;
  font-size: 1.125em;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
} 

.box-icon {
  border-right: 2px solid #ebebeb;
  float: left;
  font-size: 1.4em;
  height: 45px;
  line-height: 40px;
  margin: 0 20px 0 0;
  width: 40px;
  color: #F4B63C;
}

/* Form, Comments and Contact */

.comments, .form {
  padding: 0em 3em;
}

.contact-form .form {
  padding: 0;
}

/* Inputs */

input:not([type=submit]):not([type=file]), textarea {
  width: 100% !important;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 15px 2px;
  border: 2px solid #ebebeb;
/*border-radius*/
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  background: white;
  box-shadow: 0px 0px 0px 2px transparent;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

input:not([type=submit]):not([type=file]):focus, textarea:focus {
  border-color:#F4B63C;
  outline: none;
}

textarea {
  max-width: 100%;
  min-height: 150px;
  padding: 15px;
}

.submit {
  font-size: 1.1em;
  position: relative;
  width: 190px;
  height: 45px;
  margin-bottom: 2em;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  border: 0;
  float: right;
}

.submit:active {
  outline: none;
}

input:not([type=submit]):not([type=file]):focus, textarea:focus {
  -webkit-animation: rubberBand 0.5s 1;
     -moz-animation: rubberBand 0.5s 1;
       -o-animation: rubberBand 0.5s 1;
          animation: rubberBand 0.5s 1;
}

/* *********************************************************
  Footer
********************************************************* */

footer {
  background:#2C2D31;
}

footer .grid {
  padding-top: 6em;
}

footer p, footer a {
  color: #f4f4f4;
}

.copyright {
  text-align: center;
}

/*------------------------------------------------------------- 
  Team
---------------------------------------------------------------*/

.team-wrap {
  text-align: center;
}

.staff-content {
/*border-radius*/
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: #fff;
  width: 90%;
  align-content: center;
  align-items: center;
  align-self: center;
}

.staff-info {
  padding: 0 10px;
  text-align: center;
}

.staff-info span {
  color:#F4B63C;
  text-align: center;
}

.staff-img {
  position: relative;
  display: table;
  margin: 0 auto;
  width: 100%;
}

.staff-img img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}

.staff-img:hover img {
  opacity: 1;
}

.staff-content h5 {
  margin-bottom: .5em;
}

.staff-content span {
  display: inline-block;
  margin-bottom: 10px;
}

.team-social {
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  opacity: 0;
  padding: 7px 0;
  height: 50px;
  transition: .1s linear;
  transform: translateY(10px);
}

.team-social a {
  display: inline-block;
  padding: 0 7px;
}

.team-social a i {
  font-size: 1.5em;
  display: table;
  padding: 8px;
  color: #484f58;
}

/* social media hover */
.staff-content:hover .team-social {
  opacity: 1;
  transform: translateY(0);
}

.sl-fb i:hover {
  color: #4f689e;
}

.sl-ln i:hover {
  color: #017eba;
}

/* *********************************************************
  Loader
********************************************************* */

.loader-overlay {
  width: 100%;
  height: 100%;
  background: #ECF0F1;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 9999;
}

.loader {
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -75px;
  position: absolute;
  top: 50%;
  width: 150px;
}
.loader .bar {
  background-color: #F4B63C;
  font-size: 0;
  height: 6px;
  border-radius: 3px;
  opacity: 0;
  width: 25px;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: subtleIn;
  -webkit-animation-timing-function: ease-in-out;
  display: inline-block;
}
.loader .bar:nth-child(1) {
  -webkit-animation-delay: 0s;
}
.loader .bar:nth-child(2) {
  background-color: #F4B63C;
  -webkit-animation-delay: .3s;
}
.loader .bar:nth-child(3) {
  background-color: #E6D68C;
  -webkit-animation-delay: .6s;
}
.loader .bar:nth-child(4) {
  background-color: #A39864;
  -webkit-animation-delay: .9s;
}
.loader .bar:nth-child(5) {
  background-color: #5A5437;
  -webkit-animation-delay: 1.2s;
}

@-webkit-keyframes subtleIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*------------------------------------------------------------- 
  Media queries
---------------------------------------------------------------*/

@media handheld, only screen and (max-width: 1200px) {
  #top-header {
    padding: 15px 20px;
  }
  .team-social {
    height: 30px;
  }
  .team-social a i {
    font-size: 1em;
    padding: 3px;
  }
}

@media handheld, only screen and (max-width: 767px) {
  #top-header {
    position: absolute;
    padding: 8px 0;
  }
  .logo-wrap {
    float: left;
    width: 100%;
    margin-bottom: .5em;
  }
  #top-header .col-1-1 {
    margin: 0;
  }
  .navigation ul {
    display: none;
    height: 100%;

  }
  .navigation {
    float: none;
  }
  .navigation label {
    position: absolute;
    display: block;
    right: 0;
    top: 7px;
    color: #fff;
    min-height: 2.25em;
    padding: .45em;
    font-size: 1.1em;
    margin: 0;
  }
  .navigation label:after {
    position: absolute;
    right: .25em;
    top: 0;
    content: "\2261";
    font-size: 1.8em;
  }
  .service-entry {
    margin-bottom: 2.5em;
  }
  .parallax2 .content {
    padding: 150px 0 100px;
  }
  
  .parallax2 .content-end {
    padding: 150px 0 300px;
    text-align: center;
  }
}

@media handheld, only screen and (max-width: 480px) {
  .parallax-section .wrap {
    padding: 0;
  }
  .team-social {
    height: 50px;
    opacity: 1;
  }
  .team-social a i {
    font-size: 1.5em;
    padding: 8px;
  }
  
#adjustment
  *, :after, :before {
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: rgba(59,130,246,0.5);
      --tw-ring-offset-shadow: 0 0 transparent;
      --tw-ring-shadow: 0 0 transparent;
  }
  *, :after, :before {
      --tw-shadow: 0 0 transparent;
  }
  *, :after, :before {
      border-color: currentColor;
  }
  *, :after, :before {
      box-sizing: border-box;
      border: 0 solid;
  }
  .parallax2 .content {
    padding: 150px 0 100px;
  }
  
  .parallax2 .content-end {
    padding: 150px 0 300px;
    text-align: center;
  }
}

/* Updated CSS for .overlay */
.overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2%;
  padding-left: 5%;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.3s, opacity 0.3s;
  border-radius: 5px;
}

.overlay h2 a, .overlay span {
  color: #fff;
}

.overlay h2 {
  margin: 10px 0;
  font-size: 1.2em;
}

.recent-work:hover .overlay {
  opacity: 1;
  transform: translateY(0); /* Move the overlay back to its original position */
}

.col-1-2:hover .overlay {
  opacity: 1;
  transform: translateY(0); /* Move the overlay back to its original position */
}


.col-1-4 {
  box-sizing: border-box;
  width: 25%;
  padding: 0 0; /* Adjust spacing as needed */
  flex: 0 0 auto;
}

.col-1-2 p {
  vertical-align: middle;
}

.col-1-2-1 {
  width: 75%;
}
.col-1-2-2 {
  width: 25%;
}

/* Cookies */
/* Add this style to position the disclaimer at the bottom of the screen */
.cookies-disclaimer {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0px;
  text-align: left;
  overflow: visible;
  vertical-align: middle;
}

.cookies-disclaimer p {
  margin-top: 1%;
}

.mySlides, .mySlides1, .mySlides2, .mySlides3, .mySlides4, .mySlides5, .mySlides6, .mySlides7 {
  display: none;
}



#acceptCookiesBtn {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 5px 10px; /* Adjust padding to your preference */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  float: right;
  margin: 5px; /* Add margin to the button */
}

.show-cookies {
  display: block;
}

/* New CSS for .content:hover .overlay */
.content:hover .overlay {
  transform: translateY(0); /* Move overlay to the top on hover */
  opacity: 1;
}

/* Adjusted CSS for .modal-navigation */
.modal-navigation {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  text-align: center;
}

/**/
.modal-prev,
.modal-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border: none;
  outline: none;
}

.modal-prev {
  left: 0px;
  background-color: rgba(0, 0, 0, 0);
  top: 50%;
  padding-top: 20%;
  padding-bottom: 20%;
}

.modal-next {
  right: 0px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  top: 50%;
  padding-top: 20%;
  padding-bottom: 20%;
}


