/* common dekstop, tab, mobile view */

body {
    background-color: #000;
    max-width: 100%;
    font-family: Montserrat;
    color: #512c16;
}

iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#videoStory {
    position: relative;
    margin: auto;
    width: 75%;
    height: 0;
    padding-bottom: 40%;
}

.card-outer {
    overflow: hidden;
    display: inline-block;
    width: 271px;
    height: 370px;
    border-radius: 5px;
}

.card-outer {
    margin: 0 10px;
}

.card-outer:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
}

.card-outer>img {
    transition: transform 1s ease;
}

.main-wrapper {
    /* background-repeat: no-repeat; */
    background-size: 100% auto;
    height: 95vh;
    width: 100vw;
    margin-top: -10px;
    position: fixed;
    z-index: -1;
    left:0
}

.main {
    align-content: center;
    /* color: #fff; */
    text-shadow: 0 0 5px #131111, 0 0 10px #0f0f0f, 0 0 15px #595555, 0 0 20px #000, 0 0 35px #0d0d0d, 0 0 40px #0d0d0d, 0 0 60px #090909, 0 0 90px #0b0b0b;
}

h1 {
    margin-top: 0;
}

.main-title {
    text-align: center;
    color: #ff9
}

.header {
    width: 100%;
    position: fixed;
    z-index: 1;
}

.card {
    margin: auto;
}

.head-large {
    display: flex-inline;
}

.head-small {
    display: none;
}

#below-part {
    height: 100vh;
    padding-top: 12vh;
}
.lower-part{
    height: 100vh;
    padding-top: 12vh;
    text-align: center;
}
.lower-part img{
    display:block;
    margin:auto;
    width:30%
}
.total-war{
    text-decoration: none;
    color:#fff;
    margin: 35px auto;
    display: inline-block;
    font-size: 1.15em;
    border: 2px solid#b38e8d;
    width: 200px;
    padding: 5px 0;
    background-color: #0d0d0d;
}
.center-button-wrapper {
    width: 700px;
    margin: auto;
    display: flex;
    max-width: 100%;
}

.right-corner-button-sm {
    display: inline-block;
    width: 175px;
    padding: 8px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #2b2121ab;
    border: solid 1px #a7a3a0;
    opacity: 1;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;

}

.right-corner-button-sm .icons {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2.3rem 0 0;
}

.right-corner-button-sm .icons i {
    position: absolute;
    left: 0;
}

.right-corner-button-sm .icons .icon-default {
    transition: opacity .3s, transform .3s;
}

.right-corner-button-sm .icons .icon-hover {
    transition: opacity .3s, transform .3s;
    transform: rotate(-180deg) scale(0.5);
    opacity: 0;
}

.right-corner-button-sm:hover {
    transform: scale(1.2);
}

.right-corner-button-sm:hover .icon-hover {
    display: inline-block;
    transform: rotate(0deg) scale(1);
    opacity: 1;
}

.right-corner-button-sm:hover .icon-default {
    transform: rotate(180deg) scale(0.5);
    opacity: 0;
    display: none;
}

.mid-yt {
    height: 100vh;
    padding-top: 15vh;
}

.bt-yt {
    margin: 5%;
}

.drop-yt {
    text-align: center;
    margin-bottom: 30px;
}

.bt-yt a {
    text-decoration: none;
    color: #aa552b;
}

.drop-yt a {
    text-decoration: none;
    color: #fbff91;;
    text-shadow: 2px 1px 0px #110c11;
}

