@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body {
    margin: 0 !important;
    font-family: "Figtree", sans-serif !important;
    font-weight: 400 !important;
    color: #231F20 !important;
    line-height: 27px;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
font-family: "Poppins", sans-serif !important;
}

.detom-about {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 5px 4px rgb(228, 214, 245);
    z-index: 1;
    width: 150px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-radius: 5px !important;
}

.detom-about li {
    padding: 5px;
    list-style: none;
}
.detom-about a{
    text-decoration: none;
    font-size: 16px !important;
    font-weight: normal !important;
    text-decoration: none !important;
    color:#3C008B !important;
}

.dropdown:hover .detom-about {
    display: block;
}
.dropdown-normal a {
    text-decoration: none;
    justify-content: center;
    padding: 15px;
    color: black;
}
.dropdown-item {
    padding: 0 !important;
    line-height: 30px;
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: flex !important;
        background-color: #fff !important;
        border: none;
        border-radius: 5px;
        box-shadow: 0px 0px 5px 4px rgba(228, 214, 245, 0.39);
    }
    .dropdown-menu.show {
        display: flex !important;
    }
}
@media screen and (max-width: 992px) {
    .dropdown-menu.show {
        max-height: 60vh;
        overflow-y: scroll;
    }
}
.dropdown-menu {
    background-color: #fff !important;
    border: none;
    box-shadow: 0px 0px 5px 4px rgba(228, 214, 245, 0.39);
}
.custom-dropdown-toggle::before {
    font-family: "Font Awesome 5 Free";
    content: "V";
    margin-right: 5px;
}
/* User Login Header style */
.custom-nav-item {
    position: relative;
}

.custom-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    z-index: 1;
    border: 1px solid lightgray;
    background-color: #fff;
    border-radius: 5px;
    padding-left: 0.2rem !important;
}

.custom-nav-link {
    display: inline-block;
    padding: 0.5rem;
    color: black;
    text-decoration: none;
}

.custom-user-image-header {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.custom-dropdown-item {
    display: block;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: black;
    text-decoration: none;
}
.custom-dropdown-menu li {
    list-style: none !important;
}

.custom-dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: gray;
    border: none;
}

.custom-dropdown-icon {
    font-size: 0.8rem;
    margin-left: 0.3rem;
}

/* General Usage Starts*/
.text-color {
    color: rgba(60, 0, 139, 1);
}
/* General Usage Ends */

