/* =========================< section form >========================= */

section.form {
    position: relative;
    width: 100%;
    background-image: url(../img/form_images/Vector.png);
    background-repeat: no-repeat;
    background-position: right;
    padding: 80px 0;
    background-color: #2C2E39;
}

section.form div#thank_you_page {
    width: 100%;
    padding: 231px 20px;
    text-align: center;
    font-family: AntoniaH1;
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    display: none;
    padding: 54px 20px;

    font-size: 46px;
    padding: 80px 20px;
}

section.form div#thank_you_page span {
    font-family: AntoniaH1;
    color: #4bff88;
}

section.form h2 {
    font-family: AntoniaH1;
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin-bottom: 68px;
}

section.form h2 span {
    font-family: AntoniaH1;
    color: #4bff88;
}

section.form div.wrapper {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

section.form div.wrapper .leftSide {
    width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

section.form div.wrapper .leftSide .contactImg {
    position: absolute;
    right: 0px;
    top: 0px;

    width: 937px;
    height: 685px;
}

section.form div.wrapper .leftSide .newContactImg {
    position: absolute;
    right: 0px;
    top: 0px;

    width: 937px;
    height: 685px;
}

section.form div.wrapper .leftSide .newContactImg .imgShape {
    background-image: url(https://projekty.hotchili.pl/BitPeak/wp-content/uploads/2022/12/CaseStudy-3-Lead-Generation-Engine-desktop.jpg);
    background-size: cover;
    background-position: center;
    display: block;
    clip-path: polygon(0 12%, 22% 0, 88% 37%, 88% 63%, 22% 100%, 0 88%);
    width: 413px;
    height: 421px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: 86px;
}

section.form div.wrapper .rightSide {
    width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


section.form div.wrapper form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;

    padding-bottom: 40px;
}

section.form div.wrapper form div.form_container {
    margin-bottom: 23.31px;
    position: relative;
}

section.form div.wrapper form div.form_container p {
    position: absolute;
    color: #FF473C;
    font-size: 16px;
    font-weight: 400;
    right: 26.98px;
    top: 19.93px;
    text-align: right;
    width: 210px;
    display: none;
}

@media(max-width: 1500px) {
    section.form div.wrapper form div.form_container p {
        top: 8px;
    }
}

section.form div.wrapper form input {
    width: 100%;
    outline: none;
    padding: 18.93px 26.98px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #99999917;
    color: #fff;
    background-color: #99999917;
}

section.form div.wrapper form input::-webkit-outer-spin-button,
section.form div.wrapper form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

section.form div.wrapper form input[type=number] {
    -moz-appearance: textfield;
}

section.form div.wrapper form textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 204px;
    max-height: 204px;
    outline: none;
    resize: none;
    padding: 18.93px 26.98px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #99999917;
    color: #fff;
    background-color: #99999917;
    margin-bottom: 52.8px;
}

section.form div.wrapper form ::placeholder {
    color: #fff;
}

section.form div.wrapper form div.wrapper_form_container_send {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.form div.wrapper form div.wrapper_form_container_send div .container {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 60px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 0;
    padding-right: 40px;

    color: #8B8FA6;
    max-width: 400px;
}

section.form div.wrapper form div.wrapper_form_container_send div p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 0;
    padding-right: 40px;
    color: #8B8FA6;
    max-width: 400px;
    margin-left: 60px;
}

section.form div.wrapper form div.wrapper_form_container_send div p a {
    color: #8B8FA6;
    text-decoration: none;
    font-weight: bold;
}

section.form div.wrapper form div.wrapper_form_container_send div .container a {
    color: #fff;
}

section.form div.wrapper form div.wrapper_form_container_send div .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

section.form div.wrapper form div.wrapper_form_container_send div .checkmark {
    position: absolute;
    top: 0%;
    /* transform: translateY(-50%); */
    left: 0;
    height: 31.98px;
    width: 31.98px;
    border: 2px solid #99999917;
    background-color: #99999900;
}

section.form div.wrapper form div.wrapper_form_container_send div .container input:checked~.checkmark {
    background: linear-gradient(21.67deg, #00A0FF 3.42%, #00FF88 82.23%);
}

section.form div.wrapper form div.wrapper_form_container_send div .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

section.form div.wrapper form div.wrapper_form_container_send div .container input:checked~.checkmark:after {
    display: block;
}

section.form div.wrapper form div.wrapper_form_container_send div .container .checkmark:after {
    left: 10px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

section.form div.wrapper form input[type=submit] {
    height: 65px;
    font-size: 18px;
    display: block;
    width: 220px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border: 6px solid;
    border-image-slice: 1;
    border-width: 6px;
    border-image-source: linear-gradient(21.67deg, #00A0FF 3.42%, #00FF88 82.23%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    line-height: 10px;
}

/* @media(max-width:1420px) {

    section.start,
    section.meet,
    section.empower,
    section.whatWeDo,
    section.howWeCreate,
    section.ourSuccess,
    section.ourExperties,
    section.opinions,
    section.solutionsSuited,
    section.together,
    section.takePeak,
    footer {
        display: none;
    }
} */

section.form div.wrapper form .corner {
    position: absolute;
    right: 6px;
    bottom: 60px;
}

@media(max-width: 1500px) {

    section.form div.wrapper {
        width: 90%;
        align-items: center;
    }
    
    section.form div.wrapper .leftSide {
        width: 35%;

        height: 360px;
    }
    
    section.form div.wrapper .leftSide .contactImg {
        position: absolute;
        right: auto;
        left: -250px;
        top: 10px;

        height: 400px;
        width: 547px;
    }

    section.form div.wrapper .leftSide .newContactImg {
        height: 400px;
        width: 547px;
        position: relative;
    }
    
    section.form div.wrapper .leftSide .newContactImg .imgShape {
        display: block;
        width: 241px;
        height: 244px;
        top: calc(50% - 16px);
        position: absolute;
        transform: translateY(-50%);
        right: 300px;
    }

    section.form div.wrapper .rightSide {
        width: 52.5%;
    }

    section.form {
        padding: 49px 0px;
        height: calc(73vh - 75px);
        min-height: 410px;

        display: flex;
        align-content: center;
    }

    section.form h2 {
        margin-bottom: 48px;
        font-size: 52px;
        line-height: 62px;

        font-size: 52px;
        line-height: 62px;
    }
    section.form div.wrapper form div.form_container {
        margin-bottom: 17px;
    }

    section.form h2 {
        margin-bottom: 30px;
    }
    section.form div.wrapper form input {
        padding: 13px 26.98px;
        font-size: 17.5;

        font-size: 16px;
        padding: 8px 23.980000000000004px;
    }

    section.form div.wrapper form textarea {
        margin-bottom: 15px;

        font-size: 16px;
        padding: 8px 23.980000000000004px;
        min-height: 120px;
        max-height: 120px;
    }

    
    section.form div.wrapper form {
        padding-bottom: 20px;
    }

    section.form div.wrapper form .corner {
        bottom: 20px;
    }
}

@media(max-width: 1000px) {
    section.form div.wrapper {
        flex-direction: column;
    }
    
    section.form div.wrapper .leftSide {
        width: 90%;
        height: auto;
        text-align: center;
    }
    
    section.form div.wrapper .leftSide .contactImg {
        display: none;
    }    
    
    section.form div.wrapper .leftSide .newContactImg {
        display: none;
    }

    section.form div.wrapper .leftSide .newContactImg {
        display: none;
    }
    
    section.form div.wrapper .rightSide {
        width: 700px;
        max-width: 90%;
    }

    section.form {
        height: auto;
    }

    section.form h2 {
        font-size: 52px;
        line-height: 62px;
        text-align: center;
    }
}


@media(max-width:859px) {
    section.form div#thank_you_page {
        font-size: 30px;
        padding: 62px 20px 50px;
        width: 493px;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translateX(-50%);
    }

    section.form div#thank_you_page span {
        font-family: AntoniaH1;
        color: #4bff88;
    }

    section.form div#thank_you_page br {
        display: none;
    }
}

@media(max-width:740px) {
    section.form {
        background-image: none;
        padding: 42px 0 62px 0;
        background-color: #2C2E39;
    }

    section.form h2 {
        font-size: 45px;
        margin-bottom: 42px;

        font-size: 42px;
        line-height: 47px;
    }

    section.form div.wrapper {
        width: 100%;
        padding: 0 20px;
    }

    section.form div.wrapper form div.form_container {
        margin-bottom: 25px;
    }

    section.form div.wrapper form div.form_container p {
        right: 5px;
        top: 19px;
        /* bottom: -32.5px; */
        display: none;
    }

    section.form div.wrapper form input {
        padding: 18.93px 11.42px;
    }

    section.form div.wrapper form textarea {
        min-height: 146px;
        max-height: 146px;
        padding: 18.93px 11.42px;
        margin-bottom: 0px;
    }

    section.form div.wrapper form div.wrapper_form_container_send {
        align-items: flex-start;
        flex-direction: column;
    }

    section.form div.wrapper form div.wrapper_form_container_send div .container {
        padding-left: 60px;
        padding-right: 0px;
    }

    section.form div.wrapper form input[type=submit] {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 40px;
    }

    section.form div.wrapper form .corner {
        position: absolute;
        right: 6px;
        bottom: 6px;
    }
}

@media(max-width:493px) {
    section.form div#thank_you_page {
        width: 304px;
    }

    section.form div.wrapper form div.wrapper_form_container_send div p {
        padding-right: 0px;
        margin-left: 50px;
    }
    
}
.contact-name{
    min-height: 69px;
    /*width: 353px;*/
    top: 272%;
    /* bottom: 8.5%; */
    left: 3.5%;
    position: absolute;
    padding: 12px 22px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    background-image: url("/wp-content/themes/bitpeak/assets/img/Rectangle1.png");
    /*background-size: contain;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.contact-name .blue{
    color:#00A0FF;
    font-size: 25px;
    line-height: 25px;
    font-family: 'AntoniaH1';
}
.contact-name .white{
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    /*line-height: normal;*/
    text-wrap: nowrap;
    line-height: 24px;

}
@media(max-width:1500px){
    .contact-name{
        min-height: 64px;
        /*width: 353px;*/
        top: unset;
        bottom: 27px;
        left: 20px;
        background-image: url("/wp-content/themes/bitpeak/assets/img/Rectangle2.png");
    }
    .contact-name .blue{
        font-size: 19px;
        line-height: 22px;
    }
    .contact-name .white{
        font-size: 15px;
        line-height: 20px;

    }
}
@media(max-width:1000px) {
    .contact-name {
        display: none;
    }
}