body{
	overflow-x: hidden !important;
}
/* classi di testo */
h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 40px;
}
h2{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 30px;
}
h3{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 20px;
}
h4{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
}
h5{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 13px;
}
p{
	font-family: 'Poppins', sans-serif;
}
a{
	font-family: 'Poppins', sans-serif;	
}
.script{
	font-family: 'Nanum Brush Script', cursive;
	line-height: 20px;
}
.big-text{
	font-size: 40px;
	font-weight:700; 
	line-height: 45px;
}
.strong{
	font-weight:700; 
	font-weight: 500px;
	font-size:55px;
	line-height: 55px;
}
.banner-subtitle{
	font-weight: 700;
}
.secondary-text{
	font-size: 14px;
}
/* classi di testo */
/*classi di dimensionamento*/
.vh100{
    height: 100vh;
}
.vh50{
    height: 50vh;
}
.w-vh100{
    width: 100vh;
}
.max-width-80{
    max-width: 80%;
}
.py-150px{
    padding: 150px 0px;
}
.pt-150px{
    padding-top: 150px;
}
.pt-8{
    padding-top: 8%;
}
.pb-10{
    padding-bottom: 150px;
}
.py-250px{
    padding: 250px 0px;
}
.py-5{
    padding: 5% 0px;
}
.py-10{
    padding: 10% 0px;
}
.py-20{
    padding: 20% 0px;
}
.px-10{
    padding-right: 10%;
    padding-left: 10%;
}
.mt-10{
    margin-top: 10%;
}
.mt-15{
    margin-top: 15%;
}
.mt-20{
    margin-top: 20%;
}
.mt-50{
    margin-top: 50%;
}
.mt-60{
    margin-top: 60%;
}
.mt-70{
    margin-top: 70%;
}
.nmt-2{
    margin-top: -2%  !important;
}
.nmt-5{
    margin-top: -5%;
}
.nml-10{
    margin-left: -10%;
}
.nmr-10{
    margin-right: -10%;
}
.nml-15{
    margin-left: -15%;
}
.nmr-15{
    margin-right: -15%;
}
.nml-20{
    margin-left: -20%;
}
.nmr-20{
    margin-right: -20%;
}
.mx-n1 {
    margin: 0rem -1rem !important;
}
.mx-n2 {
    margin: 0rem -2rem !important;
}
.mx-n3 {
    margin: 0rem -3rem !important;
}
.mx-n4 {
    margin: 0rem -4rem !important;
}
.fs-7{
    font-size: 13px;
}
.curved-br{
    border-radius: 0px 0px 30% 0px;
}
.curved-bl{
    border-radius: 0px 0px 0px 30%;
}
.curved-tr{
    border-radius: 0px 30% 0px 0px;
}
.curved-tl{
    border-radius: 30% 0px 0px 0px;
}
.border-left{
    border-width: 0px 0px 0px 1px;
    border-style: solid;
}
.border-left-2{
    border-width: 0px 0px 0px 2px;
    border-style: solid;
}
.border-right{
    border-width: 0px 1px 0px 0px;
    border-style: solid;
}
.border-right-2{
    border-width: 0px 2px 0px 0px;
    border-style: solid;
}
/* classi di colore */
.black{
	color:#000000;
}
.orange{
    color:#F95F1C;
}
.white{
	color:#ffffff;
}
.blue{
	color:#5e99df;
}
.grey{
	color: #adadad !important;
}
.red{
	color:#d00000 
}
.light-grey{
	color:#f3f3f3 !important;
}
.dark-grey{
	color: #4A4A4A;
}
.dark-blue{
	color:#122944;
}
.fb-blue{
	color:#1877F2;
}
.bg-02{
	background-color: #ffffff36;
}
.bg-05{
	background-color: #ffffff73;
}
.bg-07{
	background-color: #ffffffb4;
}
.bg-blue-05{
	background-color: #5e98df7a;
}
.bg-blue-03{
	background-color: #5e98df42;
}
.bg-blue-01{
	background-color: #5e98df13;
}
.bg-dark{
	background-color: #171717;
}
.bg-red{
	background-color:#d00000 !important;
}
.bg-green{
	background-color:#25D366;
}
.bg-black{
	background-color: #000000;
}
.bg-grey{
	background-color:#f1f1f1 !important;
}
.bg-light-grey{
	background-color:#fbfbfb;
}
.bg-blue{
	background-color:#5e99df;
}
.bg-electro-blue{
	background-color: #2884F0;
}
.bg-dark-grey{
	background-color:#4A4A4A;
}
.bg-orange{
	background-color: #F95F1C;
}
.bg-yellow{
	background-color: #ffc107;
}
.bg-gradient-blue{
	background: linear-gradient(90deg, rgba(208,236,255,0.4766281512605042) 0%, rgba(255,255,255,0.6867121848739496) 100%);
}
.bg-gradient-orange{
    background: rgb(249,131,37);
    background: linear-gradient(90deg, rgba(249,131,37,1) 0%, rgba(249,131,37,1) 19%, rgba(251,148,41,1) 57%, rgba(255,175,47,1) 100%);
}
.shadow-lg-blue{
	box-shadow: 0 1rem 3rem #e7f5ff !important;
}
.shadow-lg-red{
	box-shadow: 0 1rem 3rem #ffe7e7 !important;
}
.shadow-lg-purple{
	box-shadow: 0 1rem 3rem #ede7ff !important;
}
.shadow-lg-green{
	box-shadow: 0 1rem 3rem #e8fde5 !important;
}
.btn-blue{
	background-color: #0071e3 !important;
	color:#ffffff !important;
	border-radius: 25px !important;
	padding: 10px 25px !important;
}
.btn-blue:hover{
	background-color: #007be3 !important;
	color:#ffffff !important;
	border-radius: 25px !important;
	padding: 10px 25px !important;
}
.border-blue{
	border-color: #5e99df !important;
}
/* tempo animazioni */

