@import url('https://fonts.googleapis.com/css2?family=Cousine:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

:root{
    --o-1: #cc5500;
    --o-2: #d53e07;
    --o-3: #ebc2af;
    --o-4: #ed9121;
    --o-5: #dd9d13;
    --accent: var(--o-2);
    --j-1: #bb9f86;
    --j-2: #beccd7;
    --j-3: #ada9a9;
    --j-4: #c4bebe;
    --j-5: #c7c59c;
    --bg: var(--j-2);
    --white: #fff;
    --black: #000;
    --nav: #222;
    --transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    --line-offset: calc((10vh + 8px) / 2);
}

html{
  scroll-behavior: smooth;
}

*{
  box-sizing: border-box;
}

body{
  font-family: 'Cousine', sans-serif !important;
  font-size: 17px;
  direction: ltr;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}


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;
}

.wrapper {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

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

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


.logo{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: end;
  transition: var(--transition);

  img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: drop-shadow(2px 2px 8px var(--white));
  }

  h1{
    color: var(--bg);
    text-align: center;
    font-weight: 900;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Pacifico', sans-serif;
    transition: var(--transition);
    font-size: 20px;
    border-bottom: 0.1875em solid transparent;

    span{
      text-decoration: underline;
      font-weight: 900;
    }
  }

  &:hover h1,
  &:focus h1{
		color: var(--accent);
		border-bottom: 0.1875em solid var(--accent);
		transition: .1s;
  }
}

.title{
  color: var(--bg);
  font-weight: 900;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1.2px;
  line-height: 1.12;
  font-family: 'Pacifico', sans-serif;
  margin-bottom: 26px;
}

.bg-wrapper {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.8));
}

.main-header {
  padding: 15px 0;
	width: 100%;
	z-index: 2;
	background: transparent;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: #222;
  position: relative;
  overflow: hidden;

  .wrapper{
    width: 100%;
    text-align: center;
  }
}

		.main-menu {
			text-align: center;
      display: flex;
      flex-direction: row;
      gap: 15px;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 0;
      margin: 0;

			li {
				display: inline-block;
        margin: 0;

				a {
					text-transform: uppercase;
					font-size: 0.875em;
          color: var(--bg);

					&:hover {
						color: var(--accent);
						border-bottom: 0.1875em solid var(--accent);
						transition: .1s;
					}
				}
			}
		}


