@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;&display=swap');


body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    color: black;
    overflow-x: hidden;
    overflow-y: scroll;
    background-repeat: no-repeat;
    background-color: white;
}
  
html {
    scroll-behavior: smooth;
}

#home{
    width: 100vw; 
    height: 100vh !important; 
    z-index: 1; 
    max-width: 100%; 
    padding-top: 160px;
}

.navlogo{
    width: 45px;
    height: auto;
}

.bg-custom{
    background-color: rgba(242, 245, 249, 0.8);
    backdrop-filter: blur(5px);
    min-height: 90px !important;
    border-bottom: 2px solid #DCE2EA !important;
}

@media (min-width: 768px) {

    .bg-custom{
        background-color: rgba(242, 245, 249, 0.8);
        backdrop-filter: blur(5px);
        height: 90px !important;
        border-bottom: 2px solid #DCE2EA !important;
    }
    
    .navbar-nav {
        float:none;
        margin:0 auto !important;
        display: block;
        text-align: center;
    }
    
    .navbar-nav > li {
        display: inline-block;
        float:none;
    }

    .navlogo{
        width: 45px;
        height: auto;
        margin-left: 1em;
    }
  }

.btn-dash{
    color: black !important;
    border-radius: 10px !important;
    background-color: #E4E8EC !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    display: inline-block;
    transition: 0.3s;
    margin-right: 0.5em;
    margin-top: 0.5em;
    padding: 10px 28px !important;
    font-family: "Poppins", sans-serif;
    z-index: 1;
    border: 2px solid #DCE2EA !important;
}

.btn-dash:hover {
    cursor: pointer;
    border: 2px solid #DCE2EA !important;
  }

.sub-text{
    font-size: 1.2em;
    font-weight: 400;
}

.learn-more-btn{
    color: black !important;
    border-radius: 10px !important;
    background-color: white !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    display: inline-block;
    transition: 0.3s;
    margin-top: 1.2em;
    padding: 10px 30px !important;
    width: 160px;
    font-family: "Poppins", sans-serif;
    z-index: 1;
    border: 2px solid #DCE2EA !important;
}

.learn-more-btn:hover {
    cursor: pointer;
    border: 2px solid #DCE2EA !important;
  }

.buy-now-btn{
    text-align: center !important;
    color: white !important;
    border-radius: 10px !important;
    background: linear-gradient(90deg, #5AB2FF 25.84%, #6D52FF 73.54%);
    font-weight: 500 !important;
    font-size: 16px !important;
    display: inline-block;
    transition: 0.3s;
    margin-top: 1.2em;
    padding: 10px 30px !important;
    width: 160px;
    font-family: "Poppins", sans-serif;
    z-index: 1;
    border: 2px solid #DCE2EA !important;
}

.buy-now-btn:hover {
    cursor: pointer;
    border: 2px solid #DCE2EA !important;
}

.dash-land-img{
    position: relative;
    z-index: 999;
    margin-top: 40px;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {

    .dash-land-img{
        position: relative;
        z-index: 999;
        margin-top: 75px;
        max-width: 80% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .gradient-text {
        background: linear-gradient(90deg, #5AB2FF 25.84%, #6D52FF 73.54%);
    
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

}

@media (min-width: 1200px) {

    .dash-land-img{
        position: relative;
        z-index: 999;
        margin-top: 75px;
        max-width: 90% !important;

        animation: shadow-animate 3s ease-in-out infinite alternate-reverse both;
    }
}

.purp-blob{
    position: absolute;
    width: 561px;
    height: 561px;
    left: 0px;
    top: 700px;
    z-index: -1;

    background: #7336FF;
    filter: blur(200px);

    animation: breathe 5s ease-in-out infinite alternate-reverse both;
}

.blue-blob{
    position: absolute;
    width: 561px;
    height: 561px;
    right: 0;
    top: 700px;
    z-index: -1;

    background: #4DF8FF;
    filter: blur(200px);

    animation: breathe 5s ease-in-out infinite alternate both;
}

@media (max-width: 768px) {

    .blue-blob{
        display: none;
    }

    .purp-blob{
        display: none;
    }
}

/* About */

#about{
    width: 100%; 
    z-index: 1; 
    max-width: 100%; 
    padding: 80px 0;
    background-color: #F2F5F9;
    position: relative;
    z-index: 999;


    border-bottom: 2px solid #DCE2EA !important;
    box-shadow: 0px -3px 30px rgba(0, 0, 0, 0.15);
}

.about-header-div{
    margin-bottom: 2em;
    text-align: center;
}

.about-header {
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
}

.p-text{
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
}

.view-pricing-btn{
    text-align: center !important;
    color: white !important;
    border-radius: 10px !important;
    background: linear-gradient(90deg, #5AB2FF 25.84%, #6D52FF 73.54%);
    font-weight: 500 !important;
    font-size: 16px !important;
    display: inline-block;
    transition: 0.3s;
    margin-top: 1.2em;
    padding: 10px 30px !important;
    width: 170px;
    font-family: "Poppins", sans-serif;
    z-index: 1;
    border: 2px solid #DCE2EA !important;
}

.view-pricing-btn:hover {
    cursor: pointer;
    border: 2px solid #DCE2EA !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 17px;
}

#about .row{
    width: 98%;
    margin: 0 auto;
}

@media (min-width: 768px) {

    #about{
        width: 100%; 
        z-index: 1; 
        max-width: 100%; 
        padding-top: 160px;
        background-color: #F2F5F9;
        position: relative;
        z-index: 999;
    
    
        border-bottom: 2px solid #DCE2EA !important;
        box-shadow: 0px -3px 30px rgba(0, 0, 0, 0.15);
    }

    .about-header {
        font-size: 1.5em;
        font-weight: 700;
        margin-top: 80px;
    }
}

@media (min-width: 992px) {

    .about-header-div{
        margin-bottom: 2em;
        text-align: left;
    }

    .about-header {
        font-size: 1.5em;
        font-weight: 700;
        margin-top: 80px;
        text-align: left;
    }
    
    .p-text{
        font-size: 1.2em;
        font-weight: 400;
        text-align: left;
    }

    #about .row{
        width: 95%;
        margin: 0 auto;
    }

}

/* Features */

#features{
    width: 100%; 
    z-index: 1; 
    max-width: 100%; 
    position: relative;
    z-index: 1;

    padding: 10px 0;
}

.feature-container{
    border-radius: 10px;
    min-height: 250px;
    margin-bottom: 2em;

    background-color: #F2F5F9;
    border: 2px solid #DCE2EA;

    transition: 0.25s;
}

.feature-container:hover{
    cursor: pointer;
    background-color: #6678FF;
    color: white;
}

.features-top-container{
    margin-top: 80px;
}

.feature-text{
    font-size: 1em;
    font-weight: 400;
}

.feature-icon{
    width: 80px;
    height: auto;
}

#features .row{
    padding-top: 2em;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    #features{
        width: 100%; 
        z-index: 1; 
        max-width: 100%; 
        position: relative;
        z-index: 1;

        padding-top: 40px;
        padding-bottom: 100px;
    }
}

