@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    background-image: url('../images/bg.jpg');
    z-index: 9;
    transform: translate3d(0px, 0px, 0px);
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    line-height: 28px;
    position: relative;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.section {
    text-align: center;
    font-size: 3em;
    color: white;
}
.fp-pagination .fp-page {
    width: 15px;
    height: 15px; 
    background-color: #ffffff; 
    border-radius: 50%; 
    margin: 0 5px; 
    opacity: 0.7; 
    transition: background-color 0.3s; 
}

.fp-pagination .fp-page.active {
    background-color: #e74c3c; 
}
.welcomecnt {
    width: 50%;
    margin: 0 auto;
}
.welcomecnt svg.logo{
    margin-bottom: 40px;
}
.welcomecnt h4{
    font-size: 64px;
    color: #ef6d4b;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 25px;
}
.welcomecnt h4 span{
    color:#fff;
}
.welcomecnt p{
    color: #E5C9FF;
    font-size: 16px;
    width: 65%;
    margin: 30px auto;
}
.btn-one {
    padding: 16px 40px;
    font-size: 15px;
    font-weight: 500;
    background: #ef6d4b;
    display: flex;
    position: relative;
    z-index: 1;
    transition: all 0.6s ease-in-out 0s;
    overflow: hidden;
    color: #fff;
    box-shadow: 0px 30px 60px #000000;
    border-radius: 30px;
    width: 200px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin:0 auto;
}

.btn-one:focus {
    color: #fff;
}

.btn-one:hover {
    color: #fff;
    background: #ef6d4b;
}
.welcomecnt .btn-one{
    margin-top: 40px;
}
.welcomecnt .btn-one svg{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.welcomecnt .btn-one svg path{
    fill: #fff;
}

.nk-fullpage-scroll-down{
    position: absolute;
    display: block;
    bottom: 65px;
    left: 50%;
    width: 40px;
    height: 85px;
    margin-left: -25px;
    font-size: 2rem;
    line-height: 54px;
    color: inherit;
    text-align: center;
    text-decoration: none;
    opacity: .6;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: 1px dashed #707070;
    border-radius: 20px;
    background: rgb(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.nk-fullpage-scroll-down:hover,.nk-fullpage-scroll-down:focus{
    color: #fff !important;
}
.nk-fullpage-scroll-down .ti-arrow-down{
    font-size: 18px;
    animation: bounce 2600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@keyframes bounce {
    50% {
        transform: translateY(-15px);
      }
    }
#fp-nav li {
    position: relative;
  }
  /* #fp-nav li:before {
    content: '\25CF';
    margin-right: 10px;
    font-size: 20px;
  } */
  #fp-nav li:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-left: 2px dotted #fff;
    margin-left: 12px;
    height: 60px;
  }
  #fp-nav li:first-of-type:after {
    top: 54%;
  }
  #fp-nav li:last-of-type:after {
    top: -50%;
    height: 14px;
  }
#fp-nav ul li:nth-child(1) a::before{
    content: "Home";
    margin-right: 10px;
    position: absolute;
    right: 10px;
    top: 0px;
    width: 60px;
    font-size: 16px;
    color: #949292;
    text-align: right;
}
#fp-nav ul li:nth-child(2) a::before{
    content: "Widgets";
    margin-right: 10px;
    position: absolute;
    right: 10px;
    top: 0px;
    width: 77px;
    font-size: 16px;
    color: #949292;
    text-align: right;
}
#fp-nav ul li:nth-child(3) a::before{
    content: "Videos";
    margin-right: 10px;
    position: absolute;
    right: 10px;
    top: 0px;
    width: 77px;
    font-size: 16px;
    color: #949292;
    text-align: right;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span,#fp-nav ul li a span, .fp-slidesNav ul li a span{
    width: 13px !important;
    height: 13px !important; 
    margin: 0px !important;
    background: #707070;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span
{
    width: 13px;
    height: 13px; 
}
#fp-nav ul li, .fp-slidesNav ul li{
    margin-bottom: 45px; 
}
#fp-nav ul li a span.fp-sr-only::before {
    content: none !important;
}

