/*Default css*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Futura PT Extra';
    background: #58318c !important;
}
@font-face {
    font-family: 'Futura PT Extra';
    src: url('../font/FuturaPT-ExtraBold.woff2') format('woff2'),
        url('../font/FuturaPT-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Default CSS */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
span,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

p a {
    background: transparent !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

a {
    outline: none !important;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
.border1{
    border-bottom: 19px solid #FFDAB8;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
}
mark {
    background-color: #A7F4F6;
    color: #555;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    outline: none !important;
}

input {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/* Start all css */
.main_area_design{
    background: #58318C;
    overflow: hidden;
    position: relative;
}
.main{
    max-width:972px;
    width:100%;
    margin:0 auto;
}
.main img{
    width: 100%;
}
.fx_content{
    width: 507px;
    margin: 0 auto;
    margin-top: -19px;
    position: relative;
    z-index: 9;
}
.fx_content p{
    font-size: 32px;
    color: #FFF;
    line-height: 43px;
}
.fx_content p span{
    color: #BB91F5;
    display: inline-block;
}
.fx_content p span span:nth-child(2){
    font-size: 24px;
    margin: 0 8px;
}
.fx_content p span span:nth-child(3){
    font-size: 18px;
}
.fx_content ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 51px;
}
.fx_content ul li{
}
.fx_content ul li a{
    border: 1px solid #707070;
    color: #6AB221;
    width: 242px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFF;
    font-size: 32px;
    line-height: normal;
    -webkit-box-shadow: 0 3px 0 #3E2364;
            box-shadow: 0 3px 0 #3E2364;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.fx_content ul li:first-child a{ 
    background: #FFF;
    color: #6AB221;;
}
.fx_content ul li:hover a{
    background: #5E9F1D;
    color: #FFF;
}

.bottom_con{
    padding-top: 47px;
    margin-bottom: 70px;
}
.bottom_con h4{
    font-size: 32px;
    color: #ABE3FF;
    text-align: center;
}
.bottom_con h4 span{
    color: #2DA9E8;
}
.bottom_con h4 a{
    color: #64CCF4;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.bottom_con h4 a:hover{
    color: #abe3ff;
}
.footer_con{
    position: fixed;
    width: 100%;
    bottom: 18px;
}
.footer_items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    bottom: -5px;
    width: 100%;
    z-index: 99999999999;
}
.footer_items a{
}
.footer_items img{
    height: 100px;
    width: auto;
}
.opactiy{
    z-index: 0;
}
.chat{
    position: absolute;
    background: url(../img/chat.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    max-width: 345px;
    width: 100%;
    right: 5%;
    bottom: 27%;
    background-size: 100% 100%;
    padding: 45px 80px 60px 37px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    z-index: 9999999999999999;
}
.chat p{
    font-size: 20px;
    color: #A0A0A0;
    line-height: 26px;
    margin-bottom: 30px;
}

.a2a_count
{
    display: block !important;
}


/* All Responsive css */

@media all and (max-width:1599px){
    .main {
        max-width: 709px;
    }
    .fx_content p {
        font-size: 28px;
        line-height: 35px;
    }

    .fx_content {
        width: 423px;
    }
    .fx_content ul li a {
        width: 205px;
        height: 58px;
        font-size: 28px;
    }
    .bottom_con h4 {
        font-size: 28px;
    }
    .chat p {
        font-size: 19px;
    }
}


@media all and (max-width:1365px){
    .fx_content {
        width: 331px;
    }
    .fx_content p {
        font-size: 22px;
        line-height: normal;
    }
    .fx_content ul li a {
        width: 157px;
        height: 43px;
        font-size: 22px;
    }
    .fx_content ul {
        padding-top: 13px;
    }
    .bottom_con h4 {
        font-size: 21px;
        margin-top: -14px;
    }
    .footer_items img {
        height: 72px;
        width: auto;
    }
    .chat p {
        font-size: 16px;
        line-height: normal;
    }
    .chat {
        max-width: 322px;
        padding: 41px 70px 47px 29px;
    }
    .footer_con {
        border-bottom: 10px solid #FFDAB8;
    }
    .fx_content {
        margin-top: -33px;

    }
    .main {
        max-width: 549px;
    }
}


@media all and (max-width:992){
    .main img {
        width: 80%;
    }
    .main a {
        display: block;
        text-align: center;
    }
}
@media all and (max-width:575px){
    .fx_content {
        width: 292px;
        margin-top: 0;
    }
    .fx_content p {
        font-size: 20px;
        margin-bottom: 29px;
    }
    .fx_content ul li a {
        width: 142px;
        height: 41px;
        font-size: 19px;
    }
    .fx_content p span span:nth-child(2) {
        font-size: 18px;
        margin: 0 8px;
    }

    .fx_content p {
        font-size: 22px;
        margin-bottom: 29px;
    }
    .chat {
        max-width: 283px;
        padding: 41px 70px 47px 29px;
    }
    .main_area_design{
        
        height:100vh;
    }
}