@font-face {
	font-family: A Song for Jennifer;
	src: url('/static/core/fonts/a song for jennifer.ttf');
}

:root {
    --main-grey: #1d1e27;
    --rose-1: #c65d7a;
    --rose-2: #bb3b70;
}

/* Global layout */

li {
	display: inline;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	scroll-behavior: smooth;
	margin: 0;
	text-size-adjust: none;
	font-style: normal;
	font-size: 13px;
	max-width: 1500px;
	margin: auto;
}

main {
	padding-top: 160px;
    padding-bottom: 167px;
}

h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}

h2 {
	color: var(--rose-1);
    font-family: 'proxima-nova';
    font-weight: 400;
    font-size: 12pt;
    text-transform: uppercase;
    letter-spacing: 1.1pt;
    line-height: 18pt;
}

h1 {
	font-size: 50pt;
	font-family: "A Song for Jennifer";
	letter-spacing: 7.2pt;
	font-weight: 300;
	color: var(--main-grey);
}

p {
	font-family: "A Song for Jennifer";
    letter-spacing: 1.9pt;
    font-size: 16pt;
    color: var(--main-grey);
    margin: 0px;
    line-height: 29pt;
	text-align: left;
}

a {
	text-decoration: none;
	outline:none;
	color: white;
}

a:hover {
}

ul {
	margin: 0px;
	padding: 0px;
}

b {
}

.separator {
    display: none;
    margin: auto;
    max-width: 100%;
}

/* Top-to-bottom layout */

#main-content {
	position: relative;
	background: url("https://storage.googleapis.com/ladystatic/lavisualiste/homepage_bg.png");
	/* background: url("/static/core/1500px.png");
    min-height: 6456px; */
    background-repeat: no-repeat;
	background-size: cover;
}

header {
	text-align: center;
	padding: 34px 0px;
	font-size: 0px;
	display: flex;
    position: relative;
}

header h2 {
	display:inline;
	position:relative;
	z-index: 1;
}

header h2::before,
header h2::after {
    content: "";
    display: block;
    width: 44px;
    height: 36px;
    
    background-image: url("/static/core/icon3.png");
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    bottom: 5px;
    z-index: 0;
}

header h2::before {
    left: -100px;
}

header h2::after {
    right: -135px;
}

#header-logo {
    font-size: 0px;
    width: 150px;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    right: -100px;
}

#header-logo img {
	width: 112px;
}

#header-title {
    flex-basis: 74%;
    flex-shrink: 1;
    flex-grow: 1;
}

#header-menu {
    font-size: 0px;
    width: 150px;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: right;
}

.burger-menu {
	width: 32px;
    height: 28px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    padding: 18px 42px;
    display: inline-flex;
}

.burger-menu:hover {
    opacity: 0.5;
}

.burger-menu span {
	display: block;
    height: 6px;
    width: 100%;
    background-color: var(--main-grey);
    border-radius: 8px;
}

.menu {
    position: absolute;
    top: 60%;
    right: 20px;
    width: 300px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transform: translateY(-160%);
    transition: transform 0.3s ease-in-out;
    font-family: "A Song for Jennifer";
    font-size: 13pt;
    letter-spacing: 1.9pt;
    border: 1px solid #484848;
    border-width: 20px 0px 0px 0px;
}

.menu.open {
    transform: translateY(0);
}

.menu ul {
    list-style: none;
}

.menu ul li:nth-child(even) a {
    background-color: #f7f7f7; 
}

.menu a {
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    color: var(--rose-2);
    transition: background-color 0.2s;
    position: relative;
}

.menu a:before {
    content: "";
    display: none;
    width: 36px;
    height: 32px;
    background-image: url(/static/core/icon3.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 5px;
    left: 10px;
    z-index: 0;
}

.menu a:hover {
    text-decoration: underline;
}

.menu a:hover::before {
    display: block;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s; 
}

.overlay.active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

/* Section 1: Intro */

#intro {
	display: flex;
}

#intro-left{
	padding-top: 68px;
	font-size: 0px;
	flex-basis: 51.8%;
	text-align: right;
}

#intro-left img {
	width: 621px;
}

