/* primium page  */
:root {
    --header-h: 72px;
    --sidebar-w: 260px;
    --bg: #121212;
    --elev: #282727;
    --text: #ffffff;
    --muted: #b3b3b3;
    --accent: #1db954;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    background: var(--bg);
    color: var(--text);
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

body::-webkit-scrollbar {
    display: none;
}

.main {
    height: 100%;
    width: 100%;
}

.primium-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-h);
    z-index: 1000;
    background: linear-gradient(to bottom, #181818, #0f0f0f);
    border-bottom: 1px solid #222;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0 .75rem;
}

.primium-topbar .left {
    display: flex;
    align-items: center;
    gap: .75rem;
    justify-content: start;
    width: 50vw;
}

.primium-logo {
    display: block;
    margin-left: 5vw;
    border-radius: 6px;
    color: white;
}

.primium-logo img {
    width: 9vw;

}

.logo:hover,
.home-logo:hover {
    opacity: 0.7;
}

.right {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: nowrap;
    align-items: center;
    width: 50vw;
    gap: 1vw;
    justify-content: space-between;

}

.right a {
    text-decoration: none;
    color: var(--text);
    font-size: 1.35vw;
    font-weight: 600;
    opacity: 0.8;
}

.right a:hover {
    opacity: 1;
}

#right-div {
    padding-right: 1vw;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 1vw;
    width: 100%;
    margin-right: 3.3vw;
}


#right-div a {
    text-align: center;
    font-size: 1.3vw;
}







.primium-page1 {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;

}

.primium-page1-right-img {
    position: absolute;
    top: 0;
    right: 0;
}

.white-fog {
    position: absolute;
    top: 3rem;
    left: 0;
}

.primium-page1-left {
    margin-top: 11vw;
    margin-left: 6vw;
    z-index: 111;
    height: 30vw;
    width: 46vw;
    /* background-color: aqua; */
}


.primium-page1-left-text h2 {
    color: white;
    font-size: 3.3vw;
    font-weight: 800;
    text-wrap: balance;
    line-height: 3.4vw;
}

.primium-page1-left-subtitle {
    margin-top: 1.2vw;
}

.primium-page1-left-buttons button {
    border-radius: 30px;
    margin: 2vw 0 2vw 0;
    padding: 1vw 2vw;
    transition: transform 0.2s ease;
}

.primium-page1-left-buttons .btn-1 {
    background-color: #FFD2D7;
    font-weight: 600;
}

.primium-page1-left-buttons .btn-2 {
    border: 1px solid white;
    color: white;
    background-color: transparent;
    margin-left: 1vw;
    font-weight: 600;
}

.primium-page1-left-buttons button:hover {
    transform: scale(1.04);
}

.primium-page1-left-para {
    font-size: 0.9vw;
    width: 35vw;
    text-wrap: balance;
}

.primium-page1-left-para .p1 {
    margin-top: -1.12vw;
}

.primium-page1-left-para a {
    text-decoration: underline;
    color: white;
}








.primium-page2 {
    height: 150%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.primium-page2-heading h2 {
    color: white;
    font-size: 3vw;
    font-weight: 700;
}

.primium-page2-title p {
    color: white;
    font-size: 2vw;
}

.primium-page2-compare {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3vw;
    margin-bottom: 13vw;
}

.primium-page2-compare-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 7vw;
    width: 36vw;
    background-color: var(--bg);
    border-bottom: 1px solid var(--text);
}

.primium-page2-compare-div:hover {
    background-color: #1F1F1F;
}

.primium-page2-compare-div .heading {
    text-decoration: none;
    font-weight: 600;
}

.primium-page2-compare-subdiv-1 {
    width: 20vw;
    text-decoration: dashed underline;
}

.primium-page2-compare-subdiv-2 {
    text-wrap: balance;
    width: 8vw;
}









.primium-page3 {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 3vw;
}


.primium-page3-heading h2 {
    color: white;
    font-size: 3vw;
    font-weight: 700;
}

.primium-page3-title p {
    color: white;
    font-size: 1.2vw;
    width: 56vw;
    text-align: center;
    margin-top: 1vw;
}

.primium-page3-logos {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 1vw;
}

.primium-page3-logos img {
    height: 3vw;
    width: 5vw;
    background-color: var(--text);
    margin-left: 0.6vw;
    border-radius: 6px;
    padding: 0.2vw 0.6vw;
}

.primium-page3-last-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 8vw;
}

.primium-page3-last-subdiv-left {
    width: 40vw;
    text-align: center;
    justify-self: center;
    font-size: 2.6vw;
    font-weight: 600;
}

.primium-page3-last-subdiv-right {
    width: 30vw;
    height: 100%;
    line-height: 1vw;
}


.primium-page3-last-subdiv-right p{
    line-height: 1vw;
    margin-top: -0.4vw;
    font-size: 1.2vw;
}

.primium-page3-last-subdiv-right img {
    margin-right: 1vw;
    width:1vw ;
}









/* footer */

footer {
    height: 60%;
    width: 100%;
    border-top: 2px solid var(--elev);
    background-color: #121212;
    color: #b3b3b3;
    padding: 40px 60px 20px;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-links {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* width: 12vw; */
}

.footer-column h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-column a {
    color: #b3b3b3;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-column a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    width: 34px;
    height: 34px;
    background-color: var(--elev);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text);
    font-size: 18px;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
}

.footer-social a:hover {
    background-color: #8a8a8a;
    color: var(--text);
}

.footer-bottom {
    border-top: 2px solid var(--elev);
    margin-top: 30px;
    padding-top: 15px;
    text-align: left;
    font-size: 12px;
    color: #888;
    width: 10vw;
}

.footer-logo{
width: 7vw;
}