/* .desktop{
    background: ;
} */

/* SECTION */
.welcome-sec {
    height: 100vh;
    width: 100%;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* REMOVE DEFAULT BOOTSTRAP SPACING */
.welcome-sec .row {
    width: 100%;
    margin: 0;
}

/* CARD CENTER */
.welcome-sec .card {
    background: transparent;
    border: none;
    text-align: center;
    width: 100%;

    margin: auto;
}

/* IMAGE */
.welcome-sec img {
    max-width: 100%;
    margin: 20px auto;
}

/* TITLE */
.welcome-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px;
}

/* SUBTITLE */
.welcome-subtitle {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

/* DESCRIPTION */
.welcome-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    max-width: 260px;
    margin: 0 auto 25px;
}

.cta-link {
    text-align: center;
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #000;
    text-decoration: none;
    letter-spacing: 0.5px;
}

/* CONTACT LINK */
.contact-modal-link {
    position: absolute;
    bottom: 33px;
    left: 20px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 999px;
}

.contact-modal-link a {
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}

/* MOBILE ONLY CONTROL */
@media (min-width: 768px) {
    .welcome-sec {
        display: none;
    }
}


/* About section design */

/* MAIN SECTION HEIGHT = SCROLL AREA */
.atelier-horizontal-sec {
    height: 500vh;
    /* controls scroll length */
    background: #fff;
}

/* STICKY VIEWPORT */
.atelier-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

/* HORIZONTAL TRACK */
.atelier-track {
    display: flex;
    height: 100%;
    width: 500vw;
    align-items: center;
}

/* LEFT TEXT */
.atelier-card1 .atelier-text {
    height: 100vh;
    width: 100vw;
    padding: 40px 0px;
    position: absolute;
}

.atelier-card1 .atelier-title {
    font-size: 128px;
    font-family: 'italiana', serif;
    margin-bottom: 20px;
    display: ruby-text !important;
    top: 40px;
}

.atelier-card2 .atelier-title {
    font-size: 128px;
    font-family: 'italiana', serif;
    margin-bottom: 20px;
    display: ruby-text !important;
    top: 40px;
}

.atelier-card1 .atelier-image {
    width: 100vw;
    position: relative;
    right: 67px;
}

.atelier-card1 .atelier-image img {
    width: 220%;
    /* position: relative; */
    top: 0;
    left: -19%;
    z-index: -1;
}

/* IMAGE */


/* CARD 2 */
.atelier-card2 .atelier-image {
    width: 100vw;
    position: relative;
}

.atelier-card2 .atelier-image img {
    width: 220%;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: -1;
}

/* CARD 2 */
/* CARD 3 */
/* CARD 2 */


/* CARD 3 */
/* DESKTOP HIDE */
@media (min-width: 992px) {
    .atelier-horizontal-sec {
        display: none;
    }
}

.atelier-desc {
    font-family: 'Lora', serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 5px;
    color: #111;
    width: 300px;
}

/* EACH LINE CONTROL */
.atelier-desc span {
    display: ruby-text;
}

/* READ MORE INLINE */
.read-link {
    display: inline;
}

.read-link a {
    text-decoration: underline;
    color: black;
}



.atelier-card1 {
    width: 204vw;
    height: 100vh;
    position: relative;
    flex-shrink: 0;
    border-right: 1px solid black;
    margin-left: 71px;
}

.atelier-card1 .atelier-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}

.atelier-card2 {
    width: 200vw;
    height: 100vh;
    position: relative;
    flex-shrink: 0;
    border-right: 1px solid black;
}

.atelier-card2 .atelier-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 30px;
}

.atelier-card3 {
    border-right: 1px solid black;
}

.atelier-card3 .atelier-text {
    position: relative;
    top: 300px;
    padding: 0 30px;
}

.atelier-card3 .atelier-title {
    font-size: 95px;
    font-family: 'italiana', serif;
    margin-bottom: 20px;
    display: ruby-text !important;
}

