.float,
.social {
    position: fixed
}

nav,
nav ul {
    display: flex
}

.social ul,
nav ul li {
    list-style: none
}

#banner,
nav ul li .navbtn:hover,
nav ul li a:hover {
    background-color: var(--main-col)
}

.content,
.float,
.social ul li i {
    text-align: center
}

* {
    font-family: Poppins, sans-serif
}

:root {
    --web-col: #fff;
    --main-col: #0e1d3e;
    --menu-col: #252525;
    --card-col: #111;
    --hover-col: linear-gradient(0deg, #313131, #545454);
    --hover-bg-col: #1d1d1d;
    --but-col: linear-gradient(25deg, #BF953F, #ead26e, #f0dc77, #d3b151, #AA771C)
}

body {
    background: #111 !important
}

a {
    color: #fff !important;
    text-decoration: none !important
}

a:hover {
    color: #fff
}

#banner {
    padding: 20px 0
}

.p-10 {
    padding: 10px
}

.p-4 {
    padding: 4px
}

.b-r {
    border-radius: 21px
}

img {
    height: 100%;
    width: 100%
}

.w-5 {
    width: 5% !important
}

.w-10 {
    width: 10% !important
}

.w-20 {
    width: 20% !important
}

.w-35 {
    width: 35% !important
}

.w-40 {
    width: 70% !important
}

.w-90 {
    max-width: 90% !important
}

.dropdown-content {
    left: -529px !important;
    background-color: #000 !important
}

.float {
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100
}

.my-float {
    margin-top: 16px
}

.event-qmenu {
    display: flex !important;
    align-items: center
}

.event-qmenu[data-v-b13f313c] {
    animation: 1.8s infinite aqm-data-v-b13f313c;
    bottom: 10px;
    -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .8));
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .8));
    left: 0;
    min-height: auto !important;
    position: fixed;
    transition: .3s;
    width: 110px;
    z-index: 21
}

@keyframes aqm-data-v-b13f313c {
    0%,
    100% {
        -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .8));
        filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .8))
    }
    55% {
        -webkit-filter: drop-shadow(0 2px 6px #be29ec);
        filter: drop-shadow(0 2px 6px #be29ec)
    }
    70% {
        -webkit-filter: drop-shadow(0 2px 6px #ffd065);
        filter: drop-shadow(0 2px 6px #ffd065)
    }
}

.event-qmenu .handle[data-v-b13f313c] {
    bottom: 0;
    cursor: pointer;
    position: relative;
    right: 0;
    width: 30px
}

.event-qmenu .handle[data-v-b13f313c]:after {
    speak: none;
    color: #fff;
    content: url(images/gift/play-solid.svg);
    font-family: element-icons !important;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: 4px;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 3px #cb8d00;
    text-transform: none;
    top: 50%;
    transform: translateY(-55%) rotate(180deg);
    width: 16px
}

.event-qmenu.menu-close[data-v-b13f313c] {
    transform: translateX(-83px)
}

.event-qmenu .cont[data-v-b13f313c] {
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    border: 3px solid #be29ec;
    border-bottom-right-radius: 15px;
    border-left: 0;
    border-top-right-radius: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 103px;
    padding: 10px;
    width: 80px
}

.event-qmenu .cont .event-item[data-v-b13f313c] {
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px 0;
    position: relative;
    transition: .3s;
    width: 60px
}

.event-qmenu .cont .event-item img[data-v-b13f313c] {
    display: block;
    max-height: 100%;
    max-width: 100%
}

.event-qmenu .cont .event-item img[data-v-b13f313c]:hover {
    transform: scale(1.1);
    transition: .3s
}

.social {
    display: none !important;
    top: 30%;
    display: flex;
    flex-direction: column;
    background-color: transparent
}

.social ul {
    padding: 0;
    transform: translateX(-270px)
}

.social ul li {
    display: block;
    margin: 5px;
    background: rgba(0, 0, 0, .5);
    width: 300px;
    text-align: right;
    padding: 10px;
    border-radius: 0 30px 30px 0;
    transition: 1s
}

.social ul li:hover {
    transform: translateX(110px)
}

.social ul li#twitter:hover {
    background-color: #1da1f2
}

.social ul li#facebook:hover {
    background-color: #3a559f
}

.social ul li#instagram:hover {
    background-color: #c11a76
}

.social ul li a {
    color: #fff;
    text-decoration: none
}

.social ul li i {
    color: #000;
    margin-left: 16px;
    background: var(--but-col);
    padding: 9px;
    border-radius: 50%;
    width: 39px;
    font-size: 20px;
    transform: rotate(0)
}

.social ul li:hover i {
    transform: rotate(360deg);
    transition: 1s
}

nav {
    height: 80px;
    background: #000;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    box-shadow: 0 0 8px var(--nav-sha);
    z-index: 1000;
    color: #fff
}

nav .menu-btn i {
    color: #fff8e6;
    color: var(--nav-col);
    font-size: 25px;
    cursor: pointer;
    display: none
}

#click {
    display: none
}

nav ul {
    align-items: center;
    margin-bottom: 0
}

nav ul li {
    margin: 0 5px
}

nav ul li .navbtn {
    color: #be29ec;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 10px;
    border-radius: 5px;
    transition: .3s
}

nav ul li a {
    border-radius: 62px;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    display: block;
    padding: 5px;
    background: var(--hover-bg-col)
}

nav ul li a:hover {
    color: #fff;
    text-decoration: none
}

nav ul li i {
    padding-right: 20px
}

nav .logo {
    width: 135px
}

@media(max-width:700px) {
    nav .menu-btn i,
    nav ul,
    nav ul li a {
        display: block
    }
    nav ul,
    nav ul li .navbtn {
        width: 100%
    }
    nav .menu-btn {
        position: absolute;
        display: none
    }
    #click:checked~.menu-btn i:before {
        content: "\f00d"
    }
    nav .logo {
        width: 142px;
        margin: 0 0 0 -38px
    }
    nav ul {
        top: 80px;
        left: -110%;
        background-color: var(--nav-sha);
        height: auto;
        box-shadow: -1px 5px 5px var(--nav-sha);
        transition: .3s;
        padding: 10px;
        display: flex;
        background-color: var(--menu-col);
        justify-content: center;
        position: absolute
    }
    #click:checked~ul {
        left: 0
    }
    nav ul li {
        margin: 12px 20px;
        list-style: none
    }
    nav ul li a {
        font-size: 20px;
        width: 50px
    }
    .supportive-team .content p {
        padding: 0 !important;
        text-align: justify !important
    }
    .footer-contant ul li,
    .footer-contant ul li a {
        font-size: 14px !important
    }
}

@media(max-width:500px) {
    nav ul li {
        margin: 11px 5px
    }
    nav ul li a {
        width: 45px
    }
}

@media(max-width:420px) {
    nav ul li {
        margin: 11px 5px
    }
    nav ul li a {
        width: 45px
    }
}

.content {
    color: #fff;
    padding: 25px
}

.content .con-head {
    position: relative;
    padding: 10px;
    background-image: linear-gradient(45deg, #be29ec, #efaa17, transparent);
    color: transparent;
    -webkit-background-clip: text
}

.cont-par {
    padding: 20px;
    margin-top: 10px
}

.footer-up .footer-img {
    width: 110px;
    padding: 10px
}