/* NAV-BAR */

@font-face {
    font-family: 'appetit';
    src: url('fonts/appetite.ttf');
    font-weight: 200;
}

.boxBadge {
    background-color: #3a266e;
    border-radius: 10px;
    width: auto;
    height: 3vh;
}

.carousel-indicators [data-bs-target] {
    height: 1.5vh;
    width: 1.5vh;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
}

.carousel-indicators {
    margin-bottom: 1rem;
}

.map .carousel-indicators {
    margin-bottom: -30px;
}

.map .carousel-indicators [data-bs-target] {
    height: 1.3vh;
    width: 1.3vh;
    background-color: rgb(97, 6, 216);
    border-radius: 50%;
}

.Qcontainer {
    height: 15vh;
    width: 15vh;
    margin: 25px;
    border-radius: 23px;
    position: relative;
}

.QcontainerPlane {
    height: 100px;
    width: 200px;
}

.bannerBtn {
    margin-left: auto;
    display: block;
    background-color: #f1c15d;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    border: 2px solid #ffffff;
    color: #fff;
    width: 120px;
    height: 30px;
    margin-bottom: -55px;
    cursor: pointer;
}

.connector {
    height: 4px;
    width: 40px;
    background: #12baff;
}

.connectors {
    height: 4px;
    width: 70px;
    background: #12baff;
    margin-left: -6px;
}

.cloudPosition {
    background-image: url(../img/cloud1.png), url(../img/cloud2.png), url(../img/cloud3.png);
    background-repeat: no-repeat;
    background-size: 20vh, 15vh, 10vh;
    background-position: center left, bottom 80px right, right 30vh top;
}

.nav {
    height: 7vh;
    -webkit-transition: width 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    -ms-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
    background: linear-gradient( 1deg, #4f2297, #9826eff3);
    z-index: 999;
    display: block;
}

.wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
}

.nav-bar-top {
    width: 80%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8vh;
    background: linear-gradient( 1deg, #4f2297, #9826ef);
    border-radius: 10px;
}

.nav-bar-scrolled {
    position: fixed;
    width: 100%;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

.nav-logo-scroll {
    max-height: 6vh;
    display: block;
    margin-left: 40px;
    position: absolute;
}

.nav-logo {
    max-height: 15vh;
    display: block;
    margin-left: 3vh;
    position: absolute;
    cursor: pointer;
}

#logo {
    cursor: pointer;
}

.menu-list {
    display: flex;
    min-width: 65%;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    margin: 0 auto;
    height: 7vh;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px;
    margin-left: 20vh;
}

.nav-link {
    letter-spacing: 0.15em;
    font-size: 1.5vh;
    color: #1b1b1b;
    font-weight: 500;
    text-decoration: none;
}

.nav-link:hover {
    color: #9369e0;
}

#menu-toggle {
    display: none;
}

.label-toggle {
    display: none;
}

.divHeight {
    height: 22vh;
}

#subsa {
    position: absolute;
    height: auto;
}

.Inner_cloud {
    min-height: 30vh
}

#mobile {
    display: none;
}

.btnKnw {
    margin-left: auto;
    display: block;
    background-color: #f1c15d;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    border: 2px solid #ffffff;
    color: #fff;
    width: 160px;
    height: 40px;
    margin-bottom: -30px;
}

@media screen and (max-width: 1024px) {
    .nav {
        width: 100%;
        position: fixed;
        top: 0px;
        height: 8vh;
    }
}

@media screen and (max-width: 1024px) {
    s.carousel-caption {
        display: none;
    }
    .divHeight {
        display: none;
    }
    .mobileCarousel {
        margin-top: 2vh;
    }
    #mobile {
        display: block;
        height: 70px;
        background: linear-gradient( 1deg, #4f2297, #9826ef);
    }
    #nav-bar {
        display: none;
    }
    .nav-logo-scroll {
        max-height: 6vh;
        display: block;
        margin-left: 40px;
        position: absolute;
        margin-top: -26px;
    }
    .Inner_cloud {
        min-height: 20vh
    }
    #subsa {
        height: 8vh;
    }
    .connector {
        display: none;
    }
    .connectors {
        display: none;
    }
    .Qcontainer {
        border: none;
    }
    .QcontainerPlane {
        display: none;
    }
    /* .divHeight {
        height: 13vh;
    } */
    .wrapper {
        padding: 0;
    }
    .nav-logo {
        top: 10px;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        height: 9vh;
    }
    .label-toggle {
        cursor: pointer;
    }
    .menu-list {
        background-color: rgb(107 36 185);
        width: 100%;
        margin: 93px auto 0px;
        display: block;
        height: 0;
        list-style-type: none;
        opacity: 0;
        padding: 0;
        text-align: center;
        visibility: hidden;
        border-radius: 10px;
    }
    .menu-list li {
        color: #000;
        display: block;
        max-width: 100%;
        font-size: 1.2em;
        padding: 1em 0;
    }
    #menu-toggle:checked~.menu-list {
        opacity: 1;
        height: auto;
        visibility: visible;
    }
    .label-toggle {
        display: block;
        height: 45px;
        margin-top: 21.5px;
        width: 45px;
        top: -10px;
        position: absolute;
        right: 20px;
    }
    .hamburger {
        background-image: url(../img/togglenav.png);
        background-size: contain;
    }
    #mediascreen {
        display: none;
    }
    .circle1,
    .circle2,
    .circle3,
    .circle4 {
        display: none;
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}


