@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

:root{
    --o-1: #02778b;
    --o-2: #6fbdaf;
    --o-3: #db8270;
    --o-4: #746430;
    --o-5: #edbc79;
    --accent: var(--o-3);
    --j-1: #002f37cf;
    --j-2: #203733cf;
    --j-3: #3b231ecf;
    --j-4: #2e2813cf;
    --j-5: #453723cf;
    --dark-bg: var(--j-3);
    --white: #fff;
    --black: #000;
    --transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);;
}

html{
  scroll-behavior: smooth;
}

*{
  box-sizing: border-box;
}

body{
  font-family: 'Changa', 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: 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: 76px 0;
}

.wrapper {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 17px;
  padding-left: 17px;
  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: row;
  gap: 11px;
  align-items: center;
  justify-content: center;
  transition: var(--transition);

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

  h1{
    color: var(--accent);
    margin: 0;
    font-family: 'Bebas Neue', sans-serif;
    transition: var(--transition);
    font-size: 22px;
  }

  &:hover,
  &:focus{
    transform: translateX(4px);
  }
  &:hover h1,
  &:focus h1{
    color: var(--black);
  }
}

.title{
  color: var(--white);
  font-weight: 800;
  text-align: center;
  font-size: 22px;
  letter-spacing: 1.2px;
  line-height: 1.12;
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 30px;
}

.header{
  background: url('creativecove/bg-assets/bg-all-069de6201a8224.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 17px;
  padding-bottom: 17px;
  overflow: hidden;
}

.header-title{
  padding:  50px 0 155px;

  p{
    text-align: center;
    color: var(--white);
    font-weight: 700;
    font-size: 28px;
    text-shadow: 2px 2px 2px var(--black);
    filter: drop-shadow(3px 3px 10px var(--accent));
  }
}

.nav-wr{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
  flex-wrap: wrap;
  background-color: var(--white);
  border-radius: 6px;
  padding: 17px;
  box-shadow: 0 15px 20px var(--accent);
}

.nav-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 17px;
}

.menu-item{
  a{
    font-size: 18px;
    color: var(--accent);
    font-weight: 700;
    text-transform: capitalize;
    transition: var(--transition);
    display: inline-block;
    font-family: 'Bebas Neue', sans-serif;
    
    &:hover,
    &:focus{
      transform: translateX(4px);
      color: var(--black);
    }
  }
}


.ben-box{
  background: url('img/service-bg.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  margin-top: -165px;
  min-height: 399px;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 15px 20px var(--accent));
  padding: 180px 17px 30px;
}

.sben-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;

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

.ben-img{
  width: 135px;
  height: 135px;
  transition: var(--transition);

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

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

.main1{
  position: relative;
  background-color: var(--dark-bg);
  overflow: hidden;
  
  &::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('creativecove/bg-assets/opacity_bg-069de6201a829d.png');
    background-repeat: repeat;
    background-position: contain;
    background-size: 110%;
    animation: mainModule 10s linear infinite
  }

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

@keyframes mainModule{
  0%{
    background-size: 110%;
    opacity: 1;
  }
  50%{
    background-size: 100%;
    opacity: 0.5;
  }
  100%{
    background-size: 110%;
    opacity: 1;
  }
}

.main1-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
  background: linear-gradient(to bottom, var(--accent), var(--dark-bg));
  padding: 17px;
  transition: var(--transition);

  &:hover,
  &:focus{
    background: linear-gradient(to top, var(--accent), var(--dark-bg));
  }
}

.main1-img{
  clip-path: polygon(3% 4%, 100% 0, 93% 78%, 0% 100%);
  width: 100%;
  height:252px;
  transition: var(--transition);

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

  &:hover img,
  &:focus img{
    transform: scale(1.03) rotate(3deg);
  }

  &:hover,
  &:focus{
    clip-path: polygon(7% 9%, 100% 0, 96% 84%, 0% 100%);
  }
}

.main1-title{
  color: var(--white);
  text-align: center;
  font-weight: 700;
  display: inline-block;
  font-size: 18px;
  transition: var(--transition);

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

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

#main1{
  display: none;
}

.main2{
  position: relative;

  &::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url('creativecove/tematik-assets/borders_long-069de6201a82eb.png');
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    background-color: var(--accent);
    width: 100%;
    height: 45px;
    opacity: 0.4;
    z-index: 1;
  }
  &::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: url('creativecove/tematik-assets/borders_long-069de6201a82eb.png');
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    background-color: var(--accent);
    width: 100%;
    height: 45px;
    opacity: 0.4;
    z-index: 1;
  }
  .title{
    color: var(--accent);
  }

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

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

