html {
    scroll-behavior: smooth;
  }

* {
    /* overflow: auto; */
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    /* border: 1px solid red !important; */
    
}

/* div:after {
    content: attr(class);
    position: absolute;
} */

html {
    scroll-behavior: smooth;
  }


body {
    /* background-image: url("bkgd.jpg"); */
    background-size: contain;
    display: flex;
    justify-content: center;
}

#maindiv {
    width: 100%;
    display: block;
}

#nav_wrapper
{
    display: flex;
    justify-content: center;
    width: 100%;
}


#nav {
    width: 100%;
    height: 3em;
    margin: 0;
    padding: 0;
    border: 0;
    /* position: fixed; */
    background-color: #333;
  
}

#nav > ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
}

#nav  li
{
    float: left;
    
}

#nav li  a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  #nav  li a:hover {
    background-color: #111;
  }



#image-slider {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.slider {
    width: 100%;
}

.wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#items {
    width: calc(100vw * 10);
    position: relative;
    top: 0;
    left: -100vw;
}

#items.shifting {
    transition: left .5s ease-out;
}

.slide {
    width: 100vw;
    height: auto;
    cursor: pointer;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1s;
    position: relative;
}


.slide1>h1 {
    position: absolute;
    top: 4%;
    left: 6%;
    color:aliceblue;
    font-size: 70;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 3;
}

.slide1>p {
    position: absolute;
    top: 20%;
    left: 6%;
    color: aliceblue;
    font-size: 30;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 3;
    max-width: 50%;
}

.slide2>h1 {
    position: absolute;
    max-width: 40%;
    bottom: 35%;
    right: 6%;
    color: aliceblue;
    font-size: 50;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 3;
}

.slide2>p {
    position: absolute;
    max-width: 40%;
    bottom: 25%;
    right: 6%;
    color: aliceblue;
    font-size: 25;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 3;
}

.slide3>h1 {
    position: absolute;
    max-width: 40%;
    top: 6%;
    left: 6%;
    color: aliceblue;
    font-size: 50;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 3;
}

.slide3>p {
    position: absolute;
    max-width: 40%;
    top: 35%;
    left: 6%;
    color: aliceblue;
    font-size: 25;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 3;
}

.slide4>h1 {
    position: absolute;
    max-width: 40%;
    top: 6%;
    right: 6%;
    color: aliceblue;
    font-size: 50;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 3;
}

.slide4>p {
    position: absolute;
    max-width: 40%;
    top: 35%;
    right: 6%;
    color: aliceblue;
    font-size: 25;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 3;
}

.slide>img {
    width: 100%;
    height: 100%;
}


.control {
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
    border-radius: 5px;
    margin-top: -20px;
    z-index: 2;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    padding: 16px;
}

.prev,
.next {
    background-size: 22px;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 70%;
    background-position: center;
    background-repeat: no-repeat;

    cursor: pointer;
}

.prev {
    background-image: url(ChevronLeft.png);
    left: 0px;
}

.next {
    background-image: url(ChevronRight-512.png);
    right: 0px;
}

.prev:active,
.next:active {
    transform: scale(0.8);
}

.prev:hover,
.next:hover {
    opacity: 100%;
}





#info-div {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5em;

}

.container {
    width: 70%;
    margin: 0;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
}

#container_1{
    flex-direction: column;    
}

#container_1 > img
{
    margin: 2em;
}

#container_1 > #text_1
{
    margin: auto;
    text-align: center;
}

#container_2 > img
{
    width: 30%;
    height: 100%;
}

#container_2 {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}


#container_3 {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2em;
}

#container_3 > h3
{
    font-size: 50px;
}

#Features_wrapper
{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2em;
}


#features_1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2em;
   
}

#features_2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.features {

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    text-align: justify;
    width: 100%;
    min-height: 100px;
    background-image: linear-gradient(to right, rgb(175, 204, 229), white);
    border-radius: 0.5em;
    padding: 1em;
    gap: 2em;
}

.features > img
{
    width: 20%;
    
}


#container_4
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;


}

#container_4 > h3
{
    font-size: 50px;
    
}

#container_4 > h4
{
    width: 70%;
    font-size: 30px;
}

#aplications
{
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3em;
}

