* {
    box-sizing: border-box;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    overflow-x: hidden;
}


html {
    scroll-behavior: smooth;
}

.in-btw {
    display: flex;
    justify-content: center;
    text-align: center;
}

.nvbar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    gap: 5em;
}

.nvbar a {
    color: black;
    text-decoration: none;
}

td {
    text-align: left;
    padding: 10px 10px 10px 100px;
}

.noggle {
    display: none;
}


.el {
    display: flex;
    gap: 5em;
    justify-content:flex-end;
    align-items: flex-end;
    text-align: center;
    padding: 1em;
    animation: move 35s infinite linear;
    width: 100%;
}




.divsd {
    margin: 100px auto;
    display: flex;
    overflow-x: auto !important;
    border-top: 1px solid rgb(184, 184, 184);
    border-bottom: 1px solid rgb(184, 184, 184);
}

.footer {
    padding-bottom: 2em;
}


@keyframes move {
  0% {
    translate: 0%;
  }

  6.25% {        
    translate: -10%;
  }

  50% {          
    translate: -80%;
  }

  93.75% {     
    translate: -10%;
  }

  100% {
    translate: 0%;
  }
}


.box {
    box-shadow: 0px 2px 4px 0px lightgrey;
    border-radius: 10px;
    border: 0.5px solid lightgrey;
    padding: 3em;
    width: 90%;
}

.box1 {
    box-shadow: 0px 2px 4px 0px lightgrey;
    border-radius: 10px;
    border: 0.5px solid lightgrey;
    padding: 1em;
    width: 90%;
}

.box1 img {
    border-radius: 5px;
}


.log img {
    width: 100%;
}



.whbtn {
    color: white;
    border: none;
    border-radius: 5px;
    background-color: rgb(26, 163, 33);
    padding: 10px 30px 10px 30px;

}

.dembtn {
    color: white;
    border: none;
    border-radius: 5px;
    background-color: rgb(215, 34, 34);
    padding: 10px 30px 10px 30px;
}

#hero img {
    border-radius: 50%;
    width: 66%;
    margin-left: 70px;
}

.nvitem {
    margin-left: 50px;
    font-size: 16px;
}


@media only screen and (min-width: 300px) and (max-width: 900px) {
    .box td {
        padding: 5px;
    }

    .el {
    display: flex;
    gap: 1em;
    justify-content:flex-end;
    align-items: flex-end;
    text-align: center;
    padding: 1em;
    animation: move 35s infinite linear;
    width: 100%;
}




.divsd {
    margin: 100px auto;
    display: flex;
    overflow-x: auto !important;
    border-top: 1px solid rgb(184, 184, 184);
    border-bottom: 1px solid rgb(184, 184, 184);
}

.footer {
    padding-bottom: 2em;
}



    .box table h2 {
        font-size: 16px;
    }

    .box table h5 {
        font-size: 11px;
    }

    .box table button {
        font-size: 10px;
    }

    .box table .dembtn {
        padding: 5px 10px 5px 10px;
    }

    .nvbar {
        flex-direction: column;
        gap: 2em;
    }

    .nvitem {
        margin-left: 20px;
        font-size: 12px;
    }



    .noggle {
        display: inline-block;
    }

    .btns {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .itm{
        font-size: 10px;
        width: 100%;
    }




    .slider {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.8s ease;
    }

    .slider.open {
        max-height: 600px;
        transition: max-height 0.8s ease;
    }

    .slider {
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 0.3s ease;
    }

    .slider.open {
        transform: scaleY(1);
    }


    .hide {
        display: none;
    }




}

/*

.fin {
    margin-right: 200px;
}


.log {
    flex: 1;
    margin-left: 40px;
}


.nvitem {
    text-align: center;
    margin-left: 33px;
}
*/