#intro-right {
	flex-basis: 50%;
}

#intro-right h1 {
	padding: 14px 90px;
	line-height: 82pt;
}

#intro-right p {
	padding: 0px 160px 0px 64px;
    margin-top: 26px;
}

#intro-right img {
	width: 230px;
    padding: 0px 87px;
}

#contact-btn {
    margin-left: 64px;
    font-family: "A Song for Jennifer";
    font-size: 15pt;
    letter-spacing: 2.4pt;
    background: linear-gradient(to bottom, #8F103C 10%, #740c30 90%);
    margin-top: 63px;
    display: inline-flex;
}

#contact-btn a {
    padding: 21px 104px 15px 106px;
}

#contact-btn:hover {
	background: #8F103C;
}

/* Section 2: Example Projects */

#example-projects {
	margin-top: 160px;
	padding: 40px 154px 0px 206px;
}

#example-projects h1 {
	position: relative;
}

#example-projects h1::before {
	content: "";
    display: block;
    width: 83px;
    height: 63px;
    background-image: url(/static/core/icon3.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -41px;
    z-index: 0;
    left: -92px;
}

#example-projects > p {
	margin-top: 52px;
	max-width: 545px;
}

.examples-mobile {
    display: none;
}

.examples-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 50px 0px;
  margin-top: 27px;
}

.item-grid img {
  width: 513px;
  height: auto;
  display: block;
  max-width: 100%;
}

.item-grid:nth-child(1) {
	margin-top: 50px;
}

.item-grid:nth-child(3) {
	margin-top: -50px;
}

#contact-and-pricing {
	display: flex;
	margin-top: 50px;
}

#contact-container,
#pricing-container {
	flex-basis: 50%;
}

#contact-panel {
	background-color: #F5F3F2;
    margin-right: 57px;
    padding: 113px 79px 106px 79px;
    text-align: center;
}

#pricing-panel {
	background: url("/static/core/illu3_03.png");
	background-size: cover;
	margin-left: 0px;
    margin-right: 55px;
    text-align: center;
    padding: 113px 78px 107px 78px;
}

#pricing-panel p {
    color: white;
}

#contact-empty-btn {
	display: inline-flex;
    border: 2px solid #C5C5C5;
    font-family: 'A Song for Jennifer';
    font-size: 15pt;
    letter-spacing: 2.1pt;
    margin-top: 46px;
}

#contact-empty-btn a {
    padding: 28px 98px 24px 98px;
	color: var(--main-grey);
}

#contact-empty-btn a:hover {
    background-color: white;
}

#pricing-empty-btn {
	display: inline-flex;
    border: 2px solid white;
    font-family: 'A Song for Jennifer';
    font-size: 15pt;
    letter-spacing: 2.4pt;
    margin-top: 46px;
}

#pricing-empty-btn a {
    padding: 28px 104px 24px 104px;
}

#pricing-empty-btn a:hover {
    background-color: rgba(128, 128, 128, 0.2);
}

/* Section 3: Pricing */

#pricing {
	text-align: center;
	margin-top: 67px;
	padding: 40px 140px 0px 140px;
}

#pricing > p {
	padding: 23px;
    max-width: 900px;
    margin-left: 167px;
}

#pricing-flex {
	display: flex;
	margin-top: 54px;
}

.pricing-column {
	flex-basis: 33.33%;
    font-size: 13pt;
}

.pricing-column .picto {
	width: 160px;
}

.pricing-column h3 {
    font-size: 28pt;
    font-weight: 300;
    color: var(--main-grey);
    font-family: 'A Song for Jennifer';
    margin-top: 5px;
}

.pricing-column p {
    text-align: center;
}

.pricing-desc {
    padding: 10px 40px;
}

.starting-price {
    color: var(--rose-2);
    font-size: 28pt;
    font-family: 'A Song for Jennifer';
    font-weight: 300;
    margin-top: 40px;
}

.pricing-column .vert-art {
    width: 360px;
}

.pricing-subtitle {
    color: var(--rose-2);
    margin-top: 15px;
}

.pricing-subdesc {
    padding: 2px 35px;
}

/* Section 4: Contact */

