@media (min-width: 768px) {
    .blk1 h1 {
        font-size: 50px;
    }
    .author-bg {
        background-position: 140% 35%;
        padding: 70px 0 70px 0;
    }
    .blk1 .subtitle {
        font-size: 21px;
        margin-bottom: 50px;
    }
    .blk2-text {
        font-size: 16px;
    }
    .blk2 .row {
        align-items: flex-start;
    }
    .blk2 h2 {
        font-size: 40px;
    }
    .blk3 h2 {
        font-size: 42px;
    }
    .blk4 h3 {
        font-size: 30px;
    }
    .blk4 p {
        margin-left: 0px;
        font-size: 18px;
    }
    .form-title {
        font-size: 45px;
    }
    .f-title {
        font-size: 80px;
    }
}

@media (min-width: 992px) {
    .blk1 h1 {
        font-size: 48px;
    }
    .blk1 .subtitle {
        font-size: 18px;
        margin-bottom: 50px;
    }
    .author-bg {
        padding: 80px 0 100px 0;
    }
    .blk2-text {
        font-size: 18px;
    }
    .blk2 h2 {
        font-size: 55px;
    }
    .blk3 h2 {
        font-size: 60px;
    }
    .blk4 h3 {
        font-size: 40px;
    }
    .blk4 p {
        font-size: 18px;
    }
    .form-title {
        font-size: 42px;
    }
    .f-title {
        font-size: 100px;
    }
}

@media (min-width: 1200px) {
    .blk3 h2 {
        font-size: 70px;
    }
    .blk4 h3 {
        font-size: 50px;
    }
    .form-title {
        font-size: 50px;
    }
}

/*Footer*/
.site-footer {
    padding: 50px 0;
    background-color: #1a1a1a;
}

.site-footer p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

.f-copy {
    text-align: right
}

.f-link a {
    color: #fff;
    text-decoration: none;
}


/*blk-f*/
.blk-f {
    background-color: #1a1a1a;
    background-image: url("/wp-content/uploads/2022/12/footer_bg.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding: 150px 0;
    text-align: center;
}

.f-title {
    font-size: 120px;
    color: #fff;
    font-family: Lovelace;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px;
}

.f-contact {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px;
}

.cards {
	display: flex;
	justify-content: space-between;
	width: 100px;
    float: right;
}

.cards img {
	height: 40px;
}

.f-contact a {
    color: #fff;
    text-decoration: none;
}

/*Block 5*/
.blk5-bg {
    background-color: #DC9F7B;
    background-image: url("/wp-content/uploads/2022/12/leaf.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 75px 0;
    border-radius: 50px;
}

.form-title {
    font-size: 50px;
    color: #000;
    font-family: Lovelace;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}

.form-title span {
    color: #fff;
}

input[type="text"], input[type="tel"], input[type="email"] {
    background-color: transparent;
    padding: 15px;
    border: 1px solid #000 !important;
    border-radius: 0;
    margin-bottom: 20px;
    width: 100%;
    outline: none;
}

input[type="submit"] {
    background-color: #000;
    background-image: url(/wp-content/uploads/2022/12/arrow-w.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) 50%;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    padding: 18px 100px 18px 50px;
}

::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1;
}
:-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}
::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1;
}

/*Block 4*/
.blk4 {
    padding: 50px 0;
    background-color: #1A1A1A;
}

.blk4 h3 {
    font-size: 60px;
    color: var(--gold);
    font-family: Lovelace;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}

.blk4 img {
    border-radius: 50px;
}

.blk4 h3 .star {
    margin-right: 10px;
    border-radius: 0;
}

.blk4 p {
    margin-left: 45px;
    font-size: 24px;
    line-height: 1.6;
}

.blk4-1 {
    padding-top: 120px;
    background-image: url("/wp-content/uploads/2022/12/gold-stars-bg-1.png");
    background-position: 10% 30%;
    background-repeat: no-repeat;
}

.blk4-3 {
    padding-bottom: 120px;
    background-image: url("/wp-content/uploads/2022/12/gold-stars-bg-2.png");
    background-position: 10% 0%;
    background-repeat: no-repeat;
}


/*Block 3*/
.blk3 {
    background-color: #1A1A1A;
    padding-top: 200px;
}

.blk3 h2 {
    font-size: 85px;
    color: var(--gold);
    font-family: Lovelace;
    font-weight: 600;
    line-height: 1.2;
    margin: -100px 0 0 0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
}

.blk3 .subtitle {
	font-size: 21px;
	text-align: center;
}

/*Block 2*/
.blk2 h2 {
    font-size: 65px;
    color: var(--gold);
    font-family: Lovelace;
    font-weight: 500;
    line-height: 1.5;
    margin: 50px 0;
}

.video-box iframe {
    border-radius: 50px;
}

.video-box img {
    width: 100%;
}

