body{
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    background-color: black;
    /*background: linear-gradient(to right, violet, indigo, blue, green,orange, red);*/
    position: relative;
}
.top-content{
    background-color: black;
    width: 100%;
    height: 3%;
    top: 0;
    /*margin-left: auto;
    margin-right: auto;*/
    display: flex;
    justify-content:space-around;
    padding-top: 1.5vmax;
    padding-bottom: 1.5vmax;
    position: sticky;
    z-index: 1;
    align-items: center;
}
#icon{
    margin-top: 0%;
    margin-bottom: 5%;
    width: 3vmax;
    height: 2.4vmax;
    
}

#schwrapper{
    position:relative;
}

#searchfield{
    font: bold 0.5vmax Garamond;
}

#schresult{
    position: absolute; 
    background-color: whitesmoke;
    width:100%;
    left: auto;
    right: auto;
    border-radius: 0.5vmax;
    border-bottom-left-radius: 0.5vmax;
    border-bottom-right-radius: 0.5vmax;
    display: none;
}

#schresult ul{
    list-style: none;
    padding-left: 0%;
}

#schresult ul li{
    padding-left: 0.2vmax;
    padding-right: 0.2vmax;
    padding-bottom: 1vmax;
    padding-top: 1vmax;
    border-bottom:0.12vmax solid #333;
}

#schresult ul li a{
    font-weight: bold;
    font-size: 0.7vmax;
    font-family: Garamond;
    color: black;
}

#schresult ul li:hover{
    background-color: white;
}

#searchdiv{
    display: flex;
    align-items: center;
    
    background-color: whitesmoke;
    height: 2.5vmax;
    border-radius: 0.5vmax;
}
#searchfield{
    margin-right: 1.5vmax;
    font-size: 1vmax;
    width: 100%;
    margin-left: 1.5vmax;
}
/*#searchbtn{
    font-size: 1vmax;
    border: none;
    cursor: pointer;
}*/




nav{
    position: relative;
    margin-left: 12%;
    
}
#nav-toggle{
    display: none;
}
.icon-burger{
    display: block;
    text-align: center;
    
}
nav .icon-burger .line{
    width: 2vmax;
    height: 0.25vmax;
    margin: 0.4vmax;
    border-radius: 0.5vmax;
    background-color: white;
}
.nav-links{
    display: flex;
    flex-direction: column;
    left: 30%;
    right: 30%;
    background-color: black;
    text-align: center;
    
    height: 50%;
    display: none;
    margin-top: 1.5%;
    /*margin-left: -18%;*/
    border: 0.1vmax solid whitesmoke;
    position: fixed;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 0.5;
}

.nav-div{
    text-align: center;
    border-top: 0.25vmax solid grey; 
}
#head{
    
}
#head a{
    text-decoration: none;
    color: aqua;
    font: bold 1.6vmax Garamond;
}

#titlehead p{
    color: white;
    font-size: 1vmax;
    font-family: cursive;
    font-weight: bold;
}

.nav-div h4{
    color:aqua;
    font: bold 1.2vmax Garamond;
}
.nav-div ul{
    list-style: none;
    padding: 0;
}
.nav-div ul li{
    padding-top: 1%;
    padding-bottom: 1%;
}
.nav-div ul li a{
    text-decoration: none;
    font: bold 1.2vmax Garamond;
    color: white;
}
.nav-active {
    display: block;
}

.content{
    width: 70%;
    position: sticky;
    margin-left: auto;
    margin-right: auto;
   /*border-top: 5px solid black;
   border-left: 5px solid black;
   border-right: 5px solid black;
   border-bottom: 2.5px solid black;*/
}

.contentfirst{
    width: 95%;
    margin-top: 5%;
    position: sticky;
    margin-left: auto;
    margin-right: auto;
    background-color:#333;
    margin-bottom: 10%;
}

.contentfirst:hover{
    transform: scale(1.02);
}