@media (min-width: 1200px) {

    #features .row{
        padding-top: 2em;
        width: 90%;
        margin: 0 auto;
    }
}

/* Pricing */

#pricing{
    width: 100%; 
    z-index: 1; 
    max-width: 100%; 

    padding: 80px 0;
    background: linear-gradient(280.28deg, rgba(115, 54, 255, 0.9) 0.59%, rgba(77, 248, 255, 0.85) 100%);
    position: relative;
    z-index: 999;


    border-bottom: 2px solid #DCE2EA !important;
    box-shadow: 0px -3px 30px rgba(0, 0, 0, 0.15);
}

.centerFeatures{
    margin-left: 70px;
}

@media (max-width: 768px) {
    .widthcss{
        width: 95%;
        margin: 0 auto;
    }
}

.pricingCard{
    border-radius: 10px;
    min-height: 450px;
    max-width: 400px;
    margin: 50px auto;

    background-color: #F2F5F9;
    border: 2px solid #DCE2EA;

    transition: 0.25s;
}

#pricing h4{
    font-weight: 400 !important;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

ol, ul {
    padding-left: 0 !important;
}

#pricing ul li:before {
    content: '✓';
    padding-right: 0.75em;
  }

.checkout-btn{
    text-align: center !important;
    color: black !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    font-family: "Poppins", sans-serif;

    border-radius: 10px !important;
    background-color: #E4E8EC;
    border: 2px solid black !important;
    width: 100%;

    padding: 10px 30px !important;
    margin-bottom: 1em;
    
    display: inline-block;
    transition: 0.3s;
    z-index: 1;
}

.checkout-btn:hover {
    cursor: pointer;
    border: 2px solid black !important;
    background-color: black;
    color: white !important;
}

/* FAQ */

#faq{
    width: 100%; 
    z-index: 1; 
    max-width: 100%; 

    padding: 80px 0;
    position: relative;
    z-index: 999;


    border-bottom: 2px solid #DCE2EA !important;
    box-shadow: 0px -3px 30px rgba(0, 0, 0, 0.15);
}

.sectionHeader{
    width: 95%;
    margin: 0 auto;
}

@media (min-width: 768px) {

    .sectionHeader{
        width: 90%;
        margin: 0 auto;
    }
    .accordionWidth{
        width: 80%;
        margin: 0 auto;
    }
}

.accordion-button:focus {
    box-shadow: none !important;
    border-color: rgba(0,0,0,.125) !important;
    outline: none !important;
}

.accordion-button:not(.collapsed) {
    color: #7336FF !important;
    background-color: #E4E8FF !important;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237336FF'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  }

/* Footer */

.footer {
    padding-bottom: 2em;
    padding-top: 4em;
    margin: auto;

    width: 90%;
    background-color: white;
}

.footer-text{
    font-size: 0.9em;
    text-decoration: none;
    color: rgba(0,0,0,0.8);
    font-weight: 400;
    margin-bottom: 1em;

    transition: 0.2s;
}

.footer-text:hover{
    color: rgba(0,0,0,1);
}

.footer-header{
    font-size: 0.9em;
    text-decoration: none;
    color: black;
    font-weight: 600;
    margin-bottom: 1em;
}

.footer-header:hover{
    color: black;
}

.foot-left{
    text-align: left;
    padding-bottom: 0.5em;
}

.foot-right{
    text-align: right;
    padding-bottom: 0.5em;
}

.logo-foot{
    color: black !important;
    text-decoration: none;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 22px;

    white-space: nowrap;
}

@media (min-width: 768px) {
    .grid-container {
        grid-template-columns: auto auto auto auto;
        justify-content: space-evenly;
        display: grid;
    }

    .footer {
        width: 100%;
        background-color: #F5F9FD;
    }
  }

/* Key Frames */

@keyframes breathe {
    from {background: #7336FF;}
    to {background-color: #4DF8FF;}
  }

  @keyframes shadow-animate {
    from {

    }
    to {
        filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.2));
        transform: translateY(15px);
    }
  }