/* ====================================
            common css start
==================================== */
*{
    margin: 0;
    padding: 0;
}

a,a:hover,a:focus{
    text-decoration: none;
}

ul,ol{
    list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}

.clr{
    clear: both;
}
.title{
    text-align: center;
}
.title h3{
    font-family: 'Anton', sans-serif;
    font-size: 48px;
    font-weight: 400;
    background: -webkit-linear-gradient(bottom,#fcb125 0%, #e07f1f 51%, #f6a100 54%) !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    filter: drop-shadow(0 0 0.75rem#6b0686);
    margin-bottom: 60px;
}
/* ====================================
            common css end
==================================== */



/* ====================================
         nav part css start
==================================== */
nav{
    position: absolute !important;
    top: 0;
    left: 0;
    padding: 0 !important;
    width: 100%;
}
nav .navbar-brand{
    padding: 0;
}
nav ul li{
    display: flex;
    align-self: center;
    margin-right: 30px;
}
nav ul li a{
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #944bff;
    margin-top: 30px;
    transition: .4s;
}
nav ul .active a{
    color: #ff39dc;
}
nav ul li a:hover{
    color: #ff39dc;
}
nav .buttons a{
    display: inline-block;
    font-family: 'Anton', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    background-image: linear-gradient(#944bff, #6016cf);
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 20px;
    text-shadow: 4px 4px 2px rgb(51, 49, 63);
    box-shadow: 0px 6px #3a0090;
    margin-top: 23px;
    transition: .4s;
}
nav .buttons .btn1{
    margin-left: 40px;
}
nav .buttons a:hover{
    background-image: linear-gradient(#f533d2, #b20890);
    box-shadow: 0px 6px #661355;
}
/* ====================================
         nav part css end
==================================== */



/* ====================================
         banner part css start
==================================== */
#banner-part{
    background: #150035;
    padding: 150px 0;
}
#banner-part .img img{
    width: 100%;
    height: 100%;
    margin-left: -45px;
}
#banner-part .text{
    margin-top: 30px;
}
#banner-part .text h5{
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: -50px;
    margin-top: 45px;
}
#banner-part .text h1{
    font-family: 'Anton', sans-serif;
    font-size: 331px;
    background: -webkit-linear-gradient(#fcb125 45%, #e07f1f 48%, #f6a100 85%) !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    filter: drop-shadow(0 0 0.75rem#6b0686);
}
#banner-part .text p{
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 450px;
    margin-top: -50px;
}
#banner-part .text .button{
    text-align: center;
}
#banner-part .text a{
    display: inline-block;
    font-family: 'Anton', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    background-image: linear-gradient(#9647f7, #6116cf);
    padding: 15px 30px;
    border-radius: 5px;
    margin-right: 20px;
    text-shadow: 4px 4px 2px rgb(51, 49, 63);
    box-shadow: 0px 6px #3a0090;
    margin-top: 23px;
    transition: .4s;
}
#banner-part .text a:hover{
    background-image: linear-gradient(#f533d2, #b20890);
    box-shadow: 0px 6px #661355;
}
/* ====================================
         banner part css end
==================================== */


/* ====================================
         related part css start
==================================== */
#related-part{
    background: #0b001b;
    padding-bottom: 100px;
}

#related-part .top{
    padding: 0;
    filter: drop-shadow(0px 7px 0px #2e036e);
}
#related-part .top .left{
    padding-top: 39px;
    padding-bottom: 38px;
    margin-top: 5px;
    -webkit-box-shadow: inset 39px 17px 44px -21px#9e4efc;
    -moz-box-shadow: inset 39px 17px 44px -21px #9e4efc;
    box-shadow: inset 39px 17px 44px -21px#9e4efc;
    
}
#related-part .top .middle{
    -webkit-box-shadow: inset 39px 17px 44px -21px#9e4efc;
    -moz-box-shadow: inset 39px 17px 44px -21px #9e4efc;
    box-shadow: inset 39px 17px 44px -21px#9e4efc;
    padding-top: 50px;
    padding-bottom: 35px;

}
#related-part .top .right{
    padding-top: 68px;
    padding-bottom: 25px;
    margin-top: -4px;
    -webkit-box-shadow: inset 39px 17px 44px -21px#9e4efc;
    -moz-box-shadow: inset 39px 17px 44px -21px #9e4efc;
    box-shadow: inset 39px 17px 44px -21px#9e4efc;
}