.atelier-card3 .one h3 {
    font-family: 'Italiana', serif;
    font-size: 32px;
    font-weight: 400;
    text-decoration: underline;
}

.atelier-card3 .one p {
    font-size: 19px;
    font-family: 'Lora', serif;
    font-weight: 500;
    margin-top: 15px;
    line-height: 6px;
}

.atelier-card3 .two h3 {
    font-family: 'Italiana', serif;
    font-size: 32px;
    font-weight: 400;
    text-decoration: underline;
}

.atelier-card3 .two p {
    font-size: 19px;
    font-family: 'Lora', serif;
    font-weight: 500;
    margin-top: 15px;
    line-height: 6px;
}

.atelier-card3 .atelier-title .one p {}

.atelier-card3 .atelier-image {
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: -1;
    top: 255px;
}

.atelier-card3 .atelier-image img {
    width: 100%;

}

/* Card 4 */
.atelier-card4 {
    width: 75vw;
    height: 100vh;
    position: relative;
    flex-shrink: 0;

}

.atelier-card4 .social-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    border: 1px solid black;
}

.link {
    height: 100vh;
    padding: 54px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding-left: 14px !important;
    padding-right: 20px;
}

.link .social-links {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.link .social-links a {
    text-decoration: underline;
    font-size: 20px;
    color: white;

    font-family: IM FELL Great Primer;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;

}

.bk {
    border-radius: 999px;
    position: absolute;
    left: 34px;
    top: 694px;
    height: 48px;
    background: black;
    display: flex;
    align-items: center;
    align-content: center;
    width: 147px;
    justify-content: center;
}

.bk a {
    text-decoration: underline;
    color: white;
    background-color: black;
    /* padding: 20px 20px; */
    border-radius: 50px;
    font-size: 12px;
    /* height: 48px; */
}


/* Home */
.atelier-card {
    width: 100vw;
    height: 100vh;
    position: relative;
    flex-shrink: 0;
    border-right: 1px solid black;
}




/* Home */





/* BACKDROP */
.contact-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.4);
    /* Ã°Å¸â€Â¥ IMPORTANT (click area visible) */

    display: flex;
    align-items: flex-end;

    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.contact-modal.active {
    opacity: 1;
    pointer-events: all;
}

/* SLIDE UP */
.contact-modal-content {
    width: 100%;
    transform: translateY(100%);
    transition: 0.3s ease;
}

.contact-modal.active .contact-modal-content {
    transform: translateY(0);
}

/* BLACK BOX */
.contact-box {
    background: #000;
    color: #fff;
    width: 80%;
    margin: 180px auto;
    padding: 25px;
}

/* FORM */
.contact-box label {
    display: block;
    font-size: 13px;
    margin: 10px 0 5px;
}

.contact-box .row {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.contact-box .row input {
    width: 45%;
}

.contact-box input,
.contact-box textarea {
    width: 100%;
    background: #ccc;
    border: none;
    padding: 8px;
    font-size: 13px;
}

.contact-box textarea {
    height: 100px;
}

.contact-email {
    margin-top: 15px;
    font-size: 12px;
}

.contact-modal-content {
    width: 100%;
}



/* About Modal */
.about-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);

    display: flex;
    align-items: flex-end;

    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.about-modal.active {
    opacity: 1;
    pointer-events: all;
}

.about-modal-content {
    width: 100%;
    transform: translateY(100%);
    transition: 0.3s ease;
}

.about-modal.active .about-modal-content {
    transform: translateY(0);
}

.about-box {
    background: #000;
    color: #fff;
    width: 85%;
    margin: 100px auto;
    padding: 20px;
    max-height: 80vh;
}

.about-box h3 {
    font-size: 18px;
}

.about-box p {
    font-size: 13px;
}

/* About Modal */


/* SERVICE MODAL */
.service-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);

    display: flex;
    align-items: flex-end;

    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.service-modal.active {
    opacity: 1;
    pointer-events: all;
}