.profile{
    width: 90%;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#quotepara{
    color: white;
    font-size: 3vmax;
    font-family: Garamond;
    margin-bottom: 10%;
}

.aboutpara{
    color: white;
    font-size: 1.5vmax;
    font-family:cursive;
    margin-bottom: 5%;
}


#p1{
    font: bold 3.5vmax Garamond;
    color: rgb(235, 209, 17); 
    margin-bottom: 5%; 
}
#p2{
    font: bold 1.5vmax Garamond;
    color: white;
    word-spacing: 0.1vmax;
    line-height: 2vmax;
    letter-spacing: 0.1vmax;
    margin-bottom: 5%;
}

#signup{
    background-color: blue;
    color: white;
    font-size: 1.5vmax;
    font-family: Garamond;
    padding: 0.5vmax 0.5vmax 0.5vmax 0.5vmax;
    margin-bottom: 5%;
    border-radius: 0.5vmax;
    cursor: pointer;
}

#product{
    text-align: center;
    margin-top: 20%;
}

#product1{
    text-align: center;
    margin-top: 15%;
}

#p3{
    font-size: 3vmax; 
    font-family: Garamond; 
    font-weight: bold;
    color: rgb(235, 209, 17);
}

.p3a{
    text-decoration: none;
    color: rgb(235, 209, 17);
}
/*software scroll*/
.container{
    width: 100%;
    background-image: url("postimages/stats4.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel{
    height: 29vmax;
    overflow: hidden;
    position: relative;
}

.slider{
    height: 100%;
    width: 400%;
    display: flex;
    transition: all 0.3s;
}

.slider section{
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.controls .arrow{
    position: absolute;
    top: 50%;
    color: black;
    cursor: pointer;
}

.arrow.left{
    left: 0.5vmax;
    
}

.arrow.left img{
    height: 3.5vmax;
}
.arrow.right{
    right: 0.5vmax;
}
.arrow.right img{
    height: 3.5vmax;
}
.slider section a{
    text-decoration: none;
}
.slider section a .mainpara{
    color: #FF0000;
    font: bold 3vmax Garamond;
    text-shadow: 0.1vmax 0.1vmax black;
}
.slider section a .subpara{
    color: #800000;
    font: bold 2vmax Garamond;
    text-shadow: 0.06vmax 0.06vmax black;
}
.controls ul{
    position: absolute;
    bottom: 2vmax;
    left: 50%;
    transform: translate(-50%);
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.controls ul li{
    width: 1.2vmax;
    height: 1.2vmax;
    border: 0.2vmax solid #333;
    border-radius: 1.5vmax;
    margin: 0.8vmax;
    background: black;
    cursor: pointer;
}
.controls ul .selected{
background-color: white;
}

/*blog posts*/
.container1{
    width: 100%;
    margin: 0px 0px;
    margin-top: 0%;
}
.carousel1{
    height: 29vmax;
    overflow: hidden;
    position: relative;
}

.slider1{
    height: 100%;
    display: flex;
    transition: all 0.3s;
}

.slider1 section{
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    background-color: whitesmoke;
    border: 0.2vw solid black;
    position: relative;
}

.slider1 section #postimg{
    height: 60%;
    width: 100%;
}

#title {
    position:absolute;
    justify-content: center;
    text-align: center;
    top: 3vw;
    right: 1.5vw;
    left: 1.5vw;
}

#title a{
    text-decoration: none;
    color: black;
    text-shadow: 0.05vw 0.05vw white;
    font: bold 1.2vw Garamond;
    
}

#postinfo{
    position: absolute;
    top: 60%;
    bottom: 0;
    left: 0;
    right: 0;
}

#postinfo ul{
    list-style: none;
    margin-top: 0px;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
}

#postinfo ul li{
    margin-left: 0.1vw;
    margin-right: 0.1vw;
    margin-bottom: 0.8vw;
}

#postinfo ul li .posticon{
    width: 1.2vw;
    height: 1.2vw;
    margin-right: 0.5vw;
}

