@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400&family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam&family=Pacifico&family=Teko:wght@300;400;500;600&display=swap');

/** 
    font-family: 'Roboto', sans-serif;
    font-family: 'Sacramento', cursive;
    font-family: 'Pacifico', cursive;
    font-family: 'Teko', sans-serif;
    font-family: 'Kalam', cursive;
*/

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100vh;
    padding: 0 !important;
    margin: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #fbfbf9;
}

.logotop {
    width: 250px;
    height: auto;
}

.imgSer {
    width: auto;
    height: 250px;
    object-fit: cover;
}

.greenTitle {
    color: #c0d2b7;
    font-family: 'Kalam', cursive;
}

.pinkTitle {
    color: #B284C0;
    font-family: 'Kalam', cursive;
}


.navbar {
    background-color: #fbfbf9 !important;
}

.navbarScrollBg {
    background-color: #B284C0 !important;
}


.nav-item {
    padding-top: 0px
}

.nav-item.boxServ {
    padding-top: 0px;
    text-align: left;
}

a.nav-link {
    font-size: 1.1rem;
    font-family: 'Kalam', cursive;
    color: #B284C0;
}


.dropdown-item {
    font-size: 1.1rem;
    font-family: 'Kalam', cursive;
    color: #B284C0;
}



.active {
    font-size: 1.5rem;
    font-family: 'Kalam', cursive;
    color: #045124 !important;
}


@media (max-width: 991.98px) {
    .testimony-29101 .image {
        height: 300px;
    }
}

.text {
    width: 60%;
    padding: 5rem 1rem;
    color: #0a5c08;
}

.imgcar {
    width: 40%;
    padding: 5rem 1rem;
    color: #0a5c08;
}

.testimony-29101 .text blockquote .author {
    font-size: 14px;
    position: absolute;
    bottom: 0;
}

@media (max-width: 991.98px) {

    .testimony-29101 .image,
    .testimony-29101 .text {
        width: 100%;
        display: block !important;
    }
}

@media (max-width: 991.98px) {
    .slide-one-item .owl-nav {
        display: none;
    }
}

.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
}

.slide-one-item .owl-nav .owl-prev span,
.slide-one-item .owl-nav .owl-next span {
    font-size: 30px;
}

.slide-one-item .owl-nav .owl-prev:hover,
.slide-one-item .owl-nav .owl-next:hover {
    color: #000;
}

.slide-one-item .owl-nav .owl-prev:active,
.slide-one-item .owl-nav .owl-prev:focus,
.slide-one-item .owl-nav .owl-next:active,
.slide-one-item .owl-nav .owl-next:focus {
    outline: none;
}

.slide-one-item .owl-nav .owl-prev {
    left: 20px;
}

.slide-one-item .owl-nav .owl-next {
    right: 20px;
}

.slide-one-item .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.slide-one-item .owl-dots .owl-dot {
    display: inline-block;
}

.slide-one-item .owl-dots .owl-dot>span {
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    display: inline-block;
    width: 15px;
    height: 3px;
    background: rgba(0, 123, 255, 0.4);
    margin: 3px;
}

.slide-one-item .owl-dots .owl-dot.active>span {
    width: 15px;
    background: #007bff;
}

.bg-carousel {
    background-color: #FFFFFF;
}

.img-carousel {
    height: auto;
    width: 100%;
    object-fit: cover;
}

section {
    min-height: 100vh;
    padding: 150px 0;
}

/* section#testimonial {
    min-height: 100vh;
    padding: 20px 0;
} */

.flexbox-centering {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60vh;
    max-width: 70%;
    margin: 0 auto;
    padding-top: 15%;

}

.flexbox-test-centering {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.carousel {
    height: 90vh;
}

#carouselTestimonials.carousel {
    background-color: #fbeff8;
    font-size: 20px;
    padding: 40px;
    height: 70vh;
}


.carousel-item {
    width: 100%;
    height: 100%;
}

