/* -----landing----- */
.landing-page{
    align-items: center;
    background-color: #f09628;
    .header{top: 5px;}
}
.landing-main{
    align-items: center;
}
.landing-title{
    text-align: center;
    padding-top: 5px;
}

.landing-pdf-txt-title{
    text-transform: uppercase; /* Заглавные буквы */
    font-weight: 800;
    font-size: 18px;
}

.landing-pdf{    
    margin: auto;
    margin-top: 10px;
    display: block;
    width: 90%;
    max-width: 900px;
    background-image: url(https://halfmoonbayrvresort.com/wp-content/themes/halfmoonbay/img/landing-page/main.png);
    background-position: center;
    background-size: cover;
    p {margin-bottom: 5px;}
}
.landing-pdf-left{
    vertical-align: top;
    display:inline-block;
    width: calc((64%) - 155px);
    margin-left: 20px;
    margin-top: 190px;
}
.landing-pdf-center{
    display:inline-block;
    width:31%;
}
.landing-pdf-right {
    width: 50%;
    display: inline-block;
    padding-left: 32%;
}

.landing-pdf-logo{
    width: 400px;
    margin-bottom: 10px;
}

.landing-video{
    margin: auto;
    display: block;
    text-align: center;
    width: 95%;
    height: 53%;
}

.landing-text{
    margin: auto;
    display: block;
    text-align: center;
    text-indent: 0px;
    text-align: justify;
    max-width: 850px;
    p {
        margin-top: 0.5em; /* Отступ сверху */
        margin-bottom: 1em; /* Отступ снизу */
      }
}

.line_content{
    display: flex;
    /* justify-content: center; */
}
.foto_left{
    
    display:inline-block;
    width: 47%;
    text-align: right;
    padding: 2px 2px;
    img{border-radius: 0px;
        width: 250px;}
}
.text_right{
    display:inline-block;
    width: 40%;
    padding: 2px;
    text-align: left;
    margin-top: 100px;

} 
.landing-price{
    padding: 5px;
}
.landing-description p{
    text-indent: 0px;
    text-align: justify;
}
H1 {
    font-size:36px;
    font-weight: 700;
    text-shadow:
    0 0 4px #fff,
    0 0 5px #fff,
    0 0 6px #fff,
    0 0 7px #fff;
}
H2{

}
h3 {
    font-size:30px;
    color:#003e65;
    font-weight: 700;
    text-shadow:
    0 0 4px #fff,
    0 0 5px #fff,
    0 0 6px #fff,
    0 0 7px #fff;
}
H4 {
    font-size:26px;
    margin-bottom: 10px;
}

.logo-text {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 1000;
    color: #003e65;
    text-stroke: 2px #FFFFFF;
    -webkit-text-stroke: 2px #FFFFFF; 
  }

/* contact-form- landing-page */

.display_none{
display: none !important;
}
.landing-form{
    margin: auto;
    text-align: center;
    max-width: 440px;
    label{
        font-weight: 500;
        padding-top: 10px;
        margin-top: 5px;
    }
}
.form_label{
    padding-top: 7px;
    label{font-weight: 700;}
}
.form_checkbox{    
    padding: 5px 0px 5px 15px;
    margin: 10px 10px 5px 10px;
    border-radius: 15px;
    background-color:#7ce890d0;
    text-align: left;
    .wpcf7-list-item-label{padding-left: 3px;}
    label{font-weight: 500;
    font-size: 16px;}
    .checkbox_title{font-weight: 700;}
}

.form-wrapper {
    padding: 20px;
}
.form-wrapper__content {
    background-color: #2ccd4ad0;
    padding: 10px 10px;
    box-shadow: 0px 0px 40px 0px rgba(0, 60, 103, 0.3);
    border-radius: 20px;
    max-width: 440px;
    margin: 0 auto;
}
.form-wrapper__title {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
}
.form__row {
    display: flex;
    align-items: center;
    margin: 0px -15px 15px;
}
.form__row-3 {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 0px -15px 15px;
}
.orange-btn{
    margin-top: 10px;
}
iframe{
    width: 560px;
    height: 315px;
}

.landing-foto{
    text-align: center;
    margin: auto;
    img{
        border-radius: 15px;
        width: 70%;
    }
}

@media screen and (min-width: 480px) {

    .landing-text{
        padding: 0 5px;
    }
    .landing-pdf-txt{
            padding: 15px;
            padding-right: 5px;
            margin-top: 5px;
            display: block;
            width: 365px;
            height: 210px;
            background-color:#29e84cd8;
            border-radius: 20px;
            color: rgb(255, 255, 255);
        }
}

@media screen and (max-width: 481px) {
    .landing-title{
        padding-top: 3px;
    }
    .form-wrapper {
        padding: 5px;
    }
    .landing-video{
        width: 70%;
    }
    .landing-pdf-img{display: none;}
    .landing-pdf-center{display: none;}
    .landing-foto{
        img{
            width: 90%;
        }
    }
    .landing-text {
        p{padding: 0 10px;}
    }

    .landing-pdf-txt{
            margin: auto;
            margin-top: 10px;
            padding: 15px;
            display: block;
            width: 95%;
            max-width: 400px;
            background-color: #29e84cd8;
            border-radius: 20px;
            color: rgb(255, 255, 255);
        }
    .landing-pdf-logo{
        margin: auto;
        width: 100%;
        max-width: 400px;
        padding: 0 5px;
    }
    .logo-text {
        font-size: 36px;
        font-weight: 700;
        text-stroke: 2px #FFFFFF;
        -webkit-text-stroke: 2px #FFFFFF; 
      }
	.landing-pdf-center{
        display:inline-block;
        width:100%;
        background-color: #6344d5;
    }
    .line_content{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .foto_left{
        width: 180px;
        display:block;
        width: 100%;
        text-align:center;
        padding: 0;

        
        img{border-radius: 0px;
        width: 250px;}    
    }
    .text_right{
        display:block;
        width: 100%;
        padding: 0px;
        text-align:center;
        margin-top: 5px;
    } 

    .landing-pdf{
        background-image: url(https://halfmoonbayrvresort.com/wp-content/themes/halfmoonbay/img/landing-page/main.png);
        background-position: center;
        background-size: cover;
        width: 100%;
    }
    .landing-pdf-left {
        vertical-align: top;
        display: inline-block;
        width: 100%;
        margin-left: 5px;
        margin-top: 10px;
    }
    iframe{

    width: 95%;
    height: 95%;
    }
    .form-wrapper__content{
        padding: 5px;
    }

    .wpcf7-form-control{ width: 95% !important;}
    .landing_copyright{
        font-size: 14px;}
}
.landing_copyright{
    font-size: 12px;
    padding: 5px;
    background: #002b4a;
    color: #ffffff;
    text-align: center;
    span{color: #ff8800;}
}
.wpcf7-response-output{
    background: #ff5e00;
    color: #000;
    padding: 0px 0;
    margin-top: 5px;
    border-radius: 15px;
}