@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
    /* Fonts Variables */
    --primaryFontFamily: "Lobster Two", sans-serif;

    /* Color Pallet Variables */
    --primaryColor: #1B5362;
    --secondaryColor: #DB8800;
    --tertiaryColor: #3C3C3C;
    --backgroundBtn: #3E3E3E;
    --breakRowColor: hsla(0, 0%, 77%, 0.1);
    --whiteColor: #FFFFFF;
    --blackColor: #000000;
    --frontBoxBackgroundColor: #5C5C5C;
    --backBoxBackgroundColor: #3E3E3E;

    /* Transitions Time */
    --transition-time-btn: 0.1s;
}

* {
    font-family: var(--primaryFontFamily);
    background-color: var(--primaryColor);
    box-sizing: border-box;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

body {
    margin-top: 30px;
}

header {
    text-align: center;
    margin: auto;
    width: 80vw;
}

#logo {
    background-image: url(../Sources/Images/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 160px;
    width: 160px;
    margin: auto;
}

#margin {
    margin-bottom: 57px;
}

main {
    margin: auto;
    width: 80vw;
}

#text-img {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}

.text {
    width: 60%;
}

p {
    color: var(--whiteColor);
    margin-bottom: 4px;
    text-indent: 10px;
    font-size: 16px;
}

mark {
    color: var(--secondaryColor);
    font-weight: bold;
}

#position-image {
    height: auto;
    width: 40%;
}

#create-page {
    width: 100%;
}

.break-row {
    border: 1px solid var(--breakRowColor);
    margin-bottom: 20px;
    border-radius: 4px;
    width: 100%;
}

#text-img-2 {
    margin-bottom: 20px;
}

#images {
    justify-content: space-between;
    display: flex;
}

.image {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

#img-1 {
    background-image: url(../Sources/Images/beach_mountains.png);
}

#img-2 {
    background-image: url(../Sources/Images/forest.png);
}

#img-3 {
    background-image: url(../Sources/Images/mountains.png);
}

#text-2 {
    margin-top: 16px;
}

#text-3 {
    margin-bottom: 20px;
}

#div-home-screen {
    margin-bottom: 20px;
    text-align: center;
}

#home-screen {
    width: 171px;
}

#special {
    margin-top: 20px;
}

#lead_form {
    background-color: #00000000;
    margin: auto;
    width: 100%;
}

form {
    text-align: center;
    margin: auto;
    width: 100%;
}

#form {
    background-color: #00000000;
}

#div-form {
    background-color: #00000000;
    margin-bottom: 24px;
}

#div-form-name {
    background-color: #00000000;
    margin-bottom: 8px;
}

footer {
    margin-bottom: 30px;
}

#footer {
    text-align: center;
    margin: auto;
    width: 80vw;
}

#mark-2 {
    font-weight: 400;
}

/* Personalized Button */

.div-position-custom {
    background-color: #00000000;
    align-items: flex-end;
    display: flex;
    margin: auto;
    height: 48px;
    width: 100%;
}

.div-btn-custom {
    background-color: var(--backgroundBtn);
    transition: var(--transition-time-btn);
    outline: 2px solid var(--blackColor);
    border-radius: 15px;
    display: flex;
    margin: auto;
    height: 48px;
    width: 100%;
}

.div-label {
    height: 36px;
}

#iname {
    height: 36px;
}

#iemail {
    height: 36px;
}

.btn-custom {
    background-color: var(--secondaryColor);
    border: 2px solid var(--blackColor);
    color: var(--whiteColor);
    border-radius: 15px;
    position: relative;
    top: -4px;
    left: -4px;
    font-size: 24px;
    height: 48px;
    width: 100%;
    transition: var(--transition-time-btn);
}

.btn-custom:active {
    transform: translate(4px, 4px);
}

.div-btn-custom:active {
    background-color: var(--primaryColor);
    outline: none;
}

/* Personalized Button */

/* Personalized Label */

.label-custom {
    background-color: var(--primaryColor);
    text-indent: 10px;
    line-height: 36px;
}

.label-custom:focus {
    border: 2px solid var(--blackColor);
    transform: translate(4px, 4px);
}

.label-custom::placeholder {
    color: hsla(0, 0%, 100%, 0.6);
    position: relative;
    top: -3px;
    font-size: 16px;
}


/* Personalized Label */

/* Personalized Box */

#div-position-custom {
    justify-content: flex-end;
    align-items: end;
    display: flex;
    height: 268px;
    width: 288px;
    margin: auto;
}

#div-backbox-custom {
    background-color: var(--backBoxBackgroundColor);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    outline: 2px solid var(--blackColor);
    border-radius: 15px;
    height: 263px;
    width: 280px;
}

#div-frontbox-custom {
    background-color: var(--frontBoxBackgroundColor);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    outline: 2px solid var(--blackColor);
    border-radius: 15px;
    position: relative;
    height: 263px;
    width: 280px;
    left: -8px;
    top: -8px;
}

#text {
    background-color: var(--frontBoxBackgroundColor);
    align-items: center;
    margin: auto;
    width: 80%;
}

#title {
    background-color: var(--frontBoxBackgroundColor);
    justify-content: center;
    margin-bottom: 36px;
    display: flex;
}

h2 {
    background-color: var(--frontBoxBackgroundColor);
    color: var(--secondaryColor);
    padding-top: 27px;
    margin: auto;
    font-size: 24px;
    text-shadow:
    -2px -2px 0px #000,
     2px -2px 0px #000,
    -2px  2px 0px #000,
     2px  2px 0px #000,
     0px  0px 0px #000,
     0px  0px 0px #000,
     4px 4px 4px #000,  
     4px 4px 4px #000;
}

#front-text {
    background-color: #00000000;
    position: absolute;
    z-index: 1;
}

#back-text {
    color: var(--frontBoxBackgroundColor);
    position: relative;
    z-index: 0;
    left: 3px;
    top: 3px;
}

/* Personalized Box */