.card-img-top {
    padding: 20px 0;
}

.card-img-top > i {
    font-size: 30px;
}

.card-img-top > h3 {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.card-title {
    font-weight: bold !important;
}

.list-group-item {
    font-weight: bold;
}

.list-group-item.active {
    background-color: #1c2331;
    border-color: #1c2331;
    z-index: 0 !important;
}

a {
    color: #000;
}

p {
    font-size: 18px;
}

.black-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
}

.download:hover {
    background: #e74351 !important;
}

.arrow {
    display: none;
    z-index: 9998;
    position: fixed;
    bottom: 20px;
    left: 50px;
}

.download-overlay {
    display: none;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9997;
    position: fixed;
    bottom: 50px;
    left: 130px;
}

.download-overlay .container {
    padding: 0;
}

.download-overlay h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    background: #1c2331;
    padding: 20px 0;
}

.download-overlay h3 {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.download-overlay p > b {
    color: #e74351;
    font-size: 20px;
}

.arrow-firefox {
    display: none;
    z-index: 9998;
    position: fixed;
    top: 20px;
    right: 140px;
    transform: rotate(180deg);
}

.download-overlay-firefox {
    display: none;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9997;
    position: fixed;
    top: 50px;
    right: 220px;
}

.download-overlay-firefox .container {
    padding: 0;
}

.download-overlay-firefox h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    background: #1c2331;
    padding: 20px 0;
}

