body{
	font-family: sofia-pro;
	font-weight:400;
	padding:0;
	margin:0;
	-webkit-touch-callout:none;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}


.flex {
	display: flex;


}

.flex-a {
	display: flex;
	justify-content: space-around;

}



.hero {	width:100%;
	height:auto;}

.wave {
	background: url("../img/wave-up.svg") no-repeat;
	background-position: top right;
	background-size:60%;
}

/** Cross **/

.cross {
	height:900px;
	width:220px;
	margin-top:150px;
}

.right {
	position:absolute;
	right:0;
	margin-top:-150px;
}

.left {
	position:absolute;
	left:0;
	margin-top:-15px;
	z-index:-1;
}


.right .line-down .line, .left .line-down .line {height:800px;}

.right .line-right .line {
	justify-content: flex-start;
}


.line-down .line {
	background:#1D1D1B;
	width:3px;
	height:1000px;
	margin:auto;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.line-down .circle {
	margin:auto;
}

.line-right .line {
	background:#1D1D1B;
	width:220px;
	height:3px;
	top: 500px;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.left .line-right .line {
	top: 200px;
}




.circle {
	width:25px;
	height:25px;
	background: url("../img/circle.svg")

}

.container {
	position: absolute;
	top:150px;
	left:190px;
	width:420px;
	height:auto;
}

.logo {
	background:url("../img/logo.svg") no-repeat;
	background-size: contain;
	width:100%;
	height:130px;
}

p {
	margin:0;
	font-size:22px;
}

h1, h2, h3, h4 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	margin:0;
}

.subt {
	font-size:34px;
}

.bolder {
	font-weight: 700;
	text-transform:uppercase;

}

.bolder span {color: #48DCAF}

.text-box {
	margin-left: 50px;
    margin-top: 87px;
    width: 455px;
}

.right-text {
	position: absolute;
    right: 150px;
    margin-top: 260px;
}

.player {
	background:url("../img/player.png") no-repeat;
	background-size:contain;
	position: absolute;
    right: 0;
    top: 0;
    width:50%;
    height:1300px;
}


.section-a, .section-b {
	background:linear-gradient(#2AA39B, #00F4BC);
	border-radius: 30px;
	height: 350px;
	width:900px;
	display:flex;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	position: relative;
    margin-left: 190px;
    z-index: 100;
}

.section-b {
	margin-top:-150px;
	margin-left:30%;
}

.screen {
	    width: 340px;
    margin-top: -150px;
    height: 650px;
}

.white {color:white;}

.blurb {
	display: flex;
	align-items: baseline;
	padding:40px 0px;
}

.fire {
	background:url("../img/circle-fire.svg") no-repeat;
	background-size:cover;
	width: 60px;
    height: 60px;
    align-self: normal;
}

.blurb .text {
	width:90%;
padding:10px;
margin-top:-10px;

}

.blurb h2, .blurb h3 {
	margin-top:0;
	text-shadow:  0px 5px 10px rgba(0,0,0,0.3);
}

.ball {
	background:url("../img/ball-blur.jpg");
	background-size:cover;
	width:80%;
	height:500px;
	border-radius:0px 30px 30px 0px;
	margin-top:-150px;
}

.desktop {

    margin-top: 190px;
}

.section-small {
	width:350px;
	height:350px;
	background: linear-gradient(#2AA39B, #00F4BC);
	border-radius:30px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-self: center;
	padding:20px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3)
}

.section-small a {
	font-weight: bold;
	font-size: 30px;
	color: white;
	text-decoration:none;
}

.screens {
	margin-left: 180px;
    margin-top: 50px;
}

.screens img {
	width:400px;
}

.screen-c {
	margin-left:0px;
}

.screen-d {
margin-left: 190px;
    margin-top: -650px;
    position: relative;
    z-index: -2;
}

.ltext {
	margin-left: 230px;
    margin-top: 140px;
}

.text-box a {
	color:black;
}

.contact-btn {
		background:linear-gradient(#2AA39B, #00F4BC);
		border-radius: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		width:240px;
		font-size:30px;
		font-weight: bold;
		color:white !important;
		padding:20px;
		align-self: baseline;
		margin-top: 20px;
		border:none;
		box-shadow:0px 5px 10px rgba(0,0,0,0.2);
		text-decoration:none;

}

.arrow-right {
	background: url("../img/arrow-right.svg") no-repeat;
	width:30px;
	height:30px;
	margin-left: 10px;
	background-position: 50% 90%
}

.wave-down {
	margin-top:-260px;
	background:url("../img/wave.svg") no-repeat;
	background-position: left bottom;
	background-size: 53%;
}

@media all and (max-width:1339px) {
	.desktop {
	    width: 750px;
    margin-top: 190px;
}

}

@media all and (max-width:1024px) {
	.section-a, .section-b {
		margin:auto !important;
		width:90% !important;
	}

	.section-b {
		margin-top:-150px !important;
	}

.cross {
    height: 800px;
    width: 20px;
}

.line-right .line {
	width:90px;
}


.text-box {
	margin-left:0;
}

.container {left:50px;}

.desktop {
	width: 650px;
    margin-top: 190px;
    height: 523px;
}

.right-text {
    position: absolute;
    right: 10px;
    margin-top: 260px;
    width: 40%;
}

.section-small {
    width: 25%;
    height: 400px;
}

.line-right, .line-down {
	display:none;
}

.screens img {
    width: 350px;
}

.screen-d {display:none}

.ltext {
    margin-left: 230px;
    margin-top: 90px;
    width: 40%;
    margin-left: 40px !important;
}

.girl {width: 350px;
    margin-left: -150px;
}

.wave-down {
    margin-top: -150px;}

    .white p {
	font-size: 24px;
}

}
.navbar{
	position: relative;
	z-index: 1;
	left:20%;
	width: 100%;
}
.nav-inner{
	position: absolute;
	display: flex;
	width:50%;
	justify-content: space-around;
}
.nav-inner a{
	background: linear-gradient(#00F4BC,#2AA39B);
    border-radius: 10px;
    display: flex;
    justify-content:center;
    align-items: center;
    width: 155px;
    font-size: 25px;
	font-weight: bold;
	color: #ffffff;
    padding: 15px;
    margin-top:16px;
    border: none;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	text-decoration: none;
	cursor: pointer;
}
.subscribe-head{
    display: flex;
    justify-content: center;
    flex-direction: column;
	align-items: center;
	margin-top: 3%;
}
.sub-inner input[type=text] {
	width:95%;
	margin-bottom: 20px;
	padding: 16px;
	font-weight: normal;
	border: 1px solid #ccc;
	border-radius: 3px;    outline: none;
  }
.information{
    display: flex;
    justify-content:space-evenly;
    margin: 3% 11%;
}
.subscribe-head h1{
    font-size: 2.5rem;
    color:#2AA39B;
}
.subscribe-head p{
    margin: 0px;
    font-size: 18px;
}
.subscribe{
    color: #ffffff;
    background-color: #000000;
}
.personal-information,.payment-deatails{
    display: flex;
    flex-direction: column;
    justify-content: center;   
    width: 45%;
}
.personal-information input,.payment-deatails input{
    margin-bottom:4%;
    padding:4% 0%;
}
.cards-image{
    margin-bottom: 3%;
}
.cards-image img{
    margin-right: 1%;
}
.state-container,.date-container{
    display: flex;
    justify-content: space-between;
}
.state,.zip,.exp-date,.cccv{
    display: flex;
    flex-direction: column;
}
.subscribe-head p {
    text-align: center;
}
input[type="submit"]{
    border:1px;  
    background: linear-gradient(#00F4BC,#2AA39B);
    display: flex;
    justify-content: center;
    height: 50px;
    margin: 0 auto;
    width: 63%;
    margin-bottom: 5%;
    border-radius:25px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    outline: none;
}
.personal-information h3,.payment-deatails h3{
    font-size: 1.7rem;
    font-weight: 400;

}
label span{
    color:#DF001A;
    font-weight: 700;
}
.subscribe-btn span{
    display: flex;
    justify-content: center;
    align-items: center;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
 
body.inner-pages {
    background-color: #0a0e1a;
    color: #c8d0e0;
    font-family: "proxima-nova", "DM Sans", sans-serif; /* typekit proxima-nova first */
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}
 
.wrapper {
    min-height: 100vh;
}
 
/* ── Navbar ───────────────────────────────────────────────── */
.top-header {
    background-color: #0d1120 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
    box-shadow: none !important;
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0;
}
 
.top-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: 64px;
}
 
.top-header .navbar-header {
    display: flex;
    align-items: center;
}
 
.top-header .site-branding img {
    height: 36px;
    width: auto;
    display: block;
}
 
.top-header .navbar-collapse {
    display: flex !important;
    align-items: center;
}
 
.top-header .nav.navbar-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
 
.top-header .nav.navbar-nav li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 6px;
    transition: color 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}
 
.top-header .nav.navbar-nav li a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}
 
/* Active state — last nav item (Customer Care Policy) */
.top-header .nav.navbar-nav li:last-child a {
    color: #f97316;
}
 
.top-header .nav.navbar-nav li:last-child a:hover {
    background: rgba(249, 115, 22, 0.1);
}
 
/* Mobile toggle */
.top-header .navbar-toggle {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 6px 10px;
    cursor: pointer;
    display: none;
}
 
.top-header .navbar-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 4px 0;
    border-radius: 2px;
}
 
/* ── Page Hero Strip ──────────────────────────────────────── */
.privacy_policys {
    padding: 110px 0 80px;
}
 
.privacy_policys .middle-container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 28px;
}
 
/* ── Page Title ───────────────────────────────────────────── */
.privacy_policys .privacy_title {
    font-family: "proxima-nova", "Sora", sans-serif;
    font-size: 1.95rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin: 0 0 1.5rem 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
 
/* Label badge above title — add <span class="policy-label"> in HTML optionally */
.policy-label {
    display: inline-block;
    background: rgba(249, 115, 22, 0.12);
    color: #f97316;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid rgba(249, 115, 22, 0.25);
    margin-bottom: 14px;
}
 
/* ── Intro paragraph ─────────────────────────────────────── */
.privacy_policys > .middle-container > p,
.privacy_policys .middle-container > p:first-of-type {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}
 
/* ── Numbered Sections (outer ol) ────────────────────────── */
.privacy_policys ol {
    list-style: none;
    counter-reset: section-counter;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
 
.privacy_policys > .middle-container > ol > li {
    counter-increment: section-counter;
    background: rgba(255, 255, 255, 0.028);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 24px 28px;
    position: relative;
    transition: border-color 0.2s ease;
}
 
.privacy_policys > .middle-container > ol > li:hover {
    border-color: rgba(255, 255, 255, 0.12);
}
 
/* Section number badge */
.privacy_policys > .middle-container > ol > li::before {
    content: counter(section-counter);
    position: absolute;
    top: 22px;
    left: 28px;
    width: 26px;
    height: 26px;
    background: rgba(249, 115, 22, 0.12);
    border: 1px solid rgba(249, 115, 22, 0.28);
    border-radius: 7px;
    color: #f97316;
    font-size: 11.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
 
/* ── Section Headings (h3 inside li) ─────────────────────── */
.privacy_policys ol > li > h3 {
    font-family: "proxima-nova", "Sora", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
    margin: 0 0 14px 44px; /* indent past the badge */
    padding: 2px 0 0 0;
    line-height: 1.3;
}
 
/* ── Body text inside sections ───────────────────────────── */
.privacy_policys p {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.9rem;
    line-height: 1.78;
    margin: 0 0 10px 0;
}
 
.privacy_policys p:last-child {
    margin-bottom: 0;
}
 
/* ── Bullet lists inside sections ────────────────────────── */
.privacy_policys ul {
    list-style: none;
    padding: 0;
    margin: 6px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
 
.privacy_policys ul li {
    position: relative;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.88rem;
    line-height: 1.75;
}
 
.privacy_policys ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(249, 115, 22, 0.55);
}
 
.privacy_policys ul li p {
    margin: 0;
    color: inherit;
    font-size: inherit;
}
 
/* Nested ul (sub-bullets) */
.privacy_policys ul ul {
    margin-top: 6px;
    margin-left: 12px;
    gap: 4px;
}
 
.privacy_policys ul ul li::before {
    background-color: rgba(255, 255, 255, 0.2);
    width: 4px;
    height: 4px;
    top: 11px;
}
 
/* ── Complaint Handling — nested ordered list ────────────── */
.privacy_policys ol > li > ol {
    list-style: none;
    counter-reset: complaint-counter;
    padding: 4px 0 0 0;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
 
.privacy_policys ol > li > ol > li {
    counter-increment: complaint-counter;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
}
 
.privacy_policys ol > li > ol > li::before {
    content: counter(complaint-counter);
    min-width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.45);
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
    position: static; /* override absolute from parent rule */
    top: auto;
    left: auto;
    width: 24px;
}
 
.privacy_policys ol > li > ol > li p {
    margin: 0;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
}
 
/* ── Table ────────────────────────────────────────────────── */
.privacy_policys table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 14px;
    font-size: 0.83rem;
}
 
.privacy_policys table thead tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
 
.privacy_policys table thead th {
    text-align: left;
    padding: 8px 12px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    white-space: nowrap;
}
 
.privacy_policys table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.15s ease;
}
 
.privacy_policys table tbody tr:last-child {
    border-bottom: none;
}
 
.privacy_policys table tbody tr:hover {
    background: rgba(255, 255, 255, 0.03);
}
 
.privacy_policys table tbody td {
    padding: 11px 12px;
    color: rgba(255, 255, 255, 0.55);
    vertical-align: top;
    line-height: 1.55;
}
 
/* First column — channel name emphasis */
.privacy_policys table tbody td:first-child {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    white-space: nowrap;
}

.inner-pages .container {
	top: 0;
}

.top-header .site-branding img {
    filter: brightness(0) invert(1);
}

.top-header .navbar-collapse.navbar-right {
    margin-left: auto;
    float: none;
}
 
/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 768px) {
    .top-header .nav.navbar-nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        background: #0d1120;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 12px 16px;
        gap: 4px;
    }
 
    .top-header .nav.navbar-nav.open {
        display: flex;
    }
 
    .top-header .navbar-toggle {
        display: block;
    }
 
    .privacy_policys {
        padding: 36px 0 60px;
    }
 
    .privacy_policys .middle-container {
        padding: 0 16px;
    }
 
    .privacy_policys .privacy_title {
        font-size: 1.5rem;
    }
 
    .privacy_policys > .middle-container > ol > li {
        padding: 20px 18px 20px 18px;
    }
 
    .privacy_policys > .middle-container > ol > li::before {
        top: 18px;
        left: 18px;
    }
 
    .privacy_policys ol > li > h3 {
        margin-left: 40px;
    }
 
    .privacy_policys table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media only screen and (max-width: 768px){
    .subscribe-inner{
        margin: 0;
    }
}
@media only screen and (max-width: 576px){
    .subscribe-head p{
        margin: 0% 2%;
    }
    .subscribe-inner{
        flex-direction: column;
        margin: 3% 7%;
    }
    .personal-information,.payment-deatails{
        width: 100%;
    }
    .state-container,.date-container{
        flex-direction: column;
    }
}