#fp-nav ul li a.active span{
    background: #fff;
}
#fp-nav ul li a.active::before{
  color:#fff;
}
.grid-container {
    max-width: 90rem;
    width: 100%;
    height: auto;
    padding: 0 2rem;
    margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }
}
.grid-container:not(.full)>.grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem;
}
.grid-x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.column6{
    width: 49%;
}
.wrapperbx{
    background: rgb(0,0,0,0.5);
    padding: 20px;
    border-radius: 10px;
}
.loginoverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widgets {
    position: relative;
}
.locksec .locksecimg{
    width: 138px;
    height: 138px;
    background: #15181D;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.locksec p{
    color: #707070;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
}
.videosec{
    background: #272A34;
    padding: 20px 20px 0px 20px;
    border-radius: 10px;
}
.videocntsec {
    text-align: left;
    padding: 20px 0px;
    margin-bottom: 20px;
}
.videocntsec h6{
    font-size: 18px;
    color: #F8F8F8;
    margin: 0px;
    margin-bottom: 5px;
    font-weight: 500;
}
.videocntsec p{
    color:#707070;
    font-size: 13px;
    margin: 0px;
    line-height: 1.2;
}
.agp10{
    gap: 10px;
    justify-content: space-between;
}
.videosec{
    position: relative;
}
.videosec .locksec .locksecimg {
    width: 115px;
    height: 115px;
}
.videosec .locksec .locksecimg img{
    width: 35px;
}
.videosec .btn-one{
    padding: 13px 20px;
}

.cnctfrmsec input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #edebeb;
    height: 55px;
    box-shadow: none;
    outline: none;
    padding: 0px 20px;
    border-radius: 8px;
    font-size: 14px;
}

.cnctfrmsec input:focus {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #edebeb;
}
.modelheader {
    border-bottom: 1px solid rgb(0, 0, 0, 0.07);
    padding-bottom: 10px;
    text-align: center;
}
.modelheader h4{
    font-size: 18px;
}
#loginform{
    margin-top: 20px;
    padding: 0px 20px;
}
#loginform .btn-one{
    box-shadow:  none !important;
    margin: 30px auto;
}
#loginModal1{
    border-radius: 6px;
}
.widgets h4{
    font-size: 18px;
    text-align: left;
    margin-bottom: 15px;
}
.loginoverlay.top40{
    top: 40px;
}
body{
    overflow: auto;
}
.foot_cunt{
    display: flex;
    gap: 15px;
}
.foot_cunt a {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}
body{
    overflow: auto !important;
}
.mt h1, .mt h2, .mt p, .mt ul li, .mt h3, .mt h4 {
    color: #fff;
}
.mt a {
    color: #9C32FF;
}
.head-sec img {
    height: 100px;
}

.support_sec {
    background: linear-gradient(#343540 0%, #242831 100%) !important;
    color: white !important;
    border: none !important;
    width: 500px;
    margin: 0px auto;
    padding: 35px;
    border-radius: 10px;
    text-align: left;
}
.support_sec label {
    color: #ffffffb5;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    margin-bottom: 30px;
}
.support_sec input {
    background: #15181d !important;
    color: #9194a1 !important;
    border: solid 1px #15181d  !important;
    height: 50px;
    border-radius: 5px;
    padding-left: 20px;
}
.support_sec textarea{
    background: #15181d !important;
    color: #9194a1 !important;
    border: solid 1px #15181d  !important;
    border-radius: 5px;
    padding-left: 20px;
}
.support_sec input:focus, .support_sec textarea:focus {
    border: 1px solid #ef6d4b !important;
    box-shadow: unset;
}
.support_sec span.form-error.is-visible {
    position: absolute;
    bottom: -40px;
    font-weight: 400;
}
label.is-invalid-label{
    color: #cc4b37 !important;
    
}
.suport-section {
    /* height: 100vh; */
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 50px 0px;
}
div#support_form_sucess {
    background: linear-gradient(#343540 0%, #242831 100%) !important;
    color: #fff !important;
    border: none !important;
    margin: 0px auto;
    border-radius: 10px;
}

div#support_form_sucess h1 {
    font-size: 26px;
    text-align: center;
    border-bottom: 1px solid #cdcdcd59;
    padding-bottom: 10px;
}

div#support_form_sucess p {
    text-align: center;
    margin: 30px;
}
div#support_form_sucess .close-button.btn-one.rest_click {
    width: auto;
    padding: 10px 40px;
    margin: 0px auto 20px;
}
.load_sec {
    background-color: rgba(0, 0, 0, 0.69) !important;
    top: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: none;
}
.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #ef6d4b;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin: 100px auto;
    position: absolute;
    top: 30%;
    left: 48%;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media only screen and (min-width: 1030px) and (max-width: 1366px) {
    .welcomecnt p{
        width: 80%;
    }
    .welcomecnt {
        width: 60%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1023px) {
    .welcomecnt {
        width: 100%;
    }
    .welcomecnt h4{
        font-size: 24px;
    }
    .welcomecnt p{
        width: 90%;
        font-size: 14px;
    }
    .column6 {
        width: 100%;
    }
    .agp10 {
        flex-direction: column;
    }
    .wrapperbx{
        padding: 0px;
    }
    .grid-container{
        padding: 0 1rem;
    }
    .btn-one{
        padding: 10px 25px;
    }
    
}
@media only screen and (max-width: 680px) {
    .support_sec{
        width: 100%;
        margin: 0px 20px;
    }
    .support_sec{
        padding: 20px;
    }
    .foot_cunt a{
        font-size: 14px;
    }
}
