html {
    overflow-x: hidden;
}

body {
    background-color: #1e1e1e !important;
    color: #fffef5 !important;
    font-family: "Mulish", sans-serif !important;
    overflow-x: hidden !important;
}

.logo {
    width: 50px;
}

.landing-font {
    color: #fffef5;
    font-family: "Mulish", sans-serif !important;
    font-size: 14px !important;
}

.navbar-header {
    margin-top: 5px;
}
nav .navbar-nav .products-menu .dropdown-item {
    color: #d0c72a !important;
}
.products-menu {
    background-color: #88888892;
}

/*
#navBar{
    background-color: transparent !important;
} */

.navbar {
    width: 100%;
    position: fixed;
    left: 0;
    display: flex;
    z-index: 1;
    padding: 0 10%;
    padding-bottom: 5px;
    padding-top: 9px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    background-color: transparent !important;
}

.hamburger .line {
    width: 34px;
    height: 5px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

.change-navBg {
    background: #1e1e1e !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar-bg {
    background-color: #1e1e1e !important;
    box-shadow: 0 2px 2px -2px rgba(181, 181, 181, 0.276);
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.nav-item a {
    font-family: "Mulish", sans-serif !important;
    color: #fff !important;
    /* text-shadow: 1px 1px 1px #1E1E1E; */
    font-weight: 500;
    font-size: 15px !important;
    margin: auto 5px;
}

.nav-item a:hover {
    color: #d4cc43 !important;
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.632), rgba(10, 10, 10, 0.85)),
        url("../images/Homebackground.jpg");
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.national-day {
    background-color: #000;
    background-image: url("../images/nationalDay-bg.png");
    background-size: 100%;
}
.national-day-col {
    width: 550px;
    text-align: center;
    margin-left: 2rem;
}
.national-row {
    margin-bottom: 10%;
}

.hero h1 {
    font-family: "Mulish", sans-serif !important;
    font-size: 11em;
    font-weight: 600;
}

.hero h1 span {
    color: #d0c72a;
    font-family: "Mulish" !important;
}

.hero h3 {
    color: #fffef5 !important;
    font-family: "Mulish", sans-serif !important;
    font-weight: 100;
}

.hero h3 span {
    margin: 0 11px;
}
.national-day h1 {
    font-size: 4em;
    text-align: center;
}
.national-day h3 {
    font-size: 1em;
    text-align: center;
}
.zonizer-events-hero {
    background: url("../images/zonizer_events_background.png");
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.zonizer-events-hero h1 {
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 400;
    font-size: 9em;
}
.zonizer-events-hero h1 span {
    font-family: "Bebas Neue", sans-serif !important;
    color: #d0c72a;
}

.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 20px;
}

.arrows path {
    stroke: #fff;
    fill: transparent;
    stroke-width: 2px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes arrow

/*Safari and Chrome*/ {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
    /* Safari 和 Chrome */
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    /* Safari 和 Chrome */
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    /* Safari 和 Chrome */
}

.line {
    background-color: #d4cc43;
    height: 2px;
    width: 20px;
}

.buttons-container {
    display: inline;
}

.neon-btn {
    position: relative;
    display: inline-block;
    padding: 7px 30px;
    border: 1px solid #d0c72a;
    color: #fffef5;
    font-weight: 500;
    font-size: 18px;
    border-radius: 3px;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
}

.neon-btn:hover {
    text-decoration: none;
    color: #1e1e1e;
    font-weight: 600;
    background: #d0c72a;
    box-shadow: 0 0 10px #d0c72a, 0 0 40px #d0c72a, 0 0 80px #d0c72a;
    transition-delay: 1s;
}

.neon-btn span {
    position: absolute;
    display: block;
}

.neon-btn span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d0c72a);
}

.neon-btn:hover span:nth-child(1) {
    left: 100%;
    transition: 1s;
}

.neon-btn span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #d0c72a);
}

.neon-btn:hover span:nth-child(3) {
    right: 100%;
    transition: 1s;
    transition-delay: 0.5s;
}

.neon-btn span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #d0c72a);
}

.neon-btn:hover span:nth-child(2) {
    top: 100%;
    transition: 1s;
    transition-delay: 0.25s;
}
.zonizer-events-nav {
    border-left: 3px solid #d0c72a;
}
.zonizer-premuim:hover{
    color: #d0c72a !important;

}

