.content-part1{
    display: flex;
    justify-content: space-between;
    height: auto;
    position: relative;
   padding-block: 60px;
}

.content-part1 > div{
    width: 500px;
    /* height: 600px; */
    /* border: 2px solid rgb(255, 94, 0); */
}

.content-part1-bg.content-part1-bg{
    width: 85%;
    height: 100%;
    /* background-color: blue; */
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: -1;
    opacity: 0.05;
    top: 0;
}

.content-part1-bg > div{
    width: 100vw;
    height: 100%;
    background: linear-gradient(96.1deg, #FF7A7A 0.86%, #C1FF72 34.84%, #6675FF 65.94%, #F878B7 100%);
    flex-shrink: 0;
}

.content-part1-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 100px;
}

.content-part1-left-title{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content-part1-left-title > span:first-child{
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: 2px;
    white-space: pre-line;

}

.content-part1-left-title > span:last-child{
    font-size: 1.4rem;
    font-weight: 200;
    letter-spacing: 2px;
}

.content-part1-left-title > span:last-child > span{
    display: inline-block;
    padding: 10px 14px;
    background-color: black;
    color: white;
    border-radius: 6px;
    font-size: 1.8rem;
    font-weight: 700;
    box-shadow: 0px 30px 16px rgba(0, 0, 0, 0.125);
}

.content-part1-left-title > span:last-child > span > span {
    font-size: 0.8rem;
    vertical-align: top;
}

.content-part1-left-other{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.content-part1-left-other > div:first-child{
    /* width: 280px;
    height: 80px; */
    padding: 30px 40px;
    gap: 60px;
    background-color: #f36c18;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: flex-start;
    font-size: 2rem;
    color: white;
    letter-spacing: 1px;
    transition: gap 0.5s ease-in-out;
    cursor: pointer;
}

.content-part1-left-other > div:first-child:hover {
    gap: 120px;
}

.content-part1-left-other > div:first-child span{
    position: relative;
    display: flex;  
    align-items: center;
    justify-content: center;
    transform: translate(-10px);
}

.content-part1-left-other > div:first-child > span::after{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.178);
    border-radius: 50%;
    margin-left: 10px;
    position: absolute;
    transform: translate(10px);
}

.content-part1-left-other > div:last-child{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.2rem;
    font-weight: 500;
}

.content-part1-left-other > div:last-child > div{
    width: 20px;
}

.content-part1-left-other > div:last-child > span{
    border-bottom: 1px solid grey;
    padding-bottom: 6px;
}

.content-part1-right{
   display: flex;
   justify-content: center;
    align-items: center;
    font-size: 16rem;
    color: white;
    /* transform: translate(100px); */
    position: absolute;
    right: 0;
    bottom: 0;
}

.content-part1-right > span{
    transform: translate(-100px,-100px);
    z-index: 0;
}

.content-part1-right > img{
    width: 200%;
    height: auto;
    transform: translate(-100px,-4px);
    /* border: 2px solid green; */
    z-index: 1;
}

.content-part1-right > :not(img){
    position: absolute;
}

.content-part1-right-circle{
    width: 400px;
    height: 400px;
    background-color: #fffdfb84;
    border-radius: 50%;
    transform: translate(-100px , -100px);
}

.content-part1-right-items{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.content-part1-right-items > div{
    width: 100px;
    height: 100px;
    /* background-color: #F878B7; */
    position: absolute;
}

.content-part1-right-items > div:nth-child(1){
    border-radius: 50%;
    transform: translate(-300px , -240px);
}

.content-part1-right-items > div:nth-child(2){
    border-radius: 50%;
    transform: translate(150px , -220px);
}

.content-part1-right-items > div:nth-child(3){
    border-radius: 50%;
    transform: translate(-400px , 250px);
}

.content-part1-right-items-one{
    font-size: 1rem;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.content-part1-right-items-one > div{
    width: 100px;
    height: 100px;
    background-color: rgb(255, 210, 95);
    border-radius: 50%;
    display: flex;
    align-items: flex-end;
    box-shadow: 0px 30px 30px rgba(2, 2, 2, 0.211);
}

.content-part1-right-items-one > div > div{
    width: 100%;
    height: 130%;
    display: flex;
    align-items: flex-end;
    border-radius: 100px;
    overflow: hidden;
    /* border: 6px solid red; */
    justify-content: center;
    pointer-events: none;
}

.content-part1-right-items-one > div > div > img{
    width: 100%;
    transition: width 0.3s ease-in-out;
}

.content-part1-right-items-one > div:hover img{
    width: 130%;
}


.content-part1-right-items-one > span{
    font-size: 0.8rem;
    padding: 10px 20px;
    color: black;
    background-color: white;
    text-wrap: nowrap;
    border-radius: 100px;
    text-transform: capitalize;
}

.content-part1-right-items > div:nth-child(3) > div{
    background-color: orange;
}

.content-part1-right-items > div:nth-child(2) > div{
    background-color: lightblue;
}