.animate__delay-100ms{
    animation-delay: 100ms;
}
.animate__delay-200ms{
    animation-delay: 200ms;
}
.animate__delay-300ms{
    animation-delay: 300ms;
}
.animate__delay-400ms{
    animation-delay: 400ms;
}

.animate__delay-500ms{
    animation-delay: 500ms;
}
.animate__delay-600ms{
    animation-delay: 600ms;
}
.animate__delay-700ms{
    animation-delay: 700ms;
}
.animate__delay-800ms{
    animation-delay: 800ms;
}
.animate__delay-900ms{
    animation-delay: 900ms;
}
.animate__delay-1500ms{
    animation-delay: 1500ms;
}
.animate__delay-2500ms{
    animation-delay: 2500ms;
}

/* tempo animazioni */
.text-shadow-lg{
    text-shadow: 2px 2px 5px #070f1c69;
}
.inset-shadow{
    box-shadow: inset 1px 1px 5000px 20px #00000040;
}
.bg-blur{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter:blur(10px);
}
.bg-blur-md {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(10px);
}

.shadow-xl{
    /* box-shadow: -1px 28px 41px -12px rgba(0,0,0,0.44); */
    box-shadow:0px 50px 30px 0px rgb(0 0 0 / 9%);
}
.shadow-xl-blue{
    box-shadow:0px 50px 30px 0px rgb(72 92 143 / 11%);
}
.shadow-xxl{
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12)
}
.rounded-md{
    border-radius: 10px;
}
.rounded-lg{
    border-radius: 20px;
}
.rounded-xl{
    border-radius: 30px;
}

