/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */ /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}
hr {
    height: 0;
    color: inherit;
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
table {
    text-indent: 0;
    border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
:-moz-focusring {
    outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
    box-shadow: none;
}
legend {
    padding: 0;
}
progress {
    vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}
button {
    background-color: transparent;
    background-image: none;
}
fieldset,
ol,
ul {
    margin: 0;
    padding: 0;
}
ol,
ul {
    list-style: none;
}
html {
    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;
    line-height: 1.5;
}
body {
    font-family: inherit;
    line-height: inherit;
}
*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid;
}
hr {
    border-top-width: 1px;
}
img {
    border-style: solid;
}
textarea {
    resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #cbd5e0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #cbd5e0;
}
input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #cbd5e0;
}
[role="button"],
button {
    cursor: pointer;
}
table {
    border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: inherit;
}
button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}
code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}
img,
video {
    max-width: 100%;
    height: auto;
}
[hidden] {
    display: none;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-20 {
    margin-top: 5rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mb-16 {
    margin-bottom: 4rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mr-1 {
    margin-right: 0.25rem;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.w-full {
    width: 100%;
}
.w-5 {
    width: 1.25rem;
}
.max-w-screen-lg {
    max-width: 1024px;
}
.flex-row {
    flex-direction: row;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.whitespace-pre-line {
    white-space: pre-line;
}
.rounded-md {
    border-radius: 0.375rem;
}
.bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 246, 254, var(--tw-bg-opacity));
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
}
.fill-current {
    fill: currentColor;
}
.stroke-current {
    stroke: currentColor;
}
.p-4 {
    padding: 1rem;
}
.p-6 {
    padding: 1.5rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.pt-20 {
    padding-top: 5rem;
}
.pb-32 {
    padding-bottom: 8rem;
}
.text-center {
    text-align: center;
}
.text-lg {
    font-size: 1.125rem;
}
.text-xl {
    font-size: 1.25rem;
}
.text-2xl {
    font-size: 1.5rem;
}
.text-3xl {
    font-size: 1.875rem;
}
.text-sm {
    font-size: 0.875rem;
}
.text-5xl {
    font-size: 3rem;
}
.text-4xl {
    font-size: 2.25rem;
}
.font-semibold {
    font-weight: 600;
}
.font-extrabold {
    font-weight: 800;
}
.font-medium {
    font-weight: 500;
}
.font-bold {
    font-weight: 700;
}
.leading-9 {
    line-height: 2.25rem;
}
.leading-hero {
    line-height: 4.5rem;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 44, var(--tw-text-opacity));
}
.text-primary-500 {
    --tw-text-opacity: 1;
    color: rgba(3, 169, 244, var(--tw-text-opacity));
}
.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(45, 55, 72, var(--tw-text-opacity));
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(113, 128, 150, var(--tw-text-opacity));
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 640px) {
    .sm\:mt-0 {
        margin-top: 0;
    }
    .sm\:ml-2 {
        margin-left: 0.5rem;
    }
    .sm\:w-1\/2 {
        width: 50%;
    }
    .sm\:flex-row {
        flex-direction: row;
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:justify-between {
        justify-content: space-between;
    }
    .sm\:p-12 {
        padding: 3rem;
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sm\:text-left {
        text-align: left;
    }
}
@media (min-width: 768px) {
    .md\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}


.header-bg, .footer-bg{
    background-color: #000;
}

.text-black{
    color: #000;
}


.dm-width {
    width: 500px;
    margin: 0 auto;
 }
 
 .iphone-mockup {
    position: relative;
    z-index: 5;
 }
 
 .dm-device {
     position: relative;
     width: 100%;
     padding-bottom:203.477897%;
     margin-bottom: 20px;
 }
 
 .device {
   position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     width: 100%;
     height: 100%;
     -webkit-background-size: 100% 100%;
     
     background-repeat: no-repeat;
           background-image: url(https://res.cloudinary.com/di5yipnns/image/upload/v1482236588/apple-iphone_aivldo.png);
   background-size: cover;
     background-position: center center;
 }
 
 .screen {
    overflow: hidden;
     position: absolute;
     top: 18.1%;
     bottom: 20.6%;
     left: 12.49%;
     right: 17.4%;
     background-color: #E91E63;
 }
 
 .slider {
   height: 100%;
 }
 .slider div {
   height: 100%;
 }
 
 .slider__item {
     font-size: 100px;
     color: rgba(255,255,255,0.7);
     display: flex;
     justify-content: center;
     align-items: center;
 }
 
 .slider__item--1 {
    background-color: #E91E63;
 }
 .slider__item--2 {
    background-color: #2196F3;
 }
 .slider__item--3 {
    background-color: #4CAF50;
 }
 
 .slider__item--4 {
   background-color: #FFC107;
 }