

.cookie-con-head {
    position: fixed;
    z-index: 50000;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 10px;
    border-radius: 20px;
    display: none;
}

.cookie-con-head a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 768px) { /* Assuming @mobile-size as 768px */
    .cookie-con-head {
        width: 80%;
        left: 10%;
        margin-left: 0px;
    }
}

.clostcookie {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    z-index: 10000;
    right: 0px;
    top: 5px;
    margin-right: 5px;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
    position: absolute;
    font-size: 2rem;
}

.inner-cookie {
    color: #fff;
    position: relative;
    padding: 20px;
    padding-right: 150px;
    font-size: 1.2rem;
    text-align: left;
}

@media (max-width: 768px) {
    .inner-cookie {
        padding: 15px;
        padding-bottom: 50px;
    }
}

.text1 {
    font-size: 1rem;
}

.text2 {
    font-size: 1rem;
    position: relative;
    padding-left: 100px;
}

@media (max-width: 768px) {
    .text2 {
        font-size: .9rem;
    }
}

.leftcookie {
    position: absolute;
    left: 0px;
    height: 100px;
    width: 100px;
    top: 50%;
    margin-top: -50px;
    line-height: 100px;
    text-align: center;
}

.leftcookie img {
    width: 50px;
}

.button-submit {
    width: 100px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    border-radius: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
	font-size: 1rem;
    background-color: transparent;
    border: 1px #fff solid;
    color: #fff;
}

@media (max-width: 768px) {
    .button-submit {
        width: 130px;
        left: 50%;
        margin-left: -65px;
        bottom: 15px;
        margin-top: auto;
    }
}

.button-submit:hover {
    opacity: 0.6;
}




.featurehome-con {
    width: 100%;
    padding-top: 50px;
    text-align: center;
    padding-bottom: 50px;
}

.featurehome-con .featuretext1 {
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
}
.featurehome-con .featuretext2 {
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
}

.qrcode {
    width: 250px;
    display: inline-block;
}

.textdemo {
    font-size: 2rem;
    text-align: center;
}
.textscan {
    font-size: 1.6rem;
    text-align: center;
}

.textscan span {
    text-decoration: underline;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Montserrat", sans-serif;
}

#fullpage {
    background: rgb(255,255,255) !important;
    background: linear-gradient(45deg, rgba(247, 251, 254, 1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 75%, rgba(25,197,226,0.7) 100%) !important;
    background-size: cover;
}

body {
}

body * {
    color: #000;
}

.logo-con {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 1000;
    height: 60px;
}

.logo-con img {
    display: inline-block;
    height: 100%;
}

.section {
    position: relative;
    background-color: transparent !important;
}

.videohome-con {
    box-shadow: 0px 10px 35px -20px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 10px 35px -20px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 10px 35px -20px rgba(0,0,0,0.35);
}

.socialhome-con {
    padding-top: 50px;
}


