@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

a:hover {
    color: #a130f5;
}

section {
    padding-right: 9rem;
    padding-left: 9rem;
    position: relative;
    z-index: 99999999;
    clear: both;
    margin-bottom: 310px;
    background: white;
}

.container {
    padding-bottom: 4rem;
}

.slideContent {
    padding-top: 9rem;
}

.slideContain {
    height: 100%;
}

.headerSticky {
    height: fit-content !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .2);
    background: white !important;
    transition: 1s;
}

.headerContent {
    height: 115px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    display: grid;
    place-items: center;
    padding: 0 !important;
    z-index: 999999999;
}

.shadowBig {
    box-shadow: none !important;
    border-radius: 0 !important;
    background: transparent;
}

.headerContain {
    height: 70px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .2);
    padding: 10px;
}

.headerCol {
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.logo {
    width: 60px;
}

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

.menuContent li {
    list-style: none;
    margin-right: 20px;
}

.menuContent li a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}

.menu {
    height: 100%;
    width: 50px;
    display: grid;
    place-items: center;
    cursor: pointer;
    display: none;
}

.menu i {
    font-size: 20px;
}

.menu:hover {
    background: hsla(0, 0%, 98%, .8);
}

.menuContent li a:hover {
    color: #a130f5;
    text-decoration: underline;
}

.slideBtn {
    position: relative;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #a130f5, #ec0677 50%, #ff7300) border-box;
    width: fit-content;
    display: block;
    text-decoration: none !important;
    color: black;
}

.slideBtnTop {
    z-index: 1;
    background: #fff;
    padding: 1rem 3rem;
    width: fit-content;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
    position: relative;
    display: block;
    border-radius: 55px;
}

.slideBtn:after {
    position: absolute;
    inset: -0.01em;
    content: "";
    background: linear-gradient(90deg, #a130f5, #ec0677 50%, #ff7300);
    filter: blur(0.4rem);
    border-radius: 999rem;
}

.slideCol {
    display: flex;
    align-items: center;
    height: 100%;
}

.slideColBody {
    width: 100%;
}

.slideTitle {
    font-size: 48px;
    font-weight: bold;
    padding-bottom: 24px;
}

.slideParagraph {
    color: #45464a;
    font-size: 18px;
    padding-bottom: 24px;
}

.awning {
    overflow: hidden;
    background: #fff;
    height: 50px;
}

.slideImg {
    object-fit: cover;
    height: 600px;
}

.aboutContent {
    display: grid;
    place-items: center;
}

.aboutContain {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
    border-bottom-right-radius: calc(100px + 0.5rem) !important;
    border-radius: 2.5rem;
}

.aboutColOne {
    padding: 3.5rem 5rem !important;
}

.aboutCol {
    display: grid;
    place-items: center;
}

.aboutTitle {
    color: #070708;
    font-weight: 600;
    margin-bottom: 2rem;
}

.aboutParagraph a {
    color: #6100a5;
    text-decoration: underline;
}

.tabColTitle {
    font-size: 40px;
    color: #070708;
    text-align: center;
    font-weight: 600;
}

.nav-pills .nav-link.active {
    background: black !important;
    color: white !important;
}

.navBtn {
    border-radius: 999rem !important;
    border: 1px solid black !important;
    margin-right: 20px;
    color: black !important;
}

.navBtn:hover {
    background: #a130f5 !important;
    border: 1px solid #a130f5 !important;
    color: white !important;
    text-decoration: underline !important;
}

.tabInContain {
    height: 400px;
}

.tabInCol {
    display: grid;
    place-items: center;
}

.tabImg {
    width: 485px;
}

.tabInBody {
    width: 69%;
}

.tabInParagraph {
    color: #45464a;
    line-height: 1.5rem;
}

.tabInTitle {
    font-size: 32px;
    margin-bottom: 18px;
    font-weight: 600;
}

.tabInHref {
    color: #6100a5;
}

.aboutBtn {
    background: black;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 3rem;
    width: fit-content;
}

.aboutBtn:hover {
    text-decoration: underline;
    background: #a130f5;
    color: white;
}

.aboutColOneNew {
    display: grid;
    place-items: center;
}

.aboutBigImg {
    border-radius: 2rem;
    border-bottom-right-radius: 100px;
}

.plansIcon {
    font-size: 25px;
    background: white;
    padding: 16px 13px;
    border-radius: 50%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .1);
    position: relative;
}

.plansIcon:after {
    content: "";
    position: absolute;
    inset: 0;
    mask: center/contain;
}

.plansCol {
    text-align: center;
}

.plansTitle {
    margin-top: 1rem;
    font-size: 19px;
}

.aboutBtn i {
    padding-left: 10px;
}

.supCol {
    display: grid;
    place-items: center;
}

.supBody {
    width: 95%;
    padding: 2rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
    border-radius: 1.5rem;
}

.supTitle {
    font-size: 24px;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.supParagraph {
    color: #45464a;
}

.supIcon {
    font-size: 32px;
    color: #ec0677;
}

.contactCol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 3rem !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
    border-radius: 1rem;
    flex-wrap: wrap;
}

.contactContent {
    padding-top: 2rem;
    padding-bottom: 2rem;
}


.headerContainer {
    padding-bottom: 0 !important;
}

.contactTitle {
    font-size: 20px;
    font-weight: 600;
}

.footerLogo {
    width: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footerContent {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .2);
    padding: 3rem;
    padding-bottom: 1.5rem;
    position: fixed;
    bottom: 0;
    z-index: 1;
}

.footerParagraph {
    font-size: 15px;
}

.footerContainer {
    padding-bottom: 0 !important;
}

.footerLink {
    text-decoration: none;
    color: black;
}

.copyright {
    margin-bottom: 0;
}

.footerBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-top: 1rem !important;
    flex-wrap: wrap;
}

.footerRight {
    padding-left: 0;
}

.footerRight li {
    list-style: none;
    padding-bottom: 9px;
}

.footerRight li a {
    font-size: 15px;
}

.mobileMenuContent {
    height: 100vh;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: -100%;
    width: 100%;
    transition: 1s;
}

.mobActive {
    left: 0;
}

.mobileLogo {
    width: 100px;
}

.mobileMenuContain {
    height: 100%;
    width: 80%;
    background: white;
    padding: 3rem;
    position: relative;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .2);
}

.mobileMenu {
    padding-top: 2rem;
}

.mobileMenu li a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 18px;
}

.mobileMenu li {
    justify-content: space-between;
    display: flex;
    list-style: none;
    margin-bottom: 1rem;
}

.menuClose {
    position: absolute;
    right: -25px;
    background: black;
    padding: 1rem 1.3rem;
    border-radius: 50%;
    color: white;
    top: 50%;
}