.contact-image-shap{
    transform: perspective(800px) rotateY(7deg);
	max-width:1670px;
	margin-right: -110px;
}
.custom-form {
    background: #fff;
    padding: 100px 96px 100px 96px;
    border-radius: 30px;
    box-shadow: 0px 4px 34px 0px #00000040;
    text-align: right;
    max-width: 828px;
    min-height: 736px;
    margin: auto;
    text-align: center;
    transform: perspective(800px) rotateY(10deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* aspect-ratio: 2/3; */
    /* clip-path: polygon(100% var(--p),100% calc(100% - var(--p)),0 100%,0 0); */
}
@media(max-width: 1025px){
    .custom-form {
        max-width: 700px;
    }
}
.wpcf7-spinner {
    display: none;
}
.custom-form label {
    text-align: right;
    font-family: 'Heebo';
    font-size: 18px;
    font-weight: 300;
    line-height: 38px;
    color: #000;
    margin-left: -30px;
    margin-top: 10px;
    rotate: -1deg;
}
.custom-input {
    width: 625px !important;
    padding: 0px !important;
    border: none !important;
    border-bottom: 1px solid #000000 !important;
    font-size: 14px;
    direction: rtl !important;
}
.custom-input:focus-visible{
    outline: none !important;
}
.custom-submit {
    background-color: #DA373E !important;
    color: white !important;
    font-size: 27px !important;
    padding: 15px 45px !important;
    border-radius: 60px !important;
    font-family: 'Heebo';
    font-weight: 700 !important;
    margin-top: 42px;
    margin-right: 56px;
    rotate: 1deg;
}

.whatsapp-text {
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    margin-top: 33px;
    line-height: 39.66px;
    font-family: 'Heebo';
    color: #000;
    margin-right: 53px;
    rotate: 2deg;
    margin-bottom: 0;
}

.phone-number {
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    margin-top: 4px;
    line-height: 39.66px;
    font-family: 'Heebo';
    color: #000;
    margin-right: 57px;
    rotate: 3deg;
}

@media (max-width: 768px) {
    .contact-image-shap {
        transform: perspective(900px) rotateY(23deg);
        margin-right: -5vw;
    }
    .custom-form {
        background: #fff;
        padding: 55px 40px 32px 50px;
        border-radius: 30px;
        box-shadow: 0px 3.42px 29.08px 0px #00000040 !important;
        text-align: right;
        max-width: 346px;
        /* max-width: 80vw;  */
        min-height: 446px;
        margin: auto;
        text-align: center;
        transform: perspective(960px) rotateY(14deg);
    }
    .wpcf7-spinner {
        display: none;
    }
    .custom-input {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }
    .whatsapp-text {
        font-size: 20px;
        margin-top: 13px;
        margin-right: 16px;
        line-height: 39px;
    }
    
    .phone-number {
        font-size: 20px;
        margin-right: 21px;
        margin-top: -8px;
        line-height: 39px;
    }
    .custom-submit {
        font-size: 18px !important;
        padding: 9px 33px !important;
        margin-right: 20px;
        margin-top: 13px;
    }
    .custom-form label {
        line-height: 31px;
        margin-top: -6px;
        margin-right: 11px;
    }
  }
