@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.vmg-card {
    pointer-events: auto;
}

#work_container {
    background-image: 
        linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.85)),
        url('https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExY2w4eGJubW1jNXVmODFqcjUzMmZseWY1eDBkMTd3dmw1NGtobWUzOSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/UT5C4hCvmlSzJ7QeQy/giphy.gif');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: none;
}

body {
    padding:0px;
    margin:0px;
    background-color: #000;
    width:100vw;
    height:100vh;
    overflow:hidden;
    font-family: 'Josefin Sans', sans-serif;
}

#bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

#video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    z-index: -1;
}

#loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background:rgb(255, 50, 50);
    z-index: 999;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#spinner {
    animation: rotate 0.56s infinite linear;
    width:50px;
    height:50px;
    border:12px solid #fff;
    border-bottom:12px solid rgb(255, 50, 50);
    border-radius:50%;
    margin:0;
}
@keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
#box {
    width:100vw;
    height:100vh;
    z-index:9;
    position:fixed;
    top:0;
}
#box div {
    width:16.66vw;
    height:100%;
    display:inline-block;
}
.box1 {
    background:rgb(255, 50, 50);
}
.box2 {
    background:rgb(255, 50, 50);
    margin-left:-5px;
}
#menu {
    width:100%;
    text-align:center;
    margin:6vh 0px;
    display:none;
}
#menu a {
    margin:0px 6%;
    font-size:19px;
    color:#fff;
    text-decoration:underline;
}
#middle {
    width:100vw;
    height:90vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    position:fixed;
    top:0;
    text-align:center;
    z-index:1;
    color:#fff;
    padding-bottom:10vh;
}
#middle h1 {
    color:rgb(255, 50, 50);
    font-size:70px;
    text-decoration:none;
}
#middle h1 img {
    display:block;
    margin:0 auto;
    max-width:400px;
    height:auto;
}
#about {
    width:10vw;
    height:10vw;
    text-align:center;
    font-size:25px;
    transform:rotate(-90deg);
    background:transparent;
    color:#fff;
    position:fixed;
    left:0;
    bottom:40vh;
    display:flex;
    flex-direction: column;
    justify-content:center;
    z-index:4;
    transition:0.4s ease-in-out;
    border-radius:0px 0px 100px 100px;
}
#work {
    width:10vw;
    height:10vw;
    text-align:center;
    font-size:25px;
    transform:rotate(90deg);
    background:transparent;
    color:#fff;
    position:fixed;
    right:0;
    bottom:40vh;
    display:flex;
    flex-direction: column;
    justify-content:center;
    z-index:4;
    transition:0.4s ease-in-out;
    border-radius:0px 0px 100px 100px;
}
#contact {
    width:10vw;
    height:10vw;
    text-align:center;
    font-size:25px;
    background:transparent;
    color:#fff;
    position:fixed;
    bottom:0;
    left:45vw;
    display:flex;
    flex-direction: column;
    justify-content:center;
    z-index:4;
    transition:0.4s ease-in-out;
    border-radius:100px 100px 0px 0px;
}
#about:hover {
    background:rgba(255,50,50,0.9);
    cursor:pointer;
}
#work:hover {
    background:rgba(255,50,50,0.9);
    cursor:pointer;
}
#contact:hover {
    background:rgba(255,50,50,0.9);
    cursor:pointer;
}
#middle table {
    width:30%;
    margin:6vh auto;
}
#middle table tr td {
    text-align:center;
}
.social {
    color:#fff;
    font-size:22px;
    border-radius:50%;
    transition:0.4s ease-in-out;
    margin:0px 8px;
    text-align:center;
}
.social:hover { 
    cursor: pointer;
    color:rgb(255, 50, 50);
}

/* ====== CONTAINERS (about, contact) ====== */
.container {
    width:90vw;
    height:90vh;
    padding:5vh 5vw;
    background:rgb(255, 50, 50);
    color:#fff;
    z-index:9;
    position:fixed;
    max-height:100vh;
    overflow-y:auto;
    display:none;
}
.container div {
    font-size:25px;
    margin:20px 0px;
    transition:0.4s ease-in-out;
}
.container div:hover {
    cursor:pointer;
}
.container section {
    margin:8vh 0px;
}

.vmg-container {
    background-image: 
        linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.85)),
        url('https://images.unsplash.com/photo-1516280440614-37939bbacd81?w=1600&q=80');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.vmg-close {
    position:absolute;
    top:20px;
    right:30px;
    font-size:28px;
    color:#fff;
    cursor:pointer;
    z-index:10;
    transition:color 0.3s ease;
}
.vmg-close:hover {
    color:rgb(255, 50, 50);
}

.vmg-logo-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.vmg-logo {
    max-width:320px;
    height:auto;
    filter:drop-shadow(0 0 30px rgba(255,50,50,0.3));
    transition:filter 0.4s ease;
}
.vmg-logo:hover {
    filter:drop-shadow(0 0 50px rgba(255,50,50,0.5));
}