#section-1 {
  direction: ltr !important;
	height: 650px;
	background-color: var(--nav);

	.content-slider {
		position: relative;
		width: 100%;
		height: 100%;

		input {
      display: none;
    }

		.slider {
			position: relative;
			width: inherit;
			height: inherit;
			overflow: hidden;
      
			.banner {
				position: absolute;
				top: 0;
				left: 0;
				opacity: 0;
				z-index: 0;
				width: inherit;
				height: inherit;
				text-align: center;
				background-repeat: no-repeat;
				background-position: 50% 50%;
				transition: all .5s ease;

				.banner-inner-wrapper {
					height: 100%;
					background-image: linear-gradient(rgba(62, 25, 24, 0.8), rgba(252, 201, 138, 0.7));
					box-sizing: border-box;
          display: flex;
          align-items: center;
          justify-content: center;
					
          h1 {
						font-size: 24px;
						line-height: 1.13;
            color: var(--white);
					}

					.learn-more-button {
						z-index: 15 !important;
					}
				}
			}

			#top-banner-1 {background: url('imagevault/bg-assets/bg-dark-0687d078a19e46.jpg') no-repeat center center; background-size: cover;}
			#top-banner-2 {background: url('imagevault/bg-assets/bg-dark-1687d078a19e76.jpg') no-repeat center center; background-size: cover;}
			#top-banner-3 {background: url('imagevault/bg-assets/bg-dark-2687d078a19ea1.jpg') no-repeat center center; background-size: cover;}
			#top-banner-4 {background: url('imagevault/bg-assets/bg-dark-3687d078a19ecc.jpg') no-repeat center center; background-size: cover;}
		}

		nav {
			position: absolute;
			bottom: 0.5em;
			width: 100%;
			z-index: 2;
			text-align: center;

			.controls {
				display: block;
				width: 70%;
				margin: 0 auto;

				label {
					position: relative;
					display: inline-block;
					width: 20%;
					height: 3.1em;
					overflow: hidden;
					margin: 0 1em;
					padding-top: 1em;
					text-align: left;
					text-transform: uppercase;
					font-size: 1em;
					color: var(--accent);
					font-weight: 400;
					cursor: pointer;
					transition: all .3s;

					.progressbar {
						position: absolute;
						top: 0;
						left: 0;
						height: 3px;
						width: 100%;
						background: #e5b74b;
						z-index: 100;

						.progressbar-fill {
							position: inherit;
							width: inherit;
							height: inherit;
							margin-left: -100%;
							background: var(--white);
						}
					}
					span {
						font-size: 1.4em;
						font-weight: 700;
					}
					&:hover {
            color: var(--accent);
          }
				}
			}
		}
		#banner1:checked ~ .slider #top-banner-1,
		#banner2:checked ~ .slider #top-banner-2,
		#banner3:checked ~ .slider #top-banner-3,
		#banner4:checked ~ .slider #top-banner-4 {
			opacity: 1;
			z-index: 1;
		}
		#banner1:checked ~ nav label:nth-of-type(1),
		#banner2:checked ~ nav label:nth-of-type(2),
		#banner3:checked ~ nav label:nth-of-type(3),
		#banner4:checked ~ nav label:nth-of-type(4) {
			cursor: default;
			transition: all .5s;
		}
		#banner1:checked ~ nav label:nth-of-type(1) .progressbar,
		#banner2:checked ~ nav label:nth-of-type(2) .progressbar,
		#banner3:checked ~ nav label:nth-of-type(3) .progressbar,
		#banner4:checked ~ nav label:nth-of-type(4) .progressbar {
			background: var(--accent);
		}
		#banner1:checked ~ nav label:nth-of-type(1) .progressbar-fill,
		#banner2:checked ~ nav label:nth-of-type(2) .progressbar-fill,
		#banner3:checked ~ nav label:nth-of-type(3) .progressbar-fill,
		#banner4:checked ~ nav label:nth-of-type(4) .progressbar-fill {
			animation: progressBarFill 5s linear;
		}
	}
}

@keyframes progressBarFill {
	from {margin-left: -100%;}
	to {margin-left: 0;}
}

.main1{
  background-color: var(--nav);
  color: var(--bg);
}