#related-part .item{
    background-image: linear-gradient(#6117cf, #651ad3, #6318d1, #661bd3);
    text-align: center;
    filter:(16px 16px 10px #2e036e);
    transform: translateY(-50%);
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
    
}
#related-part .item1{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#related-part .item3{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#related-part .item h2{
    font-family: 'Anton', sans-serif;
    font-size: 50px;
    /* text-shadow: 4px 4px 2px rgb(51, 49, 63); */
    background: -webkit-linear-gradient(#fcb125 45%, #e07f1f 48%, #f6a100 85%) !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    filter: drop-shadow(0 0 0.75rem#6b0686);
}
#related-part .item h3{
    font-family: 'Anton', sans-serif;
    font-size: 32px;
    color: #fff;
    text-shadow: 4px 4px 2px rgb(51, 49, 63);
}
#related-part .item p{
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #fff;
}
#related-part .img{
    position: relative;
    
}
#related-part .img img{
    width: 100%;
}
#related-part .img .overlay{
    width: 100%;
    height: 0;
    background: rgb(0, 0, 0,.7);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: .4s;
}
#related-part .img .overlay h3{
    font-family: 'Anton', sans-serif;
    font-size: 24px;
    color: #fff;
    margin-top: 45%;
}

#related-part .img .overlay a{
    display: inline-block;
    font-family: 'Anton', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    background-image: linear-gradient(#9647f7, #6116cf);
    padding: 15px 30px;
    border-radius: 5px;
    text-shadow: 4px 4px 2px rgb(51, 49, 63);
    box-shadow: 0px 6px #3a0090;
    margin-top: 23px;
    transition: .4s;
}
#related-part .img:hover .overlay{
    height: 100%;
    opacity: 1;
}
#related-part .img .overlay a:hover{
    background-image: linear-gradient(#f533d2, #b20890);
    box-shadow: 0px 6px #661355;
}
#related-part .extra{
    display: none;
}
/* ====================================
         related part css end
==================================== */

/* ====================================
         spin part css start
==================================== */
#spin-part .small{
    display: none;
}
#spin-part{
    background: #150035;
    padding-top: 100px;
    padding-bottom: 30px;
}

#spin-part .img img{
    width: 100%;
}
#spin-part .title{
    text-align: left;
    margin-top: 60px;
}
#spin-part .text p{
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
    width: 570px;
}
#spin-part .text a{
    display: inline-block;
    font-family: 'Anton', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    background-image: linear-gradient(#9647f7, #6116cf);
    padding: 15px 30px;
    border-radius: 5px;
    text-shadow: 4px 4px 2px rgb(51, 49, 63);
    box-shadow: 0px 6px #3a0090;
    transition: .4s;
}
#spin-part .text a:hover{
    background-image: linear-gradient(#f533d2, #b20890);
    box-shadow: 0px 6px #661355;
}
/* ====================================
         spin part css end
==================================== */


