@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&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');


body {
    font-family: "Playfair Display", "Poppins";
}

.bg-img {
    position: relative;
    z-index: 9999;
}

.navbar {
    overflow: hidden;
    background-color: #000000;
}

/* Navbar links */
.navbar .navbar-nav {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    font-family: "Poppins";
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #f3d97a !important;

}

.btn {
    width: 120px;
    font-family: "Poppins";
}

.navbar-brand img {
    width: 271px;
    height: auto;
}

.navbar .nav-link {
    color: white;
}


.hero-text {
    text-align: left;
    color: white;
    margin-top: 5rem;

}

.hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
}

.hero-text button:hover {
    background-color: #555;
    color: white;
}

.hero-text h1 {
    font-size: 6rem;
    line-height: 99px;
    animation: myAnim 2s ease 0s 1 normal forwards;
}

@keyframes myAnim {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-image {
    background-image: linear-gradient(rgb(0 0 0 / 73%), rgb(49 48 48 / 39%)), url(./images/hero-img.jpeg);
    position: absolute;
    top: -101px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image .hero-p p {
    color: white;
    font-size: 20px;
    margin-top: 1rem;
    font-family: "Poppins";
    animation: rightfade-in 2s ease 0s 1 normal forwards;

}

@keyframes rightfade-in {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-image .hero-bottom {
    position: absolute;
    bottom: 45px;
    width: auto;
    left: 46%;
}

.hero-image .hero-bottom a {
    text-decoration: none;
    font-family: "Poppins";
    color: white;
    transition: all 0.3s ease;
}

.info h1 {
    color: #2c2927;
    text-align: center;
    font-size: 55px;
}

.info p {
    font-family: "Poppins";
    text-align: center;
    color: #555;
    line-height: 29px;
    margin: 1rem 16rem;
    font-size: 16px;

}

p,
li {
    font-family: "Poppins";
    color: #555;
    line-height: 29px;
    font-size: 16px;

}

.info p.info-p {
    font-size: 16px;
    font-family: "Poppins";
    margin: 2rem 16rem;
    font-weight: 500;
}

.info {
    padding: 0rem 0rem 5rem 0;
    animation: slide-in-bottom 3s ease 0s 1 normal forwards;
}

@keyframes slide-in-bottom {
    0% {
        opacity: 0;
        transform: translateY(250px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.about {
    padding: 6rem 0rem 5rem 0;
    background-color: #fbe8a6;
}

.about h1,
.review h1 {
    color: #2c2927;
    font-size: 55px;
}

.about-image img {
    width: 532px;
}

.about-image {
    position: relative;
    top: 175px;
    right: 0;
    align-items: flex-end;
    align-self: revert-layer;
    display: flex;
    justify-content: flex-end;
}

.about-text {
    width: 85%;
}

.about-bottom {
    margin-top: 3rem;
}

.review {
    padding: 10rem 0rem 10rem 0;
}

.testimonial {
    margin-top: 2rem;
}

.rating {
    margin-bottom: 1rem;
}

.testimonial .author {
    font-weight: 700;
}

.rectangle {
    background-color: #fbe8a6;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.rectangle .btn-set {
    padding: 0 2rem 2rem;

}

.rectangle-text h2 {
    font-weight: 700;
    margin-bottom: 2rem;
}

.rectangle-img {
    width: 100%;
    height: 100%;
}

.rectangle-text {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.rectangle-text h2 {
    margin-top: 0;
    color: #333;
}

.rectangle-text p {
    color: #222222;
    margin-bottom: 0;
}

.set-background {
    background-color: #2c2927;
    /*height: 100vh;
    position: relative;
    top: 160px;*/
    margin-top: 160px;
}

.connect-box {
    /*right: 0;
    position: absolute;
    align-items: center;
    left: 0;
    z-index: 1;*/
    position: relative;
    top: -160px;
}

.set-content {
    /*position: relative;
    bottom: 85px;*/
    padding: 0 0 160px;
}

.set-content h3 {
    color: white;
    position: relative;
    z-index: 1000;
    width: auto;
    font-size: 45px;
}

.set-content p {
    color: white;
    position: relative;
    z-index: 1000;
    width: auto;
    font-size: 18px;
}

footer a {
    text-decoration: none !important;

    color: #222222;
}

footer .list-unstyled li a {
    text-decoration: none !important;
}

footer a:hover {
    text-decoration: underline;
    color: #222222;

}

footer li {
    line-height: 25px;
    font-size: 16px;
}

footer h5 {
    margin-bottom: 5px;
    color: #222222;
    font-family: "Poppins";
}

.navbar-toggler {
    background: white;
}

input,
.form-select,
option,
.tab-content h3,
.tab-content h4 {
    font-family: "Poppins";
}

thead th {
    font-family: "Poppins";
    font-weight: 600;
}

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #ffc107;
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #000000;
    --bs-nav-tabs-link-active-bg: #ffc107;
    --bs-nav-tabs-link-active-border-color: #ffc107 #ffc107 #ffc107;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
    color: #000000;
    border: 0;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "Poppins";
}

.nav-tabs .nav-link.active {
    font-weight: 600;
}

tbody .btn-sm.text-danger {
    font-size: 25px;
    display: flex;

}

.set-buttons .btn-warning {
    width: 208px;
    height: 40px;

}

.set-buttons .btn-link,
.pricing .btn-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Poppins";
    text-decoration: none;
    width: 153px;
}

.btn.btn-link ion-icon,
.btn.btn-outline-primary ion-icon {
    font-size: 21px;
    margin-right: 4px;
}

.set-buttons {
    display: flex;
    justify-content: space-between;
}

.gpa-calculater {
    /* height: 100vh; */
    margin-bottom: 5rem;
}

.tab-content .form-control {
    border: 0;
}

.tab-content .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.cumulative tbody tr {
    font-family: "Poppins";
}

.price-img img {
    width: 100%;
    border-radius: 12px;
    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;
}

.price-content ion-icon {
    font-size: 26px;
    color: #ffc107;
    margin-right: 10px;
}

.price-content {

    display: flex;
    flex-direction: column;
    align-content: flex-start;
    height: 100%;
    justify-content: center;

}

.price-content h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.price-content h6 {
    font-size: 2rem;
    font-family: "Poppins";
    margin-bottom: 2rem;

}

.pricing {
    padding: 5rem 0;
}

#pricing-set {
    padding: 5rem 0;
}

.pricing h2,
.testimonial-review h2 {
    font-size: 3rem;
}

.pricing ul li {
    list-style: none;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    align-items: center;
}

.pricing ul {
    padding-left: 0rem;
}

.pricing .btn {
    width: 140px;
}

.pricing .set-price-btn {
    margin-top: 1rem;
}

.demo {
    padding: 4rem 0;
    background-color: #fbe8a6;

}

.card-testimonial ion-icon {
    font-size: 50px;
    color: #ffc107;

}

.rating ion-icon {
    color: #ffc107;
    font-size: 22px;

}

footer {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.card-testimonial {
    background-color: white;
    text-align: center;
    padding: 30px;
    margin: 3rem 2rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 450px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card.testimonial {
    border: none;
    border-radius: 20px;
}


.card-testimonial .icon {
    display: inline-block;
    font-size: 80px;
    color: #016d9b;
    margin-bottom: 20px;
    opacity: 0.6;
}

.card-testimonial .description {
    font-size: 14px;
    color: #777;
    text-align: justify;
    margin-bottom: 10px;
    opacity: 1;
    line-height: 21px;
}


.card-testimonial .pic {
    display: inline-block;
    border: 4px solid white;
    border-radius: 50%;
    box-shadow: 0 0 4px 4px #016d9b;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.card-testimonial .pic img {
    width: 100%;
    height: auto;
}

.owl-controls {
    margin-top: 20px;
}

.owl-pagination {
    display: flex;
    justify-content: center;
}

.owl-page {
    height: 10px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
    background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
    margin-left: 10px;
}

.owl-page {
    background-color: #ffc107;
}

.owl-page:hover,
.owl-page.active {
    background-color: rgb(141 114 31);
}

.btn.btn-outline-primary {
    width: 172px;
    display: flex;
    align-items: center;

}




.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 5rem 0 0;
}

.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}

.accordion-header {
    padding: 0px;
    border: none;
    font-family: "Poppins";

    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.accordion-header:hover {
    background: #fbe8a6;
    /* padding-left: 10px; */
}

.accordion-button:focus {
    background: #fce07a !important;
    box-shadow: none !important;

}

.accordion-button:not(.collapsed) {
    background-color: #fce07a !important;
}

.accordion-button {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    color: #273949 !important;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    /* background-color: rgba(255, 255, 255, 0) !important; */
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #E91E63;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}

.faq-section,
.contact-page,
.login-page,
.contact-pg-section,
.faq-page {

    background-image: linear-gradient(#fbe8a6, #feda5a);
}

.img-container {
    height: 100%;
    background-image: url(./images/FAQs-cuate.png);
    background-size: 100%;
    background-position: center;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }

    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}

.accordion-body {
    font-family: "Poppins";
    color: #555;
    line-height: 24px;
    font-size: 14px;
}

.set-faq-side {
    height: 447.66px;
    overflow-y: scroll;
    padding-right: 15px;
}

.faq-section .bg-light,
.contact-page .bg-light {
    background-color: white !important;
    border-radius: 20px;
}

label {
    font-family: "Poppins";
    font-weight: 500;
}

.set-faq-side::-webkit-scrollbar {
    width: 10px;
}

.contact-page {
    padding: 5rem 0px 2rem;

}

.set-faq-side::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.set-faq-side::-webkit-scrollbar-thumb {
    background: #ffc107;
}

.set-faq-side::-webkit-scrollbar-thumb:hover {
    background: #f3d97a;
}

.contact-page input,
.contact-page select,
.contact-page textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 10px;
    resize: vertical;
}

.contact-page img {
    width: 81%;
    background-size: 100%;
    background-position: center;
    display: block;
    /* margin-left: auto; */
    margin-right: auto;
    /* width: 50%; */
    margin: 0rem 4rem 0;
}

.contact-page .btn.btn-dark {
    width: 200px;
}


.set-contact-form {
    padding: 2rem;
}

.login-page a {
    text-decoration: none;
}

.login-page p {
    font-size: 14px !important;
}

@media (max-width: 767px) {
    .footer-section {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-brand img {
        width: 210px;
    }

    .navbar .navbar-nav {

        padding: 14px 0px;
    }

    .rectangle .btn-set {
        padding: 1rem;
    }

    .set-content {
        position: relative;
        bottom: -80px;
    }

    .hero-image {
        top: -89px;
    }

    .rectangle-text {
        padding: 1rem;
    }

    .info p {

        margin: 1rem 3rem;
    }

    .info p.info-p {
        margin: 2rem 7rem;
    }

    .card-testimonial {

        margin: 3rem 1rem;

        height: 610px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #pricing-set {
        padding: 2rem 0;
    }

    #pricing-set .ms-5 {
        margin-left: 1rem !important;
    }

    .info p.info-p {
        margin: 2rem 0rem;
    }

    .info p {

        margin: 1rem 0rem;
    }

    .about-image img {
        width: 100%;
    }
}


@media (min-width:320px) and (max-width:767px) {
    .navbar-collapse {
        display: inline-flex;
        flex-direction: column;
        position: relative;
    }

    .info {
        padding: 3rem 0rem 3rem 0;
    }

    .pricing h2,
    .testimonial-review h2 {
        font-size: 36px;
    }

    .review {
        padding: 5rem 0rem 5rem 0;
    }

    .set-content {
        padding: 0 0 0;
    }

    .connect-box {
        top: -50px;
    }

    .set-background {
        margin-top: 41px;
    }

    .price-content h3 {
        font-size: 39px;
    }

    .navbar {
        background-color: #000000 !important;
    }

    .bg-img {
        position: absolute;
        width: 100%;
        z-index: 9999;
        top: 0;
    }

    .head {
        margin-top: 6rem;
    }

    .price-content {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .accordion-button {
        padding: 13px;
    }

    .privacy-page {
        padding: 1rem 0;
    }

    .ms-5 {
        margin-left: 0rem !important;
    }

    .pricing .set-price-btn {
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

    .hero-text h1 {
        font-size: 3rem;
        line-height: 58px;
    }

    .btn.btn-outline-primary {
        margin-bottom: 1rem;
    }

    .info h1 {
        font-size: 28px;
    }

    .set-buttons .btn-warning {
        width: 173px;
    }

    .set-buttons {
        flex-direction: column;
        align-items: center;
    }

    .about-image img {
        width: 100%;
    }

    .navbar-brand img {
        width: 192px;
        height: auto;
    }

    #pricing-set {
        padding: 2rem 0;
    }

    .nav-tabs .nav-link {
        color: #000000;
        font-weight: 600;
        letter-spacing: 0px;
        font-size: 16px;
        padding: 11px;
    }

    .card-testimonial {
        height: fit-content;
        margin: 1rem 1rem;
    }

    .hero-image {
        top: 0px;
    }

    .hero-image .hero-bottom {
        left: 29%;
    }

    .head .p-3 {
        padding: 0px !important;
    }

    .info p,
    .info p.info-p {
        margin: 1rem 0rem;
    }

    .about h1,
    .review h1 {
        font-size: 25px;
    }

    .rectangle-img {
        width: 98%;
    }

    .about-image img {
        width: 100%;
    }

    .about-image {
        top: 10px;
    }

    .about-text {
        width: 98%;
    }

    .rectangle-text {
        padding: 1rem;
    }

    .about {
        padding: 2rem 0rem 3rem 0;
    }

    .rectangle .btn-set {
        padding: 1rem;
    }

    .set-content p {
        font-size: 14px;
    }

    .set-content h3 {
        font-size: 35px;
    }

    .set-background {
        height: 100%;

    }

    .set-content {
        bottom: 285px;
    }

    .pe-0 {
        padding-right: 1.2rem !important;
    }

    .ps-0 {
        padding-left: 0.8rem !important;
    }
}

@media only screen and (min-width: 1800px) {}


.privacy-page section p,
.privacy-page section ul {
    margin-bottom: 36px;
}

footer ul,
ol {
    margin-left: 0px;
}

ul,
ol {
    margin-left: 20px;
}

.container-custom {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.privacy-page {
    padding: 5rem 0;
}

.privacy-page h3 {
    font-family: 'Poppins';
}

.GPAtable{}

.tab-content .table>:not(caption)>*>*{
    box-shadow: none;
    border: 0;
}

.tab-content .GPAtable .form-control,
.tab-content .GPAtable .form-select {
    border: 1px solid #ced4da !important;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
    text-transform: capitalize;
}

.Summarytable{}

.Summarytable thead th{
    background: #fbe8a6;
}

.Summarytable tbody tr:nth-child(even){
    background: #EFF4FA;
}

.set-buttons .addCourseBtn,
.set-buttons .addCourseBtn:focus{
    box-shadow: none;
    outline: none;
}

.removeBtn{
    padding: 0;
    border:0; 
    background: none;
    color: #85898e;
}

.removeBtn:hover{
    color: #dc3545;
}

