@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Style+Script&display=swap');
/* font-family: "Archivo Black", sans-serif;
font-family: "Inter", sans-serif;
 font-family: "Mulish", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
  /* font-family: "Sora", sans-serif; */
  /* font-family: "Space Grotesk", sans-serif; */
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Space Grotesk", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    margin: 0;
    padding: 0;
    background: rgba(234, 234, 234, 0.2);
    color: rgba(0, 0, 0, .6);
    overflow-x: hidden;
}

p,
a {
    font-family: "Space Grotesk", sans-serif;
    color: #18181B;
    font-size: 22px;
    line-height: 36px;
}

h1,
h2,
h3 {
    font-family: "Archivo Black", sans-serif;
    color: #131313;
}







header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /* background: rgba(0, 0, 0, 0.7); */
    background: rgba(15, 15, 16, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* for Safari */
    color: white;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.navbar-nav .nav-link {
    font-size: 14px;
    margin-right: 10px;
}

.btn-signup {
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    border: none;
    color: white;
}

.btn-signup:hover {
    background: linear-gradient(to right, #ff4b2b, #ff416c);
}

.navbar-brand img {
    height: 86px;
}

.icon-btn {
    background: none;
    border: none;
    font-size: 18px;
    margin-right: 10px;
}

.language-select {
    font-size: 14px;
    margin-right: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1rem;
    transition: all 0.5s ease;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: rgb(0, 0, 0);
    /* backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */

    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    background: rgb(0, 0, 0);
    font-size: 18px;
    text-align: left;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #d1a8c4;
    background-image: linear-gradient(45deg, #d1a8c4, #4e02cc 25%, #b1e9fa 50%, #baa99b 75%, #a83dcd 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active {

    /* color: #202842; */
    /** Text Gradient Example */
    color: #d1a8c4;
    background-image: linear-gradient(45deg, #d1a8c4, #4e02cc 25%, #b1e9fa 50%, #baa99b 75%, #a83dcd 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.hero {
    width: 100%;
    position: relative;
    /* height: 90dvh; */
    height: auto;
    overflow: hidden;
    background: url(../images/hero-banner.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.hero.ecombanner {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    background: url(../images/hero-ecom-banner.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.hero.edubanner {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    background: url(../images/hero-edu-banner.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.hero.aboutbanner {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    background: url(../images/hero-about-banner.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.hero.featurebanner {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    background: url(../images/hero-feature-banner.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.hero.contactbanner {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    background: url(../images/hero-contact-banner.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.hero.ecombanner::after,
.hero.edubanner::after,
.hero.aboutbanner:after,
.hero.contactbanner:after,
.hero.featurebanner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.carousel-item {
    overflow: hidden;
}


.hero .carousel-caption {
    z-index: 5;
    position: relative;
    color: #fff;
    text-align: left;
    bottom: -14rem;
    /* height: 900px; */
    padding-right: 57%;
    padding-bottom: 22rem;

}

.hero .carousel-caption h1 {
    font-size: 80px;
    line-height: 90px;
    margin: 0 0 2rem;
    color: #fff;
    font-family: "Sora", sans-serif;
    font-weight: 700;
}

.hero .carousel-caption h1 span {
    /* color: #399e75;
    background-image: linear-gradient(45deg, #399e75, #0ad1d0 50%, #92d620 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #d1a8c4;
    /* background-image: linear-gradient(45deg, #d1a8c4, #4e02cc 25%, #b1e9fa 50%, #baa99b 75%, #a83dcd 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    background: linear-gradient(45deg, #d1a8c4, #4e02cc 25%, #b1e9fa 50%, #baa99b 75%, #a83dcd 100%);
      background-size: 200% 200%;
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent;
      animation: gradientMove 2s linear infinite;
}
@keyframes gradientMove {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }

.hero .carousel-caption h3 {
    font-size: 30px;
    margin: 0 0 1rem;
    color: #fff;
}

.hero .carousel-caption p {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    line-height: 40px;
}

.whatdoesarea {
    width: 100%;
    padding: 8rem 0;
    /* background: url(../images/creativepattern.jpg) no-repeat 0 0; */
}

.whatdoesarea .sectionHeading h2 {
    width: 100%;
    font-size: 65px;
    line-height: 75px;
    margin: 0 0 2rem;
    color: #7F5AF0;
    font-weight: 700;
    font-family: "Sora", sans-serif;
}
.sectionHeading h2 {
    width: 100%;
    font-size: 65px;
    line-height: 75px;
    margin: 0 0 2rem;
}
.whatdoesarea .sectionHeading p {
    color: #18181B;
}

.whatdoesarea .listrow {
    width: 100%;
    margin: 1.5rem 0 1rem;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.whatdoesarea .listrow li {
    font-size: 30px;
    line-height: 42px;
    color: #1E1E24;
    font-weight: 700;

    padding-right: 30px;
    padding-bottom: 19px;
}

.whatdoesarea .listrow li:last-child {
    padding-right: 0;
}

.whatdoesarea .listrow li img {
    padding-right: 10px;

    height: 20px;
}

.poster {
    width: 100%
}

.whatdoesarea .poster img {
    width: 100%;
    border-radius: 0 90px 150px 90px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.whoareArea .poster img {
    width: 100%;
    border-radius: 150px 0px 90px 90px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.whoareArea {
    width: 100%;
    padding: 8rem 0;
    background: #2CB67D;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px inset;
}

.whoareArea .sectionHeading h2 {
    width: 100%;
    font-size: 65px;
    line-height: 75px;
    margin: 0 0 2rem;
    padding-top: 5rem;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    color: #fff;
}

.whoareArea .list-style {
    width: 100%;
    list-style-type: none;
    margin: 1rem 0 1.2rem 0;
    padding: 0;
}

.whoareArea .list-style li {
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 22px;
    position: relative;
    padding-left: 38px;
    color: #fff;

}
.whoareArea p{
    color: #fff;
}

.whoareArea .list-style li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/check.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
}

.howitworks {
    width: 100%;
    background: #1E1E24 url(../images/abstract-bg.png) no-repeat left bottom;
    /* background-size: cover; */
    background-attachment: fixed;
    padding: 8rem 0;

}



.howitworks .sectionHeading h2 {
    width: 100%;
    font-size: 65px;
    line-height: 75px;
    margin: 0 0 6rem;
    padding-top: 5rem;
    text-align: center;
    color: #fff;
    font-family: "Sora", sans-serif;
    font-weight: 700;
}

.howitworks .work-item {
    width: 100%;
    margin: 0 0 1.2rem 0;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 30px;
    text-align: left;
    height: 25dvh;
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.howitworks .work-item:hover {
    margin-top: -10px;
    background: #202842;
    border-color: #202842;
}

.howitworks .work-item .hdr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}

.howitworks .work-item h2 {
    color: #fff;
    width: 80%;
    font-size: 28px;
    text-align: left;
    margin-bottom: 1.2rem;
}


.howitworks .work-item p {
    color: #fff;
    text-align: left;
}

.smart-area {
    width: 100%;
    padding: 6rem 0;
    box-sizing: border-box;
    background: url(../images/smartposter.jpg) no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;


}

.smart-area h2 {
    font-size: 70px;
    text-align: center;
    color: #fff;
    margin: 1.5rem 0 2rem;
    font-family: "Sora", sans-serif;
    font-weight: 700;
}

.smart-area p {
    width: 60%;
    color: #fff;
    text-align: center;
    font-weight: 35px;
    line-height: 38px;
    font-weight: 600;
}

.readyarea {
    width: 100%;
    padding: 7rem 0;

}

.readyarea h2 {
    font-size: 50px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    margin: 1.5rem 0 2rem;
    color: rgb(127, 90, 240);
}

.readyarea .solid-btn {
    padding: 15px 35px;
    background: #0F0F10;
    color: #ffff;
    border-radius: 40px;
    font-size: 22px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    margin-right: 15px;
    white-space: nowrap;
}

.readyarea .solid-btn:hover {
    border: 1px solid #0F0F10;
    background: #fff;
    color: #0F0F10;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.readyarea .line-btn {
    padding: 15px 35px;
    background: #fff;
    color: #1E1E24;
    border-radius: 40px;
    font-size: 22px;
    font-weight: 600;
    border: 1px solid #1E1E24;
    transition: all 0.5s ease;
    white-space: nowrap;
}

.readyarea .line-btn:hover {
    border: 1px solid transparent;
    background: #1E1E24;
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

footer {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    padding: 5rem 0 2rem;
    background: #1E1E24;     
}

footer .footerlogo {
    width: 100%;
    text-align: left;


}
footer p{
    width: 60%;
    text-align: left !important;
    color: rgba(277, 277, 277, 0.9);
    font-size: 16px;
    line-height: 28px;
}

footer .footerlogo img {
    width: auto;
    height: 54px;
}

footer p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 1rem;
    color: rgba(277, 277, 277, 0.7);
}

footer ul {
    width: 100%;
    margin: 0 0 1.2rem 0;
    padding: 0;
    list-style-type: none;
    display: flex
;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

footer ul li {
    padding: 0 15px 5px;
    font-size: 16px;
    color: #fff;
}

footer ul li a {
    color: rgba(277, 277, 277, 0.7) !important;
    font-size: 16px;
    text-decoration: none;
}

footer ul li a:hover {
    color: #8b53ff !important;
}
footer .copyrighttxt {
    
    margin-top: 3rem;
    padding: 0.5rem 0;
}
footer small {
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: rgba(277, 277, 277, 0.6) !important;
}

.hamburger {
    cursor: pointer;
}

.hamburger input {
    display: none;
}

.hamburger svg {
    /* The size of the SVG defines the overall size */
    height: 2em;
    /* Define the transition for transforming the SVG */
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
    fill: none;
    stroke: white;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    /* Define the transition for transforming the Stroke */
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
    stroke-dasharray: 12 63;
}

.hamburger input:checked+svg {
    transform: rotate(-45deg);
}

.hamburger input:checked+svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}

.navbar-toggler:focus,
.navbar-toggler {
    box-shadow: none;
    border: none;
}

.welcomArea {
    width: 100%;
    padding: 9rem 0 8rem 0;
}

.welcomArea .posterblock {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.welcomArea .posterblock .poster01,
.welcomArea .posterblock .poster02 {
    width: 45%;
}

.welcomArea .posterblock .poster02 {
    margin-top: 5.5rem;
    margin-left: 0.4rem;
}

.welcomArea .posterblock .poster01 img {
    border-radius: 100px 0 100px 0;
}

.welcomArea .posterblock .poster02 img {
    border-radius: 0 100px 0 100px;
}

.welcomArea .wel-content {
    padding-top: 5rem;
}

.welcomArea .wel-content h2 {
    width: 100%;
    font-size: 58px;
    line-height: 65px;
    margin: 0 0 2rem;
}

.welcomArea .wel-content p span {
    font-family: "Mulish", sans-serif;
    font-style: italic;
    font-size: 20px;
    color: #2e2d2d;
    font-weight: 600;
}

.whoareArea p span {
    font-family: "Mulish", sans-serif;
    font-style: italic;
    font-size: 20px;
    color: #2e2d2d;
    font-weight: 600;
}

.whatdoesarea .sectionHeading p span {
    font-family: "Mulish", sans-serif;
    font-style: italic;
    font-size: 20px;
    color: #2e2d2d;
    font-weight: 600;
}

.welcomArea .list-style {
    width: 100%;
    list-style-type: none;
    margin: 1rem 0 1.2rem 0;
    padding: 0;
}

.welcomArea .list-style li {
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 22px;
    position: relative;
    padding-left: 38px;
    color: #1E1E24;

}

.welcomArea .list-style li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/check.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
}

.whatdoesarea .list-style {
    width: 100%;
    list-style-type: none;
    margin: 1rem 0 1.2rem 0;
    padding: 0;
}

.whatdoesarea .list-style li {
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 22px;
    position: relative;
    padding-left: 38px;
    color: #1E1E24;

}

.whatdoesarea .list-style li::before {
    content: '';
    position: absolute;
    top: -28px;
    left: 0;
    background: url(../images/check.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    margin: 2rem 0;
    padding: 0;
}

.list-style {
    width: 100%;
    list-style-type: none;
    margin: 2.5rem 0 2.2rem 0;
    padding: 0;
}

.list-style li {
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 22px;
    position: relative;
    padding-left: 38px;
    color: #1E1E24;

}

.list-style li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/check.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
}

#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 12px 18px;
    font-size: 18px;
    background: linear-gradient(30deg, #f9d751, #ffad53, #f7875f, #e5686b, #cc5075, #ae3f7a, #8e3479, #6c2d72);
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    display: none;
    /* Hidden by default */
    z-index: 1000;
    transition: all 0.5s ease;
}

#scrollTopBtn:hover {
    background: linear-gradient(15deg, #142850, #14365f, #13476f, #125d80, #107792, #0d96a5, #09b8b4, #04ccb1);

}

.differarea .work-item h2 {
    color: #fff;
    width: 100%;
    font-size: 28px;
    text-align: left;
    margin-bottom: 1.2rem;
}

.differarea .work-item p {
    font-size: 20px;
    line-height: 31px;
}

.solid-btn {
    padding: 15px 35px;
    background: #1E1E24;
    color: #ffff;
    border-radius: 40px;
    font-size: 22px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    margin-right: 15px;
    white-space: nowrap;
}

.solid-btn:hover {
    border: 1px solid #1E1E24;
    background: #fff;
    color: #1E1E24;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.line-btn {
    padding: 15px 35px;
    background: #fff;
    color: #1E1E24;
    border-radius: 40px;
    font-size: 22px;
    font-weight: 600;
    border: 1px solid #1E1E24;
    transition: all 0.5s ease;
    white-space: nowrap;
}

.line-btn:hover {
    border: 1px solid transparent;
    background: #1E1E24;
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.welcomArea .posterblock .postercontact img {
    width: 80%;
    border-radius: 0 100px 0 100px;
}

.contactformArea {
    width: 100%;
    padding: 5rem 0 8rem;
    background: #f7f3f3;
}

.sheduleSec {
    background-color: #f7f7f7;
    padding: 5em 0;
}


.sheduleSec h2 {
    font-weight: 700;
    margin-bottom: 30px;
}


.sheduleSec .form-control {
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 0 15px;
    height: 54px;
}

.calendar-container,
.time-slots {
    display: flex;
    flex-wrap: wrap;
}

.calendar {
    flex: 1;
    padding-right: 20px;
}

.calendar .flatpickr-calendar {
    display: block !important;
    position: relative;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
}

.slots {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    flex: 1;

}

.slots button {
    padding: 10px;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #121212;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.slots button:hover,
.slots button.selected {
    background-color: #007bff;
    color: #fff;
}

.other-datetime {
    margin-top: 20px;
}

.other-datetime h3 {
    font-size: 15px;
    margin-bottom: 8px;
}

.other-datetime input {
    padding: 10px;
    margin: 5px 5px 5px 0;
    font-size: 14px;
    width: 180px;
}

.timezone {
    margin-top: 10px;
    font-size: 14px;
    color: #444;
}

.timezone-container label {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 25px;
    color: #1E1E24;
}

.addressArea {
    width: 100%;
    padding: 4rem 0;
}

.addressArea h2 {
    font-size: 24px;
    color: #1E1E24;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.contactformArea h2 {
    width: 100%;
    font-size: 58px;
    line-height: 65px;
    margin: 0 0 2rem;
}

.tagline {
    width: 100%;
    text-align: center;
    font-family: "Mulish", sans-serif;
    font-style: italic;
    font-size: 55px;
    color: rgba(0, 0, 0, .6);
    font-weight: 700;
    border-top: 1px solid #ddd;
    padding-top: 4rem;
}

.featureBanner {
    width: 100%;
    height: 80rem;
    padding: 8rem 0;
    background: url(../images/feature-hero-banner.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    /* overflow: hidden; */
}

.featureBanner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.featureBanner .top-contain {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 20%;
    left: 0;
    color: #fff;
}

.featureBanner .banner-content {
    width: 100%;
}

.featureBanner .banner-content h1 {
    width: 100%;
    font-size: 80px;
    line-height: 90px;
    margin: 0 0 2rem;
    color: #fff;
}

.featureBanner .banner-content h1 span {
    color: #d1a8c4;
    background-image: linear-gradient(45deg, #d1a8c4, #4e02cc 25%, #b1e9fa 50%, #baa99b 75%, #a83dcd 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.featureBanner .banner-content p {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    width: 100%;
}

.featureBanner .banner-bootomarea {
    width: 100%;
    height: 535px;
    position: relative;
    z-index: 15;
    top: 8%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.featureBanner .banner-bootomarea .posterarea {
    width: 100%;
    text-align: center;
}

.featureBanner .banner-bootomarea .bnr-shadow-btm {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 84%, rgba(0, 0, 0, 1) 100%);

}

.non-radius img {
    border-radius: 0 !important;
}

.non-shadow img {
    box-shadow: none !important;
}

.refundpolicy {
    width: 100%;
    padding: 8rem 0;
    background: #f7f3f3;
}

.refundpolicy h2.heading {
    width: 100%;
    font-size: 42px;
    line-height: 55px;
    margin: 0 0 2rem;
}



.pricing-switch {
    background: #f1f1f1;
    padding: 6px;
    border-radius: 20px;
}

.pricing-switch .btn {
    border-radius: 20px;
}

.pricing-card {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    padding: 30px;
    text-align: left;
}

.pricing-card h5 {
    font-size: 40px;
    font-weight: 700;
    color: #202842;
    text-align: center;
}

.pricing-card.highlight h5,
.pricing-card.highlight .price {
    color: #fff;
}

.pricing-card .price {
    font-size: 32px;
    font-weight: bold;
    color: #435389;
    text-align: center;
    margin: 0;
}
.pricing-card p{
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}
.pricing-card p small{
font-size: 16px;
text-align: center;
width: 100%;
font-weight: 700;
}

.pricing-card.highlight {
    background-color: #202842;
    color: white;
}

.pricing-card.highlight .btn {
    background-color: #f6b4f1;
    color: #1E1E24;
}

.pricing-card .btn {
    padding: 10px 25px;
    width: 100%;
    border-radius: 25px;
    font-weight: 700;
    font-size: 18px;
}

.btn-outline-primary {
    border-color: #202842;
    color: #202842;
}

.btn-outline-primary:hover {
    background-color: #202842;
    color: #fff;
    border-color: #202842;
}

.price {
    font-size: 32px;
    font-weight: bold;
}

.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    margin: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #e9e4e4;
    padding-bottom: 3px;
    text-align: center;
    color: #2e2d2d;
}

.pricing-card.highlight .feature-list li {
    color: #fff !important;
}


.toggle-section {
    text-align: center;
    margin-bottom: 30px;
}

.user-slider {
    width: 300px;
    margin: auto;
}

.pricing-card {
    background-color: white;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    padding: 30px;
    text-align: left;
    margin-top: 2rem;
    border: 1px solid #838eb1;
    transition: 0.8s ease;
}

.pricing-card:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.8s ease;
}

.pricing-card.highlight {
    background-color: #202842;
    color: white;
}

.pricing-card.highlight .btn {
    background-color: #24ff51;
    color: #202842;
}

.price {
    font-size: 32px;
    font-weight: bold;
}

.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    margin: 10px 0;
}

.table td {
    font-size: 16px;
}

.table th {
    font-size: 18px;
}

.PriceTabAraea .nav.nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PriceTabAraea .nav-tabs .nav-link {
    border-radius: 34px;
    border: 1px solid #202842;
    font-weight: 500;
    padding: 10px 35px;
    margin-right: 10px;
    color: #202842;
}

.PriceTabAraea .nav-tabs .nav-link.active {
    background: #202842;
    color: #fff;
    border: 1px solid #202842;
}

.page-header h2 {
    width: 100%;
    font-size: 58px;
    line-height: 65px;
    margin: 0 0 4rem;
}

.sectionHeading.leftheading {
    width: 100%;
    border-bottom: 1px solid #202842;
    margin: 0 0 2rem;
}

.sectionHeading.leftheading h2 {
    width: 50%;
    font-size: 65px;
    line-height: 75px;
    margin: 0 0 2rem;

}

.sectionHeading.rightheading {
    width: 100%;
    border-bottom: 1px solid #202842;
    margin: 0 0 2rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.sectionHeading.rightheading h2 {
    width: 55%;
    font-size: 65px;
    line-height: 75px;
    margin: 0 0 2rem;
    text-align: right;

}

.patternbox {
    display: grid;
    width: 100%;
    padding: 56px 0 0 56px;
    border-radius: 16px;
    border: 1px solid rgb(77 75 75);
    background: linear-gradient(to right, rgba(19, 26, 26, 1) 0%, rgba(35, 48, 48, 1) 100%);
    position: relative;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.patternbox::before{
    content: '';
    position: absolute;
    bottom: -14%;
    right: -1%;
    width: 500px;
    height: 318px;
    z-index: 555;
    background: url(../images/conversation-poster.png) no-repeat center center;
}

.patternbox .sectionHeading h2,
.patternbox p,
.patternbox .list-style li{
    color: #fff;
}
.plantable tr:first-child th{
    background: #4b4747;
    color: #fff;
}
.alert{
    font-size: 14px;
}

#contactformpanel {
    scroll-margin-top: 130px;
  }