@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,600;1,800;1,900&display=swap');
body {
    font-family: "Poppins", sans-serif;
    color: #F8F8F8;
    background:#000;
}
h1 {
    font-size: 60px;
    font-weight:600;
}
h2, h3 {
    color: #71F3FD;
    font-size: 45px;
    margin-bottom: 20px;
}
p, li {
    font-size: 20px;
}

li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px;
    list-style: none;
}
li::before {
    content: " ";
    background: url(../../images/tick.svg) no-repeat center center / contain;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 5px;
}

.accentText {
    color: #71F3FD;
}
.fa-star {
    margin-right:2px;
    color: #FFD907
}
.secondaryBg {
    background: #242424;
}
.logo {
    width: 200px
}
.btn-primary {
    border-radius: 35px;
    background: #71F3FD;
    border: 1px solid #71F3FD;
    color:#000;
    font-size: 25px;
    padding: 5px 35px;
    font-weight: 600;
}
.card {
    background: #242424;
    color: #F8F8F8
}
.card-title {
    font-size: 22px; 
}
.card-text {
    font-size: 16px;
    color: #cfcfcf
}
.header {
    background: rgb(59,59,59);
    background: linear-gradient(183deg, rgba(59,59,59,1) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 100%);
    padding: 5rem 0 1rem 0;
}
section {
    padding: 4rem 0;
}
.features {
    padding: 0rem 0;
}
.features .card {
    text-align: center;
}
.features .card h2 {
    font-size: 65px;
    font-weight:600;
    margin-bottom: 10px;
}
.secTwo .tick {
   width: 35px; 
   padding-right:10px;
}
.secTwo h3 {
    color: #71F3FD;
    font-size: 25px;
    line-height:25px;
    margin-bottom: 15px;
    font-weight: 600;
}
.secTwo p {
    line-height: 30px;
}
.secSpecs .card {
    text-align: center;
    --bs-card-border-width: 0;
}
.secSpecs .card .card-footer {
    background: #242424c2;
    padding: 25px;
}
.secSpecs .card .card-footer h5 {
    color: #71F3FD;
    font-size: 25px;
    font-weight:600;
}
.secSpecs .card .card-footer p {
    color: #fff;
    font-size: 16px;
}
.ftOne {
    background: no-repeat center top / cover url("../../images/feat-one.jpg");
    height: 50vh;
}
.ftTwo {
    background: no-repeat center top / cover url("../../images/feat-two.jpg");
    height: 45vh;
}
.ftThree {
    background: no-repeat center top / cover url("../../images/feat-three.jpg");
    height: 45vh;
}
.ftFour {
    background: no-repeat center top / cover url("../../images/feat-four.jpg");
    height: 50vh;
}
.secFull {
    background: no-repeat center bottom / cover url("../../images/overview.jpg");
    height: 90vh
}
.secFullTwo {
    background: no-repeat center center / cover url("../../images/waterproof.jpg");
    padding: 15rem 0px
}
.secFullTwo h2 {
    font-size: 65px;
    font-weight:600;
}
.secFullTwo h3,
.secFullThree h3 {
    font-size: 40px;
}
.secFullThree {
    background: no-repeat center center / cover url("../../images/charger.jpg");
    padding: 5rem 0px
}
.reviews .card-title {
    padding: 15px 0px 5px 0px;
}
.secCTA {
     padding: 0rem 0;
}
.subPage {
    background:#fff;
    color:#000;
    padding-top: 10rem;
}
.subPage h1 {
    font-size: 40px;
}
.subPage h3 {
    color:#000;
    font-size: 30px;
}
.subPage li {
    list-style: initial;
    padding-left: 10px;
}
.subPage li::before {
    content: " ";
    background: initial;
    position: initial;
    width: initial;
    height: initial;
    left: initial;
    top: initial;
}
footer {
     padding: 5rem 0 0 0;
}
footer p {
    margin-bottom: 5px;
    font-size: 16px;
}
footer a {
    color:#fff;
    text-decoration:none;
}
footer h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
}
@media (max-width: 912px) { 
}

@media (max-width: 767px) {
    .navbar .container {
        text-align:center;
        justify-content: center !important;
    }
    h1 {
        font-size: 35px;
        font-weight:600;
    }
    h2, h3 {
        color: #71F3FD;
        font-size: 30px;
        margin-bottom: 20px;
    }
    p, li {
        font-size: 16px;
    }
    .header {
        padding: 7rem 1rem 2rem 1rem;
        text-align:center;
    }
    .header img {
        width: 60%!important;
        margin: auto;
        padding: 25px;
    }
    section {
        padding: 2rem 1rem;
    }
    .features {
        padding: 0rem 1rem;
    }
    .secFull {
        background: no-repeat 35% / cover url("../../images/overview.jpg");
        height:50vh
    }
    .secFullTwo {
        padding: 6rem 0px
    }
    .secCTA {
        text-align:center;
    }
    .subPage {
        padding: 6rem 0.5rem;
    }
    footer {
        text-align:center;
    }
    footer h5 {
        margin-top: 25px;
    }

}