/* sidenav */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient( 1deg, #4f2297, #9826ef);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#hoverCh {
    color: #fff;
}

#hoverCh:hover {
    color: rgb(66, 4, 165);
    font-weight: 900;
    font-size: 110%;
}

@media screen and (max-height: 1024px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 14px;
    }
    #mobilescreen {
        display: none;
    }
}

.circle1,
.circle2 {
    height: 15rem;
    width: 15rem;
    position: absolute;
    border-radius: 50%;
}

.circle1 {
    top: 60%;
    right: -10%;
}

.circle2 {
    bottom: 50%;
    left: -12%;
}

.circle3,
.circle4 {
    height: 15rem;
    width: 15rem;
    position: absolute;
    border-radius: 50%;
}

.circle1 {
    top: 60%;
    right: -10%;
}

.circle2 {
    bottom: 50%;
    left: -12%;
}

.circle3 {
    top: 30%;
    right: -10%;
    z-index: -1;
}

.circle4 {
    bottom: 50%;
    left: -12%;
    z-index: -1;
}

#curveBtn {
    width: 90%;
    border: 2px solid white;
    background-color: transparent;
    color: #fff;
    height: 42px;
    border-radius: 35px;
    font-size: 1.5vh
}

#curveBtn:hover {
    width: 90%;
    border: 2px solid white;
    background-color: rgb(98, 7, 245);
    color: #fff;
    height: 42px;
    border-radius: 35px;
    font-size: 1.5vh
}

.fax {
    font-size: 35px;
}

.fax3 {
    font-size: 15px;
}

.footerfa {
    text-align: center;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    cursor: pointer;
}

.footerfa:hover {
    text-align: center;
    font-weight: 700;
    color: #49256B;
    line-height: 20px;
    cursor: pointer;
}

.fixedbutton {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
}

#videoclipimg {
    position: absolute;
    height: 52vh;
}

#videoplayer {
    position: relative;
    height: 46vh;
}

#videoplayers2 {
    position: relative;
    transform: scale(1.1);
}

#videoplayers {
    right: 0;
    bottom: 0;
    min-width: 90%;
    min-height: 90%;
    width: auto;
    /* height: 48vh; */
    background-size: cover;
    overflow: hidden;
    border-radius: 20px;
}

#kidsafelogo {
    position: absolute;
    right: 2vh;
    top: 2vh;
    height: 3vh;
}

.helpmargin {
    min-height: 100vh;
    margin-top: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: linear-gradient( 359deg, #37246b, #8525d8);
}

@media screen and (max-width: 1024px) {
    #videoclipimg {
        position: absolute;
        height: auto;
    }
    #videoplayer {
        position: relative;
        height: 46vh;
        -webkit-transform: scaleY(1.1);
        -moz-transform: scaleY(1.1);
    }
    #videoplayers {
        position: relative;
        height: 35vh;
        ;
    }
    #kidsafelogo {
        position: absolute;
        right: 1vh;
        top: 1vh;
        height: 2vh;
    }
    #videoplayers2 {
        position: relative;
        height: 33vh;
    }
    .mobileMargin {
        padding-top: 71px;
    }
    .mobileMargin2 {
        padding-top: 62px;
    }
    .helpmargin {
        min-height: 100vh;
        margin-top: 0px;
        padding-top: 50px;
        padding-bottom: 20px;
        background-image: linear-gradient( 359deg, #37246b, #8525d8);
    }
}


/* .fa-facebook-square {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 143, 255)), to(rgb(48, 165, 201)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fa-youtube-square {
    background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(rgb(255, 82, 82)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fa-instagram {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(218, 34, 172)), to(rgb(100, 189, 224)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

@media screen and (max-width:1024px) {
    #parallaxmouse {
        display: none;
    }
}