/* Menu Bar Section */
.sidebar,
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 20px;
    z-index: 10;
}
.sidebar {
    left: -100%;
    max-width: 300px;
    transition: all ease 0.25s;
    line-height: 1.9;
    background-color: #ffffff;
    z-index: 10;
}
.overlay {
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    background-color: rgba(60, 0, 139, 0.26);
}
.main-navigation.active .sidebar {
    left: 0;
}
.main-navigation.active .overlay {
    visibility: visible;
}
/* Buttons  */
.hdl-button {
    color: #fff !important;
    background: linear-gradient(to right, #641cff 0%, #ffc700 198%);
    border: none;
    border-radius: 16px;
    width: 150px;
    font-size: 17px;
    height: 45px;
}

.hdl-button:hover {
    animation-name: hdlbtn;
    animation-duration: 1s;
}

@keyframes hdlbtn {
    from {
        background-color: linear-gradient(to right, #641cff 0%, #ffc700 198%);
    }
    to {
        background-color: linear-gradient(to right, #ffc700 0%, #641cff 198%);
    }
}

/* Social Icons */
.socials a {
    font-size: 18px;
    background-color: #641cff;
    color: #ffffff;
    padding: 8px;
    border-radius: 50px;
    margin-top: 10px;
    width: 15px;
}

.socials a:hover {
    color: #ffffff;
    background: #ffc700;
    transition: 0.3s;
}

@media (min-width: 992px) {
    .sidebar {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        flex-direction: row;
        max-width: 100%;
        overflow-y: visible;
        transition: none;
        line-height: none !important;
        background: transparent;
    }
}
/* End of mobile menu */
/* Sticky Header */
.dl-sticky {
    position: fixed !important;
    width: 100%;
    max-width: inherit;
    background: #fff !important;
    max-height: 5rem;
    -moz-box-shadow: -1px 4px 5px 0px rgba(145, 145, 145, 0.75);
    -webkit-box-shadow: -1px 4px 5px 0px rgba(145, 145, 145, 0.75);
    box-shadow: -1px 4px 5px 0px rgba(145, 145, 145, 0.75);
    align-items: center;
    z-index: 50;
    margin-top: -32px;
}

/* Custom Breadcrumb And Title Section */
.custom-page-title-section {
    background-color: #7000ff important;
    color: white important;
    padding: 40px 0 important;
    text-align: center important;
    position: relative important;
}
.custom-page-title-section .custom-breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: inline-flex;
    gap: 10px; /* Adjust gap between breadcrumb items as needed */
}

.custom-page-title-section .custom-breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
}
.custom-page-title-section .custom-breadcrumb-item.active {
    color: #d0d0d0;
}

/* Arrow pointing down */
.custom-page-title-section::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #7000ff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

/* Hero Section */
.hero {
    width: 100%;
    margin-top: -2em;
    padding-top: 4rem;
    padding-left: 2.5rem;
    gap: 2em;
    flex-wrap: wrap-reverse;
    align-items: center;
    min-height: calc(100vh - 93.6px);
    background: linear-gradient(
        to bottom right,
        #ffffff 35%,
        rgba(122, 40, 255, 0.51) 95%
    );
}
.hero > * {
    flex: 1 1 25em;
}
.hero h1 {
    font-size: 2.7rem;
    font-weight: 700;
    color: rgba(60, 0, 139, 1);
}
.hero .header-img {
    width: 125.2%;
    height: 37.5rem;
    margin-left: -150px;
    margin-top: -65px;
    object-fit: cover;

}
.hero p{
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 30px;
    font-weight: 500px;

}

/* Hero Header Feature slider Starts */
#h-feature {
    overflow: hidden;
}

#side3 {
    position: absolute;
    overflow: hidden;
    transform: translateX(100px);
    z-index: 9;
    transition: all 0.5s;
}

.flipster {
    overflow-x: visible !important;
}

/* Hero Header Feature Slider Ends */

.colourBG {
    background: linear-gradient(
        to right,
        #ffffff 20%,
        rgba(122, 40, 255, 0.51) 70%
    );
}
.navg {
    background: linear-gradient(
        to right,
        #ffffff 30%,
        rgba(122, 40, 255, 0.51) 70%
    );
}
.bg-nav-trans {
    background-color: transparent !important;
    /* position: absolute; */
}
/* Header, Navs */
nav{
    background-color: #fff !important;
    box-shadow: none !important;
    height: 90px !important;
}
.nav-ul {
    margin: auto !important;
    font-size: 17px;
    font-weight: 600;
    color: black !important;
}
.header-img {
    width: 100%;
}

/* Testimony Slider Section */
.slider-body {
    margin: 0px !important;
}

