@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Glacial Indifference Bold';
    src: url('../fonts/BrittanySignatureScript.eot');
    src: url('../fonts/GlacialIndifferenceBold.eot') format('embedded-opentype'),
         url('../fonts/GlacialIndifferenceBold.woff2') format('woff2'),
         url('../fonts/GlacialIndifferenceBold.woff') format('woff'),
         url('../fonts/GlacialIndifferenceBold.ttf') format('truetype'),
         url('../fonts/GlacialIndifferenceBold.svg#GlacialIndifferenceBold') format('svg');
}
@font-face {
    font-family: 'Glacial Indifference Regular';
    src: url('../fonts/GlacialIndifferenceRegular.eot');
    src: url('../fonts/GlacialIndifferenceRegular.eot') format('embedded-opentype'),
         url('../fonts/GlacialIndifferenceRegular.woff2') format('woff2'),
         url('../fonts/GlacialIndifferenceRegular.woff') format('woff'),
         url('../fonts/GlacialIndifferenceRegular.ttf') format('truetype'),
         url('../fonts/GlacialIndifferenceRegular.svg#GlacialIndifferenceRegular') format('svg');
}
@font-face {
    font-family: 'Brittany Signature';
    src: url('../fonts/BrittanySignatureScript.eot');
    src: url('../fonts/BrittanySignatureScript.eot') format('embedded-opentype'),
         url('../fonts/BrittanySignatureScript.woff2') format('woff2'),
         url('../fonts/BrittanySignatureScript.woff') format('woff'),
         url('../fonts/BrittanySignatureScript.ttf') format('truetype'),
         url('../fonts/BrittanySignatureScript.svg#BrittanySignatureScript') format('svg');
}
@font-face {
    font-family: 'Catalogue';
    src: url('../fonts/Catalogue.woff2') format('woff2');
}
@font-face {
    font-family: 'Extenda';
    src: url('../fonts/extenda.woff2') format('woff2');
}

* {
    box-sizing: border-box;
    font-family: "Bebas Neue", sans-serif;
	font-family: "Montserrat", sans-serif;
	font-family: "Extenda", sans-serif;
	font-family: 'Catalogue', sans-serif;
	font-family: 'Brittany Signature';
    font-family: 'Glacial Indifference Bold';
    font-family: 'Glacial Indifference Regular';
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0px;
    background-color: var(--white);
}
:root {
    --black : #000;
    --white : #fff;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    font-family: "Bebas Neue", sans-serif;
}
p {
    margin: 0px;
    font-family: 'Raanana', sans-serif;
    font-size: 14px;
}
button, a {
    display: inline-block;
    text-decoration: none;
}
input {
    box-sizing: border-box;
}
img {
    display: block;
    max-width: 100%;
}
ul, ol, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
h1 {
    font-size: 72px;
}
h2 {
    font-size: 60px;
}
h3 {
    font-size: 48px;
}
h4 {
    font-size: 32px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}
.flex-class {
    display: flex;
    flex-wrap: wrap;
}
.flex-reverse-class {
    flex-direction: row-reverse;
}
.aligned-center {
    align-items: center;
}
.space-between-class {
    justify-content: space-between;
}
.text-transform-upper {
    text-transform: uppercase;
}
.text-transform-capitalize {
    text-transform: capitalize;
}
.primary-button-flex {
    overflow: hidden;
    position: relative;
}
.prim-btn-text {
    background-color: var(--log-cabin);
    padding: 14.8px 40px;
    color: var(--white);
    font-size: 14px;
    font-family: "Bebas Neue", sans-serif;
    border-radius: 50px;
    position: relative;
    transition: .3s ease-in-out;
    display: block;
    left: 0;
}
.prim-btn-icon-shown {
    padding: 12px 12px;
    background-color: var(--blue-bayoux);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .3s ease-in-out;
    font-weight: 400;
}
.prim-btn-icon-hidden svg, .prim-btn-icon-shown svg {
    display: block;
}
.primary-button:hover .prim-btn-text {
    background-color: var(--blue-bayoux);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.primary-button:hover .prim-btn-icon-shown {
    background-color: var(--log-cabin);
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.primary-button:hover .prim-btn-icon-shown svg {
    transform: rotate(45deg);
}
.primary-button .prim-btn-icon-shown svg {
    transition: .3s ease-in-out;
}
.container {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}
.custom-language-switcher {
    position: fixed;
    left: 40px;
    bottom: 40px;
}
.language-switcher-english, .language-switcher-german {
    font-size: 24px;
    cursor: pointer;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
}
.custom-language-switcher-flex {
    gap: 8px;
	align-items: center;
}
.language-link {
    font-size: 24px;
    cursor: pointer;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
    color: var(--black);
    display: block;
    line-height: 100%;
	transition: .3s ease-in-out;
}
.language-link.active {
    font-weight: 700;
    font-size: 28px;
}
.page-template-faqs .custom-language-switcher, .single-faq .page-template-faqs .custom-language-switcher, .page-template-models .custom-language-switcher, .single-model .custom-language-switcher, .page-template-become-model .custom-language-switcher {
    background-color: var(--black);
    padding: 10px 10px;
    border-radius: 5px;
    z-index: 999999;
}
.page-template-faqs .custom-language-switcher *, .single-faq .custom-language-switcher *, .page-template-models .custom-language-switcher *, .single-model .custom-language-switcher *, .page-template-become-model .custom-language-switcher * {
    color: var(--white);
}
* font {
    font: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}
body:not(.home) .custom-language-switcher {
    display: none;
}
header.entry-header h1 {
    text-align: center;
    font-family: 'Glacial Indifference Regular';
    text-transform: uppercase;
    font-size: 50px;
}
aside#secondary {
    display: none;
}
body:not(.home) .privacy-policy-popup-wrapper, body:not(.home) .legal-notice-popup-wrapper {
    display: none;
}



/* Coming Soon */
.coming-soon-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    z-index: 9999999;
}
.coming-soon-section .container {
    height: 100%;
}
.coming-soon-main {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coming-soon-content p {
    color: var(--white);
    text-align: center;
    font-size: 20px;
    line-height: 150%;
}
.coming-soon-content {
    max-width: 800px;
    margin: 0 auto;
	text-align: center;
}
.coming-soon-content p:not(:last-child) {
    margin-bottom: 20px;
}
.coming-soon-logo {
    margin: 0 auto 20px;
}
.coming-soon-logo img {
    display: block;
    margin: 0 auto;
}
.coming-soon-content .header-social-list ul li a img {
    filter: invert(1);
}
.coming-soon-content .header-social-list ul {
    gap: 30px;
}
body {
    overflow: hidden;
    height: 100vh;
}
/* Coming Soon */



@media only screen and (max-width: 1028px) {
	h1 {
		font-size: 60px;
	}
}
@media only screen and (max-width: 992px) {
	h1 {
		font-size: 60px;
	}
	h2 {
		font-size: 48px;
	}
	h3 {
		font-size: 36px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 16px;
	}
	.custom-language-switcher {
		left: 20px;
		bottom: 20px;
	}
}
@media only screen and (max-width: 600px) {
	h1 {
		font-size: 48px;
	}
	h2 {
		font-size: 42px;
	}
	h3 {
		font-size: 36px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 16px;
	}
	.page-template-faqs .custom-language-switcher, .single-faq .custom-language-switcher, .page-template-models .custom-language-switcher, .single-model .custom-language-switcher, .page-template-become-model .custom-language-switcher {
		bottom: 20px;
		top: auto;
		background-color: var(--black);
		padding: 10px 10px;
		border-radius: 5px;
		left: 20px;
	}
}