.service-modal-content {
    width: 100%;
    transform: translateY(100%);
    transition: 0.3s ease;
}

.service-modal.active .service-modal-content {
    transform: translateY(0);
}

.service-box {
    background: #000;
    color: #fff;
    width: 80%;
    margin: 120px auto;
    padding: 20px;
    position: relative;
    top: -145px;
}

.service-box h3 {
    margin: 15px 0;
    font-size: 16px;
    text-decoration: underline;
}

.service-box ul {
    padding-left: 15px;
}

.service-box li {
    margin-bottom: 6px;
    font-size: 14px;
}


/* Marketing */
.marketing-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);

    display: flex;
    align-items: flex-end;

    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.marketing-modal.active {
    opacity: 1;
    pointer-events: all;
}

.marketing-modal-content {
    width: 100%;
    transform: translateY(100%);
    transition: 0.3s ease;
}

.marketing-modal.active .marketing-modal-content {
    transform: translateY(0);
}

.marketing-box {
    background: #000;
    color: #fff;
    width: 80%;
    margin: 120px auto;
    padding: 20px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    top: -145px;
}

.marketing-box h3 {
    margin: 15px 0;
    font-size: 16px;
    text-decoration: underline;
}

.marketing-box li {
    margin-bottom: 6px;
    font-size: 14px;
}

/* Marketing */


/* ===========     Desktop     =========== */
.desktop body {
    margin: 0;
    font-family: 'Times New Roman', serif;
    background: #f4f4f4;
}

.desktop .atelier-hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* LEFT */
.desktop .atelier-left {
    display: flex;
    align-items: flex-start;
    padding-left: 80px;
    padding-top: 50px;
}

.desktop .atelier-content {
    max-width: 520px;
}

/* TITLE */
.desktop .atelier-title {
    top: 30px;
    position: relative;
    font-size: 150px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 30px;
    display: ruby-text;
}

/* TEXT */
.desktop .atelier-desc {
    font-size: 20px;
    line-height: 1.7;
    color: #000;
    margin-bottom: 30px;
    width: 100vw;
}
.desktop .atelier-desc .read-more-link{
    font-size: 20px;
    line-height: 1.7;
    color: #000;
}
.read-more-link{
    font-size: 20px;
    line-height: 1.7;
    color: #000 !important;
}

/* BUTTON */
.desktop .atelier-btn {
    width: 150px;
    height: 40px;
    background: #000;
    border-radius: 50px;
    display: inline-block;
}

/* RIGHT IMAGE */
.desktop .atelier-right {
    height: 100vh;
}

.desktop .atelier-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* DIVIDER LINE */
/* .desktop .atelier-left::after {
    content: "";
    position: absolute;
    right: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
} */

/* MARQUEE */
.desktop .atelier-marquee {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #000;
    overflow: hidden;
    white-space: nowrap;
}

.desktop .marquee-track {
    display: inline-block;
    padding: 12px 0;
    animation: marquee 15s linear infinite;
}

.desktop .marquee-track span {
    color: #fff;
    margin-right: 80px;
    font-size: 18px;
}

/* ANIMATION */
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* SECTION */
.desktop .services-section {
    background: #fff;
    position: relative;
    overflow: hidden;
}

/* LEFT */
.desktop .services-left {
    padding: 80px 60px;
    position: relative;
}

/* TITLE */
.desktop .services-title {
    font-size: 100px;
    font-weight: 400;
    margin-bottom: 40px;
    font-family: 'Times New Roman', serif;
}

/* SERVICE ITEM */
.desktop .service-item {
    margin-bottom: 40px;
}

.desktop .service-item h4 {
    font-size: 26px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.desktop .service-item p {
    font-size: 20px;
    line-height: 1.7;
    max-width: 600px;
}

.services-inner {
    position: relative;
    z-index: 1;
}

.desktop .service-item a {
    color: #000;
    margin-left: 5px;
}

/* BUTTON */
.desktop .services-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    margin-top: 20px;
    font-size: 14px;
    text-decoration: none;
}