.vmg-artists-section {
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
}
.vmg-artists-section::before,
.vmg-artists-section::after {
    content:'';
    position:absolute;
    top:0;
    width:120px;
    height:100%;
    z-index:2;
    pointer-events:none;
}
.vmg-artists-section::before {
    left:0;
    background:linear-gradient(to right, #000, transparent);
}
.vmg-artists-section::after {
    right:0;
    background:linear-gradient(to left, #000, transparent);
}
.vmg-artists-track {
    display:flex;
    gap:24px;
    animation:vmg-scroll 40s linear infinite;
    width:max-content;
}
.vmg-artists-track:hover {
    animation-play-state:paused;
}
@keyframes vmg-scroll {
    0% { transform:translateX(0); }
    100% { transform:translateX(-50%); }
}

/* VMG Cards */
.vmg-card {
    flex-shrink:0;
    width:160px;
    text-align:center;
    cursor:pointer;
    transition:transform 0.3s ease;
}
.vmg-card:hover {
    transform:translateY(-5px);
}
.vmg-card-image {
    width:160px;
    height:160px;
    border-radius:14px;
    overflow:hidden;
    margin:0 auto;
}
.vmg-card-image img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform 0.4s ease;
}
.vmg-card:hover .vmg-card-image img {
    transform:scale(1.08);
}
.vmg-card-text {
    max-height:0;
    opacity:0;
    overflow:hidden;
    transition:max-height 0.4s ease, opacity 0.3s ease, margin 0.4s ease;
    margin-top:0;
}
.vmg-card:hover .vmg-card-text {
    max-height:60px;
    opacity:1;
    margin-top:10px;
}
.vmg-name {
    display:block;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:0.5px;
}
.vmg-detail {
    display:block;
    font-size:11px;
    color:rgba(255,255,255,0.5);
    margin-top:2px;
    text-transform:uppercase;
    letter-spacing:0.3px;
}

/* ====== CONTACT SPLIT LAYOUT ====== */
.contact-split {
    display: none;
    flex-direction: row !important;
    padding: 0 !important;
    overflow: hidden;
}
.contact-left {
    width: 42%;
    min-width: 280px;
    background: linear-gradient(160deg, #e8f5c8 0%, #d4edaa 50%, #c5e68a 100%);
    color: #1a1a1a;
    padding: 5vh 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow-y: auto;
}
.contact-close-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 22px;
    color: #1a1a1a;
    cursor: pointer;
    transition: 0.3s;
}
.contact-close-btn:hover {
    color: rgb(255, 50, 50);
}
.contact-heading {
    font-size: 70px !important;
    font-weight: 900;
    line-height: 1 !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    margin-top: 40px;
    margin-bottom: 24px;
}
.contact-desc {
    font-size: 14px !important;
    color: #2a2a2a;
    line-height: 1.7;
    margin-bottom: 24px;
}
.contact-email {
    font-size: 14px !important;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}
.contact-email i {
    font-size: 16px;
}
.contact-right {
    flex: 1;
    background: #fff;
    padding: 5vh 4vw;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#contact-form {
    width: 100%;
    max-width: 520px;
}
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}
.form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-bottom: 18px;
}
.form-group.full-width {
    width: 100%;
    flex: none;
}
.contact-right label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    font-family: 'Josefin Sans', sans-serif;
}
.contact-right input[type="text"],
.contact-right input[type="email"],
.contact-right input[type="tel"] {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    background: #fff;
    color: #333;
    transition: border-color 0.3s;
}
.contact-right input[type="text"]:focus,
.contact-right input[type="email"]:focus,
.contact-right input[type="tel"]:focus {
    outline: none;
    border-color: #1a1a2e;
}
.contact-right textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    background: #fff;
    color: #333;
    resize: none;
    transition: border-color 0.3s;
}
.contact-right textarea:focus {
    outline: none;
    border-color: #1a1a2e;
}
.contact-right ::placeholder {
    color: #bbb;
    font-weight: normal;
}
.form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 4px;
}
.form-check input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #1a1a2e;
    flex-shrink: 0;
}
.form-check label {
    font-size: 13px !important;
    color: #555;
    cursor: pointer;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}
.btn-submit {
    width: 100%;
    padding: 14px;
    background: #1a1a2e;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.15s ease;
    letter-spacing: 1px;
}
.btn-submit:hover {
    background: rgb(255, 50, 50);
    transform: translateY(-2px);
}