/* ====================================
         card effect part css start
==================================== */
#cardeffect-part{
    background: #1e0142;
    padding: 100px 0;
}
#cardeffect-part .title{
    text-align: right;
}
#cardeffect-part .text{
    text-align: right;
}
#cardeffect-part .text p{
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
    width: 570px;
}
#cardeffect-part .text a{
    display: inline-block;
    font-family: 'Anton', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    background-image: linear-gradient(#9647f7, #6116cf);
    padding: 15px 30px;
    border-radius: 5px;
    text-shadow: 4px 4px 2px rgb(51, 49, 63);
    box-shadow: 0px 6px #3a0090;
    margin-right: -30px;
    transition: .4s;
}
#cardeffect-part .text a:hover{
    background-image: linear-gradient(#f533d2, #b20890);
    box-shadow: 0px 6px #661355;
}
#cardeffect-part .box{
    position: relative;
    width: 197px;
    height: 280px;
}
#cardeffect-part .box .playcard{
    background: url(../images/king.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 45%;
    left: 100%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.5);
    transform-origin: bottom;
    transition: .4s;
    
}
#cardeffect-part .box .playcard:nth-child(1){
    transform: translate(0px,0px);
}
#cardeffect-part .box .playcard:nth-child(2){
    transform: translate(2px,2px);
}
#cardeffect-part .box .playcard:nth-child(3){
    transform: translate(4px,4px);
}
#cardeffect-part .box .playcard:nth-child(4){
    transform: translate(6px,6px);
}
#cardeffect-part .box .playcard:nth-child(5){
    transform: translate(8px,8px);
}
#cardeffect-part .box .playcard:nth-child(6){
    transform: translate(10px,10px);
}
#cardeffect-part .box .playcard:nth-child(7){
    transform: translate(12px,12px);
}
#cardeffect-part .box:hover .playcard:nth-child(1){
    transform: translate(0px,0px) rotate(-45deg);
}
#cardeffect-part .box:hover .playcard:nth-child(2){
    transform: translate(0px,0px) rotate(-30deg);
}
#cardeffect-part .box:hover .playcard:nth-child(3){
    transform: translate(0px,0px) rotate(-15deg);
}
#cardeffect-part .box:hover .playcard:nth-child(4){
    transform: translate(0px,0px) rotate(0deg);
}
#cardeffect-part .box:hover .playcard:nth-child(5){
    transform: translate(0px,0px) rotate(15deg);
}
#cardeffect-part .box:hover .playcard:nth-child(6){
    transform: translate(0px,0px) rotate(30deg);
}
#cardeffect-part .box:hover .playcard:nth-child(7){
    transform: translate(0px,0px) rotate(45deg);
}
/* ====================================
         card effect part css end
==================================== */


/* ====================================
         pricing part css start
==================================== */
#pricing-part{
    background: #0b001b;
    padding-top: 100px;
    padding-bottom: 150px;
}
#pricing-part .plan-item{
    background-image: linear-gradient(#9c4dfb, #8c3dee, #7125db, #6115cf, #590fc9);
    text-align: center;
    border-radius: 5px;
    position: relative;
    transition: .4s;
}
#pricing-part .plan-item .head{
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    background-image: linear-gradient(#f533d2, #b20890);
    text-shadow: 4px 4px 2px rgb(51, 49, 63);
    box-shadow: 0px 6px #661355;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px 0;
    width: 100%;
    position: absolute;
    top: -5%;
    left: 0;
    opacity: 0;
    cursor: pointer;
    transition: .4s;
    
}
#pricing-part .plan-item:hover{
    transform: translateY(30px);
}
#pricing-part .plan-item:hover .head{
    opacity: 1;
}
#pricing-part .plan-item .top{
    padding-top: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #6427b5;
}

#pricing-part .plan-item .top h3{
    font-family: 'Anton', sans-serif;
    font-size: 32px;
    color: #fff;
    text-shadow: 4px 4px 2px rgb(51, 49, 63);
}
#pricing-part .plan-item .top h4{
    font-family: 'Nunito', sans-serif;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}
#pricing-part .plan-item .top p{
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
#pricing-part .plan-item .bottom{
    padding-bottom: 50px;
}
#pricing-part .plan-item .bottom ul li{
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-top: 25px;
}
#pricing-part .plan-item .bottom a{
    display: inline-block;
    font-family: 'Anton', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    background-image: linear-gradient(#9647f7, #6116cf);
    padding: 15px 30px;
    border-radius: 5px;
    text-shadow: 4px 4px 2px rgb(51, 49, 63);
    box-shadow: 0px 6px #3a0090;
    position: absolute;
    bottom: 0%;
    left: 27%;
    transform: translateY(50%);
    transition: .4s;
}
#pricing-part .plan-item:hover .bottom a{
    background-image: linear-gradient(#f533d2, #b20890);
    box-shadow: 0px 6px #661355;
}
#pricing-part .ja{
    display: none;
}
/* ====================================
         pricing part css end
==================================== */


