*{
    margin: 0;
    padding: 0;
    font-family: Andale Mono, monospace;
}
html{
    scroll-behavior: smooth;
}
.navigation{
    width: 100%;
    height: 50px;
   /* background: #36176cbb; */
    position: fixed;
    transition: 0.9s;
    z-index: 1;
}
.navigation.sticky{
    /* padding: 30px 0; */
    background:#36176cbb;
     box-shadow: 0 0 80px #36176c;
    position: fixed;
}
.banner1{
    width: 180px;
    height: 40px;
    margin-top: -30px;
    margin-left: 20px;
}
 #list li{
    font-size: 16px;
    display: inline-block;
    margin-right: 25px;
    cursor: pointer;
    margin-top: 15px;
    font-family: OCR A Std, monospace;
    transition: 0.6s;
    font-weight: 600;
    color: white;
}
#list li.sqroli{
    color: white;
}
.gotop{
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    background: #411b9c;
    bottom: 40px;
    right: 50px;
    padding: 13px 0px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size:22px;
}
#list li:hover{
    transition: 0.6s;
    color:  #5829c5;
}
::selection{
    color: white;
   background-color: #411b9c;
}
.mySlides .button-area{
    margin-top: 30px;
    margin-right: 180px;
    background-color: #ffffff00;
    transition: 0.5s;
}
.mySlides .button-area button{
    width: 110px;
    height: 35px;
    border: none;
    border-radius: 10px;
    outline: none;
    background-color: #411b9c;
    color: white;
    font-weight: 900; 
    cursor: pointer;
    transition: 0.5s;
    margin-top: -20px;
        box-shadow: 0 0 15px #411b9c, 0 0 10px #411b9c, 0 0 100px #411b9c;
}
.mySlides .button-area button:hover{
    width: 110px;
    height: 35px;
    background: 411b9c;
    transition: 0.5s;
}
.mySlides .h1{
    margin-top: -170px;
    color: white;
    margin-right: 20px;
}
.home-container{
    width: 100%;
    height: auto;
    background:  rgb(56, 56, 56);
}
.satauri{
    font-size: 50px;
    text-shadow:0 0 10px #411b9c, 0 0 30px #411b9c, 0 0 10px #411b9c;
    cursor: default;
    user-select: none;
    text-align: center;
    margin: center;
}
.logo{
    width: 500px;
    height: 700px;
}
.logo img{
    width: 100%;
}
.background-image{
    width: 97%;
    border-radius: 20px;
    background-color:  #292929;
    height: auto;
    margin-top: 50px;
    box-shadow: 0px 0px 10px #421b9c ,  0px 0px 15px #421b9c,  0px 0px 10px #421b9c;
}
.open{
    display: none;
}
.card{
    width: 90%;
    height: 275px;
    border-radius: 15px;
    background: #421b9c3f;
    display: inline-block;
    margin-top: 50px;
    transition: 0.6s;
    border: solid 1px rgb(163, 163, 163);
   border: none;

    box-shadow: 0px 0px 10px #421b9c3f ,  0px 0px 15px #421b9c3f,  0px 0px 10px #421b9c;
}
.img{
    height: 650px;
 width: 100%;
 border-radius: 6px;
    margin-top: 5px;
}
.name{
    font-size: 29px;
    margin-top: -210px;
    margin-left: 22px;
}
.card:hover{
    transition: 0.6s;
}
.image-wrapper{
    margin-left: 40px;
    margin-top: 50px;
}
.image{
width: 250px;
height: 250px;
border-radius: 6px;
height: 180px;
transition: 0.8s;
}
.social{
    width: 50px;
    height: 50px;
    margin-left: 30px;
    position: absolute;
    margin-top: -40px;
    cursor: pointer;
}
.download-button{
      width: 110px;
    height: 35px;
    border: none;
    border-radius: 10px;
    outline: none;
    background-color: #411b9c;
    color: white;
    position: absolute;
    font-weight: 900; 
    cursor: pointer;
    transition: 0.5s;
    margin-top: 1px;
    
        box-shadow: 0 0 15px #411b9c, 0 0 10px #411b9c, 0 0 20px #411b9c;
}
.home2{
    width: 500px;
    height: 250px;
}
.social-container{
    margin-top: 60px;
    display: inline-block;
    margin-left: 50px;
}
.tex{
    font-size: 25px;
    margin-top: 15px;
    margin-left: 50px;
    color: white;
    font-weight: 900;
    display: inline-block;
}
.developer-facebook{
    font-size: 18px;
    color: white;
}
.note1{
    width: 200px;
    height: auto;
    text-align: center;
    font-size: 15px;
    background-color: white;
    margin-right: 45px;
    border-radius: 20px;
}
#newItem{
    width: 150px;
    height: 30px;
    border-radius: 50px;
    border: none;
    outline: none;
    transition: 0.4s;
    text-align: center;
    margin-right: 15px;
    margin-top: 10px;
}
#newItem:focus{
  width: 200px;
  height: 32px;
  border: solid 1px #36176c;
  transition: 0.4s;
}
.developer-name{
    font-size: 18px;
    color: white;
    margin-left: 50px;
}
.sanishne i{
    font-size: 15px;
    margin-right: 15px;
}
.social-container p{
    font-size: 18px;
    display: inline-block;
}
.description{
    font-size: 15px;
}
.banner2{
    display: none;
}
.flex-box{
    width: 100%;
    height: 300px;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    background: #411b9c;
}
/* slideshow */

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.menu-overlay{
    display: none;
}
.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.satauri{
    font-size: 40px;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.open{
    display: none;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

@media all and (max-width: 500px){
     *{
        font-family: Gill Sans, sans-serif;
    }
    .mySlides .button-area{
        display: none;
    }
    .mySlides h1{
        display: none;
    }
    .download-button{
        font-weight: 700;
        padding: -20px 10px;
    }
    .card{
    width: 280px;
    height: 302px;
    text-align: center;
    }
    .image-wrapper{
        width: 240px;
        height: 150px;
        margin-left: 20px;
        margin-top: 30px;
         margin-right: 50px;
    }
    .banner1{
       display: none;
    }
    .image{
    width: 100%;
        height: 100%;
    border-radius: 6px;
    }
    .mini-icon{
        display: none;
    }
    #list{
        text-align: center;
    }
    .button-area{
        width: 160px;
        margin-top: -20px;
        margin-right: 30px;
    }
    .product-name , .description{
        display: none;
    }
    #list li{
       font-size: 18px;
        margin-right: 10px;
        margin-top: 15px;  
        position: absolute;
    }
    #list a li {
        display: none;
    }
    .open{
        width: 100%;
        height: 200px;
        background: rgba(0, 0, 0, 0.562);
        display: none;
    }
    .navigation{
        height: 50px;
        text-align: center;
        margin-right: 50px;
        width: 100%;
    }
    .img{
        width: 100%;
        height: 240px;
        border-radius: 2px;
        margin-top: 10px;
    }
    .name{
        margin-top:  20px;
        font-size: 18px;
        margin-left: 0px;
    }
    .banner2{
        width: 200px;
        height: auto;
    }
    .satauri{
        font-size: 30px;
        margin-top: -10px;
    }
    .menu-overlay{
        display: block;
        font-size: 30px;
        color: white;
        text-align: right;
        margin-right: 20px;
        margin-top: 10px;
    }
    .logo-wrapper{
        margin-left: 0px;
        width: 200px;
        height: 70px;
        margin-top: 100px;
    }
    .tex{
        display: none;
    }
    .flex-box{
        font-weight: 900;
    }
    .background-image{
        top: -20px;
    }
    #toggle{
        font-size: 20px;
        list-style: none;
        font-weight: bold;
        color: white;

    }
    #toggle a{
        text-decoration: none;
    }
/* Slideshow container */
.slideshow-container {
width: 100%;
}


/* The dots/bullets/indicators */
.dot {
  display: none;
}

}