.socialhome-con .button-con {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.social-image-con {
    padding-top: 80px;
    position: relative;
}

.secimage1 {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
    position: relative;
}

.secimage2 {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
    background-color: #fff;
    padding: 5%;
    position: absolute;
    left: -10%;
    width: 25%;
    top: 50%;
    z-index: 1000;
}

.secimage3 {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
    background-color: #fff;
    padding: 5%;
    position: absolute;
    left: 80%;
    width: 30%;
    top: 25%;
    z-index: 1000;
}

.outsidesec {
    padding-top: 80px;
    h2 {
        width: 100%;
        text-align: center;
        font-size: 2.2rem;
        font-weight: 300;
    }
    h3 {
        width: 100%;
        text-align: center;
        font-size: 3rem;
        font-weight: 500;
    }
}

.icon-home-con {
    padding-top: 70px;
}

.icon-home-box {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
    text-align: center;
    margin-bottom: 30px;
    border-radius: 15px;
    font-size: 1.3rem;
}

.icon-home-box span {
    width: 100%;
    display: block;
    text-align: center;
}
.icon-home-box b {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
}

.textalfred {
    font-size: 2rem;
    padding: 10px;
}

.textalfred-con {
    text-align: right;
}

.alfredbutton {
    display: inline;
    background-color: #000;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    border: 0px;
    margin-top: 20px;
}

.icon-home-box img {
    width: 70%;
}

.socialhome-con .button-con button {
    display: inline-block;
    background-color: #000;
    height: 55px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    line-height: 55px;
    font-size: 1.1rem;
    text-transform: uppercase;
    border-radius: 10px;
    border: 0px;
}

.socialhome-con h2 {
    text-align: center;
    font-size: 2rem;
}

.hero-container {
    position: relative;
    width: 100%;
    left: 0%;
    top: 0px;
    height: 100%;
}

.hero-container .text-hero  {
    width: 30%;
    font-size: 3.5rem;
    position: absolute;
    left: 15%;
    top: 0px;
    height: 100vh;
    text-align: left;
}

.hero-container .text-hero *  {
    color: rgba(0, 119, 184) !important;
}

.hero-container .image-con {
    position: absolute;
    height: 100vh;
    width: 35%;
    left: 45%;
}

.middle-item {
    margin: 0 auto;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.uppercase {
	text-transform: uppercase;
}

.ec-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.t1 {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.t2 {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.t3 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.t4 {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.t6 {
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
.t8 {
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}



@media (max-width: 992px) {
    .logo-con {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1000 !important;
        width: 100% !important;
        height: 70px !important;
        line-height: 70px !important;
        vertical-align: middle;
        text-align: center !important;
        border-bottom: 1px #eee solid !important;
        padding-top: 10px;
		background: rgba(255,255,255,0.3);
    }
    
    .logo-con img {
        display: inline-block !important;
        height: 50px;
    }
    body,html {
        overflow-x: hidden !important;
        width: 100% !important;
    }
    .socialhome-con {
        padding-top: 50px;
    }
    
    
    .socialhome-con .button-con {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    
    .social-image-con {
        padding-top: 80px;
        position: relative;
    }
    
    .secimage1 {
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
        -webkit-box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
        position: relative;
    }
    
    .secimage2 {
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
        -webkit-box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
        background-color: #fff;
        padding: 5%;
        position: absolute;
        left: -10%;
        width: 25%;
        top: 50%;
        z-index: 1000;
    }
    
    .secimage3 {
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
        -webkit-box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
        background-color: #fff;
        padding: 5%;
        position: absolute;
        left: 80%;
        width: 30%;
        top: 25%;
        z-index: 1000;
    }
    
    .outsidesec {
        padding-top: 80px;
        h2 {
            width: 100%;
            text-align: center;
            font-size: 2.2rem;
            font-weight: 300;
        }
        h3 {
            width: 100%;
            text-align: center;
            font-size: 3rem;
            font-weight: 500;
        }
    }
    
    .icon-home-con {
        padding-top: 40px;
    }
    
    .icon-home-box {
        padding: 30px;
        background-color: #fff;
        box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
        -webkit-box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 10px 35px -10px rgba(0,0,0,0.35);
        text-align: center;
        margin-bottom: 30px;
        border-radius: 15px;
        font-size: 1.2rem;
        padding-left: 180px;
        position: relative;
        text-align: left;
        min-height: 180px;
    }

    .icon-home-box .iconbox {
        position: absolute;
        left: 20px;
        width: 150px;
        height: 150px;
        line-height: 150px;
        text-align: center;
        top: 60%;
        margin-top: -75px;
    }
    
    .icon-home-box span {
        width: 100%;
        display: inline;
        text-align: left;
    }
    .icon-home-box b {
        width: 100%;
        display: block;
        text-align: left;
        font-weight: 600;
    }
    
    .textalfred {
        font-size: 2rem;
        padding: 10px;
    }
    
    .textalfred-con {
        text-align: center;
    }
    
    .alfredbutton {
        display: inline;
        background-color: #000;
        height: 50px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 15px;
        color: #fff;
        cursor: pointer;
        border: 0px;
        margin-top: 20px;
    }
    
    .icon-home-box img {
        width: 70%;
    }
    
    .socialhome-con .button-con button {
        display: inline-block;
        background-color: #000;
        height: 55px;
        padding-left: 20px;
        padding-right: 20px;
        color: #fff;
        line-height: 55px;
        font-size: 1.1rem;
        text-transform: uppercase;
        border-radius: 10px;
        border: 0px;
    }
    
    .socialhome-con h2 {
        text-align: center;
        font-size: 2rem;
    }
    
    .hero-container {
        position: relative;
        width: 100%;
        left: 0%;
        top: 0px;
        min-height: 90vh;
        height: auto;
    }
    
    .hero-container .text-hero  {
        width: 100%;
        font-size: 2rem;
        position: relative;
        top: auto;
        left: 0px;
        padding: 40px;
        padding-top: 55vh;
        text-align: center;
        height: auto;
    }
    
    .hero-container .text-hero *  {
        color: rgba(0, 119, 184) !important;
    }
    
    .hero-container .image-con {
        position: absolute;
        height: 50vh;
        width: 100%;
        left: 0%;
        top: 60px;
        text-align: center;
    }
    .hero-container .image-con img {
        height: 50vh;
        width: auto;
    }
}