


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");



:root {
    --clr1: #90162f;
    --clr2: #f8c1d8;
    --clr3: #E12454;
    --clr-dark: #165528;
    --clr-dark1: #3D1234;
    --grad-red: linear-gradient(45deg, #ff9800, #f52213);
    --grad-orange: linear-gradient(45deg, #f52213, #ff9800);
    --grad-yellow: linear-gradient(45deg, #ffc107, #ff9800);
    --grad-green: linear-gradient(45deg, #4caf50, #cddc39);
    --grad-blue: linear-gradient(45deg, #3f51b5, #00bcd4);
    --grad-purple: linear-gradient(45deg, #6f42c1, #d63384);
    --bs-body-color: #3D1234;
}
p, h5, h1, h2, h3, h5, h4, h6 {
    font-weight: 600;
    font-family: 'roboto', sans-serif;
   

}

h1, h2, h3 {
    font-weight: 600;
    font-family: 'roboto', sans-serif;
    color: var(--clr-dark1);

}

.sticky-lg-top{background-color: aliceblue;}

/* HEADER */

.header {
    padding: 1rem 0;
}

.logo a {
    display: flex;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--clr3);
    text-align: left;
    align-items: center;
}

.logo h1 {
    font-weight: 800;
    margin-left: 1rem;
}

.logo h1 span {
    display: block;
    font-size: 16px;
    color: var(--bs-gray-500);
    font-weight: 500;
}

.logo img {
    max-width: 100px;
}

.header p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.header p i {
    margin-right: .8rem;
    width: 40px;
    height: 40px;
    background: var(--bs-gray-100);
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    color: var(--clr3);
}

.header p a {
    color: var(--clr-dark1);
    font-weight: 600;
}

/* Welcome message section start */
.btn {
    border-radius: 50px;
}

.btn.btn-theme1 {
    background: var(--clr3);
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn.btn-theme2 {
    background: var(--clr-dark);
    color: #fff;
}

.btn.btn-theme-dark {
    background: var(--clr-dark);
    color: #fff;
}

.btn.btn-theme1:hover,
.btn.btn-theme2:hover {
    background: var(--clr-dark1);
    color: #fff;
}

.btn.btn-theme-dark:hover {
    background: var(--clr3);
    color: var(--clr-dark);
}

.btn.btn-theme1::before,
.btn.btn-theme2::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--clr-dark1);
    z-index: -1;
    transition: 1s all cubic-bezier(0.28, 0.01, 0, 0.94);
}

.btn.btn-theme1:hover::before,
.btn.btn-theme2:hover::before {
    width: 100%;
}


.msg-bg {   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: black;
    background: radial-gradient(35.36% 35.36% at 100% 25%, #0000 66%, #def3ff 68% 70%, #0000 72%) 32px 32px / calc(2 * 32px) calc(2 * 32px), radial-gradient(35.36% 35.36% at 0 75%, #0000 66%, #def3ff 68% 70%, #0000 72%) 32px 32px / calc(2 * 32px) calc(2 * 32px), radial-gradient(35.36% 35.36% at 100% 25%, #0000 66%, #def3ff 68% 70%, #0000 72%) 0 0 / calc(2 * 32px) calc(2 * 32px), radial-gradient(35.36% 35.36% at 0 75%, #0000 66%, #def3ff 68% 70%, #0000 72%) 0 0 / calc(2 * 32px) calc(2 * 32px), repeating-conic-gradient(#ffffff 0 25%, #0000 0 50%) 0 0 / calc(2 * 32px) calc(2 * 32px), radial-gradient(#0000 66%, #def3ff 68% 70%, #0000 72%) 0 calc(32px / 2) / 32px 32px #ffffff;


}

.msg {
    border-radius: 0.5rem;
    border: 2px solid #692161;
    /* text-align: center; */
    background: radial-gradient(35.36% 35.36% at 100% 25%, #0000 66%, #def3ff 68% 70%, #0000 72%) 32px 32px / calc(2 * 32px) calc(2 * 32px), radial-gradient(35.36% 35.36% at 0 75%, #0000 66%, #def3ff 68% 70%, #0000 72%) 32px 32px / calc(2 * 32px) calc(2 * 32px), radial-gradient(35.36% 35.36% at 100% 25%, #0000 66%, #def3ff 68% 70%, #0000 72%) 0 0 / calc(2 * 32px) calc(2 * 32px), radial-gradient(35.36% 35.36% at 0 75%, #0000 66%, #def3ff 68% 70%, #0000 72%) 0 0 / calc(2 * 32px) calc(2 * 32px), repeating-conic-gradient(#ffffff 0 25%, #0000 0 50%) 0 0 / calc(2 * 32px) calc(2 * 32px), radial-gradient(#0000 66%, #def3ff 68% 70%, #0000 72%) 0 calc(32px / 2) / 32px 32px #ffffff;

    /* background: rgb(0 0 0 / 0.05); */
    backdrop-filter: blur(10px);
    color: black;
}

.msg-user {
    border-radius: 50%;
    /* padding: 10px; */
    background-color: #692161;
    padding: 20px 10px 0px 10px;
}

.msg-head {
    background-color: #692161;
    border-radius: 0 0 10px 10px;
    padding: 10px 0px;
    color: white;
    margin: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.para {
    text-align: justify;
    line-height: 1.5;
    font-family: 'roboto', sans-serif;
}
/* Welcome message section end */

/* below slider quicklink section start */
.q-links .q-link-box {
    position: relative;
    
    padding: 2rem;
    z-index: 1;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    margin: 0px;

}


.q-links .q-link-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .8;
    transition: .2s ease-in-out;
}

.q-links .q-link-box:nth-child(1)::before {
    opacity: .6;
    background-color: #223645;
}

.q-links .q-link-box:nth-child(2)::before {
    opacity: .7;
    background-color: #E12454;
}

.q-links .q-link-box:nth-child(3)::before {
    opacity: .8;
    background-color: #90162f;
}

.q-links .q-link-box i {
    font-size: 42px;
    margin-right: 1rem;
}

.q-links .q-link-box:hover {
    color: #fff;
}

.q-links .q-link-box:hover::before {
    opacity: .9;
    background-color: #223645;
}

/*SECTION SPECIALIZE*/

.specialize {
    color: var(--clr-dark1);
    text-align: center;
}

.specialize p {
    color: var(--bs-gray-600);
}

.specialize-box {
    padding: 2rem;
    border-radius: .355rem;
    transition: background .3s ease;
}

.specialize-box:nth-child(2) {
    background-color: var(--bs-gray-100);
}

.specialize-box .icon {
    font-size: 42px;
    width: 80px;
    height: 80px;
    line-height: 84px;
    border-radius: 60px;
    margin: 0 auto 1rem;
    color: var(--clr3);
    transition: .5s ease;
    background-color: #fff;
    box-shadow: inset 0px 0px 0px 40px var(--bs-gray-100);
}

.specialize-box h4 {
    color: var(--clr-dark1);
    font-size: 18px;
}

.specialize-box:hover {
    background: var(--bs-gray-200);
}

.specialize-box:hover .icon {
    color: var(--clr3);
    box-shadow: inset 0px 0px 0px 2px var(--clr3);
}

.specialize-box:hover .icon i {
    transition: .3s ease;
}

/*GOALS-OBJECTIVES*/

.goals-objectives {
    color: #fff;
    background-color: var(--clr3);
}

/*MEMBERSHIP-BANNER*/

.membership-banner {
    color: #fff;
    background-color: var(--clr-dark1);
}

.membership-banner h3 span {
    font-weight: 300;
}

.membership-banner p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}
/*Inner page list style code */
.inner-page ul li {
            list-style: none;
            font-family: 'roboto', sans-serif;
            font-size: 20px;
            line-height: 2;
        }