#carouselTestimonials.carousel {
    background-color: #fbeff8;
    font-size: 20px;
    padding: 40px;
    height: 70vh;
}

.testItem.active {
    width: 100%;
    margin: 0 !important;
}

.testCaption {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 20px 100px;

}

.mycarvideo {
    position: relative;
}

.carousel-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    object-fit: cover;
    z-index: 5;
    filter: brightness(0.5);

}

.carousel-inner,
.carousel-control-prev,
.carousel-control-next {
    z-index: 10;
}

.imgCat {
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: center center;
    z-index: 5;
    /* filter: brightness(0.5); */
}

.catTextImage {
    position: absolute;
    top: 50px;
    /* left: 80px; */
    font-family: 'Kalam', cursive;
    font-size: 3vw;
    color: #fff;
    font-weight: bold;
}

.cartitle {
    font-size: 3.5vw;
    font-family: 'Kalam', cursive;
    color: #c6d2b7;
    /* display: inline-block; */
    /* margin: 0 0.5rem; */
    animation: fadeInDownBig;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1.5s;
    /* don't forget to set a duration! */
}

p.subtitle {
    font-size: 3vw;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    width: 100%;
    animation: fadeInUpBig;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2.5s;
    /* don't forget to set a duration! */

}

ul.dropdown-menu {
    margin-top: 0px !important;
    background-color: #FFFFFF;
    border: 0px solid #FFFFFF;
}

ul.dropdown-menu .show {
    background-color: #FFFEF2;
    border: 0px solid #FFFEF2;
    border-radius: 0;
    padding: 10px !important;
    margin: 0px !important;
    width: 100%;
}


.autohide {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background-color: #FFF !important;

}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}


footer {
    background-color: #B284C0;
    padding: 0px;
    margin: 0px;
    color: #fff;
    min-height: 280px;
    width: 100%;
}

.moreBtn {
    position: relative;
    text-align: center;
    opacity: 0;
    top: 40;
    bottom: 0;
    color: #fff;
    font-size: 50px;
    animation: fadeIn 1s normal forwards ease-in-out;
    /* referring directly to the animation's @keyframe declaration */
    animation-delay: 3s;
    z-index: 25;
}

.bounce-icon {
    position: relative;
    text-align: center;
    opacity: 0;
    top: 40;
    bottom: 0;
    color: #fff;
    font-size: 50px;
    animation: bounce 1s infinite;
    /* referring directly to the animation's @keyframe declaration */
    animation-delay: 2s;
    z-index: 25;
}


@keyframes bounce {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(-25px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.servTitle {
    font-family: 'Kalam', cursive;
    font-size: clamp(20px, 20px + 3vw, 45px);
    color: #190222;
}

.servDesc {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #000302;
}

.servTitleBox {
    font-family: 'Kalam', cursive;
    font-size: clamp(19px, 19px + 3vw, 30px);
    color: #190222;
}

.servizeSectTitle {
    font-family: 'Kalam', cursive;
    font-size: 50px;
    font-weight: bold;
    color: #B284C0;
}

button.infoBut {
    border-radius: 4px;
    background-color: #E83E8C;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 32px;
    padding: 12px;
    width: 100%;
    transition: all 0.5s;
    cursor: pointer;
    margin: 4px;
    box-shadow: 0 10px 10px -8px rgba(0, 0, 0, .7);
}

button.infoBut>span {
    font-size: 22px;
}


button.infoBut {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

button.infoBut:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 2px;
    right: -20px;
    transition: 0.5s;
}

button.infoBut:hover {
    padding-right: 24px;
    padding-left: 8px;
}

button.infoBut:hover:after {
    opacity: 1;
    right: 10px;
}

.wrapper {
    padding-bottom: 20px;
}

.divider {
    position: relative;
    margin-top: 20px;
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(48, 49, 51), transparent);
}

.div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background-color: #B284C0;
    border: 1px solid #B284C0;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px white, 0 0 0 4px white;
}

.text-hr {
    display: flex;
    align-items: center;
    font-family: sans-serif;
    width: 100%;
    margin: 15px auto;
    color: #444;

}

