﻿body {
    -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    -moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    -ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    animation: -amp-start 8s steps(1, end) 0s 1 normal both
}

@-webkit-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-moz-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-ms-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-o-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

body {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
}

.summary {
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat";
    background-color: rgba(255, 255, 255, 0);
    line-height: 1.41;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 15px;
}

.summary.summary-shiftup {
    margin-bottom: 30px;
}

amp-story-grid-layer {
    padding: 0
}

amp-story {
    font-family: 'Oswald', sans-serif;
    color: #fff;
}

amp-story-page {
    background-color: #000;
}

p {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

amp-story-grid-layer.bottom {
    align-content: end;
}

amp-story-grid-layer.noedge {
    padding: 0px;
}

amp-story-grid-layer.center-text {
    align-content: center;
}

.align-end {
    align-content: start;
    padding: 20px 20px 32px;
}

.align-endn {
    align-content: end;
    padding: 68px 20px 20px;
}

.image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.inner-align-end, .inner-align-middle, .inner-align-top {
    background: rgba(0, 0, 0, 0); /*padding:40px 20px;*/
}
    /*.inner-align-end { background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.9))); background: -webkit-linear-gradient(#rgba(0,0,0,0), rgba(0,0,0,.9)); background: -moz-linear-gradient(#rgba(0,0,0,0), rgba(0,0,0,.9)); background: -ms-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.9)); background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.9)); background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.9)); }*/

    .inner-align-end .ftr, .align-endn .ftr {
        text-align: right;
        font-size: 12px;
    }

.inner-align-top {
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(#rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    background: -moz-linear-gradient(#rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    padding-top: 20px;
}

.inner-align-middle {
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(#rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -moz-linear-gradient(#rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    padding: 20px 20px 32px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), transparent, rgba(0, 0, 0, 0.4));
    height: 100vh
}

.summary + .ftr {
    float: right;
    font-size: 10px;
    color: #eee;
    text-decoration: none;
}

.headingleftbrd {
    border-left: 8px solid #ff9800;
    padding-left: 15px;
}

.ap_story-box .str-source {
    position: absolute;
    bottom: 0px;
    right: 0;
    color: #fff;
    text-align: right;
    padding: 15px 20px;
    font-size: 10px;
}

.tech-show .phone-heading {
    line-height: 1.25;
    text-decoration-style: solid;
    text-transform: uppercase;
    color: #ffeb3b;
    font-size: 28px;
    background-color: rgb(0 0 0 / 25%);
    letter-spacing: 1.73px;
    font-family: "Montserrat";
    padding: 0;
}

.tech-show .amp-cover__section {
    font-size: 1em;
    margin: 15px 0px;
    font-weight: 500;
    text-transform: uppercase;
}

.tech-show .amp-cover__author {
    background: rgba(0, 0, 0, 0);
    display: block;
    line-height: 2;
    text-decoration-style: solid;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat";
}

.tech-show .ftr {
    text-align: right;
}

.center {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0) 100%)
}

.logo {
    padding: 10px;
}

    .logo amp-img img {
        border-radius: 4px;
    }

.img-logo .logo {
    display: none
}

.cta-logo {
    align-content: center;
}

    .cta-logo .logo {
        margin-right: auto;
        margin-left: auto;
        display: block;
        transform: scale(2)
    }

.slide-logo {
    padding: 10px
}

    .slide-logo .logo {
        display: none;
        margin-right: 0;
        margin-left: auto;
        opacity: 0.5;
    }

.inner-align-end p.cta_link {
    text-align: center;
    padding-right: 10px;
    background: #f70307;
    max-width: 280px;
    border-radius: 50px;
    padding: 10px 0;
    margin: 0 auto;
}

    .inner-align-end p.cta_link a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        font-weight: bold
    }

.photo_credit {
    padding: 10px;
    font-size: 10px;
}

@keyframes bg-zoom-in {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}