.neon-btn span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #d0c72a);
}

.neon-btn:hover span:nth-child(4) {
    bottom: 100%;
    transition: 1s;
    transition-delay: 0.75s;
}

.demo-btn {
    background-color: rgba(121, 120, 103, 0.35);
}

.hero-btn {
    margin: auto 18px;
    margin-top: 20px;
    width: 240px;
    /* height: 45px; */
    text-align: center;
}
.web-btn {
    font-size: 16px;
    margin-top: 7px;
    width: 200px;
    text-align: center;
}
.web-btn:hover #arrow-icon path {
    stroke: #1e1e1e;
    transition: 1s;
    transition-delay: 0.75s;
}
.app-btn {
    width: 280px;
    text-align: center;
}
.app-btn:hover #google-icon path {
    fill: #1e1e1e;
    transition: 1s;
    transition-delay: 0.75s;
}
.explore-btn {
    margin-top: 19px;
    margin-left: 20px;
    margin-right: 20px;
    color: #fffef5;
    font-weight: 500;
    font-size: 18px;
    width: 240px;
    height: 45px;
    background-color: rgba(121, 120, 103, 0.35);
    border: 1px solid #d4cc43;
    border-radius: 3px;
}

.aboutUs {
    background: url("../images/Vector3.png") no-repeat right;
    background-size: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.col-logo {
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aboutLogo {
    width: 230px;
    opacity: 0.6;
}
.overviewImage {
    width: 430px;
    padding-bottom: 2em;
}

.about-row {
    padding: 6em 12em;
    padding-bottom: 0;
    max-width: 1410px;
}

.about-row h3 {
    font-family: "Mulish", sans-serif !important;
    font-weight: 500;
}

.about-row p {
    font-family: "Mulish", sans-serif !important;
    font-size: 14px;
}

.about-row span {
    font-family: "Mulish", sans-serif !important;
    font-size: 14px;
}

.about-row .line {
    background-color: #d4cc43;
    height: 3px;
    width: 50px;
    margin-bottom: 13px;
}

.aboutFooter {
    opacity: 0.055;
}

.aboutFooter h1 {
    font-size: 5em;
    color: #d0c72a;
    font-weight: 700;
}

.btnContainer {
    text-align: center;
}

.showMoreBtn {
    background-color: transparent;
    border: none;
    color: #fffef5;
    font-size: 13px;
}

#moreText {
    display: none;
}

.mockups-container {
    background: url("../images/Vector4.png") no-repeat left;
    background-size: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mockups-row {
    padding: 3em 12em;
    max-width: 1410px;
}

.mockups-row h5 {
    color: #d4cc43;
    font-weight: 300;
    font-size: 19px;
    margin-bottom: 0;
}

.mockups-row h3 {
    font-family: "Mulish", sans-serif !important;
    font-weight: 700;
    font-size: 28px;
}

.mockups-row p {
    font-family: "Mulish", sans-serif !important;
    font-size: 14px;
}

.webScreen {
    width: 430px;
    margin-right: 20px;
}

.row-btn {
    margin-top: 7px;
    color: #fffef5;
    font-weight: 500;
    font-size: 16px;
    width: 200px;
    height: 45px;
    background-color: transparent;
    border: 1px solid #d4cc43;
    border-radius: 5px;
}

.appScreen {
    height: 400px;
}

.justifyContent-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}

.justifyContent-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
}
.justifyContent-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
}

.zonizer-title {
    justify-content: flex-end;
    order: 2;
    margin-top: 3em;
}

.national-logo {
    order: 1;
}

.national-logo img {
    margin-top: 0;
}

@media (min-width: 768px) {
    .zonizer-title {
        order: 1;
        margin-top: 0;
    }

    .national-logo {
        order: 2;
    }
}

.download-btn {
    margin-top: 7px;
    color: #fffef5;
    font-weight: 500;
    font-size: 16px;
    width: 250px;
    height: 45px;
    background-color: transparent;
    border: 1px solid #d4cc43;
    border-radius: 5px;
}