/* ====================================
         boot part css start
==================================== */
#boot-part{
    background: #150035;
    padding: 100px 0;
}

#boot-part .title{
    text-align: left;
}
#boot-part .left .title h3{
    font-size: 40px;
    font-weight: 400;
    margin-left: 32px;
}
#boot-part .left{
    position: relative;
}
#boot-part .left:before{
    content: "";
    position: absolute;
    bottom: -42%;
    left: 6%;
    width: 85%;
    height: 2px;
    background: #000;
    -webkit-box-shadow: 0px 7px 0px 1px #2f0a5d;
    -moz-box-shadow: 0px 7px 0px 1px#2f0a5d;
    box-shadow: 0px 1px 0px 1px #2f0a5d;
}
#boot-part .acordian-part .card{
    background: transparent;
    margin-top: 25px;
    border: 1px solid #fdb125;
}

#boot-part .acordian-part .card button{
    text-decoration: none;
    width: 100%;
    padding-top: 25px;
    
}
#boot-part .acordian-part .accordion .card button h4{
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
#boot-part .acordian-part .card button h4 i{
    margin-left: 92px;
}
#boot-part .acordian-part .card button h4 .d2{
    margin-left: 16px;
}
#boot-part .acordian-part .card button h4 .d3{
    margin-left: 136px;
}
#boot-part .acordian-part .card p{
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    width: 500px;
}
#boot-part .right .title h3{
    font-size: 40px;
    font-weight: 400;
}
#boot-part .right{
    position: relative;
    margin-left: 30px;
}
#boot-part .right:before{
    content: "";
    position: absolute;
    top: 10%;
    left: 0%;
    width: 80%;
    height: 2px;
    background: #000;
    -webkit-box-shadow: 0px 7px 0px 1px #2f0a5d;
    -moz-box-shadow: 0px 7px 0px 1px#2f0a5d;
    box-shadow: 0px 1px 0px 1px #2f0a5d;
}
#boot-part .right .counter-part h5{
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    color: #fff;
    margin-top: 40px;
}

#boot-part .right .counter-part .count{
    display: flex;
    color: #f6a100;
}
#boot-part .right .counter-part .count .time{
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    border: 2px solid #f6a100;
    text-align: center;
    margin-left: 20px;
    padding: 20px;
    border-radius: 5px;
}
#boot-part .right .counter-part .count .secs{
    display: block;
}
#boot-part .right .scroll-part .gap{
    margin-top: 30px;
    position: relative;
}
#boot-part .right .scroll-part p{
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
#boot-part .right .scroll-part .gap:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 14px;
    width: 95%;
    height: 2px;
    background: #000;
    filter: drop-shadow(0 2px #290a59);
}
#boot-part .right .scroll-part .img{
    display: flex;
    justify-content: center;
}
#boot-part .right .scroll-part .doller p{
    display: flex;
    justify-content: flex-end;
}

#boot-part .right .scroll-part .boxscroll2 {
	padding-right: 40px;
	height: 350px;
	width: 89%;
    overflow: auto;
    margin-top: 40px;
}
#boot-part .right .scroll-part .boxscroll2 .nicescroll-cursors{
    width: 15px !important;
    height: 50px !important;
    background: #1f004f !important;
    border: none !important;
}
#boot-part .right .scroll-part .boxscroll2 .nicescroll-rails{
    opacity: 1 !important;
    top: 30px !important;
    width: 10px !important;
    height: 300px !important;
    background: #000000;
   
}


/* ====================================
         boot part css end
==================================== */

/* ====================================
         form part css start
==================================== */
#form-part{
    background: linear-gradient(to top, #6116cf 9%, #9a4af9 70%);
    filter: drop-shadow(0 6px #3a0090);
    padding: 30px 0;
}
#form-part h3{
    font-family: 'Anton', sans-serif;
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    text-shadow: 4px 4px 2px rgb(51, 49, 63);
}
#form-part form{
    position: relative;
}

