body {
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

.con1 {
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    background-color: white;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

/* Line effect */
.con1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100%;
    height: 3px;
    width: 100%;
    background-color: #5e17eb;
    transition: none;
}

.con1:hover {
    transform: scale(1.05);
    box-shadow: 4px 15px 25px rgba(94, 23, 235, 0.4);
    /* Violet shadow */
    cursor: pointer;
}





@media (min-width: 920px) {
    
    
    .container5{
        padding: 20px;
    }

    .image4 {
        width: 300px;
        transform: scale(1.2);

    }

    .image3 {
        width: 300px;
        transform: scale(1.2);

    }

    .image2 {
        width: 300px;
        transform: scale(1.2);
        margin-top: 20px;

    }

    .image1 {
        width: 200px;
        transform: scale(1.2);
    }

    .gape {
        margin-top: 70px;
    }

    .con1 {
        width: 80%;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        border-radius: 12px;
        background-color: white;
        padding: 10px;
        position: relative;
        overflow: hidden;
    }



    .navbar li {
        margin-left: 1.2em;
        margin-right: 1.3em;

    }

    .navbar {
        background-color: white;
        height: 70px;
    }

    .navbar-nav .nav-item .nav-link {
        color: black;
        font-weight: 500;
        font-size: 14px;
    }

    .title {
        font-size: 22px;
        color: black;
        text-decoration: none;
        font-weight: 600;
    }

    .title:hover {
        color: black;
        text-decoration: none;
    }

    /* .titlevideo {
        margin-bottom: 20px;
    } */

    .pb1 {
        margin-top: 50px;
        background-color: black;
        width: 250px;
        color: white;
        border: none;
        border-radius: 20px;
        height: 40px;
        font-size: 15px;
        /* margin-right: 40px; */
    }

    .pb2 {
        margin-top: 50px;
        background-color: black;
        width: 250px;
        color: white;
        border: none;
        border-radius: 20px;
        height: 40px;
        font-size: 15px;
        margin-right: 40px;
    }

    a.pbt {
        text-decoration: none;

    }

    /* .pgg {
        margin-top: 20px;
    } */

    .pgc {
        margin-left: 80px;
        line-height: 40px;
        margin-right: 80px;
        font-size: 19px;
    }

    .gap {
        padding-top: 80px;
    }

    .pgg2 {
        margin-top: 20px;
    }

    .team {
        height: 110px;
    }

    .team1 {
        height: 110px;
    }

    .innerbox {
        margin-left: 50px;
        margin-right: 50px;
        background-color: #f8f8f8;
        height: auto;
        border-radius: 20px;
        -webkit-box-shadow: 2px 7px 31px -1px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 2px 7px 31px -1px rgba(0, 0, 0, 0.75);
        box-shadow: 2px 7px 31px -1px rgba(0, 0, 0, 0.75);
        border: none;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0px;
    }

    .navbar-nav .nav-item.active .nav-link,
    .navbar-nav .nav-item:hover .nav-link {
        /* cursor: pointer; */
        color: black;
        cursor: pointer;
        transform: scale(1.1);
    }


    .c1-sub {
        letter-spacing: 1px;
        font-size: 13px;
        text-decoration: none;
        color: black;
    }

    .c1-sub:hover {
        color: black;
        text-decoration: none;
    }

    .fixed-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        transition: 0.4s;
        border-bottom: 1px solid rgb(220, 220, 220);
        box-shadow: 0 2px 6px rgba(128, 128, 128, 0.15);
        /* light grey shadow */
        background-color: #fff;
        /* ensure contrast with shadow */
        z-index: 1030;
    }

    .banner_mob{
        display: none;
    }

     .banner_sys{
        display: block;
    }

    

}

