*{
        margin: 0px !important; 
        font-family: 'Lato', sans-serif;
}
body{
        margin: 0px;
        padding: 0px;
        scroll-behavior: smooth;
}
html {
        scroll-behavior: smooth;
}

#go-to-top{
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 100;
}
.scrollbar-property::-webkit-scrollbar {
        width: 0.4em;
        height: 0.4em;
}
.scrollbar-property::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        padding: 2px;
}
.scrollbar-property::-webkit-scrollbar-thumb {
        background-color: #00A4EF;
        border-radius: 4px;
}

#nav-inner{
        position: fixed;
        z-index: 30;
        width: 100vw;
        background-color: rgb(255,255,255);
        border-bottom: 2px solid #00A4EF; 

}
.solutions-card{
        height: 220px;
        width: 90%;
        padding: 5px;
        z-index: 30;
        background-color: white;
        border-bottom: 2px solid #00A4EF;
        box-shadow:
                rgba(0, 0, 0, 0.024) 0px 0px 0px 1px,
                rgba(0, 0, 0, 0.05) 0px 1px 0px 0px,
                rgba(0, 0, 0, 0.03) 0px 0px 8px 0px,
                rgba(0, 0, 0, 0.1) 0px 20px 30px 0px;
        transform:
                perspective(800px)
                translate3d(0px, 0px, -20px)
                rotateX(2deg)
                scale(0.95, 0.95);
        transition: 0.4s ease-in-out transform;
}
.solutions-card:hover{
        transform: translate3d(0px, 0px, -25px);
}
.product-container{
        width: 90%;
        min-height: 300px;
        padding: 5px;
        z-index: 30;
        background-color: white;
        box-shadow:
                rgba(0, 0, 0, 0.024) 0px 0px 0px 1px,
                rgba(0, 0, 0, 0.05) 0px 1px 0px 0px,
                rgba(0, 0, 0, 0.03) 0px 0px 8px 0px,
                rgba(0, 0, 0, 0.1) 0px 10px 20px 0px;
}

#footer{
        border-top: 3px solid #00A4EF;
        background-color: rgba(0,0,0,0.95);
        background-image: url("../svg/wave.svg");
        background-size: cover; 
}

.what-we-do-card{
        height: 300px;
        border-radius: 10px;
        box-shadow:
                rgba(0, 0, 0, 0.024) 0px 0px 0px 1px,
                rgba(0, 0, 0, 0.05) 0px 1px 0px 0px,
                rgba(0, 0, 0, 0.03) 0px 0px 8px 0px,
                rgba(0, 0, 0, 0.1) 0px 20px 30px 0px;
        overflow: hidden; 
        position: relative; 
}
.what-we-do-inner{
        width: 100%;
        height: 0px;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        transition-duration: 0.8s;
        overflow: hidden;
        padding: 30px;
        padding-top: 90px;
        top: -120px;
        font-size: 20px;
}
.what-we-do-card:hover .what-we-do-inner{
        height: 300px;
        top: 0px;
}
.what-we-do-card:hover .what-we-do-heading{
        display: none;
}

#b2b{
        background-image: url("../images/carousel_backgrounds/business_to_business.jpg");
        background-position: center;
        background-size: cover;
}
#c2c{
        background-image: url("../images/c-to-c.jfif");
        background-position: center;
        background-size: cover;
}
.what-we-do-heading{
        padding: 10px;
        background: rgba(0,0,0,0.2);
        padding-top: 120px;
        height: 300px;
}
/*
NAV BAR 
*/
#nav-drawer{
        margin-top: 65px;
        position: absolute;
        height: 100vh;
        width: 100vw;
        z-index: 100;
        position: fixed;
        transition-duration: 1s;
        background-color: rgba(255, 255, 255, 0.95);
        left: 100vw ;
        display: none;

}
.nav-drawer-show{
        transition-duration: 1s;
        left: 10vw !important;
}
#nav-drawer-open-button, #nav-drawer-close-button{
        display: none;
}

#inner-links{
        margin-left: auto !important;
        float: right;
}

.my-nav-link{
        padding: 10px;
        color: black;
        font-size: 15px;
        text-decoration: none !important;
}
.my-nav-link:hover{
        color: black !important;
        padding-bottom: 3px;
        border-bottom: 3px solid #00A4EF;
}
#nav-brand-heading{
        font-size: 25px;
}
.btn:hover{
        border-radius: 10px !important;
}

.contact-us-btn{
        border-left: 5px solid rgb(27, 24, 24) !important;
}
.contact-us-btn:hover{
        background-color: rgb(27, 24, 24) !important;
}
.demo-btn{
        border-left: 5px solid #00A4EF !important;
}
.demo-btn:hover{
        background-color: #00A4EF !important;
}

#parallax1{
        background-image: url("../images/building.jpg");
        height: 300px;
        width: 100%; 
        z-index: 2;
        border-bottom: 5px solid #ffffff;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
} 
#parallax1-inner{
        color: white;
        padding-top: 50px;
        width: 100%;
        background: rgba(0,0,0, 0.3);
        z-index: 2;
        height: 300px;
}
#parallax1-inner-para{
        width: 60%;
        font-size: 25px;
}

#more {
        display: none;
}

.carousel-inner-text{
        padding: 30px;
        /* background-color: rgba(0,0,0,0.8); */
        width: 70%;
        position: absolute;
        top: 200px;
        left: 15%;
        border-left: 5px solid #00A4EF;
        min-height: 250px;
        border-bottom: 5px solid #00A4EF;
        animation: splash 1.3s normal forwards ease;
}



.read-arrow{
        position: relative;
        animation: ltor 2s infinite;
}
.read-less-arrow{
        position: relative;
        animation: rtol 1s infinite;
}

.iframe-container{
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 56.25%; 
}

.responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        border-radius: 10px !important;
}


@keyframes ltor{
        from {left: 0px;}
        to {left: 20px;}
}

@keyframes rtol {
        from {left: 0px;}
        to {left: -10px;}
}

@keyframes splash {
        from {
                top: 100px;
                background-color: rgba(0,0,0,0.1);
        }
        to {
                top: 200px;
                /* background-color: rgba(0,0,0,0.2); */
        }
}



/* MEDIA QUERY */
@media only screen and (max-width: 770px) {
        #nav-drawer-open-button, #nav-drawer-close-button, #nav-drawer{
                display: block; 
        }
        #inner-links{
                display: none;
        }
        #parallax1-inner-para{
                width: 100%;
                font-size: 20px;
                padding: 15px;
        }
        #parallax1, #parallax1-inner{
                height: 350px;
        }
        .what-we-do-inner{
                padding-top: 20px;
                font-size: 16px !important;
        }
        .carousel-inner-text{
                padding: 30px;
                width: 88%;
                left: 6%;
                top: 120px !important;
        }
        .responsive-iframe{
                padding: 0px;
        }
}














