@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: 'Montserrat', sans-serif;*/
body {
    margin: 0;
    transition: background 0.6s ease;
    background: linear-gradient(
            120deg,
            rgba(211, 51, 51, 0.4),
            #ffffff,
            rgba(211, 51, 51, 0.4)
    );
    background-size: 300% 300%;
    animation: moveBackground 5s ease-in-out infinite;
    font-family: "Roboto", sans-serif;
    cursor: url('https://invoomedpro.com/invoomed-2/home_images/pointer.png'), auto;
}
.rakopis{
   font-family: "Lobster", sans-serif;
   font-weight: 300;
}
.rakopis2{
    font-weight: 400;
    font-style: italic;
}
@keyframes moveBackground {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

a:hover{
    cursor: url('https://invoomedpro.com/invoomed-2/home_images/cursor.png'), auto !important;

}
.hero-img{
    transition: 0.2s;
    margin-top: 100px;

}
.btn {
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
    z-index: 1;
    cursor: pointer;
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-color: #fff;
    z-index: -1;
    transition: 0.1s ease;
}


.btn:hover::before {
    height: 100%;
}


.btn:hover {
    color: #000 !important;
}

.hero-img:hover{
    transform: rotateX(10deg) rotateY(-10deg);
    box-shadow: 20px 20px 20px #222 ;
}
.custom-navbar {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background-color: transparent;
}

.custom-navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.hero-title{
    font-family: "Roboto", sans-serif;
    margin-top: 100px;
    color: #111;
    text-shadow: 0 0 10px #fff;
    font-weight: 900;
    /*animation: ease-in-out 0.5s hero-title;*/
}
/*@keyframes hero-title {*/
/*    0%{*/
/*        margin-top: 200px;*/
/*        font-size: 30px;*/
/*    }*/

/*    100%{*/
/*        margin-top: 80px;*/
/*        font-size: 40px;*/
/*    }*/
/*}*/
.hero-title b{
    font-weight: 900;
}
.hero p{
    max-width: 70%;
    font-size: 15px;
    color: #333;
}
.why_invoomed{
    padding: 100px 0 50px 0;
}

.why_invoomed h2{
    color: #000;
    font-weight: 600;
    font-style: italic;
}
.table-panel{
    border-radius: 20px;
    box-shadow: 0 0 10px #999;
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}
.table-panel table{
    margin-top: 45px;
    width: 100%;
    background-color: transparent !important;
}
.table-panel table thead tr th{
    text-align: left;
    color: #111;
    font-size: 19px !important;
    background-color: transparent !important;

}
.table-panel .table tbody tr td{
    background-color: transparent !important;
    color: #111;
}
.table-panel .table tbody tr td i{
    font-size: 25px !important;
    margin-right: 10px;
}
.ai-option{
    background-color: #000;
    width: 100%;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 30px;
    border-radius: 20px;
    box-shadow: 0 0 10px #777;
}
.ai-option h3{
    color: #fff;
    font-style: italic;
    font-weight: 300;
}
.ai-option h6{
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
    font-size: 20px;
}
.ai-buttons{
    margin-top: 40px;
    text-align: center;
}
.ai-btn{
    display: inline-block;
    background-color: #d33;
    padding: 5px 30px 5px 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    margin: 0 5px 0 5px;
    margin-bottom: 10px;
    text-align: center;
}
@media(max-width:768px)
{
    .ai-btn
    {
        width: 100%;
    }
}

.what_you_get_title{
    color: #d33;
}
.what_you_get{
    padding: 50px 0 50px 0;
}

/* 2809977420025 */

.showImg{
    margin-top: 30px;
    width: 100%;
    border-radius: 10px;
}
.what_you_get{
    background-color: #fff;
}
.what_you_get h3{
    color: #000;
    font-weight: 400;
    font-style: italic;
    margin-top: 20px;
    text-align: left;
}
.what_you_get p{
    margin-top: 30px;
    font-size: 18px;
}
.discover-more{
    background-color: #d55;
    padding: 40px 0 40px 0;
    text-align: center;
}
.discover-more h2{
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
    font-style: italic;
}
.disc-btn{
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 20px;
    background-color: #000;
    border: solid 1px #000;
    width: 300px;
    padding: 5px;
    font-weight: 500;
    margin: auto;
    border-radius:10px;
}
.testimonials{
    background-color: transparent;
    padding: 50px 0 50px 0;
}

.tes-card{
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
}
.tes-card p
{
    font-style: italic;
    margin-top: 24px;
}
.testimonials h3
{
    text-align: center;
    margin-bottom: 40px;
    color: #000;
    font-style: italic;
}
.dont-wait
{
    background-color: #000;
    padding: 50px 0 50px 0;
    text-align: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
.dont-wait button{
    width: 200px;
    margin-top: 20px;
}
.pricing
{
    user-select: none;
    background-color: #fff;
    padding: 50px 0 50px 0;
}
.pricing h1
{
    color: #000;
    font-style: italic;
}
.pricing h3
{
    color: #d22;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 30px;
}
.contact
{
     padding: 50px 0 50px 0;
     color: #fff;
     background-color: #000;
     font-style: italic;
}
.contact ul
{
    margin: 0;
    padding: 0;
}
.contact ul li{
    list-style: none;
    margin-bottom: 20px;
}
.contact ul li a
{
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
.contact input
{
    background-color: transparent;
    border: none;
    border-bottom: solid 2px #fff;
    width: 100%;
    outline: none;
    padding: 5px;
    color: #fff;
    margin-bottom: 20px;
}
.contact textarea
{
    background-color: transparent;
    border: none;
    border-bottom: solid 2px #fff;
    width: 100%;
    outline: none;
    padding: 5px;
    color: #fff;
    margin-bottom: 20px;
}