/*
www.alphadlplus.ir Dark Theme
Version 1.0
*/


@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Francois+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');


@font-face {
    font-family: "iransans";
    src: url(../font/iransans.ttf);
}
@font-face {
    font-family: "Shabnam";
    src: url(../font/Shabnam.ttf);
}
html {
    scroll-behavior: smooth;
}

.sidenav {
    height: 100%;
    width: 85px;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #0f0f0f;
    overflow-x: hidden;

    text-align: center;
    align-content: center;
}
.instagram{
    color: rgb(255, 46, 8);
}

.colH{
    transition: 0.3s;
    color: white;
    cursor: pointer;
    text-decoration: none;
}
.colH:hover{
    background-color: #ffa318;
    transition: 0.3s;
    color: black;
    text-decoration: none;

    cursor: pointer;
}
.colH2{
    transition: 0.3s;
    cursor: pointer;


    border-bottom: 1px rgba(121, 133, 167, 0.29) solid;
    text-align: right;
    font-size: 13px;
    color: white;
}

.btnReq:hover{
    background-color: #6a489d;
}

.colH2.active{
    background-color: #ff9b00;
    border: none;
    border-radius: 12px;

    color: black;
    cursor: pointer;
}

.avatar {
    vertical-align: middle;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    text-align: center;
}

.hexagon {
    width: 100px;
    height: 57.735px;

    position: relative;
}
.hexagon::before {
    content: "";
    position: absolute;
    top: -28.8675px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;

}
.hexagon::after {
    content: "";
    position: absolute;
    bottom: -28.8675px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;

}



.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}
.skewed {
    transform: skew(0, -12deg);
}
.content {
    position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.65); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    padding: 0px; /* Some padding */
}
.image-wrap {
    width: 33%;
    height: inherit;
    border: 8px solid #eee;
    overflow: hidden;
}

.image-wrap img {
    /* Ensure width/height are set for object-fit to properly apply */
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* Undo skew for reversing effect properly */
    transform: skew(0, -12deg) scale(1.5, 1.5);
}



.dark-mode {
    background-color: #96A5FF;
    color: #ffffff;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/*!* Track *!*/
/*::-webkit-scrollbar-track {*/
/*    background: #000;*/

/*}*/

/* Handle */
::-webkit-scrollbar-thumb {
    background: #484848;
    border-radius: 14px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #5d5d5d;
}

#container-fluid{
    margin-bottom: 40px;
    border-radius: 30px;

}


#topnav {
    background-color: #000110;
}

.social_icon span {
    font-size: 35px;
    margin-left: 10px;
    color: #0d6efd;
}
.social_icon span:hover {
    color: #0d6dfdaf;
    cursor: pointer;
}
.card-header h3 {
    color: white;
}
.social_icon {
    position: relative;
    right: 5px;
    top: -10px;
    float: right;
}
#footersocials {
    font-size: 28px;
}
#footersocials:hover {
    color: #9499df;
}
.input-group-prepend span {
    width: 45px;
    background-color: #0d6efd;
    color: black;
}
input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}
.login_btn {
    color: white;
    background-color: #0d6efd;
    border-radius: 10px;
    width: 100px;
    margin: 10px;
}
.login_btn:hover {
    color: white;
    background-color: #0d6dfdaf;
}
.links {
    color: white;
}
.links a {
    text-decoration: none;
    margin-left: 4px;
    font-weight: 700;
}
.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.cardd {
    display: inline-block;
    flex: 0 0 auto;
    margin-right: 2px;
    border-radius: 18px;


}

.scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}


.scrolling-wrapper, .scrolling-wrapper-flexbox {
    height:39px;
    width: 100%;
    -webkit-overflow-scrolling: touch;

}
::-webkit-scrollbar {
     display: none;
 }