#postinfo ul li a{
    text-decoration: none;
    color: #800000;
    font: bold 1vw Garamond;
    text-shadow: 0.01vw 0.01vw #070606;
}

#postinfo ul li #proceedbtn{
    border: none;
    cursor: pointer;
    margin-left: 40%;
    margin-right: auto;
}

#postinfo ul li #proceedbtn #proceedicon{
    width: 2vw;
    height: 2vw; 
}

.controls1 .arrow1{
    position: absolute;
    top: 50%;
    color: black;
    cursor: pointer;
}

.arrow1.left{
    left: 0.5vmax;
}

.arrow1.left img{
    height: 3.5vmax;
}

.arrow1.right{
    right: 0.5vmax;
}

.arrow1.right img{
    height: 3.5vmax;
}

#feature{
    width:100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
    margin-top: 15%;
}

.statsfeature{
    width: 88%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.features{
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-bottom: 5%;
}

.features span{
    width: 50%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
}

.features span:hover{
    transform:scale(1.05);
}

.pf{
    font: bold 1.5vmax Garamond;
    color: white;
    padding-left: 10%;
    padding-right: 10%;
    /*padding-top: 15%;
    padding-bottom: 20%;*/
    word-spacing: 0.1vmax;
    letter-spacing: 0.1vmax;
    line-height: 1.6vmax;
}

.features img{
    height:20vmax; 
    width: 100%;
    border-radius: 0.8vmax;
}

#implinkhead{
    width:100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20%;
    text-align: center;
}

#implinks{
    padding-bottom: 1%;
    text-align: center;
}

#implinks ul{
    padding-left: 10%;
    padding-right: 10%;
    list-style: none;
}

#implinks ul li{
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 1%;
    margin-left: 1%;
}

#implinks ul li a{
    text-decoration: none;
    color: white;
    font: bold 1.2vmax Garamond;
}

#social{
    margin-top: 0%;
    margin-bottom: 5%;
}

#social ul{
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    justify-content: center;
}

#social ul li{
    margin-left: 5%;
    margin-right: 5%;
}

#social ul li:hover{
    transform: scale(1.3);
}

#social ul li a img{
    height: 2.8vmax;
    width: 2.8vmax;
}

#copyright{
    align-items: center;
    padding-top: 5%;
    padding-bottom: 3%;
    text-align: center;
}

/*--------------------------------------------------------------CSS for blog.php------------------------------------------*/
#posthead{
    text-align: center;
    margin-bottom: 0%;
}

#posthead h3{
    font: bold 40px Garamond; 
    color: rgb(235, 209, 17);
}

#post-title{
    width: 80%;
    margin-left: auto;
    margin-right:auto;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}

#post-title a{
    color: white;
    font: bold 2.5vmax Garamond;
    text-decoration: none;
}

#post-info{
    width: 90%;
    margin-top: 1%;
    margin-bottom: 1%;
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

#post-info span{
    display: flex;
    align-items: center;
    margin-right: 1vmax;
    justify-content: center;
}

#post-info span img{
    height: 1.5vmax;
    width: 1.5vmax;
}

#post-info span a{
    font: bold 1vmax Garamond;
    text-decoration: none;
    color: white;
}

#img-content{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

#post-img{
    margin-right: 2.5%;
    width: 60%;
}

#post-img img{
    width: 22vmax;
    height: 24vmax;
    
    
}

#post-content{
    margin-left: 2.5%;
    height: 28vmax;
    overflow: auto;
    padding-top: auto;
    padding-bottom: auto;
    
}

#post-content p{
    font: bold 1.2vmax Garamond;
    line-height: 2vmax;
    letter-spacing: 0.1vmax;
    word-spacing: 0.1vmax;
}

#likecomshare{
    width: 90%;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 1vmax 1vmax 1vmax 1vmax;
}

#like{
    padding: 0.5vmax 0.5vmax 0.5vmax 0.5vmax;
    cursor: pointer;
    color: white;
    background-color: blue;
    border-radius: 0.5vmax;
    font-size: 1.2vmax;
    font-family: Garamond;
    
}

