html{scroll-behavior: smooth;}
*{box-sizing: border-box}
body{
    --bgcolor: linear-gradient(to bottom,#3432c7, #000000 );
    background: #3432C7;
    background: linear-gradient(90deg, rgba(52, 50, 199, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0.93) 100%);}
.headernav{
    width: 100%;
    margin: auto ;
    border-bottom: 2px solid;
    border-image: linear-gradient(to top, #00c6ff, #0072ff) 1;
    animation: width 2s both;}
@keyframes width{
    0%{
        width: 0%}
    100%{
        width: 100%}}
.headernav__list{
    display: flex ;
    justify-content: space-evenly;
    margin: 0 auto ;
    padding: 0;}
.headernav__item{
    list-style: none ;}
.headernav__item>a{
    text-decoration: none ;
    color: white ;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1rem; 
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    transition: color 0.3s ease;
    z-index: 1;
    margin-bottom: 5px}
.headernav__item > a::before,
.headernav__item > a::after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #00c6ff, #0072ff);
  transition: all 0.4s ease;}
.headernav__item > a::before {
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;}
.headernav__item > a::after {
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;}
.headernav__item > a:hover::before,
.headernav__item > a:hover::after {
  width: 100%;}
.headernav__item > a::after,
.headernav__item > a::before {
  pointer-events: none;}
.headernav__item > a:hover {
  color: #00c6ff;}
.logo__container{
  width: 100%;
  display: flex;
  justify-content: center ;
  align-items: center ;
  height: 80px}
.logo__container>img{
  width: 100px ;
  transition: transform 1s ease-in;}
.logo__container>img:hover{
  transform: scale(1.1);}
.phrase__container{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  color: #c3a667}
.phrase__container {
  font-weight: 600;
  color: #c8a965;
  overflow: hidden;}
.phrase {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideUp 0.6s ease-out forwards;
  text-align: center;}
@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);}}
.business__name-container{
  display: flex ;
  justify-content: center ;
  align-items: center ;}
.business__name{
  color: #bca168 ;
  margin-top: 10px ;
  font-size: 1.3rem;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman',}
.business__name-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;}
.business__name {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #bca168;
  display: inline-block;
  animation: waveReveal 3s ease-in-out infinite;}
@keyframes waveReveal {
  0% {
    transform: translateY(0);
    opacity: 1;
    letter-spacing: 0.1em}
  25% {
    transform: translateY(-4px);
    opacity: 0.8;
    letter-spacing: 0.15em;}
  50% {
    transform: translateY(0);
    opacity: 1;
    letter-spacing: 0.1em;}
  75% {
    transform: translateY(4px);
    opacity: 0.9;
    letter-spacing: 0.12em;}
  100% {
    transform: translateY(0);
    opacity: 1;
    letter-spacing: 0.1em;}}
.mainsection{
    height : 600px ;
    position: relative;
    animation: border 1s both;
    display: flex;
    justify-content: center;
    align-items: center;}