amp-story-page[active] amp-img.zoom-in {
    animation: bg-zoom-in 15s forwards;
}

@keyframes bg-zoom-out {
    0% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

amp-story-page[active] amp-img.zoom-out {
    animation: bg-zoom-out 15s forwards;
}

.align-end {
    padding: 0;
    align-content: end;
}

.slide_story {
    width: 100%;
    position: static;
}

.inner-align-end.photo_credit {
    padding-bottom: 10px;
    background: none;
}

.inner-align-end {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    padding: 40px 20px;
}

.inner-align-top {
    padding: 40px 20px;
}

.cover .align-end {
    align-content: end;
}

.tech-show .phone-heading {
    width: 100%;
    margin-top: 0;
}

.inner-align-end h2, .inner-align-middle h2, .inner-align-end h2, .inner-align-middle h2, .inner-align-top h2 {
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background-color: rgb(102 92 61 / 70%);
    font-family: Montserrat;
    padding: 5px 15px;
    letter-spacing: 1px;
    line-height: 1.25;
    border: 5px solid #a6a27b;
}

.inner-align-middle {
    background: none;
    height: auto;
    padding: 40px 20px;
}

.inner- h2:empty {
    display: none;
}

.inner- {
    background: none;
    padding: 68px 32px 32px;
}

    .inner- .summary {
        background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
        text-align: center;
        padding: 20px;
        font-size: 1.6rem;
    }

h1, .author .photo_credit {
    text-shadow: 0 0 1px #000;
}

.inner-align-end-next {
    background: rgba(0, 0, 0, 0);
    padding: 20px 20px 100px 20px;
    text-align: center;
    text-shadow: 1px 1px 3px #222, 3px 2px 5px #555;
}

    .inner-align-end-next h2 {
        font-size: 24px;
        font-family: "Montserrat";
        color: rgba(255, 255, 255, 1);
        line-height: 1.27;
        margin-bottom: 10px;
    }

    .inner-align-end-next .summary {
        font-size: 18px;
        text-align: center;
        margin-bottom: 15px;
        font-weight: bold;
        color: #ffffff;
        background-color: rgb(51 51 51 / 50%);
        border: 4px solid #ffeb3b;
        padding: 5px;
    }

#btn_link_next .cta_link-next {
    text-align: center;
    padding-right: 10px;
    background: #ff9800;
    max-width: 280px;
    border-radius: 25px;
    padding: 5px;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 35px;
    border: 2px solid #fff;
}

a#btn_link_next .cta_link-next {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold
}
/*Affiliate css starts*/

.gn-amazon-list .hdn1 {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 18px;
    text-align: left;
    top: -33px;
    left: 10px;
    display: inline-block;
    font-weight: 600;
    font-family: arial, sans-serif;
    padding: 10px;
}

.hdn1 a {
    font-size: 20px;
    color: #000;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: left;
    position: relative;
    left: 10px;
    background: #fff;
    display: inline-block;
    font-weight: 800;
    font-family: arial, sans-serif;
    text-decoration: none;
}



p.cta_link_affiliate {
    text-align: center;
    color: #000;
    padding-right: 10px;
    background: #ffffff;
    max-width: 280px;
    border-radius: 50px;
    padding: 9px 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 40%
}

    p.cta_link_affiliate a {
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: bold
    }

.inner-align-end p.cta_link {
    background: #84dc21
}

.more-logo {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 50%;
    vertical-align: middle;
}

    .more-logo img {
        width: 100%;
        object-fit: contain;
        object-position: center;
        height: 40px;
    }

.red-line {
    width: calc(100% - 40px);
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: 30px;
    left: 20px;
}

.first-slide {
    animation: bg-alt-zoom 5000ms linear forwards infinite;
}

@keyframes bg-zoom-in {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}

@keyframes bg-zoom-out {
    0% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes bg-alt-zoom {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}
