html {
  font-size: 14px;
}

html, body {
    overflow-x: hidden;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

p {
    font-size:18px;
    text-align:left !important;
}

.text-dark {
    color: #292929;
}

.text-light {
    color:#fff;
}

a {
    color: #cf2774;
    text-decoration: none;
}

    a:hover {
        color: #EB740D;
        transition: 0.3s;
        text-decoration: none;
    }

.socialicon {
    color:#fff;
    padding-left: 10px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.logo {
    height: 60px;
}

.topmenu-top {
    background: linear-gradient(90deg, rgba(207,39,116,1) 0%, rgba(235,116,13,1) 100%);
    height: 44px;
    display: flex;
    direction: ltr;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    align-content: stretch;
}

.topmenu-middle {
    background-color: #fff;
    height: 90px;
    display: flex;
    direction: ltr;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    align-content: stretch;
    margin-top: 0px !important;
}

.nav-item {
    padding: 8px;
}

.nav-item:hover {
    background-color: #cf2774;
    transition: 0.3s;
}

.nav-link {
    color: #000;
    font-family: Poppins;
}

    .nav-link:hover {
        color: #fff;
        transition: 0.3s;
    }

.gradienticon {
    font-size: 100px;
    background: linear-gradient(to right, rgba(207,39,116,1) 0%, rgba(235,116,13,1) 51%, rgba(207,39,116,1) 100%);
    background-size: 200% auto;
    transition: 0.5s;
/*    filter: drop-shadow(0px 10px 10px rgb(0 0 0 / 1));*/    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 20px 0px 20px 0px;
}

    .gradienticon:hover {

    background-position: right center; /* change the direction of the change here */
}

h1 {
    font-family: Poppins;
    color: #292929;
    text-transform: uppercase;
    text-align: left;
}

h2 {
    font-family: Poppins;
    color: #292929;
    text-transform: uppercase;
    text-align: left;
}

h3 {
    font-family: Poppins;
    color: #292929;
    text-transform: uppercase;
    text-align: left;
}

h4 {
    font-family: Poppins;
    color: #292929;
    text-transform: uppercase;
    text-align: left;
}

.TwoCubeBG {
    background-image:url('../images/2Cubes.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    height:400px;
}

.DotGridBG {
    background-image: url('../images/DotGridBg.png');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ConnectCubesBG {
    background-image: url('../images/Connected Cubes 2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.StackedCubeTransparentBG {
    background-image: url('../images/Stacked Cubes Transparent.png');
    background-color: #ffffff69;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:top;
}

.ChatbotBG {
    background-image: url('../images/CBLBG.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.AeroDiaryBG {
    background-image: url('../images/AeroDiaryBG.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.KnektBG {
    background-image: url("../images/CascadingCards.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}

.IntegrateEverything {
    background-image: url('../images/IntegrateEverything.png');
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    max-width:1919px;
    width:100%;
}

.OurProductsBG {
    background-image: url('../images/ourproducts.png');
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    max-width: 1919px;
    width: 100%;
}

.question {
    background: linear-gradient(to right, #FF222C, #680861);
    border-radius: 50px;
    margin: 30px 0px 30px 0px;
    padding: 10px 0px 0px 0px;
}

.footer {
    background-color:#292929;
    color:#fff;
}

.slidecontainer {
    width: 100%;
}

.timeslider {
    -webkit-appearance: none;
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg, rgba(207,39,116,1) 34%, rgba(235,116,13,1) 71%);
    border-radius: 50px;
    box-shadow: 0px 20px 25px #000;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .timeslider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background: #ffffff;
        cursor:pointer;
    }

.teambtn {
    flex: 1 1 auto;
    margin: 10px;
    padding: 15px;
    font-family: Poppins;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
    box-shadow: 0px 20px 25px #00000080;
    border-radius: 30px;
}

    .teambtn:hover {
        background-position: right center; /* change the direction of the change here */
        color: white;
    }

.teambtn-1 {
    background-image: linear-gradient(to right, rgba(207,39,116,1) 0%, rgba(235,116,13,1) 51%, rgba(207,39,116,1) 100%);

}

.knektbtn {
    background-image: linear-gradient(to right, rgba(0,128,128,1) 0%, rgba(171,244,235,1) 51%, rgba(0,128,128,1) 100%) !important;
}

.btn-white {
    border-radius: 30px;
    background-color: #ffffff;
    flex: 1 1 auto;
    margin: 10px;
    padding: 15px;
    font-family: Poppins;
    text-align: center;
    text-transform: uppercase;
    color: #cf2774;
    box-shadow: 0px 20px 25px #00000080;
}


/*COUNTER STYLES*/

.output {

    background: linear-gradient(to right, rgba(207,39,116,1) 0%, rgba(235,116,13,1) 51%, rgba(207,39,116,1) 100%);
    background-size: 200% auto;
    transition: 0.5s;
    border-radius: 75px;
    box-shadow: 0px 20px 25px #000;
    display: inline-block;
    place-items: center;
    font-family: Poppins;
    font-size: 40px;
    color: #fff;
    padding: 15px 20px;
    width:136px;

}

.output h2 {
    margin-bottom: 0;
}

.output:hover {
    background-position: right center; /* change the direction of the change here */
}

.badgediv .col-sm-2 {
    padding: 0;
}

/*ILLUSTRATION STYLES*/
.ChrisIllustration {
    height: 500px;
    background-image: url(../images/chris-duotone.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.5s;
}

    .ChrisIllustration:hover {
        background-image: url(../images/chris-fullcolour.png);
        transition: 0.5s;
    }

.EmmaIllustration {
    height: 500px;
    background-image: url(../images/emma-duotone.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.5s;
}

    .EmmaIllustration:hover {
        background-image: url(../images/emma-fullcolour.png);
        transition: 0.5s;
    }

.JoIllustration {
    height: 500px;
    background-image: url(../images/jo-duotone.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.5s;
}

    .JoIllustration:hover {
        background-image: url(../images/jo-fullcolour.png);
        transition: 0.5s;
    }

.KelzaIllustration {
    height: 500px;
    background-image: url(../images/kelza-duotone.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.5s;
}

    .KelzaIllustration:hover {
        background-image: url(../images/kelza-fullcolour.png);
        transition: 0.5s;
    }

/*AERODIARY STYLES*/

.priceoptions {
    border-image: linear-gradient(to right, rgba(207,39,116,1) 0%, rgba(235,116,13,1) 51%, rgba(207,39,116,1) 100%);
    border-width: 5px;
    border-radius: 25px;
}

    .priceoptions:hover {
        transition: 0.5s;
        transform: scale(0.2);
    }

.workcard {
    border-color: #808080;
    border-radius: 20px;
    background-color:white;
    text-align: center;
    box-shadow: 0px 7px 14px 1px #00000080;
    transition: 0.5s;
    min-height: 250px;
    padding:15px;
}

.workcard:hover {
    transform:scale(1.1);
    transition:0.5s;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .output {
        height: 100px;
        width: 100px;
        font-size: 10px;
    }
    .TwoCubeBG {
        background-image: none !important;
        height: 200px;
    }

    p {
        text-align:center !important;
    }

    h1 {
        text-align: center !important;
    }

    h2 {
        text-align: center !important;
    }

    h3 {
        text-align: center !important;
    }

    a {
        text-align: center !important;
    }

    .socialicon {
        text-align: center;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .output {
        height: 100px;
        width: 100px;
        font-size: 10px;
    }

    .output h2 {
        margin:-10px;
    }

    p {
        text-align: center;
    }

    h1 {
        text-align: center;
    }

    h2 {
        text-align: center;
    }

    h3 {
        text-align: center;
    }

    a {
        text-align: center;
    }

    .socialicon {
        text-align: center;
    }
}

/* Medium devices (landscape tablets, 768px and up)*/ 
@media only screen and (min-width: 768px) {
    .output {
        height: 110px;
        width: 110px;
        font-size: 20px;
    }

    .output h2 {
        margin-top:10px !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .output {
        height: 136px;
        width: 136px;
        font-size: 20px;
    }
}