.mainsection::after, 
.mainsection::before{
  content: '';
  background: linear-gradient(270deg, #21212a, #0e0d10, #ffffff, #0965ab);
  background-size: 800% 800%;
  animation: gradientShift 10s ease infinite;
  animation: width 1s both;
  position: absolute;
  height: 6px ;
  width: 10px;}
.mainsection::after{
  top: 0}
.mainsection::before{
  bottom: 0;
  right: 0}
@keyframes gradientShift {
  0% {background-position: 0% 50%;}
  10% {background-position: 100% 50%;}
  20%{background-position:  0% 50%;}
  30%{ background-position: 100% 50%;}
  100%{background-position: 100% 50%;}}
@keyframes width {
  0%{
    width: 10px
  }
  100% {
    width: 100%}}
.img__container{
  display: flex ;
  flex-direction: row;
  align-items: center ;
  height: 550px;
  align-items: center ;
  margin-left: -8px}
.main__img{
  width: 100%;
  width: 34%;
  height: 26rem;
  object-fit: cover ;
  object-position: left;
  margin-left: -32px;
  animation: show 2s both;}
@keyframes show {
  0%{
    transform: translatex(-200px);
  }}
/*BUSSINESS DESCRIPTION */
h1, .main__content{
  color: white ;
  margin: 10px;
  text-align: center ;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif}
h1{
  font-size: 2rem;
  text-wrap: pretty ;
  color: rgb(255, 255, 255)}
.main__content{
  font-size: 1.1rem;
  text-wrap: balance;
  text-wrap: wrap;
  color: rgb(192, 206, 192);}
.main__content>strong{
  font-size: 1.3rem;
  color: #bca168}
.link__container{
  display: flex;
  justify-content: center ;}
.link__prices {
  position: relative;
  display: inline-block;
  padding: 0.90rem 1.7rem;
  font-weight: bold;
  color: white;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  background: linear-gradient(90deg,#263dc2, #4b93a1);
  border-radius: 12px;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  animation: pulseOrbit 4s ease-in-out infinite;
  box-shadow: 0 0 12px rgba(33, 103, 255, 0.3);
  transition: transform 0.3s ease;
  margin-top: 20px}
@keyframes pulseOrbit{
  0% { box-shadow: 0 0 10px rgba(61, 151, 159, 0.502); transform: scale(1); }
  50% { box-shadow: 0 0 20px rgba(22, 22, 122, 0.6); transform: scale(1.05); }
  100% { box-shadow: 0 0 10px rgba(22, 72, 210, 0.2); transform: scale(1);}}
.link__prices::before{
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0,255,255,0.2), transparent);
  animation: orbitGlow 6s linear infinite;
  z-index: -1;
  filter: blur(40px);}
@keyframes orbitGlow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }}
.second__section{
  height: 1300px;
  display: flex;
  justify-content: center ;
  align-items: center ;}
.prices__container{
  display: flex;
  justify-content: center ;
  color: white ;
  margin: 0 10px;
  height: 24rem;
  flex-direction: column;
  gap: 25px;}
.all__prices {
  margin: 0 3px ;
  text-wrap: balance ;
  text-align: center ;
  border: 2px solid ;
  border-image: linear-gradient(to top, #474993, #0073ff) 1;
  width: 200px ;
  background: linear-gradient(135deg, #544c88, #223fc3);
  padding: 10px;}
.all__prices{
  transition: all 0.4s ease;
  transform: scale(1);
  box-shadow: none;}
.all__prices:hover {
  animation: elevatePulse 1.2s ease-in-out infinite;
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);}
@keyframes elevatePulse {
  0% { transform: scale(1.05) translateY(0); }
  50% { transform: scale(1.07) translateY(-4px); }
  100% { transform: scale(1.05) translateY(0); }}
.contact__linkcontainer{
  font-size: 1.5rem;
  display: flex;
  justify-content: center ;
  align-items: start;
  height: 100px}
.contact__link{
  list-style-type:none;
  text-decoration: none ;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;}
.contact__link{
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 6px;
  color: #6ff8ff;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 8px;
  background: linear-gradient(90deg, #4f65e1, #083c90);
  background-size: 200%;
  transition: background-position 0.4s ease, transform 0.2s ease;
  box-shadow: 0 0 10px rgb(89, 129, 230);
  animation: fadeIn 1s ease forwards;
  opacity: 0;}
.contact__link:hover {
  background-position: right;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(59, 166, 248, 0.6);}
.contact__link:active {
  transform: scale(0.98);
  box-shadow: 0 0 10px rgba(31, 81, 157, 0.4);}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);}
  to {
    opacity: 1;
    transform: translateY(0);}}
.secondsection__content, .subtitle{
  margin: 10px ;
  font-family:Georgia, 'Times New Roman', Times, serif;
  cursor: pointer }
.subtitle{
  text-transform: uppercase ;}
.standard--price{
  color: rgb(181, 168, 168)}
.secondsection__content{
  color: white ;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin-bottom: 24px ;
  white-space: pre;}