.commclass{
    width: 90%; 
    margin-bottom: 12%; 
    margin-Top: 5%; 
    display: none; 
    margin-left: auto; 
    margin-right: auto;
    align-items: center;
}

#share{
    padding: 0.5vmax 0.5vmax 0.5vmax 0.5vmax;
    cursor: pointer;
    color: white;
    background-color: blue;
    border-radius: 0.5vmax;
    font-size: 1.2vmax;
    font-family: Garamond;
}

.comments{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 0.2vmax solid grey;
    margin-bottom: 2vmax;
}

.modal-bg{
    position: fixed;
    width:100%;
    height:100vh;
    top:0;
    left:0;
    background-color:rgba(0,0,255,0.3);
    display:flex;
    justify-content: center;
    align-items:center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s;
}

.bg-active{
    visibility:visible;
    opacity:1;
    z-index: 1;
}

/*---------------------------------article page-------------------------------------*/

.article_content{
    width: 100%;
    position: sticky;
    margin-left: auto;
    margin-right: auto;
   /*border-top: 5px solid black;
   border-left: 5px solid black;
   border-right: 5px solid black;
   border-bottom: 2.5px solid black;*/
}


#article-title{
    width: 80%;
    margin-left: auto;
    margin-right:auto;
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: center;
}

#article-title a{
    color: white;
    font: bold 2.5vmax Garamond;
    text-decoration: none;
}

#article-info{
    width: 90%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

#article-info span{
    display: flex;
    align-items: center;
    margin-right: 1vmax;
    justify-content: center;
}

#article-info span img{
    height: 1.5vmax;
    width: 1.5vmax;

}

#article-info span a{
    font: bold 1vmax Garamond;
    text-decoration: none;
    color: white;
}

#article_main{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /*background-color: black; margin-right: auto; margin-left: auto; width: 100%; box-shadow: inset -1vmax 0.5vmax 2vmax 2vmax #888888;*/
}

#article_main blockquote{
    margin-left: auto;
    margin-right: auto;
    color:white; 
    line-height: 2.5vmax; 
    font-weight: normal; 
    font-family: Garamond; 
    font-size: 1.5vmax; 
    padding-top: 0%; 
    padding-bottom: 2%; 
    letter-spacing: 0.1vmax; 
    word-spacing: 0.1vmax;
}

#imagediv{
    text-align: center;
}

#imagediv a{
    
    color: grey;

}

#artlikecomshare{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    
}


/*---------------------------------write your article page------------------------------*/
#wrap{
    width: 100%;
    height: 100%;
}

#my1form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#my1form h3{
    font-size: 1.8vmax;
    color: rgb(235, 209, 17);
    margin-bottom: 2%;
}

#my1form h4{
    color: white;
    font-family: Garamond;
    font-size: 1.2vmax;
    margin-top: 0%;
    margin-bottom: 0%;
}

#prelog{
    padding: 0.5vmax 0.5vmax 0.5vmax 0.5vmax;
    color: white;
    background-color: blue;
    font-size: 1.2vmax;
    font-family: Garamond;
    border-radius: 0.5vmax;
    cursor: pointer;
}

#formdiv{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

#myform{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#myform h3{
    font-size: 1.8vmax;
    color: rgb(235, 209, 17);
    margin-bottom: 2%;
}

#myform h4{
    color: white;
    font-family: Garamond;
    font-size: 1.2vmax;
    margin-top: 0%;
    margin-bottom: 5%;
}

#sel{
    margin-bottom: 3%;
    text-align: center;
    font-size: 1.2vmax;
    font-family: Garamond;
    width: 30%;
}

#topic{
    margin-bottom: 3%;
    text-align: center;
    font-size: 1.2vmax;
    font-family: Garamond;
    width: 30%;
}
.label{
    color: white;
    padding-bottom: 0.5%;
    font-size: 1.5vmax;
    font-family: Garamond;
}

