
body {
    margin: auto;
    color: #232323;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: auto;
    background: linear-gradient(315deg, rgba(177, 70, 235, 0.853) 3%, rgba(121, 144, 167, 0.486) 38%, rgba(48, 238, 225, 0.662) 68%, rgba(255, 25, 25, 0.273) 98%);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
    opacity: 05;
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.wave {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}

.container{
    padding:0  3rem;
}

p{
    width: 30px;
    color: rgb(230, 49, 190);
}
.header img{
    top: 10px;
    width: auto;
    height: 60px;
}
.header{
    display: flex;

    justify-content: space-between;
}
h2{
    font: 700 2.2rem "Helvetica" !important;
}

h1{
    font: 700 3rem "Helvetica" !important;
}
h3{
    font: 400 2rem "Helvetica" !important;
}
.content{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

ul li{
    list-style: none;
  
}
ul li span{
    color: rgb(13, 13, 13);
font: 400 1.3rem "Inter",sans-serif;
vertical-align: middle;
text-transform: capitalize;
}
.content.details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: justify;
}


.bg {
    border-radius: 100%;
    max-width: 600px;
    margin-top: -20px;
}
li a{
    text-decoration: none;
    list-style: none;
    color: #000;

}
li{
    list-style: none;
    font: 400 1rem "inter",sans-serif !important;
    gap: 10px;
    display: flex;
}
.price{


    position: relative;
    bottom: 10px;
    left: -80px;
}
.price h1{
    position: relative;
    z-index: 3;
    
}

.links{
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.button1 a{
    text-decoration: none;
    color: #ffffff important;
}
  button {
    position: relative;
    display: inline-block;
    margin: 10px 40px;
    padding: 15px 30px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ffffff;
    background: transparent;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid #725AC1;
    background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100% );
    border-radius: 10px;
    box-shadow: inset 0 0 0 0 #725AC1;
  }
  
  button:hover {
    color: white;
    box-shadow: inset 0 -100px 0 0 #725AC1;
  }
  
  button:active {
    transform: scale(0.9);
  }

  .button {
    position: relative;
    width: 280px;
    max-height: 50px;
  background-color: #000;
    display: flex;
    align-items: center;
    color: white;
    flex-direction: column;
    justify-content: center;
    border: none;
    padding: 12px;
    gap: 12px;
    border-radius: 8px;
    cursor: pointer;
  }
  
  .button::before {
    content: '';
    position: absolute;
    inset: 0;
    left: -4px;
    top: -1px;
    margin: auto;
    max-width: 360px;
    max-height: 120px;
    border-radius: 10px;
    background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100% );
    z-index: -10;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .button::after {
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
    background: linear-gradient(-45deg, #fc00ff 0%, #00dbde 100% );
    transform: translate3d(0, 0, 0) scale(0.95);
    filter: blur(20px);
  }
  
  .button:hover::after {
    filter: blur(30px);
  }
  
  .button:hover::before {
    transform: rotate(-180deg);
  }
  
  .button:active::before {
    scale: 0.7;
  }
  
  .button1  a {
    color: #ffffff    ;
    text-decoration: none;
  }
  .button  a {
    color: #ffffff    ;
    text-decoration: none;
  }
  

  @media screen and (max-width: 768px) {
    .container {
        align-items: center;
    }
    .price {
    max-width: 300px;
      top: 40px;
      left: -10px;
    }
    .bg{
        max-width: 600px;
        padding: 10px;
    }
 
    .button h1{
        font: 700 1.5rem "Helvetica" !important;
    }
    .content {
        display: flex;
        flex-direction: column;
    }
    .content-detials {
        order: 2;
    }
    .content-detials ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-left: 15px;
    }
    .price {
        order: 1;
        margin-bottom: 20px;
    }
    .content-right {
        order: 3;
        margin-top: 20px;
    }

}
@media screen and (max-width: 1440px) {
    /* Adjustments for larger screens */
    .container {
        align-items: center;
    }
    .price {
        max-width: 300px;
        top: 40px;
        left: -10px;
    }
 
    .bg {
        max-width: 400px;
        padding: 10px;
    }
}
