@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');

:root{
    --o-1: #C0587E;
    --o-2: #FC8B5E;
    --o-3: #EA592A;
    --o-4: #537197;
    --o-5: #42A1A5;
    --accent: var(--o-1);
    --white: #fff;
    --black: #000;
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html{
  scroll-behavior: smooth;
}

*{
  box-sizing: border-box;
}

body{

  font-family: 'Frank Ruhl Libre', sans-serif !important;
  font-size: 16px;
  direction: ltr;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 29px 0;
  background: rgb(1,1,1);
  background: radial-gradient(circle, rgba(1,1,1,1) 0%, rgba(43,43,54,1) 35%, rgba(0,0,0,1) 100%);
  background-attachment: fixed;
}

a{
  text-decoration: none;
}

p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

ul, ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

li {
  margin-bottom: 0.5rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

img{
  width: 100%;
  display: block;
  box-sizing: border-box;
}

video{
  display: block;
  box-sizing: border-box;
}

h5{
  font-size: 1.1rem;
}

.module{
  padding: 100px 0;
}

.container{
  max-width: 1170px;
  margin: 0 auto;
}

.wrapper {
  color: var(--white);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  box-sizing: border-box;
  position: relative;
  background-color: var(--white);
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0px 12px 28px 0px rgba(140, 149, 159, 0.3);

  &::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url('galleryarchive/background/bg-all-069f391ce0410d.jpg');
    background-position: left;
    background-repeat: repeat;
    animation: 40s linear wrapper infinite;
    opacity: 0.7;
  }

  &::after{
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    content: '';
    background:  var(--black);
  }
}

.row-2,
.row-3,
.row-4,
.row-5,
.row-6{
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}

.col-10,
.col-80,
.col-30,
.col-70,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6{
  width: 100%;
  flex-grow: 1;
  box-sizing: border-box;
}

.header{
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;

  &::before{
    position: absolute;
    content: '';
    bottom: -90px;
    left: -70px;
    width: 150px;
    height: 250px;
    background: url('galleryarchive/tematik/arcade-machine-069f391ce042a7.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.5;
    transform: rotate(17deg);
    filter: brightness(0.5) grayscale(1);
    animation: arcade 9s linear infinite;
  }

  &::after{
    position: absolute;
    content: '';
    top: -15px;
    right: -25px;
    width: 100px;
    height: 200px;
    background:  url('galleryarchive/tematik/arcade-machine-169f391ce042c8.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.5;
    transform: rotate(335deg);
    filter: brightness(0.5) grayscale(1);
    animation: arcade 7s linear infinite;
    animation-delay: 1s;
  }
}

.logo{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  position: relative;
  z-index: 2;

  img{
    width: 70px;
    height: 70px;
    object-fit: contain;
  }

  h1{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--white);
    font-family: 'Staatliches', sans-serif;
    transition: var(--transition);
  }

  &:hover h1,
  &:focus h1{
    color: var(--accent);
  }
}

.box{
  position: relative;
  z-index: 2;
  padding: 34px 0;
}

.nav-box{
  padding: 0 !important;
}

.nav{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px 0;
}

.nav-item{
  text-align: center;
  padding: 20px;
  transition: var(--transition);

  a{
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
  }

  &:hover,
  &:focus{
    background-color: var(--accent);
  }
}

.header-title-box{
  overflow: hidden;
  min-height: 300px;
  position: relative;
  width: 100%;
}

.footer-nav{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px 0;
}

.footer-item{
  text-align: center;
  padding: 20px;
  transition: var(--transition);

  a{
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
  }

  &:hover,
  &:focus{
    background-color: var(--accent);
  }
}

.copyright-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.copyright{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 4px;

  p{
    margin: 0;
    color: var(--accent);
    opacity: 0.5;
  }
}

.disclaimer-img{
  width: 70px;
  height: 70px;

  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.disclaimer-title{
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

.disclaimer-text{
  text-align: center;
}

.disclaimer-wr{
  padding: 30px;
}


.disc-wrapper{
  animation: bounce 2s infinite ease-in-out;

  &::after{
    animation: flash 1s linear infinite;
  }
}

.form{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-page-form-item{
  width: 100%;
}

.contact-page-form-item > input,
.contact-page-form-item > textarea,
.input-form__elementpart,
.textarea-form__elementpart{
  width: 100%;
  padding: 15px;
  border: 1px solid var(--white);
  background-color: transparent;
  color: var(--white);
  outline: none;
  transition: var(--transition);
  
  &:hover,
  &:focus{
    border: 1px solid var(--accent);
  }

  &::placeholder{
    color: var(--white);
  }
}

.title{
  font-size: 24px;
  font-weight: 500;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.privacy{
  color: var(--white);
  transition: var(--transition);
  display: inline-block;

  &:hover,
  &:focus{
    color: var(--accent);
  }
}

.ben{
  .wrapper{
    height: 100%;
  }

  margin-bottom: 30px;
}

.ben-box{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.ben-text{
  text-align: center;
}

.ben-img{
  width: 100px;
  height: 100px;
  background-image: url("galleryarchive/background/bg-all-069f391ce0410d.jpg");
  background-position: left;
  animation: 40s linear wrapper infinite;
  position: relative;

  &::before{
    background-color: #fff;
    opacity: 0.7;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
}

.ben-img-1{
  mask-image: url('galleryarchive/tematik/icon-069f391ce04316.png');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;

  &::after{
    position: absolute;
    content: '';
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-image: url('galleryarchive/tematik/icon-069f391ce04316.png');
    z-index: 2;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.ben-img-2{
  mask-image: url('galleryarchive/tematik/icon-269f391ce04340.png');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;

  &::after{
    position: absolute;
    content: '';
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-image: url('galleryarchive/tematik/icon-269f391ce04340.png');
    z-index: 2;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.ben-img-3{
  mask-image: url('galleryarchive/tematik/icon-469f391ce04369.png');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;

  &::after{
    position: absolute;
    content: '';
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-image: url('galleryarchive/tematik/icon-469f391ce04369.png');
    z-index: 2;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.ben-img-4{
  mask-image: url('galleryarchive/tematik/icon-669f391ce04391.png');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;

  &::after{
    position: absolute;
    content: '';
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-image: url('galleryarchive/tematik/icon-669f391ce04391.png');
    z-index: 2;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.page-img-wr,
.au-img-wr{
  width: 250px;
  height: 250px;
  border-radius: 0%;
  position: relative;
  background-color: var(--white);
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  box-shadow: 0px 12px 28px 0px rgba(140, 149, 159, 0.3);

  &::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url('galleryarchive/background/bg-all-069f391ce0410d.jpg');
    background-position: left;
    background-repeat: no-repeat;
    animation: 40s linear wrapper infinite;
    opacity: 0.7;
    border-radius: 0%;
  }

  &::after{
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    content: '';
    background:  var(--black);
    border-radius: 0%;
  }
}

.au-img{
  position: relative;
  z-index: 2;
  width: 240px;
  height: 240px;
  border-radius: 0%;
  overflow: hidden;

  img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  video{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.page-img{
  position: relative;
  z-index: 3;
  width: 240px;
  height: 240px;
  border-radius: 0%;
  overflow: hidden;

  img{
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}

.au{
  margin-bottom: 30px;

  .wrapper{
    height: 100%;
  }
}

.au-text{
  text-align: center;
}

.au-box{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}

.page-box{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#au-img{
  display: none;
}

.page-col,
.au-col{
  display: flex;
  align-items: center;
}

.main1-wrapper{
  width: 250px;
  height: 250px;
  border-radius: 50%;

  &::before{
    border-radius: 50%;
  }

  &::after{
    border-radius: 50%;
  }
}

.main1-img{
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 5px;

  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0%;
  }
}

.main1-wrapper{
  width: 250px;
  height: 250px;
  border-radius: 0%;
  position: relative;
  background-color: var(--white);
  margin: 0 auto 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 12px 28px 0px rgba(140, 149, 159, 0.3);

  &::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url('galleryarchive/background/bg-all-069f391ce0410d.jpg');
    background-position: left;
    background-repeat: no-repeat;
    animation: 40s linear wrapper infinite;
    opacity: 0.7;
    border-radius: 0%;
  }

  &::after{
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    content: '';
    background:  var(--black);
    border-radius: 0%;
  }
}

.main1-content{
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #111111a0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  z-index: 3;

  p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #fff;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
  }
}

.main1-title{
  text-align: center;
  display: inline-block;
  color: var(--white);
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  transition: var(--transition);
  margin-bottom: 29px;

  &:hover,
  &:focus{
    color: var(--accent);
  }
}

#main1{
  display: none;
}

.main2-img{
  width: 100%;
  height: 250px;
  display: inline-block;
  overflow: hidden;
  transition: var(--transition);
  border: 2px solid transparent;

  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
  }

  &:hover img,
  &:focus img{
    transform: scale(1.04) rotate(-5deg);
  }
  
  &:hover,
  &:focus{
    border: 2px solid var(--accent);
    background-color: var(--accent);
  }
}

.main2-col{
  display: flex;
  align-items: center;
}

.main2-desc{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main2-title{
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  transition: var(--transition);
  display: inline-block;

  &:hover,
  &:focus{
    color: var(--accent);
  }
}

.main2-content{
  p{
    color: var(--white);
    margin: 0;
  }
}


.rating{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.star{
  background-image: url("galleryarchive/background/bg-all-069f391ce0410d.jpg");
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: left;
  animation: 40s linear wrapper infinite;
  filter: drop-shadow(1px 1px 1px #ffffff6e) drop-shadow(-1px -1px 1px #ffffff6e);
  font-size: 26px;
}

.main2{
  .row-2{
    padding: 29px 0;
  }
}

.comments{
  margin-bottom: 30px;
}

.slider {
  width: 100%; 
  height: 400px; 
  overflow: hidden;
  position: relative;
}
.slides {
  display: flex;
  flex-direction: column; 
  height: 400%;
  transition: transform 1s ease;
}
.slide {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.comment-wr,
.com-img-wr{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.com-img{
  position: relative;
  width: 150px;
  height: 150px;

  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    padding: 5px;
    border-radius: 0%;
  }

  &::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url('galleryarchive/background/bg-all-069f391ce0410d.jpg');
    background-position: left;
    background-repeat: no-repeat;
    animation: 40s linear wrapper infinite;
    opacity: 0.7;
    border-radius: 0%;
  }

  &::after{
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    content: '';
    background:  var(--black);
    border-radius: 0%;
  }
}

.comment-box{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px;

  &::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url('galleryarchive/background/bg-all-069f391ce0410d.jpg');
    background-position: left;
    background-repeat: no-repeat;
    animation: 40s linear wrapper infinite;
    opacity: 0.7;
  }

  &::after{
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    content: '';
    background:  var(--black);
  }
}

.com-name,
.comment-box .rating,
.comment-text{
  position: relative;
  z-index: 1;
  text-align: center;
}
.comment-text {
  color: #f1f1f1;
}
.com-name{
  color: var(--accent);
}

.accordion {
  .accordion-item {
    border-bottom: 1px solid var(--accent);
    button[aria-expanded='true'] {
      border-bottom: 1px solid var(--accent);
    }
  }
  button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: var(--white);
    border: none;
    background: none;
    outline: none;
    transition: var(--transition);
    font-size: inherit;
    font-family: inherit;

    &:hover, 
    &:focus {
      cursor: pointer;
      color: var(--accent);

      &::after {
        cursor: pointer;
        color: var(--accent);
        border: 1px solid var(--accent);
      }
    }

    .accordion-title {
      padding: 1em 1.5em 1em 0;
      display: inline-block;
    }

    .icon {
      display: inline-block;
      position: absolute;
      top: 18px;
      right: 0;
      width: 22px;
      height: 22px;
      border: 1px solid;
      border-radius: 22px;

      &::before {
        display: block;
        position: absolute;
        content: '';
        top: 9px;
        left: 5px;
        width: 10px;
        height: 2px;
        background: currentColor;
      }

      &::after {
        display: block;
        position: absolute;
        content: '';
        top: 5px;
        left: 9px;
        width: 2px;
        height: 10px;
        background: currentColor;
      }
    }
  }

  button[aria-expanded='true'] {
    color: var(--accent);
    .icon {
      &::after {
        width: 0;
      }
    }

    + .accordion-content {
      opacity: 1;
      max-height: 15em;
      transition: all 200ms linear;
      will-change: opacity, max-height;
    }
  }

  .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;

    p {
      margin: 2em 0;
    }
  }
}

#gallery{
  direction: ltr !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

.modal-content {
  display: block;
  width: 80%;
  max-width: 700px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close-modal:hover,
.close-modal:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.prevImg,
.nextImg {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: var(--white);
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.nextImg {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prevImg:hover,
.nextImg:hover {
  color: var(--accent);
}

.gallery{
  margin-bottom: 30px;
}

.gallery-item{
  position: relative;
  width: calc((100% / 7) - 10px);
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  transition: var(--transition);

  &::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url('galleryarchive/background/bg-all-069f391ce0410d.jpg');
    background-position: left;
    background-repeat: no-repeat;
    animation: 40s linear wrapper infinite;
    opacity: 0.7;
  }

  &::after{
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    content: '';
    background:  var(--black);
  }

  &:hover,
  &:focus{
    transform: scale(1.04) rotate(-10deg);
  }
}

.gallery-wr{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.gallery-img{
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: var(--transition);
  padding: 5px;
  position: relative;
  z-index: 2;
  overflow: hidden;

  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


.contact-box{
  position: relative;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  transition: var(--transition);
  padding: 20px;

  &::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url('galleryarchive/background/bg-all-069f391ce0410d.jpg');
    background-position: left;
    background-repeat: no-repeat;
    animation: 40s linear wrapper infinite;
    opacity: 0.7;
  }

  &::after{
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    content: '';
    background:  var(--black);
  }

  a{
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--white);
    word-break: break-all;
    transition: var(--transition);

    &:hover,
    &:focus{
      color: var(--accent);
    }
  }
}

.adres{
  color: var(--white);
  text-align: center;
  position: relative;
  z-index: 2;
}

.contact-module{
  margin-bottom: 30px;
}

.box-iframe{
  width: 100%;
  height: 100vh;
  padding: 5px;

  iframe{
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
  }
}

.page-wr,
.page-box{
  padding: 0 !important;
}

.privacy-content{
  word-break: break-all;
  overflow: hidden;
}

@media (max-width: 575px){
  .ben{
    .wrapper{
      margin-bottom: 0;
    }
  }

  .gallery-item{
    width: calc(33.333% - 10px);
  }

  .gallery-item:nth-child(4),
  .gallery-item:nth-child(5),
  .gallery-item:nth-child(6),
  .gallery-item:nth-child(7){
    display: none;
  }
}
@media (min-width: 576px) {
  .row-5{
    flex-direction: row-reverse;
  }

  .col-5{
    width: calc(50% - 20px);
  }
  .row-6{
    flex-direction: row-reverse;
  }

  .col-6{
    width: calc(50% - 20px);
  }

  .logo h1{
    font-size: 22px;
  }

  .disclaimer-title{
    font-size: 22px;
  }

  .logo{
    flex-direction: row;
  }

  .main1-title{
    font-size: 22px;
  }

  .main2-title{
    font-size: 24px;
  }
}

@media (max-width: 767px){
  .title{
    text-align: center;
  }
}

@media (min-width: 768px){
  .row-2,
  .row-3,
  .row-4{
    flex-direction: row-reverse;
  }

  .col-2,
  .col-3,
  .col-4{
    width: calc(50% - 20px);
  }
 
  .col-5{
    width: calc(33.333% - 20px);
  }

  .col-6{
    width: calc(33.333% - 20px);
  }

  .logo h1{
    font-size: 36px;
  }

  .disclaimer-title{
    font-size: 26px;
  }

  .title{
    font-size: 26px;
  }

  .header{
    min-height: 600px;
    padding: 200px 0;

    &::before{
      left: -70px;
      width: 300px;
      height: 500px;
    }

    &::after{
      right: -70px;
      width: 200px;
      height: 400px;
    }
  }

  .main1-wrapper{
    width: 350px;
    height: 350px;
  }

  .main1-title{
    font-size: 24px;
  }

  .main1-content{
    transform: scale(0);
    transition: var(--transition);

    p{
      -webkit-line-clamp: 5;
      max-width: 250px;
    }
  }

  .main1-wrapper:hover .main1-content,
  .main1-wrapper:focus .main1-content{
    transform: scale(1);
    transition: var(--transition);
  }
  
  .col-70{
    width: calc(70% - 20px);
  }

  .col-30{
    width: calc(30% - 20px);
  }

  .slider{
    height: 250px;
  }
}

@media (min-width: 992px){
  .wrapper{
    padding: 0 35px;
  }
  .col-3{
    width: calc(33.333% - 20px);
  }

  .col-4{
    width: calc(25% - 20px);
  }

  .col-5{
    width: calc(20% - 20px);
  }

  .col-6{
    width: calc(20% - 20px);
  }

  .col-80{
    width: calc(80% - 20px);
  }

  .col-10{
    width: calc(10% - 20px);
  }

  .logo h1{
    font-size: 64px;
  }

  .disclaimer-title{
    font-size: 32px;
  }

  .title{
    font-size: 32px;
  }

  .main2-title{
    font-size: 26px;
  }
  
  .slider {
    height: 350px; 
  }

  .com-img{
    width: 350px;
    height: 350px;
  }

  .comment-box{
    height: 350px;
  }


  .page-img-wr,
  .au-img-wr{
    width: 350px;
    height: 350px;
  }

  .page-img,
  .au-img{
    width: 340px;
    height: 340px;
  }


}

@media (min-width: 992px) and (max-width: 1199px){
  .au-img{
    width: 240px;
    height: 240px;
  }

  .au-img-wr{
    width: 250px;
    height: 250px;
  }

  .main1-wrapper{
    width: 250px;
    height: 250px;
  }

  .main1-content{
    p{
      -webkit-line-clamp: 3;
      max-width: 200px;
    }
  }
}

@media (min-width: 1200px){
  .wrapper {
    max-width: 1170px;
  }

  .col-6{
    width: calc((100% / 6) - 20px);
  }

  .logo h1{
    font-size: 76px;
  }

  .logo img{
    width: 100px;
    height: 100px;
  }

  .title{
    font-size: 42px;
  }
}

 

.btn-box{
  position: relative;
  z-index: 1;
  text-align: center;
}

.button{
  cursor: pointer;
  display: inline-block;
}

.button-1{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  background-image: url('galleryarchive/background/bg-all-069f391ce0410d.jpg');
  background-position: left;
  animation: 40s linear wrapper infinite;
  border: 1px solid var(--white);
  padding: 15px;
  border-radius: 10px;
  color: white;
  transition: var(--transition);

  &:hover,
  &:focus{
    animation-play-state: paused;
    transform: translateY(-2px);
  }
}

.button-2{
  background-color: var(--accent);
  color: var(--white);
  font-weight: 900;
  padding: 14px 17px;
  text-align: center;
  border: none;
  transition: var(--transition);

  &:hover,
  &:focus{
    background-color: var(--white);
    color: var(--accent);
  }
}

.button-3 {
  padding: 15px 30px;
  font-size: 18px;
  outline: none;
  border: none;
  border-radius: 10px;
  transition: var(--transition);
  background: #1e1e1e;
  color: var(--accent);
  box-shadow: 0 0 10px rgb(43, 43, 54), inset 0 0 10px rgb(43, 43, 54);
  
  &:hover {
    animation: a 0.5s 1 linear;
  }
}

@keyframes a {
  0% {
    transform: scale(0.7, 1.3);
  }

  25% {
    transform: scale(1.3, 0.7);
  }

  50% {
    transform: scale(0.7, 1.3);
  }

  75% {
    transform: scale(1.3, 0.7);
  }

  100% {
    transform: scale(1, 1);
  }
}


.button-4 {
  margin: 0;
  height: auto;
  background: transparent;
  padding: 0;
  border: none;
  animation: r1 3s ease-in-out infinite;
  border: 2px #53709762 solid;
  border-radius: 14px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--accent);
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  transition: var(--transition);

  &:hover,
  &:focus{
    color: var(--white);
  }
}

@keyframes r1 {
  50% {
    transform: rotate(-1deg) rotateZ(-5deg);
  }
}

.button-5 {
  text-decoration: none;
  color: white;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 30px;
  display: inline-block;
  background-color: transparent;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.button-5 span {
  background: linear-gradient(-45deg, #537197 0%, #42A1A5 100% );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button-5:hover span {
  -webkit-text-fill-color: white;
}

.button-5::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(2);
  border: 3px solid;
  border-image: linear-gradient(-45deg, #537197 0%, #42A1A5 100% );
  border-image-slice: 1;
  border-width: 2px 0 2px 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  z-index: -1;
}

.button-5:hover::before {
  transform: scaleY(0);
  opacity: 1;
}

.button-5::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #537197 0%, #42A1A5 100% );
  transform: scale(0);
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  z-index: -1;
}

.button:hover::after {
  transform: scaleY(1);
}

.button:active {
  scale: 0.90;
}

/* ........................................ */
@keyframes wrapper{
  0%{
    background-position: left;
  }
  50%{
    background-position: right;
  }
  100%{
    background-position: left;
  }
}

@keyframes arcade{
  0%{
    opacity: 0;
  }
  50%{
    opacity: 0.5;
  }
  100%{
    opacity: 0;
  }
}

@keyframes blink-animation {
  50% {
    opacity: 0.4;
  }
}

@keyframes flash {
  from {
    background-color: #1D0F0F;
  }
  to {
    background-color: var(--accent);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}


.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}