body {
    padding-top: 70px;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}





@media (min-width: 920px) {

         .boxes {
        background-color: #eeeeee;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
        border-radius: 20px;

    }

    .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;
    }

    .course {
        margin: 20px;
        text-align: justify;
    }

    .downloads {
        float: right;
        color: black;
        text-decoration: none;
    }

    .downloads:hover {
        color: #5e17eb;
        font-weight: 500;
        cursor: pointer;
        text-decoration: none;
    }

    .c1-sub {
        letter-spacing: 1px;
        font-size: 13px;
        text-decoration: none;
        color: black;
    }

    .c1-sub:hover {
        color: black;
        text-decoration: none;
    }

      .tech-stack {
        display: flex;
        gap: 10px;
        margin-bottom: 15px;
    }

    .tech-stack img {
        height: 30px;
    }

     .pb1 {
        margin-top: 10px;
        background-color: black;
        width: 200px;
        color: white;
        border: none;
        border-radius: 20px;
        height: 40px;
        font-size: 14px;

    }




}

@media (max-width:920px) {

     .pb1 {
        margin-top: 20px;
        background-color: black;
        width: 100%;
        color: white;
        border: none;
        border-radius: 20px;
        height: 40px;
        font-size: 14px;

    }


     .boxes {
        background-color: #eeeeee;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
        border-radius: 20px;
        margin-top: 10px;
    }

      .tech-stack {
        /* display: flex; */
        gap: 10px;
        margin-top: 15px;
    }

    .tech-stack img {
        height: 30px;
    }

    .c1-sub {
        letter-spacing: 1px;
        font-size: 13px;
        text-decoration: none;
        color: black;
    }

    .c1-sub:hover {
        color: black;
        text-decoration: none;
    }


    .downloads {
        float: left;
        color: black;
        text-decoration: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .downloads:hover {
        color: #5e17eb;
        font-weight: 500;
        cursor: pointer;
        text-decoration: none;
    }

    .course {
        margin: 20px;
        text-align: justify;
    }

    .navbar-nav .nav-item .nav-link {
        color: black;
        font-weight: 500;
        font-size: 16px;
    }




    .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-bottom: 10px;
    } */




}




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;
}

.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);
}