/* ====== MISC ====== */
#used div{
    font-size:14px !important;
    display:inline-block;
    padding:8px 10px;
    border:2px solid #fff;
    margin:0px 10px;
    border-radius:50px;
}
#used:hover {
    cursor:text;
}
#used div:hover {
    cursor:text;
}
.container h1 {
    font-size:60px;
    text-decoration:underline;
}
.container p {
    font-size:21px;
}
.btn_one {
    font-size:18px;
    font-family: 'Josefin Sans', sans-serif;
    color:#fff;
    background:transparent;
    border:3px solid #fff;
    padding:8px 40px;
    border-radius:80px;
    font-weight:bold;
    margin:2vh 10px;
    transition:0.4s ease-in-out;
}
.btn_one:hover {
    cursor:pointer;
    color:rgb(255, 50, 50);
    background:#fff;
}
.btn_two {
    font-size:18px;
    font-family: 'Josefin Sans', sans-serif;
    color:rgb(255, 50, 50);
    background:#fff;
    border:3px solid #fff;
    padding:8px 40px;
    border-radius:80px;
    font-weight:bold;
    margin:2vh 10px;
    transition:0.4s ease-in-out;
}
.btn_two:hover {
    cursor:pointer;
    padding:8px 60px;
}
.container form input {
    width:46%;
    margin:20px 1%;
    background:transparent;
    border:0px;
    border-bottom:3px solid rgba(255,255,255,0.5);
    padding:8px 10px;
    font-family: 'Poppins', sans-serif;
    font-size:18px;
    transition:0.4s ease-in-out;
    color:#fff;
    font-weight:bold;
}
.container form textarea {
    width:96%;
    margin:20px 1%;
    padding:8px 10px;
    border:0px;
    border-bottom:3px solid rgba(255,255,255,0.5);
    padding:8px 10px;
    font-family: 'Poppins', sans-serif;
    font-size:18px;
    background:transparent;
    resize:none;
    transition:0.4s ease-in-out;
    color:#fff;
    font-weight:bold;
}
.container form input:focus {
    outline:none;
    border-bottom:3px solid rgba(255, 255, 255,1);
}
.container form textarea:focus {
    outline:none;
    border-bottom:3px solid rgba(255, 255, 255,1);
}
.contact-sub-desc {
    font-size: 16px !important;
    opacity: 0.92;
    line-height: 1.7;
    margin-bottom: 14px;
}
.contact-sub-email {
    font-size: 18px !important;
    font-weight: bold;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.form-row-orig {
    display: flex;
    gap: 20px;
    width: 100%;
}
.form-field-orig {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}
.form-field-orig label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.75);
    margin-bottom: 4px;
    margin-top: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.form-field-orig.full {
    width: 100%;
}
.form-field-orig input {
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    border: 0;
    border-bottom: 3px solid rgba(255,255,255,0.5);
    padding: 8px 10px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    transition: 0.4s ease-in-out;
    color: #fff;
    font-weight: bold;
}
.form-field-orig input:focus {
    outline: none;
    border-bottom: 3px solid rgba(255,255,255,1);
}
.form-field-orig textarea {
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    border: 0;
    border-bottom: 3px solid rgba(255,255,255,0.5);
    padding: 8px 10px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    resize: none;
    transition: 0.4s ease-in-out;
    margin-top: 16px;
}
.form-field-orig textarea:focus {
    outline: none;
    border-bottom: 3px solid rgba(255,255,255,1);
}
.privacy-check-orig {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 1% 6px;
    font-size: 16px;
}
.privacy-check-orig input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    flex-shrink: 0;
}
.privacy-check-orig label {
    cursor: pointer;
    opacity: 0.9;
}
::placeholder {
    color:#fff;
}
#footer {
    color:#fff;
    width:92vw;
    padding:5vh 4vw;
    text-align:right;
    position:fixed;
    z-index:1;
    bottom:0;
    font-size:16px;
    font-weight:bold;
}
#footer a {
    color:rgb(255, 50, 50) ;
}
#particles-js {
    position:fixed;
    width:100vw;
    height:100vh;
}
::-webkit-scrollbar {
    width:5px;
    height:5px;
}
::-webkit-scrollbar-track {
    background: #fff; 
}
::-webkit-scrollbar-thumb {
    background: rgb(255, 50, 50); 
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 50, 50,0.8); 
}
::selection {
	color: #fff;
	background: rgb(255, 50, 50);
}

@media (max-width: 800px){ 
    #about {
        display:none;
    }
    #contact {
        display:none;
    }
    #work {
        display:none;
    }
    #footer {
        text-align:center;
    }
    #middle {
        width:90vw;
        padding:0px 5vw;
    }
    #middle table {
        width:80%;
    }
    .container form input {
        width:90%;
    }
    .container form textarea {
        width:90%;
    }
    #menu {
        display:inline-block;
    }
    #onlywide {
        display:none !important;
    }
    .box2 {
        margin-left:0px !important;
    }
    #box div {
        width:100%;
    }
    .contact-split {
        flex-direction: column !important;
    }
    .contact-left {
        width: 100% !important;
        min-width: unset;
        padding: 40px 6vw 30px !important;
    }
    .contact-heading {
        font-size: 48px !important;
    }
    .contact-right {
        padding: 30px 6vw !important;
    }
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}