.apps
{
    display: flex;
    flex-direction: row;
    gap: 3em;
}


.app
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 40px;
    text-align: center;
    background-color: #f4f2ef;
    border-radius: 0.5em;
    padding: 0.5em;
}

.app > img
{
    width: 100%;
    max-width: 250px;
}


#container_5
{
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2em;
}

#text_3 {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30;
}

.text > ul {
    list-style-type: none;
    list-style-position: outside;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 1em; 
}

#text_2 {
    border-radius: .25em;
    /* background-color: #F1D06D; */
    padding: 2%;

}



#text {
    width: auto;
    min-height: 30em;
    margin: 0;
}

footer {

    width: 100%;
    min-height: 10em;
    margin: 0;
    background-color: darkgrey;
    font-size: 20px;
    border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

footer p {
    margin: 2%;
    font-size: 30px;
}

footer > a
{
    margin: 1em;
    right: 1em;
}






@media only screen and (max-width: 600px) {
    #image-slider {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }


    .slider {
        width: 100vw;
    }

    .wrapper {
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    #items {
        width: calc(100vw * 10);
        position: relative;
        top: 0;
        left: -100vw;
    }

    #items.shifting {
        transition: left .5s ease-out;
    }

    .slide {
        width: 100vw;
        height: auto;
        cursor: pointer;
        float: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: all 1s;
        position: relative;
    }

    .slide1>h1 {
        position: absolute;
        max-width: 50%;
        top: 6%;
        left: 6%;
        color:aliceblue;
        font-size: 25;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 3;
    }

    .slide1>p {
        position: absolute;
        max-width: 50%;
        top: 50%;
        left: 6%;
        color:#000000;
        font-size: 15;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bolder;
        z-index: 3;
    }

    .slide2>h1 {
        position: absolute;
        max-width: 50%;
        top: 6%;
        right: 3%;
        color: aliceblue;
        font-size: 25;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 3;
    }

    .slide2>p {
        position: absolute;
        max-width: 50%;
        top: 40%;
        right: 3%;
        color: aliceblue;
        font-size: 15;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 3;
    }

    .slide3>h1 {
        position: absolute;
        max-width: 40%;
        top: 6%;
        left: 6%;
        color: aliceblue;
        font-size: 25;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 3;
    }

    .slide3>p {
        position: absolute;
        max-width: 60%;
        top: 50%;
        left: 6%;
        color: aliceblue;
        font-size: 15;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 3;
    }

    .slide4>h1 {
        position: absolute;
        max-width: 40%;
        top: 5%;
        right: 6%;
        color: aliceblue;
        font-size: 25;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 3;
    }

    .slide4>p {
        position: absolute;
        max-width: 40%;
        top: 40%;
        right: 6%;
        color: aliceblue;
        font-size: 15;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 3;
    }

    .slide>img {
        width: 100%;
        height: 100%;
    }


    .control {
        position: absolute;
        top: 20%;
        width: auto;
        height: auto;
        border-radius: 5px;
        margin-top: -20px;
        z-index: 2;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        user-select: none;
        padding: 16px;
    }

    .prev,
    .next {
        background-size: 22px;
        background-color: rgba(0, 0, 0, 0.8);
        opacity: 70%;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .prev {
        background-image: url(ChevronLeft.png);
        left: 0px;
    }

    .next {
        background-image: url(ChevronRight-512.png);
        right: 0px;
    }

    .prev:active,
    .next:active {
        transform: scale(0.8);
    }

    .prev:hover,
    .next:hover {
        opacity: 100%;
    }




    #info-div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5em;
        margin: 0;
    }

    .container {
        width: 90%;
        margin: 0;
    }

    #container_2{

        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3em;
    }

    #container_2 > img{
        width: 100%;
    }


    #container_3{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #Features_wrapper{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .features > img{
        width: 30%;
    }


    #aplications{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .apps{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #container_5{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .text {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20;
        margin: 0;
    }

    .text ul {
        list-style: circle;
        list-style-position: inside;
        text-align: left;

    }




    #text {
        width: auto;
        min-height: 30em;
        margin: 0;
    }

    footer {

        width: auto;
        min-height: 10em;
        margin: 0;

    }

    footer p {
        margin: 2%;
    }


}