:root {
    --bg-col-1: #604C85;
    --text-col-1: #292d39;
    --text-col-2: #4CCFD3;
    --text-col-3: #f116ea;
}

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

ul {
    list-style: none;
}

.font-myr-reg {
    font-family: Arial;
    font-weight: 400;
}

.font-ari-reg {
    font-family: Arial;
    font-weight: 400;
}

.font-ari-med {
    font-family: Arial;
    font-weight: 500;
}

.font-ari-bd {
    font-family: Arial;
    font-weight: 700;
}



/*=====================
     Common css ends 
==================*/

/*=====================
   Import Font Css Start
==================*/

@font-face {
    font-family: "myriad-pro-reg";
    src: url(../fonts/MYRIADPRO-REGULAR.OTF);
}

/*====================
  Import Font Css Ends
  ==================*/

.header {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header .header-menu ul li {
    margin-right: 25px;
}

.header .header-menu ul li:last-child {
    margin-right: 0;
}

.header .header-menu ul li a {
    font-size: 16px;
    color: var(--text-col-1);
}

.header .header-menu ul li a.active {
    color: var(--text-col-2);
}


.sidenav {
    width: 300px;
    height: 100%;
    position: fixed;
    z-index: 1;
    margin-left: -150%;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: #111;
    overflow-x: hidden;
    transition: all linear 1s;
    padding-top: 60px;
    -webkit-transition: all linear 1s;
    -moz-transition: all linear 1s;
    -ms-transition: all linear 1s;
    -o-transition: all linear 1s;
}

.sidenav a {

    font-weight: 500;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav a.discord-btn,
.sidenav button.discord-btn {
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    border: 0;
    color: #fff;
    padding: 10px 15px;
    font-weight: 700;
    background: linear-gradient(180deg, #5662F6 0%, #3A47DE 100%);
    border-radius: 5px;
    margin-left: 32px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.sidenav a.discord-btn img,
.sidenav button.discord-btn img {
    margin-right: 10px;
}

.sidenav a.active {
    color: var(--text-col-2);
}

.mySidenav {
    margin-left: 0;
}


/* .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
} */

footer {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    z-index: 999;
}

footer p {
    color: #000;
    font-size: 18px;
}

/*=====================
    Contact Page Starts
  ==================*/

.contact .banner {
    position: relative;
    z-index: 1;
}

.contact .banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: var(--text-col-1);
    z-index: -1;
}

.contact .banner .banner-left {
    background: var(--text-col-1);
    padding: 0 50px;
    padding-top: 25px;
    height: 100%;
}

.contact .banner .banner-left .small-menu {
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    background: var(--bg-col-1);
    padding: 6px 10px;
    border-radius: 5px;
}

.contact .banner .banner-left .banner-left-top {
    padding-bottom: 150px;
}

.contact .banner .banner-right {
    padding: 0 20px;
    padding-top: 250px;
    padding-bottom: 30px;
    /* position: relative; */
}

.contact .banner .banner-right::after {
    content: '';
    position: fixed;
    top: 90px;
    width: 100%;
    height: 300px;
    left: 0;
    background: url(../images/header-bg.png)no-repeat;
    background-size: cover;
    z-index: -2;
}

/* .features .banner-left-bottom-list ul li span */
.contact .banner .banner-right .banner-right-form {
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .banner .banner-right .banner-right-form h3 {
    color: var(--text-col-1);
    font-size: 24px;
}


/*=====================
    Contact Page Ends
  ==================*/

/*=====================
    Demo Page Starts
  ==================*/

.demo .banner-left-bottom-heading h3 {
    font-size: 24px;
}

.demo .banner .banner-right {
    padding-left: 70px;
}


/*=====================
    Demo Page Ends
  ==================*/


/*=====================
  Features Page Starts
  ==================*/

.features .banner-left-bottom-heading i {
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    background: var(--bg-col-1);
    padding: 6px 10px;
    border-radius: 5px;
}

.features .banner-left-bottom-list {
    padding-top: 25px;
}

.features .banner-left-bottom-list ul li a {
    color: #fff;
    font-size: 14px;
    background: none;
    border: none;
    cursor: pointer;
}

.features .banner-left-bottom-list ul li a.active {
    color: var(--text-col-2);
}

.features .banner-right {
    padding-left: 70px !important;
    padding-right: 70px !important;
    padding-bottom: 220px !important;
}

.features .banner-right .banner-right-heading-text h1 {
    font-size: 90px;
    background: -webkit-linear-gradient(#4ecdd3, #ef18ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.features .banner-right .banner-right-heading-text p {
    font-size: 17px;
    line-height: 20px;
    color: var(--text-col-1);
    padding-right: 15px;
    margin-bottom: 40px !important;
}

.features .banner-right .banner-right-box {
    padding: 30px 20px;
    background: #ADE9EB;

}

.features .banner-right .banner-right-box p {
    font-size: 23px;
    line-height: 28px;
    color: var(--bg-col-1);
}

.features .banner-right .banner-right-box p span {
    font-size: 28px;
    color: var(--text-col-3);
    text-shadow: 2px 0px 2px #292d39;
}


/*=====================
    Features Page Ends
  ==================*/


/*=====================
    Index Page Starts
  ==================*/

.home .banner {
    overflow: hidden;
}




.home .banner-left-bottom h3 {
    font-size: 24px;
    margin-bottom: 20px !important;
}

.home .banner-left-bottom h1 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 25px !important;
}

.home .banner-left-bottom p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px !important;
}

.home .banner-left-bottom a {
    font-size: 22px;
}

.home .banner-right {
    padding-bottom: 220px !important;
}

.home .banner-right h1 {
    font-size: 110px;
    color: var(--text-col-3);
    margin-top: 20px;
    background: linear-gradient(90deg, #F116EA 0%, #F116EA00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.18);
}

.home .banner-right p {
    font-size: 18px;
    line-height: 24px;
}

.home .banner .banner-right::after {
    content: '';
    position: absolute;
    top: 10%;
    width: 100%;
    height: 100%;
    left: 33%;
    background: url(../images/home-bg.png)no-repeat;
    background-size: contain;
    z-index: -6;
}

/*=====================
    Index Page Ends
  ==================*/