.no-scroll {
    overflow: hidden;
}

#submit {
    font-size: 17px;
}

.lp-uni-tag {
    color: #888;
    letter-spacing: 1.5px;
    font-size: 13px;
}
.lp-uni-desc {
    max-width: 469px;
    padding: 15px;
}
.lp-footer {
    color: #888;
}
.page-2 {
    display: none;
}

:root {
    /* --bs-body-bg: rgb(39, 40, 41); */
    --bs-body-color: white;
    --bs-body-color-rgb: rgb(234, 237, 239);
}

/* .form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
} */
.bg-dark-2 {
    background: rgb(28, 28, 29);
}

#particles-hover {
    z-index: 11;
    position: absolute;
    width: 100%;
    height: 100vh;
}
#particles-js {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100vh;
}

.image-animate-rotate {
    position: relative;
    transition: transform 0.5s ease;
    transform: skew(-6deg, 0deg);
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    0% { transform: translate(0, 0px); }
    50% { transform: translate(0, 15px); }
    100% { transform: translate(0, -0px); }
}
  
  .image-animate-rotate img {
    border-radius: 25px;
    transform: skewX(-6deg);
    z-index: 1;
    display: block; /* Ensure it's a block-level element */
    max-width: 100%;
    box-shadow: 0px 0px 3px rgba(40, 40, 42, 0.645);
    border: 3px solid rgba(255, 255, 255, 1);
  }

  .image-animate-bg {
    border-radius: 25px;
    transform: skewX(-6deg);
    position: absolute; /* Position absolute to fill the container */
    top: 18px;
    left: 18px;
    width: 100%; /* Match the image width */
    height: 100%; /* Match the image height */
    z-index: -1; /* Behind the image */
    background: rgba(40, 40, 42, 0.645);
    overflow: hidden;
    border: 2px solid transparent;
  }
  .image-animate-bg-border {
    animation: flash linear 3s infinite;
  }

  @keyframes flash {
    0% {
    border-color: transparent;
    }
    50% {
    border-color: rgba(198, 39, 222, 0.576);
    }
    100% {
    border-color: transparent;
    }
  }

/* Uni */
.w-60 {
    width: 60%;
}
.uni-black {
    background: rgb(15, 15, 15);
}
.uni-title {
    font-size: 42px;
    font-weight: 700;
    color: white;
    line-height: 1.2;
}
.uni-subtitle {
    font-size: 30px;
    font-weight: 700;
    color: white;
    line-height: 1.2;
}

.uni-icon-lg {
    font-size: 40px;
}
.card-info-icon-1 {
    color: #88a9b1;
}
.card-info-icon-2 {
    color: #b1a188;
}
.card-info-icon-3 {
    color: #88b18b;
}

.uni-desc {
    color: white;
    font-size: 18px;
}

.uni-button-cta {
    font-weight: 500;
    color: white;
    background: rgb(28, 28, 29);
}
.uni-button-cta:hover, .uni-button-cta:active, .uni-button-cta:focus, .uni-button-cta:active {
    color: white;
    background: rgb(37, 37, 38);
    border-color: transparent !important;
}

.uni-mute {
    color: rgba(255, 255, 255, 0.35);
}

.uni-tag {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.35);
}
.uni-tag > div {
    padding: 10px 17.5px;
    background: rgb(28, 28, 29);
    border-radius: 12px;
}

.ml-1 {
    margin-left: 0.5rem;
}

.br-25 {
    border-radius: 25px;
}

.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ---------------- */



