* {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
}

.dropdown-toggle::after {
    display: none !important;
}

h1,
h2,
h3 {
    font-weight: 700;
}

h4,
h5 {
    font-weight: 600;
}

h6 {
    font-weight: 500;
}

/** ===== NAVBAR  ===== **/

.nav-scroll navbar-toggler {
    position: relative;
    border: #fff !important;
}

.offcanvas {
    width: 250px;
}

.navbar-toggler {
    display: none;
}

@media (max-width: 900px) {
    .navbar-toggler {
        display: inline-block;
        position: absolute;
        left: 0;
    }

    .navbar .navbar-brand {
        padding-left: 50px;
        left: 40px;
    }
}

.navbar {
    opacity: 0.9;
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-height: 66px;
    line-height: 44px;
    background: transparent;
    z-index: 9999;
}

.navbar .active {
    color: #d6a8ff !important;
}

.navbar .navbar-brand {
    border-radius: 5px;
    display: block;
    width: 155px;
    height: 50px;
    background-image: url("https://2025.nywhash.com/brand/nywhashtextlogowhite.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
}

.navbar .navbar-brand::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    bottom: 0;
    border-radius: 5px;
    background: transparent;
    transition: background 0.3s ease, left 0.3s ease, right 0.3s ease;
    z-index: 0;
}

.navbar .navbar-brand:hover::before {
    background: rgb(255 255 255 / 11%);
    left: -15px;
    right: -15px;
}

.nav-scroll .navbar-brand {
    border-radius: 5px;
    display: block;
    width: 155px;
    height: 50px;
    background-image: url("https://2025.nywhash.com/brand/nywhashtextlogo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
}

.nav-scroll .navbar-brand::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    bottom: 0;
    border-radius: 5px;
    background: transparent;
    transition: background 0.3s ease, left 0.3s ease, right 0.3s ease;
    z-index: 0;
}

.nav-scroll .navbar-brand:hover::before {
    background: rgb(213 0 251 / 8%);
    left: -15px;
    right: -15px;
}


.navbar .nav-item {
    margin: 0 5px;
    padding: 0;
}

.navbar .nav-item a {
    font-weight: 600;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
}

.navbar .nav-item a:hover {
    color: #161616;
    background-color: rgba(255, 255, 255, 0.07);
}

.dropdown-item a {
    color: #000 !important;
    background-color: rgba(255, 255, 255, 0.07);
    padding-right: 10px;
    padding-left: 10px;
}

.nav-scroll .nav-item a {
    color: #777;
    font-weight: 600;
    font-size: 16px;
}

.nav-scroll .nav-item a:hover {
    color: #000 !important;
    background-color: rgb(0 0 0 / 5%);
}

.nav-scroll .nav-item a {
    color: #777 !important;
}

.navbar .nav-link {
    position: relative !important;
    padding-right: 10px;
    padding-left: 10px;
    padding: 0 !important;
    padding-right: 300px;
    font-size: 16px !important;
    color: #fff !important;
}

.navbar .navbar-toggler {
    cursor: pointer;
}

.navbar .navbar-toggler span {
    color: #fff;
}

.navbar-style2 .active:after,
.navbar-style2 .nav-link:after {
    display: none;
}

.nav-scroll {
    background: #fff;
    -webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
    box-shadow: 0 2px 20px 0px rgb(0 0 0 / 20%), inset 0 0 0px 0px #dadce0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-scroll .navbar-nav>li>a {
    color: #777;
}

.nav-scroll .navbar-toggler {
    cursor: pointer;
    border-color: #fff;
    border: 0px;
}

.nav-scroll .navbar-toggler span {
    color: #000;
    border: 0px !important;
}

.nav-scroll .active {
    position: relative;
}
/** = NAVBAR END = **/