.ydl-button {
    color: #fff !important;
    background: linear-gradient(112.84deg, #ea8a19 0%, #ffc700 96.11%);

    border: none;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
    padding-left: 50px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none !important;
}
.bdl-button {
    color: #fff !important;
    background: linear-gradient(to right, #641cff 0%, #ffc700 190%);
    border: none;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none !important;
    z-index: 1;
}

@media screen and (max-width: 900px) {
    .my {
        margin-left: -12px;
    }
    .cy {
        display: none;
    }
}

.p-1 {
    display: flex;
    float: left;
    margin-top: 20px;
}
.Astro {
    margin-top: -40px;
}
.gy {
    margin-right: 10px;
    font-weight: 600;
}
.sP-1 {
    background: linear-gradient(112.84deg, #ea8a19 0%, #ffc700 96.11%);
    border-radius: 15px;
    font-family: "Poppins", sans-serif;
    max-width: 14rem;
    overflow: hidden !important;
}
.man {
    background: linear-gradient(107.34deg, #7000ff -34.51%, #ffc700 213.91%);
    border-radius: 15px;
    font-family: "Poppins", sans-serif;
    max-width: 14rem;
    overflow: hidden;
}
.dy {
    margin-left: -40px;
    margin-top: 20px;
    position: relative;
    z-index: 3;
}
.dl-container {
    max-width: 500px;
}
main {
    padding: 150px 1rem;
    flex-grow: 1;
}
/* Second Section design 2nd */
.why-us h3 {
    color: rgba(60, 0, 139, 1);
}
.why-us {
    margin-top: 80px;
    column-gap: 10px;
    text-align: center !important;
    max-width: 90%;
    margin-left: 1em;
}
.f-why-us {
    background: linear-gradient(
        144.14deg,
        #ffffff 43.08%,
        rgba(122, 40, 255, 0.51) 302.95%
    );
    color: rgba(60, 0, 139, 1);
    border-radius: 30px;
    margin-bottom: 20px;
    box-shadow: 1px 12px 2px 7px rgba(160, 158, 158, 0.137);
}
.dale {
    text-align: left !important;
}
.f-why-2 {
    padding-top: 30px;
    padding-bottom: 10px;
}
.f-why-1 {
    padding-bottom: 10px;
}
.f-why-3 {
    padding-bottom: 10px;
}
@media screen and (min-width: 900px) {
    .zy {
        margin-top: 120px;
    }

    .bro {
        padding: 40px;
    }
    .broo {
        padding-left: 40px;
    }

    .mobileView-A {
        display: none;
    }
}
.zy {
    background: linear-gradient(
        144.14deg,
        #ffffff 43.08%,
        rgba(255, 208, 40, 0.51) 100.95%
    );
}
/* Third Section  */
.about {
    color: rgba(60, 0, 139, 1);
    margin-top: 60px;
}
.about h2 {
    font-size: 2.5rem !important;
    font-weight: 600 !important;
}
.about-desc {
    background-color: rgba(150, 46, 255, 0.19);
    padding: 40px;
    font-size: 18px;
}
/* Improve Learning */
/* .improve-learn {
  width: 50%;
} */
.improve-learn p {
    font-size: 18px;
}
.improve-learn img {
    left: 20px;
}

/* Fourth Section */
.ht {
    display: flex;
    float: left;
}
.Bt {
    margin-left: 40px;
}
.At {
    margin-right: -40px;
}

.bro {
    margin-top: 70px;
}
.w1 {
    margin-top: 40px;
}
.testimony {
    background-image: linear-gradient(
        to top,
        rgba(122, 40, 255, 0.178) 30%,
        #ffffff 70%
    );
    padding-top: 70px;
}
.testimony .demostrate img {
    width: 100%;
}

/* Article Section */
.article .card {
    border: none !important;
    -moz-box-shadow: 0px 8px 5px 3px rgba(87, 80, 80, 0.75);
    -webkit-box-shadow: 0px 8px 5px 3px rgba(87, 80, 80, 0.75);
    box-shadow: 0px 18px 11px rgba(0, 0, 0, 0.19);
    border-radius: 56px;
    padding: 15px;
    position: relative;
    z-index: 1;
}
.article a {
    text-decoration: none;
    color: rgba(60, 0, 139, 1);
}
.article .right {
    left: 48px;
    padding-right: 30px;
}
.article .left {
    right: 48px;
    padding-left: 30px;
}
.article .center {
    z-index: 4;
}
/* Article Mobile Section */
.article-mb {
    box-shadow: 2px 14px 18px rgba(0, 0, 0, 0.25);
    margin: 1.2rem;
    padding: 20px;
    border-radius: 35px;
}
.article-mb img {
    width: 100%;
}
.article-mb h4 {
    margin-top: 20px;
}
.article-mb a {
    text-decoration: none;
}

/* Article Section for home */
/* .MB-aa {
  box-shadow: 20px 18px 11px rgba(0, 0, 0, 0.19);
  border-radius: 25px;
  padding: 2rem;
} */

/* Footer Section Starts */
footer {
    background-color: #7000ff;
    color: #ffffff;
    max-width: 100%;
    padding-bottom: 50px;
    position: static;
}
footer ul {
    padding-top: 20px;
    padding-bottom: 40px;
}
footer li {
    list-style: none;
    line-height: 2;
}
footer a {
    text-decoration: none;
    color: #ffffff;
}
footer .contact-footer {
    background: linear-gradient(to right, #ea8a19 20%, #ffc700 50%);
    padding: 5px;
    border-radius: 10px;
    box-shadow: -1px 4px 5px 0px rgba(44, 43, 43, 0.75);
}
footer .contact-hiring {
    background: rgb(241, 241, 241);
    padding: 4px;
    border-radius: 10px;
    box-shadow: -1px 4px 5px 0px rgba(44, 43, 43, 0.75);
}
footer .social-footer span {
    margin-left: 10px;
}

/* privacy page CSS xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.privacy-body {
    background: linear-gradient(
        to bottom right,
        #ffffff 35%,
        rgba(122, 40, 255, 0.51) 95%
    );
    /* height: 120vh; */
}
.privacy p {
    font-size: 18px;
}

section {
    margin: 2rem;
}
/* privacy Page End */

/* Why destom page css starts  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.whyDetom-body {
    background: linear-gradient(
        to top right,
        rgba(122, 40, 255, 0.51) 15%,
        #ffffff 95%
    );
}

.why-detom {
    margin: 2rem;
}
.why-detom p {
    font-size: 18px;
}
/* Why detom ends */

/* parent Review Css Design xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* h1 css starts */
.parent h1 {
    color: rgba(255, 153, 0, 1);
}

/* h1 css ends */

.parent-body {
    background-image: linear-gradient(to top, #fff3b0, white);
}
/* Parent review css ends */

/* About Us page Css Design  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.About-body {
    background-image: linear-gradient(to top, rgb(149, 184, 255), white);
}

.About-h1 {
    color: rgba(0, 72, 211, 1);
}
.small-row {
    column-gap: 5px;
}
@media (min-width: 992px) {
    .small-col {
        box-shadow: 12px 24px 18px -4px rgba(0, 0, 0, 0.25);
        background: linear-gradient(180deg, #5200ff 0%, #0500ff 100%);
        opacity: 0.67;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        border-radius: 25px;
        width: 200px !important;
        height: 200px;
    }
}
.About p {
    font-size: 18px;
}
.About img {
    width: 24rem;
}

/* Flipping Mission Vision, and Core Values Starts */

.flip-card {
    background-color: transparent;
    width: 200px;
    height: 200px;
    perspective: 1000px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    margin: 1rem;
}

@media (min-width: 100px) {
    .small-col {
        box-shadow: 12px 24px 18px -4px rgba(0, 0, 0, 0.25);
        background: linear-gradient(180deg, #5200ff 0%, #0500ff 100%);
        opacity: 0.67;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        border-radius: 25px;
        width: 200%;
        height: 200px;
    }
}

@media (min-width: 992px) {
    .flip-card {
        background-color: transparent;
        width: 200px;
        height: 200px;
        perspective: 1000px;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        margin: 1rem;
    }
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-back {
    transform: rotateY(180deg);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card {
    background-color: transparent;
    width: 200px;
    height: 200px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-back {
    transform: rotateY(180deg);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
/* Flipping Mission Vision, and Core Values Ends */

/* About page css ends */

/* Blog page Css Starts xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.Blog-body {
    background: #ffffff;
}
.Blog p {
    font-size: 18px;
}
.Blog row {
    column-gap: 7rem;
}
.Blog h1 {
    color: rgba(96, 0, 171, 1);
}

.blog-button {
    color: #fff !important;
    background: linear-gradient(to right, #641cff 0%, #ffc700 198%);
    border: none;
    border-radius: 10px;
    width: 150px;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Blog input {
    /* background-color: #ffffff; */
    border: none;
    border-radius: 50px;
    box-shadow: 12px 24px 18px -4px rgba(0, 0, 0, 0.25);
}

/* Article Page Sidebar Search */
.search-container {
    position: relative;
}
.search-container input[type="text"] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
.search-container button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    color: black;
    border: none;
    cursor: pointer;
    padding: 15px;
    font-size: 16px;
}
.search-container button[type="submit"]:hover {
    background-color: transparent;
    cursor: pointer;
}
.fa-search {
    font-size: 20px;
}
.col-b {
    background: rgba(244, 233, 255, 1);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 12px 24px 18px -4px rgba(0, 0, 0, 0.25);
    max-width: 80%;
}
.sidebar-category {
    background-color: rgba(199, 143, 255, 1);
    border-radius: 20px;
    padding: 10px;
    box-shadow: 12px 24px 18px -4px rgba(0, 0, 0, 0.25);
    max-width: 80%;
}
.sidebar-category a {
    color: rgba(96, 0, 171, 1);
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
}
.sidebar-category a:hover {
    text-decoration: underline;
}
.sidebar-category li {
    list-style: none;
}

/* tutor page css design xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.tutor-body {
    background-image: linear-gradient(
        to top right,
        rgba(199, 143, 255, 1) 10%,
        rgb(255, 255, 255) 60%
    );
}

/* tutor page css design stats xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.tutor-body {
    background-image: linear-gradient(
        to top right,
        rgba(199, 143, 255, 1) 10%,
        rgb(255, 255, 255) 60%
    );
}

.h1 {
    color: rgba(96, 0, 171, 1);
}
.tdl-button {
    color: #fff !important;
    background: linear-gradient(to right, #641cff 0%, #ffc700 198%);
    border: none;
    border-radius: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    box-shadow: 12px 24px 18px -10px rgba(71, 71, 71, 0.25);
    height: 20px;
}

/* tutor page css end */

/* Tutor login page Css design startsxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.tutor-body2 {
    background: #e9dcba;
    background-image: linear-gradient(to top, #e9dcba, white);
}
.input {
    border-radius: 40px;
    border: 3px solid #ff9900;
}

.tutor-h1 {
    color: #ff9900;
}

.btn-white {
    box-shadow: 12px 24px 18px -10px rgba(71, 71, 71, 0.25);
    width: 100%;
    border-radius: 25px;
}

/* Tutor page ends */

/* Tutor Login Starts */
.login-btn {
    color: #fff !important;
    background: linear-gradient(to right, #641cff 0%, #ffc700 198%);
    border: none;
    border-radius: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    box-shadow: 12px 24px 18px -10px rgba(71, 71, 71, 0.25);
    width: 100%;
}

@media (min-width: 1200px) {
    .login-form {
        width: 40%;
    }
}
.social-sign-in {
    width: 80%;
    background-color: #ffffff;
    color: rgba(131, 116, 151, 1);
    border: none;
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    box-shadow: 12px 24px 18px -10px rgba(71, 71, 71, 0.25);
}
/*Student Login page Css starts xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.student-body {
    background: #e9dcba;

    background-image: linear-gradient(
        to top right,
        rgb(16, 81, 209) 5%,
        rgb(255, 255, 255) 60%
    );
}

.student-h1 {
    color: rgba(0, 71, 210, 1);
}

.input-student {
    border-radius: 30px;
    border: 3px solid rgba(0, 71, 210, 1);
}
/* student login css ends */

/* Tutor Signup  Page starts xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.tutorSignup-body {
    background-image: linear-gradient(
        to top right,
        rgb(16, 81, 209) 5%,
        rgb(255, 255, 255) 60%
    );
}
.input-tutoSignup {
    border-radius: 30px !important;
    border: 2px solid rgba(0, 71, 210, 1) !important;
}

.tutorSignup-h1 {
    color: rgba(0, 66, 195, 1);
}
.tutor p {
    font-size: 18px !important;
}
.tutor h1 {
    font-size: 50px !important;
}
.tutor img {
    margin-left: -280px;
}
.tutor a {
    text-decoration: none;
}

/* Tutor css Ends */

/* Contact design starts here xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.contact-body {
    background-image: linear-gradient(
        to top right,
        rgb(16, 81, 209) 5%,
        rgb(255, 255, 255) 60%
    );
}
.contact-page p {
    font-size: 18px;
}
.contact-info {
    background: linear-gradient(
        95.85deg,
        #0c5fff -170.26%,
        rgba(12, 95, 255, 0) 120.62%
    );
    box-shadow: 5px 25px 10px -6px rgba(0, 0, 0, 0.25);
    border-radius: 44px;
    padding: 20px;
    margin-top: 20px;
}

.contact-info i {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.me-22 {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* ===========================================Category Filter Sidebar Starts ======================================= */
.subject-category {
    width: 97%;
}
.sidebar-cat {
    background-color: rgba(161, 126, 196, 0.29);
    border-radius: 20px;
    justify-content: center;
    padding: 18px;
}
.sidebar-cat .cat {
    width: 90%;
}
.sidebar-cat .active {
    background-color: rgba(161, 126, 196, 1) !important;
    border-radius: 25px;
}
.sidebar-cat button {
    color: rgba(44, 0, 79, 1);
}
.sidebar-cat button:hover {
    color: rgba(44, 0, 79, 1);
}
.subject-category .card {
    background: #ffffff;
    box-shadow: 2px 14px 18px rgba(0, 0, 0, 0.25);
    border-radius: 23px;
}
.subject-category .card:hover {
    background: #ffffff;
    border-radius: 23px;
}
.subject-category .card a {
    text-decoration: none;
}
.subject-category .card p {
    color: black;
}
.subject-category .card h5 {
    color: rgba(96, 0, 171, 1);
}
.subject-category img {
    border-radius: 23px;
    width: 100%;
    height: 150px;
}
@media (min-width: 992px) {
    .subject-category .card {
        width: 20rem;
        margin-top: 36px;
    }
}

/* Dashboard */

/* Affiliate  page Css starts xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.Affliate-Signup-body {
    background: #e9dcba;
    background-image: linear-gradient(to top right, rgb(16, 81, 209) 5%, rgb(255, 255, 255) 60%);
}

.Affliate-Signup-h1 {
    color: rgba(0, 71, 210, 1);
}

.Affliate-Signup-form {
    margin-top: -5rem !important;
}

.input-student {
    border-radius: 30px;
    border: 3px solid rgba(0, 71, 210, 1);
}

.affiliate h1 {
    line-height: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 76 !important;
    color: #7000ff;
}
.affiliate p {
    font-size: 18px;
}
.affiliate .left-section {
    width: 60%;
}
.affiliate h3 {
    color: rgba(255, 153, 0, 1);
}

.affliate-signup-image {
    margin-left: -30px !important;
}
/* Affiliate page css ends */

/* Affliate css begins */
.Affliate-body {
    background: linear-gradient(
        to top right,
        rgba(122, 40, 255, 0.51) 20%,
        #ffffff 60%
    );
}

.Affliate {
    margin: 2rem;
    max-width: 95%;
}

.Affliate-button {
    background: linear-gradient(92.19deg, #ff7a00 -34.07%, #7000ff 202.76%);
    margin-left: 2rem;
    margin-right: 2rem;
    border-radius: 25px;
}

/* ============================= Student Dashboard ============================= */
.student-dashboard-body {
    min-height: 100vh;
    background: white;
    background-size: cover;
    background-position: center;
    font-family: "Poppins", sans-serif !important;
}
.student-dashboard-sidebar {
    background: rgba(44, 0, 79, 1);
    width: 250px;
    /* left: -282px; */
    height: 100vh;
    position: fixed;
    top: 0;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: left;
}
.student-dashboard-sidebar header {
    background: rgb(149, 184, 255);
}
.student-dashboard-sidebar header h2 {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 2px;
}
.profile-pic img {
    width: 120px;
    margin: 15px;
    margin-left: 70px;
    border-radius: 50%;
    border: 3px solid white;
    height: 120px;
}
.student-dashboard-sidebar .close-btn {
    position: absolute;
    color: #fff;
    font-size: 23px;
    right: 0px;
    margin: 15px;
    cursor: pointer;
}
.sd-menu {
    width: 100%;
    margin-top: 30px;
}
.sd-menu-item {
    position: relative;
    cursor: pointer;
    align-items: center;
    margin-left: 20px;
}
.sd-menu-item a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
}
.sd-menu-item i {
    margin-right: 10px;
}
.sd-menu-item .sub-dropdown {
    position: absolute;
    right: 0;
    /* margin: 16px; */
    margin-right: 16px;
    margin-bottom: 16px;
    margin-left: 16px;

    transition: 0.3s ease;
}
.sd-menu-item .sd-sub-item-menu {
    background: #0c5fff;
    display: none;
}
#menu-btn {
    position: absolute;
    font-size: 35px;
    cursor: pointer;
    margin: 30px;
}
#menu-btn i {
    color: #7000ff;
}
.student-dashboard-sidebar .sd-active {
    left: 0;
}
.rotate-down {
    transform: rotate(90deg);
}

/* ================================= Hero Feature Slider =============================== */

#slider-hero {
    position: relative;
    width: 50%;
    height: 37vw;
    margin: 30px auto;
    /* perspective: 1400px; */
    transform-style: preserve-3d;
}

@media (min-width: 992px) {
    #slider-hero {
        position: relative;
        width: 50%;
        height: 30vh;
        margin: 30px auto;
        /* perspective: 9000px; */
        transform-style: preserve-3d;
    }
}

#slider-hero input[type="radio"] {
    position: relative;
    top: 210px;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: 0 15px 0 0;
    opacity: 0.4;
    transform: translateX(-83px);
    cursor: pointer;
}

#slider-hero input[type="radio"]:nth-child(5) {
    margin-right: 0px;
}

#slider-hero input[type="radio"]:checked {
    opacity: 1;
}

#slider-hero label {
    position: absolute;
    width: 275px;
    height: 205px;
    border-radius: 25px;
    left: 0;
    top: 0;
    color: white;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: transform 400ms ease;
}

#slider-hero label h4 {
    font-size: 30px;
}