.input{
    margin-bottom: 3%;
    font-size: 1.2vmax;
    font-family: Garamond;
    width: 30%;
    
}

#inpspan{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-align: center;
    margin-bottom: 3%;
}

#aticle{
    margin-left: 20%;
    margin-right: 20%;
    color: white;
    font-size: 1vmax;
    font-family: Garamond;
    padding-left: 10%;
}

#aticle::file-selector-button{
    background-color: blue;
    color: white;
    font-size: 1.2vmax;
    font-family: Garamond;
    padding: 0.5vmax 0.5vmax 0.5vmax 0.5vmax;
    border-radius: 0.5vmax;
    cursor: pointer;
}

#imgdiv{
    margin-bottom: 0.5vmax;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.imgone{
    display: flex;
    justify-content: center;
}

.a_img{
    color: white;
    font-size: 1vmax;
    font-family: Garamond;
    margin-right: 0%;
}

.a_img::file-selector-button{
    background-color: blue;
    color: white;
    font-size: 1.2vmax;
    font-family: Garamond;
    padding: 0.5vmax 0.5vmax 0.5vmax 0.5vmax;
    border-radius: 0.5vmax;
    cursor: pointer;
}

.paranum{
    text-align: center;
    font-size: 1.2vmax;
    font-family: Garamond;
    width: 20%;
    height:max-content;
}

.btnone{
    background-color: blue;
    color: white;
    font-size: 1vmax;
    cursor: pointer;
    font-family: Garamond;
    padding: 0.5vmax 0.5vmax 0.5vmax 0.5vmax;
    border-radius: 0.5vmax;
}

#atitle{
    width: 60%;
}

#terms{
    display: flex;
    flex-direction: column;
    width: 90%;
}

#terms h4{
    color: rgb(235, 209, 17);
    font-family: Garamond;
    font-size: 1.2vmax;
    margin-bottom: 0%;
}

#terms ol{
    color: grey;
    font-size: 1vmax;
    line-height: 1.5vmax;
    font-family: Garamond;
}
.it{
    margin-top: 0.25vmax;
    margin-bottom: 0.25vmax;
}
.it a{
    text-decoration: none;
    color: white;
}

#insterm{
    color: white;
    font-size: 1vmax;
    font-family: Garamond;
    margin-bottom: 3%;
}

#insterm a{
    color: blue;
}

#errbox{
    display:none;
    font-size: 0.8vmax;
    font-family: Garamond;
    color: red;
    margin-top: 0%;
    margin-bottom: 2.5%;
}

#btntwo{
    background-color: blue;
    color: white;
    cursor: pointer;
    margin-bottom: 1%;
    padding: 0.5vmax 0.5vmax 0.5vmax 0.5vmax;
    border-radius: 0.5vmax;
    font-size: 1.2 vmax;
    font-family: Garamond;
}

/*Admin Login-------------------------------------------*/
#admindiv{
    width: 100%;
    height: 100%;
}

#admindivone{
    width: 80%;
}

#adminlog{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
    padding-bottom: 10%;
}

#adminlog h2{
    color: rgb(235, 209, 17);
    font-size: 2.5vmax;
    font-family: Garamond;
    font-weight: bold;
}

#adminbtn{
    background-color: blue;
    color: white;
    padding: 2% 2% 2% 2%;
    font-size: 1.5vmax;
    font-family: Garamond;
    font-weight: bold;
    cursor: pointer;
}

#admindiv{
    /*width: 100%;*/
    height: 100%;
}

#admindivone{
    width: 100%;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
}

#datatab{
    padding-top: 5%;
    padding-bottom: 5%;
}

#tabledata{
    margin-left: auto;
    margin-right: auto;
    border-color: white;
    border-width: 0.4vmax;
    color: white;
    font-size: 1.2vmax;
    font-family: Garamond;
}

/*-------------------------Smart statistics-------------------------------*/
#manual{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#ssheading{
    font-size: 2vmax;
    color: rgb(235, 209, 17);
    margin-bottom: 2%;
    text-align: center;
}