.center-button {
    display: flex;
    align-items: center;
    bottom: 9vh;
    left: 0;
    position: fixed;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.a-bounce {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1);
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    60% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    80% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.flickity-page-dots {
    display: none !important;
}

.rd-button {
    text-align: center;
    width: 175px;
    height: auto;
    max-width: 175px;
    max-height: auto;
    padding: 15px;
    text-decoration: none;
    display: inline-block;
    color: honeydew;
    position: relative;
    background-color: rgb(34, 12, 10);
    margin: 0 1%;
    border: 1px solid #686563;
}


.flip {
    transition: all .25s ease;
    animation: flipThenBounce 2s infinite;
    transform-style: preserve-3d;
}

@keyframes flipThenBounce {

    50% {
        transform: rotateY(180deg);
    }

    100% {}
}

@keyframes oke {

    50% {
        transform: translateX(120px);
    }
}

.rd-button i {
    transition: opacity .3s, transform .3s;
}

.rd-button:hover i {
    transform: rotate(360deg) scale(1);
}

.rd-button:hover {
    background-color: rgba(64, 12, 12, 0.91);
    box-shadow: 20px 15px rgba(0, 0, 0, 0.15);
    transform: rotate(360deg) scale(1);
}

.left-corner-bottom {
    color: gray;
    margin: 0.3% 5%;
    text-decoration: none;
    font-size: 20px;
}

.left-corner-bottom:hover {
    color: honeydew;
}

#videoLink {
    margin: auto;
    width: 50px;
    display: inherit;
}

.footer {
    position: fixed;
    bottom: 0;
    display: flex;
    padding: 15px 10px 0 10px;
    width: 100%;
    right: 0;
    background-color: black;
}

.social {
    width: 10%;
    display: flex;
    padding: 0 3%;
}

.copyright {
    width: 70%;
    font-size: 12.5px;
    color: gray;
    text-align: center;
}

.brand {
    padding: 0% 1%;
    width: 20%;
}

.fa-play {
    font-size: 50px;
}

/* love animation */
.bg_heart {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
 }

.heart {
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -m-transform: rotate(-45deg);
    transform: rotate(-45deg)
 }

.heart:before {
    position: absolute;
    top: -50%;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 100%;
}

.heart:after {
    position: absolute;
    top: 0;
    right: -50%;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 100%;
}

@-webkit-keyframes love {
  0%{top:110%}
}
@-moz-keyframes love {
  0%{top:110%}
}
@-ms-keyframes love {
  0%{top:110%}
}
@keyframes love {
  0%{top:110%}
}
/* end of love animation */

@media screen and (max-width: 1140px) {
    .main-wrapper {
        background-size: auto 100%;
        height: 100vh;
    }
}

@media screen and (max-width: 768px) and (min-width: 0px) {
    .footer {
        position: unset;
        text-align: center;
        display: unset;
        padding: 0;
    }

    .lower-part img{
        width:50%
    }
    .social {
        padding: 8px 0 0 0;
        width: unset;
        margin: auto;
        display: block;
    }

    .copyright,
    .brand {
        margin: 4px auto;
    }

    .brand {
        padding: 0% 1%;
        width: 250px;
    }

    .left-corner-bottom {
        margin: 0 1%;
    }
}

@media screen and (max-width: 550px) {
    .main {
        color: rgb(255, 255, 255);
        text-shadow: 3px 1px 1px #1a1413;
    }
    .center-button-wrapper {
        display: block;
        width: 100%;
    }
    
    #videoStory {
        padding-bottom: 60%;
        width: 100vw;
    }

    .main-title {
        padding: 5% 0 0 0;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 17px;
    }

    h3 {
        font-size: 17px;
    }

    .set-up {
        margin-top: 5px;
    }

    .set-bot {
        margin-bottom: 0;
    }

    .mid-yt {
        padding-top: 0;
    }

    .head-small {
        display: flex;
        flex-direction: column;
        align-items: center;
        left: 0;
        right: 0;
        padding-top: 1.5%;
    }

    .img-sm {
        margin: auto;
    }

    .head-large {
        display: none;
    }
    .lower-part img{
        width:85%;
    }
    #below-part {
        height: 85vh;
        margin-bottom: 30px;
        align-content: center;
        display: grid;
        padding-top: 0;
    }

    .center-button {
        bottom: 0;
        position: absolute;
        padding-top: unset;
        z-index: 1;
        display: inline-block;
    }

    .rd-button {
        width: 130px;
        margin: 1% auto;
    }

}