#contact {
    padding-top: 40px;
    margin-top: 80px;
    text-align: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    margin: 69px auto 0px auto;
    max-width: 920px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    background-color: white;
    border: 3px solid #a3a3a3;
    padding: 18px 16px;
    margin-bottom: 23px;
    font-size: 16pt;
    border-radius: 8px;
    font-family: 'A Song for Jennifer';
    letter-spacing: 1.5pt;
    font-weight: 300;
}

.contact-form textarea {
    resize: none;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea,
.contact-form input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
}

.input-row-half {
    display: flex;
    gap: 30px;
}

.input-row-half input {
    flex: 1;
    margin-bottom: 0;
}

.submit-row {
    display: flex;
    align-items: center;
    margin-top: -10px;
    margin-left: 5px;
}

.submit-row input[type="submit"] {
    max-width: 303px;
    height: 60px;
    font-family: "A Song for Jennifer";
    background: linear-gradient(to bottom, #8F103C 10%, #740c30 90%);
    border: none;
    font-size: 15pt;
    letter-spacing: 2.4pt;
    text-transform: uppercase;
    flex-shrink: 0;
    color: white;
    cursor: pointer;
}

.submit-row input[type="submit"]:hover {
	background: #8F103C;
}

.sent {
    background: #84ad72 !important;
    cursor: default !important;
}

.contact-side {
    padding-left: 15px;
    flex-grow: 1;
    font-size: 15pt;
    margin-top:5px;
    line-height: 20pt;
}

footer {
	padding: 18px;
	text-align: center;
    background-color: #54102c;
}

footer p {
    font-size: 15pt;
    color: var(--rose-2);
    text-align: center;
}

footer p a {
    color: #cacaca;
}

footer p a:hover{
    color: var(--rose-2);
}

.footer-links {
    color: #cacaca;
}

/* Absolute layout */

#scrollToTopBtn {
    position: fixed;
    display: block;
    
    right: 20px;
    bottom: 20px;
    
    background-color: rgba(90, 90, 90, 0.7);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    
    font-size: 1.5em;
    line-height: 1;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    
    z-index: 9999;
}

#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}

#scrollToTopBtn:hover {
    background-color: rgba(90, 90, 90, 0.9);
}

/* Media queries */

@media (max-width: 1520px) {
    /* Responsive between mobile and 1500px */

    body {
        max-width: 100%;
    }

    main {
        padding: 20px 0px 100px 0px;
        background-color: #FEFAFC;
    }

    #main-content{
        background: none;
    }

    header h2::before {
        left: -80px;
    }

    header h2::after {
        right: -105px;
    }

    #header-logo {
        right: -50px;
        width: 120px;
    }
    
    #header-logo img {
        width: 90px;
    }

    #header-menu {
        width: 120px;
        text-align: center;
    }

    .burger-menu {
        padding: 18px 25px;
    }

    .separator {
        display: block;
        margin: 80px auto;
    }

    /* Section 1: Intro */

    #intro {
        padding: 0px 80px;
        margin-bottom: 60px;
    }

    #intro-left img {
        width: 100%;
        max-width: 621px;
    }

    #intro-right h1 {
        padding: 14px 40px;
        font-size: 40pt;
        line-height: 60pt;
    }

    #intro-right p {
        padding: 0px 20px;
    }

    #intro-right img {
        padding: 0px 40px;
    }

    #contact-btn {
        margin-left: 20px;
    }

    /* Section 2: Example Projects */

    #example-projects {
        padding: 40px 80px 0px 80px;
        margin-top: 20px;
    }

    #example-projects h1::before {
        display: none;
    }
    
    .examples-grid {
        display: block;
        font-size: 0px;
    }

    .item-grid {
        margin-bottom: 40px;
        display: inline-block;
        vertical-align: bottom;
    }

    .item-grid img {
    }

    .item-grid:nth-child(1),
    .item-grid:nth-child(3) {
        margin-top: 0;
        margin-right: 40px;
    }

    #contact-and-pricing {
        font-size: 0px;
        display: block;
    }

    #contact-container {
        margin-right: 40px;
    }

    #contact-container, #pricing-container {
        display: inline-block;
        max-width: 513px;
        margin-bottom: 40px;
    }

    #contact-panel {
        padding: 80px 50px 70px;
        margin: 0px;
    }

    #pricing-panel {
        padding: 80px 50px 70px;
        margin: 0px;
        background-size: cover;
    }

    .full-width-only {
        display: none;
    }

    /* Section 3: Pricing */

    #pricing {
        padding: 40px 80px 0px 80px;
        margin-top: 20px;
    }

    #pricing-flex {
        display: block;
    }

    .pricing-column {
        display: inline-block;
        margin-bottom: 80px;
        max-width: 400px;
    }

    .pricing-column:nth-child(3)
    {
        margin-bottom: 0px;
    }

    #pricing > p {
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-column .vert-art {
        width: 100%;
        max-width: 360px;
    }

    /* Section 4: Contact */

    #contact {
        margin-top: 0px;
    }

    .contact-form {
        padding: 0px 40px;
    }
}