/* Nav */
#nav {
    z-index: 10;
    padding: 35px 0px;
    width: 1600px;
    margin: 0 auto;
    padding-bottom: 0px;

    position: fixed;
    top: 8.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.nav-container {
    /* box-shadow: 0px 0px 3px #202028;
    border: 2px solid #1f2223; */
    border: 2px solid white;
    /* background-color: rgb(15, 15, 15); */
    padding: 25px;
    border-radius: 25px;

    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: #0f0f0fe8;
}
.logo > img {
    fill: white !important;
    color: white !important;
    width: 120px;
}
/* .nav-links {

} */
.nav-links > li {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-links > a, .nav-links > span {
    font-size: 17px;
    /* font-weight: 500; */
    text-decoration: none;
    color: #888;
    margin: 0px 12px;
    padding: 8px 14px;
}
.nav-links > a:hover, .nav-links > span:hover {
    color: white;
}
.nav-links > span > .dropdown-toggle {
    display: inherit;
}
.nav-links > .active {
    color: white;
    background-color: rgba(40, 40, 42, 0.645);
    padding: 8px 14px;
    border-radius: 8px;
}
.nav-account {
    background: rgb(14, 101, 241);
    color: white !important;
    border-radius: 8px;
}
.nav-account > i {
    margin-right: 5px;
}
/* ---------------- */



/* Index */
.get-started-link {
    border: 1px solid gray;
    background-color: transparent;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-right: 0px;
    width: 85%;
    margin-top: 2px;
}
.get-started-link-input::placeholder {
    max-width: 180px;
    color: rgb(109, 112, 115);
}

.image-placeholder {
    background-color: rgb(175, 177, 184);
    border-radius: 25px;
    width: 275px;
    height: 500px;
}

.cta > div {
    display: inline-block;
}

/* .accordion-container {
    margin: 0 auto;
    padding: 50px 0px;
}
.accordion-body, .accordion-item .accordion-button.collapsed {
    color: black;
    background: white;
    font-size: 17px;
}
.accordion-item .accordion-button {
    color: black;
    background: #e0e4e9;
    font-size: 24px;
    font-weight: 700;
} */

.transition, .accordion > li i:before, .accordion > li i:after, p {
    transition: all 0.25s ease-in-out;
  }
  
  .flipIn, .accordion > li, h1 {
    animation: flipdown 0.5s ease both;
  }
  
  .no-select, h2 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  
  h1, h2 {
    color: white;
  }
  
  /* h2 {
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    background-color: rgb(15, 15, 15);
    margin: 0;
    padding-left: 3%;
    cursor: pointer;
  } */
  li > h2 {
    font-size: 20px;
  }
  
  p {
    color: rgb(234, 235, 237);
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2;
    padding: 0px 3%;
  }
  
  .accordion {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
  }
  .accordion > li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 1px solid #dce7eb;
  }
  .accordion > li > h2 {
    margin-bottom: 0px;
  }
  .accordion > li:nth-of-type(1) {
    animation-delay: 0.5s;
  }
  .accordion > li:nth-of-type(2) {
    animation-delay: 0.75s;
  }
  .accordion > li:nth-of-type(3) {
    animation-delay: 1s;
  }
  .accordion > li:last-of-type {
    padding-bottom: 0;
  }
  .accordion > li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 10px;
    right: 5%;
  }
  .accordion > li i:before, .accordion > li i:after {
    content: "";
    position: absolute;
    background-color: white;
    width: 3px;
    height: 9px;
  }
  .accordion > li i:before {
    transform: translate(-2px, 0) rotate(45deg);
  }
  .accordion > li i:after {
    transform: translate(2px, 0) rotate(-45deg);
  }
  .accordion > li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    right: 5%;
    z-index: 1;
    opacity: 0;
  }
  .accordion > li input[type=checkbox]:checked ~ p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
  }
  .accordion > li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
  }
  .accordion > li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
  }
  
  @keyframes flipdown {
    0% {
      opacity: 0;
      transform-origin: top center;
      transform: rotateX(-90deg);
    }
    5% {
      opacity: 1;
    }
    80% {
      transform: rotateX(8deg);
    }
    83% {
      transform: rotateX(6deg);
    }
    92% {
      transform: rotateX(-3deg);
    }
    100% {
      transform-origin: top center;
      transform: rotateX(0deg);
    }
  }

.card-info-container > div {
    border-radius: 25px;
    border: 2px solid rgb(28, 28, 29);
    padding: 25px !important;
    /* flex: 0 0 30%; */
}
.card-info-container > div:hover {
    border-color: rgb(39 39 41);
}

