html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: Cairo;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    font-family: Cairo;

}

.slide {
    background: #D8D8D8 url(../img/bg.png);
    background-size: cover;
    min-height: 100vh;
}

.phone-img {
    margin-top: auto;
    margin-bottom: auto;
}

.site-header {
    position: relative;

}

.site-header .navbar {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 999;
}

.slide img {
    margin-top: 40%;
    float: left;
    width: 300px;
}


.slide-txt {
    margin-top: 60%;
    vertical-align: middle;

}

.slide-txt h1 {
    font-weight: 900;
    font-size: 46px;
    color: #fff;
}

.slide-txt h3 {
    font-weight: 600;
    font-size: 32px;
    color: #F882C9;
}

.slide .btn-container .btn {
    margin-left: 20px;
}

.navbar-brand img {
    width: 120px;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
}


.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}


.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #f9f9f9;
}

.about-icard {
    background-color: #F9F9F9;
    padding: 100px 0;
}

.about-icard h2 {
    color: #BB3E8A;
    margin-bottom: 20px;
    font-weight: bolder;
}

.about-icard p {
    color: #959595;
    font-weight: 400;
    line-height: 2;
}

.about-icard .gry-logo {}

.about-icard .about-txt {
    width: 50%;
    display: inline-block;
    margin: 40px;
    float: right;
}

.about-icard img {
    width: 150px;
    margin: 60px auto;
    display: block;
}

.about-icard .card {
    background: #FFFFFF;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
    border: 0;
}




.download-icard {
    background-color: #fff;
    padding: 100px 0;
}


.download-icard h2 {
    color: #BB3E8A;
    margin-bottom: 20px;
    font-weight: bolder;
    text-align: center;
}


.download-icard p {
    color: #959595;
    font-weight: 400;
    line-height: 2;
    text-align: center;

}

.download-icard .store-logo {
    text-align: center;
    margin: 60px 0
}

.download-icard .store-logo img {
    padding-left: 30px;
    padding-right: 30px;
}

.about-umbrella {
    background-color: #F9F9F9;
    padding: 100px 0;
}

.about-umbrella h2 {
    color: #848484;
    margin-bottom: 50px;
}

.about-umbrella p {
    color: #959595;
    line-height: 2;
    text-align: justify;

}


footer {
    background-color: #333333;
    color: #636363;
    text-align: center;
    padding: 25px 0;
}

.hidden {
    display: none !important;
}


.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.cd-headline.rotate-1 .cd-words-wrapper {
    display: inline-block;
    perspective: 300px;
}


.cd-headline.rotate-1 b {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: rotateX(180deg);
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    /*    font-size: 26px*/
}

.cd-headline.rotate-1 b.is-visible {
    position: relative;
    opacity: 1;
    transform: rotateX(0deg);
    animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
    transform: rotateX(180deg);
    animation: cd-rotate-1-out 1.2s;
}

@keyframes cd-rotate-1-in {
    0% {
        transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes cd-rotate-1-out {
    0% {
        transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        transform: rotateX(180deg);
        opacity: 0;
    }
}

.hvr-underline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #fff;
    height: 2px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-right:hover:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:active:before {
    left: 0;
}