/* IMAGE */
.desktop .services-img
 {
    position: absolute;
    bottom: 0;
    right: 0px;
}

.desktop .services-img img {
    max-width: 50vw;
}

/* RIGHT PANEL */
.desktop .services-right {
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* LINKS */
.desktop .services-right ul {
    list-style: none;
    padding: 0;
}

.desktop .services-right li {
    margin: 20px 0;
}

.desktop .services-right a {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
}

/* FOOTER */
.desktop .atelier-footer {
    background: #000;
    color: #fff;
    padding: 15px 40px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

/* INNER */
.desktop .footer-inner {
    position: relative;
}

/* CENTER TEXT */
.desktop .footer-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    opacity: 0.8;
}

/* LINKS RIGHT */
.desktop .footer-links a {
    color: #fff;
    margin-left: 20px;
    font-size: 14px;
    text-decoration: underline;
    opacity: 0.8;
    transition: 0.3s;
}

/* HOVER */
.desktop .footer-links a:hover {
    opacity: 1;
}

.desktop .main-title{
    font-family: 'italiana', serif;
}

/* modal desktop */
/* MODAL BACKGROUND */
.contact-modal .modal-content {
    background: #f3f3f3;
    border: none;
    border-radius: 0;
    padding: 50px 60px;
}

/* CLOSE */
.modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 26px;
    border: none;
    background: none;
    cursor: pointer;
}

/* TITLE */
.contact-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* FIELD */
.field {
    margin-bottom: 18px;
}

.field.full {
    width: 100%;
}

/* LABEL */
.field label {
    font-size: 12px;
    color: #6c6c6c;
    margin-bottom: 6px;
    display: block;
}

/* INPUT / SELECT */
.field input,
.field select,
.field textarea {
    width: 100%;
    background: #e7e7e7;
    border: none;
    padding: 14px 16px;
    font-size: 13px;
    outline: none;
}

/* SELECT ARROW */
.field select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

/* TEXTAREA */
.field textarea {
    height: 140px;
    resize: none;
}

/* SUBMIT */
.submit-btn {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 16px;
    border: none;
    font-size: 14px;
    margin-top: 10px;
}

/* SPACING FIX */
.row.gx-3 > * {
    padding-right: 8px;
    padding-left: 8px;
}

.contact-modal.show {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: flex-end;
    opacity: 1;
    pointer-events: none;
    transition: 0.3s;
}


/* MODAL */
.desktop .aboutus-modal .modal-dialog{
    margin:0;
    max-width:100%;
    height:100%;
}

.desktop .aboutus-modal .modal-content{
    background:#000;
    border:none;
    border-radius:0;
    min-height:100vh;
    color:#fff;
    overflow:hidden;
}

/* Slide From Bottom */
.desktop .aboutus-modal.fade .modal-dialog{
    transform:translateY(100%);
    transition:all .55s ease;
}

.desktop .aboutus-modal.show .modal-dialog{
    transform:translateY(0);
}

.desktop .aboutus-modal .modal-body{
    padding:32px 28px 60px;
    overflow-y:auto;
    height:100vh;
}

/* Title */
.desktop .about-modal-title{
    font-size:42px;
    font-weight:400;
    margin-bottom:28px;
    font-family:Georgia, serif;
}

/* Paragraph */
.desktop .aboutus-modal p{
    font-size:22px;
    line-height:1.45;
    margin-bottom:26px;
    color:#fff;
    font-family:Georgia, serif;
}

/* Subtitle */
.desktop .about-subtitle{
    font-size:34px;
    font-weight:400;
    margin:18px 0 24px;
    text-decoration:underline;
    font-family:Georgia, serif;
}

/* Close */
.desktop .about-close{
    position:absolute;
    right:22px;
    top:18px;
    width:44px;
    height:44px;
    border:none;
    background:transparent;
    color:#fff;
    font-size:28px;
    z-index:5;
}