#form-part form .mail{
    width: 490px;
    background: transparent;
    border: 1px solid #26015e;
    margin-top: 20px;
    outline: 0;
    padding: 10px 0 10px 15px;
}
#form-part form ::placeholder{
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #3a0090;
}

#form-part form a:after{
    content: "";
    position: absolute;
    top: 59px;
    right: 95px;
    width: 1px;
    height: 43%;
    background: #26015e;
}
#form-part form i{
    font-size: 16px;
    color:  #3a0090;
    position: absolute;
    top: 73px;
    right: 67px;
}
#form-part .right{
    display: flex;
    padding: 0;
}
#form-part .right .margin{
    flex-grow: 0;
}
#form-part h3{
    margin-left: 20px;
}
#form-part .img img{
    -webkit-box-shadow: 5px 7px 4px 0px rgba(58,0,144,1);
    -moz-box-shadow: 5px 7px 4px 0px rgba(58,0,144,1);
    box-shadow: 5px 7px 4px 0px rgba(58,0,144,1);
    margin-top: 20px;
}
#form-part .img .pay{
    margin-left: 20px;
}
/* ====================================
         form part css end
==================================== */


/* ====================================
         footer part css start
==================================== */
#footer-part{
    background: #0b001b;
    padding-top: 50px;
    padding-bottom: 70px;
}
#footer-part .about .text h3{
    font-family: 'Anton', sans-serif;
    font-size: 32px;
    color: #fff;
    font-weight: 400;
}
#footer-part .about .text p{
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    width: 373px;
    margin-top: 30px;
}
#footer-part .about .icons i{
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(to top, #6116cf 9%, #9a4af9 70%);
    filter: drop-shadow(0 6px #3a0090);
    text-shadow: 4px 4px 2px rgb(51, 49, 63);
    text-align: center;
    line-height: 50px;
    margin-right: 15px;
    margin-top: 30px;
    transition: .4s;
}
#footer-part .about .icons i:hover{
    background-image: linear-gradient(#f533d2, #b20890);
    filter: drop-shadow(0 6px #661355);
}
#footer-part .links .link{
    margin-left: 40px;
}
#footer-part .links .link h3{
    font-family: 'Anton', sans-serif;
    font-size: 32px;
    color: #fff;
    font-weight: 400;
}
#footer-part .links .link .side{
    display: flex;
}
#footer-part .links .link .side ul li{
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}
#footer-part .links .link .side .secound{
    margin-left: 50px;
}
#footer-part .security .secu h3{
    font-family: 'Anton', sans-serif;
    font-size: 32px;
    color: #fff;
    font-weight: 400;
}
#footer-part .security .secu .badge{
    display: flex;
    margin-top: 30px;
}
#footer-part .security .secu .badge p{
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
    margin-left: 30px;
}
#footer-part .security .secu .badge span{
    display: block;
}
#footer-part .security .secu .badge .one{
    margin-left: -41px;
}
/* ====================================
         footer part css end
==================================== */

/* ====================================
         copy right part css start
==================================== */
#copy-right{
    background: #0b001b;
    text-align: center;
    padding: 20px 0;
    position: relative;
}
#copy-right:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #290a59;
    filter: drop-shadow(0 -1px #000000);
}
#copy-right .key{
    width: 50px;
    height: 4px;
    background: linear-gradient(to top, #9b4cfb 9%, #9b4cfb 70%);
    position: absolute;
    top: 0;
    left: 0;
    animation: mymove 10s infinite;
    z-index: 1;
    clip-path: polygon(49% 11%, 100% 48%, 55% 52%, 0 54%);
}
@keyframes mymove {
   0%{
       left:10%
   }
   90%{
    left:90%
}
0%{
    left:10%
}
90%{
    right:90%
}
  }
 
#copy-right h4{
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #fff;
}

/* ====================================
         copy right part css end
==================================== */