.banner {
    background: linear-gradient(to left, #000, #000);
    padding: 100px 0px;
    color: #fff;
    position: relative;
}

.cloudbanner {
    background: linear-gradient(to left, #fff, #fff, #fff);
    padding: 100px 0px;
    position: relative;
}

.nywhash-header-main {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-announce-nywhash {
    padding: 80px 0px;
}

.banner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner a.weblink {
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
}

.banner a:hover {
    text-decoration: none;
}

.headertext-nyws {
    flex-basis: 100%;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: -35px;
}

.banner-text {
    padding-right: auto;
}

.banner-text p {
    margin: 60px 0px;
}

.banner-text ul {
    list-style: none;
}

.banner-text ul li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.banner-text ul li a {
    display: block;
}

.banner-text ul li a img {
    width: 150px;
    border-radius: 7px;
}

.prelative {
    position: relative;
}

.section-padding {
    padding: 80px 0px;
}

.sectioner-header {
    width: 69%;
    margin: 0 auto;
}

.line {
    height: 2px;
    width: 50px;
    background: #8e1efc;
    display: block;
    margin: 20px auto 20px;
}

.line::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 150px;
    height: 2px;
    border-bottom: 2px dashed #8e1efc;
    margin-left: -75px;
}

.sectioner-header p {
    color: #818992;
    font-size: 17px;
}

.section-content {
    margin-top: 80px;
}

.icon-box {
    margin-bottom: 50px;
}

.icon-box i {
    display: block;
    position: relative;
    width: 135px;
    height: 135px;
    border-radius: 100px;
    background: linear-gradient(to left, #e7e7e7, #ffffff);
    color: #000000;
    font-size: 50px;
    line-height: 135px;
    margin: 0 auto;
}

.icon-box h5 {
    margin-top: 30px;
}

.icon-box p {
    color: #818992;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
}

.ny-btn {
    color: #000;
    padding: 10px 20px;
    background: #fff;
    border-radius: 7px;
    margin-top: 30px;
    display: inline-block;
    font-size: 18px;
}

.ny-btn:hover {
    background: #9991;
    color: #000;
    text-decoration: none;
}

.nywhash-blue-btn {
    color: #fff;
    background: #0087ff;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.nywhash-blue-btn:hover {
    background: #0065be;
    color: #fff;
    text-decoration: none;
}

.nywhash-red-btn {
    color: #fff;
    background: #fe1d28;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.nywhash-red-btn:hover {
    background: #cd0009;
    color: #fff;
    text-decoration: none;
}

.nywhash-green-btn {
    color: #fff;
    background: #25d300;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.nywhash-green-btn:hover {
    background: #1ca100;
    color: #fff;
    text-decoration: none;
}


.nywhash-blue-btn-start {
    color: #006eff;
    line-height: 40px;
    border: 0.8px solid #bdbdbd;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
}

.nywhash-blue-btn-start:hover {
    color: #006eff;
    text-decoration: none;
}


.header-btn {
    color: #fff;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    background: linear-gradient(to right, #009aff, #020396);
    background-size: 200% 100%;
    background-position: left;
    border: none;
    font-weight: 600;
    border-radius: 50px;
    color: white;
    transition: background-position 1s ease;
}

.header-btn:hover {
    background: #0065be;
    background-position: right;
    color: #fff;
    text-decoration: none;
}

.header-btn-disable {
    color: #fff;
    width: 100%;
    cursor: none;
    pointer-events: none;
    background: #ccc;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
}

.navbar .header-btn-start {
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
}

.navbar .header-btn-start:hover {
    color: #f5f5f5;
    background: rgb(0 0 0 / 5%);
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
}

.nav-scroll .header-btn-start {
    color: #0087ff;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
}

.nav-scroll .header-btn-start:hover {
    color: #0087ff;
    background-color: #122be617;
    text-decoration: none;
}

.navbar .nywhash-lang-selector {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 4px;
    border: 0.8px solid #bdbdbd;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    background-color: transparent;
}

.navbar .nywhash-lang-selector:focus {
    border-radius: 4px;
    border: 0.8px solid #bdbdbd;
    display: inline-block;
    text-align: center;
    background: #000;
    border-radius: 5px;
    font-size: 12px;
    background-color: #000;
}

.nav-scroll .nywhash-lang-selector:focus {
    border-radius: 4px;
    border: 0.8px solid #bdbdbd;
    display: inline-block;
    text-align: center;
    background: #000;
    border-radius: 5px;
    font-size: 12px;
    background-color: transparent;
}

.nav-scroll .nywhash-lang-selector {
    color: #777;
    border-radius: 4px;
    border: 0.8px solid #bdbdbd;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    background-color: transparent;
}

.nyv-btn {
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    margin-top: 30px;
    display: inline-block;
    font-size: 18px;
}

.nyv-btn:hover {
    color: #fff;
    text-decoration: underline;
}

.nywhash_a-section {
    background-size: cover;
    overflow: hidden;
}

.nywhash_a-overlay {
    background: linear-gradient(to left, rgb(0 0 0 / 90%), rgb(0 0 0));
}

.nywhash_a-section h3 {
    font-weight: 600;
    font-size: 38px;
}

.nywhash_a-section i {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background: #ffffff;
    color: #8e1efc;
    font-size: 30px;
    line-height: 70px;
    margin: 0 auto;
    cursor: pointer;
}

.faq {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
}

.faq-content {
    margin: 20px 0px;
}

.faq-content h4 {
    font-weight: 600;
    font-size: 30px;
}

.faq-content p {
    color: #2b1e2d;
    font-weight: 300;
    margin-top: 15px;
}

#contact_form .form-input {
    border: 1px solid #e4e4e4;
}

input {
    height: 42px;
    padding: 0 1rem;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0;
}

#contact_form textarea {
    resize: none;
    padding: 1rem;
    height: 150px;
    background: #fff;
    border: 0;
    border-radius: 30px;
    margin-bottom: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nywhash-red {
    background-color: #fe1d28;
}

.nywhash-green {
    background-color: #25d300;
}

.nywhash-blue {
    background-color: #00b0d1;
}

.nywhash-pink {
    background-color: #e25cff;
}

.btn-grad {
    padding: .7rem 2rem;
    display: inline-block;
    color: #fff;
    border-radius: 2rem;
    border: 0;
    background: #7a60ff;
    background: linear-gradient(to left, #7a60ff, #cd9ffa);
    cursor: pointer;
}

.contact-info {
    padding: 2rem 2rem 1rem;
    border-radius: 8px;
    background: #7a60ff;
    background: linear-gradient(to left, #7a60ff, #cd9ffa);
}

.contact-item {
    margin: 23px 0px;
}

.contact-item i {
    font-size: 20px;
}

.contact-item p {
    line-height: 20px;
    margin: 0;
}

.about {
    background-color: #fff;
}

.aboutnywhash {
    background: #fff;
    padding: 100px 0px;
    color: #000;
    position: relative;
}

.aboutnywhash ul {
    list-style: none;
}

.aboutnywhash ul li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.aboutnywhash ul li a {
    display: block;
}

.aboutnywhash ul li a img {
    width: 150px;
    border-radius: 7px;
}

.footer-copy {
    background: #f1f1f1;
    color: #241f27;
    font-size: 13px;
    text-align: center;
    padding: 16px 0px;
}

.footer-copy p {
    margin-bottom: 0px;
}

.footer-copy a {
    margin-right: 60px;
    color: #241f27;
    font-size: 14px;
}

.footer-copy a:hover {
    text-decoration: underline;
    font-size: 14.1px;
}

.header-text-a {
    font-size: 60px;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

#loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 6px solid #4faeff;
    animation: spinner-bulqg1 1.1199999999999999s infinite linear alternate,
        spinner-oaa3wk 2.2399999999999998s infinite linear;
}

@keyframes spinner-bulqg1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
    }
}

@keyframes spinner-oaa3wk {
    0% {
        transform: scaleY(1) rotate(0deg);
    }

    49.99% {
        transform: scaleY(1) rotate(135deg);
    }

    50% {
        transform: scaleY(-1) rotate(0deg);
    }

    100% {
        transform: scaleY(-1) rotate(-135deg);
    }
}

#preloader.fade-out {
    opacity: 0;
    visibility: hidden;
}

#dropdownIcon {
    transition: transform 0.3s ease;
}