@media (max-width: 1280px) {
    /* Section 1: Intro */

    #intro {
        text-align: center;
    }

    #intro-left {
        display:none;
    }

    #intro-right {
        flex-basis: 100%;
    }

    /* Section 2: Example Projects */

    .examples-grid {
        display:none;
    }

    .examples-mobile {
        display: block;
        margin: 30px 0px;
        max-width: 100%;
    }

}

@media (max-width: 1024px) {
    #header-logo img {
        display: none;
    }
    .over-1024 {
        display: none;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 40pt;
    }

    header {
        flex-direction: column-reverse;
        padding: 0px 0px 40px 0px;
    }

    header h2 {
        display: block;
        margin-top: 15px;
    }

    header h2::before,
    header h2::after {
        display: none;
    }

    #header-menu {
        width: 100%;
        padding: 15px 0px;
    }

    #header-title {
        padding: 0px 5%;
    }

    .menu {
        left: 20px;
        width: auto;
        top: 35%;
    }

    .menu a {
        padding: 30px;
    }

    .menu a:hover::before {
        display: none;
    }

    .separator {
        margin: 40px auto;
    }

    /* Section 1: Intro */

    #intro {
        padding: 0px 5%;
    }

    #contact-btn {
        margin-left: 0px;
        width: 100%;
        max-width: 300px;
        margin-top: 40px;
    }

    #contact-btn a {
        padding: 21px 0px 15px 0px;
        width: 100%;
    }

    #intro-right h1 {
        padding: 0px;
        line-height: normal;
    }

    #intro-right h1 br {
        display: none;
    }

    #intro-right p {
        padding: 0px;
        margin-top: 35px;
    }

    #intro-right img {
        padding: 0px;
        max-width: 100%;
    }

    /* Section 2: Example Projects */

    #example-projects {
        padding: 40px 5% 0px 5%;
        margin-top: 0px;
    }

    #contact-container {
        margin-right: 0px;
    }

    #contact-container, #pricing-container {
        max-width: 100%;
        width: 100%;
    }

    #contact-empty-btn, #pricing-empty-btn {
        margin-left: 0px;
        width: 100%;
    }

    #contact-empty-btn a, #pricing-empty-btn a {
        padding: 25px 0px;
        width: 100%;
    }

    /* Section 3: Pricing */

    #pricing {
        padding: 40px 5% 0px 5%;
        margin-top: 0px;
    }

    #pricing > p {
        padding: 0px;
        margin-top: 52px;
    }

    #pricing-panel, #contact-panel {
        padding: 40px 35px 35px;
    }

    .pricing-desc {
        padding: 10px 0px;
    }

    /* Section 4: Contact */

    .submit-row {
        flex-direction: column;
        margin-top: 0px;
        margin-left: 0px;
    }

    .submit-row input[type="submit"] {
        width: 100%;
        max-width: 100%;
    }

    .contact-form {
        padding: 0px 5%;
    }

    .input-row-half {
        display: block;
    }

    .contact-side {
        padding: 0px;
        margin-top: 20px;
    }

    .contact-side br {
        display: none;
    }

    footer {
        padding: 5%;
    }
}
