:root {
   --color1: #823038;
   --color2: #E5F77D;
   --color3: #1E000E;
}

@font-face {
  font-family: "Nunito";
  src: url("../font/NunitoSans.ttf");
  font-weight: normal;
}
 
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  min-height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #eff8e2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  overflow-x: hidden;
}
main {
  min-height: 100vh;
}
footer,
main,
section {
  display: block;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: underline;
}
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}

.footer-img {
  object-fit: contain;
}
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
}
ul {
  list-style-type: none;
  padding: 0;
}
figure {
  margin: 0;
}
html {
  height: 100%;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

a.logo {
  display: block;
  width: fit-content;
}

.container {
  margin: 0 auto;
}

.terms h1 {
  font-size: 24px!important;
  line-height: 130%;
}

footer a.logo+p {
  margin-top: 15px;
}
     
        .section-header {
            text-align: center;
            margin-bottom: 56px;
        }
        
        .section-heading {
            font-size: 36px;
            font-weight: 700;
            color: #111827;
            margin-bottom: 12px;
        }
        
        .section-subheading {
            color: #4b5563;
            max-width: 640px;
            margin: 0 auto 24px;
        }
        
        .divider {
            width: 96px;
            height: 4px;
            background: linear-gradient(135deg, #f9d423 0%, #e14fad 100%);
            margin: 0 auto 24px;
            border-radius: 9999px;
        }
        
        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 32px;
        }
        
        .testimonial-card {
            background: white;
            border-radius: 12px;
            padding: 24px;
            transition: all 0.3s ease;
            box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
            color: #111827;
        }
        
        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.2);
        }
        
        .testimonial-header {
            display: flex;
            align-items: center;
            margin-bottom: 16px;
        }
        
        .testimonial-avatar img{
             
            border-radius: 9999px;
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
           object-fit: cover;
            margin-right: 16px;
        }
        
        .testimonial-author {
            font-weight: 600;
        }
        
        .testimonial-location {
            color: #6b7280;
            font-size: 14px;
        }
        
        .testimonial-quote {
            position: relative;
            flex-grow: 1;
            padding: 0 8px;
        }
        
        .testimonial-quote::before {
            content: '"';
            font-size: 64px;
            color: rgba(234, 179, 8, 0.2);
            position: absolute;
            top: -24px;
            left: 8px;
            font-family: Georgia, serif;
        }
        
        .testimonial-text {
            color: #374151;
            font-style: italic;
            line-height: 1.5;
        }
        
        .testimonial-rating {
            display: flex;
            margin-top: 16px;
            color: #f59e0b;
        }
        
        .btn {
            display: inline-block;
            background: linear-gradient(135deg, #f9d423 0%, #e14fad 100%);
            color: white;
            font-weight: 700;
            padding: 12px 32px;
            border-radius: 9999px;
            text-decoration: none;
            transition: opacity 0.3s;
            margin-top: 64px;
        }
        
        .btn:hover {
            opacity: 0.9;
        }
 

.WQuYriepShIVIJI {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 10px;
  background-color: var(--color3);
  color: #fff;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 100vh;
  width: 100%;
  z-index: 10000;
}

.fqAeDvMCEOiEMRa {
  background-color: #fff;
  color: #464542;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.fqAeDvMCEOiEMRa:hover {
  background-color: var(--color2);
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.cta h2 {
  margin-bottom: 15px;
}
.double-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
}
.image {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.table-wrapper {
  overflow-x: auto;
  margin-top: 20px;
}
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.pricing-table th,
.pricing-table td {
  border: 1px solid #ddd;
  padding: 12px;
}
.pricing-table thead tr {
  background-color: #f4f4f4 !important;
}
.pricing-table th {
  font-weight: bold;
}
.pricing-table tr:nth-child(even) {
  background-color: #fafafa;
}
.pricing-table tr:nth-child(odd) {
  background-color: #c2bae16a;
}
tr:hover {
  background-color: #cecfc7 !important;
}
@media (max-width: 768px) {
  .pricing-table thead {
    display: none;
  }
  .pricing-table tr:nth-child(even):hover {
    background-color: #fafafa !important;
  }
  .pricing-table tr:nth-child(odd):hover {
    background-color: #c2bae16a !important;
  }
  td:hover {
    background-color: #e7135d39 !important;
  }
  .pricing-table tr {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ddd;
  }
  .pricing-table td {
    display: flex;
    padding: 8px 10px;
  }
  .pricing-table td::before {
    content: attr(data-label) " – ";
    font-weight: bold;
  }
}
 
#promo-list ul {
  display: grid;
  gap: 20px;
}
#promo-list ul h4 {
  font-size: 20px;
  line-height: 130%;
}
#promo-list ul p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 130%;
}
#packages-list #flexgrid {
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  display: grid;
  align-items: normal;
}
#packages-list #flexgrid p {
  font-size: 16px;
  line-height: 130%;
}
#packages-list #flexgrid ul {
  text-align: left;
  list-style-type: circle;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 130%;
  padding-left: 15px;
}
#packages-list #flexgrid h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  padding-left: 70px;
  height: 50px;
  padding-top: 15px;
}
 