.rotate-up {
    transform: rotate(180deg);
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#bgVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
}

.first-banner {
    position: relative;
    padding: 30px;
    padding-top: 100px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.blur-shadow {
    position: absolute;
    width: 60%;
    height: 40%;
    background: #0089ff52;
    border-radius: 50%;
    filter: blur(100px);
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 20px;
    margin-bottom: 40px;
    color: #ddd;
}

.banner-buttons {
    display: flex;
    gap: 20px;
}

.banner-buttons .btn {
    padding: 10px 33px;
    font-size: 16px;
}

.btn-primary {
    background: linear-gradient(to right, #019900, #0077ff);
    background-size: 200% 100%;
    background-position: left;
    border: none;
    font-weight: 600;
    border-radius: 50px;
    color: white;
    transition: background-position 2s ease;
}

.btn-primary:hover {
    background-position: right;
    border: none;
    font-weight: 600;
    border-radius: 50px;
    color: white;
}

.a-btn-primary {
    background: linear-gradient(to right, #7540fc, #0077ff);
    background-size: 200% 100%;
    background-position: left;
    border: none;
    font-weight: 600;
    border-radius: 50px;
    color: white;
    transition: background-position 2s ease;
}

.a-btn-primary:hover {
    background-position: right;
    border: none;
    font-weight: 600;
    border-radius: 50px;
    color: white;
}


.btn-outline-light {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
}

.nywhash-aKfkswKflsx {
    font-size: 70px;
    font-weight: 700;
    background: linear-gradient(to left, #ec95ff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.dropdown-menu {
    color: #fff !important;
    background: #000 !important;
    background-color: #000 !important;
    padding: 4px;
}

.dropdown-menu a {
    color: #fff !important;
}

.nav-scroll .dropdown-menu {
    color: #777 !important;
    background: #fff !important;
    background-color: #fff !important;
    padding: 4px;
}

.nav-scroll .dropdown-menu a {
    color: #777 !important;
}

@media all and (max-width:900px) {
    .navbar .navbar-collapse {
        overflow: auto;
        color: #fff !important;
        text-align: center;
        padding: 10px 0;
    }

    #contact_form {
        margin-bottom: 20px;
    }
}

@media all and (max-width:900px) {
    .banner-text {
        padding-right: 0px;
        margin: 10px 0px 0px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 23px;
    }

    .section-padding {
        padding: 40px 0px;
    }

    .banner-text p {
        margin: 25px 0px;
    }

    .banner-text ul li a img {
        width: 140px;
        border-radius: 7px;
    }

    .section-content {
        margin-top: 40px;
    }

    .faq-content {
        margin: 10px 0px;
    }

    .faq-content h4 {
        font-size: 16px;
    }

    .faq-content p {
        font-size: 13px;
    }

    #contact_form {
        margin-bottom: 20px;
    }

    .contact-item {
        font-size: 12px;
    }

    .aboutnywhash ul li a img {
        width: 120px;
    }

    .footer-copy p {
        font-size: 0px;
    }

    .footer-copy a {
        margin-right: 60px;
        color: #241f27;
        font-size: 10px;
    }

    .header-text-a {
        font-size: 40px;
    }

    .alt-banner-text {
        font-size: 16px;
    }

    .nywhash-aKfkswKflsx {
        font-size: 25px;
        font-weight: 700;
        background: linear-gradient(to left, #ec95ff, #fff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .main-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .banner-buttons .btn {
        padding: 9px 12px;
        font-size: 10px;
    }

    .subtitle {
        font-size: 16px;
        margin-bottom: 40px;
        color: #ddd;
    }
}