@media only screen and (min-width: 768px) {
    ::-webkit-scrollbar {
        display: inline;
    }
}
.menu ul {
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu:hover ul {
    height: 100px;
}

.rightArrow{
    height: 75px;
    width: 75px;

    display: block;
    float: left;
    transition: 0.4s;
}

.rightArrow:hover{
    height: 80px;
    width: 80px;
    margin-left: 8px;
    transition: 0.4s;
}

.leftArrow{
    height: 75px;
    width: 75px;

    display: block;
    float: right;
    transition: 0.4s;
}

.leftArrow:hover{
    height: 80px;
    width: 80px;
    margin-right: 8px;
    transition: 0.4s;
}

.downloadArrow{
    color: white;

    transition: 0.6s;
}

.downloadArrow:after {
    content: url("data:image/svg+xml,<svg fill='currentColor' width='26' height='26' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' title='chevron-down' style='transform:rotate(0deg);'><g><path d='M18.7 9.7l-6 6c-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3l-6-6c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l5.3 5.3 5.3-5.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4z'></path></g></svg>");
    transition: 0.6s;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;

}

.imgH{
    height: 90px;
    max-width: 90px;!important;
    display: inline;!important;
    cursor: pointer;
    transition: 0.3s;
}
.imgH:hover{
    height: 95px;
    max-width: 95px;!important;
    display: inline;!important;
    cursor: pointer;
    transition: 0.3s;
}

.imgBaner {
    min-height: 500px;
    max-height: 500px;

    max-width: 337px;
    min-width: 337px;

    object-fit: cover;
    opacity: 0.95;
}

.titleShip{
    z-index: 4;
    background-color: #eb8307;
    width: 65px;
    font-size: 11px;
    border-radius: 25px;
    margin-top: -17px;
    border: 6px solid #0f0f0f;
    text-align: center;
    padding: 3px
}

.heartIcon{
    color: #ae0009;
    background-color: transparent;
    font-size: 20px;
    z-index: 1;
    position: absolute;
    margin: 6px
}

@media only screen and (min-width: 768px) {
    .heartIcon{
        color: #ae0009;
        background-color: transparent;
        font-size: 25px;
        z-index: 1;
        position: absolute;
        margin: 6px
    }
}

@media only screen and (min-width: 768px) {
    .titleShip{
        z-index: 4;
        background-color: #eb8307;
        width: 85px;
        margin-top: -17px;
        border-radius: 25px;
        font-size: 13px;
        border: 6px solid #0f0f0f;
        text-align: center;
        padding: 4px
    }
}

.boxRespon{
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    height: 58px
}
@media only screen and (min-width: 768px) {
    .boxRespon{
        font-size: 15px;
        font-family: 'Nunito', sans-serif;
        font-weight: 600;
        height: 20px

    }
}





.hovereffect .imgMain {

    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.hovereffect:hover .imgMain {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    filter: blur(20px);
    -webkit-filter: blur(20px);

}

.hovereffect h3 {
    text-align: center;
    position: relative;
    font-size: 14px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
}
.hovereffect p {
    text-align: center;
    font-size: 11px;
    padding: 15px;
    margin: 10px;

    background: rgba(0, 0, 0, 0);
}
.hovereffect img {
    text-align: center;


    background: rgba(0, 0, 0, 0);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 5px 16px;
    font-size: 13px;
    border: 1px solid #fffff;
    margin: 8px 0 0 0;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.8);
}

.hovereffect a.info:hover {
    box-shadow: 0 0 8px rgb(51, 31, 83);
}

.hovereffect a.info,
.hovereffect .trailerHider,
.hovereffect p {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
}

.hovereffect:hover a.info,
.hovereffect:hover .trailerHider,
.hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

a.right {
    position: relative;
}

a.right:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    background-color: #fff;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

a.right:hover:before {
    visibility: visible;
    width: 100%;
}


.colorclassV2:hover {
    color: black;
}


a.colorclass {
    text-decoration: none;
    color: white;
    transition: 0.2s;
}
a.colorclass:hover {
    color: #959595;
    transition: 0.2s;
}



[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.6s 0.6s ease;
    text-indent: -100%;
    opacity: 1;
}
::placeholder {
    font-size: 13px;
    color: #959595;
    opacity: 1;
}

:-ms-input-placeholder {
    font-size: 13px;
    color: #959595;
}

::-ms-input-placeholder {
    font-size: 13px;
    color: white;
}
.buttonefc {
    color: white;
    outline: none;
    background: transparent;
    border: none;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-bottom: 1px;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.7s;
}
.buttonfx {
    color: white;
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 1px #eee;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
    font: bold 16px;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-left: 40px;
    margin-bottom: 6px;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.7s;
}

.buttonfx:after,
.buttonefc::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250, 247, 247, 0.6); /* onhover background color */
    z-index: -1;
    transform: translate3D(
        0,
        -100%,
        0
    ); /* move elements above button so they don't appear initially */
    transition: all 0.7s;
}