#packages-list #flexgrid > div {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #c2bae1;
  background: linear-gradient(45deg, #23022e, #573280);
  color: #fff;
  box-shadow: 0 0 5px #6f6d7b;
  cursor: pointer;
  transition: all 0.4s;
  height: 100%;
}
#packages-list #flexgrid > div:hover {
  transition: all 0.4s;
  transform: scale(1.03);
  box-shadow: 3px 3px 5px #6f6d7b;
}
 
#reviews .image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
#reviews p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 130%;
}
#review-img-one {
  background-image: url("../img/1woman.avif");
}
 
#review-img-three {
  background-image: url("../img/1man.webp");
}
#review-img-four {
  background-image: url("../img/2woman.jpg");
}
 
#review-img-six {
  background-image: url("../img/3woman.jpg");
}
 
#review-img-eight {
  background-image: url("../img/4woman.jpg");
}
#review-img-nine {
  background-image: url("../img/2man.jpg");
}
#reviews .reviews__item {
  cursor: pointer;
  transition: all 0.4s;
  text-align: center;
}
#reviews .reviews__item:hover {
  transform: scale(1.03);
  transition: all 0.4s;
  box-shadow: 0 0 5px #6f6d7b;
}
.form .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 50px;
  width: 80%;
  justify-content: center;
}

.form h1 {
  font-size: 24px;
  line-height: 130%;
}
#form-img {
  border-radius: 10px;
  box-shadow: 0 0 10px #c2bae1;
  background-image: url("../img/10.webp");
}
.contacts {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.body {
  font-family: "Nunito", serif;
  position: relative;
}
 
.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  max-height: 1000px;
  display: grid;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-size: cover;
  background-position: top 0 center;
  background-repeat: no-repeat;
  background-color: #f55;
}
 
.header {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  background-color: var(--color1);
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 20;
  color: #fff;
  border-bottom: 1px solid #6f6d7b;
}
.--container-outer {
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 10;
  border: none;
}
.--container-inner {
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100% !important;
}
.header-container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  gap: 50px;
  padding: 0 30px;
  box-sizing: border-box;
}
#logo{
width: 185px;
height: 75px;
object-fit: contain;   
transition: all 0.3s linear;
}
#logo:hover {
  transform: scale(0.98);
  opacity: 0.85;
 }