.medium--price{color:  #9f9dcfd8}
.premium--price{color:  #bca168}
.strong{font-size: 20px}
.body {
  padding: 2rem;}
.gallery {
  max-width: 1200px;
  margin: auto;
  text-align: center;}
.gallery h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  background: linear-gradient(90deg, rgb(143, 100, 244), #1358ecc1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;}
.gallery__item {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(8, 0, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;}
.gallery__item img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;}
.gallery__item:hover {
  transform: scale(1.03);
  box-shadow: 0 0 25px rgba(62, 109, 190, 0.764);}
.gallery__item:hover img {
  transform: scale(1.1);}
.gallery h2 {
  position: relative;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  color: #00bfff;
  padding-bottom: 10px;
  opacity: 0;
  transform: translateY(30px);
  animation: titleFadeIn 1s ease-out forwards;
  animation-delay: 0.3s;}
@keyframes titleFadeIn {
  to {opacity: 1;
    transform: translateY(0);}}
.gallery__subtitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #00bfff;
  width: 0;
  transition: width 0.5s ease-out;}
.gallery__subtitle:hover::after {
  width: 100%;}
.products-section {
  padding: 3rem 1rem;
  background: linear-gradient(135deg, #4b6cb7, #203665); 
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(72, 61, 139, 0.4);
  margin: 2rem 0}
.products-title {
  font-size: 2.2rem;
  text-align: center;
  color: rgb(158, 193, 246); 
  text-shadow: 0 0 2px rgba(71, 76, 143, 0.865);
  position: relative ;
  width: fit-content;
  margin: 2rem auto;}
.products-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #00bfff;
  margin-bottom: -10px;
  width: 0;
  transition: width 0.5s ease-out;}
.products-title:hover::after {
  width: 100%;}
.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;}
.carousel-track {
  display: flex;
  width: calc(120px * 10 + 16px * 9);
  animation: scroll 12s linear infinite;}
@keyframes scroll {
  0% {
    transform: translateX(0);}
  100% {
    transform: translateX(calc(-1 * (120px * 5 + 16px * 4)));}}
.carousel-item {
  flex: 0 0 120px;
  margin-right: 16px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(138, 43, 226, 0.5);
  background: linear-gradient(135deg, #3827b4, #41a2b8);
  transition: transform 0.3s ease;}
.carousel-item:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(138, 43, 226, 0.8);}
.carousel-item img {
  width: 100%;
  height: 90px;
  object-fit: contain;
  border-radius: 12px;
  background: transparent;}
form{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;}
.form {
  min-height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;}
.form__container {
  position: relative;
  width: 100%;
  max-width: 500px;
  padding: 3rem 2rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.1);
  z-index: 1;
  overflow: hidden;}
.form__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #6208e1, #6d41ba, rgba(0, 183, 255, 0.728));
  background-size: 600% 600%;
  animation: gradientShift 20s ease infinite;
  filter: blur(100px);
  z-index: 0;
  opacity: 0.4;}
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }}
.form__container h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 2rem auto ;
    color: rgb(85, 144, 234)}
.form__container h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #00bfff;
  margin-bottom: -10px;
  width: 0;
  transition: width 0.5s ease-out;}
.form__container h2:hover::after {
  width: 100%;}
.form__group {
  position: relative;
  margin-bottom: 1.8rem;
  z-index: 1;}
.form__group input,
.form__group textarea {
  width: 100%;
  padding: 1rem 0.75rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 10px;
  outline: none;
  font-size: 1rem;
  transition: border 0.3s;
  resize: none;}