.features-container {
    background: url("../images/map.png") no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6em 12em;
}
.features-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6em 12em;
}
.events-title {
    background: url("../images/Vector-5.png") no-repeat center;
    background-size: 80%;
    text-align: center;
    padding-bottom: 2em;
}
.events-title h5 {
    font-weight: 400;
}
.events-title h2 {
    font-weight: 500;
    color: #d4cc43;
    font-size: 4em;
}
.benefits-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6em 12em;
}
.benefits-wrapper {
    text-align: center;
}
.benefits-wrapper svg {
    width: 80%;
    height: auto;
}

.packages-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6em 12em;
}
.packages-row {
    position: relative;
    padding-top: 1em;
}
.package-col {
    padding: 2px;
    padding-bottom: 7px;
}
.package-card {
    text-align: center;
    padding: 3em;
    padding-bottom: 4em;
}
.package-card {
    border-top: 6px solid #fffef5;
    border-radius: 10px;
}
.package-card h4 {
    color: #d0c72a;
    font-size: 2.7em;
}
.pro-card {
    position: relative;
    bottom: 30px;
    background-color: #fffef5;
    border-top: 8px solid #d0c72a;
    border-radius: 10px;
}
.package-card h6 {
    font-weight: 300;
    padding-bottom: 0.3em;
}
.pro-card h6 {
    color: #000;
}
.pro-card h3 {
    color: #d0c72a;
    font-weight: 600;
    font-size: 3em;
}

.features-container h2 {
    font-family: "Mulish", sans-serif !important;
    font-weight: 700;
    margin-bottom: 0.7em;
}

.features-container .line {
    background-color: #d4cc43;
    height: 4px;
    width: 50px;
    margin-bottom: 13px;
}
.feature-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 90%;
    border: 0.4px solid #d0c72a;
    background-color: rgba(77, 77, 76, 0.05);
    border-radius: 10px;
    padding: 30px 22px;
    margin-top: 20px;
}
.feature-card svg {
    margin-top: 20px;
}
.feature-card h5 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.feature-card:hover {
    color: #1e1e1e;
    background-color: #d0c72a;
    transition: 0.5s;
}
.feature-card:hover path {
    stroke: #1e1e1e;
    stroke-width: 4.64286;
}

.card-feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 127px;
    padding-top: 30px;
    border: 2px solid #a69f22;
    border-radius: 7px;
    transition: 0.5s;
}
.logo-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
.logo-thumb img {
    width: 110px;
    margin: 14px;
}
.card-feature p {
    margin-top: 1em;
    font-size: 14px;
}

.card-feature:hover {
    background-color: #fffef5;
    border: 2px solid #fffef5;
    border-radius: 7px;
}

/* .card-feature p:hover {
    color: #1E1E1E;
} */
.footer-container {
    position: relative;
    background: url("../images/concert-footer.jpg") no-repeat;
    background-color: #1e1e1e;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6em 12em;
    padding-bottom: 1em;
}

