﻿#toast-container > .toast-error {
    background-color: #BD362F;
}

#toast-container > .toast-success {
    background-color: seagreen;
}

.slider-container {
    overflow-x: auto;
    width: 60%;
    background-image: linear-gradient(to left, purple, orange);
    border-radius: 30px;
    padding: 10px;
}

@media only screen and (max-width: 768px) {
    .slider-container {
        width: 100%;
    }
    .tutors-col {
        margin-bottom: 40px;
    }
}

/* Hide scrollbar */
.slider-container::-webkit-scrollbar {
    display: none;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
}

.icons {
    display: flex;
}

.icon {
    flex: 0 0 auto;
    margin-right: 30px; /* Adjust spacing between icons */
    text-align: center;
    border-radius: 30px;
}
.icon .fas {
    padding-top: 10px;
    color: white;
    font-size: 28px;
}
    .icon .icon-text{
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        color: white;
        font-weight: 600;
    }
    .icon:hover {
        background-color: rgba(247, 117, 17, 0.8); /* Change the color and opacity as needed */
    }

    .icon img {
        display: block;
        margin: 0 auto;
        border-radius: 50%; /* Make the icon rounded */
    }

.icon-text {
    margin-top: 5px; /* Adjust spacing between icon and text */
}

.my-row {
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media(max-width: 700px) {
    .my-row {
        flex-direction: column;
    }
    
}
.tutors {
    width: 80%;
    margin: auto;
    text-align: center;
   margin-top: -120px;
}

.tutors-col {
    flex-basis: 30%;
    color: #000;
    margin-bottom: 100px;
}

.col-content {
    height: 80%;
    border-radius: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

    .tutors-col .col-content img {
        width: 100%;
        height: 400px;
        display: block;
        background-size: cover;
        object-fit: cover;
        background-position: center;
    }
 .tutor-rating, .tutor-desc, .tutor-pricing{
     text-align: justify;
 }

    .tutor-rating .review {
        padding-right: 25px;
        color: #000;
        font-size: small;
    }
 .single-product-case .tutor-pricing .price {
    padding-right: 10px;
    color: orangered;
    font-size: small;
    font-weight: 800;
}

    .tutor-rating .review .fas {
        color: #edde0c;
    }

    .tutor-rating .label {
        font-size: small;
        color: mediumpurple;
        padding-left: 30px;
    }
    .tutor-pricing .label {
        font-size: small;
        color: rebeccapurple;
        padding-right: 10px;
    }
  
.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px;
    box-sizing: border-box;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.image-caption h4{
    color: white;
}

.love-icon {
    position: absolute;
    top: 15px; /* Adjust the top padding */
    right: 20px; /* Adjust the right padding */
    color: white;
    z-index: 1;
    font-size: 24px;
}

.testimonial-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border-radius: 50%;
    background-size: cover;
    object-fit: fill;
    background-position: center;
}

.review-rating{
    color: #fff;
    margin: 15px;
    font-size: small;
}


.learn-prompt {
    width: 80%;
    margin: auto;
    text-align: left;
    padding-top: 100px;
    overflow: hidden;
}

.learn-prompt-col {
    flex-basis: 23%;
    color: #000;
    border-radius: 25px;
    margin-bottom: 5%;
    background-color: rgba(235, 231, 228, 0.8);
    text-align: left;
}

    .learn-prompt-col .learn-subjects{
        padding: 20px;
    }

    .learn-prompt-col .learn-subjects li {
        padding-bottom: 15px;
    }

        .learn-prompt-col .learn-subjects li a {
            font-weight: 600;
        }