.header__header-menu {
  display: flex;
  gap: 15px;
  list-style-type: none;
  align-items: center;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  justify-content: flex-end;
}
.header__header-menu-item {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s linear;
}
.header__header-menu-item:hover {
  color: var(--color2);
  text-decoration: none !important;
}
.header__main-title {
  font-size: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.3;
  color: #ffffff;
  margin: 10px 0;
}
.header__main-subtitle {
  margin-top: 10px;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
}
#about-banner {
  background-image: linear-gradient(45deg, rgba(0,0,0,0.7), rgba(0,0,0,0.5)),url("../img/5.webp");
} 
.button {
  text-decoration: none !important;
  border: 3px solid #f5760e;
  box-sizing: border-box;
  color: #fff;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  width: fit-content;
  text-transform: uppercase;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  background-color: #23022e;
  transition: all 0.3s linear;
}
.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gap20 {
  gap: 20px;
}
.decor {
  max-width: 70%;
  margin: 80px auto 0;
  border: 4px solid #8472;
  padding: 6%;
  background-color: #c6c1d1;
  box-shadow: 0 0 3px 1px #c2bae1;
}
.section {
  padding: 50px 0;
}
.review-container {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}
.reviews__wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.reviews__item {
  border-radius: 15px;
  padding: 30px;
  background-color: #cecfc7;
  border: 1px solid #c2bae1;
  gap: 20px;
}
.reviews__item--user {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.reviews__item--user img {
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews__item--user span {
  font-style: italic;
  color: black;
  font-size: 1.2rem;
  text-align: center;
  line-height: 130%;
}
.reviews__item--text p {
  color: black;
  margin: 0;
}
 
#services .reviews__item {
  cursor: pointer;
  transition: all 0.4s;
}
#services .reviews__item:hover {
  transform: scale(1.05);
  transition: all 0.4s;
}
@media (max-width: 480px) {
  .reviews__item {
    flex-direction: column;
  }
}
#flexgrid {
  display: flex;
  align-items: baseline;
  justify-content: center;
  text-align: center;
  gap: 50px;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.flex-box {
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#flexgrid > div {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.flex-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
  position: relative;
}
.flex-wrapper:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 200px;
  background-color: #c2bae1;
  right: -17px;
  box-shadow: 1px 2px 2px 0 #81254b;
  top: 101px;
}
#flexgrid img {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 13px;
}
#two {
  margin-top: 100px;
  padding: 1%;
}
.hhh {
  text-align: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #c2bae1;
  padding-bottom: 10px;
  width: 100%;
  line-height: 130%;
}
.catalog-box-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.button:hover {
  background-color: #f5760e;
  color: #23022e;
}
.main {
  display: flex;
  justify-content: center;
   flex-direction: column;
}
.main__container {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  padding: 0 40px;
}
.main-container__categories {
  margin-top: 50px;
  text-align: center;
  display: grid;
  gap: 30px;
}
.categories-list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 50px;
}
.category img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.category figcaption {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
 }
.categories-list-text {
  display: flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.category-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 70%;
}
.catalog-box:not(:first-child) {
  margin-top: 30px;
}
.category-text h3 {
  font-size: 20px;
  text-align: center;
  display: block;
  width: 100%;
  margin: 40px 0 20px;
  border-bottom: 1px solid #c2bae1;
  padding-bottom: 15px;
}
.category-text p {
  font-size: 18px;
  margin: 0 auto;
  line-height: 130%;
}
.category-text p:first-child {
  text-align: center;
}
.category-text p:nth-child(n + 2) {
  font-style: italic;
}

.cta .main__container div {
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.cta .main__container img {
  border-radius: 5px;
}
#portfolio-banner {
  background-image: url("../img/7.jpg");
}
#portfolio .catalog-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
#portfolio .product {
  width: 100%;
  margin: 0;
}
#portfolio .image {
  height: auto;
  min-height: 300px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.4s linear;
}
#portfolio .image:hover {
  box-shadow: 0 0 15px gray;
  transform: scale(1.03);
}   
#services .reviews__item--text p {
  text-align: center;
  margin-top: 10px;
}
#price-banner {
  background-image: url(../img/2.webp);
}