@media screen and (max-height: 550px) and (orientation: landscape) {
    h1 {
        font-size: 20px;
    }

    h3 {
        font-size: 15px;
    }

    h2 {
        font-size: 17px;
    }

    .center-button {
        bottom: 0;
    }

    .button {
        margin: 0 0 0 0;
    }

    #videoLink {
        margin: auto;
        width: 30px;
        height: 30px;
        display: inherit;
    }

    .fa-play {
        font-size: 30px;
    }

    .rd-button {
        width: 165px;
        height: auto;
        max-width: 175px;
        max-height: auto;
        padding: 10px;
        margin: 0 3%;
    }
}

.button {
    text-decoration: none;
    color: #fff6d1;
    filter: alpha(opacity=90);
    float: right;
    margin: 25px 70px 0 0;
    padding: 0.8% 1.5%;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    background-color: #220c0a;
    border: 1px solid #686563;
}

.button .icons {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2.3rem 0 0;
}

.button .icons i {
    position: absolute;
    left: 0;
}

.button .icons .icon-default {
    transition: opacity .3s, transform .3s;
}

.button .icons .icon-hover {
    transition: opacity .3s, transform .3s;
    transform: rotate(-180deg) scale(0.5);
    opacity: 0;
}

.button:hover {
    transform: scale(1.1);
    border: 1px solid #000;
}


.button:hover .icon-hover {
    display: inline-block;
    transform: rotate(0deg) scale(1);
    opacity: 1;
}

.button:hover .icon-default {
    transform: rotate(180deg) scale(0.5);
    opacity: 0;
    display: none;
}

 /* glow button */
 .total-war {
    /*  centering */
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
  }
  .total-war-i {
    /*   positioning */
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    
    background: linear-gradient(to right, 
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 0.03) 1%, 
    rgba(255, 255, 255, 0.6) 30%, 
    rgb(255, 255, 255) 50%, 
    rgb(255, 255, 255) 70%, 
    rgba(255, 255, 255, 0.85) 71%, 
    rgba(255, 255, 255, 0) 100%);
    /*   gradient   */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%); */
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */
    /*  forming the shine element
        play around with the width, skew and gradient to get different effects
      */
    width: 15%;
    height: 100%;
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -moz-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    /*  animating it  */
    animation: move 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    -webkit-animation: move 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    -moz-transform: skew(-10deg, 0deg);
    -moz-animation: move 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 1s;
    -ms-transform: skew(-10deg, 0deg);
    -ms-animation: move 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 1s;
    -o-transform: skew(-10deg, 0deg);
    -o-animation: move 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 1s;
  }
  
  /*  */
  @keyframes move {
    0% {
      left: 0;
      opacity: 0;
    }
    5% {
      opacity: 0.0;
    }
    48% {
      opacity: 0.35;
    }
    80% {
      opacity: 0.0;
    }
    100% {
      left: 90%;
    }
  }
  @-webkit-keyframes move {
    0% {
      left: 0;
      opacity: 0;
    }
    5% {
      opacity: 0.0;
    }
    48% {
      opacity: 0.35;
    }
    80% {
      opacity: 0.0;
    }
    100% {
      left: 90%;
    }
  }
  @-moz-keyframes move {
    0% {
      left: 0;
      opacity: 0;
    }
    5% {
      opacity: 0.0;
    }
    48% {
      opacity: 0.35;
    }
    80% {
      opacity: 0.0;
    }
    100% {
      left: 90%;
    }
  }
  @-ms-keyframes move {
    0% {
      left: 0;
      opacity: 0;
    }
    5% {
      opacity: 0.0;
    }
    48% {
      opacity: 0.35;
    }
    80% {
      opacity: 0.0;
    }
    100% {
      left: 90%;
    }
  }
  @-o-keyframes move {
    0% {
      left: 0;
      opacity: 0;
    }
    5% {
      opacity: 0.0;
    }
    48% {
      opacity: 0.35;
    }
    80% {
      opacity: 0.0;
    }
    100% {
      left: 90%;
    }
  }