/* Перменные: */

:root {
    --index: calc(1vw + 1vh);
    --blue-first: #003B46;
    --blue-second: #07575B;
    --blue-third: #66A5AD;
    --blue-fourth: #C4DFE6;
}

/* Перменные: */

/* Подключение шрифтов */
/* https://fonts.google.com/ 
Пример подключения: Подключаем шрифты Raleway*/
/* @import url('https://fonts.googleapis.com/css2?family=Gwendolyn:wght@400;700&display=swap'); */

body {
    /* font-family: monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; */
    font-family: "Gwendolyn", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: url('../src/img/backbody.jpg');
}

/* Подключение шрифтов */

/* Прижать футер к низу */
.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.main {
    flex-grow: 1;
}

/* Прижать футер к низу */

.container {
    margin: 0 auto;
    max-width: 530px;
    background-color: var(--blue-fourth);
}

.main-banner {
    background: url('../src/img/firstBanner.jpg') no-repeat;
    background-size: cover;
    height: 700px;
    background-position: 50% 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border-radius: 30%; */
}

.main-title {
    padding: 20px 20px 30px 20px;
    /* filter: brightness(40%); */
    /* background-color: rgba(28, 170, 214, 0.2); */
}

.kamil,
.and,
.valentina {
    font-size: 38px;
    text-transform: uppercase;
    font-style: oblique;
    text-align: center;
    letter-spacing: 5.3px;
    margin-bottom: 20px;
}

/* banner-end */

.dear {
    margin-bottom: 20px;
}

.dear-wrapper {
    padding: 40px 30px;
    /* background-color: var(--blue-first); */
    color: black;
}

.titles {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.dear-title {
    margin-bottom: 30px;
}

.dear-text {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 32px;
}

.dear-data {
    font-size: 32px;
    text-align: center;
}

/* dear-end */
.programm_ofday {
    margin: 10px;
}

.programm_ofday-wrapper {
    padding: 20px 10px 10px 10px;
    background-color: white;
    border-radius: 20px;
    margin-bottom: 30px;

}

.programm_ofday-title {
    text-align: center;
    margin-bottom: 20px;
}

.programm-block {
    margin-bottom: 30px;
    background-color: var(--blue-third);
    padding: 20px 10px;
    border-radius: 10px;
    color: white;
}

.programm-block-last {
    margin-bottom: 10px;
}

.programm-block h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 18px;
    letter-spacing: -2px;
}

.programm-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 14px;
}

.programm-text {
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 22px;
}

/* programm-end */
.location {
    background: url('../src/img/back-ex2.jpg') no-repeat;
    background-size: cover;
    height: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-wrapper {
    background-color: #C4DFE6;
    padding: 30px;
    width: 420px;
    border-radius: 20px;
    opacity: 0.9;
}

.location-title {
    border-bottom: 3px solid black;
    /* width: 150px; */
    padding-bottom: 20px;
    margin: 0 auto;
}

.location-text {
    margin-top: 40px;
    font-size: 22px;
    line-height: 32px;
}

.location-rest {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 30px 0;
}

.location-adress {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.location-adress span {
    font-weight: normal;
    font-style: oblique
}

.location-wrapper button {
    text-align: center;
    margin: 50px auto 0 auto;
    display: flex;
    padding: 20px 30px;
    background-color: var(--blue-first);
    color: white;
    /* border: 2px solid blueviolet; */
    border-radius: 20px;

}

.location-wrapper a {
    color: rgb(255, 255, 255);
    font-size: 18px;
}

/* location-end */

.dress-wrapper {
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.dress-title {
    margin-bottom: 30px;
    line-height: 40px;
}

.dress-text {
    font-size: 18px;
    line-height: 24px;
    padding: 0 30px;
}

.dress-all-color {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 20px;
}

.color {
    width: 120px;
    height: 150px;
    /* background-color: aqua; */
    border-radius: 50%;
    /* border: 1px solid #4CAF50; */
}

.color-1 {
    background: url('../src/img/color1.jpg') no-repeat;
    background-size: cover;
}

.color-2 {
    background: url('../src/img/form.jpg') no-repeat;
    background-size: 190%;
    background-position: -58px;
}

.color-3 {
    background: url('../src/img/first_mb.jpg') no-repeat;
    background-size: cover;
}

.color-4 {
    background: url('../src/img/color4.JPG') no-repeat;
    background-size: cover;
}

.color-5 {
    background: url('../src/img/color3.jpeg') no-repeat;
    background-size: cover;
}

.thank-for-dress {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-style: oblique;
    line-height: 24px;
}

/* dress-end */
.anketing {
    background: url('../src/img/back-ex.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 210px;
}

.ankintng-title {
    margin-bottom: 30px;
}

.anketing-wrapper {
    height: 760px;
}

.anketin-text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 0 10px;
}

.anketing-answers {
    font-size: 22px;
    font-weight: bold;
}

.main-form {
    width: 90%;
    margin: 50px auto 0 auto;
    background-color: var(--blue-fourth);
    padding: 40px 30px;
    border: 2px solid var(--blue-first);
    border-radius: 50px;
    opacity: 0.9;
}

.form-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align-last: left;
    gap: 10px;
    margin-bottom: 15px;
}

.form-item label {
    font-size: 18px;
}

.form-item input,
.form-item select {
    height: 30px;
    width: 100%;
    background-color: white;
    color: black;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.form-item option {
    color: black !important;
    font-size: 12px;
}

.main-btn {
    margin-top: 20px;
    padding: 20px 30px;
    background-color: var(--blue-first);
    border-radius: 20px;
    color: white;
}