/* .card-info-container > img {
    transform: skew(10deg, 10deg);
    margin: 5px;
} */
/* .card-info-container > img:nth-child(1) {
    animation: floating 3s ease-in-out infinite;
} */
/* .card-info {
    padding: 15px;
    background: rgb(28, 28, 29);
    border-radius: 12px; */

    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* min-height: 120px; */
/* } */
/* .card-info > div {
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* .card-title {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.35);
}
.card-text {
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-color {
    background-color: rgb(162, 26, 162);
    border-radius: 50%;
    border: 1.5px solid white;
    width: 30px;
    height: 30px;
}
.card-icon {
    font-size: 40px;
} */

/* ---------------- */

/* Sections */
.section-container {
    height: 100vh;
    min-height: -webkit-fill-available;
    padding: 150px;
}
.section-container-center {
    margin: 0 auto;
    min-height: -webkit-fill-available;
    padding: 150px;
}
.section-content {
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 1300px;
    /* max-width: 800px; */
}
.section-content-start {
    align-items: start;
}
.section-image {
    justify-content: center;
    align-content: center;
    align-items: center;
}



/* Sign Up */
#signup-container {
    overflow: hidden;
    height: 100vh;
}
.iphone-container {
    transform: scale(0.85);
    /* overflow: hidden; */
}
.iphone {
    width: 454px;
    height: 904px;
    overflow: hidden;
    position: relative;

background-image: url('../images/iphone.png');

  /* Center the background image */
  background-position: center;

  /* Set the background image to not repeat */
  background-repeat: no-repeat;

  /* Set the size of the background image */
  background-size: cover;
}
.iphone-content {
    width: 454px;
    margin: 0 auto;
}

#sky {
    height: 155px;
    border-top-left-radius: 85px;
    border-top-right-radius: 85px;
    width: 90%;
    margin: 0 auto;
}
.padding-lr {
    padding-left: 50px;
    padding-right: 50px;
}

/* .form-dark > input::placeholder, .form-dark > textarea::placeholder, .form-dark > select::placeholder, .form-dark > .input-group-text {
    color: gray;
} */
/* .form-dark > .input-group-text {
    background: rgba(40, 40, 42, 0.645);
    border: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0px;
} */
/* .form-dark > input[type="file"]::-webkit-file-upload-button, .form-dark > input[type="file"]::file-selector-button  {
    background: rgba(40, 40, 42, 0.645);
    border: 0px;
    border-radius: 0px;
}
.form-dark > input[type="file"]:hover::-webkit-file-upload-button, .form-dark > input[type="file"]:hover::file-selector-button {
    background: rgba(40, 40, 42, 1) !important;
} */
.form-dark > input, .form-dark > textarea, .form-dark > select {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0px;
}
.form-dark > input:active, .form-dark > input:focus, .form-dark > textarea:active, .form-dark > textarea:focus, .form-dark > select:active, .form-dark > select:focus  {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid white;
    box-shadow: none;
}

.form-dark > label, .form-dark > label::after {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.3);
}
.form-dark > span {
    max-width: initial;
    background: transparent;
    border: 0px;
    border-radius: 0px;
}

.form-username-container {
    padding: 15px 14px 15px 0px;
    background: rgb(28, 28, 29);
    border-radius: 12px;
}
.form-username-container > input {
    max-width: initial;
}