#slide1 {
    /* background: tomato; */
    width: 275px;
    height: 205px;
    box-shadow: 0px 36px 27px -5px rgba(0, 0, 0, 0.11);
}

#slide2 {
    background: linear-gradient(107.34deg, #7000ff -34.51%, #ffc700 213.91%);
    width: 275px;
    height: 205px;
    box-shadow: 0px 36px 27px -5px rgba(0, 0, 0, 0.11);
}

/* Slider Functionality */

/* Active Slide */
#s1:checked ~ #slide1,
#s2:checked ~ #slide2,
#s3:checked ~ #slide3,
#s4:checked ~ #slide4,
#s5:checked ~ #slide5 {
    box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
    transform: translate3d(0%, 0, 0px);
}

/* Next Slide */
#s1:checked ~ #slide2,
#s2:checked ~ #slide3,
#s3:checked ~ #slide4,
#s4:checked ~ #slide5,
#s5:checked ~ #slide1 {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    transform: translate3d(15%, 0, -100px);
}

/* Next to Next Slide */
#s1:checked ~ #slide3,
#s2:checked ~ #slide4,
#s3:checked ~ #slide5,
#s4:checked ~ #slide1,
#s5:checked ~ #slide2 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    transform: translate3d(30%, 0, -250px);
}