.blk2-bg-3 {
    background-image: url("/wp-content/uploads/2022/12/bg-blk-3.svg");
    background-position: 50% 25%;
    background-repeat: no-repeat;
}

.blk2 {
    padding: 50px 0 0 0;
}

.blk2 .about {
    margin-bottom: 150px;
}

.blk2 .row {
    align-items: center;
}

.blk2-bg {
    background-image: url("/wp-content/uploads/2022/12/bg-2-blk-2.png");
    background-position: 0% 0%;
    background-repeat: no-repeat;
}

.blk2-img {
    position: relative;
}

.blk2-shine {
    width: 720px;
    height: 680px;
    position: absolute;
    left: -200px;
    bottom: -140px;
    z-index: 999;
}

.blk2-text {
    font-size: 21px;
}

.blk2-img img {
    border-radius: 50px;
}


/*Block 1*/
.blk1 {

}

.author-bg {
    background-image: url("/wp-content/uploads/2022/12/author-bg.png");
    background-position: 120% 20%;
    background-size: 65%;
    background-repeat: no-repeat;
    padding: 120px 0 150px 0;
}

.blk1 h1 {
    color: var(--gold);
    font-family: Lovelace;
    font-weight: 500;
    font-size: 65px;
    margin: 100px 0 35px 0;
}

.blk1 .subtitle {
    font-size: 21px;
    margin-bottom: 100px;
}

.btn-g {
    display: flex;
}

.btn-g a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
}

.btn-inner {
    padding: 18px 50px;
    background-color: var(--gold);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 400px;
}

/*Header*/
.site-header {
    position: fixed;
    width: 100%;
    background: none;
    padding: 20px 0;
    background-color: transparent;
    transition: all 0.3s;
}

.site-header .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wpml-ls-legacy-list-horizontal a, .wpml-ls-legacy-list-horizontal a:visited, .wpml-ls-legacy-list-horizontal a:hover, .wpml-ls-legacy-list-horizontal a:active {
    color: #fff;
}

.main-navigation {
    display: none;
}

.site-header.active {
    background-color: #1a1a1a;
    transition: all 0.3s;
    z-index: 999999;
}

/*General*/
.simple-page {
    padding-top: 150px;
}

.error-404 {
    padding-top: 200px;
    padding-bottom: 500px;
}

body {
    color: #fff;
    background-color: #1A1A1A;
    font-family: Gilroy;
    background-image: url("/wp-content/uploads/2022/12/bg-blk-1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@font-face {
    font-family: Lovelace;
    src: url(/wp-content/themes/rud/fonts/Lovelace-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Lovelace;
    src: url(/wp-content/themes/rud/fonts/Lovelace-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: Lovelace;
    src: url(/wp-content/themes/rud/fonts/Lovelace-Bold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: Gilroy;
    src: url(/wp-content/themes/rud/fonts/Gilroy-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Gilroy;
    src: url(/wp-content/themes/rud/fonts/Gilroy-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: Gilroy;
    src: url(/wp-content/themes/rud/fonts/Gilroy-Bold.ttf);
    font-weight: 600;
}

:root {
    --gold: #DC9F7B;
}

.post, .page {
    margin: 0;
}






@media screen and (max-width: 767px) {
    .site-branding img {
        width: 140px;
    }

    .blk1 h1 {
        font-size: 32px;
        margin: 35px 0 200px 0;
    }

    .blk1 .subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .author-bg {
        background-position: 200% 60%;
        background-size: 90%;
        padding: 120px 0 50px 0;
    }

    .btn-g a {
        font-size: 21px;
    }

    .btn-inner {
        padding: 18px 40px;
        min-width: auto;
    }

    .btn-inner img {
        margin-left: 20px;
    }

    .blk2-text {
        font-size: 18px;
        margin-top: 30px;
    }

    .blk2 h2 {
        font-size: 32px;
    }

    .blk2-shine {
        width: 360px;
        height: 400px;
        left: -130px;
        bottom: -160px;
        z-index: 999;
    }

    .blk2-bg-3 {
        background-size: 130%;
        background-position: 50% 70%;
    }

    .blk2 .about {
        margin-bottom: 50px;
    }

    .blk3 {
        padding-top: 100px;
    }

    .blk3 h2 {
        font-size: 32px;
        margin: -50px 0 0 0;
    }

    .blk4-1 {
        padding-top: 50px;
    }

    .blk4 h3 {
        font-size: 28px;
        margin-top: 30px;
    }

    .blk4 p {
        margin-left: 0px;
        font-size: 18px;
        line-height: 1.6;
    }

    .blk4 {
        padding: 25px 0;
    }

    .form-title {
        font-size: 32px;
    }

    .f-link, .f-copy {
        text-align: center;
        margin-bottom: 20px;
    }

    .blk-f {
        padding: 150px 0 50px 0;
    }

    .f-title {
        font-size: 80px;
    }
	
	.cards {
		display: flex;
		width: 100%;
		justify-content: center;
	}

}