.hero p {
  font-size: 1.5em;
    text-shadow: 0 0 23px BLACK;
    line-height: 130%;
}
.hh1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px!important;
}
.catalog__title h2 {
  color: #fff;
}
.catalog__title {
  width: 60%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
  color: #000 !important;
}
.form {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px auto;
}
.form-text {
  text-align: center;
}
.form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.form-container {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.form-field {
  width: 100%;
  height: 48px;
  padding: 12px 10px;
  border: 1px solid #fff;
  background-color: #e7e8e5;
  border-radius: 3px;
  font-size: 18px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  color: #000;
}
textarea.form-field {
  resize: none;
  min-height: 200px;
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.checkbox {
  margin-top: 15px;
}
.checkbox a {
  color: #fff;
  text-transform: none;
  font-weight: bold;
}
.footer {
  border-top: 1px solid #c2bae1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--color1);
  padding: 30px 0 0;
}
.footer-section {
  margin: 50px 40px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-section div {
  width: 40%;
}
.footer-section > div > .header__header-logo {
  width: 100%;
}
.footer-section > div > .header__header-logo:hover {
  color: #000;
}
.footer-section p {
  font-size: 20px;
  margin: 0 0 50px;
}

.footer-links {
  display: flex; align-items: center; justify-content: center;  
  gap: 30px;
}

.footer-links a {
  transition: all 0.3s linear;
}

.footer-links a:hover {
  opacity: 0.65;
}

.footer-links img {
  max-width: 100px;
}

.footer-links img.first {
  max-width: 180px;
}
.contacts a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
  padding: 10px;
  font-size: 16px;
  background-color: #f4f4f4;
  border-radius: 5px;
  box-shadow: 0 0 5px #c2bae1;
  transition: all 0.4s;
  line-height: 130%;
}
.contacts a:hover {
  transform: scale(1.03);
  background-color: #c2bae1;
  transition: all 0.4s;
}
.form .form-text {
  font-size: 18px;
  line-height: 130%;
}
.docs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 30px auto;
}
.docs-link {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1130px) {
  #flexgrid {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  #flexgrid > div {
    width: 80%;
  }
  #flexgrid img {
    width: 230px;
    height: 230px;
  }
  .flex-wrapper {
    width: 80%;
    gap: 40px;
  }
  .flex-wrapper:not(:last-child):after {
    width: 200px;
    height: 1px;
    bottom: -25px;
    top: auto;
    right: auto;
  }
  .flex-box {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
  .flex-box p {
    width: 50%;
  }
  .header__main-title {
    width: auto;
  }
  .--container-inner {
    padding-bottom: 100px;
  }
 
}
@media (max-width: 500px) {
  .header-container {
    align-items: center;
    justify-content: center;
  }
  .catalog__title h1 {
    font-size: 24px;
  }
  .catalog__title h2 {
    font-size: 18px !important;
  }
  .header__header-logo {
    text-align: center;
  }
  .header__header-menu {
  }
  .header__main-title {
    font-size: 24px;
  }
  #features-list .image {
    width: 50px;
    height: 50px;
  }
  textarea.form-field {
    min-width: 100%;
    max-width: 100%;
    height: 80px;
  }
  .category {
    width: 100%;
  }
  .flex-box {
    flex-direction: column;
  }
  .flex-box p {
    width: 100%;
  }
}
.footer-section {
  flex-direction: column;
  align-items: center;
}
.footer-section div {
  width: auto;
  text-align: center;
}
.contacts {
  text-align: center;
}
.footer-section p {
  font-size: 18px;
}
.main-about {
  margin-top: 70px;
  text-align: left;
}
.terms {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
   gap: 35px;
  width: 80%;
  margin: 0 auto 50px;
  max-width: 1200px;
  padding: 0 20px;
    font-size: 16px!important;

}

.terms ul {
  list-style: disc;
  padding-left: 30px;
}
.terms p {
  font-size: 16px!important;
  line-height: 150%;
}
.terms h2 {
     font-size: 20px!important;

}
.terms div {
  width: 100%;
}
.catalog__title {
  align-items: center;
  color: #fff;
  z-index: 3;
}
.catalog__title h1 {
  color: #fff;
}
.catalog__title h2 {
  line-height: 1.5;
}
.header__banner {
  background-position: center;
  position: relative;
}
.hero::after {
  content: "";
  background-color: #000;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 2;
}
.catalog {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.catalog h2 {
  text-align: center;
  margin-bottom: 50px;
}
.catalog__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.catalog-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.catalog-box > p {
  border-bottom: 1px solid #c2bae1;
  padding-bottom: 5px;
}
.image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#features-list .image {
  background-image: url("../img/1icon.png");
  width: 65px;
  height: 65px;
  margin: 0 auto 10px;
}
#features-list .image#icon2 {
  background-image: url("../img/2icon.png");
   }

   #features-list .image#icon3 {
  background-image: url("../img/3icon.png");
   }