.buttonfx:before {
    background: transparent; /* button default background color */
    z-index: -2;
    transform: translate3D(0, 0, 0);
}

.buttonfx:hover {
    color: white;
}

.buttonfx:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all 0.5s;
}

/* //// Angle In  //// */

.angleinleft:after {
    width: 200%;
    transform-origin: 0 bottom;
    transform: translate3D(-50%, 0, 0) rotate(-50deg);
}

.angleinleft:hover:after {
    transform: rotate(0deg);
    transition: all 0.5s;
}

/* //// Curtain Down  //// */

.curtaindown {
    border: 1px solid #eee;
    border-bottom: 4px solid #eee;
}

.curtaindown:before,
.curtaindown:after {
    background: #259f6c;
    transform: translate3D(0, -100%, 0);
}

.curtaindown:after {
    transform: translate3D(0, 100%, 0);
}

.curtaindown:hover:before,
.curtaindown:hover:after {
    transform: translate3D(0, -50%, 0);
    transition: all 0.5s;
}

.curtaindown:hover:after {
    transform: translate3D(0, 50%, 0);
}

/* //// Curtain Up  //// */

.curtainup {
    transform-style: preserve-3d;
}

.curtainup:before,
.curtainup:after {
    transform-origin: center center;
    transform: scale(1, 0);
}

.curtainup:hover:before,
.curtainup:hover:after {
    transform: scale(1);
    border-radius: 0;
}

/* //// Double Angle In  //// */

.angleindouble {
    border: 1px solid #eee;
    border-bottom: 4px solid #eee;
}

.angleindouble:before {
    top: 0;
    left: 0;
    width: 150%;
    background: #259f6c;
    transform-origin: 0 bottom;
    transform: translateX(-100%) rotate(-30deg);
}

.angleindouble:after {
    top: 0;
    left: auto;
    right: 0;
    width: 150%;
    transform-origin: right bottom;
    transform: translateX(100%) rotate(30deg);
}

.angleindouble:hover:before {
    left: 0;
    transform: rotate(0deg);
    transition: all 0.5s;
}

.angleindouble:hover:after {
    right: 0;
    transform: rotate(0deg);
    transition: all 0.5s;
}

/* //// Double Take  //// */

.doubletake:before,
.doubletake:after {
    width: 200%;
    background: #259f6c;
    transform-origin: 0 bottom;
    transform: translate3D(-50%, 0, 0) rotate(-50deg);
}

.doubletake:before {
    opacity: 0.4;
}

.doubletake:hover:before,
.doubletake:hover:after {
    transform: rotate(0deg);
    transition: all 0.25s;
}

.doubletake:hover:after {
    transition-delay: 0.25s;
}

/* #### Bounce classes #### */

.bouncein:hover:before,
.bouncein:hover:after {
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
}

#h6{
    text-align: left;
    font-weight: 600;
    font-size: 11px;
}

