@import url('https://fonts.googleapis.com/css2?family=Martel:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

:root{
  --o-1: #ff8a00;
  --o-2: #00ffc8;
  --o-3: #0084ff;
  --o-4: #ff1900;
  --o-5: #ffe100;
  --accent: var(--o-2);
  --white: #fff;
  --black: #000000;
  --transition: 0.5s ease;
}

html{
  scroll-behavior: smooth;
}

*{
  box-sizing: border-box;
}

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

a{
  text-decoration: none;
}

p {
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.4;
}

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: 77px 0;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
  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: 18px;
}

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

.title{
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Shadows Into Light', sans-serif;
  color: var(--accent);
  transition: var(--transition);
  text-align: center;
  margin-bottom: 28px;
  filter: drop-shadow(2px 4px 6px var(--black));
}

.header{
  position: relative;

  &::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(3px);  
    background: url('visualtreasure/bg/bg-all-068ff8906caf4f.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }

  .wrapper{
    position: relative;
  }
  
  .logo{
    padding-top: 100px;
  }
}

.logo{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-bottom: 28px;

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

  h1{
    color: var(--white);
    transition: var(--transition);
    font-weight: 700;
    font-family: 'Shadows Into Light', sans-serif;
    filter: drop-shadow(2px 4px 6px black);
  }

  &:hover h1,
  &:focus h1{
    filter: drop-shadow(2px 4px 6px var(--accent));
  }
}

.form-wr{
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  border-left:  8px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 0;
  position: relative;
  border-image: url('img/border.png') fill 1 7 8 8 repeat;
  background: linear-gradient(90deg, #f0cd8d, #fee2a5 50%, #f0cd8d);
  box-shadow:  inset 0 -5px 12px rgba(0, 0, 0, .5);
  padding: 50px 18px 28px ;

  &::before{
    position: absolute;
    content: '';
    top: -8px;
    left: -2%;
    width: 104%;
    height: 13px;
    background-image: url('img/border-top.png');
    background-repeat: repeat-x;
    overflow: hidden;
    z-index: 1;
  }

  &::after{
    position: absolute;
    content: '';
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-image: url('visualtreasure/other-dir/cup-068ff8906cb23b.png ');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
    filter: drop-shadow(2px 4px 6px black);
  }
}

.contact-form{
  max-width: 800px;
  width: 100%;
  margin: 48px auto 0;
  position: relative;
  border-left:  8px solid transparent;
  border-bottom: 0;
  border-right: 8px solid transparent;
  border-top: 0;
  position: relative;
  border-image: url('img/border.png') fill 1 7 8 8 repeat;
  background: linear-gradient(90deg, #f0cd8d, #fee2a5 50%, #f0cd8d);
  box-shadow:  inset 0 -5px 12px rgba(0, 0, 0, .5);
  padding: 50px 18px 28px ;

  &::before{
    position: absolute;
    content: '';
    top: -8px;
    left: -2%;
    width: 104%;
    height: 13px;
    background-image: url('img/border-top.png');
    background-repeat: repeat-x;
    overflow: hidden;
    z-index: 1;
  }

  &::after{
    position: absolute;
    content: '';
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-image: url('visualtreasure/other-dir/cup-068ff8906cb23b.png ');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
    filter: drop-shadow(2px 4px 6px black);
  }

  .form{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

.form{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

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

.contact-page-form-item > input,
.contact-page-form-item > textarea,
.input-main--column--item,
.textarea-main--column--item{
  width: 100%;
  padding: 18px 25px;
  border-top: 2px solid #2a1d06;
  border-bottom: 2px solid #2a1d06;
  border-left: 2px solid #2a1d06;
  border-right: 2px solid #2a1d06;
  border-radius: 5px;
  outline: none;
  box-shadow:  inset 2.5px 4.3px 10px rgba(0, 0, 0, .35);
  transition: var(--transition);

  &:hover,
  &:focus{
    border: 2px solid var(--accent);
    box-shadow:  inset 5px 5px 15px var(--accent);
  }
}

.privacy{
  color: var(--black);
  transition: var(--transition);

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

.banner-img{
  max-width: 400px;
  width: 100%;
  height: 389px;
  margin: 0 auto;
  margin-bottom: 28px;

  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
	  animation: flip-vertical-fwd 7s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite;
  }
}

.menu-list{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
  gap: 5px;
  background-color: #111111d8;
}

.menu-item{
  background-color: #111111d8;
  padding: 18px;
  border: 2px solid #2a1d06;
  color: var(--white);
  transition: var(--transition);

  &:hover,
  &:focus{
    filter: drop-shadow(2px 4px 6px var(--accent));
  }
}

.au{
  position: relative;

  &::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('visualtreasure/bg/bg-all-168ff8906caf83.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: 1;
  }

  &::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, #11111100, #111111);
  }

  .wrapper{
    position: relative;
    z-index: 2;
  }
}

.au-box{
  position: relative;
  direction: ltr;

  &::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111111d8;
  }

  .row-2{
    flex-direction: column;
    position: relative;
  }
}

.au-img-wr{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.au-img{
  width: 100%;
  max-width: 300px;
  height: 372px;
  animation: pulse 2s cubic-bezier(0.470, 0.000, 0.745, 0.715) infinite;

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

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

.au-list{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.main1{
  .col-3{
    position: relative;
    padding: 18px;
    transition: var(--transition);

    &::before{
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('visualtreasure/bg/bg-all-268ff8906cafbb.jpg');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      opacity: 0.7;
      filter: blur(1px);
    }

    &:hover,
    &:focus{
      filter: drop-shadow(2px 4px 6px var(--accent));
    }
  }
}

.game1-box{
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #111111d8;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px;
  position: relative;

  &:hover .game1-img,
  &:focus .game1-img{
    padding: 5px;
  }

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

.game1-img{
  width: 100%;
  height:  247px;
  background-color: var(--accent);
  clip-path: polygon(55.86% 0px, 75.68% 1px, 62.38% 26.41%, 78.2% 26.85%, 30.82% 95.41%, 45.9% 43.04%, 33.44% 42.89%);
  transition: var(--transition);
  padding: 2px;
  
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(55.86% 0px, 75.68% 1px, 62.38% 26.41%, 78.2% 26.85%, 30.82% 95.41%, 45.9% 43.04%, 33.44% 42.89%);
  }
}

.main1-title{
  padding: 0 18px;
  position: absolute;
  top: 180px;
  left: 0;
  width: 100%;
  color: var(--accent);
  transition: var(--transition);
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  filter: drop-shadow(2px 4px 6px var(--black));
}

.main1-content{
  text-align: center;
  color: var(--white);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

#main1{
  display: none;
}

.main2-col{
  position: relative;

  &::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('visualtreasure/bg/bg-all-268ff8906cafbb.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.7;
    filter: blur(1px);
  }
}

.main2-box{
  border: 5px solid #3b3824;
  position: relative;
  padding: 18px;

  &::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        inset-inline-start: 0;
    background-color: #111111d8;
  }

  .row-2{
    position: relative;
    z-index: 2;
    flex-direction: row;
  }
}

.game2-images{
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  height:  247px;
  border: 5px solid #3b3824;
  display: inline-block;
  transition: var(--transition);

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

  &:hover,
  &:focus{
    border: 5px solid var(--accent);
  }
}

.main2-desct{
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  height: 100%;
}

.main2-title{
  color: var(--white);
  transition: var(--transition);
  font-weight: 700;
  font-size: 19px;
  text-align: center;

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

.main2-content{
  text-align: center;
  color: var(--white);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.game2-images-col{
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits{
  position: relative;

  &::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('visualtreasure/bg/bg-all-468ff8906cafe9.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: 1;
  }

  &::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, #11111100, #111111);
  }

  .wrapper{
    position: relative;
    z-index: 2;
  }
}

.ben-wr{
  position: relative;
  direction: ltr;

  &::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #111111d8;
  }

  .row-2{
    position: relative;
  }
}

.ben-box{
  padding: 18px;
}

.ben-img{
  width: 100%;
  max-width: 300px;
  height: 372px;
  rotate: 5deg;
  animation: pulse 2s cubic-bezier(0.470, 0.000, 0.745, 0.715) infinite;

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

.ben-list{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ben-item{
  border: 5px solid #3b3824;
  padding: 18px;
  transition: var(--transition);

  &:hover,
  &:focus{
    transform: translateY(-3px);
  }
}

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

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

.devops-col{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap:  18px;
  transition: var(--transition);

  &:hover,
  &:focus{
    filter: drop-shadow(2px 4px 6px var(--accent));
  }
}

.devops-box{
  background-color: #111111d8;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;

  &::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('visualtreasure/bg/bg-all-568ff8906cb017.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.7;
    filter: blur(1px);
  }
}

.devops-img{
  position: relative;
  max-width: 250px;
  width: 100%;
  height:  247px;
  border: 5px solid #3b3824;

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

.develops-name{
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  color: var(--accent);
}

.devops-prof{
  text-align: center;
  color: #3b3824;
}

.faq{
    position: relative;

  &::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('visualtreasure/bg/bg-all-668ff8906cb044.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: 1;
  }

  &::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, #11111100, #111111);
  }

  .wrapper{
    position: relative;
    z-index: 2;
  }
}

.faq-wr{
  position: relative;

  &::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111111d8;
  }

  .row-2{
    position: relative;
  }
}

.faq-list{
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px;
}

.faq-box{
  padding:  18px;
}

.faq-item{
  background-color: var(--black);
  position: relative;
  border: 5px solid #3b3824;
  color: var(--white);
  transition: var(--transition);
  flex-direction: column !important;

  &:hover,
  &:focus{
    transform: translateY(-4px);
  }
}

.faq-q{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 19px;
  padding: 18px;

  &::before{
    position: absolute;
    content: '';
    top: -100%;
    left: -70%;
    width: 200%;
    height: 200%;
    background-image: url('img/qusetion.png');
    background-repeat: repeat;
    background-position: center;
    background-size: 25px 25px;
    transform: rotate(-12deg);
    opacity: 0.3;
  }

  &::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #11111186, #111);
  }

  span{
    position: relative;
    z-index: 2;
  }
}

.faq-a{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 19px;
  padding: 18px;
}


  .commnet-col{
    min-height: 372px;
    position: relative;
    padding: 18px;
    transition: var(--transition);

    &::before{
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('visualtreasure/bg/bg-all-768ff8906cb071.jpg');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      opacity: 0.7;
      filter: blur(1px);
    }

    &:hover,
    &:focus{
      filter: drop-shadow(2px 4px 6px var(--accent));
    }
  }


.comments-box{
  padding: 18px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background-color: #111111d8;
  border: 5px solid #3b3824;
}

.comment-img{
  width: 100%;
  max-width: 200px;
  height: 247px;
  margin: 0 auto;
  border: 5px solid #3b3824;

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

.comment-author{
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: var(--accent);
}

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

.comment-desc{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

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

.rating-num{
  color: var(--white);
  font-size: 19px;

}

.rating-icons{
  width:28px;
  height:28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}

.footer{
  position: relative;
  background-color: #000000;
  padding: 28px 0;

  &::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('visualtreasure/bg/bg-all-868ff8906cb09e.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.1;
    filter: blur(2px);
  }

  .wrapper{
    position: relative;
  }
}

.disclaimer-wr{
  border: 5px solid #3b3824;
  background-color: var(--black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  gap: 18px;
  padding: 18px;
  animation: discl 2s linear infinite;

  .title{
      animation: disclTitle 2s linear infinite;
  }
}

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

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

.footer-col{
  display: flex;
  align-items: center;
  justify-content: center;

  .logo{
    flex-direction: column;

    h1{
      text-align: center;
    }
  }
}

.footer-nav{
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

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

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

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

.contact-row{
  .col-3{
    position: relative;
    padding: 18px;

    &::before{
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('visualtreasure/bg/bg-all-168ff8906caf83.jpg');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      opacity: 0.4;
      filter: blur(2px);
    }
  }
}

.contact-item{
  position: relative;
  background-color: #111111d8;
  border: 5px solid #3b3824;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;

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

    &:hover,
    &:focus{
      color: var(--accent);
    }
  }
}
.privacy-box{
  word-break: break-all;
}
.adres{
  text-align: center;
  color: var(--white);
}

.box-iframe{
  width: 100%;
  height: 100vh;
  border: 5px solid #3b3824;
  margin-bottom: 28px;

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


.page-img{
  padding: 18px;
  width: 100%;
  height: auto;
  
  img{
    background-color: #111111d8;
    border: 5px solid #3b3824;
    padding: 18px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

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


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

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

  .devops-col{
    width: calc(50% - 18px);
  }
}

@media (min-width: 576px) {
  .col-5{
    width: calc(50% - 18px);
  }
  .row-6{
    flex-direction: row-reverse;
  }

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

  .title{
    font-size: 26px;
  }

  .logo{
    flex-direction: row;
  }

  .menu-list{
    background-color: #111111d8;
  }

  .main1-title,
  .main2-title{
    font-size: 21px;
  }

  .main2-box{
    &::before{
      width: 70%;
    }

    .row-2{
      flex-direction: row;

      .col-2{
        width: calc(50% - 18px);
      }
    }
  }

  .devops-col{
    width: calc((100% / 3) - 18px);
  }

  .page-img{
    height: 372px;
  }
}

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

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

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

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

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

  .module{
    padding: 100px 0;
  }

  .title{
    font-size: 30px;
  }
 
  .logo h1{
    font-size: 30px;
  }

  .faq-wr,
  .au-box{
    &::before{
      width: 70%;
    }

    .row-2{
      flex-direction: row;
      position: relative;
    }
  }

  .au-img{
    max-width: 500px;
    height: 612px;
  }

  .main2-title,
  .main1-title{
    font-size:21px;
  }

  .main2-box{
    &::before{
      width: 100%;
    }

    .row-2{
      flex-direction: column;

      .col-2{
        width: 100%;
      }
    }
  }

  .ben-wr{
    &::before{
      width: 70%;
    }

    .row-2{
      flex-direction: row;
      position: relative;
    }
  }

  .ben-img{
    max-width: 500px;
    height: 612px;
  }

  .faq-item{
    flex-direction: row !important;
  }

  .page-img{
    height: 350px;
    width: 350px;
    margin: 0 auto;
    float: left;
  }

  .page-box{
    min-height: 350px;
  }
}

@media (min-width: 992px){
  .col-3{
    width: calc(33.333% - 18px);
  }

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

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

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

  .title{
    font-size: 38px;
  }

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

  .main2-box{
    &::before{
      width: 70%;
    }

    .row-2{
      flex-direction: row;

      .col-2{
        width: calc(50% - 18px);
      }
    }
  }

  .page-img{
    height: 389px;
    width: 400px;
  }

  .page-box{
    min-height: 389px;
  }
}

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

  .title{
    font-size: 46px;
  }

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

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

.button{
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.button-1{
  background-color: var(--accent);
  position: relative;
  color: var(--white);
  padding: 21px 21px;
  border-radius: 2px;
  max-width: 300px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;


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

  span{
    position: relative;
  }

  &:hover::before,
  &:focus::before{
    opacity: 0;
  }
}

.button-2{
  background-color: var(--black);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--white);
  max-width: 300px;
  width: 100%;
  border-radius: 6px;
  border: none;
  outline: none;
  padding: 18px 25px;
  transition: var(--transition);

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


.button-3 {
  font-size: 18px;
  padding:  21px 23px;
  cursor: pointer;
  transform: perspective(200px) rotateX(15deg);
  color: white;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  background: linear-gradient(
    0deg,
    rgba(63, 94, 251, 1) 0%,
    rgba(70, 135, 252, 1) 100%
  );
  box-shadow: rgba(63, 94, 251, 0.2) 0px 40px 29px 0px;
  will-change: transform;
  transition: all 0.2s;
  border-bottom: 2px solid rgba(70, 135, 252, 1);
}

.button-3:hover {
  transform: perspective(180px) rotateX(30deg) translateY(2px);
}

.button-4 {
  --red: #d42a17;
  font-size:14px;
  padding: 0.7em 2.7em;
  letter-spacing: 0.06em;
  position: relative;
  font-family: inherit;
  border-radius: 0.6em;
  overflow: hidden;
  transition: all 0.2s;
  line-height: 1.4em;
  border: 2px solid var(--red);
  background: linear-gradient(to right, rgba(253, 27, 27, 0.1) 1%, transparent 40%,transparent 60% , rgba(253, 27, 27, 0.1) 100%);
  color: var(--red);
  box-shadow: inset 0 0 10px rgba(253, 27, 27, 0.4), 0 0 9px 3px rgba(253, 27, 27, 0.1);
}

.button-4:hover {
  color: #ff8282;
  box-shadow: inset 0 0 10px rgba(253, 27, 27, 0.6), 0 0 9px 3px rgba(253, 27, 27, 0.2);
}

.button-4:before {
  content: "";
  position: absolute;
  left: -4em;
  width: 4em;
  height: 100%;
  top: 0;
  transition: transform .4s ease-in-out;
  background: linear-gradient(to right, transparent 1%, rgba(253, 27, 27, 0.1) 40%,rgba(253, 27, 27, 0.1) 60% , transparent 100%);
}

.button-4:hover:before {
  transform: translateX(15em);
}


.button-5 {
 display: inline-block;
 max-width: 300px;
 width: 100%;
  padding: 18px 21px;
 border-radius: 12px;
 border: 2px solid #ffe100;
 position: relative;
 overflow: hidden;
 transition: all 0.5s ease-in;
 z-index: 1;
}

.button-5::before,
.button-5::after {
 content: '';
 position: absolute;
 top: 0;
 width: 0;
 height: 100%;
 transform: skew(15deg);
 transition: all 0.5s;
 overflow: hidden;
 z-index: -1;
}

.button-5::before {
 left: -10px;
 background: #ffbb00;
}

.button-5::after {
 right: -10px;
 background: #9a5918;
}

.button-5:hover::before,
.button-5:hover::after {
 width: 58%;
}

.button-5:hover span {
 color: #ffddaa;
 transition: 0.2s;
}

.button-5 span {
 color: #5e3e03;
 font-size: 18px;
 transition: all 0.2s ease-in;
}

@keyframes flip-vertical-fwd {
  0% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
  }
  50% {
    -webkit-transform: translateZ(160px) rotateY(180deg);
    transform: translateZ(160px) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
  }
}

  @keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
} 

@keyframes discl{
  0%{
    background-color: var(--black);
    transform: scale(1);
  }
  50%{
    background-color: var(--accent);
    transform: scale(0.9);
  }
  0%{
    background-color: var(--black);
    transform: scale(1);
  }
}

@keyframes disclTitle{
  0%{
    color: var(--accent);
  }
  40%{
    color: var(--white);
  }
  90%{
    color: var(--accent);
  }
  100%{
    color: var(--accent);
  }
}


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


.form-header{
  display: flex;
  flex-direction: column-reverse;
}

.pt-30{
  padding-top: 30px;
}