.desktop .about-close:hover{
    transform:rotate(90deg);
    transition:.3s;
}
/* MODAL AREA */
.desktop.service-popup .modal-dialog{
    max-width: 50;
}

.desktop.service-popup .modal-content{
    background:#000;
    border:none;
    border-radius:0;
    color:#fff;
    padding:20px;
    position:relative;
    height: fit-content;
}

/* slide from bottom */
.desktop.service-popup.fade .modal-dialog{
    transform:translateY(100px);
    transition:all .45s ease;
}

.desktop.service-popup.show .modal-dialog{
    /* height: 100vh; */
    transform:translateY(0);
}

/* body */
.desktop.service-popup .modal-body{
    height: fit-content;
    padding:20px;
}

/* black box */
.desktop .service-box{
    border:1px solid rgba(255,255,255,.06);
    padding:34px 30px;
    background:#000;
    min-height: fit-content;
    margin: 0px;
    position: unset;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* heading */
.desktop .service-box h3{
    font-size:32px;
    font-family:Georgia, serif;
    color:#fff;
    text-decoration:underline;
    margin-bottom:24px;
}

/* list */
.desktop .service-box ul{
    padding:0;
    margin:0;
    list-style:none;
}

.desktop .service-box ul li{
    font-size:18px;
    line-height:1.7;
    color:#fff;
    font-family:Georgia, serif;
}

.desktop .service-box ul li::before{
    content:". ";
}

/* close */
.desktop .service-close{
    position:absolute;
    top:15px;
    right:15px;
    width:46px;
    height:46px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-size:18px;
    display:none;
    align-items:center;
    justify-content:center;
    z-index:5;
    transition:.3s;
}

.desktop .service-close:hover{
    background:#fff;
    color:#000;
    transform:rotate(90deg);
}

/* links */
.desktop .service-item a{
    color:#fff;
    text-decoration:underline;
}

/* mobile */
@media(max-width:767px){

.desktop.service-popup .modal-dialog{
    max-width:100%;
    margin:10px;
}

.desktop .service-box{
    padding:25px 20px;
    min-height:auto;
}

.desktop .service-box h3{
    font-size:24px;
}

.desktop .service-box ul li{
    font-size:16px;
    line-height:1.6;
}

}

/* ==========================================
FOR HORIZONTAL LEFT-RIGHT SCROLL SCREEN
CONTACT BUTTON ALWAYS SAME VIEWPORT POSITION
========================================== */

/* fixed to viewport, not track */
.mobile .contact-modal-link{
    position:fixed !important;
    left:14px !important;
    bottom:18px !important;
    top:auto !important;
    right:auto !important;
    z-index:999999 !important;

    /* detach from horizontal scroll container */
    transform:translate3d(0,0,0) !important;
    margin:0 !important;
    padding:0 !important;

    width:auto !important;
    min-width:auto !important;
    max-width:none !important;
    flex:none !important;
}

/* if parent track uses transform */
.mobile .atelier-track .contact-modal-link {
    position: fixed !important;
    left: 34px !important;
    bottom: 30px !important;
    box-shadow: none;
}

/* button */
.mobile .contact-modal-link a{
    display:flex;
    align-items:center;
    justify-content:center;
    white-space:nowrap;

    height:46px;
    min-width:138px;
    padding:0 18px;

    background:#ffffff;
    color:#111;
    text-decoration:none;
    font-size:14px;
    font-weight:500;

    border-radius:50px;
    /* box-shadow:0 10px 28px rgba(0,0,0,.16); */
    border:1px solid rgba(0,0,0,.06);

    transition:.3s ease;
}

/* hover */
.mobile .contact-modal-link a:hover{
    transform:translateY(-2px);
}


/* if transformed parent breaks fixed,
move button outside scroll section in HTML for best result */
@media(max-width:480px){

.mobile .contact-modal-link{
    left:10px !important;
    bottom:14px !important;
}

.mobile .contact-modal-link a{
    height:42px;
    min-width:126px;
    font-size:13px;
    padding:0 16px;
}

}