.signup-btn-next {
    /* margin-top: 3rem; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.signup-btn-previous {
    min-width: 160px;
}
.signup-btn-next > img {
    width: 17px;
    margin-left: 7.5px;
}

.signup-info > .name, .signup-info > .bio {
    color: black;
}

.form-check-label {
    font-size: 14px;

}
.form-check-label > a {
    cursor: pointer;
    text-decoration: underline;
    color: inherit;
}
.sign-up-view-2 {
    display: block;
}
.sign-up-view-2 {
    display: none;
}

/* ---------------- */

/* Discover */
.discover-container > div {
    border-radius: 25px;
    border: 2px solid rgb(28, 28, 29);
    padding: 25px !important;
    flex: 0 0 25%;
}
.discover-title {
    font-size: 25px;
    font-weight: 600;
}
.discover-desc {
    font-size: 15px;
    font-weight: 400;
    color: #888;
}
.discover-image {
    text-align: center;
    margin-bottom: 2rem;
}
.discover-image > img {
    border-radius: 50%;
    width: 130px;
    max-width: 130px;
    height: 130px;
}
.link-inline {
    color: rgb(234, 235, 237);
}
/* ---------------- */



/* Policy */
.policy-container {
    max-width: 820.69px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.policy-container > div {
    margin-top: 3rem !important;
}
.spacer {
    height: 100px;
}


/* Footer */
.footer-border {
    border-color: rgb(28, 28, 29) !important;
}
.footer-nav > li > a {
    font-size: 15px;
    color: #888;
}
.footer-title > h5 {
    font-size: 17px;
}
.footer-title > span {
    font-size: 15px;
}
.footer-nav > li > a:hover {
    color: white;
}
.footer-copyright {
    font-size: 15px;
}
.footer-socials > i {
    fill: #888;
    color: #888;
    font-size: 18px;
}
.footer-socials > i:hover {
    fill: white;
    color: white;
}
#footer {
    padding-top: 25px;
    text-align: center;
    font-size: 15px;
    /* font-weight: 500; */
}
.footer-social {
    padding: 10px;
    justify-content: center;
}
.footer-social > a > img {
    width: 20px;
    margin: 12px;
}
/* ---------------- */

.showcase-image > img {
    width: 100%;
}

/* Skeleton */
.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
  }
  
  @keyframes skeleton-loading {
    0% {
      background-color: hsl(200, 20%, 80%);
    }
    100% {
      background-color: hsl(200, 20%, 95%);
    }
  }

  .skeleton > img {
    opacity: 0;
  }
  
  .skeleton-text {
    width: 100%;
    height: 2rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
  }

  .skeleton-details-box {
    width: 120px;
    height: 2rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
  }
  
  .skeleton-text__body {
    width: 75%;
  }
  
  .skeleton-footer {
    width: 30%;
  }
/* ---------------- */

