font-face {
    font-family: Arial;
    src: url('../fonts/ArialMT.ttf') format('truetype'), url('../fonts/ArialMT.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    src: url('../fonts/Arial-BoldMT.ttf') format('truetype'),
    url('../fonts/Arial-BoldMT.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

body {
    margin: 0;
    font-family: Arial;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

.main__wrapper {
    max-width: 1250px;
    padding: 15px;
    margin: 30px auto 0;
}

button {
    background: none;
    padding: 0;
    border: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style: none;
}

input {
    border: 0;
    padding: 0;
    background: none;
}

input:focus {
    outline: none;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'],
input[type='number']:hover,
input[type='number']:focus {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}

a {
    color: inherit;
}

.main__wrapper {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    position: relative;
}

.main__wrapper::after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #29304d;
}

.left {
    width: 50%;
    padding: 15px;
    border-right: 0;
}

/* .right {
  width: 50%;
  border: 1px solid #29304d;
  padding: 15px;
} */
.rightmain {
    width: 50%;
    padding: 15px;
}

.html {
    width: 100%;
}

.card__inputs-item {
    margin-bottom: 12px;
}

.card__inputs-item:last-child {
    margin-bottom: 0;
}

.card__input,
.card__input2 {
    border: 1px solid black;
    background-color: #ffffff;
    width: 45%;
    height: 40px;
    padding: 0 10px;
    color: rgb(0, 0, 0);
    font-family: inherit;
}

.card__input-text {
    color: black;
    font-weight: 400;
    font-size: 14px;
}

.input-phonenumber .card__input {
    width: 91%;
}

.btn-generate,
.copy-button {
    width: 48%;
    background: linear-gradient(45deg, #6A37D3, #F16F70);
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 24px;
    transition: all 0.15s ease;
    border-radius: 4px;
    padding: 15px 0;
}

.btn-generate:hover,
.copy-button:hover {
    filter: brightness(0.9);
}

.copy-button {
    transition: all 0.2s linear;
    background-color: rgb(231, 186, 103);
}

.copy-button-success {
    background-color: rgb(31, 219, 109);
}

.html {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.html__result {
    width: 100%;
    padding: 15px;
}

.preview {
    color: #29304d;
}

.greetings {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}

.name {
    margin-bottom: 12px;
}

.name__fullname,
.name__position {
    font-weight: 700;
    font-size: 14px;
}

.phonenumber,
.email,
.linkedin,
.skype,
.telegram,
.corplink {
    font-weight: 400;
    font-size: 12px;
    /* margin-bottom: 15px; */
}

.footer {
    padding-top: 12px;
    border-top: 1px solid #c9ccd8;
}

.footer__logo {
    margin-bottom: 8px;
}

.footer__text {
    font-weight: 400;
    font-size: 10px;
    color: #a5aabe;
}

.header {
    .header__img {
        width: 100%;
    }
}

.button__wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.input-banner-hidden {
    display: none;
}