/* Previous to Previous Slide */
#s1:checked ~ #slide4,
#s2:checked ~ #slide5,
#s3:checked ~ #slide1,
#s4:checked ~ #slide2,
#s5:checked ~ #slide3 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    transform: translate3d(-30%, 0, -250px);
}

/* Previous Slide */
#s1:checked ~ #slide5,
#s2:checked ~ #slide1,
#s3:checked ~ #slide2,
#s4:checked ~ #slide3,
#s5:checked ~ #slide4 {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    transform: translate3d(-15%, 0, -100px);
}

/* ==================================== Summary Payment Page ======================================== */

.summary .icon {
    font-size: 30px;
    color: #6000ab;
    margin-right: 4px;
}
.summary .name {
    font-size: 18px;
}
.summary-content {
    background: #f5f1f8;
    border-radius: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 80px;
}
.summary-content td {
    background: #ddd1e9;
}
.summary-content table tr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.basket img {
    width: 25rem;
    position: relative;
    overflow: hidden;
}
.billing-exept {
    background: #fff4e3;
    border-radius: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
/*@media (min-width: 992px) {*/
/*    .billing-exept {*/
/*        background: #fff4e3;*/
/*        margin-left: 100px;*/
/*        border-radius: 35px;*/
/*        padding-top: 30px;*/
/*        padding-bottom: 30px;*/
/*        padding-left: 20px;*/
/*        padding-right: 20px;*/
/*    }*/
/*}*/
.billing-exept h5::before {
    width: 50px;
    height: 50px;
    background: #ff9900;
}
.bill-footer {
    margin-top: 70px;
    margin-bottom: -40px;
}
.payment-button {
    color: #fff;
    background: linear-gradient(to right, #641cff 0%, #ffc700 198%);
    border: none;
    border-radius: 50px;
    width: 24rem !important;
    font-size: 18px;
    height: 65px !important;
    text-decoration: none;
}
.summary .cart {
    background: #f5f1f8;
    border-radius: 35px;
    height: 40px;
}
.summary .cart i {
    font-size: 20px;
    color: #6000ab;
}
.summary .cart span {
    font-weight: 500;
    font-size: 18px;
}

/* ==============================================  Payment Page  ============================================== */
.payment-body {
    background: linear-gradient(
        to bottom right,
        #ffffff 35%,
        rgba(122, 40, 255, 0.51) 95%
    );
    height: 120vh;
}
.pay-head h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 118px;
    color: #ffc700;
    text-transform: capitalize;
}
.pay-head p {
    font-size: 18px;
}
.payment-icon {
    background: #fff;
    padding-top: 10px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
}

/* ================================= Hero Feature Slider Ends =============================== */
/* ================================== Get A Tutor ======================================= */

/* ================================== How Detomlearning Works ======================================= */
    /* Customize colors based on Detomlearning's theme */
    .how-it-works .card {
        border: none;
        border-radius: 8px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
      }
      .how-it-works .card-header {
        /* background: linear-gradient(180deg, #5200ff 0%, #0500ff 100%); */
        background: white;
        color: white;
        font-weight: bold;
        text-align: center;
        padding: 1rem;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border: none !important;
      }
      .how-it-works .card-title {
        font-weight: bold;
        color: #3C008B;
      }
      .how-it-works .card-text {
        color: #333;
      }
      .how-it-works .card-body .icon {
        font-size: 60px;
        color: #ea8a19;
        margin-bottom: 1rem;
      }

