/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Nanum+Gothic:400,700,800');

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

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




/* ==========================================================================
  Author's custom styles
  ========================================================================== */


body{
    background: url('../img/bg.png');
}
.header__content{
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 30px;
}
.section__content{
    font-family: 'Nanum Gothic', sans-serif;
    line-height: 35px;
    font-size: 20px;
}
.theme__color__bg{
    background: #2374bb;
}
.theme__colo{
    color: #2374bb;
}
.color__white{
    color: #FFFFFF;
}


.video__frame{
    /* background-image: url(../img/mobile-frame.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; */
    color: #fff;
    margin: 0px 0;
    position: relative;
    overflow: hidden;
    border-radius: 4rem;
}
.video__player iframe{
    position: absolute;
    top: 0;
    z-index: -1;
    padding: 30px;
    height: 100%;
    width: 100%;
}
#player{
    width: 100%;
    height: 100%;
}
.tecno__subscribe{
    background: #0072c3;
    padding: 30px 0;
    color: #fff;
}
.subscribe__form form{
    display: flex;
    font-family: 'Montserrat', sans-serif;
}
input:focus{
    outline: none;
}
.subscribe__form input[type="text"]{
    flex: 8;
    border: none;
    border-bottom: 1px solid;
    background: no-repeat;
}
.subscribe__form input[type="submit"]{
    flex: 2;
    border-radius: 0;
    background: #ffffff;
    color: #0070be;
    font-size: 20px;
    text-transform: uppercase;
    padding: 2px 10px;
    letter-spacing: 4px;
}
.social__icon__section{
    text-align: center;
    line-height: 35px;
    margin-top: 2rem;
}
.social__icon__section a:hover{
    text-decoration: none;
}
.share__text{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
.social__icon{
    font-size: 20px;
    display: inline-block;
    border: 1px solid rgb(0, 116, 185);
    padding: 0px 10px;
    margin-left: 14px;
    border-radius: 2px;
    color: #0074b9;
}
.fb-social{
    padding: 0px 13px;
}
.tecno__about{
    padding: 60px 0;
}
.mobile__promo{
    background: #2374bb;
    color: #fff;
    padding: 60px 0;
}
.tecno__production{
    padding: 60PX 0;
}
.btn-credit{
    font-family: 'Nanum Gothic', sans-serif;
    padding: 6px 35px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #1172b6;
    box-shadow: 0px 5px 18px 2px rgba(0,0,0,.12);

}
footer{
    padding: 30px 0;
}
footer p{
    text-align: center;
    font-weight: 600;
    color: #053a58;
    font-family: 'Nanum Gothic', sans-serif;
}
.website__right__text{
    color: #113958;
    font-weight: 400;
}
.website__right__text i{
    color: #F44336;
}
.website__right__text a{
    color: #333;
    font-weight: 600;
}
.promotional__banner{
    position: absolute;
    top: -20px;
    z-index: -11;
}
.promotional__banner img{
    width: 100%;
}
.subscribe__form h3{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    background: #ffffff24;
    padding: 12px;
    text-align: center;
    border-radius: 4px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 15px;
}
.modal{
    font-family: 'Montserrat', sans-serif;
    background: #000000a3;
}
.modal-content{
    background: #ffffffed;
}
.modal h3{
    text-align: center;
    color: #0070be;
    font-size: 20px;
    line-height: 30px;
}
.modal-footer .btn-default{
    color: #ffffff;
    background-color: #2e6eb9;
    border-color: transparent;
    font-weight: 600;
}
.modal-body form{
    display: flex;
    font-family: 'Montserrat', sans-serif;
}

.modal-body  input[type="text"]{
    flex: 8;
    border: none;
    border-bottom: 1px solid #276cb4;
    background: #bed3e8;
}
.modal-body  input[type="submit"]{
    flex: 2;
    border-radius: 0;
    background: #276cb4;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 2px 10px;
    letter-spacing: 4px;
}
::placeholder {
    color:#c5c5c5;
}
.modal-body ::placeholder {
    color:#fff;
}
.mobile__promo .section__content{
    line-height: 30px;
    font-size: 16px;
}
.is_play{
    cursor: pointer;
}
.video__player2{
    height: 80vh;
}
.video__player2 iframe{
    height: 80vh;
    width: 100%;
}
nav img{
    height: 100px !important;
}

@media screen and (max-width: 600px){
    .video__frame{
        border-radius: 0px;
        margin: 10px 0;
    }
    .video__player iframe{
        padding: 0;
    }
    .tecno__subscribe{
        padding: 10px 0;
    }
    .social__icon__section{
        text-align: center;
        padding: 10px 0;
    }
    .subscribe__form input[type="submit"]{
        flex: 2;
        border-radius: 0;
        background: #ffffff;
        color: #0070be;
        font-size: 10px;
        text-transform: uppercase;
        padding: 6px 2px;
        letter-spacing: 2px;
    }
    .modal h3{
        font-size: 16px;
        line-height: 25px;
    }
    .modal-body form{
        display: block;
    }
    .modal-body  input[type="text"]{
        width: 100%;
        height: 35px;
    }
    .modal-body input[type="submit"]{
        border-radius: 0;
        background: #276cb4;
        color: #ffffff;
        font-size: 13px;
        text-transform: uppercase;
        padding: 5px 10px;
        letter-spacing: 4px;
    }
    .tecno__about{
        padding: 30px 0;
    }
    .tecno__production{
        padding: 30px 0;
    }
    .mobile__promo{
        padding: 30px 0;
    }
    .header__content{
        font-size: 20px;
        margin: 0 0px 15px 0;
    }
    .section__content{
        line-height: 25px;
        font-size: 15px;
    }
    .mobile__promo .header__content{
        margin-top: 30px;
    }
    .promotional__banner{
        top: -8px;
    }
    nav img{
        height: 40px
    }
    .social__icon__section{
        margin-top: 0
    }
}







/* ==========================================================================
  Helper classes
  ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.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 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

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

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

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

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@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) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

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

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