.text-hr__text {
    padding-right: 25px;
}

.text-hr__text:not(:first-child) {
    display: none;
}

.text-hr::after {
    flex: 1;
    background: #c7c7c7;
    content: "";
    height: 1px;
}

.text-hr--right .text-hr__text {
    order: 1;
    padding: 0 0 0 15px;
}


.text-hr--center::before {
    flex: 1;
    background: #c7c7c7;
    content: "";
    height: 1px;
}

.text-hr--center .text-hr__text {
    padding: 0 15px;
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    /* Adjust the height as needed */
}

.left-image,
.right-image {
    height: 30px;
    width: auto;
}

.centered-text {
    margin: 0 40px;
    /* Adjust the margin as needed */
}



/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs .nav-tabs {
    border: 0;
}

.tabs .nav-tabs>.nav-item {
    background: #ffffff;
}

.tabs .nav-link {
    border: 1px solid #b9b9b9;
    padding: 15px;
    transition: 0.3s;
    background: #B284C0;

    color: #FFFFFF;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tabs .nav-link i {
    padding-right: 15px;
    font-size: 48px;
}

.tabs .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #FFFFFF;
}

.tabs .nav-link:hover {
    color: #B284C0;
    color: #fff;

}

.tabs .nav-link.active {
    background: #B284C0;
    color: #fff;
    border-color: #B284C0;
}

@media (max-width: 768px) {
    .tabs .nav-link i {
        padding: 0;
        line-height: 1;
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .tabs .nav-link {
        padding: 15px;
    }

    .tabs .nav-link i {
        font-size: 24px;
    }

    #carouselTestimonials.carousel {
        background-color: #fbeff8;
        font-size: 18px;
        padding: 20px;
        height: 80vh;
    }

    .testItem.active {
        width: 100%;
        margin: 0 !important;
    }

    .testCaption {
        position: relative;
        top: 0px;
        left: 0px;
        font-size: 16px;
        padding: 10px;
        height: 100%;
    }

}

.tabs .tab-content {
    margin-top: 30px;
}

.tabs .tab-pane h3 {
    font-weight: 600;
    font-size: 26px;
}

.tabs .tab-pane ul {
    list-style: none;
    padding: 0;
}

.tabs .tab-pane ul li {
    padding-bottom: 10px;
}

.tabs .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #B284C0;
}

.tabs .tab-pane p:last-child {
    margin-bottom: 0;
}

.hcf-navbar .dropdown-menu {
    border: none;
    --bs-dropdown-bg: var(--bs-light);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1)
}

.hcf-navbar {
    --bs-navbar-nav-link-padding-x: 0.8rem
}

.hcf-navbar .navbar-toggler {
    border: none
}