#p-h6{
    text-align: right;
    font-size: 11px;

}
#mostDL{
    height:120px;
    width:60px;
    object-fit: cover;
}
a.dlbtn{
    text-decoration: none;
    color: white;

}
a.dlbtn:hover{
    color:black;
}
.text-block {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.65);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: -10px;
}
.ribbon__content {
    left: -12px;
    top: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    width: 225px;
    padding: 3px 0;
    background-color: #0062f5;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.192);
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0,0,0, 0.7);
    text-align: center;
    border: 2px solid #667cfa;
    outline : 5px solid  rgba(0, 0, 0, 0.192);


}
.ribbon::before {
    top: 0;
    left: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #f19066;
    box-sizing: content-box;

}
.ribbon::after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #f19066;

}
#diamond {
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #303030;
    position: relative;
    top: -20px;
}
#diamond:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 20px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #303030;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{

    -webkit-box-shadow: 0 0 0 30px black inset !important;
}
input:-webkit-autofill{
    -webkit-text-fill-color: white !important;
}
.imgzoom{
    transition: transform .2s;
}
.imgzoom:hover{
    transform: scale(0.97);
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.btn-custom, .btn-custom:hover, .btn-custom:active, .btn-custom:visited {
    background-color: #d07f15 !important;
}
.transColor[aria-expanded="true"]::before {
    transform: rotate(90deg);
}
.transColor::before {
    width: 1.25em;
    line-height: 0;
    content: url('/alphadlplus/resources/images/icons/donw-arrow.svg');
    transition: transform 0.35s ease;
    transform-origin: 0.5em 50%;
}
.transIcon {
    color: #818181;
    transition: transform 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}
.transIcon:hover {
    transition: 0.3s;
    color: white;
}



#instagram,
#twitter,
#discord,
#facebook,
#telegram{
    font-size: 25px;
    background-color: #18191f;
    color: #fff;
    box-shadow: 2px 2px 2px #00000080, 10px 1px 12px #00000080,
    2px 2px 10px #00000080, 2px 2px 3px #00000080, inset 2px 2px 10px #00000080,
    inset 2px 2px 10px #00000080, inset 2px 2px 10px #00000080,
    inset 2px 2px 10px #00000080;
    border-radius: 29px;
    padding: 11px 19px;
    margin: 0 40px;
    animation: animate 3s linear infinite;
    text-shadow: 0 0 50px #0072ff, 0 0 100px #0072ff, 0 0 150px #0072ff,
    0 0 200px #0072ff;
}
#twitter {
    animation-delay: 0.3s;
}
#facebook {
    animation-delay: 0.7s;
}
#github {
    animation-delay: 0.1s;
}

@keyframes animate {
    from {
        filter: hue-rotate(0deg);
    }
    to {
        filter: hue-rotate(360deg);
    }
}

.myBtn {
    text-decoration: none;
    border: 2px solid;
    border-radius: 14px;
    padding: 6px;
    margin: 4px;
    cursor: pointer;
    min-width: 100%;


}


.padding {
    padding: 3rem !important
}

.user-card-full {
    overflow: hidden
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border: none;
    margin-bottom: 30px
}

.m-r-0 {
    margin-right: 0px
}

.m-l-0 {
    margin-left: 0px
}

.user-card-full .user-profile {
    border-radius: 5px 0 0 5px
}

