.hero{
    max-width: 100%;;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
}

.hero .headline-container{
    padding-top: 5rem;
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.hero .headline-container h2{
    font-size: 1.2rem;
    color: #c4c4c4;
    font-weight: 400;
    margin-bottom: 2rem;

}

.hero .headline-container h1{
    font-size: 4.7rem;
    font-weight: 500;
    text-align: center;
    font-family: 'Satoshi';
    line-height: 1.1;
    text-transform: capitalize;
    letter-spacing: -1px;
}


.hero .headline-container p{
    margin-top: 2rem;
    font-size: 1.5rem;
    color: #b9b9b9;
    font-weight: 400;
}

.hero-button-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
    gap: 2rem;
}

.hero-button-container .book-btn{
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
    padding: 0.6rem 1rem;
    background:linear-gradient(to bottom, #ff12aa,#bb0076);
    border: none;
    border-radius: 12px;
    transition: all 0.35s ease-out;
    font-family: 'Satoshi';
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-button-container .book-btn img{
    width: 1.2rem;
    margin-right: 0.5rem;
    filter: invert(100%);
}

.hero-button-container .book-btn:hover img{
    filter: invert(0%);
}

.hero-button-container .book-btn:hover{
    background: #ffffff;
    color: rgb(0, 0, 0);
    font-family: 'Satoshi';
    box-shadow: 0px 0px 10px #838383c0;
}

.hero-button-container .book-btn:active{
    background: #d8d8d8;
    color: rgb(22, 22, 22);
}

.hero-button-container .see-work-btn{
    font-size: 1rem;
    color: rgb(0, 0, 0);
    padding: 0.6rem 1.3rem;
    /* background: #000000; */
    border: none;
    transition: all 0.35s ease-out;
    font-family: 'Satoshi';
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.4px solid #9797972c;
    backdrop-filter: blur(10px);
    background-color: rgba(10, 10, 10, 0.5);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px -2px, rgba(0, 0, 0, 0.1) 0px 2px 2px -1px, rgba(255, 255, 255, 0.08) 0px 0px 0px 1px;
    opacity: 1;
    will-change: auto;
}

.hero-button-container .see-work-btn img{
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.5rem;
    filter: invert(100%);
}

.hero-button-container .see-work-btn:hover{
    background: #ffffff;
    color: rgb(0, 0, 0);
    font-family: 'Satoshi';
    box-shadow: 0px 0px 10px #83838341;
}

.hero-button-container .see-work-btn:hover span{
    color: black;
}

.hero-button-container .see-work-btn:hover img{
    filter: invert(0);
}

.hero-button-container .see-work-btn:active{
    background: #d8d8d8;
    color: rgb(22, 22, 22);
}
/* .gradient-container{
     position: absolute;
    top: 40%; 
     height: 300px; 
}
 .hero-gradient{
    z-index: -2;
    aspect-ratio: 1/1;
    background-color: #fff;
    border-radius: 500px;
    filter: blur(70px);
    position: absolute;
    left: 50%;
    top: 35%;
    width: 80px;
    transform: translate(-50%, 50%);
}

.hero-gradient .gradient{
    background: conic-gradient(from 0deg at 50% 50%,#6d24ff 21.599999999999998deg,rgb(43,72,166) 54.89161972682219deg,#00a6ff 106.69924423399361deg,#4797ff 277.2deg,rgb(17,0,255) 298.8deg,#04f 309.6deg,rgb(0,21,255) 345.59999999999997deg);
    border-radius: 50%;
    flex: none;
    inset: 0;
    opacity: .8;
    overflow: hidden;
    position: absolute;
} */

.hero-gradient2{
    z-index: -2;
    aspect-ratio: 1/1;
    background-color: #3927d9;
    border-radius: 500px;
    filter: blur(72px);
    position: absolute;
    left: 50%;
    top: 55%;
    width: 223px;
    transform: translate(-50%, 50%);
}

.hero-gradient2 .gradient2{
    background: conic-gradient(from 0deg at 50% 50%,#fd16ae 180deg,#0a1095 327.6deg,rgb(22, 26, 221) 360deg);
    border-radius: 50%;
    flex: none;
    inset: 0;
    overflow: hidden;
    position: absolute;
}

.hero-gradient3{
    z-index: -2;
    aspect-ratio: 1/1;
    background-color: #d927c1;
    border-radius: 500px;
    filter: blur(72px);
    position: absolute;
    left: 50%;
    top: 65%;
    width: 223px;
    transform: translate(-50%, 50%);
}

.hero-gradient3 .gradient3{
    background: conic-gradient(from 0deg at 50% 50%,#ff0060 180deg,#0010ff 277.2deg,rgb(151, 0, 255) 352.8deg);
    border-radius: 50%;
    flex: none;
    inset: 0;
    overflow: hidden;
    position: absolute;
} 

@media (max-width: 355px) {
    .hero-button-container{
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .hero{
        padding: 0 1.7rem;
        padding-bottom: 3rem;
    }   
    
    .hero .headline-container{
        padding-top: 3rem;
        width: 100%;
        text-align: start;
    }
    .hero .headline-container h2{
        font-size: 1.2rem;
        text-align: start;
    }
    .hero .headline-container h1{
        font-size: 3.5rem;
        text-align: start;
    }
    .hero .headline-container p {
        margin-top: 2rem;
        text-align: start;
        font-size: 1.2rem;
    }
    .hero-button-container .book-btn {
        font-size: 1rem;
    }
    .hero-button-container .see-work-btn {
        font-size: 1rem;
    }
}

@media (min-width:768px) {
    .hero .headline-container {
        padding-top: 3.5rem;
        width: 80%;
    }

}

@media (min-width:1024px) {
    .hero .headline-container {
        padding-top: 9rem;
        width: 60%;
    }
}