#manualcontent blockquote{
    width: 100%;
    margin-left: 0%;
    color: white;
    line-height: 2.5vmax; 
    font:bold; 
    font-family: Garamond; 
    font-size: 1.5vmax;
    letter-spacing: 0.1vmax; 
    word-spacing: 0.1vmax;
}

#manualcontent blockquote img{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

#manualcontent blockquote a{
    color: blue;
    cursor: pointer;
}

#footnote p{
    color: rgb(235, 209, 17);

    float: right;
    font-size: 1.5vmax;
    font-family: Garamond;
}

#smbtns{
    display: flex;
    justify-content: center;
}

.smBtn{
    padding: 1vmax 1vmax 1vmax 1vmax;
    font-size: 1vmax;
    color: white;
    background-color: blue;
    border-radius: 1.5vmax;
    cursor: pointer;
}

#upgradeBtn{
    margin-left: 2vmax;
}

/*-------------------------------solar system-----------------------*/

/*-------------------------solar system-----------------------------*/
#solarbtns{
    display: flex;
    justify-content: center;
}
#solarappbtn, #solarlogbtn{
    padding: 1vmax 1vmax 1vmax 1vmax;
    font-size: 1vmax;
    color: white;
    background-color: blue;
    border-radius: 1.5vmax;
    cursor: pointer;
}
/*------------------------------Subscription------------------------*/

#plandiv{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#planheading{
    text-align: center;
    margin-bottom: 5%;
    margin-top: 8%;
}

#planheading h3{
    font-size: 2.5vmax;
    color: rgb(235, 209, 17);
    margin-bottom: 2%;
}

#plans{
    display: flex;
    justify-content: space-between;
}

#plans .paygates{
    border: 0.2vmax solid grey;
    background-color: whitesmoke;
    margin-right: 1%;
    margin-left: 1%;
    display: flex;
    flex-direction: column;
    border-radius: 1.5vmax;
}

.paytitle{
    text-align: center;
}

.paytitle h5{
    font-weight: bold;
    font-family: Garamond;
    font-size: 1.6vmax;
}

.paygates div{
    border-bottom: 0.2vmax solid grey;

}

.paygates p{
    font-size: 1vmax;
    padding-left: 2%;
    padding-right: 2%;
}

.paybtn{
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    border: none !important;
}

.paybtn input{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    margin-bottom: 4%;
    border-radius: 0.5vmax;
    background-color: blue;
    font-size: 1vmax;
    color: white;
    padding: 0.2vmax 0.2vmax 0.2vmax 0.2vmax;
    font-family: Garamond;
    cursor: pointer;
}

/*----------------------------pay php-------------------------------*/
.contain{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.row {
    text-align: center;
    margin-top: 20%;
}

.row h3{
    color: rgb(235, 209, 17);
    font-family: Garamond;
    font-size: 3vmax;
    font-weight: bold;
}

#rzp-button1{
    background-color: blue;
    color: white;
    padding: 1vmax 1vmax 1vmax 1vmax;
    font-family: Garamond;
    font-size: 1.2vmax;
    font-weight: bold;
    border-radius: 1.5vmax;
    cursor: pointer;
}
/*-------------------------verify php------------------------------*/

#paystat{
    color: rgb(235, 209, 17);;
}

#payid{
    color: white;
}

/*--------------tensile.php------------------------------------------*/
#errdiv{
    width: 90;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: none;
}
#errpar{
    color: #FF0000;
    font-size: 1vmax;
    font-family: Garamond;
}

/*--------------------------review box-------------------------------*/
#reviews{
    display: flex;
    margin-top: 5%;
    align-items: center;

}

#comment, #rlike, #rshare{
    margin-left: 0.5%;
    margin-right: 0.5%;
    color: white;
    background-color: blue;
    font-size: 1.2vmax;
    font-family: Garamond;
    padding: 0.5vmax 0.5vmax 0.5vmax 0.5vmax;
    border-radius: 0.5vmax;
    cursor: pointer;
}

