﻿body {
    font-family: Helvetica Neue, Arial;
    -webkit-font-smoothing: antialiased;
    background: transparent url('../Images/Mask Group 10.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}

.header {
/*    padding: 0px 243px;*/
    display: flex;
    justify-content: space-around;
    position: fixed;
    width: 100%;
    z-index: 9999;
    align-items: center;
    background: #00000022 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

.header-btn {
    padding: 5px 12px;
    background: #E42327 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family:Helvetica Neue;
    font-size:12px;
    font-weight:bold;
}

.text {
    text-align: left;
    font-family: Helvetica Neue;
    font-weight:bold;
    font-size:24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-weight:bold;
}

.home-section {
    padding: 170px 0 72px 0;
}

.home-section .sec-text{
    max-width:835px;
    display:block;margin:auto;
}
.app-icon {
    width: 62px;
    height: 62px;
    display: inline-block;
    margin-right: 11px
}
.sec-title {
    overflow: hidden;
    font-family: Helvetica Neue;
    font-size: 80px;
    text-align: center;
    line-height: 96px;
    color: #FFFFFF;
    font-weight:bold;
}
.bottom-80 {
    margin-bottom: 80px
}
.left-col {
    text-align: left;
    float: left
}

.right-col {
    text-align: right;
    float: right
}
.sec-sub-title {
    font-family: Helvetica Neue;
    font-size: 80px;
    line-height: 96px;
    color: white;
    text-align: center;
    overflow: hidden;
    font-weight: 300;
}
.sec-text {
    overflow: hidden;
    font-family: Helvetica Neue;
    font-size: 24px;
    text-align: center;
    line-height: 29px;
    color: #FFFFFF;
   font-weight:normal;
}
.Desktop-Body-2 {
    overflow: hidden;
    font-family: Helvetica Neue;
    font-size: 18px;
    text-align: left;
    line-height: 22px;
    color: #FFFFFF;
    display:block;
    margin-top:20px;
    font-weight:normal;
}
.Desktop-Heading-1 {
    overflow: hidden;
    font-family: Helvetica Neue;
    font-size: 80px;
    text-align: left;
    line-height: 97px;
    color: #FFFFFF;
    font-weight:bold;
}
.Desktop-Heading-2 {
    overflow: hidden;
    font-family: Helvetica Neue;
    font-size: 64px;
    text-align: center;
    line-height: 70px;
    color: #FFFFFF;
    font-weight:bold;
}
.Desktop-Heading-3 {
    overflow: hidden;
    font-family: Helvetica Neue;
    font-size: 40px;
    text-align: center;
    line-height: 49px;
    color: #FFFFFF;
    font-weight:bold;
}

.full-width-mobile {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    max-width:450px;
}
.get-app-desktop{
    display:initial;
}

.get-app-tablet{
    display:none;
}
.app-link {
    margin-top: 46px;
    display: flex;
    gap: 20px
}
.anywhere-section {
    background: transparent linear-gradient(0deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 120px
}

    .anywhere-section .sec-text{
        display:block;
        margin:auto;
        max-width:810px;
    }
    .activate-section {
        position: relative;
        background: #000000 0% 0% no-repeat padding-box;
        opacity: 1;
        background-image: url('../Images/Group 1-1.png'), url(../Images/verticalLines.png);
        background-repeat: no-repeat, no-repeat;
        background-size: 100% auto,20% auto;
        padding-top: 170px;
        padding-bottom: 425px;
        background-position: top left -150px, top 170px left 64%;
    }
        .activate-section .Desktop-Body-2{
            display:block;max-width:450px;
        }
        .sub-activate-section {
            margin-top: 15%; /*278px*/
            margin-left: 56%;
        }
.new-line {
    display: block;
}

.flex {
    display: flex;
    flex: 1;
    gap: 32.5px;
    justify-content: center;
}



.alert-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background: transparent url('../Images/Group 26.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    background-size:cover;
}
    .alert-section .row {
        display: flex;
        flex-direction: inherit;
        gap: 70px;
        align-items: center;justify-content:right;
    }

.tracking-section .row {
    display: flex;
    flex-direction: inherit;
    gap: 75px;
    align-items: center;
}
.new-line-mobile {
    display: inline-block;
}

.tracking-section {
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 1;
    padding-bottom: 107px;
    padding-top: 107px;
}
    .tracking-section .hide-mob {
        display: block;
        max-width: 450px;
    }

    .apps-section {
        background: #000000 0% 0% no-repeat padding-box;
        opacity: 1;
        padding-top: 120px;
        padding-bottom: 199px;
    }
    .apps-section .new-line{
        display:block;
    }

    .apps-section .new-line-ipad {
        display: none;
    }
   
.community-row {
    margin-top:80px;
    display: table;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 78px
}
.txt-community {
    display: block;
    margin-top: 21px;
    color: white;
    font-family:Helvetica Neue;
    font-size:24px;
    text-align:center;
    line-height:29px;
    font-weight:bold;
}
.community-img{
    width:100px;height:100px;
}

.settings-section {
    position: relative;
    padding-top: 402px;
    padding-bottom: 403px;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 1;
    background-image: url('../Images/Mask Group 12.png');
    background-repeat: no-repeat;
    background-size:920px auto;
    background-position: left -115px top 120px;
}
.settings-section-contents{
    margin-left:52%;
}
.settings-section .new-line{
    display:block;
}
.settings-section .new-line-ipad {
    display: none;
}
.ipad-phone-background {
    background-image: url('../Images/Component 1 – 1.png');
    background-repeat: no-repeat;
    background-position: right center;background-size:contain;
}
.power-section {
    background: #151517 0% 0% no-repeat padding-box;
    opacity: 1;
    padding-top: 120px;
    text-align: center;
}
    .power-section .Desktop-Body-2{
        display:block;margin:auto;max-width:450px;margin-top:20px;
    }
    .power-section-background {
        background-image: url('../Images/magsafe__wkeiwwe9e36i_large_2x.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left -120px top;
    }
.power-section .Desktop-Body-2{
    text-align:center;
    padding-bottom:55px;
}
.power-section-background-mobile {
    display: none
}

.reverse-col {
    display: block;
}
.policies-section {
    padding-top: 170px;
    padding-bottom: 199px;
    margin:auto;
    max-width:834px;
    width:100%;
}

.underline-lnk {
    overflow: hidden;
    font-family: Helvetica Neue, Arial;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    color: #000000 !important;
    line-height: 20px;
}



.new-line-ipad {
    display: none;
}



.support-col {
    margin-top: 96.6px;
    display: flex;
    justify-content: center;
    gap:32px;
}

.support-content, .support-content-first {
    height: 215.75px;
    width: 282.11px;
    vertical-align: top;
    padding: 20px 16.4px 29px 16.4px;
    background: url('../Images/iPad Frame Support.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 39.7px
}

footer {
    background: #1A1A1A 0% 0% no-repeat padding-box;
    opacity: 1;
    padding-top:30px;
    padding-bottom:86px;
}
.legal{
    margin-top:30px;
}
.footer-lnk {
    font-family: Helvetica Neue;
    font-size: 20px;
    text-decoration: underline;
    text-align: center;
    line-height: 24px;
    color: #ffffff !important;
    font-weight:normal;
}

.footer-img {
    margin-right: 40px;
}

.pages {
    margin-top: 61px;
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.left-community {
    float: none;
    display: table-cell;
    vertical-align: top;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #1A1A1A 0% 0% no-repeat padding-box;
    border-radius: 18px;
    opacity: 1;
}
.right-community {
    float: none;
    display: table-cell;
    vertical-align: top;
    width: 450px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #1A1A1A 0% 0% no-repeat padding-box;
    border-radius: 18px;
    opacity: 1;
}


.hide-wide{display:none}


.hero-apps {
    margin-top: 45px;
    margin-bottom: 83px
}

.hero-img {
    overflow: hidden;
    margin-bottom: 80px;
    margin-top: 80px
}
.right-align {
    text-align: right
}

.right-align > img{
    width:434px;height:auto;
}

.community-link {
    margin-top: 30px
}
.settings-section .Desktop-Body-2{
    display:block;max-width:450px;
}
.settings-section .bottom-shadow {
    position: absolute;
    bottom: 0px;
    height: 32%;
    width: 50%;
    background: transparent linear-gradient(0deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}
.activate-section .bottom-shadow {
    position: absolute;
    bottom: 0px;
    height: 20%;
    width: 52%;
    background: transparent linear-gradient(0deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}
.activate-bottom-sahdow {
    background: transparent linear-gradient(0deg, #000000 40px, #00000000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 120px;
    position: absolute;
    bottom: 0;
    width: 100%;
    filter: drop-shadow(0 -41px 1rem #000000);
}