/* fine classi standard */
:root{
    --primary-color:#A80405;
    --button-color:#A80405;
    --navbar-text-color:#ffffff;
    --button-text-color:#ffffff;
    --app-bg-color:#ffffff;
    --app-slide-1:url("../assets/rist-slide-1.jpg");
    --app-slide-2:url("../assets/rist-slide-2.jpg");
    --app-slide-3:url("../assets/rist-slide-3.jpg");
    --app-slide-4:url("../assets/rist-slide-4.jpg");
}
.img-category {
    width: 80px;
    cursor: pointer;
    border-radius: 10000px;
}
#arrow{
    margin-right: -50px;
    max-width: 150px;
}
#controlPanel{
    margin-top: -40px;
    min-width: 450px;
}
.app-no-image{
    width: 70px;
}
.layout-icon{
    max-width: 50px;
}
.form-control-color {
    border-style: none !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 0px !important;
}
.wrapper{
    background-image: url("../assets/bg.png");
    background-color: #f0f5fc;
    background-size: cover;
}
#appCreationTool{
    padding: 0px 150px 50px 150px;
    /* background: rgb(249,131,37);
    background: linear-gradient(0deg, rgba(249,131,37,1) 0%, rgba(249,131,37,1) 19%, rgba(249,158,37,1) 42%, rgba(255,255,255,1) 42%); */
    height: auto;
}
#leftCol{
    max-width: 400px;
}
#centerCol {
    position: fixed;
    left: 30%;
}
#rightCol {
    max-width: 766px;
    z-index: 100;
    box-shadow:0px 5px 20px 1px #ff572226;
}
#responsiveIntroText{
    display: none;
    max-width: 240px;
}
.btn-grid{
    cursor: pointer;
}
.focus {
    border-style: solid;
    border-width: 2px;
    border-color: #f85e1b;
    border-radius: 10px;
}
.grid-row{
    transition: 0.3s;
}
.close {
    transform: scaleY(0);
    transform-origin: top;
    margin-bottom: -150px;
}
.floating-button{
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: none;
    z-index: 99999;
    background-color: #ececec;
    color: #000000;
    border-radius: 1000px;
    padding: 10px 16px;
    font-size: 32px;
    box-shadow: 2px 4px 14px 1px #0000004d;
    transition: 0.2s;
}
.btn-primary{
    background-color: #f95f1c !important;
    color: #ffffff !important;
    border-width: 0px !important;
}
.floating-button:hover{
    box-shadow: 0px 0px 0px 0px #f85e1b4d;
}
.show{
    top: 0% !important;
}
.active{
    background-color: #f95f1c;
    color: #ffffff;
    box-shadow: 2px 4px 14px 1px #f85e1b4d;
}
.app-category {
    width: 100%;
    overflow: auto;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    text-align: center;
    padding-top: 25%;
    background: #ffffffe8;
    height: 100%;
    display: none;
}
#registerModal {
    padding: 0px !important;
}
.form-control:focus {
    border-color: #f95f1c !important;
    box-shadow: 0 0 0 0.25rem rgb(249 95 28 / 16%) !important;
}
.border-focus{
    border: 4px solid #f85e1b!important;
}
/* smartphone css */

.smartphone-mockup{
    position: relative;
    left: 50px;
}
.smartphone-frame{
   position: absolute;
}
.smartphone-content{
    width: 314px;
    height: 678px;
    position: absolute;
    background-color: var(--app-bg-color);
    top: 20px;
    left: 25px;
    border-radius: 20px;
    overflow: auto;
    transition: 0.2s;
}
.smartphone-navbar {
    font-size: 20px;
    width: 100%;
    padding: 30px 10px;
    height: 65px;
    color: var(--navbar-text-color);
    background-color: var(--primary-color);
    transition: 0.2s;
}
#smartphoneButtons{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#smartphoneStrisce{
    display: none;
}
.smartphone-button {
    width: 32%;
    height: 80px;
    background-color: var(--button-color);
    color: var(--button-text-color);
    box-shadow: 1px 1px 9px 1px #0000001f;
    line-height: 13px;
    transition: 0.2s;
}
.slick-slide{
    height: 250px !important;
}
.smartphone-button > p{
    font-size: 14px;
    margin-top: -7px;
    line-height: 10px;
    transition: 0.2s;
}
.smartphone-slider{
    width: 100%;
}
.slide{
    width: 100%;
    height: 250px;
    padding: 110px 20px 0px 10px;
}
.slide p {
    background-color: #0000007d;
    color: #ffffff;
    width: 100px;
}
.slide > i{
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 8px;
    border-radius: 20px;
    font-weight: 500;
}
#slide1{
    background-image: var(--app-slide-1);
    background-size: cover;
}
#slide2{
    background-image:  var(--app-slide-2);
    background-size: cover;
}
#slide3{
    background-image:  var(--app-slide-3);
    background-size: cover;
}
#slide4{
    background-image:  var(--app-slide-4);
    background-size: cover;
}
#slide1Stripe{
    background-image: var(--app-slide-1);
    background-size: cover;
}
#slide2Stripe{
    background-image:  var(--app-slide-2);
    background-size: cover;
}
#slide3Stripe{
    background-image:  var(--app-slide-3);
    background-size: cover;
}
#slide4Stripe{
    background-image:  var(--app-slide-4);
    background-size: cover;
}
.logo {
    width: 100%;
}
#appLogo{
    height: 20px;
    width: auto;
    margin-left: 5px;
}
/* smartphone css */