.main1-box{
  width: 100%;
  height: 350px;
  display: inline-block;
  position: relative;
  background: linear-gradient(to right, var(--nav) 20%, var(--nav) 40%, #e5b74b 50%, #ECD08C 55%, var(--nav) 70%, var(--nav) 100%);
  background-size: 200% auto;
  overflow: hidden;
  animation: shine 3s linear infinite;
  padding: 5px;
  transition: var(--transition);
}

.main1-img{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;

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

.main1-desc{
  position: absolute;
  visibility: visible;
  opacity: 1;
  bottom: 0%;
  left: 0;
  background-color: #4a3214a6;
  width: calc(100% - 10px);
  height: 80%;
  z-index: 2;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-align: center;
  margin: 5px;
  transition: var(--transition);
}

.main1-box:hover,
.main1-box:focus{
  box-shadow: 0px 10px 1px rgb(255, 188, 53), 0 10px 20px rgb(228, 193, 54);
}

.main1-title{
  margin: 0;
  color: var(--accent);
  filter: drop-shadow(3px 3px 8px var(--white));
}

.main1-content{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.main1-row{
  .col-3:nth-child(1){
    .main1-box{
      animation-delay: 1s;
    }
  }
  .col-3:nth-child(2){
    .main1-box{
      animation-delay: 1.4s;
    }
  }
  .col-3:nth-child(3){
    .main1-box{
      animation-delay: 0.6s;
    }
  }
  .col-3:nth-child(4){
    .main1-box{
      animation-delay: 2s;
    }
  }
  .col-3:nth-child(5){
    .main1-box{
      animation-delay: 1.2s;
    }
  }
  .col-3:nth-child(6){
    .main1-box{
      animation-delay: 1.5s;
    }
  }
}

@keyframes shine {
    to {
      background-position: 200% center;
    }
  }

  #main1{
    display: none;
  }

  #main2{
    background-color: var(--nav);
  }

  .main2-box{
    border-radius: 10px;
    overflow: hidden;
    background-color: #3e3b34c2;
  }

  .main2-wr{
    display: flex;
    flex-direction: column-reverse;
    gap: 26px;
  }

  .main2-img{
    width: 100%;
    height: 370px;
    display: inline-block;
    transition: var(--transition);

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

    &:hover,
    &:focus{
      filter: drop-shadow(3px 3px 10px var(--accent));
    }
  }

  .main2-desc{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 17px;
    height: 100%;
    padding: 17px;
  }

  .main2-title{
    display: inline-block;
    color: var(--accent);
    transition: var(--transition);
    font-size: 20px;
    font-weight: 700;
    transition: var(--transition);

    &:hover,
    &:focus{
      filter: drop-shadow(3px 3px 10px var(--white));
    }
  }

  .main2-content{
    text-align: center;
    color: var(--white);
  }

  .rating{
    color: var(--accent);
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
  }

  .muted{
    --h1: var(--accent);
    --h2: rgba(107, 107, 107, 0.64);
    color: var(--h2);
  }

  .main2-icon-wr{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .main2-icon{
    width: 250px;
    height: 250px;
    filter: drop-shadow(3px 3px 3px var(--accent));

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

  .footer{
    background-color: var(--black);
    color: var(--bg);
    padding: 26px 0;

    .col-3{
      display: flex;
      justify-content: center;
    }
  }

  .disclaimer-wr{
    background: linear-gradient(to right, var(--nav) 20%, var(--nav) 40%, #e5b74b 50%, #ECD08C 55%, var(--nav) 70%, var(--nav) 100%);
    background-size: 200% auto;
    overflow: hidden;
    animation: shine 3s linear infinite;
    padding: 5px;
    transition: var(--transition);
  }

  .disclaimer-box{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #3e3b34;
    gap: 15px;
    padding: 17px;
    animation: disclaimer-text 3s linear infinite;
    transition: var(--transition);
    height: 100%;
  }

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

  @keyframes disclaimer-text{
    0%{
      color: var(--white);
    }
    50%{
      color: #e8b131;
    }
    100%{
      color: var(--white);
    }
  }

  .footer-nav{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 17px;
  }
  

  .footer-item{
    text-align: center;

    a{
      color: var(--bg);
      text-align: center;
      display: inline-block;
      text-align: center;
      border-bottom: 0.1875em solid transparent;
      
      &:hover,
      &:focus{
        color: var(--accent);
        border-bottom: 0.1875em solid var(--accent);
        transition: .1s;
      }
    }
  }

  .copyright-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid var(--bg);
    flex-direction: row;
    gap: 15px;
    opacity: 0.5;
  }

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

    p{
      margin: 0;
      color: var(--bg);
    }
  }

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

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

  .au{
    background: var(--accent);
    background: radial-gradient(circle, var(--accent) 0%, var(--black) 80%);
    color: var(--bg);

    .col-4:nth-child(1){
      .au-box{
        animation-delay: 1s;
      }
    }
    .col-4:nth-child(2){
      .au-box{
        animation-delay: 2s;
      }
    }
    .col-4:nth-child(3){
      .au-box{
        animation-delay: 1.4s;
      }
    }
    .col-4:nth-child(4){
      .au-box{
        animation-delay: 0.9s;
      }
    }
  }

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

  .au-box{
    width: 100%;
    height: 150px;
    border-radius: 8px;
    background: linear-gradient(to right, var(--nav) 20%, var(--nav) 40%, #e5b74b 50%, #ECD08C 55%, var(--nav) 70%, var(--nav) 100%);
    background-size: 200% auto;
    overflow: hidden;
    animation: shine 3s linear infinite;
    padding: 5px;

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

    video{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  
.form-module{
  background: var(--accent);
  background: radial-gradient(circle, var(--accent) 0%, var(--black) 80%);
  color: var(--bg);
}

.form{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 26px;
  position: relative;

  &::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1d1d94;
    border-radius: 10px;
    filter: blur(3px);
  }
}

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

.contact-page-form-item > input,
.contact-page-form-item > textarea,
.input-main_component-element,
.textarea-main_component-element{
  width: 100%;
  padding: 15px;
  background-color: transparent;
  box-sizing: border-box;
  color: var(--white);
  border: 1px solid var(--bg);
  transition: var(--transition);
  outline: none;
  position: relative;
  z-index: 2;

  &:hover,
  &:focus{
    filter: drop-shadow(3px 3px 8px var(--accent));
  }
}

.privacy{
  position: relative;
  z-index: 2;
  color: var(--bg);
  transition: var((--transition));

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


.gallery{
  direction: ltr !important;
  background: var(--accent);
  background: radial-gradient(circle, var(--accent) 0%, var(--black) 80%);
  color: var(--bg);
  display: none;
}

.gallery-img{
  width: 100%;
  height: 300px;
  transition: var(--transition);

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

  &:hover,
  &:focus{
    transform: scale(1.03);
  }
}

.qa{
  background: var(--nav);
  color: var(--bg);
  border-top: 2px solid #e5b74b;

  .title{
    color: var(--accent);
  }
}

.qa-wr{
  display: flex;
  flex-direction: column-reverse;
  gap: 17px;
}

.qa-box{
  background-color: #1d1d1d94;
  border-radius: 10px;
  border: 1px solid var(--bg);
  overflow: hidden;
  transition: var(--transition);

  &:hover,
  &:focus{
    transform: translateY(-2px) scale(1.02);
  }
}


.qa-question{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  position: relative;
  padding: 17px;
  padding-left: 60px;

  &::before{
    position: absolute;
    content: '';
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    rotate: 15deg;
    width: 50px;
    height: 50px;
    background: var(--accent);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url('img/question.svg');
    mask-size: contain;
    opacity: 0.5;
  }
}

.qa-answer{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  position: relative;
  padding: 17px;
  padding-right: 60px;

  &::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg);
    opacity: 0.2;
  }

  div{
    position: relative;
    z-index: 1;
  }

  &::after{
    position: absolute;
    content: '';
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    rotate: -15deg;
    width: 50px;
    height: 50px;
    background: var(--white);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url('img/answer.svg');
    mask-size: contain;
    opacity: 0.5;
  }
}

.au-page-video{
  width: 100%;
  height: 400px;
  border-radius: 10px;
  background: linear-gradient(to right, var(--nav) 20%, var(--nav) 40%, #e5b74b 50%, #ECD08C 55%, var(--nav) 70%, var(--nav) 100%);
  background-size: 200% auto;
  overflow: hidden;
  animation: shine 3s linear infinite;
  padding: 5px;

  video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    
  }
}

.contact-wr{
  border-radius: 10px;
  background: linear-gradient(to right, var(--nav) 20%, var(--nav) 40%, #e5b74b 50%, #ECD08C 55%, var(--nav) 70%, var(--nav) 100%);
  background-size: 200% auto;
  overflow: hidden;
  animation: shine 3s linear infinite;
  padding: 5px;
  height: 100%;
}

.contact{
  background-color: var(--nav);
  color: var(--bg);

  .col-4:nth-child(1){
    .contact-wr{
      animation-delay: 1s;
    };
  }
  .col-4:nth-child(2){
    .contact-wr{
      animation-delay: 2s;
    };
  }

  .col-4:nth-child(3){
    .contact-wr{
      animation-delay: 1.3s;
    };
  }
  .col-4:nth-child(4){
    .contact-wr{
      animation-delay: 0.8s;
    };
  }
}

.contact-box{
  background-color: var(--nav);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 8px;
  border: 1px solid var(--bg);
  gap: 15px;
  padding: 17px;

  a{
    color: var(--white);
    transition: var(--transition);
    word-break: break-all;
    text-align: center;

    &:hover,
    &:focus{
      transform: translateY(3px);
      filter: drop-shadow(3px 3px 3px var(--white));
      color: var(--accent);
    }
  }
}

.adres{
  text-align: center;
  color: var(--white);
}

.map{
  margin-top: 30px;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  background: linear-gradient(to right, var(--nav) 20%, var(--nav) 40%, #e5b74b 50%, #ECD08C 55%, var(--nav) 70%, var(--nav) 100%);
  background-size: 200% auto;
  overflow: hidden;
  animation: shine 3s linear infinite;
  padding: 5px;


  iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
}

.page-module{
  background-color: var(--nav);
  color: var(--bg);
}

.box-iframe{
  margin-bottom: 30px;
  width: 100%;
  height: 700px;
  border-radius: 10px;
  background: linear-gradient(to right, var(--nav) 20%, var(--nav) 40%, #e5b74b 50%, #ECD08C 55%, var(--nav) 70%, var(--nav) 100%);
  background-size: 200% auto;
  overflow: hidden;
  animation: shine 3s linear infinite;
  padding: 5px;


  iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
}

@media (max-width: 575px){
  .box-iframe{
    height: auto;
  }
}

.page-img-wr{
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-img{
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: #1d1d1d94;
  padding: 17px;

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

.page-col{
  display: flex;
  justify-content: center;
}

.privacy-module{
  background-color: var(--nav);
  color: var(--bg);
}

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

.comment-module{
  background: var(--accent);
  background: radial-gradient(circle, var(--accent) 0%, var(--black) 80%);
  color: var(--bg);
}

.comment-wr{
  display: flex;
  gap: 17px;
  flex-direction: column-reverse;
}

.comment-item{
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(to right, var(--nav) 20%, var(--nav) 40%, #e5b74b 50%, #ECD08C 55%, var(--nav) 70%, var(--nav) 100%);
  background-size: 200% auto;
  animation: shine 3s linear infinite;
  padding: 5px;
}

.comment-box{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  background-color: var(--nav);
  padding: 17px;
}

.comment-author{
  width: 250px;
  height: 200px;
  position: relative;
  background-color: var(--nav);
  padding: 5px;

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

.comment-name{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: var(--accent);
  color: var(--white);
  text-align: center;
}

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

.comment-img{
  width: 100%;
  height: 300px;

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

.comment-desc{
  padding: 15px;
}


@media (max-width: 575px) {
  #section-1 {
    & .content-slider {
      & nav {
        .controls {
          width: 100%;

          label{
            margin: 0 5px;
            width: 18%;
          }
        }
      }

      & .slider {
        & .banner {
          & .banner-inner-wrapper {
            h1 {
              font-size: 20px;
            }
          }
        }
      }
    }
  }
}

@media (min-width: 576px) {
  .row-5{
    flex-direction: row;
  }

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

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

  .title{
    font-size: 22px;
  }

  .logo h1{
    font-size: 22px;
  }
  .page-img{
    height: 300px;
  }

  .comment-box{
    flex-direction: row;
  }
}

@media (max-width: 767px){
  .qa-box:nth-child(odd){
    flex-direction: column !important;
  }
  .qa-box:nth-child(even){
    flex-direction: column-reverse !important;
  }
}


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

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

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

  .title{
    font-size: 24px;
  }

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

  .main-header{
    &::before{
      position: absolute;
      content: '';
      top: 50%;
      left: 0;
      width: 200px;
      height: 100%;
      background: url('imagevault/tematik/steampunk-0687d078a1a149.svg') no-repeat center;
      background-size: contain;
      opacity: 0.4;
      transform: translateY(-50%);
    }
    &::after{
      position: absolute;
      content: '';
      top: 50%;
      right: 0;
      width: 200px;
      height: 100%;
      background: url('imagevault/tematik/steampunk-1687d078a1a165.svg') no-repeat center;
      background-size: contain;
      opacity: 0.4;
      transform: translateY(-50%);
    }
  }
  
  .main1-desc{
    visibility: hidden;
    opacity: 0;
    bottom: -80%;
  }

  .main1-box:hover,
  .main1-box:focus{
    .main1-desc{
      visibility: visible;
      bottom: 0;
      opacity: 1;
      transition: var(--transition);
    }
  }

  .main2-icon{
    width: 300px;
    height: 300px;
  }

  .page-img{
    height: 350px;
  }

  .comment-box{
    flex-direction: column-reverse;
  }
}

@media(max-width: 991px){
  #main2{
    .col-30{
      display: none;
    }
  }
}


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

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

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

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

  .col-70{
    width: calc(70% - 17px);
  }

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

  .title{
    font-size: 32px;
  }

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

  .page-img{
    height: 400px;
  }


}

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

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

  .title{
    font-size: 52px;
  }

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

  .page-img{
    height: 450px;
  }

      .comment-box{
    flex-direction: row;
  }
}

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

.button{
  cursor: pointer;
  text-align: center;
}

.button-1 {
  display: inline-block;
  position: relative;
  background-color: #AAA;
  background-image: linear-gradient( 
    hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 50%,
    hsla(0, 0%, 0%, 0.3) 50%, hsla(0, 0%, 100%, 0.2)
  );
  font-weight: bold;
  color: white;
  padding: 20px 40px;
  text-shadow:
    0 0 15px hsla(0, 0%, 100%, 1),
    0 2px 4px hsla(0, 0%, 0%, 0.7);
  border: none;
  border-radius: 50px;
  margin: 10px;
  box-shadow:
    inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), 
    inset 0 5px 20px hsla(0, 0%, 100%, 0.4), 
    -8px 8px 5px hsla(0, 0%, 0%, 0.15),
    5px 18px 10px hsla(0, 0%, 0%, 0.2);
  cursor: pointer;
  transition: transform 0.1s, box-shadow 0.1s;
  background-color: #EA0
}


.button-1:before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 5px;
  height: 30px;
  border-radius: 15px;
  background: linear-gradient(
    hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0) );
}


.button-1:hover {
  transform: scale(1.05);
  box-shadow:
    inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), 
    inset 0 5px 20px hsla(0, 0%, 100%, 0.4), 
    -12px 12px 5px hsla(0, 0%, 0%, 0.15), 
    10px 25px 10px hsla(0, 0%, 0%, 0.2); 
}


.button-2 {
  padding: 0.8em 1.75em;
  background-color: var(--bg);
  border-radius: 6px;
  border: .3px solid var(--accent);
  transition: .5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
}
.button-2:hover {
  color: #fff;
}

.button-2::after, .button-2::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: .5s ease-out;
  background-color: var(--accent);
}

.button-2::before {
 top: -50%;
 left: -25%;
 transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}

.button-2:hover::before {
 transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}

.button-2:hover::after {
 transform: skew(45deg) translate(-50%, -50%);
}


.button-3 {
  padding: 12px 15px;
  transition: .5s linear;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 15px;
  text-align: center;
  margin: 0 5px;
  background: var(--white);
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  color: var(--black);
  box-shadow: 0 5px 15px #2c2c2b8b;
}

.button-3:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  box-sizing: border-box;
  transform: translateX(100%);
}