.demoFooter {
    /* background: url("../images/Vector3.png") no-repeat right;
    background-size: 60%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-row {
    padding-bottom: 0;
    width: 800px;
    max-width: 1410px;
}

.request-col {
    background: rgba(30, 30, 30, 0.58);
    backdrop-filter: blur(11.5px);
    border-color: #d4cc43;
    border-width: 1px;
    border-radius: 7px;
    border-style: solid;
    border-bottom: 0;
    padding: 20px 10px;
}

.inputField {
    width: 100%;
    display: block;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    padding: 10px 10px 10px 9px;
    margin-bottom: 9px;
    background: #1e1e1e;
    border: 1px solid #d4cd434c;
    border-radius: 7px;
    color: rgba(255, 255, 255, 0.47);
}

.request-col h3 {
    width: 300px;
    font-size: 22px;
    margin-bottom: 1em;
}

.sendButton {
    width: 100%;
    margin-top: 19px;
    margin-right: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    height: 45px;
    background-color: #d4cc43;
    border: 1px solid #d4cc43;
    border-radius: 7px;
}

.contact-col {
    padding-left: 20px;
}

.contact-col h2 {
    margin-top: 1em;
    font-family: "Mulish", sans-serif !important;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 1em;
}

.contact-col .line {
    background-color: #d4cc43;
    height: 4px;
    width: 30px;
    margin-bottom: 13px;
    margin-left: 7px;
}

.contact-col span {
    font-family: "Mulish", sans-serif !important;
    font-size: 14px;
    font-weight: 800;
}

.contact-col span:hover {
    color: #d4cc43;
}

.lineHr {
    background-color: #d4cc43;
    border-radius: 1px;
    height: 2px;
    margin: 7px 0;
    opacity: 0.2;
    width: 70%;
}

.footer-container .logo {
    margin-top: 7em;
    margin-bottom: 2em;
    width: 70px;
    opacity: 0.77;
}

.contact-col a {
    font-family: "Mulish", sans-serif !important;
    text-decoration: none;
    color: #fffef5;
}

.copyright {
    position: absolute;
    bottom: 4px;
    font-family: "Mulish", sans-serif !important;
}

.copyright span {
    font-family: "Mulish", sans-serif !important;
    font-size: 9px;
    color: #fffef5;
}

.rights {
    font-family: "Mulish", sans-serif !important;
    position: absolute;
    bottom: 4px;
    right: 7px;
}

.rights span {
    font-family: "Mulish", sans-serif !important;
}

.theVision {
    position: absolute;
    bottom: 7px;
    left: 9px;
    width: 53px;
    opacity: 0.8;
}

.rights a {
    text-decoration: none;
    color: #fffef5;
    font-size: 11px;
}

.rights a:hover {
    color: #a69f22;
}

.space {
    color: #fffef5;
    font-size: 11px;
    padding: 0 5px;
}

/* #hovered{
    display: none;
} */

@keyframes hideAnimation {
    to {
        visibility: hidden;
        width: 0;
        height: 0;
    }
}

.centerInkMessage {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    animation: hideAnimation 0s ease-in 6s;
    animation-fill-mode: forwards;
}

.contact-col p {
    color: #fffef5;
    font-size: 14px;
}

.mobileOnlyShow {
    display: none;
}

.centerContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reveal {
    position: relative;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
}

.active.fade-bottom {
    animation: fade-bottom 1s ease-in;
}

.active.fade-left {
    animation: fade-left 1s ease-in;
}

.active.fade-right {
    animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .national-day {
        background-image: url("../images/nationalDay_bg.png");
        background-position: bottom;
    }
    .national-day-col {
        width: 340px;
        text-align: center;
        margin: auto;
        margin-top: 3em;
        margin-left: auto;
    }
    .reveal {
        position: relative;
        opacity: 1;
    }
    .overview-row {
        padding: 2em;
    }
    .overviewImage {
        width: 330px;
    }
    .benefits-div {
        padding: 2em;
    }
    .benefits-wrapper svg {
        width: 100%;
        height: auto;
    }

    .nav-item a {
        padding: 40px auto;
        font-size: 35px !important;
    }

    .navbar-collapse {
        padding-top: 140px;
        height: 100vh;
    }

    #login-icon {
        height: 45px;
        width: 40px;
    }

    .reveal.active {
        opacity: 1;
    }

    .active.fade-bottom {
        animation: none;
    }

    .active.fade-left {
        animation: none;
    }

    .active.fade-right {
        animation: none;
    }

    .aboutFooter h1 {
        font-size: 30px;
    }

    .hero h1 {
        font-size: 5em;
    }
    .national-day h1 {
        font-size: 4em;
    }

    .hero h3 {
        font-size: 14px;
    }

    .hero h3 span {
        margin: 0 3px;
    }

    .buttons-container {
        text-align: center;
    }

    .explore-btn {
        width: 190px;
        font-size: 15px;
    }

    .about-row {
        padding: 3em;
        padding-top: 4em;
    }

    .aboutLogo {
        width: 140px;
    }

    .form-row {
        width: 100%;
    }

    .features-container {
        padding: 2em;
    }
    .features-div {
        padding: 2em;
    }
    .content span {
        font-size: auto;
    }
    .content img {
        width: 70px;
        height: 70px;
    }
    .row-features {
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-top: 3em;
    }

    .right-align {
        position: relative;
        left: 20px;
    }

    .card-feature {
        margin-top: 12px;
    }

    .webScreen {
        width: 300px;
    }

    .appScreen {
        width: 300px;
    }

    .hide {
        display: none;
    }

    .navWrapper {
        text-align: right;
    }

    .navbar-toggler {
        position: absolute;
        top: 14px;
        right: 0;
    }

    .nav-link {
        text-align: center;
    }

    .mobileOnlyShow {
        display: block;
    }

    .rights {
        position: absolute;
        left: auto;
        right: auto;
        bottom: 19px;
    }

    .mobileOnlyShow h2 {
        padding-left: 1em;
    }

    .mobileOnlyShow .row-features {
        text-align: left;
    }

    .footer-container {
        padding: 2em;
    }

    /* .row-features .mobileOnlyShow{
        padding-left: 33px;
    } */
}

