* {
    margin: 0;
    padding: 0;
    font-family: arial;
    text-decoration: none;
}

html {
    font-size: calc(100vw / 83)
}

body {}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

a {
    color: black;
}

.side-nav,
.sec-nav {
    display: none;
}

.upper-nav {
    position: relative;
    z-index: 50;
    height: 3.2rem;
    box-shadow: 0.5px 0.5px 2px #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.9);
}

.desk-logo {
    position: relative;
    top: -3px;
    left: 1rem;
    overflow: hidden;
    height: 2.9rem;
}

.desk-logo img {
    height: 100%;
}

.pop-login {
    height: 100vh;
    width: 100vw;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 110vw;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hide-login {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.hidden-login {
    top: 0;
    position: absolute;
    z-index: 105;
    width: 100vw;
    height: 100%;
}

.form {
    width: 0;
    overflow: hidden;
    position: relative;
    z-index: 110;
    top: -3rem;
    background-color: #fff;
    border-radius: 10px;
    padding: 1.9rem 20px;
    font-size: 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.box-big {
    width: 30vw;
    background-color: #fff;
}

.form input {
    width: 85%;
    height: 2rem;
    padding: 2px 8px;
    margin-top: 1.4rem;
    border-radius: 3px;
    outline: 0;
    border: 0.001em solid;
    box-sizing: border-box;
}

.form div {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 13px;
}

.form label {
    margin-left: 7.5%;
    margin-top: 1.1rem;
    margin-bottom: -12px;
    font-size: 16px;
    align-self: flex-start;
}

.form div .confirm {
    width: 13px;
    margin-right: 7px;
}

.eye {
    position: relative;
}

.eye input {
    width: 100%;
}

.eye i {
    position: absolute;
    top: 2rem;
    right: 8px;
}

.eye i:nth-child(2) {
    display: none;
}
.condition{
    margin-top: 1.2rem;
}
.condition :first-child{
    position: relative;
    top: 0rem;
    margin-top: 0;
}
.form button {
    margin-top: 0.3rem;
    width: 85%;
    height: 35px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: 0.1px solid blue;
    border-radius: 5px;
    background-color: rgb(32, 131, 231);
}

.noacc {
    margin-top: 0.4rem;
    font-size: 10px;
}

.noacc span {
    color: blue;
}

.menu {
    margin-right: 1%;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}

.page {
    position: relative;
    margin: 0 10px;
}

.page i {
    position: relative;
    top: 1px;
}

.page-box {
    position: absolute;
    right: 0;
    margin: -100vw 0;
    padding: 20px 25px;
    font-size: 1rem;
    background-color: #fff;
    border: 0.5px solid #aaa;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.page:nth-child(4) {
    padding: 0.4rem 0.9rem;
    border: 1px solid;
    border-radius: 1.2rem;
    color: #fff;
    font-weight: 500;
    border: 0.5px solid blue;
    background-color: rgb(32, 131, 231);
}

.back-wall {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    overflow: hidden;
}

.back-wall img {
    width: 100%;
}

.site-intro {
    position: relative;
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
}

.intro {
    /* border: 1px solid #ccc; */
    width: 45vw;
    height: 100%;
    text-align: center;
    /* center class */
    flex-direction: column;
}

.intro h1 {
    font-size: 2.4rem;
    width: 80%;
}

.intro h2 {
    margin-top: 5px;
    font-size: 1.95rem;
    color: blueviolet;
}

.intro span {
    position: relative;
    width: 32rem;
    top: 10px;
    font-size: 1.2rem;
    color: darkslateblue;
}

.site-intro img {
    width: 40vw;
    /* border: 1px solid #ccc; */
}

.offer-heading {
    margin: 30px 0px;
    flex-direction: column;
}

.offer-heading p {
    font-size: 2.1rem;
    font-weight: bold;
}

/* ----- Support Menu Starts ----- */
.support {
    padding: 0 2%;
    padding-bottom: 2rem;
    box-sizing: border-box;
    width: 100vw;
    display: flex;
    justify-content: space-around;
    /* border: 1px solid; */
}

.features span {
    font-size: 2.2rem;
    font-weight: bold;
}

.features {
    width: 37%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 2rem;
    font-size: 1.2rem;
}

.points {
    display: flex;
    column-gap: 0.5rem;
}

.points i {
    color: green;
}

.support img {
    width: 40%;
}

/* ----- Support Menu Ends ----- */