@media screen and (max-width:1820px){
    #appCreationTool{
        padding: 0px 50px;
    }
}
@media screen and (max-width:1707px){
    #rightCol {
        z-index: 100;
        width: 100vw;
        position: fixed;
        margin: 0px;
        left: 0;
        padding: 0px;
        transition: 0.2s;
        border-radius: 0px;
        padding: 20px 30px 100px 30px !important ;
        top: -400%;
        left: 0;
        max-width: none;
        overflow: auto;
        height: 100%;
    }
    #controlPanel{
        margin-top: unset;
        min-width: unset;
        height: auto;
    }
    #centerCol {
        position: fixed;
        left: 50%;
    }
    .smartphone-mockup{
        position: relative;
        left: 0px;
    }
    #appCreationTool{
        padding: 0px 70px 50px 70px;
        height: 100vh;
    }
    .floating-button{
        position: fixed;
        bottom: 20px;
        left: 20px;
        display: block;
        z-index: 99999;
        
    }
}
@media screen and (max-width:920px){
    #appCreationTool{
        padding: 0px 25px;
    }
    .smartphone-content{
        width: 197px;
        height: 424px;
        left: 16px;
        top: 14px;
    }
    .smartphone-navbar {
        font-size: 34px;
        padding: 10px;
        height: 70px;
    }
    .logo > img{
        width: 170px;
    }
    #leftCol{
        display: none;
    }
    #smartphoneFrame{
        display: none;
    }
    #introText{
        display: none;
    }
    #responsiveIntroText{
        display: block;
        position: fixed;
        bottom: 20px;
        right: 20px;
    }
    #centerCol {
        position: fixed;
        left: 70px;
        top: 300px;
    }
    #leftCol{
        margin-top: -20px !important;
    }
    .smartphone-button {
        height: 85px;
    }
    .slide{
        width: 100%;
        height: 265px !important;
        padding-top: 200px !important;
    }
    .slide p {
        background-color: #0000007d;
        color: #ffffff;
        width: 135px;
        font-size: 17px;
    }
    .slide > i{
        font-size: 25px;
    }
    .slick-slide{
        height: 400px !important;
    }
    .smartphone-button > i{
        font-size: 40px !important;
    }
    .smartphone-button > p{
        font-size: 15px !important;
        margin-top: -5px;
        padding-bottom: 10px;
    }
    .smartphone-content {
        width: 100vw !important;
        height: 100vh !important;
        left: 16px;
        top: 14px;
        position: fixed;
        border-radius: 0px;
        top: 0;
        left: 0;
    }
    #appLogo{
        height: 43px;
    }
}
@media screen and (max-width:420px){
    #appCreationTool{
        padding: 0px 25px;
    }
}

/* pagina congratulazioni */

.screenshot{
    margin-left: 200px;
    margin-bottom: -50px;
}
@media screen and (max-width:740px){
    .screenshot{
        margin-left: 120px;
        margin-bottom: -50px;
    }
}
/* pagina congratulazioni */