.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-width: 8rem;
    padding: 0.8rem 1rem;
    text-transform: uppercase;
    border-radius: 3rem;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 600;
    border: none;
    font-size: 0.9rem;
    position: relative;
    overflow: hidden;
    outline: 0;
    background: linear-gradient(151deg, rgb(145, 92, 245) 47%, rgb(63, 20, 90) 67%, rgb(5, 0, 12) 86%);
    background-size: 200% 200%;
    transition: background 0.5s ease, transform 0.3s ease;
}
.payemnt-logo {
    width: 50px;
    height: 35px;
}
.btn span {
    position: relative;
    z-index: 2;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #ffffff;
    background-position: right center;
    transform: scale(1.05);
}
.btn:hover::before,
.btn:focus::before,
.btn:active::before {
    background: rgb(87, 63, 184);
    background: linear-gradient(308deg, rgb(87, 63, 184) 47%, rgb(63, 20, 90) 67%, rgb(5, 0, 12) 86%);
}



/* Custom CSS to show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-item.dropdown .dropdown-menu {
    margin-top: 0;
    /* Adjust margin as needed */
}

/* Custom CSS for smooth icon transition of nav item open*/
.navbar-toggler-icon {
    transition: transform 0.3s ease;
}

.navbar-toggler.collapsed .fa-bars {
    display: inline-block;
}

.navbar-toggler.collapsed .fa-times {
    display: none;
}

.navbar-toggler:not(.collapsed) .fa-bars {
    display: none;
}

.navbar-toggler:not(.collapsed) .fa-times {
    display: inline-block;
}

/* Pricing table css starts  */
.pricing-table-6 {
    text-align: center;
    padding: 38px 0 40px;
    transition: 0.3s ease-in;
    position: relative;
    z-index: 0;
    background-color: #573FB8;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
    background: linear-gradient(151deg, rgb(87, 63, 184) 47%, rgb(63, 20, 90) 67%, rgb(5, 0, 12) 86%);
}

a {
    text-decoration: none !important;
}

.pricing-table-6.bg-orange {
    background-color: #472177;
}

.pricing-table-6.bg-orange:hover {
    background-color: #573FB8;
}

.pricing-table-6:hover {
    background-color: #472177;
    transform: scale(1.05);

}

.pricing-table-6 .price-header .title {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 35px;
}

.pricing-table-6 .price-header .icon {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    color: #197beb;
    transition: 0.3s ease-in;
}

.pricing-table-6 .price-header .price {
    font-size: 62px;
    line-height: 60px;
    color: #282828;
    font-weight: 800;
    margin-bottom: 25px;
    transition: 0.3s ease-in;
    text-align: left;
    padding-left: 40px;
    position: relative;
    padding: 20px 0 20px 40px;
    z-index: 0;
}

.pricing-table-6 .price-header .price:after {
    position: absolute;
    left: -20%;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
    content: "";
    height: 100%;
    transform: skewX(-35deg);
    z-index: -1;
}

.pricing-table-6 .price-header .price .dollar {
    font-size: 33px;
    line-height: 33px;
    position: relative;
    top: -12px;
}

.pricing-table-6 .price-header .price .month {
    font-size: 22px;
    line-height: 23px;
}

.pricing-table-6 .price-footer {
    margin-top: 40px;
}

.pricing-table-6 .price-footer .order-btn {
    display: inline-block;
    width: 165px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    color: #282828;
    transition: 0.5s ease-in;
    font-weight: 600;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.pricing-table-6 .price-footer .order-btn:hover {
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.35);
    background-color: #573FB8;
    color: #fff;
    background: linear-gradient(151deg, #573FB8 37%, #48247D 77%);
}

.pricing-table-6 .price-body ul {
    margin: 0;
    padding: 0;
}

.pricing-table-6 .price-body ul li {
    list-style: none;
    display: block;
    color: #e5e5e5;
    margin: 7px 0;
    transition: 0.3s ease-in;
}

.pricing-table-6 .price-body ul li:first-child {
    margin-top: 0;
}

.pricing-table-6 .price-body ul li:last-child {
    margin-bottom: 0;
}

/* Pricing table css ends */

.icon-square {
    width: 55px;
    height: 55px;
    text-align: center
}

.promo-one-single {
    position: relative;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.promo-one-single a {
    text-decoration: none;
    position: absolute;
    right: 15px;
    bottom: -15px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .12)
}

.promo-one-single:hover {
    background: linear-gradient(75deg, #360033, #0b8793);
    color: #fff
}

.promo-one-single:hover h5 {
    color: #fff !important
}

.promo-one-single:hover a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.promo-one-single:hover a:hover {
    background: #bf00dc !important;
    color: #fff
}

.single-promo-card {
    border-radius: 1rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .12)
}

.single-promo-card.single-promo-hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    z-index: 1
}