/*------------------loading css-------------------------------------*/
.lds-hourglass {
    /*display: inline-block;
    position: relative;*/
    /*margin-bottom: 0.5vmax;
    margin-top: 0.5vmax;*/
    /*width: 0.5%;
    height: 0.5%;*/
  }
  .lds-hourglass {
    

    /*border-width: 0.6vmax;
    border-style: solid;
    border-color: black;*/
    /*border: 0.6vmax solid black;
    border-color: black transparent black transparent;
    animation: lds-hourglass 1.2s infinite;*/
  }
  @keyframes lds-hourglass {
    0% {
      transform: rotate(0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
      transform: rotate(900deg);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
      transform: rotate(1800deg);
    }
  }
  
/* Legal--------------------------*/
#legalbtns{
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    padding-top: 2%;
}

#legalbtns input{
    width: 50%;
    padding: 2vmax 2vmax 2vmax 2vmax;
    font-size: 1.5vmax;
    font-family: Garamond;
    font-weight: bold;
    cursor: pointer;
}

#legalcont{
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

#legalcont blockquote h1{
    text-align: center;
    padding-bottom: 3%;
    font-size: 2.5vmax;
    font-family: 'Times New Roman', Times, serif;
}

#legalcont blockquote p{
    word-spacing: 0.3vmax;
    font-size: 1.2vmax;
    font-family: Consolas;
}

#legalcont blockquote h2{
    font-size: 1.5vmax;
    font-family: 'Times New Roman', Times, serif;
}

#legalcont blockquote a{
    word-spacing: 0.3vmax;
    font-size: 1.2vmax;
    font-family: Consolas;
}

#legalcont blockquote ol li{
    word-spacing: 0.3vmax;
    font-size: 1.2vmax;
    font-family: Consolas;
}

/*--------------------------contact page----------------------------*/
#aboutdiv{
    display: flex;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#aboutdiv blockquote h1{
    color: rgb(235, 209, 17);
    font-size: 2.5vmax;
    font-family: Garamond;
    text-align: center;
    padding-bottom: 4%;
}

#aboutdiv blockquote p{
    text-align: center;
    color: white;
    font-size: 1.5vmax;
    font-family: Garamond;
    word-spacing: 0.1vmax;
    line-height: 2vmax;
    letter-spacing: 0.1vmax;
}

#aboutdiv blockquote p a{
    color: blue;
}

/*---------------------------mobile view----------------------------*/
@media only screen and (max-device-width: 760px) {
    .content{
        width: 100%;
    }

    #formdiv{
        width: 98%;
    }

    .slider1 section #postimg{
        width: 100%;
    }
    #title{
        right: 0.7vmax;
        left: 0.7vmax;
        top: 0.1vmax;
        line-height: 1.5vmax;
    }
    #title a{
        color: black;
        text-shadow: 0.005vmax 0.005vmax white;
        font: bold 1vmax Garamond;
        line-height: 0.1vmax;
    }
    #postinfo{
        top: 60%;
         line-height: 1.8vmax;
    }
    #postinfo ul{
        margin-top: 0px;
        padding-left: 0.1vw;
        padding-right: 0.1vw;
        
    }
    #postinfo ul li{
        margin-left: 0.05vw;
        margin-right: 0.05vw;
        margin-bottom: 0.05vw;
    }
    #postinfo ul li .posticon{
        width: 0.8vmax;
        height: 0.8vmax;
        margin-right: 0.4vmax;
    }
    #postinfo ul li a{
        font: bold 0.8vmax Garamond;
        text-shadow: 0.001vmax 0.001vmax #070606;
    }
    
    #postinfo ul li #proceedbtn #proceedicon{
        width: 1vmax;
        height: 1vmax; 
    }
    
    #modal{
        width: 100%;
    }
    #schresult{
        
    }
    .nav-links{
       
        left: 2%;
        right: 2%;
        
    }
    #aboutdiv{
        
        width: 100%;
        
    }
}