.card {
    border-radius: 20px;
    background: rgb(28, 28, 29);
}
.pricing-features {
    list-style: none;
    padding-left: 5px;
}
.pricing-features > li {
    display: flex;
    justify-content: start;
    align-items: center;
    list-style: none;
    padding: 12px 5px;
    border-color: rgb(34, 34, 35);
    font-size: 15px;
}
.pricing-features > li > i {
    padding-right: 10px;
}
.pricing-header-free {
    /* background: #6a6764; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 3rem !important;
    padding-bottom: .55rem !important;
}
.pricing-header-pro {
    position: relative;
    align-items: center;
    background: #8156ce;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 3rem !important;
    padding-bottom: .55rem !important;
}
.pricing-header-pro-plus {
    background: #ce5689;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 3rem !important;
    padding-bottom: .55rem !important;
}
.btn-pro, .btn-pro:hover, .btn-pro:active, .btn-pro:focus {
    border-color: #8156ce;
    color: #8156ce;
}
.btn-pro:hover, .btn-pro:active, .btn-pro:focus {
    color: white;
    background: #8156ce;
}
.btn-pro-plus, .btn-pro-plus:hover, .btn-pro-plus:active, .btn-pro-plus:focus {
    border-color: #ce5689;
    color: #ce5689;
}
.btn-pro-plus:hover, .btn-pro-plus:active, .btn-pro-plus:focus {
    color: white;
    background: #ce5689;
}
.pricing-label {
    color: white !important;
}
.pricing-label-plan {
    font-size: 14px;
}
.card-title {
    font-size: 1.5rem;
}
.card-popular-border {
    border: 1px solid #8156ce;
    border-radius: 25px;
}
.card-popular {
    cursor: default;
    font-size: 14px;
}

/* .card1:hover {
    background:#00ffb6;
    border:1px solid #00ffb6;
  } */

/* .card1:hover .list-group-item{
    background:#00ffb6 !important
} */

  /* .card2:hover {
    background:#00C9FF;
    border:1px solid #00C9FF;
  } */

  /* .card2:hover .list-group-item{
    background:#00C9FF !important
  } */


  /* .card3:hover {
    background:#ff95e9;
    border:1px solid #ff95e9;
  } */

  /* .card3:hover .list-group-item{
    background:#ff95e9 !important
  } */


  .card:hover .btn-outline-dark{
    color:white;
    background:#212529;
  }








@media (min-width: 1001px) {
    .flex-reverse {
        flex-direction: row-reverse;
    }
    .offcanvas {
        display: none;
    }
}

@media (max-width: 1000px) {
    .nav-mobile {
        width: 80% !important;
        height: 100vh;
    }
    .nav-dropdown {
        border-color: var(--light-bg);
        border-radius: 0px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        box-shadow: 0px 2px 6px #dfe3e880;
    }
    .dropdown-menu[data-bs-popper] {
        top: 98%;
    }

    .ml-1 {
        margin-left: 0px;
    }
    #nav {
        display: none;
    }
    .nav-signin {
        width: 100%;
        padding: 8px;
        margin-top: -10px;
        margin-bottom: 10px;
        border: 1px solid;
        padding: 8px;
    }
    .nav-signin:hover, .nav-signin:focus, .nav-signin:active {
        padding: 8px;
        background: var(--smt-blue);
        border: 1px solid;
        font-size: 17px;
    }

    .navbar-nav {
        margin-bottom: 35px;
        border-bottom: 1px solid var(--light-bg);
        padding-bottom: 10px;
    }
    .navbar-nav-mobile .nav-link.active {
        color: rgb(15, 15, 15);
        /* padding: 8px 14px; */
        /* border-radius: 8px; */
    }

    .fs-container-sm-2 {
        padding-bottom: 150px;
    }
    .carousel-control-next {
        right: -5.5%;
    }
    .offcanvas {
        z-index: 1041;
        display: block;
    }
    .nav-link {
        color: #888;
        padding: 10px !important;
        border: 0px !important;
        font-weight: 500 !important;
        /* margin: 0px 10px !important; */
    }

    .offcanvas-header {
        border-bottom: 1px solid #e1e4e7;
        border-bottom: 1px solid var(--light-bg);
        padding-bottom: 12px;
    }

    .offcanvas-title {
        color: black;
    }

    .nav-mobile-close {
        font-size: 27px;
        color: #5f6467a8;
        block-size: 24px;
        color: black;
        /* margin-top: 5px; */
    }

    .nav-signin {
        /* margin: 0px 10px !important; */
        width: 100%;
        text-decoration: none;
    }

    .offcanvas-header {
        /* padding-bottom: 0px; */
        padding-right: 20px;
    }

    .offcanvas-body {
        padding: 15px;
        padding-top: 5px;
    }

    .navbar-toggler {
        padding: 7px 7px;
        /* padding-right: 10px; */
    }

    .navbar-toggle-menu {
        padding: 7px 17px !important;
        border-radius: 6px !important;
        font-weight: 500;
        font-size: 16px;

        color: white;
        font-weight: 500;
        font-size: 16px;
        background: rgb(28, 28, 29);
        padding: 7px 17px;
        border-radius: 6px;
    }










    #header-container {
        /* flex-wrap: wrap; */
        flex-wrap: wrap-reverse;
    }
    #header_image {
        max-width: 180px;
        /* margin-top: 15px; */
        margin-bottom: 15px;
    }
    .uni-title {
        font-size: 37px;
    }
    .cta > a {
        margin-top: 1rem;
        width: 100%;
    }
    .gap-5 {
        gap: 0rem !important;
    }
    .w-50, .w-60, img {
        width: 100% !important;
    }
    .section-container {
        height: 100%;
        margin-bottom: 50px;
    }
    .section-container, .section-container-center, .p-5 {
        padding: 15px !important;
    }
    .section-container > .d-flex, .section-container-center {
        flex-wrap: wrap;
    }
    .section-container .d-flex {
        flex-wrap: wrap;
    }
    .flex-reverse, #new-peers {
        flex-wrap: wrap-reverse;
    }
    .section-content {
        width: 100%;
    }

    .pt-4 {
        padding-top: 15px !important;
    }
}

@media (max-width: 500px) {
    #header_image {
        max-width: 130px;
    }
    .section-container {
        margin-bottom: 50px;
    }
}