.bg-c-lite-green {
    background: -webkit-gradient(linear, left top, right top, from(#001069), to(#0013f5));
    background: linear-gradient(to right, #001069, #0013f5)
}

.user-profile {
    padding: 20px 0
}

.card-block {
    padding: 1.25rem
}

.m-b-25 {
    margin-bottom: 25px
}

.img-radius {
    border-radius: 5px
}

h6 {
    font-size: 14px
}

.card .card-block p {
    line-height: 25px
}

@media only screen and (min-width: 1400px) {
    p {
        font-size: 14px
    }
}

.card-block {
    padding: 1.25rem
}

.b-b-default {
    border-bottom: 1px solid #4c4c4c
}

.m-b-20 {
    margin-bottom: 20px
}

.p-b-5 {
    padding-bottom: 5px !important
}

.card .card-block p {
    line-height: 25px
}

.m-b-10 {
    margin-bottom: 10px
}

.text-muted {
    color: #919aa3 !important
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0
}

.f-w-600 {
    font-weight: 600
}

.m-b-20 {
    margin-bottom: 20px
}

.m-t-40 {
    margin-top: 20px
}

.p-b-5 {
    padding-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px
}

.m-t-40 {
    margin-top: 20px
}

.user-card-full .social-link li {
    display: inline-block
}

.user-card-full .social-link li a {
    font-size: 20px;
    margin: 0 10px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.pricingTable{

    text-align: center;
    position: relative;
}
.pricingTable .pricing_heading:after{
    content: "";
    width: 36px;
    height: 29.5%;
    background:#ffa600;;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 2;
    transform: skewY(45deg) translateY(18px);
    transition: all 0.4s ease 0s;
}
.pricingTable .title{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    background: #ffa600;
    padding: 15px 0 0;
    margin: 0 35px 0 0;
    transition: all 0.4s ease 0s;
}
.pricingTable .value{
    display: block;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    background: #ffa600;
    padding: 5px 0 10px;
    margin: 0 35px 0 0;
    transition: all 0.4s ease 0s;
}
.pricingTable:hover .title,
.pricingTable:hover .value{
    color: #fff;
}
.pricingTable .month{
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.pricingTable .content{
    border-left: 1px solid #100128;
    position: relative;
}
.pricingTable .content:after{
    content: "";
    width: 35px;
    height: 100%;
    background: #100128;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: skewY(-45deg) translateY(-18px);
    transition: all 0.4s ease 0s;
}
.pricingTable .content ul{
    padding: 0;
    margin: 0 35px 0 0;
    list-style: none;
    background: #100128;
}
.pricingTable .content ul li{
    display: block;
    font-size: 13px;
    color: #f0f0f0;
    line-height: 10px;
    padding: 11px 0;
    border-bottom: 1px solid #100128;
}
.pricingTable .link{
    background: #100128;
    padding: 20px 0;
    margin-right: 35px;
    border-bottom: 1px solid #100128;
}
.pricingTable .link a{
    display: inline-block;
    padding: 9px 20px;
    font-weight: 700;
    color: #ffa600;
    text-transform: uppercase;
    border: 1px solid #ffa600;
    background: #100128;
    transition: all 0.4s ease 0s;
    text-decoration: none;
    border-radius: 12px;
}
.pricingTable:hover .link a{
    color: #100128;
    background: #06D6A0;
    border: 1px solid #06D6A0;
    text-decoration: none;
}
.pricingTable:hover .pricing_heading:after,
.pricingTable:hover .title,
.pricingTable:hover .value{
    background:#06D6A0;
}
@media only screen and (max-width: 990px){
    .pricingTable{
        margin-bottom: 35px;
    }
}

.ahyper{
    color: white;
    text-decoration: none;
}

.ahyper:hover{
    transition: 0.2s;
    color: #b8b8b8;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
.btn-group button {
    background-color: #020712;
    border: 1px solid #0d6efd;
    color: #acacac;
    padding: 10px 14px;
    cursor: pointer;
    float: left;
}

/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.btn-group button:first-child{
    border-radius: 0 10px 10px 0;
}

.btn-group button:last-child{
    border-radius: 10px 0 0 10px;
}
.btn-group button:not(:last-child) {
    border-right: none;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
div.scrollmenu {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #777;
}







.checked{
    font-size: 20px;
    cursor: pointer;
}

.checked:hover,
.checked:hover ~ .checked {
    color: orange;
    transition: 0.3s;
}
.stars {
    display: inline-flex;
    flex-direction: row-reverse;
}
.opIcons{
    cursor: pointer;
}
.opIcons:hover{
    color: #b8b8b8;
    transition: 0.3s;
}
.container-custom-playlist{
    height: 400px !important;
}
.img{
    border: 5px solid black;
    position: absolute ;
    left: 0;
    top: 0;
    max-width: 240px;
    max-height: 350px;
    border-radius: 20px;
    -o-object-fit: fill;
    object-fit: fill;
    margin-bottom: 20px;

}

.imgContainer{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    height: 390px !important;

}

.img1{
    left: 0;
    top: 0;
    z-index: 4;
    height: 345px;
}
.imgContainer:hover .img1{
    left: -10px;
    top: 0;
    z-index: 4;
    transition: 0.3s;
}
.img2{
    left: 25px;
    top: 10px;
    z-index: 3;
    height: 320px;
}


.img3{
    left: 45px;
    top: 20px;
    z-index: 2;
    height: 295px;
}

.inp {

    border: 2px solid #666666;
    border-radius: 14px;
    padding: 8px 10px;
    outline: none;
    background-color: transparent;
    color: white;
    width: 245px;
}
.arrow-up {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    right: 200px;
    box-shadow: inset 0 1px 0 0 hsl(0deg 0% 100% / 5%);

    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-bottom: 10px solid rgba(15,23,42,.7);
}
.imgBanerMob {

    height: 440px;

    width: 310px;

    object-fit: cover;
    opacity: 0.95;
}

.checkInp{
    height: 0;
    width: 0;
    visibility: hidden;
}

.checkLabel {
    cursor: pointer;
    text-indent: -9999px;
    width: 60px;
    height: 30px;
    background: #6755da;
    display: block;
    border-radius: 100px;
    position: relative;
}

.checkLabel:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 21px;
    height: 21px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.checkInp:checked + label {
    background: #6755da;
}

.checkInp:checked + .checkLabel:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.checkLabel:active:after {
    width: 21px;
}