.main2-img-wrs{
  position: relative;
}

.main2-img{
  width: 155px;
  height: 155px;
  top: 0;
  left: -20%;
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: var(--transition);
  
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    z-index: 3;
    position: relative;
    filter: drop-shadow(3px 3px 3px var(--black));
    transition: var(--transition);
  }

  &::before{
    position: absolute;
    content: '';
    top: 0;
    left: 40%;
    background-color: var(--accent);
    width: 155px;
    height: 155px;
    border-radius: 50%;
    z-index: 2;
    transition: var(--transition);
    opacity: 0.3;
  }

  &:hover,
  &:focus{
    left: 0;

    img{
      filter: drop-shadow(3px 3px 3px var(--accent));
    }
  }

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

.main2-title{
  text-align: center;
  font-size: 18px;
  color: var(--accent);
  font-weight: 700;
  text-transform: capitalize;
  transition: var(--transition);
  display: inline-block;
  font-family: 'Bebas Neue', sans-serif;

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

.main2-content{
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
}

.bg-module{
  position: relative;

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

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

.au-img-wr{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 17px;
}

.au-img{
  width: 100%;
  height: 350px;
  position: relative;

  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    filter: drop-shadow(3px 3px 3px var(--white));
    animation: auImg 5s linear infinite;
  }

  &::before{
    position: absolute;
    content: '';
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: var(--accent);
    z-index: 1;
  }
}

@keyframes auImg{
  0%{
    transform: scale(1);
  }
  10%{
    transform: rotate(4deg);
  }
  12%{
    transform: rotate(0deg);
  }
  14%{
    transform: rotate(-2deg);
  }
  15%{
    transform: rotate(0deg);
  }
  50%{
    transform: scale(0.9);
  }
  100%{
    transform: scale(1);
  }
}
.color-title{
  color: var(--accent);
}


.steps {
  display: flex;
  justify-content: space-evenly;
  gap: 3px;
  padding: 11px;
  position: relative;
  margin-top: 23px;
}

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

.number {
  background-color: var(--white);
  border: 1px solid var(--accent);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
  transition: var(--transition);
  color: var(--accent);
  position: relative;

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

.step-description {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 135px;
}

.content {
  display: none;
  transition: var(--transition);
}

.content.active-step {
  display: block;
  transition: var(--transition);
}

.number.active-step{
  transform: scale(1.2);
  transition: var(--transition);
  color: var(--white);
  position: relative;
  z-index: 2;

  &::before{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--accent);
    opacity: 0.5;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    z-index: -1;
  }

  &::after{
    position: absolute;
    content: '';
    bottom: -15px;
    left: 15px;
    width: 15px;
    height: 15px;
    rotate: 45deg;
    border-bottom: 1px solid var(--accent);
    border-right: 1px solid var(--accent);
  }
}

.num{
  display: none;
}

.number.active-step .num{
  display: block;
}

.number.active-step .step-imga{
  display: none;
}

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

.title-shadow{
  text-shadow: 2px 2px 2px var(--dark-bg), -2px -2px 2px var(--dark-bg);
}

.form{
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  flex-direction: column;
  gap: 17px;
}

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

.contact-page-form-item > input,
.contact-page-form-item > textarea,
.input-btn--area-input,
.textarea-btn--area-input{
  width: 100%;
  padding: 11px;
  border: 1px solid var(--dark-bg);
  box-shadow: 2px 2px 8px var(--accent);
  border-radius: 5px;
  background-color: transparent;
  color: var(--black);
  outline: none;
  box-sizing: border-box;
  transition: var(--transition);

  &:hover,
  &:focus{
    box-shadow: 3px 3px 18px var(--accent), -3px -3px 6px var(--accent);
  }
}

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

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

.comments{
  position: relative;

  &::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url('creativecove/tematik-assets/borders_long-269de6201a830d.png');
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    background-color: var(--accent);
    width: 100%;
    height: 45px;
    opacity: 0.4;
    z-index: 1;
    rotate: 180deg;
  }

  &::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: url('creativecove/tematik-assets/borders_long-269de6201a830d.png');
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    background-color: var(--accent);
    width: 100%;
    height: 45px;
    opacity: 0.4;
    z-index: 1;
  }

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

.slider {
  width: 100%;
  overflow: hidden;
  margin: auto;
  direction: ltr !important;
}

