﻿* {
    font-family: "Roboto", Arial, sans-serif;
}

body {
    position: relative;
    font-size: 16px;
    background-color: #5e17eb;
}

.logo {
    font-family: 'Arial Rounded MT', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 38px !important;
    color: blue !important;
    letter-spacing: 4px !important;
}

.logo-dot{
    position: absolute;
    right: -50px;
    z-index: -1;
}
.navbar-nav{
    flex-direction: row !important;
}

.nav-link {
    color: whitesmoke !important;
    transition: 0.2s;
    font-size: inherit;
}

    .nav-link:hover {
        color: black !important;
        opacity: 0.7;
        cursor: pointer;
    }
#autotype-header {
    overflow: hidden;
    white-space: nowrap;
    border-right: 4px solid #ffff;
    animation: typing 3s steps(31), blink 1s step-end infinite;
    width: fit-content;
   font-family: 'Segoe UI Emoji';
   font-size: 48px;
}





@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 80%;
    }
    
}
@keyframes blink {
    50% {
        border-color: transparent
    }
}


.home-menu {
    width: 100%;
    height: 39vh;
    padding-bottom: 500px;
    background-color: #ffff;
}

.half-menu {
    display: flex;
    justify-content: center;
}

.menu-card {
    width: 260px;
    height: 350px;
    transition: 0.25s;
    margin: -80px 30px 0px;
    border-radius: 8px; 
}

    .menu-card:hover {
        transform: scale(1.05);
    }

    .menu-card a {
        display: flex;
        position: relative;
        padding: 1.5rem;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: black;
    }

        /*.menu-card a:hover i {
            font-size: xx-large;
        }*/

    .menu-card h4 {
        color: #5e17eb;
        margin-bottom: 15px;
        font-family: Tahoma;
        font-weight: 600;
    }



.menu-card div {
    text-align: center;
}

        .menu-card div div {
            color: dimgray;
            font-size: small;
        }


#menu-card-1 {
    background-color: rgba(255, 255, 255, 0.9);
}
#menu-card-2 {
    background-color: rgba(255, 255, 255, 0.95);
}

.menu-card-icon i {
    color: #5e17eb !important;
    font-size: 32px;
    margin-bottom: 30px;
}




.modal-headers {
    color: blue;
    font-size: 28px;
}



.break-section {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: larger;
    color: white;
    top: -25px;
    right: 15%;
    width: 200px;
    height: 50px;
    background-color: blue;
}

#testimonial .break-section {
    top: -85px;
}

.btn-primary {
    border: none !important;
    box-shadow: 0 -2px 5px -2px #333;
    background: rgb(0,14,255) !important;
    background: linear-gradient(45deg, rgba(0,4,255,0.5158438375350141) 0%, rgba(201,201,201,0.742734593837535) 80%, rgba(255,255,255,0.927608543417367) 100%) !important;
}

.btn-primary:hover {
    opacity: 0.6;
}

.btn-outline-primary{
    color: white !important;
    border: 1px solid white !important;
}

.btn-outline-primary:hover {
    box-shadow: 0 -2px 5px -2px #333;
    background: rgb(0,14,255) !important;
    background: linear-gradient(45deg, rgba(0,4,255,0.5158438375350141) 0%, rgba(201,201,201,0.742734593837535) 80%, rgba(255,255,255,0.927608543417367) 100%) !important;
}


.main-section {
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 4%;
    height: 30vh;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*width: 750px;*/
}

.main-section a {
    padding: 8px 16px;
}

.main-section h1 {
    
   /* background-color: #121FCF;*/
     /*Create the gradient. 
    background-image: linear-gradient(to right, #121FCF 5%, #CFCFCF 91%);
     Set the background size and repeat properties. 
    background-size: 100%;
    background-repeat: repeat;
     Use the text as a mask for the background. 
     This will show the gradient as a text color rather than element bg. 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;*/
}

.main-section p{
    color: rgba(255, 255, 255, 0.7);
}

.header-text {
    font-size: 18px;
    font-weight: 100;
    margin: 30px 0;
}

.main-section img {
    border-radius: 8px;
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin-left: 80px;
}


.get-started-btn {
    background-color: rgb(255,255,255, 0.5);
    color: black;
    border: 1px solid blue;
    border-radius: 8px;
    transition: 0.15s;
}

.get-started-btn:hover {
    color: white !important;
    cursor: pointer;
    background-color: blue;
    opacity: 0.6;
}

section {
    margin-bottom: 60px;

}

.section-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.how-it-works-section {
    background-color: white;
    width: 100%;
}

.carousel-inner {
    display: flex;
    justify-content: start;
    height: 180px;
}

.carousel-caption {
    background-color: rgba(15, 15, 15, 0.2);
    color: blue !important;
}

.carousel-item img {
    width: 400px;
    height: 400px;
    object-fit: contain;
}

.carousel-item {
    color: black !important;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 0;
}

    .carousel-control-next{
        right: 18%;
    }
.carousel-control-prev {
    left: 14%;
}
    .review-img {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 300px;
        top: -60px;
    }

.home-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: start;
    padding: 60px 0;
    background-color: #5e17eb;
}
.home-footer a{
    cursor: pointer;
    transition: 0.15s;
}
    .home-footer a:hover {
        opacity: 0.6;
    }


.footer-reviews{
    width: 100%;
}
    .footer-reviews-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.testimonial-section {
    min-height: 600px;
}

.testimonial {
    width: 100%;
    text-align: left;
    font-size: 12px;
    border-radius: 8px;
    /*background-color: rgb(255,255,255, 0.4);*/
    padding: 15px;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.95);

}

.testimonial-profile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.testimonial-content {
    margin-left: 77px;
    width: 300px;
}

.about-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 80px;
}

.about-section {
    background-color: white;
    height: 300px;
    margin-bottom: 0;
}

.about {
    width: 500px;
}

footer {
    margin-top: 60px;
}

.footer-contact {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-contact a {
    color: #0066cc;
    text-decoration: none;
    cursor: pointer;
}
.footer-links{
    display: flex;
    flex-direction: column;

}


@media only screen and (max-width: 650px) {

    .logo img {
        width: 124px !important;
        aspect-ratio: auto 124 / 40;
        height: 40px;
    }

    .profile-image {
        height: 40px;
        aspect-ratio: auto 40 / 40;
        width: 40px;
    }
    .main-section img {
        width: 200px !important;
        height: 200px !important;
        margin-left: 50px;
    }

    .main-section {
        margin-bottom: 10px;
        margin-top: 80px;
        width: 300px;
    }

    #autotype-header {
        border: none;
        font-size: 28px;
        white-space:normal;
        animation: none;
    }
   
    .half-menu{
        flex-direction: column;
        align-items: center;
    }
    .menu-card {
        width: 320px;
        height: 240px;
        margin-bottom: 110px;
    }

    .testimonial {
        width: 250px;
    }

    .about {
        width: 200px;
    }
}


.profile-part h5 {
    margin: 0;
}

.profile-part div, .profile-part div div {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}

    .profile-part div form {
        display: flex;
    }


.side-menu {
    right: -820px;
    top: 0;
    transition: 0.015s;
    height: 100%;
    width: 400px !important;
    z-index: 2;
    background-color: white !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    animation: ease-in-out 4s ease normal;
}

.profile-image:hover, .fa-close:hover {
    cursor: pointer;
    opacity: 0.3;
}

.profile-image {
    transition: 0.15s;
    border: 2px solid white;
}

.modal-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.3;
    display: none;
    z-index: 1;
}

.profile-header {
    font-weight: 500;
    font-size: 18px;
}
