.firstProductInfo {
    width: 100%;
    height: auto;
    padding: 150px 0 100px 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.firstProductInfo>.innerSpacing {
    width: 95%;
    max-width: 1800px;
    height: auto;
    position: relative;
}

.firstProductInfo>.innerSpacing>h2 {
    text-transform: capitalize;
    color: var(--primClr1);
    font-family: var(--font2);
    font-size: 35px;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 24px;
}

.firstProductInfo>.innerSpacing>p {
    font-family: var(--font1);
    font-size: 15px;
    font-weight: 400;
    width: 90%;
    max-width: 750px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.firstProductInfoPlusDisplay {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    /* border: 1px solid black; */
}

.firstProductInfoDets {
    width: 100%;
    height: auto;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.oneFirstProductInfoDet {
    width: 100%;
    max-width: 550px;
    height: auto;
    position: relative;
    background-color: rgba(0, 0, 0, 0.035);
    background-color: rgba(241, 234, 219, 0.35);
    backdrop-filter: blur(2px);
    border-radius: var(--borderRadius1);
    border: 1px solid var(--borderClr);
    box-shadow: var(--shadow1);
    padding: 24px 30px;
    text-align: right;
}

.oneFirstProductInfoDet::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid var(--primClr1);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(12px, -50%);
}

.oneFirstProductInfoDet::after {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--primClr2);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(7px, -50%);
}

.oneFirstProductInfoDet:nth-child(1) {
    margin-right: -17%;
}

.oneFirstProductInfoDet:nth-child(3) {
    margin-right: 17%;
}

.oneFirstProductInfoDet:nth-child(5) {
    margin-right: -17%;
}


.oneFirstProductInfoDet>h2 {
    font-family: var(--font1);
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.oneFirstProductInfoDet>p {
    font-family: var(--font1);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.firstProductDisplay {
    width: 100%;
    max-width: 700px;
    min-width: 700px;
    height: auto;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    position: relative;
}

.firstProductDisplay>.firstProductImage {
    width: auto;
    height: 700px;
    object-fit: contain;
    display: block;
    transform-origin: center center;
    transform: rotate(21deg);
    margin-left: 10%;
    filter: drop-shadow(0 0 27px rgba(186, 90, 135, 0.27));
}

.scrubPasteImage {
    position: absolute;
    width: 90%;
    height: auto;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-60%, -50%) rotate(25deg);
}

.firstProductInfoPhoto {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: -55px;
    width: 300px;
    height: auto;
}

@media only screen and (max-width: 1700px) {
    .oneFirstProductInfoDet {
        max-width: 450px;
        padding: 15px 24px;
    }

    .firstProductDisplay {
        max-width: 650px;
        min-width: 650px;
    }

    .firstProductDisplay>.firstProductImage {
        height: 650px;
        margin-left: 20%;
    }

    .scrubPasteImage {
        width: 80%;
        transform: translate(-60%, -50%) rotate(25deg);
    }
    .firstProductInfoPhoto {
        margin-left: -45px;
        width: 250px;
    }
}

@media only screen and (max-width: 1400px) {
    .oneFirstProductInfoDet {
        max-width: 400px;
        padding: 15px 24px;
    }

    .oneFirstProductInfoDet>h2 {
        font-size: 14px;
    }

    .oneFirstProductInfoDet>p {
        font-size: 13px;
    }

    .firstProductDisplay {
        max-width: 600px;
        min-width: 600px;
    }

    .firstProductDisplay>.firstProductImage {
        height: 600px;
        margin-left: 30%;
    }

    .scrubPasteImage {
        width: 80%;
        transform: translate(-50%, -50%) rotate(25deg);
    }
    .firstProductInfoPhoto {
        margin-bottom: -100px;
    }
}

@media only screen and (min-width: 1200px){
    .firstProductDisplay>.firstProductImage {
        visibility: hidden;
    }
}

@media only screen and (max-width: 1200px) {
    .firstProductInfo>.innerSpacing>h2 {
        font-size: 30px;
        letter-spacing: 1px;
        line-height: 1.65;
    }
    .firstProductInfo>.innerSpacing>p {
        font-size: 14px;
        width: 90%;
    }
    .firstProductInfoPlusDisplay {
        flex-direction: column;
        align-items: center;
        gap: 100px;
    }

    .oneFirstProductInfoDet {
        max-width: 450px;
    }

    .oneFirstProductInfoDet:nth-child(1)::before {
        left: 0;
        transform: translate(-12px, -50%);
    }

    .oneFirstProductInfoDet:nth-child(1)::after {
        left: 0;
        transform: translate(-7px, -50%);
    }

    .oneFirstProductInfoDet:nth-child(3)::before {
        left: 0;
        transform: translate(-12px, -50%);
    }

    .oneFirstProductInfoDet:nth-child(3)::after {
        left: 0;
        transform: translate(-7px, -50%);
    }

    .oneFirstProductInfoDet:nth-child(5)::before {
        left: 0;
        transform: translate(-12px, -50%);
    }

    .oneFirstProductInfoDet:nth-child(5)::after {
        left: 0;
        transform: translate(-7px, -50%);
    }

    .oneFirstProductInfoDet:nth-child(1) {
        margin-right: 17%;
        text-align: left;
    }

    .oneFirstProductInfoDet:nth-child(2) {
        margin-right: -17%;
        text-align: right;
    }

    .oneFirstProductInfoDet:nth-child(3) {
        margin-right: 17%;
        text-align: left;
    }

    .oneFirstProductInfoDet:nth-child(4) {
        margin-right: -17%;
        text-align: right;
    }

    .oneFirstProductInfoDet:nth-child(5) {
        margin-right: 17%;
        text-align: left;
    }
    .firstProductDisplay {
        max-width: 100%;
        min-width: 100%;
        height: auto;
        justify-content: center;
    }
    .firstProductDisplay>.firstProductImage {
        height: 550px;
        margin-left: 0%;
    }
    .scrubPasteImage {
        width: 50%;
        transform: translate(-50%, -50%) rotate(25deg);
    }
    .firstProductInfoPhoto {
        position: absolute;
        left: -45px;
        bottom: 0%;
        width: 250px;
        height: auto;
    }
    .firstProductInfoPhoto {
        margin-left: -30px;
        margin-bottom: -70px;
        width: 250px;
    }
}

@media only screen and (max-width: 768px) {
    .firstProductInfo>.innerSpacing>h2 {
        font-size: 25px;
    }
    .firstProductInfo>.innerSpacing>p {
        font-size: 13px;
    }
    .firstProductInfoDets {
        width: 95%;
    }
    .oneFirstProductInfoDet {
        max-width: 90%;
    }

    .oneFirstProductInfoDet:nth-child(1)::before {
        left: 0;
        transform: translate(-12px, -50%);
    }

    .oneFirstProductInfoDet:nth-child(1)::after {
        left: 0;
        transform: translate(-7px, -50%);
    }

    .oneFirstProductInfoDet:nth-child(3)::before {
        left: 0;
        transform: translate(-12px, -50%);
    }

    .oneFirstProductInfoDet:nth-child(3)::after {
        left: 0;
        transform: translate(-7px, -50%);
    }

    .oneFirstProductInfoDet:nth-child(5)::before {
        left: 0;
        transform: translate(-12px, -50%);
    }

    .oneFirstProductInfoDet:nth-child(5)::after {
        left: 0;
        transform: translate(-7px, -50%);
    }

    .oneFirstProductInfoDet:nth-child(1) {
        margin-right: 0%;
        align-self: flex-start;
        text-align: left;
    }

    .oneFirstProductInfoDet:nth-child(2) {
        margin-right: 0%;
        align-self: flex-end;
        text-align: right;
    }

    .oneFirstProductInfoDet:nth-child(3) {
        margin-right: 0%;
        align-self: flex-start;
        text-align: left;
    }

    .oneFirstProductInfoDet:nth-child(4) {
        margin-right: 0%;
        align-self: flex-end;
        text-align: right;
    }

    .oneFirstProductInfoDet:nth-child(5) {
        margin-right: 0%;
        align-self: flex-start;
        text-align: left;
    }
    .firstProductDisplay {
        max-width: 100%;
        min-width: 100%;
        justify-content: center;
    }
    .firstProductDisplay>.firstProductImage {
        width: 40%;
        height: auto;
        margin-left: 0%;
    }
    .scrubPasteImage {
        width: 70%;
        transform: translate(-50%, -50%) rotate(25deg);
    }
    .firstProductInfoPhoto {
        margin-left: -10px;
        margin-bottom: -55px;
        width: 150px;
    }
}