.slides {
  display: flex;
  flex-direction: row;
  gap: 11px;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: calc(50% - 11px);
  box-sizing: border-box;
  padding: 23px;
  background: linear-gradient(to bottom, var(--accent), var(--dark-bg));
}

.navigation-dots {
  text-align: center;
  margin-top: 11px;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background-color: var(--accent);
}

.slide-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}

.slide-imgs{
  clip-path: polygon(3% 4%, 100% 0, 93% 78%, 0% 100%);
  width: 100%;
  height: 372px;

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

.author-names{
  color: var(--black);
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0.5px 0.5px 0.5px var(--white), -0.5px -0.5px 0.5px var(--white);
}

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

#gallery{
  direction: ltr !important;
}

 .modal {
  display: none;
  position: fixed;
  z-index: 1;
  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 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close: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: 22px;
  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-img{
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, var(--accent), var(--dark-bg));
  cursor: pointer;
  transition: var(--transition);
  padding: 11px;

  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(3% 4%, 100% 0, 93% 78%, 0% 100%);
    transition: var(--transition);
  }

  &:hover,
  &:focus{
    background: linear-gradient(to top, var(--accent), var(--dark-bg));
  }

  &:hover img,
  &:focus img{
    transform: scale(1.02);
    clip-path: polygon(7% 9%, 100% 0, 96% 84%, 0% 100%);
  }
}

.footer{
  background-color: var(--dark-bg);
  padding: 68px 0 30px;
  color: var(--white);
  position: relative;

  &::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url('creativecove/tematik-assets/borders_long-469de6201a832d.png');
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 50px;
    opacity: 0.4;
    z-index: 1;
  }
}

.disclaimer-wr{
  padding: 23px;
  background-color: var(--white);
  color: var(--black);
  max-width: 1000px;
  margin: 0 auto;
  clip-path: polygon(3% 4%, 100% 0, 95% 86%, 0% 100%);
  animation: disclaimer 5s linear infinite;
}

@keyframes disclaimer{
  0%{
    clip-path: polygon(3% 4%, 100% 0, 95% 86%, 0% 100%);
    transform: scale(1);
  }
  50%{
    clip-path: polygon(7% 8%, 100% 0, 97% 92%, 0% 100%);
    transform: scale(0.95);
  }
  100%{
    clip-path: polygon(3% 4%, 100% 0, 95% 86%, 0% 100%);
    transform: scale(1);
  }
}

.disclaimer-box{
  padding: 35px;
}

.disclaimer-title{
  color: var(--accent);
  font-weight: 800;
  text-align: center;
  font-size: 22px;
}

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

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

.footer-items{
  text-align: center;
  a{
    color: var(--white);
    transition: var(--transition);
    text-align: center;
    display: inline-block;

    &:hover,
    &:focus{
      transform: translateX(4px);
      filter: drop-shadow(3px 3px 3px var(--black))
    }
  }
}

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

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

  p{
    margin: 0;
    color: #ffffff9a;
  }
}

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

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

.category{
  .main1{
    background-color: var(--white);

    &::before{
      display: none;
    }
  }

  .main2{
    &::before,
    &::after{
      display: none;
    }
  }
}
.rnd-gms-direction{
  display: flex;
  flex-direction: column;
}
.box-iframe{
  width: 100%;
  height: 100vh;
  background-color: var(--accent);
  margin-bottom: 30px;

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

.page-img-wr{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 17px;
}

.page-img{
  width: 100%;
  height: 372px;
  position: relative;

  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    filter: drop-shadow(3px 3px 3px var(--white));
    animation: auImg 5s linear infinite;
  }

  &::before{
    position: absolute;
    content: '';
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: var(--accent);
    z-index: 1;
  }
}

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

.map{
  width: 100%;
  height: 372px;

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

.contact-page-wr{
  text-align: center;

  a{
    font-weight: 800;
    font-size: 22px;
    display: inline-block;
    text-align: center;
    word-break: break-all;
    color: var(--dark-bg);
    transition: var(--transition);

    &:hover,
    &:focus{
      transform: translateX(4px);
      filter: drop-shadow(3px 3px 3p var(--accent));
    }
  }
}

.adres{
  text-align: center;
}

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

.btn-up {
  position: fixed;
  background-color: var(--accent);
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: var(--transition);
  z-index: 9;
}

.btn-up::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
  rotate: 45deg;
  position: absolute;
  top: 20px;
}

.btn-up_hide {
  display: none;
}

.btn-up:hover {
  transform: translateY(-5px);
  filter: drop-shadow(3px 3px 3px var(--dark-bg));
}