.download-overlay-firefox h3 {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.download-overlay-firefox p > b {
    color: #e74351;
    font-size: 20px;
}

.download-overlay-edge {
    display: none;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9997;
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.download-overlay-edge .container {
    padding: 0;
}

.download-overlay-edge h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    background: #1c2331;
    padding: 20px 0;
}

.download-overlay-edge h3 {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.download-overlay-edge p > b {
    color: #e74351;
    font-size: 20px;
}

.navbar-brand {
    margin-left: 188px;
}

.text-white a {
    color: #fff;
}

.card-body button {
    position: relative;
    padding: 0;
}

.card-body button i {
    position: absolute !important;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.card-body button a {
    padding: 13px 34px 13px 54px;
    display: inline-block;
}

@media only screen and (max-width: 1200px) {
    .navbar-rand {
        margin-left: 158px !important;
    }
}

@media only screen and (max-width: 900px) {
    .navbar-rand {
        margin-left: 0px;
    }
}

.card-header {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0 0;
}

.card-title {
    font-size: 24px;
}

.modal-custom-header {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-transform: capitalize;
    background-color: #000000;
    text-align: center;
    padding: 10px;
}

.modal-custom-subheading {
    font-size: 20px;
    text-align: center;
    padding: 20px;
}

.modal-custom-subheading strong {
    font-weight: 900;
}

.browser-ad {
    width: 400px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}

.key-row {
    display: flex;
    justify-content: space-evenly;
    width: 445px;
    margin: 0 auto 16px;
}

.key-row .badge {
    border-radius: 10px;
    padding: 10px;
    background-color: #1c2331;
}

.fake-it {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.circle {
    display: inline-block;
    width: 115px;
    background-color: #dc3545;
    color: #fff;
    text-align: left;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    transition: all 0.3s cubic-bezier(0.67, 0.17, 0.4, 0.83);
}

.circle svg {
    transform: rotate(180deg);
    transition: all 0.5s;
    width: 30px;
    height: 40px;
}

.circle_done {
    width: 40px;
    height: 40px;
    background: mediumseagreen;
    border-radius: 50%;
    transform: rotate(-180deg);
    display: inline-block;
    padding: 0;
    text-align: center;
}

.circle_cancel {
    width: 40px;
    height: 40px;
    background: #dc3545;
    border-radius: 50%;
    transform: rotate(-180deg);
    display: inline-block;
    padding: 0;
    text-align: center;
}

.modal-warning {
    width: 60px;
    height: 60px;
    background: #f4bc2d;
    border-radius: 30px;
    padding-top: 10px;
    margin: 20px auto 0;
}

.modal-warning svg {
    width: 60px;
    height: 40px;
    fill: #fff;
}

.btn-custom-1 {
    background: rgb(149, 17, 46);
    background: linear-gradient(
        0deg,
        rgba(149, 17, 46, 1) 0%,
        rgba(191, 27, 63, 1) 35%,
        rgba(248, 7, 59, 1) 100%
    );
    border: #fa4463 3px solid;
    /* box-shadow: rgb(185, 4, 44) 0px 0px 1rem 3px !important; */
    text-transform: none;
    color: #fff !important;
    font-weight: 900;
    border-radius: 4px;
}

.fake-it {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.problems {
    font-size: 12px;
}

.bg-video {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.bg-video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.faker-container {
    padding: 30px 0 16px;
    width: 500px;
    margin: 0 auto 20px;
    border-top: #ccc 2px solid;
    border-bottom: #ccc 2px solid;
}

.browser-icon {
    width: 50px;
    height: 50px;
    background-image: url(../img/main-desktop-browser-logos.png);
    background-repeat: no-repeat;
    background-size: auto 50px;
    margin: 0 3px 0 10px;
}

.Chrome {
    background-position: 0 0;
}

.Edge {
    background-position: -50px 0;
}

.Firefox {
    background-position: -100px 0;
}

.Opera {
    background-position: -150px 0;
}

.Safari {
    background-position: -200px 0;
}

.key-features {
    width: 515px;
    margin: 0 auto;
}

.key-feature-icon {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #ee1048;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
}

.key-with-extra-brdr {
    position: relative;
}

.key-with-extra-brdr:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 0;
    border-bottom: #ccc 1px solid;
    bottom: 0;
    right: -50px;
}

.num-bullet {
    width: 70px;
    height: 70px;
    border: #83b5dc 3px solid;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: 400;
    margin: 0 auto;
}

.num-bullet.path {
    position: relative;
}

.num-bullet.path::after {
    content: '';
    display: block;
    width: 2px;
    height: 58px;
    position: absolute;
    top: calc(100% + 3px);
    left: 50%;
    background-color: #ccc;
}

#url:focus {
    outline: 0 !important;
}

.btn-101,
.btn-101 *,
.btn-101:after,
.btn-101:before {
    border: 0 solid;
    box-sizing: border-box;
}

.btn-101 {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: button;
    background-color: #000;
    background-image: none;
    color: #fff;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
        Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 100%;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
    -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
    padding: 0;
    text-transform: uppercase;
}

.btn-101:disabled {
    cursor: default;
}

.btn-101:-moz-focusring {
    outline: auto;
}

.btn-101 svg {
    vertical-align: middle;
}

.btn-101 [hidden] {
    display: none;
}

.btn-101 {
    --thickness: 0.3rem;
    --roundness: 1.2rem;
    --color: #fff;
    --opacity: 0.6;
    --webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    background: none;
    background: #212121;
    border: none;
    border-radius: var(--roundness);
    color: var(--color);
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.8rem 3rem;
    position: relative;
}

.btn-101 {
    filter: brightness(1.2);
}

.btn-101:active {
    --opacity: 0;
}

.btn-101 svg {
    border-radius: var(--roundness);
    display: block;
    filter: url(#glow);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.btn-101 rect {
    fill: none;
    stroke: var(--color);
    stroke-width: var(--thickness);
    rx: var(--roundness);
    stroke-linejoin: round;
    stroke-dasharray: 185%;
    stroke-dashoffset: 80;
    -webkit-animation: snake 2s linear infinite;
    animation: snake 2s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s;
    width: 100%;
}

.btn-101 rect {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    opacity: var(--opacity);
}

@-webkit-keyframes snake {
    to {
        stroke-dashoffset: 370%;
    }
}

@keyframes snake {
    to {
        stroke-dashoffset: 370%;
    }
}

.arrows {
    position: absolute;
    right: 0;
    top: 260px;
    transform: rotate(180deg);
    z-index: 9999;
}

.chevron {
    position: absolute;
    width: 200px;
    height: 46px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #2ac72a;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 40deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -40deg);
}

.chevron-up {
    position: absolute;
    width: 80px;
    height: 28px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move-up 3s ease-out infinite;
}

.chevron-up:first-child {
    animation: move-up 3s ease-out 1s infinite;
}

.chevron-up:nth-child(2) {
    animation: move-up 3s ease-out 2s infinite;
}

.chevron-up:before,
.chevron-up:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #2ac72a;
}

.chevron-up:before {
    left: 0;
    transform: skew(0deg, -30deg);
}

.chevron-up:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, 30deg);
}

@keyframes move-up {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(-90px);
    }
    67% {
        opacity: 1;
        transform: translateY(-120px);
    }
    100% {
        opacity: 0;
        transform: translateY(-150px) scale3d(0.5, 0.5, 0.5);
    }
}

@keyframes move {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(90px);
    }
    67% {
        opacity: 1;
        transform: translateY(150px);
    }
    100% {
        opacity: 0;
        transform: translateY(210px) scale3d(0.5, 0.5, 0.5);
    }
}
.modal-top-bar {
    background-color: #000;
    width: 100%;
    position: fixed;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}
.modal-top-bar a {
    color: #fff;
}
