body{
    background-color: rgba(191, 123, 255, 0.096);
}
.header{
    width: 100%;
    height: 110px;
    position: fixed;
    z-index: 999;
    background-color: rgba(191, 123, 255, 0.229);
}
.list{
    margin-left: 30px;
    list-style: none;
}
.item{
    float: left;
    width: 125px;
    margin-top: 25px;
    
}
.logo{
    width: 150px;
    position: fixed;
    top: 5px;
    left: 10px;
}
.alink{
    text-decoration: none;
    text-align: center;
    width: 100%;
    font-size: 22px;
    color: rgb(147, 32, 255);
}
.alink:hover{
   background-color: rgba(147, 32, 255, 0.217);
   padding:8px;
   border-radius: 7.5%;
}
.login{
    position: fixed;
    right: -40px;
    top: 8px;
    margin: 0px;
    padding: 0px;

}
.icon{
    width: 50px;
}
.sec-1{
    width: 100%;
    height: 800px;
}
.sec-2{
    width: 100%;
    height: 1000px;
}
.container{
    position: relative;
    top: 140px;
    width: 80%;
    left: 10%;
    height: 100%;
    background-color:rgba(191, 123, 255, 0.184) ;
    margin: 0px;
    padding: 0px;
}
.row{
    position: relative;
    top: 0px;
    height: 50%;
}
.video{
    position: relative;
    left: 5%;
    top: 2.5%;
    width:90%;
    height: 95%;
}
.img{
    position: relative;
    
    width: 100%;
    height: 100%;
    border-radius: 2%;
}
.col{
    margin-left: 1.25%;
    float: left;
    position: relative;
    width: 48%;
    height: 100%;
    border-radius: 2%;
    background-color: rgba(191, 123, 255, 0.265);
}
.title{
    font-size: 36px;
    position: relative;
    width: 100%;
    font-family: sans-serif;
    text-align: center;
    color: blueviolet;
}
.cart-count{
    position: fixed;
    top:30px;
    right: 160px;
    color: blueviolet;
    background-color: rgba(137, 43, 226, 0.35);
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 100%;
}
.subTitle{
    font-size: 21px;
    position: relative;
    top:-15px;
    width: 100%;
    font-family: sans-serif;
    text-align: center;
    color: rgba(137, 43, 226, 0.58);

}
.con{
    height: 80%;
}
.t-1{
    position: relative;
    top: 3%;
}
.paragraph{
    position: relative;
    width: 90%;
    left: 5%;
    top: -15px;
    font-size: 19.5px;
    color: rgba(160, 34, 179, 0.736);
}
.footer{
    width: 100%;
    height: 350px;
    background-color: rgba(191, 123, 255, 0.399);

}
.col-4{
    float: left;
    position: relative;
    height: 100%;
    width: 20%;
    top: 50%;
    margin-left: 4%;
   
}
.fitem{
    padding: 10px;
}
@media screen and (width<900px){
    .logo{
        display: none;
    }
   .item{
    margin: 0px;
    padding:0px;
   }
   .alink{
    font-size: 19px;
    padding: 0px;
    margin: 0px;
   }
   .login{
    top: 100px;
    right: 45px;
   }
   .header{
    height: 180px;
   }
   .title{
    font-size: 20px;

}
.subTitle{
    font-size: 16.5px;
}
.paragraph{
    font-size: 15px;
    position: relative;
    height: 60%;
    overflow-y: scroll;
}
}