@media (min-width: 481px) and (max-width: 768px) {
    .national-day {
        background-image: url("../images/nationalDay_bg.png");
        background-position: bottom;
    }
    .national-day-col {
        width: 340px;
        text-align: center;
        margin: auto;
        margin-top: 3em;
        margin-left: auto;
    }
    .features-div {
        padding: 2em;
    }
    .benefits-div {
        padding: 2em;
    }
    .benefits-wrapper svg {
        width: 100%;
        height: auto;
    }
    .content span {
        font-size: auto;
    }
    .content img {
        width: 70px;
        height: 70px;
    }
    .nav-item a {
        padding: 40px auto;
        font-size: 35px !important;
    }
    .overview-row {
        padding: 2em;
    }
    .overviewImage {
        width: 330px;
    }

    .navbar-collapse {
        padding-top: 140px;
        height: 100vh;
    }

    #login-icon {
        height: 45px;
        width: 40px;
    }
    .reveal {
        position: relative;
        opacity: 1;
    }

    .reveal.active {
        opacity: 1;
    }

    .active.fade-bottom {
        animation: none;
    }

    .active.fade-left {
        animation: none;
    }

    .active.fade-right {
        animation: none;
    }

    .aboutFooter h1 {
        font-size: 30px;
    }

    .hero h1 {
        font-size: 5em;
    }
    .national-day h1 {
        font-size: 4em;
    }

    .hero h3 {
        font-size: 14px;
    }

    .hero h3 span {
        margin: 0 3px;
    }

    .buttons-container {
        text-align: center;
    }

    .explore-btn {
        width: 190px;
        font-size: 15px;
    }

    .about-row {
        padding: 4em;
        padding-top: 4em;
    }

    .aboutLogo {
        width: 140px;
    }
    .demoFooter {
        width: 100%;
    }

    .form-row {
        width: 100%;
    }

    .features-container {
        padding: 1em 5em;
    }

    .row-features {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .right-align {
        position: relative;
        left: 20px;
    }

    .card-feature {
        margin-top: 12px;
    }

    .webScreen {
        width: 300px;
    }

    .appScreen {
        width: 300px;
    }

    .hide {
        display: none;
    }

    .navWrapper {
        text-align: right;
    }

    .navbar-toggler {
        position: absolute;
        top: 11px;
        right: 0;
    }

    .nav-link {
        text-align: center;
    }

    .mobileOnlyShow {
        display: block;
    }

    .rights {
        position: absolute;
        left: auto;
        right: auto;
        bottom: 19px;
    }

    .mobileOnlyShow h2 {
        padding-left: 1em;
    }

    .mobileOnlyShow .row-features {
        text-align: left;
    }

    .footer-container {
        padding: 3em 4em;
    }

    .row-features {
        width: 370px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .national-day {
        background-image: url("../images/nationalDay-bg.png");
        background-position: bottom;
    }
    .national-day-col {
        width: 350px;
        text-align: center;
        margin: auto;
        margin-left: 7%;
    }
    .national-row {
        padding-bottom: 4rem;
    }
    .nav-item a {
        padding: 40px auto;
        font-size: 35px !important;
    }

    .navbar-collapse {
        padding-top: 140px;
        height: 100vh;
    }

    #login-icon {
        height: 45px;
        width: 40px;
    }
    .reveal {
        position: relative;
        opacity: 1;
    }

    .reveal.active {
        opacity: 1;
    }

    .active.fade-bottom {
        animation: none;
    }

    .active.fade-left {
        animation: none;
    }

    .active.fade-right {
        animation: none;
    }

    .aboutFooter h1 {
        font-size: 30px;
    }

    .hero h1 {
        font-size: 5em;
    }
    .national-day h1 {
        font-size: 3em;
    }

    .hero h3 {
        font-size: 14px;
    }
    .national-day h3 {
        font-size: 12px;
    }

    .hero h3 span {
        margin: 0 3px;
    }

    .buttons-container {
        text-align: center;
    }

    .explore-btn {
        width: 190px;
        font-size: 15px;
    }

    .about-row {
        padding: 6em;
        padding-top: 4em;
    }

    .aboutLogo {
        width: 140px;
    }

    .form-row {
        width: 100%;
    }

    .features-container {
        padding: 2em;
        padding-left: 3em;
    }

    .row-features {
        width: 500px;
        justify-content: center;
        align-items: center;
    }

    .card-feature {
        margin-top: 12px;
    }

    .webScreen {
        width: 300px;
    }

    .appScreen {
        width: 300px;
    }

    .hide {
        display: none;
    }

    .navWrapper {
        text-align: right;
    }

    .navbar-toggler {
        position: absolute;
        top: 23px;
        right: 0;
    }

    .nav-link {
        text-align: center;
    }

    .mobileOnlyShow {
        display: block;
    }

    .rights {
        position: absolute;
        left: auto;
        right: auto;
        bottom: 19px;
    }

    /* .mobileOnlyShow h2{
        padding-left: 1em;
    } */
    .mobileOnlyShow .row-features {
        text-align: left;
    }

    .request-col {
        width: 350px;
    }

    .form-row {
        width: 700px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .national-day {
        background-image: url("../images/nationalDay-bg.png");
        background-position: bottom;
    }
    .national-day-col {
        width: 350px;
    }
    .national-row {
        margin-bottom: 10em;
    }
    .features-container {
        padding: 2em;
    }

    .mockups-row {
        padding: 6em;
    }

    .about-row {
        padding: 6em;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    /* .national-day{
        background-image: url('../images/nationalDay-bg.png');
        background-position: bottom;
    } */
    /* .national-row{
        padding-bottom: 4rem;
    } */
}

@media only screen and (min-width: 1281px) {
}
/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: "";
    position: absolute;
    width: 6px;
    background-color: #d0c72a;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timeline-container {
    padding: 10px 40px;
    padding-top: 0;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.timeline-container::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: #d0c72a;
    border: 4px solid #d0c72a;
    top: 40px;
    border-radius: 50%;
    /* z-index: 1; */
}

/* Place the container to the left */
.left {
    left: 0;
    text-align: right;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    /* content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white; */
}

/* Add arrows to the right container (pointing left) */
.right::before {
    /* content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent; */
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -12px;
}

/* The actual content */
.content {
    position: relative;
    border-radius: 6px;
}
.content span {
    font-size: 18px;
}
.content img {
    width: 110px;
    height: 110px;
}
.custom-height {
    height: 120px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media (min-width: 280px) and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }
    .content span {
        font-size: 12px;
    }
    .content img {
        width: 65px;
        height: 65px;
    }

    /* Full-width containers */
    .timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .timeline-container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
    .timeline-container::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        left: 20px;
        background-color: #d0c72a;
        border: 4px solid #d0c72a;
        top: 20px;
        border-radius: 50%;
    }
    .custom-height {
        height: 70px;
    }
}
@media (min-width: 601px) and (max-width: 769px) {
    .package-card {
        padding: 12px;
        padding-top: 30px;
        padding-bottom: 2em;
    }
    .mobileOnlyShow .timeline {
        margin-left: 30%;
    }
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }
    .content span {
        font-size: 12px;
    }
    .content img {
        width: 65px;
        height: 65px;
    }

    /* Full-width containers */
    .timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .timeline-container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
    .timeline-container::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        left: 20px;
        background-color: #d0c72a;
        border: 4px solid #d0c72a;
        top: 20px;
        border-radius: 50%;
    }
    .custom-height {
        height: 70px;
    }
}
@media (min-width: 780px) and (max-width: 991px) {
    .package-card {
        padding: 12px;
        padding-top: 30px;
        padding-bottom: 2em;
    }
    .mobileOnlyShow .timeline {
        margin-left: 30%;
    }
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }
    .content span {
        font-size: 12px;
    }
    .content img {
        width: 65px;
        height: 65px;
    }

    /* Full-width containers */
    .timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .timeline-container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
    .timeline-container::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        left: 20px;
        background-color: #d0c72a;
        border: 4px solid #d0c72a;
        top: 20px;
        border-radius: 50%;
    }
    .custom-height {
        height: 70px;
    }
}
#zonizer-premuim{
    color:rgb(184, 184, 184) !important;
}
#zonizer-premuim:hover{
    color:#d0c72a !important;
}