.form__group input:focus,
.form__group textarea:focus {
  border: 1px solid #00aaff;}
.form__group label {
  position: absolute;
  left: 0.75rem;
  top: 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  pointer-events: none;
  transition: 0.3s ease;}
.form__group input:focus + label,
.form__group input:valid + label,
.form__group textarea:focus + label,
.form__group textarea:valid + label {
  top: -0.6rem;
  font-size: 0.75rem;
  background: rgba(0, 0, 0, 0.3);
  padding: 0 0.25rem;
  border-radius: 5px;
  color: #009dff;}
.form__btn {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  background: linear-gradient(135deg, #7b5dac, #226add);
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 1;
  position: relative;}
.form__btn:hover {
  transform: scale(1.05);}
.checkbox__container{
  display: flex ;
  flex-direction: column ;
  justify-content: center;
  align-items: center ;
  max-width: 150px;
  margin: 10px auto }
.checkbox__label{
  text-align: center;
  text-wrap: wrap;
  color: rgba(255, 255, 255, 0.773) ;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif}
.checkbox__label i{
  color: #bca168}
.faq-section {
  max-width: 480px;
  margin: 3rem auto;
  font-family: 'Georgia', serif;
  color: #2c2c2c;}
.faq-section h2 {
  font-weight: 600;
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 2rem;
  background: linear-gradient(90deg, #8a7ff3, #5cc8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
.faq-item {
  background: linear-gradient(-45deg, #8a7ff3, #5c5fff, #8a7ff3, #5cc8ff);
  background-size: 400% 400%;
  border-radius: 12px;
  margin-bottom: 14px;
  padding: 18px 24px;
  animation: gradientShift 15s ease infinite;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(90, 90, 160, 0.15);
  transition: box-shadow 0.3s ease;}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;}
  50% {
    background-position: 100% 50%;}
  100% {
    background-position: 0% 50%;}}
.faq-item:hover {
  box-shadow: 0 8px 24px rgba(90, 90, 160, 0.3);}
.faq-item details {
  background: transparent;
  padding: 0;
  margin: 0;
  overflow: hidden;}
.faq-item summary {
  list-style: none;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  user-select: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;}
.faq-item summary:hover {
  color: #dbeafe; }
.faq-item summary::-webkit-details-marker {
  display: none;}
.faq-item summary::after {
  content: "➤";
  font-size: 1.15rem;
  color: #d1d5db;
  margin-left: 4px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
  transform-origin: center;}
.faq-item details[open] summary::after {
  transform: rotate(90deg);
  color: #152fb5; }
.faq-item details > p {
  margin: 10px 0 0 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #f3f4f6; 
  background: rgba(255 255 255 / 0.15);
  padding: 12px 16px;
  border-radius: 8px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition:
    max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.35s ease;
  backdrop-filter: blur(8px);}
.faq-item details[open] > p {
  max-height: 400px;
  opacity: 1;
  pointer-events: auto;}
.footer{
  position: relative;
  background-color: #252960;
  color: white;
  padding: 2rem;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  margin-bottom: -100px;}
.footer::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 30%, #5612e9, transparent),
              radial-gradient(circle at 70% 70%, #1582d4, transparent),
              radial-gradient(circle at 50% 50%, #304c6c, transparent);
  animation: galaxyFlow 20s linear infinite;
  z-index: -1;
  filter: blur(80px);
  opacity: 0.6;}
@keyframes galaxyFlow {
  0% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.2); }
  100% { transform: rotate(360deg) scale(1); }}
.footer p  {
  color: #c8cfe4;
  text-decoration: none;
  margin: 0 0.5rem;
  font-weight: bold;}
.footer p :hover {
  text-decoration: underline;}
.number, .mail{
  color: #e0b559;}
.number{
    margin-top: 3px}
.icon__container{
  display: flex;
  justify-content: space-between;}
.instagram__logo, .tiktok{
  width: 100%;
  width: 24px;
  margin-top: 10px ;
  margin-right: 5px;}
.instagram__logo:hover,
.tiktok:hover{
  transform: scale(1.1);
  transition: transform .3s;
  filter: drop-shadow(0 0 1px #785efd) brightness(1.5);} 
@media screen and (min-width: 700px){
  body{
    max-width: 600px ;
    margin: auto}}
@media screen and (max-width: 600px){
  .form__background{
animation: none ;
background-color: linear-gradient(to bottom,#3266c7, #0a1a56 );
    background: #067aff;;
  }
  .footer::before{
    animation: none 
  }
  .faq-item{
    animation: none 
  }
  .number{
    text-decoration: none;
  }
}





    





