:root {
    --main-color: #1A87D8;
    --color-khdr: #49D90F;
    --color-ghoz: #D930CA;
    --color-orange: #D98404;
}

.plan-for-you .plan-content .srv {
    text-align: center;
    margin-top: 20px;
    max-width: 100%;
    transition: 0.5s;
}

.plan-for-you .plan-content .srv:hover {
    transform: scale(1);
}

.form {
    max-width: 500px;
    padding: 6px;
}

#message {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #83cfff;
    border-radius: 20px;
    -webkit-transition: 0.5s;
    transition: 0.2s;
    outline: none;
}

#message:focus {
    border: 3px solid var(--main-color);
}

input[type] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #83cfff;
    border-radius: 20px;
    -webkit-transition: 0.5s;
    transition: 0.2s;
    outline: none;
}

input[type=text]:focus {
    border: 3px solid var(--main-color);
}

input[type=email]:focus {
    border: 3px solid var(--main-color);
}

button {
    margin-top: 15px;
    border: 1px solid #83cfff;
    border-radius: 20px;
    background-color: white;
}

#btn {
    padding: 10px 50px;
    cursor: pointer;
    color: var(--main-color);
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
}

#btn:hover {
    background-color: var(--main-color);
    color: white;
    border-color: white;
}


input,
textarea {
    width: 100%;
    padding: 6px;
    outline: none;
    border: none;
    margin: 6px 0px;
}

.section-contact-us {
    max-width: 100%;
    height: auto;
    background-color: var(--main-color);
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.section .pig-title-contact-us {
    text-align: center;
    color: var(--main-color);
    margin-bottom: 30px;
}

.plan-for-you  {
    width: 55%;
    height: 650px;
}

.plan-for-you .plan-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
    align-items: center;
    column-gap: 30px;
    padding: 30px 50px;
}

.plan-for-you .plan-content .srv {
    border: 2px solid #83cfff;
    border-radius: 10px;
    padding: 30px 40px;
    background-color: white;
}

.plan-for-you .plan-content .srv-2 {
    padding: 14rem 40px;
}

.plan-for-you .plan-content .srv .text-pig-smoll {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-for-you .plan-content .srv .text-pig-smoll img {
    max-width: 200px;
}

.section {
    background-color: #E9F8FF;
}

/* Start img circle */
#choose-plan-img {
    max-width: 100%;
    position: absolute;
    z-index: -1;
}
/* End img circle */

#footer-circle-bg {
    max-width: 100%;
    position: absolute;
    margin-top: 9.5rem;
}

footer {
    margin-top: 247px;
}

/* Start responsive */

