@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:#1A416A;
}
h1 {
    font-size: 60px;
    font-weight:600;
}
h2, h3 {
    color: #00FFFF;
    font-size: 45px;
    margin-bottom: 20px;
}
p, li {
    font-size: 20px;
    margin-bottom: 30px;
}

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: #1A416A;
}
.fa-star {
    margin-right:2px;
    color: #FFD907
}
.secondaryBg {
    background: #242424;
}
.logo {
    width: 150px
}
.btn-primary {
    border-radius: 35px;
    background: #1A416A;
    border: 1px solid #1A416A;
    color:#fff;
    font-size: 25px;
    padding: 5px 35px;
    font-weight: 600;
}
.card {
    background: #315793;
    color: #F8F8F8
}
.card-title {
    font-size: 22px; 
}
.card-text {
    font-size: 16px;
    color: #fff
}
.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: 4rem 0 0rem 0;
    background: no-repeat center top / cover url("../../images/header.png");
    height: 91vh;
    text-align:center;
    color:#1A416A;
    margin-top:5rem;
}
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 h4 {
    color: #71F3FD;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
}
.secSpecs p span {
    font-size: 16px;
}
.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 right / cover url("../../images/tech-bg.png");

}
.secFullTwo img {
    height: 100px; 
    width: auto;
    padding: 15px;
}


.secFullThree {
    background: #DBE5F4;
    padding: 2rem 0px;
    color:#1A416A;
}
.secFullThree h3 {
    color:#1A416A;   
}
.comp {
    background: #DBE5F4;
    color:#1A416A;   
}
.comp .row {
    width: 80%;   
}
.comp h2 {
    color:#1A416A; 
    text-align:center;
}
.comp p {
    color:#1A416A; 
    text-align:center;
}
.comp .col-3,
.comp .col-6 {
    padding:0px; 
}
.comp .check {
    background: #ADC4DE;
}
.comp ul {
    padding-left: 0rem;
    margin-bottom: 0;
}
.comp li {
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    padding: 25px 0px;
}
.comp li img {
    height: 25px;
}
.comp li:first-child {
    margin-bottom: 0;
    padding-top:25px;
    height: 100px;
}
.comp li:first-child img {
    height: 50px;
    width: auto;
}
.comp li.fw-bold {
    padding-top:35px;
}

.comp li::before {
    content: " ";
    background: initial;
    position: initial;
    width: initial;
    height: initial;
    left: initial;
    top: initial;
}

.reviews .card-title {
    padding: 15px 0px 5px 0px;
}
.secCTA {
    background:#DBE5F4;
}
.secCTA h2 {
    color:#1A416A;
    text-align:center;
}
.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;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
    box-shadow: 0;
}
.accordion-body {
    text-align: left;
}
@media (max-width: 991px) { 
    .comp .row {
        width:95%;   
    }
}

@media (max-width: 767px) {

    h1 {
        font-size: 35px;
        font-weight:600;
    }
    h2, h3 {
        color: #71F3FD;
        font-size: 30px;
        margin-bottom: 20px;
    }
    p, li {
        font-size: 16px;
    }
    .header {
        padding: 2rem 1rem 2rem 1rem;
        text-align: center;
        height: 60vh;
    }
    .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
    }
    .comp {
        padding: 2rem 0;
    }
    .comp li img {
        height: 17px;
    }
    .comp li:first-child {
        margin-bottom: 0;
        padding-top: 20px;
        height: 60px;
    }
    .comp li:first-child img {
        height: 30px;
        width: auto;
    }
    .secFullTwo {
        padding: 3rem 0px
    }
    .secCTA {
        text-align:center;
    }
    .subPage {
        padding: 6rem 0.5rem;
    }
    footer {
        text-align:center;
        padding: 1rem 0 0 0;
    }
    footer h5 {
        margin-top: 25px;
    }
    

}
@media (max-width: 399px) {
    .comp li {
        font-size: 13px;
    }
    .btn-primary {
        font-size: 20px;
        padding: 5px 25px;
    }
}