.button-3:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  transform: translateX(-100%);
}

.button-3:hover {
  box-shadow: 0 5px 15px #ECD08C;
}

.button-3:hover:before {
  border-color: #fec133;
  height: 100%;
  transform: translateX(0);
  transition: .3s transform linear, .3s height linear .3s;
}

.button-3:hover:after {
  border-color: #fec133;
  height: 100%;
  transform: translateX(0);
  transition: .3s transform linear, .3s height linear .5s;
}


.button-4 {
  position: relative;
  padding: 15px 20px;
  background-color: #000;
  display: flex;
  align-items: center;
  color: white;
  flex-direction: column;
  justify-content: center;
  border: none;
  padding: 12px;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
}

.button-4::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -4px;
  top: -1px;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(-45deg, #ed9121 0%, #a98d6a 100% );
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.button-4::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, #f4a13b 0%, #b99d7a 100% );
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.button-4:hover::after {
  filter: blur(30px);
}

.button-4:hover::before {
  transform: rotate(-180deg);
}

.button-4:active::before {
  scale: 0.7;
}


.button-5 {
  display: inline-flex;
  padding: 11px 33px;
  text-decoration: none;
  color: white;
  background: #dd9d13;
  transition: 1s;
  box-shadow: 6px 6px 0 black;
  transform: skewX(-15deg);
  border: none;
  cursor: pointer;
  text-align: center;

  &:hover,
  &:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #7d4a17;

    & span {
      transform: skewX(15deg);
    }
  }
}



