/* input your custom styles or overwrite css */


/* video usato come sfonto intestazione*/
.icona-home i {
    font-size: 2.333333em;
}


.st_default_content{
word-break:initial;
}

#home {
    position: relative;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

#home .container,
#home .row,
#home .col-lg-6,
#home .st_banner_content {
    position: relative;
    z-index: 2; /* sopra il video */
}

.banner-black-overley::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* sfondo scuro sopra il video */
    z-index: 1;
}
/* video usato come sfonto intestazione*/


/* stile accordion faq*/
#faq-sec .accordion .card-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

    #faq-sec .accordion .card-header a::after {
        content: '\25BC';
        font-size: 14px;
        transition: transform 0.3s;
    }

    #faq-sec .accordion .card-header a.collapsed::after {
        transform: rotate(-90deg);
    }

#faq-sec .nav-link.active {
    background-color: #126269 !important;
}

#faq-sec .collapse-head {
    background-color: #126269 !important;
}

/* stile accordion faq*/


/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    top: 0px;
}

.video-box {
    position: absolute;
    left: 0vw;
    content: "";
    z-index: 0;
    bottom: 0;
    border-radius: 0 0 120% 120%;
    min-width: 100%;
    min-height: 100%;
}

header.st_header_area {
    z-index: 999;
}

.uppercase {
    text-transform: uppercase !important;
}

.st_contact_waraper .st_input_item textarea {
    height: 130px;
    resize: none;
}

.text-lightgrey {
    color: red;
}

.target-ul li {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    list-style: none;
    padding-left: 0px;
}

.target-ul ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}


.st_contact_waraper {
    height: auto !important;
}

.st_pricing_table_waraper .st_pricing_single_item {
    flex: 0 0 25%;
    border-right: 1px solid rgba(112, 112, 112, 0.07);
}

footer.st_default_footer_area .st_footer_logo_warap {
    margin: 0 0 10px;
    font-size: 20px;
}

    footer.st_default_footer_area .st_footer_logo_warap p {
        font-size: 0.7em;
        line-height: 1;
    }


.st_social_icon ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.st_pricing_table_waraper {
    width: 100%;
}

.st_search_box a {
    border: 0 none;
    border-radius: 3px;
    height: 38px;
    width: 38px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    position: absolute;
    color: #FFFFFF;
    background-color: #00E3F6;
    font-size: 22px;
    font-size: 1.375rem;
    padding-top: 2px;
}

.st_subscribe .st-subscription-form a {
    top: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
}

.st_subscribe a {
    border-radius: 50px;
    position: absolute;
    border: none;
    height: 54px;
    text-transform: uppercase;
    font-weight: 600px;
    color: #FFFFFF;
    padding: 0 40px;
    right: 8px;
    top: 8px;
    cursor: pointer;
    box-shadow: 0 5px 30px rgb(0 0 0 / 16%);
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.st_section_heding_title-1 {
    text-align: center;
    margin-bottom: 0px;
    border: none;
}

input a {
    background-color: #00E3F6;
    color: #FFFFFF;
    font-weight: 600;
    border: none;
    padding: 14px 25px;
    margin: 0;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 3px 30px rgb(0 0 0 / 16%);
    display: inline-block;
}

.st_video_bg {
    border-radius: 10px;
    width: 828px;
    height: 455px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #00E3F6;
    background: -webkit-linear-gradient(#00E3F6 0%, #214BE0 100%);
    background: -o-linear-gradient(#00E3F6 0%, #214BE0 100%);
    background: linear-gradient(#00E3F6 0%, #214BE0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$first', endColorstr='$second',GradientType=0 );
    z-index: 0;
}

    .st_video_bg::before {
        width: 90%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 30px;
        content: "";
        background-color: #214BE0;
        filter: blur(24px);
        z-index: -1;
        transform: translateX(-50%);
    }


div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}

    div.scrollmenu st_pricing_table_waraper {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px;
        text-decoration: none;
    }

.st_faq_tab_waraper .st_faqs_tab .nav-pills > li {
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
}

.margin-plan {
    margin-top: 100px;
}


.mainSliderHome::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%) !important;
}

.bg-lightgrey {
    background-color: #ccc;
    color: rgb(139, 139, 139);
}

.st_accordion_item .card .card-header {
    background-color: #1C4ADE;
    border-top: 1px solid white;
}

.aqua-gredient-background, .st_default_btn.aqua-gredient-background, .aqua-gredient-bg-2, header.sticky-menu.sticky-aqua-gradient, .st_accordion_item .card {
    background: linear-gradient(to right, #243032 0%, #44656a 100%);
}

    .st_accordion_item .card .card-header {
        background-color: #44656a;
    }

body {
    color: #323233;
}

.int-sottotitolo {
    color: #1a2525;
    text-align: left;
    text-shadow: 3px 3px 5px #fff;
}

.int-sintesi {
    color: #1a2525;
    font-size: 25px;
    text-align: left;
    text-shadow: 3px 3px 5px #fff;
}

@media screen and (min-width: 1280px) {
    #sliderHomeMobile {
        display: none !important;
    }
}

@media screen and (max-width: 1280px) {
    #sliderHomeDesktop {
        display: none !important;
    }

    .st_banner_shape img {
        display: none;
    }
}


@media screen and (max-width: 992px) {
    .int-sottotitolo {
        font-size: 30px;
    }

    .int-sintesi {
        font-size: 18px;
    }


    .st_faq_tab_waraper .st_faqs_tab .nav-pills > li a {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .st_pricing_table_waraper .st_pricing_single_item .st_pricing_package {
        height: 100px;
        width: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid rgba(112, 112, 112, 0.07);
    }


    .t-checkout {
        width: 300px;
    }

    .m-md-t-30 {
        margin-top: 20px !important;
    }

    .p-l-40 {
        padding-left: 0px !important;
    }
}

@media screen and (max-width: 500px) {
    .st-min-sm-900 {
        min-height: 400px !important;
    }

    .alert-button {
        width: 100%;
        margin-bottom: 10px;
    }

    .st_section_padding {
        padding: 0px;
        padding-bottom: 50px;
        padding-top: 50px
    }




    .st_blog_area {
        margin-bottom: 100px;
    }

    .height-100vh {
        height: max-h !important;
    }
}