#main-pictures-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
#main-pictures-wrapper img {
  min-height: 250px;
  border-radius: 5px;
  box-shadow: 0 0 15px #00000071;
  cursor: pointer;
  transition: all 0.4s linear;
  height: 100%;
  max-height: 250px;
  width: 100%;
  object-fit: cover;
}
#main-pictures-wrapper img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px #2e2e2e;
}
.cta {
  padding: 50px 0;
  margin: 50px auto;
   box-shadow: 0 0 10px #fff;
  border-radius: 5px;
}
.cta p {
  font-size: 18px;
  line-height: 130%;
}
.product {
  border: 1px solid #c2bae1;
  background-color: #23022e;
  padding: 10px;
  color: #fff;
  margin: 10px;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  align-self: stretch;
  min-height: 325px;
}
.product img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.product-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.product-title p {
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
}

@media(max-width: 1250px){
  .cta {
    width: 80%!important;
  }
}
 @media (max-width: 900px) {
  .flex-column-center.mt-50 {
    margin-left: 20px;
    margin-right: 20px;
  }
  #portfolio .catalog-box {
    grid-template-columns: repeat(3, 1fr);
  }
  .section {
    padding: 25px 0;
  }
  p {
    font-size: 1rem;
  }
  .product {
    min-height: 300px;
  }
  .header-container {
    flex-wrap: wrap;
    gap: 20px;
  }
  .header__header-menu {
    flex-wrap: wrap;
  }
}
@media (max-width: 750px) {
  #jackpot {
    text-align: center;
  }
  #main-pictures-wrapper,
  .contacts,
  .double-box {
    grid-template-columns: 1fr;
  }
  #main-pictures-wrapper {
    margin: 0 auto;
  }
  #packages-list #flexgrid,
  .form .wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
  }
  .form-container {
    width: 100%;
  }
  #form-img {
    min-height: 350px;
  }
  #portfolio .catalog-box {
    grid-template-columns: repeat(2, 1fr);
  }
  #main-pictures-wrapper .image {
    min-height: 350px;
  }
  #main-img-two {
    background-position: left center;
  }
  .category {
    width: 70%;
  }
  .category-text h3 {
    font-size: 25px;
    line-height: 130%;
  }
  .category figcaption {
    font-size: 14px;
  }
  .category-text p {
    text-align: center;
  }
  .header-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .header__header-menu {
    justify-content: center;
  }
  .flex-wrapper {
    width: 100%;
  }
  .flex-box > p {
    height: auto;
  }
  .category-text {
    width: auto;
  }
  .decor {
    max-width: none;
  }
  #two {
    padding: 0 15px;
  }
  .form {
    max-width: none;
    padding: 0 15px;
  }
  .categories-list-text {
    flex-wrap: wrap;
    gap: 30px;
  }
  .category-text {
    width: auto;
  }
  .categories-list {
    margin-top: 50px;
    flex-direction: column;
    height: auto;
  }
  .category {
    margin: 0 auto;
  }
  .reviews__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .product {
    margin: 0 auto;
    min-height: 250px;
  }
  .catalog__title {
    width: 100%;
  }
}
@media (max-width: 600px) {

  nav .container {
    flex-direction: column;
    gap: 30px;
  }
  #about-img-self {
    height: 300px;
    width: 300px;
  }
  .header-container {
    padding: 0 15px;
  }
  .reviews__wrapper,
  #portfolio .catalog-box,
  .cta .main__container div {
    grid-template-columns: 1fr;
  }
  .main__container {
    width: 100%;
    padding: 0 20px;
  }
  .flex-column-center.mt-50 {
   margin: 0;
  }
  .cta .main__container {
    padding: 50px 20px;
  }
  .header__header-menu {
    font-size: 14px;
  }
  .category {
    width: 90%;
  }
  #features-list {
    grid-template-columns:  1fr;
    gap: 30px;
  }
  
  .terms {
    width: 100%;
   }
  .docs {
    flex-direction: column;
  }
}



@media (max-width: 450px) {
  .footer-links {
    flex-direction: column;
  }
 }