@media (max-width:920px) {


    .banner_mob{
        display: block;
    }

     .banner_sys{
        display: none;
    }


    .con1 {
        width: 80%;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        border-radius: 12px;
        background-color: white;
        padding: 10px;
        position: relative;
        overflow: hidden;
    }

    .image4 {
        width: 200px;
        transform: scale(1.2);
        margin-bottom: 25px;
        margin-bottom: 60px;
    }

    .image3 {
        width: 200px;
        transform: scale(1.2);
        margin-bottom: 25px;
        margin-bottom: 60px;
    }

    .image2 {
        width: 200px;
        transform: scale(1.2);
        margin-bottom: 25px;
        margin-bottom: 40px;
    }

    .image1 {
        width: 150px;
        transform: scale(1.2);
        margin-bottom: 25px;
        margin-bottom: 40px;
    }


    .c1-sub {
        letter-spacing: 1px;
        font-size: 13px;
        text-decoration: none;
        color: black;
    }

    .c1-sub:hover {
        color: black;
        text-decoration: none;
    }


    .navbar-nav .nav-item .nav-link {
        color: black;
        font-weight: 500;
        font-size: 16px;
    }

    video {
        width: 100%;
    }

    .innerbox {
        margin-left: 0px;
        margin-right: 0px;
        background-color: #eeeeee;
        padding-left: 30px;
        padding-right: 30px;
        height: auto;
        border-radius: 20px;
        -webkit-box-shadow: 2px 7px 31px -1px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 2px 7px 31px -1px rgba(0, 0, 0, 0.75);
        box-shadow: 2px 7px 31px -1px rgba(0, 0, 0, 0.75);
    }

    .team {
        height: 40px;
    }

    .team1 {
        height: 40px;
    }

    .pbi {
        margin-top: 10px;
    }

    a.pbt {
        text-decoration: none;
    }

    .img {
        width: 300px;
    }

    .gap {
        padding-top: 40px;
    }

    .pgg {
        margin-top: 50px;
        text-decoration: none;
    }

    button.pb1 {
        margin-top: 40px;
        background-color: black;
        width: 200px;
        color: white;
        border: none;
        border-radius: 20px;
        height: 40px;
        font-size: 14px;

    }

    button.pb2 {
        margin-top: 30px;
        background-color: black;
        width: 200px;
        color: white;
        border: none;
        border-radius: 20px;
        height: 40px;
        font-size: 14px;
    }


    .navbar {
        background-color: white;

    }

    .title {
        font-size: 16px;
        color: black;
        text-decoration: none;
        font-weight: 600;
    }

    .title:hover {
        color: black;
        text-decoration: none;
    }

    .titlevideo {
        margin-top: 50px;
    }

}




textarea:focus,
input:focus {
    outline: none;
}

.navbar-expand-md {
    transition: 500ms ease;
    background: transparent;
}

.navbar-expand-md.scrolled {
    background: #000;
}


.container1 {
    padding: 20px;
}

::-webkit-scrollbar {
    width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#okCookie {
    background-color: #343434;
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    z-index: 10;
}

#okCookie p {
    margin: 0 0 10px 0;
    float: left;
    padding: 5px 0px;
    background-color: transparent;
}

#okCookie #okClose,
#okCookie #okCprivacy {
    padding: 5px 20px;
    float: right;
    margin-left: 10px;
    text-decoration: none;
    border-radius: 3px;
    color: white;
}

.okcBeginAnimate {
    -webkit-animation: myfirst 2s;
    animation: myfirst 2s;
}

/* #okCookie #okClose {
    background-color: #39B54A;
    text-shadow: 0px 1px 1px #507F2B;
    box-shadow: inset 0px -1px 1px #507F2B;
}

#okCookie #okClose:hover {
    background-color: #42ce55
}

#okCookie #okCprivacy {
    background-color: #8D9499;
    text-shadow: 0px 1px 1px #63666B;
    box-shadow: inset 0px -1px 1px #63666B;
}

#okCookie #okCprivacy:hover {
    background-color: #a0a8ae
} */

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: #fff;
    border-bottom: 1px solid rgb(220, 220, 220);
    box-shadow: 0 2px 6px rgba(128, 128, 128, 0.15);
}
