﻿ 
body {
    font-family: Outfit;
    font-size: 14px;
}

#footer_container p {
    font-size: 16px;
}

p {
    font-size: 22px;
    font-family: Jost;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
}

ul {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: Outfit;
    font-weight: 600;
    font-style: normal;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p {
    color: #fff;  
}
h1 {  font-size: 62px; }
h2 {  font-size: 56px; }
h3 {  font-size: 40px; }
h4 {  font-size: 26px; }
h4 {  font-size: 24px; }
h6 {  font-size: 20px; }


ul.check li:before, ul.xmark li:before, ul.dot li:before {
   
    font-family: 'Font Awesome 6 Free';
    margin: 0 5px 0 -30px;
    color: #000;
    font-weight: 900;
    font-size: 24px;
}

ul.check li:before {
    content: '\f00c';
    color: #d77421;
}

ul.xmark li:before {
    content: '\f00d';
    color: #b40308;
}

ul.dot li:before {
    content: '\f111';
    font-size: 12px;
}

.html-content li {
     list-style: none; 
    margin-left: 0px;
}

.purple {
    color: #272686;
}
.purple-icons svg {
    fill: #272686;
}

header .navbar li a {
    font-family: Outfit;
    font-size: 18px;
}

.top-info {
    background: #09090a;
    color: #fff;
    height: 40px;
    padding-top: 8px;
}

    .top-info a, .top-info i {
        color: #fff;
    }

    .top-info .personal-info {
        color: #fff;
        float: left;
    }
.align-center {
    display: flex;
    justify-content: center;
}
.align-middle {
    display: flex;
    align-items: center;
}


.ownmenu ul.dropdown:before {
    color: #ffc362;
}

.ownmenu ul.dropdown, .ownmenu ul.dropdown li ul.dropdown {
    background: #ffc362;
}

    .ownmenu ul.dropdown li a {
        padding: 8px 15px;
        font-size: 16px;
        line-height: 25px;
        border-radius: 0px;
        color: #333;
    }

    .ownmenu ul.dropdown li ul.dropdown li a {
     
        font-size: 16px;
    }

.accordion-item {
    margin-bottom: 10px;
}

.accordion-header {
    background-color: #e0d5f1;
    padding: 10px;
}

.accordion-button {
    color: #000;
    font-size: 28px;
    background-color: transparent;
}

    .accordion-button:not(.collapsed) {
        color: #0c63e4;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .accordion-button:focus {
        border-color: none;
        box-shadow: none;
    }

.accordion-body {
    font-size: 18px;
    background-color: #f2f2f2;
}


.px-hero {
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: #f2ecf8;
    padding: 20px;
    padding-top: 1px;
    font-family: 'Jost';
    font-family: Outfit;
    overflow: hidden;
}

.px-hero.home-page {
     height: 800px;   
}
.px-hero.details-page {
     height: 650px;   
}

.px-hero.details-page .container {
    margin-left:150px 
}

.px-hero-bg {
    position: absolute;
    /*  top: 0;*/
    left: 0;
    width: 100%;
    max-height: 90vh;
    background-image: url('/Content/Custom/Plannexa/bg/hero-1.jpg');
    background-size: cover;  
    transition: background 1s linear;
  
}

.home-page .px-hero-bg {
    height: 800px;
    background-position: 50% 25%;
    filter: brightness(70%);
}

.details-page .px-hero-bg {
    height: 650px;
    background-position: center;
    filter: brightness(60%);
}


.px-hero-content {
    width: 65%;
    margin-top: 150px;
    text-align: left;
}
.details-page .px-hero-content {
    margin-top: 120px;
    width: 50%;
}

.px-hero .yellow {
    color: #ffc254;
}
.px-hero-content h1 {
    font-weight: 700;
    font-size: 70px;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px
}


.px-hero-content h2 {
    font-weight: 700;
    font-size: 65px;
    line-height: 1;
    color: #ffc254;
    margin-bottom: 15px
}

.px-hero-content h3 {
    font-weight: 700;
    font-size: 58px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px
}

.px-hero-content h4 {
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px
}

.px-hero-content h6 {
    font-weight: normal;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.px-hero-content p {
    font-size: 30px;
    color: #fff;
}
    .px-hero-content p.text-md {
        font-size: 24px;
        color: #fff;
    }

.px-hero-sub-cta {
    padding-top:40px;
}

.px-hero-footer {
    font-size: 18px !important;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
}

.white-lavendar-gradient {
    background: linear-gradient(to bottom, #fff, #efecf2 25%, #efecf2 75%, #fff)
}
    .white-lavendar-gradient .rad-white {
         background-image: radial-gradient(#ffffff, rgb(255 255 255 / 0.05), transparent);
    }
.btn-primary {
    background: #ffc254;
    color: #272686;
    border-color: #ffc254;
}

    .btn-primary:hover {
        background: #e6af4a;
        color: #272686;
        border-color: #ffc254;
        transition-property: background-color, transform;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }

    .btn-primary .fa {
        color: #272686;
    }

.btn-secondary {
    background: #4f14a8;
    color: #fff;
    border-color: #4f14a8;
}

    .btn-secondary:hover {
        background: #37126d;
        color: #fff;
        border-color: #4f14a8;
        transition-property: background-color, transform;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }

    .btn-secondary .fa {
        color: #fff;
        margin-left: 10px;
    }

.btn-white {
    background: #fff;
    color: #272686;
    border-color: #272686;
}

    .btn-white:hover {
        background: #e4e4e4;
        color: #272686;
        border-color: #272686;
        transition-property: background-color, transform;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }

    .btn-white .fa {
        color: #272686;
        margin-left: 10px;
    }

.btn {
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 10px;
    text-shadow: none;
}

.btn-lg {
    padding: 15px 30px;
    font-size: 18px;
}



.plannexa {
    display: unset;
    font-weight: bold;
    color: #333;
}

    .plannexa span {
        color: #4f14a8;
    }

.PX-highlight {
    width: 100%;
    padding: 30px 40px;
    background-color: #ffc254;
    border-radius: 20px;
    margin-bottom: 20px;
}

    .PX-highlight .pxh-icon {
        width: 90px;
        text-align: center;
        margin: 0 auto;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .PX-highlight .pxh-title {
        width: 100%;
        margin-bottom: 20px;
        min-height: 100px;
        display: flex;
        align-items: center;
    }

    .PX-highlight .pxh-content {
        width: 100%;
        text-align: justify;
        margin-bottom: 15px;
        min-height: 160px;
    }

    .PX-highlight .pxh-cta {
        width: 100%;
    }




.px-box {
    background-color: #f4f0fb;
    border-radius: 20px;
    padding: 20px;
    margin: 5px 1px 5px 1px;
}

.px-box-area-white .px-box {
    background-color: #fff;  
}
.px-box-area-light-purple .px-box {
    background-color: #dbcdef;
}

.px-box.purple {
    background-color: #4d2a85;   
}
.px-box-icon {
    width: 90px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    border-radius: 15px;
    background-color: #b40308;
    display:flex;
    align-items: center;
    justify-content:center;
}
.px-box-icon svg {
   fill: #fff;
}
    .px-box-icon .fa {
        color: #fff;
        font-size: 48px;
    }


.px-box-check {
    width: 40px;
    text-align: center;
    margin: 0 auto;
    padding: 3px;
    border-radius: 10px;
    background-color: #4f14a8;
   
    align-items: center;
}

    .px-box-check.lg {
        width: 60px;
        padding:6px;
    }
    .px-box-check:before {     
        content: '\f00c';
        font-family: 'Font Awesome 6 Free';       
        color: #fff;
        font-weight: 900;
        font-size: 24px;
    }

    .px-box-check.lg:before {
        font-size: 32px;
    }

.px-box.purple .px-box-check {
    background-color: #dbd4e7;
}

    .px-box.purple .px-box-check:before {
        color: #4d2a85;
    }


.px-box-content  {
   margin-top:5px;
}
    .px-box-content h3 {
        color: #000;
        font-size: 24px;
    }

    .px-box-content h4 {
        color: #b40308;
        font-size: 24px;
    }

    .px-box-content p {
        font-size: 18px;
        margin-bottom: 0px;
        line-height: 20px;
        text-align: justify;
    }

    .px-box-content ul {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .px-box-content ul li {
        margin-bottom: 20px;
    }

 



.px-box.purple .px-box-content h4, .px-box.purple .px-box-content p {
    color: #fff;
}



.px-pricing-item {
    background-color: #f4f0fb;
    border-radius: 20px;
    padding: 20px;
    margin: 5px 1px 5px 1px;
}


    .px-pricing-item h3 {
        color: #000;
        font-size: 24px;
        height: 60px;
    }

    .px-pricing-item h6 {
        font-size: 18px;
        margin-bottom: 0px;
        line-height: 20px;
        text-align: justify;
        height: 60px;
        font-weight: normal;
    }


    .px-pricing-item p {
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 20px;
        text-align: justify;
        height: 125px;
    }


    .px-pricing-item ul {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .px-pricing-item ul li {
        margin-bottom: 5px;
    }


.px-pricing-item ul.check {
    font-size: 16px;
}

.px-pricing-item ul.check li:before {
    margin: 0 5px 0 -28px;
    color: #000;
    font-size: 18px;
}

.px-pricing-item .btn {
    width:100%;
    font-size: 15px;
    padding:5px 8px;
}

.px-pricing-features {
    height: 280px;
  
}

.px-pricing-footer {
height:120px;
}
.px-pricing-footer p {
    height: auto;
}

.px-nb {
    display: flex;
    justify-content: center;
    margin-top: -30px;
    margin-bottom: 40px;
}

    .px-nb span {
        font-size: 70px;
        background-color: #4d2a85;
        border-radius: 15px;
        padding: 5px 10px;
        font-weight: bold;
        color: #fff;
        line-height: 70px;
    }

.fixed-section {
   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    text-shadow: 1px 1px 2px #333;
}

    .fixed-section#bg1 {
        background-image: url('/Content/Custom/Plannexa/bg/section-1.jpg');
    }

    .fixed-section#bg2 {
        background-image: url('/Content/Custom/Plannexa/bg/section-2.jpg');
    }

    .fixed-section .fixed-section-content {
        background-color: rgb(0 0 0 / 0.50);
       /* height: 100vh;*/
        width: 100%;
        text-align: center;
    }

        .fixed-section .fixed-section-content p {
            text-align: left;
        }



.px-plan {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 18px;
    margin-bottom: 150px;
    height: 600px;
}

    .px-plan .col-image {
        padding-right: 0px;
        text-align: center;
        transition: 0.5s ease-out;
        height: 100%;
    }

        .px-plan .col-image:hover {
            transform: rotate(5deg);
            transition: 0.5s ease-out;
        }

    .px-plan .plan-image-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 40px 0px 0px 40px;
        filter: brightness(60%);
        background-position: center;
        background-size: cover;
        transition: background 1s linear;
    }

    .px-plan .plan-image-content {
        display: flex;
        align-items: center;
        filter: brightness(100%);
        height: 100%;
        width: 100%;
        color: #fff;
    }

        .px-plan .plan-image-content .nb {
            font-size: 70px;
            background-color: rgb(218 213 228 / 0.40);
            border-radius: 15px;
            padding: 2px 15px;
            font-weight: bold;
            line-height: 70px;
        }

        .px-plan .plan-image-content h3 {
            color: #fff;
            text-shadow: 1px 1px 2px #333;
            margin-bottom: 20px;
            margin-top: 20px;
        }

        .px-plan .plan-image-content p {
            text-shadow: 1px 1px 2px #333;
            font-size: 24px;
        }

    .px-plan .col-content {
        padding-left: 0px;
        height: 100%;
        background-color: #fff;
        border-top: 10px solid #5106a3;
        border-radius: 0px 0px 40px 0px;
    }

    .px-plan .plan-content-item {
        width: 100%;
        margin-bottom: 5px;
        min-height: 100px;
    }

    .px-plan .plan-content-item-icon {
        float: left;
        width: 80px;
        height: 80px;
        text-align: center;
        margin: 0 auto;
        padding: 10px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .px-plan .plan-content-item-icon .fa {
      color:#fff;
      font-size:46px;
    }

    .px-plan .plan-content-item-text {
        float: left;
        width: calc(100% - 100px);
        padding-left: 20px;
    }

        .px-plan .plan-content-item-text h4 {
            font-size: 24px !important;
            margin-bottom: 5px;
            line-height: 20px;
        }

        .px-plan .plan-content-item-text p {
            font-size: 18px !important;
        }

    .px-plan h3 {
        font-size: 32px !important
    }

    .px-plan span.check {
        font-size: 24px;
        font-weight: bold;
        padding-right: 10px;
    }


.analyzer-img {
    border-radius: 10px;
    border: 2px solid #666;
    box-shadow: rgba(0, 0, 0, 0.25) 3px 3px 11px 0px !important;
    max-width: 100%;
    max-height: 400px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

 
@media (min-width: 992px) and (max-width: 1399px) {
    .px-hero-content {
        width: 100%;       
    }

   
}


@media (max-width: 991px) {

    .px-hero {        
        height: 650px;      
    }
    .px-hero-bg {
        max-height: 700px;
    }
    .px-hero-content {
        width: 100% !important;
        margin-top: 120px;
    }
    .details-page .px-hero-content {
        width: 100% !important;
        margin-top: 70px;
    }


    .px-hero-content h1 {
        font-size: 46px;
    }
    .px-hero-content h2 {
        font-size: 38px;
    }
    .px-hero-content h3 {
        font-size: 32px;
    }
    .px-hero-content h6 {
        font-size: 22px;
    }
    .px-hero-content p {
        font-size: 20px;
    }
        .px-hero-sub-cta {
            padding-top: 20px;
        }

    .px-hero.details-page .container {
        margin-left: 0px
    }

h1 {  font-size: 52px; }
h2 {  font-size: 48px; }
h3 {  font-size: 32px; }
h4 {  font-size: 24px; }
h4 {  font-size: 22px; }
h6 {  font-size: 20px; }
p {  font-size:  18px; }


    .px-plan {
        min-height: 600px;
        height: auto;
        display: inline-block;
    }

        .px-plan h3 {
            font-size: 28px;
        }


        .px-plan .col-image:hover {
            transform: none;
        }

        .px-plan .plan-image-bg {
            border-radius: 0px;
        }

        .px-plan .col-content {
            border-top: 10px solid #b597d7;
            border-radius: 0px 0px 40px 40px;
        }

        .px-plan .plan-content-item-icon {
            width: 70px;
            height: 70px;
        }

        .px-plan .plan-content-item-text {
            width: calc(100% - 70px);
        }

            .px-plan .plan-content-item-text h4 {
                font-size: 20px !important;
            }

            .px-plan .plan-content-item-text p {
                font-size: 16px !important;
            }

     
      

}

@media (max-width: 767px) {
   

}

@media (max-width: 580px) {

    .container.px-10, .container.px-15, .container.px-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
 

}



