@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --form-height: 49px !important;
}
.letter-spacing-05 {
    letter-spacing: 0.5px;
}
.manrope {
    font-family: "Manrope", sans-serif;
}
.form-control-with-label.animate.focused label{
    font-size: 13px !important;
}
.blur-background {
    position: relative;
}
.blur-background:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .6);
    z-index: 3;
}
.request-sample-h3 {
    border-bottom: 1px solid ;
    letter-spacing: 1px;
    line-height: 1.4;
    background: linear-gradient(89deg, #00162ac4 0%, #039de1 48%, #039de1 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
}
.request-sample-h3:before {
    content: '';
    position: absolute;
    left: 0;
    right: -45px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(89deg, #039de1 40%, #039de1 0%, #00162ac4 100%);
}

.contract-error-message label{
    position: static;
    padding-bottom: 0 !important;
    padding-top: 5px !important;
    color: red !important;
    padding-left: 0 !important;
}
.submit-contract-info-msg {
    letter-spacing: 0;
}
.form-control-with-label:not(.focused) .contract-required-field.invalid {
    padding-top: 5px;
    top: -10px
}

.contract-request-form,
.request-contract-success{
    padding: 26% 40px 42px 40px;
}
.request-contract-popup-close {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    left: 82%;
}
.request-contract-popup-close::after {
    transform: rotate(-45deg);
}
.request-contract-popup-close::before, .request-contract-popup-close::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: rgba(163, 163, 163, .3);
    border-radius: 5px;
}
.request-contract-popup-inner {
    padding-top: 20px;
}
.request-contract-popup-close::before {
    transform: rotate(45deg);
}

.form-control-with-label input {
    border-radius: 5px;
}
.request-sample-title {
    line-height: 1.5;
    letter-spacing: 0.5px;
}
.greek-version-div label,
.english-version-div label {
    cursor: pointer;
    margin-bottom: 5px !important;
}
.contract.sk-square-check {
    width: 1em !important;
    height: 1em !important;
    top: 3px;
}
.contract-version:checked {
    background: linear-gradient(89deg, #039de1 40%, #039de1 0%, #00162ac4 100%);
}

.contract-version:checked::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: white;
    border-radius: 50%;
    right: 1px;
    bottom: 1px;
}
.contract-version:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
     background: linear-gradient(89deg, #00162ac4 12%, #039de1 61%, #039de1 76%);
    border-radius: 50%;
    transform: translateX(-55%) translateY(-55%);
}

.contract-version {
    appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    background-color: rgba(184, 184, 184, .3);
    position: relative;
    cursor: pointer;
    outline: none;
}

.contract-version-greek:checked {
    background: linear-gradient(89deg, #039de1 40%, #039de1 0%, #00162ac4 100%);
}

.contract-version-greek:checked::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: white;
    border-radius: 50%;
    right: 1px;
    bottom: 1px;
}

.contract-version-greek:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    background: linear-gradient(89deg, #00162ac4 12%, #039de1 61%, #039de1 76%);
    border-radius: 50%;
    transform: translateX(-55%) translateY(-50%);
}

.contract-version-greek {
    appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    background-color: rgba(184, 184, 184, .3);
    position: relative;
    cursor: pointer;
    outline: none;
}

.contract-submit-btn {
    border-radius: 30px;
    background: linear-gradient(89deg, #039de1 30%, #039de1 100%);;
    outline: none;
    color: white;
    border: 1px solid transparent;
    padding: 9px 10px;
    letter-spacing: 0.5px;
    font-weight: 400;
    transition: all .2s ease;
    position: relative;
}

.contract.sk-square-check:after {
    margin-left: -0.2em;
    margin-top: -0.5em;
    width: 0.4em;
    height: 0.8em;
}
.contract-agree-terms .sk-square-check, .sk-rounded-check {
    background-color: rgba(184, 184, 184, .3);
}
.send-request-icon img {
    width: 16px;
    margin-top: -2px;
    filter: grayscale(100%) contrast(0%) brightness(200%);
    transition: all .4s ease;
}
.contract-terms:hover {
    background:-webkit-linear-gradient(4deg, #1e87c6 0%, #1c628e 53%, #193245 100%);
    -webkit-background-clip:  text;
    -webkit-text-fill-color: transparent;
}
.contract-submit-btn:hover .send-request-icon img{
    filter: grayscale(0%) contrast(100%) brightness(100%);
}

.contract-submit-btn:hover {
    background:    -webkit-linear-gradient(0deg, #193245 0%, #1e87c6 100%);
    -webkit-background-clip:   text;
    -webkit-text-fill-color: transparent;
}
.contract-submit-btn:hover::before {
    content: "";
    position: absolute;
    inset:  0;
    padding:   2px;
    background:  linear-gradient(89deg,#001629,#039DE1);
    border-radius:inherit;
    mask:  conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
}
.mb-30 {
    margin-bottom: 30px;
}

.contract-header-image {
    padding-top: 35%;
    position: relative;
}
.contract-header-paragraph .highlight {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.contract-header-paragraph .highlight::after {
    content: "";
    position: absolute;
    bottom: 0.45em;
    left: 0;
    right: 0;
    border-bottom: 0.15em solid;
    z-index: -1;
}
.contract-header-paragraph .highlight.green::after {
    border-color: var(--website-green);
}
.contract-header-paragraph .highlight.yellow::after {
    border-color: var(--website-yellow);
}
.contract-header-paragraph .highlight.red::after {
    border-color: var(--website-red);
}
.contract-header-paragraph .highlight.blue::after {
    border-color: var(--website-blue);
}
.contract-header-paragraph .highlight.orange::after {
    border-color: var(--website-orange);
}
.contract-mission-image {
    padding-top: 120%;
    position: relative;
}
.our-contracts-header h2 {
    letter-spacing: 1px;
    font-weight: 400;
}
.our-contracts-header p {
    margin: auto;
    display: block;
    line-height: 1.5;
    margin-top: 70px;
    letter-spacing: 0.5px;
}
.each-contract-wrap {
    box-shadow: 5px 4px 10px #231f204a;
    padding: 16px 20px 16px 20px;
}
.contract-title {
    letter-spacing: 1px;
}
.contract-content {
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.request-contract {
    margin-bottom: 10px;
}
.request-btn span {
    background:  linear-gradient(89deg, #00162ac4 -25%, #039de1 20%);
    color: white;
    border-radius:   30px;
    font-size: 16px;
    padding:  9px 14px;
    margin-top: 20px;
    letter-spacing: 0.5px;
    cursor: pointer;
    position: relative;
}
.request-btn span:hover {
    background: -webkit-linear-gradient(0deg, #193245 0%, #1e87c6 100%);
    background-clip: border-box;
    -webkit-background-clip:     text;
    -webkit-text-fill-color: transparent;
}
.request-btn span:hover::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(89deg,#001629,#039DE1);
    border-radius: inherit;
    mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
}
.contract-img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}
.contract-res-btn {
    position: relative;
    display: none;
}
.contract-res-btn::after {
    content: "+";
    color: #3FC8F4;
    font-size: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: -4px;
    margin: auto;
    text-align: center;
    align-content: center;
    left: 0;
    font-weight: 300;
}
.request-contract-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.request-contract-popup.active {
    pointer-events: all;
    opacity: 1;
}
.request-contract-popup-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    backdrop-filter: blur(8px);
}
.request-contract-popup-container {
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
    width: 500px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.request-contract-popup-scroll {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
}

.request-contract-popup-close {
    cursor: pointer;
}

/*Responsive - Mobile First*/
/* md */
@media (min-width: 768px) {
    .contract-mission-image {
        padding-top: 150%;
    }

    .request-contract-popup-container {
        width: 515px;
    }
}

@media only screen and (max-width: 1280px) {
    .our-contracts-header p {
        margin-top: 50px;
    }
    .contract-content-wrap br {
        display: none;
    }
}

@media only screen and (max-width: 1040px) {
    .our-contracts-header p {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 992px) {

    .contract-img {
        width: auto;
        margin: auto;
        display: block;
    }
    .contract-title {
        margin-top: 15px;
    }
    .contract-res-btn:not(.active) + .contracts-dropdown {
        display: none;
    }

    .each-contract-wrap.active .contract-res-btn::after {
        content: "-";
    }
    .each-contract-wrap {
        position: relative;
    }
    .contract-res-btn {
        display: block;
        background-color: transparent;
        width: 45px;
        height: 45px;
        float: right;
        border-radius: 50%;
        border: 1px solid #003871;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 1;
        cursor: pointer;
    }
    .contracts-dropdown {
        display: none;
    }
    .request-contract {
        margin-top: 25px;
        text-align: center;
    }
    .each-contract-wrap {
        padding: 20px 20px 20px 20px;
    }
}

@media(max-width: 991px) {

    :root {
        --form-height: 40px !important;
    }


    .contract-request-form,
    .request-contract-success{
        padding: 13% 20px 42px 20px;
    }

    .send-request-icon img {
        width: 12px;
    }

    .request-contract-popup-close::before, .request-contract-popup-close::after {
        content: '';
        position: absolute;
        width: 27px;
        height: 4px;
        background-color: rgba(163, 163, 163, .3);
        border-radius: 5px;
    }

    .request-contract-popup-inner {
        padding-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .our-contracts-header p {
        margin-top: 35px;
    }
    .contract-res-btn {
        width: 35px;
        height: 35px;
    }
    .contract-res-btn::after {
        top: -10px;
    }
    .all-contracts .container {
        padding-right: 0;
        padding-left: 0;
    }
    .contract-title {
        margin-top: 18px;
    }
    .request-contract {
        margin-top: 22px;
        margin-bottom: 5px;
    }
    .request-btn span {
        font-size: 16px;
        padding: 7px 12px;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 576px) {
    .request-contract-popup-container {
        width: 450px;
    }
}
@media only screen and (max-width: 500px) {
    .request-contract-popup-container {
        width: 400px;
    }
}
@media(max-width: 450px) {
    .request-contract-popup-container {
        width: 290px;
    }
    .request-contract-popup-container {
        width: 380px;
    }
}
@media only screen and (max-width: 414px) {
    .request-contract-popup-container {
        width: 350px;
    }
}
@media only screen and (max-width: 375px) {
    .request-contract-popup-container {
        width: 320px;
    }
}
@media only screen and (max-width: 360px) {
    .request-contract-popup-container {
        width: 300px;
    }
}
@media only screen and (max-width: 320px) {
    .request-contract-popup-container {
        width: 280px;
    }
}