.single-promo-card.single-promo-hover:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
    color: #fff
}

.single-promo-card.single-promo-hover:hover h5,
.single-promo-card.single-promo-hover:hover span {
    color: #fff !important
}

.single-promo-card.single-promo-hover:hover:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #146C80
}

.single-promo-card.single-promo-hover:before {
    content: '';
    position: absolute;
    right: -55px;
    width: 95px;
    height: 95px;
    bottom: -50px;
    border-radius: 35px;
    background-color: #146C80;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: -1
}

.single-promo-card.single-promo-hover-2 {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.single-promo-card.single-promo-hover-2:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
    background-color: #42007C;
    color: #fff
}

.single-promo-card.single-promo-hover-2:hover h5,
.single-promo-card.single-promo-hover-2:hover span {
    color: #fff !important
}

.single-promo-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125)
}

@media only screen and (max-width: 768px) {
   .section-heading1{
    padding: 2rem !important;
   }
   .fa-ul{
    margin-left: 0 !important;
   }
}
.cta {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-item {
    /* position: absolute; */
    top: 50px;
    max-width: 800px;
    width: 66.66%;
    min-width: 300px;
    padding: var(--padding-md);
    box-shadow: 2px 2px 30px 2px var(--primary-color-dark-blue-3);
    background-color: var(--primary-color-dark-blue-4);
    border-radius: 5px;
    text-align: center;
}

.cta-form {
    display: flex;
    justify-content: center;
}

.input-block {
    width: 80%;
    max-width: 600px;
}

.btn-block {
    width: 20%;
    max-width: 250px;
    margin-left: 1rem;
}

.contact-info {
    /* margin-top: 50px; */
    padding: var(--padding-footer);
    /* display: grid; */
    background-color: var(--primary-color-dark-blue-3);
    /* grid-template-columns: repeat(3, 1fr); */
    /* grid-template-rows: repeat(2, auto); */
    /* grid-template-areas: "logo logo logo logo""location contacts links social""attribution attribution attribution attribution"; */
}



.contact-info-logo {
    grid-area: logo;
}

.contact-info-location {
    grid-area: location;
}

.contact-info-contacts-item,
.contact-info-location-item {
    display: flex;
}

footer p {
    padding: 0;
    /* margin-left: 2rem; */
}

.contact-info-logo {
    margin-left: 2rem;
}

.img-footer {
    margin-right: 1rem;
    width: 18px;
    height: 18px;
    line-height: 1.5;
}

.contact-info-contacts {
    grid-area: contacts;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-info-contacts-item:first-child {
    margin-bottom: 2rem;
}

.contact-info-links {
    grid-area: links;
    display: flex;
    justify-content: center;
}

.contact-info-links-list:first-child {
    margin-right: 2.5rem;
}

.contact-info-links-list li {
    margin-bottom: .5rem;
}

.contact-info-social-links {
    display: flex;
    justify-content: flex-end;
    grid-area: social;
}

.contact-info-social-link-item {
    margin-left: 1rem;
    height: 30px;
    width: 30px;
    border: 1px solid var(--neutral-color-white);
    border-radius: 50%;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer i {}

.attribution-container {
    grid-area: attribution;
}
/* -----------------------------------------
  About CSS
----------------------------------------- */
.about-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.about-section .video-content {
    position: relative;
}

.about-section .video-content .video-image {
    overflow: hidden;
    /* border-radius: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(102, 102, 102, 0.09);
  box-shadow: 0px 0px 30px 0px rgba(102, 102, 102, 0.09); */
}

.about-section .video-content .video-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-section .about-content p {
    margin-bottom: 20px;
}

.about-section .about-content>h6 {
    font-weight: 400;
    color: #39325a;
}

.about-section .about-content .content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.about-section .about-content .content-list i {
    font-size: 24px;
    margin-right: 8px;
    color: #915CF5;
    vertical-align: middle;
}

.about-section .about-content .about-btn {
    margin-top: 5px;
}

.about-section .about-content .about-btn a {
    margin-right: 16px;
}

.about-section .about-content .about-btn a:last-child {
    margin-right: 0;
}

.about-section .shape {
    position: absolute;
    z-index: -1;
}

.about-section .shape-1 {
    top: 10%;
    left: 45%;
}

.about-section .shape-1 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.about-section .shape-2 {
    bottom: 20%;
    left: 10%;
}

.about-section .shape-2 img {
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}

.about-style-two .shape-2 {
    bottom: 20%;
    left: unset;
    right: 10%;
}

.video-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: #CDE8E5;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-btn i {
    font-size: 28px;
    color: #ffffff;
}

.video-btn::after,
.video-btn::before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: ripple 3s linear infinite;
    animation: ripple 3s linear infinite;
    opacity: 0;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #CDE8E5;
}

.video-btn::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.about-section.about-style-three .about-content {
    text-align: center;
}

.about-section.about-style-three .about-content h2 {
    margin-bottom: 25px;
    line-height: 1;
    margin-top: -5px;
}

.about-section.about-style-three .about-content>h6 {
    max-width: 676px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.about-section.about-style-three .shape-1 {
    top: unset;
    left: 20%;
    bottom: 0;
}

.about-section.about-style-three .shape-2 {
    bottom: unset;
    left: unset;
    top: 5%;
    right: 20%;
}

.about-section.about-style-three .shape-3 {
    right: 13%;
    bottom: 0%;
}

.about-section.about-style-three .shape-3 img {
    -webkit-animation: movescale 5s linear infinite;
    animation: movescale 5s linear infinite;
}

.about-section.about-style-three .shape-4 {
    left: 8%;
    top: 15%;
}

.about-section.about-style-three .shape-4 img {
    -webkit-animation: movescale 5s linear infinite;
    animation: movescale 5s linear infinite;
}
/* -----------------------------------------
  FAQ CSS
----------------------------------------- */
.faq-section .panel-group .panel {
    border-radius: 0;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-section .panel-group .panel .panel-heading {
    padding: 0;
    background: #ffffff;
    position: relative;
}

.faq-section .panel-group .panel-title {
    margin: 0;
}

.faq-section .panel-group .panel-title a {
    display: block;
    padding: 25px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #090031;
}

.faq-section .panel-group .panel-title a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: none;
    border-bottom: 8px solid #CDE8E5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-section .panel-group .panel-title a.collapsed:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    border-bottom: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #CDE8E5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-section .panel-group .panel-body {
    padding: 25px 20px;
    border: 0;
    background: #ffffff;
    position: relative;
    margin-top: 2px;
}

.faq-section .panel-group .panel-body p {
    color: #090031;
    margin: 0;
}
.nav-link{
    color: #fff !important;
    font-size: 18px !important;
}

/* Testimonails section starts  */
.testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.testimonial {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px;
    max-width: 400px;
    transition: transform 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial:hover {
    transform: translateY(-10px);
}

.testimonial-image {
    width: 100px;
    /* Adjust as needed */
    height: 100px;
    /* Adjust as needed */
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid #fff;
}

.testimonial-image img {
    width: 100%;
    height: auto;
}

.testimonial-content {
    margin-top: 60px;
    /* Adjust for image height */
    margin-bottom: 15px;
    text-align: center;
}

.testimonial-author {
    font-style: italic;
    color: #666;
    font-size: 14px;
    text-align: center;
}
.main-heading{
    color: #473494 !important;
}
@media (max-width: 768px) {
    .testimonial {
        max-width: 100%;
    }
    .contact-section{
        margin-top: 5rem !important;
    }
}
/* PRICING SWITCH BUTTON CSS STARTS  */
.switch-button {
    background: #573FB8;
    border-radius: 30px;
    overflow: hidden;
    width: 240px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    padding-right: 120px;
    position: relative;
}

.switch-button:before {
    content: "Yearly";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 120px;
    display: flex;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
}

.switch-button-checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.switch-button-checkbox:checked+.switch-button-label:before {
    transform: translateX(120px);
    transition: transform 300ms linear;
}

.switch-button-checkbox+.switch-button-label {
    position: relative;
    padding: 15px 0;
    display: block;
    user-select: none;
    pointer-events: none;
}

.switch-button-checkbox+.switch-button-label:before {
    content: "";
    background: #A67FF6;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    border: #573FB8 3px solid;
    transform: translateX(0);
    transition: transform 300ms;
}

.switch-button-checkbox+.switch-button-label .switch-button-label-span {
    position: relative;
    font-weight: 700;
}
/* PRICING SWITCH BUTTON CSS ENDS  */