@media (max-width: 480px){
  .logo h1{
    text-align: center;
  }
}

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

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

      h1{
        font-size: 23px;
      }
  }

  .menu-item{
    a{
      font-size: 22px;
      text-transform: uppercase;
    }
  }

  .title{
    font-size: 23px;
  }

  .contact-page-wr{
    a{
      font-size: 22px;
    }
  }
}

@media (max-width: 767px) {
  .slide {
    min-width: calc(100% - 10px);
  }
}

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


  .header{
    background-size: 120% 120%;
    animation: bg 10s linear;
  }

  @keyframes bg{
    0%{
      background-size: 100% 100%;
    }
    100%{
      background-size: 120% 120%;
    }
  }

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

  .title{
    font-size: 23px;
  }

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

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

  .contact-page-wr{
    a{
      font-size: 23px;
    }
  }
}

@media (max-width: 991px){
  .header{
    position: relative;
    z-index: 2;
  }
}
@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);
  }

  .nav-wr{
    flex-direction: row;
    justify-content: space-between;
  }

  .ben-box{
    background-position: center;
  }

  .title{
    font-size: 34px;
  }

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

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

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

  .title{
    font-size: 43px;
  }

  .main1{
    .col-3{
      --w-1: calc(33.333% - 17px);
      --w-2: calc(50% - 17px);
      width: var(--w-2);
    }
  }
}

.form-btn{
  text-align: center;
}

.button-1{
  cursor: pointer;
  display: inline-block;
  background-color: var(--dark-bg);
  color: var(--white);
  border-radius: 5px;
  padding: 11px;
  text-align: center;
  transition: var(--transition);
  border: none;

  &:hover,
  &:focus{
    opacity: 0.7;
    filter: drop-shadow(3px 3px 3px var(--white));
  }
}
.button-2{
  cursor: pointer;
  display: inline-block;
  background-color: var(--white);
  color: var(--black);
  border-radius: 15px;
  padding: 17px 22px;
  text-align: center;
  transition: var(--transition);
  border: 1px dashed var(--black);

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

.button-3{
  padding: 12px 28px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  border: 0;
  transition: all 0.5s ease;
  font-weight: 700;
  z-index: 1;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  color: var(--white);
  background-color: var(--accent);

  &::after{
    content: "";
    background: var(--dark-bg);
    position: absolute;
    transition: var(--transition);
    z-index: -1;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(30deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
  }

  &:hover::after{
    height: 100%;
    width: 135%;
  }

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


.button-4 {
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: 1px solid var(--accent);
  font-size: 1rem;
  font-weight: 400;
  color: var(--black);
  text-align: center;
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  background-color: #7464303a;
  transition: var(--transition);

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

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

.button-4::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  background: linear-gradient(
      180deg,
      rgba(123, 97, 9, 0) 0%,
      rgba(116, 100, 48, 0.455) 100%
    ),
    rgba(255, 224, 47, 0.24);
  box-shadow: inset 0 0 12px rgba(255, 236, 151, 0.44);
  opacity: 0;
  transition: var(--transition);
}


.button-4:hover::before {
  opacity: 1;
}


.button-5{
  --clr-font-main: hsla(0 0% 20% / 100);
  --btn-bg-1: #ffdcab;
  --btn-bg-2: #d8a968;
  --btn-bg-color: var(--white);
  --radii: 0.5em;
  cursor: pointer;
  padding: 0.9em 1.4em;
  min-width: 120px;
  min-height: 44px;
  font-size: var(--size, 1rem);
  font-weight: 700;
  transition: 0.8s;
  background-size: 280% auto;
  background-image: linear-gradient(
    325deg,
    var(--btn-bg-2) 0%,
    var(--btn-bg-1) 55%,
    var(--btn-bg-2) 90%
  );
  border: none;
  border-radius: var(--radii);
  color: var(--btn-bg-color);
  box-shadow:
    0px 0px 20px hsla(35, 76%, 70%, 0.507),
    0px 5px 5px -1px hsla(35, 48%, 47%, 0.264),
    inset 4px 4px 8px hsla(35, 76%, 70%, 0.507),
    inset -4px -4px 8px hsla(35, 48%, 47%, 0.394),
}

.button-5:hover {
  background-position: right top;
}

.button-5:is(:focus, :focus-visible, :active) {
  outline: none;
  box-shadow:
    0 0 0 3px var(--btn-bg-color),
    0 0 0 6px var(--btn-bg-2);
}


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

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