﻿
.kuatroleap-contactForm a {
    color: #dbba7c !important;
}

    .kuatroleap-contactForm a:hover {
        color: #ffffff85 !important;
    }

label {
    display: inline-block;
    font-size: var(--font-text-size);
    font-weight: 500;
    color: #444;
    margin-bottom: 5px;
    cursor: pointer;
}

.checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}

.form-group {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    align-content: flex-start;
}

.checkbox input[type="checkbox"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    /* transform: rotate(-45deg) scale(1); */
}

.checkbox label {
    min-height: 34px;
    display: block;
    padding-left: 28px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
    font-size: 15px;
    color: #ffffff85;
}

.checkbox label {
    position: relative;
    text-align: left;
    font-family: var(--font-text);
}

    .checkbox label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        margin: 4px;
        width: 17px;
        height: 17px;
        transition: transform 0.28s ease;
        border-radius: 3px;
        border: 1.5px solid #fff;
    }

    .checkbox label:after {
        content: '';
        display: block;
        width: 15px;
        height: 5px;
        border-bottom: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
        -webkit-transform: rotate(-45deg) scale(0);
        transform: rotate(-45deg) scale(0);
        transition: transform ease 0.25s;
        will-change: transform;
        position: absolute;
        top: 6px;
        left: 9px;
    }

.text-center .contact-box label {
    color: var(--color-accent) !important;
}

.text-center .contact-box {
    background-color: var(--color-principal) !important;
    border-radius: 8px !important;
}

.col_half {
    width: 100%;
    margin: 0;
}

.col_full {
    width: 100%;
    margin-bottom: 30px;
}

.sm-form-control {
    height: auto;
}

.sm-form-control {
    display: block;
    width: 300px;
    /*height: 38px;*/
    padding: 14px 14px;
    line-height: 1.42857143;
    color: var(--color-accent) !important;
    background-color: #ffffff;
    background-image: none;
    outline: 0px solid;
    border-radius: 0;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .15s;
    transition: all ease-in-out .5s;
    border-radius: 8px;
    border: none;
    margin: auto;
    color: #000 !important;
}

.my_custom-label {
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1), background .5s 0s;
    color: rgba(0, 0, 0, .38);
    font: 500 16px var(--font-text);
    font-size: 16px;
    pointer-events: none;
    position: absolute;
    top: 10px;
    max-width: 120px;
    left: 0;
    padding: 5px 10px;
    border-radius: 8px;
}

.col_full select.placeholder-select {
    color: #333333 !important;
    padding: 6px 12px;
    margin-top: 0px;
    border-radius: 8px;
    border: none;
    height: 48px;
    font: 500 16px var(--font-text);
    font-size: 16px;
    position: relative;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.col_full select option {
    color: #333333;
}

.button.button-border.button-dark {
    color: #FFF;
    border-radius: 8px;
    background: var(--color-accent);
    text-shadow: none;
    font-family: var(--font-text);
    font-weight: 500;
    line-height: 1.5;
    font-size: var(--font-text-size);
    letter-spacing: 0;
    padding: 10px 20px;
    box-shadow: 0px -5px 50px -15px var(--color-principal);
    transition: all .5s ease-in-out;
    background: #000000;
    border: 2px solid #b89c62;
}

.message-form {
    float: right;
}

    .message-form textarea {
        height: 70px;
    }

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 0px;
    padding: 0 22px;
    font-size: 14px;
    height: auto;
    line-height: 36px;
    background-color: var(--color-principal);
    color: #FFF;
    font-weight: 400;
    font-family: var(--font-text);
    text-transform: none;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 6px;
}
.margin-top-free-consul {
    margin-bottom: 20px;    
}
@media (max-width: 768px) {
    #giveaway-bg {
        background-image: url(/themes/icon/images/mobile-contact-form.jpg) !important;
        background-position-x: center;
        height: 120vh;
        padding-top: 50px;
    }

    iframe {
        margin-top: -50px;
    }

    .language-top {
        top: -20px;
    }

    textarea {
        width: 300px;
        height: 100px;
        padding: 27px;
        font-size: 18px;
        margin-left: -13px;
    }

    input {
        width: 300px;
        padding: 27px;
        font-size: 18px;
        margin-left: -13px;
        height: 0px;
    }

    .margin-top-free-consul {
        margin-bottom: -25px;
        margin-top: 5pc;
    }
}

.col_full select option {
    color: #333333;
}

.col_full .fa-sort {
    top: 20px;
}



body {
    margin: 0px;
}

.container-title {
    margin-left: -75px;
}

.background-container {
    height: 100vh;
    color: #fff;
    background-image: url(/images/instagram-links-bg.jpg);
    background-size: 82% 101%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position-x: -600px;
    box-shadow: inset 0 0 0 2000px #00000042;
    background-repeat: no-repeat;
    background-color: #000;
}

#giveaway-bg {
    background-image: url(/themes/icon/images/giveaway-pc-contact-form.jpg);
    background-position-x: center;
    background-position-y: center;
}

h2 {
    color: #ffffff;
    padding-top: 14px;
    padding-left: 95px;
    font-weight: 700;
    font-size: 1.7rem;
}

img {
    /*margin-top: 25px !important;*/
    max-width: 250px;
    display: inline-block;
    /*margin-left: 84px;*/
}

.media-icon {
    display: flex;
    flex-direction: row;
    gap: 14px;
}

a {
    text-decoration: none;
    outline: none !important;
    vertical-align: baseline;
}

@media (max-width: 991px) {

    body {
        height: auto !important;
    }

    .container-title {
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }

    .background-container {
        position: relative;
        /*  background-image: url(/Content/images/instagram-links-bg-mobile.jpg);*/
        background-size: cover;
        height: auto;
        min-height:100vh;
        box-shadow: inset 0 0 0 2000px #00000075;
        /*background-position-x: -800px;*/
    }

    .background-container {
        /*padding-top: 100px;*/
        justify-content: flex-start;
    }

    h2 {
        color: #ffffff;
        /*  padding-top: 20px;*/
        padding-left: 0px;
        font-weight: 700;
        font-size: 2.2rem;
    }

    img {
        margin-top: 0;
        /* max-width: none; */
        margin-left: 7px;
    }
}

@@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

h1,
h6 {
    font-family: 'Open Sans';
    font-weight: 300;
    text-align: center;
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
}

.shake {
    animation: shake-animation 4.72s ease infinite;
    transform-origin: 50% 50%;
}

.element {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    background: red;
}

@@keyframes shake-animation {
    0% {
        transform: translate(0,0)
    }

    1.78571% {
        transform: translate(5px,0)
    }

    3.57143% {
        transform: translate(0,0)
    }

    5.35714% {
        transform: translate(5px,0)
    }

    7.14286% {
        transform: translate(0,0)
    }

    8.92857% {
        transform: translate(5px,0)
    }

    10.71429% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(0,0)
    }
}

.backdrop {
    -moz-box-shadow: 0px 6px 5px #111;
    -webkit-box-shadow: 0px 6px 5px #111;
    box-shadow: 0px 2px 10px #111;
    -moz-border-radius: 190px;
    -webkit-border-radius: 190px;
    border-radius: 190px;
}

.linktree {
    width: 120px;
    height: 120px;
    /*background-image: url("/themes/icon/images/logos/logo-vertical-gold.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


input {
    color: #000 !important;
}

#contact-form-alert {
    margin: 10px 40px;
}

.message {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    flex-direction: column;
}