@keyframes hcf-navbar-dropdown-show {
    from {
        transform: scale(0.9);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@media(min-width: 576px) {
    .hcf-navbar.navbar-expand-sm .dropdown-menu.show {
        display: none
    }

    .hcf-navbar.navbar-expand-sm .dropdown:hover>.dropdown-menu,
    .hcf-navbar.navbar-expand-sm .dropdown:hover>.dropdown-menu.show {
        display: block !important;
        animation: hcf-navbar-dropdown-show .2s
    }
}

@media(min-width: 768px) {
    .hcf-navbar.navbar-expand-md .dropdown-menu.show {
        display: none
    }

    .hcf-navbar.navbar-expand-md .dropdown:hover>.dropdown-menu,
    .hcf-navbar.navbar-expand-md .dropdown:hover>.dropdown-menu.show {
        display: block !important;
        animation: hcf-navbar-dropdown-show .2s
    }
}

@media(min-width: 992px) {
    .hcf-navbar.navbar-expand-lg .dropdown-menu.show {
        display: none
    }

    .hcf-navbar.navbar-expand-lg .dropdown:hover>.dropdown-menu,
    .hcf-navbar.navbar-expand-lg .dropdown:hover>.dropdown-menu.show {
        display: block !important;
        animation: hcf-navbar-dropdown-show .2s
    }
}

@media(min-width: 1200px) {
    .hcf-navbar.navbar-expand-xl .dropdown-menu.show {
        display: none
    }

    .hcf-navbar.navbar-expand-xl .dropdown:hover>.dropdown-menu,
    .hcf-navbar.navbar-expand-xl .dropdown:hover>.dropdown-menu.show {
        display: block !important;
        animation: hcf-navbar-dropdown-show .2s
    }
}

@media(min-width: 1400px) {
    .hcf-navbar.navbar-expand-xxl .dropdown-menu.show {
        display: none
    }

    .hcf-navbar.navbar-expand-xxl .dropdown:hover>.dropdown-menu,
    .hcf-navbar.navbar-expand-xxl .dropdown:hover>.dropdown-menu.show {
        display: block !important;
        animation: hcf-navbar-dropdown-show .2s
    }
}

.hcf-navbar.navbar-expand .dropdown-menu.show {
    display: none
}

.hcf-navbar.navbar-expand .dropdown:hover>.dropdown-menu,
.hcf-navbar.navbar-expand .dropdown:hover>.dropdown-menu.show {
    display: block !important;
    animation: hcf-navbar-dropdown-show .2s
}

@media screen and (max-width:768px) {
    .cartitle {
        font-size: 6vw;
        font-family: 'Kalam', cursive;
        color: #c0d2b7;
        /* display: inline-block; */
        /* margin: 0 0.5rem; */
        animation: fadeInDownBig;
        /* referring directly to the animation's @keyframe declaration */
        animation-duration: 1.5s;
        /* don't forget to set a duration! */
    }

    p.subtitle {
        font-size: 16px !important;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        color: #fff;
        width: 100%;
        text-align: justify;

    }

    .flexbox-centering {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: 100%;
        height: 70vh;
        padding-top: 140px;
    }

    .logotop {
        width: 150px;
        height: auto;
    }

    .left-image,
    .right-image {
        height: auto;
        width: auto;
    }

    .servizeSectTitle {
        font-family: 'Kalam', cursive;
        font-size: 25px;
        font-weight: bold;
        color: #B284C0;
    }

}

a,
a:hover,
a:focus,
a:active,
a:visited {
    color: #B284C0;
    font-family: 'Kalam', cursive;

}

#button {
    display: inline-block;
    background-color: #B284C0;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #71437f;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.btnPink {
    background-color: #B284C0;
    color: #fff !important;
    font-family: 'Kalam', cursive;
}

.btnPink:hover {
    background-color: #7c428d;
    color: #fff !important;
    font-family: 'Kalam', cursive;
}


.btnGreen {
    background-color: #c0d2b7;
    color: #111010 !important;
    font-family: 'Kalam', cursive;
}

.btnGreen:hover {
    background-color: #748a69;
    color: #ffffff !important;
    font-family: 'Kalam', cursive;
}

ul.footlink {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.footlink>li>a {
    padding: 4px;
    color: #fff;
    text-decoration: none;
}

ul.footlink>li>a:hover {
    color: #390937;
    cursor: pointer;
    text-decoration: none;

}

p {
    padding: 0;
    margin: 0;

}

a.pagelink {
    color: #B284C0;
    font-size: 18px;
    font-style: normal;
    text-decoration: none;
}

a.pagelink:hover {
    color: #790d99;
    font-size: 18px;
    font-style: normal;
    text-decoration: underline;
}

blockquote {
    background: #f5e8ee;
    border-left: 10px solid #B284C1;
    margin-bottom: 15px;
    padding: 15px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
    color: #B284C0;
    content: open-quote;
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.15em;
    vertical-align: -0.4em;
}

blockquote:after {
    color: #B284C0;
    content: close-quote;
    font-size: 3em;
    line-height: 0.4em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}


blockquote p {
    display: inline;
    font-style: italic;
    font-size: 19px;
    color: #525050;
    font-family: 'Kalam', cursive;
}