@font-face {
  font-family: 'rocgroteskextrawide-regular';
  src: url("/wp-content/themes/hello-elementor-child/fonts/rocgroteskextrawide-regular-webfont.woff2") format('woff2'),
       url("/wp-content/themes/hello-elementor-child/fonts/rocgroteskextrawide-regular-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "rocgroteskextrawide-regular" !important;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}


span.color-pink {
    color: #F84E8C;
}

.null-height {
    height: 0 !important;
}

.elementor-widget-button .elementor-button {
    text-decoration: none !important;
}

span.blue-bg {
    background-color: #5158BB;
    padding: 0px 10px;
    display: inline-block;
}

.faq-color {
    color: white !important;
}

.fashionx {
    margin-left: -260px;
}

.faq-container {
    background-color: #0E1A23;
    border-bottom-right-radius: 20px;
}

.icon-list-text-style {
    font-weight: 400;
}

.container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}
@media (min-width: 700px) {
    .faq-container {
        background-color: #0E1A23;
        width: 90%;
        border-bottom-right-radius: 20px;
    }
}

@media (max-width: 767px) {
    span.blue-bg {
        padding: 0px 5px;
        margin-bottom: 2px;
    }
}