@media (min-width: 1025px) and (max-width: 1445px){

    .plan-for-you  {
        width: 42%;
        height: 550px;
    }

    .plan-for-you .plan-content .srv .text-pig-smoll img {
        display: none;
    }

    .plan-for-you .plan-content .srv-2 {
        padding: 14rem 40px;
        display: none;
    }

    .plan-for-you .plan-content {
        width: 100%;
        justify-content: center;
    }

    footer {
        margin-top: 202px;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    
    .plan-for-you  {
        width: 55%;
        height: 550px;
    }

    .section .pig-title-contact-us::after {
        display: none;
    }

    .circle .cre {
        margin-right: 150px;
        margin-top: -60px;
    }

    .circle .cre::after{
        margin-top: 38rem;
        margin-left: -15rem;
    }
    
    .circle .cre::before{
        margin-top: 30rem;
        margin-left: -35rem;
    }

    .plan-for-you .plan-content .srv .text-pig-smoll img {
        display: none;
    }

    .plan-for-you .plan-content .srv-2 {
        padding: 14rem 40px;
        display: none;
    }

    .plan-for-you .plan-content {
        width: 100%;
        justify-content: center;
    }

    footer {
        margin-top: 202px;
    }
}

@media (min-width: 768px) and (max-width: 1000px){

    .plan-for-you  {
        width: 80%;
        height: 550px;
    }

    .section .pig-title-contact-us::after {
        display: none;
    }

    .circle .cre {
        margin-right: 20px;
        margin-top: -60px;
    }

    .circle .cre::after{
        margin-top: 38rem;
        margin-left: -15rem;
    }
    
    .circle .cre::before{
        margin-top: 30rem;
        margin-left: -38rem;
    }

    .plan-for-you .plan-content .srv .text-pig-smoll img {
        display: none;
    }

    .plan-for-you .plan-content .srv-2 {
        padding: 14rem 40px;
        display: none;
    }

    .plan-for-you .plan-content {
        width: 100%;
        justify-content: center;
    }

    footer {
        margin-top: 190px;
    }
}

@media (min-width: 412px) and (max-width: 767px){
    
    .plan-for-you  {
        width: 100%;
        height: 550px;
    }

    .section .pig-title-contact-us::after {
        display: none;
    }

    .circle .cre {
        margin-right: 10px;
        margin-top: -10px;
    }

    .circle .cre::after{
        margin-top: 35rem;
        margin-left: 2rem;
    }
    
    .circle .cre::before{
        margin-top: 30rem;
        margin-left: -20rem;
    }

    .plan-for-you .plan-content .srv .text-pig-smoll img {
        display: none;
    }

    .plan-for-you .plan-content .srv-2 {
        padding: 14rem 40px;
        display: none;
    }

    .plan-for-you .plan-content {
        width: 100%;
        justify-content: center;
    }

    .plan-for-you .plan-content .srv {
        width: 350px;
    }

    footer {
        margin-top: 172px;
    }
}

@media (min-width: 389px) and (max-width: 400px){

    .section-contact-us {
        max-width: 50%;
        height: auto;
        background-color: var(--main-color);
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .plan-for-you  {
        width: 100%;
        height: 550px;
    }

    .section .pig-title-contact-us::after {
        display: none;
    }

    .circle .cre {
        margin-right: 20px;
        margin-top: -60px;
    }

    .circle .cre::after{
        margin-top: 38rem;
        margin-left: -15rem;
    }
    
    .circle .cre::before{
        margin-top: 30rem;
        margin-left: -38rem;
    }

    .plan-for-you .plan-content .srv .text-pig-smoll img {
        display: none;
    }

    .services .footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 250px;
        width: 100%;
        margin-top: 20px;
        background-color: var(--main-color);
        overflow: hidden;
        flex-wrap: wrap;
        column-gap: 10px;
        align-content: stretch;
        justify-content: center;
    }

    .plan-for-you .plan-content .srv-2 {
        padding: 14rem 40px;
        display: none;
    }

    .plan-for-you .plan-content {
        width: 100%;
        justify-content: center;
    }

    .plan-for-you .plan-content .srv {
        width: 300px;
    }
}

@media (min-width: 317px) and (max-width: 375px) {
    .plan-for-you  {
        width: 100%;
        height: 550px;
    }

    .section .pig-title-contact-us::after {
        display: none;
    }

    .circle .cre {
        margin-right: 10px;
        margin-top: -10px;
    }

    .circle .cre::after{
        margin-top: 35rem;
        margin-left: 2rem;
    }
    
    .circle .cre::before{
        margin-top: 30rem;
        margin-left: -20rem;
    }

    .plan-for-you .plan-content .srv .text-pig-smoll img {
        display: none;
    }

    .plan-for-you .plan-content .srv {
        width: 350px;
    }

    #footer-circle-bg {
        margin-top: 149px;
    }
}

@media (min-width: 320px) and (max-width: 388px){
    .plan-for-you  {
        width: 100%;
        height: 550px;
    }

    .section .pig-title-contact-us::after {
        display: none;
    }

    .circle .cre {
        margin-right: 10px;
        margin-top: -10px;
    }

    .circle .cre::after{
        margin-top: 35rem;
        margin-left: 2rem;
    }
    
    .circle .cre::before{
        margin-top: 30rem;
        margin-left: -20rem;
    }

    .plan-for-you .plan-content .srv .text-pig-smoll img {
        display: none;
    }

    footer {
        margin-top: 300px;
    }

    .plan-for-you .plan-content .srv-2 {
        padding: 14rem 40px;
        display: none;
    }

    .plan-for-you .plan-content {
        width: 100%;
        justify-content: center;
    }

    .plan-for-you .plan-content .srv {
        width: 300px;
    }

    footer {
        margin-top: 167.4px;
    }
}