﻿html {
    font-size: 100%
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

@font-face {
    font-family: 'Averta Thin';
    src: url("../fonts/averta-thin.woff2") format("woff2"),url("../fonts/averta-thin.woff") format("woff");
    font-style: normal
}

@font-face {
    font-family: 'Averta Light';
    src: url("../fonts/averta-light.woff2") format("woff2"),url("../fonts/averta-light.woff") format("woff");
    font-style: normal
}

@font-face {
    font-family: 'Averta Regular';
    src: url("../fonts/averta-regular.woff2") format("woff2"),url("../fonts/averta-regular.woff") format("woff");
    font-style: normal
}

@font-face {
    font-family: 'Averta SemiBold';
    src: url("../fonts/averta-semibold.woff2") format("woff2"),url("../fonts/averta-semibold.woff") format("woff");
    font-style: normal
}

@font-face {
    font-family: 'Averta Bold';
    src: url("../fonts/averta-bold.woff2") format("woff2"),url("../fonts/averta-bold.woff") format("woff");
    font-style: normal
}

@font-face {
    font-family: 'TTNorms';
    src: url("../fonts/TTNorms-Black.woff2") format("woff2"),url("../fonts/TTNorms-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'TTNorms';
    src: url("../fonts/TTNorms-Bold.woff2") format("woff2"),url("../fonts/TTNorms-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'TTNorms';
    src: url("../fonts/TTNorms-Regular.woff2") format("woff2"),url("../fonts/TTNorms-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'TTNorms';
    src: url("../fonts/TTNorms-Light.woff2") format("woff2"),url("../fonts/TTNorms-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

*:focus {
    outline: none !important
}

body {
    font-family: "Averta Regular",sans-serif;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 26px;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #000;
    overflow-x: hidden
}

a:link, a:visited {
    color: #cf4520;
    text-decoration: none
}

a:hover, a:active, a:focus {
    color: #de502a;
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Averta Bold",sans-serif; 
}

    h1.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline {
        border-bottom: 1px solid #000;
        padding-bottom: 10px
    }

/*h7.underline {
    border-bottom: 0px solid #000;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.5)
}*/


ul {
    list-style-type: disc
}

p {
    font-family: "Averta Regular",sans-serif;
    margin-bottom: 1.5rem
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid #000
}

sup {
    top: -1.5em
}

sub, sup {
    position: relative;
    font-size: 35%;
    line-height: 0;
    vertical-align: baseline
}

*::selection {
    background: #cf4520;
    color: #fff
}

*::-moz-selection {
    background: #cf4520;
    color: #fff
}


.footer {
    padding-right: 20px;
    padding-left: 20px
}

.lead {
    font-size: 26px;
    line-height: 32px;
    font-size: 1.625rem;
    line-height: 2rem;
    font-family: "Averta Regular",sans-serif;
    
}

.small-caps {
    font-size: 12px;
    line-height: 14px;
    font-size: .75rem;
    line-height: .875rem;
    text-transform: uppercase;
    font-family: "Averta Regular",sans-serif
}

.footnote {
    font-size: 12px;
    line-height: 18px;
    font-size: .75rem;
    line-height: 1.125rem;
    color: rgba(0,0,0,0.5);
    font-style: italic;
    font-family: "Averta Regular",sans-serif
}

.heading-line {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-size: 1rem;
    line-height: 1.125rem;
    font-family: "Vitesse Book",serif;
    text-transform: uppercase;
    margin: 60px 0
}

    .heading-line:before {
        border-top: 1px solid #000;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: -1
    }

    .heading-line span {
        background: #fff;
        padding: 0 15px
    }

@media (max-width: 767px) {
    .heading-line {
        margin: 30px 0
    }
}

.section-content h2 {
    font-size: 24px;
    line-height: 24px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-family: "Vitesse Bold",serif
}

.section-content h3 {
    font-size: 18px;
    line-height: 24px;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: "Vitesse Bold",serif
}

.section-content h4 {
    font-size: 16px;
    line-height: 20px;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "Averta Regular",sans-serif;
    text-transform: uppercase;
}

.section-content h7 {
    font-size: 24px;
    line-height: 20px;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "Averta Regular",sans-serif;
    text-transform: uppercase;
    position: absolute;
    width: 200px;
    height: 36px;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 15px
}

    .section-content h4.small {
        font-size: 12px;
        line-height: 14px;
        font-size: .75rem;
        line-height: .875rem;
        font-family: "Averta Regular",sans-serif;
        text-transform: uppercase
    }

@media (max-width: 1199px) {
    .container {
        width: 100%;
        max-width: 1152px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%
    }
}

@media (min-width: 1199px) {
    .container {
        max-width: 1152px
    }
}

.container {
    padding-right: 20px;
    padding-left: 20px
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px
}

.row {
    margin-right: -20px;
    margin-left: -20px
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 20px;
    padding-left: 20px
}

@media (max-width: 991px) {
    .m-pad {
        padding-left: 32px;
        padding-right: 32px
    }
}

#pagination {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    list-style: none;
    z-index: 999
}

    #pagination li {
        position: relative;
        margin: 1px 0;
        width: 100px;
        height: 36px;
        transition: all .5s ease
    }

    #pagination a {
        display: flex;
        position: absolute;
        text-decoration: none;
        right: 0;
        top: 0;
        color: inherit;
        height: 100%;
        overflow: hidden;
        width: 14px;
        background: rgba(255,255,255,0.5);
        transition: all .5s ease
    }

        #pagination a > span {
            position: absolute;
            width: 200px;
            height: 36px;
            text-transform: uppercase;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: left;
            padding: 0 15px
        }

body.home #pagination li:nth-of-type(1) a, body.page2 #pagination li:nth-of-type(2) a, body.page7 #pagination li:nth-of-type(3) a, body.page8 #pagination li:nth-of-type(4) a, body.page9 #pagination li:nth-of-type(5) a, body.page10 #pagination li:nth-of-type(6) a {
    background: #fff
}

@media (max-width: 991px) {
    #pagination li:first-child {
        display: none
    }
}

@media (min-width: 768px) {
    #pagination li:hover {
        opacity: 1
    }

        #pagination li:hover a {
            width: 150px;
            background: #fff
        }
}

.header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: rgba(0,0,0,0);
    overflow: hidden;
    transition: all 0.5s ease-out;
    z-index: 999;
    text-align: right
}

    .header .burger-container {
        position: relative;
        display: inline-block;
        height: 50px;
        width: 50px;
        cursor: pointer;
        transform: rotate(0deg);
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        user-select: none;
        -webkit-tap-highlight-color: transparent
    }

        .header .burger-container #burger {
            width: 18px;
            height: 8px;
            position: relative;
            display: block;
            margin: -4px auto 0;
            top: 50%
        }

            .header .burger-container #burger .bar {
                width: 100%;
                height: 1px;
                display: block;
                position: relative;
                background: #fff;
                transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
                transition-delay: 0s
            }

                .header .burger-container #burger .bar.topBar {
                    transform: translateY(0px) rotate(0deg)
                }

                .header .burger-container #burger .bar.btmBar {
                    transform: translateY(6px) rotate(0deg)
                }

    .header ul.menu {
        position: relative;
        display: block;
        padding: 0;
        list-style: none;
        text-align: right
    }

        .header ul.menu li.menu-item {
            transform: scale(1.15) translateY(-30px);
            opacity: 0;
            transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99)
        }

            .header ul.menu li.menu-item:nth-child(1) {
                transition-delay: 0.49s
            }

            .header ul.menu li.menu-item:nth-child(2) {
                transition-delay: 0.42s
            }

            .header ul.menu li.menu-item:nth-child(3) {
                transition-delay: 0.35s
            }

            .header ul.menu li.menu-item:nth-child(4) {
                transition-delay: 0.28s
            }

            .header ul.menu li.menu-item:nth-child(5) {
                transition-delay: 0.21s
            }

            .header ul.menu li.menu-item:nth-child(6) {
                transition-delay: 0.14s
            }

            .header ul.menu li.menu-item:nth-child(7) {
                transition-delay: 0.07s
            }

            .header ul.menu li.menu-item a {
                pointer-events: none;
                display: inline-block;
                cursor: pointer;
                padding: 0 20px;
                position: relative;
                color: #fff;
                text-decoration: none;
                font-family: "Averta Bold", sans-serif;
                font-size: 7vh;
                line-height: 10vh;
                font-weight: bold
            }

            .header ul.menu li.menu-item:not(:first-child) a {
                background: linear-gradient(-45deg, #EE7752, #E73C7E, #11b4ef, #23D5AB);
                background-size: 400% 400%;
                animation: Gradient 15s ease infinite;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent
            }

            .header ul.menu li.menu-item a:before {
                content: "";
                position: absolute;
                width: 0px;
                height: 10vh;
                top: 0;
                right: 0px;
                z-index: -1;
                transition: width .5s;
                background: linear-gradient(-45deg, #EE7752, #E73C7E, #11b4ef, #23D5AB);
                background-size: 400% 400%;
                animation: Gradient 15s ease infinite
            }

@media (min-width: 768px) {
    .header ul.menu li.menu-item a:hover {
        background: none;
        -webkit-text-fill-color: initial
    }

        .header ul.menu li.menu-item a:hover:before {
            width: 100%
        }
}

@media (max-width: 480px) {
    .header ul.menu li.menu-item a {
        font-size: 6vh;
        line-height: 9vh
    }

        .header ul.menu li.menu-item a:before {
            height: 9vh
        }

    .header ul.menu li:first-child a {
        pointer-events: none;
        cursor: not-allowed;
        line-height: 6vh;
        margin-bottom: 20px
    }
}

.header.menu-opened {
    height: 100%;
    background-color: #000f3b
}

    .header.menu-opened ul.menu li.menu-item a {
        pointer-events: inherit
    }

    .header.menu-opened .burger-container {
        transform: rotate(90deg)
    }

        .header.menu-opened .burger-container #burger .bar {
            transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
            transition-delay: 0.2s
        }

            .header.menu-opened .burger-container #burger .bar.topBar {
                transform: translateY(4px) rotate(45deg)
            }

            .header.menu-opened .burger-container #burger .bar.btmBar {
                transform: translateY(3px) rotate(-45deg)
            }

    .header.menu-opened ul.menu li.menu-item {
        transform: scale(1) translateY(0px);
        opacity: 1
    }

        .header.menu-opened ul.menu li.menu-item:nth-child(1) {
            transition-delay: 0.27s
        }

        .header.menu-opened ul.menu li.menu-item:nth-child(2) {
            transition-delay: 0.34s
        }

        .header.menu-opened ul.menu li.menu-item:nth-child(3) {
            transition-delay: 0.41s
        }

        .header.menu-opened ul.menu li.menu-item:nth-child(4) {
            transition-delay: 0.48s
        }

        .header.menu-opened ul.menu li.menu-item:nth-child(5) {
            transition-delay: 0.55s
        }

        .header.menu-opened ul.menu li.menu-item:nth-child(6) {
            transition-delay: 0.62s
        }

        .header.menu-opened ul.menu li.menu-item:nth-child(7) {
            transition-delay: 0.69s
        }

    .header.menu-opened .icon.icon-bag {
        transform: translateX(75px);
        transition-delay: 0.3s
    }

.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-repeat: repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.screen {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.screen-inner {
    max-width: 80vw;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    line-height: 30px;
    z-index: 1;
    flex-wrap: wrap;
    color: #fff
}

    .screen-inner > span {
        opacity: .1
    }

    .screen-inner h1, .screen-inner h2, .screen-inner h3, .screen-inner h4, .screen-inner h4, .screen-inner h6 {
        position: relative;
        display: flex;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        font-size: 10vw;
        line-height: initial
    }

        .screen-inner h1 > span, .screen-inner h2 > span, .screen-inner h3 > span, .screen-inner h4 > span, .screen-inner h4 > span, .screen-inner h6 > span {
            opacity: .1
        }

    .screen-inner.active {
        z-index: 2
    }

        .screen-inner.active > span {
            opacity: .4
        }

        .screen-inner.active h1 > span, .screen-inner.active h2 > span, .screen-inner.active h3 > span, .screen-inner.active h4 > span, .screen-inner.active h4 > span, .screen-inner.active h6 > span {
            opacity: 1
        }

.homelink, .infolink, .worklink, .honorslink, .contactlink {
    cursor: pointer
}

.fi {
    text-align: center;
    text-transform: uppercase
}

h1 > span > span, h2 > span > span {
    background: linear-gradient(-45deg, #ffc600, #EE7752, #E73C7E, #11b4ef, #23D5AB);
    background-size: 400% 400%;
    animation: Gradient 15s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@media (max-width: 991px) {
    .home-txt > span.fi {
        display: none
    }

    .screen-inner > a {
        width: 100%
    }

    .screen-inner h1, .screen-inner h2, .screen-inner h3, .screen-inner h4, .screen-inner h4, .screen-inner h6 {
        font-size: 52px;
        line-height: 58px;
        font-size: 3.25rem;
        line-height: 3.625rem;
        font-weight: 100;
        margin-bottom: .5em
    }

    .sline {
        margin-bottom: 0 !important
    }

        .sline > span > span, .nline > span > span {
            -webkit-text-fill-color: #fff !important
        }
}

@media (max-width: 991px) {
    .hero {
        display: none
    }

    .screen-inner h1, .screen-inner h2, .screen-inner h3, .screen-inner h4, .screen-inner h4, .screen-inner h6 {
        font-size: 36px;
        line-height: 42px;
        font-size: 2.25rem;
        line-height: 2.625rem;
        margin-bottom: .5em
    }

    .sline {
        margin-bottom: 0 !important
    }
}

@media (max-width: 575px) {
    .fi {
        font-size: 24px;
        line-height: 24px;
        font-size: 1.5rem;
        line-height: 1.5rem
    }

    .screen-inner > a {
        margin: .5rem 0
    }
}

.page-txt {
    flex-wrap: wrap;
    color: #fff;
    font-family: "Averta Regular",sans-serif;
    position: relative;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #11b4ef, #23D5AB);
    background-size: 400% 400%;
    animation: Gradient 30s ease infinite;
    
}


    .bluebg {
        background: #000f3b;
        background: -webkit-gradient(left top, right bottom, color-stop(100%, #000f3b), color-stop(100%, #000a26));
        background: linear-gradient(135deg, #000f3b, #000a26);

    }

        .bluebg > section {
            display: flex;
            flex-direction: column;
            z-index: 2;
            max-width: 90vw;
                /*90vw; 50*/
            margin: 3rem auto; /*2rem auto*/
            text-align: justify;
            text-justify: inter-word
        }

    .bluebg p, .bluebg h2 {
        /*display: inline-block;*/
        float: left;
        width: 90%;
        margin: 0;
        margin-bottom: 0rem;
        text-align: justify;
            text-justify: inter-word
    }
     .bluebg h2 > span:first-child{
                font-size: 75px;
                line-height: 80px;
                font-size: 2.5rem; /*5*/
                line-height: 3rem;
                letter-spacing: -.2rem;
                color: #fff
            }
        .bluebg h2 > span:nth-last-child(-n+2) {
            font-size: 13px;
            line-height: 32px;
            font-size: 1rem;
            line-height: 2rem;
            font-weight: 100;
            /*text-transform: uppercase;*/
            font-family: "Averta Light",sans-serif;
            letter-spacing: .2rem;
            color: #fff;
            
        }

       


        .bluebg > span {
            color: #fff
        }

.page-txt > section {
    display: flex;
    flex-direction: column;
    z-index: 2;
    max-width: 70vw; /*50*/
    margin: 4rem auto; /*2rem auto*/
    float: left;
   
}

    
    .page-txt .resize {
        width: 130px;
        height: auto;
        float: right;
        /*margin: auto;
        margin-top: 35%;
        margin-right: 20%*/
    }

    .page-txt p, .page-txt h2 {
        /*display: inline-block;*/
        float: left;
        width: 90%;
        margin: 0
    }

    .page-txt h2 {
        margin-bottom: 0rem
    }

        .page-txt h2 > span {
            display: block;
            width: 100%
        }

            .page-txt h2 > span:first-child {
                font-size: 18px;
                line-height: 32px;
                font-size: 1.125rem;
                line-height: 2rem;
                font-weight: 100;
                text-transform: uppercase;
                font-family: "Averta Light",sans-serif;
                letter-spacing: .2rem
            }

            .page-txt h2 > span:last-child {
                font-size: 80px;
                line-height: 80px;
                font-size: 4.5rem; /*5*/
                line-height: 5rem;
                letter-spacing: -.2rem
            }

            .page-txt h2 > span.fromBottomIn:first-child {
                transition-delay: .5s
            }

            .page-txt h2 > span.fromBottomIn:last-child {
                transition-delay: .7s
            }

            .page-txt h2 > span:first-child.fromBottomIn {
                opacity: .5
            }

    .page-txt h3 {
        margin: .3rem;
        line-height: 1.5rem
    }

    .page-txt p {
        font-size: 21px;
        line-height: 40px;
        font-size: 1.3125rem;
        line-height: 2.5rem;
        margin: 0 0 2rem 0
    }

    .page-txt a:link, .page-txt a:visited {
        color: #fff;
        font-size: 32px;
        line-height: 40px;
        font-size: 1.8rem;
        line-height: 2.5rem;
        transition-delay: 1s
    }

        .page-txt a:link span, .page-txt a:visited span {
            padding: .3rem 1rem .5rem 1rem;
            background-image: linear-gradient(90deg, #84fab0 0%, #8fd3f4 60%);
            background-repeat: no-repeat;
            background-size: 100% 0.15em;
            background-position: 0 77%;
            transition: background-size .3s ease
        }

    .page-txt a:hover span, .page-txt a:active span, .page-txt a:focus span {
        background-size: 100% 100%
    }

    .page-txt p.fromBottomIn {
        transition-delay: .9s
    }

    .page-txt h3:nth-child(1) {
        transition-delay: 1s
    }

    .page-txt h3:nth-child(2) {
        transition-delay: 1.2s
    }

    .page-txt h3:nth-child(3) {
        transition-delay: 1.3s
    }

    .page-txt h3:nth-child(4) {
        transition-delay: 1.4s
    }

    .page-txt h3:nth-child(5) {
        transition-delay: 1.5s
    }

    .page-txt h3:nth-child(6) {
        transition-delay: 1.6s
    }

    .page-txt h3:nth-child(7) {
        transition-delay: 1.7s
    }

    .page-txt h3:nth-child(8) {
        transition-delay: 1.8s
    }

    .page-txt h3:nth-child(9) {
        transition-delay: 1.9s
    }

    .page-txt h3:nth-child(10) {
        transition-delay: 2s
    }

    .page-txt h3:nth-child(11) {
        transition-delay: 2.1s
    }

    .page-txt h3:nth-child(12) {
        transition-delay: 2.2s
    }

    .page-txt h3:nth-child(13) {
        transition-delay: 2.3s
    }

    .page-txt h3:nth-child(14) {
        transition-delay: 2.4s
    }

    .page-txt h3:nth-child(15) {
        transition-delay: 2.5s
    }
/*
.video-box {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1
}

    .video-box:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,15,59,0.7);
        z-index: 1
    }

.video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%
}
    */
@media (max-width: 991px) {
    .page-txt > section {
        max-width: 80vw
    }
}

@media (max-width: 767px) {
    .page-txt > section {
        width: 80%
    }

    .page-txt h2 > span:first-child {
        font-size: 16px;
        line-height: 24px;
        font-size: 1rem;
        line-height: 1.5rem
    }

    .page-txt h2 > span:last-child {
        font-size: 48px;
        line-height: 52px;
        font-size: 3rem;
        line-height: 3.25rem;
        letter-spacing: -.1rem
    }

    .page-txt h3 {
        margin: .5rem 0
    }

    .page-txt p {
        font-size: 18px;
        line-height: 24px;
        font-size: 1.125rem;
        line-height: 1.5rem
    }

    .page-txt a:link, .page-txt a:visited {
        font-size: 24px;
        line-height: 32px;
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.section-contact {
    font-family: "Averta Bold", sans-serif;
    color: #fff;
    font-size: 1.5rem;
    line-height: 50px;
    font-weight: bold
}

    .section-contact .alert {
        line-height: 30px;
        margin-bottom: 16px
    }

    .section-contact textarea {
        height: 34px
    }

    .section-contact input[type="text"], .section-contact input[type="email"], .section-contact textarea {
        opacity: .6;
        background: none;
        border: none;
        font-family: "Averta Bold", sans-serif;
        font-size: 1.5rem;
        line-height: 1.5rem;
        color: #fff;
        border-bottom: 2px solid #fff
    }


    .section-contact ::-webkit-input-placeholder {
        font-family: "Averta Bold", sans-serif;
        color: #fff;
        font-size: 1.5rem;
        line-height: 1.5rem
    }

    .section-contact ::-moz-placeholder {
        font-family: "Averta Bold", sans-serif;
        color: #fff;
        font-size: 1.5rem;
        line-height: 1.5rem
    }

    .section-contact :-ms-input-placeholder {
        font-family: "Averta Bold", sans-serif;
        color: #fff;
        font-size: 1.5rem;
        line-height: 1.5rem
    }

    .section-contact :-moz-placeholder {
        font-family: "Averta Bold", sans-serif;
        color: #fff;
        font-size: 1.5rem;
        line-height: 1.5rem
    }

    .section-contact input[type="submit"] {
        opacity: 1;
        background: none;
        border: none;
        font-family: "Averta Bold", sans-serif;
        font-size: 1.5rem;
        line-height: 1.5rem;
        color: #fff;
        padding: 0
    }

    .section-contact input[type="emailown"] {
        opacity: 1;
        background: none;
        border: none;
        font-family: "Averta Bold", sans-serif;
        font-size: 1.5rem;
        line-height: 1.5rem;
        color: #fff;
        padding: 0
    }


    .section-contact .txt, .section-contact .hide {
        font: inherit;
        margin: 0;
        padding: 0;
        color: #fff
    }

    .section-contact .txt {
        border: none;
        background: none;
        border-bottom: 1px solid rgba(255,255,255,0.5)
    }

    .section-contact .submit {
        display: inline-block;
        cursor: pointer
    }

        .section-contact .submit span {
            cursor: pointer;
            padding: .3rem 1rem .5rem 1rem;
            background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
            background-repeat: no-repeat;
            background-size: 100% 0.2em;
            background-position: 0 69%;
            transition: background-size 0.3s ease
        }

        .section-contact .submit:hover span {
            background-size: 100% 88%
        }



    .section-contact .emailown {
        display: inline-block;
        cursor: pointer
    }

        .section-contact .emailown span {
            cursor: pointer;
            padding: .3rem 1rem .5rem 1rem;
            background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
            background-repeat: no-repeat;
            background-size: 100% 0.2em;
            background-position: 0 69%;
            transition: background-size 0.3s ease
        }

        .section-contact .emailown:hover span {
            background-size: 100% 88%
        }
    .section-contact div.fromBottomIn {
        transition-delay: 1s
    }

@media (max-width: 480px) {
    .section-contact .comma {
        display: none
    }
}

*, ::after, ::before {
    box-sizing: border-box
}

html, body {
    padding: 0;
    margin: 0;
    font-family: "Averta Regular",sans-serif;
    font-style: normal;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialised;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth
}

body {
    -webkit-font-smoothing: subpixel-antialiased
}

    body:before {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: -1;
        top: 0;
        left: 0;
        background: #000f3b;
        background: -webkit-gradient(left top, right bottom, color-stop(100%, #000f3b), color-stop(100%, #000a26));
        background: linear-gradient(135deg, #000f3b, #000a26);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$startcolor', endColorstr='#$endcolor', GradientType=1)
    }

.page-txt {
    position: relative;
    z-index: 99;
    display: flex;
    flex-direction: column
}

    .page-txt section {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: normal;
        justify-content: center;
        width: 100%;
        min-height: 100vh;
        overflow: hidden
    }

.home-txt {
    opacity: 0
}

@media (min-width: 992px) {
    .screen-inner {
        max-width: 900px;
        padding: 30px
    }

        .screen-inner > span {
            display: inline
        }

        .screen-inner h1, .screen-inner h2, .screen-inner h3, .screen-inner h4, .screen-inner h5, .screen-inner h6 {
            flex: none;
            letter-spacing: initial
        }

            .screen-inner h1:before, .screen-inner h2:before, .screen-inner h3:before, .screen-inner h4:before, .screen-inner h5:before, .screen-inner h6:before {
                content: "";
                position: absolute;
                width: 0px;
                height: 30px;
                top: 0;
                left: 0px;
                z-index: -1;
                transition: width 1s;
                background: linear-gradient(-45deg, #ffc600, #EE7752, #E73C7E, #11b4ef, #23D5AB);
                background-size: 400% 400%;
                animation: Gradient 15s ease infinite
            }

            .screen-inner h1:hover > span > span, .screen-inner h2:hover > span > span, .screen-inner h3:hover > span > span, .screen-inner h4:hover > span > span, .screen-inner h5:hover > span > span, .screen-inner h6:hover > span > span {
                -webkit-text-fill-color: initial
            }

            .screen-inner h1:hover:before, .screen-inner h2:hover:before, .screen-inner h3:hover:before, .screen-inner h4:hover:before, .screen-inner h5:hover:before, .screen-inner h6:hover:before {
                width: 100%
            }

    .fi {
        width: 26px;
        height: 26px;
        font-size: 14px;
        line-height: 30px;
        font-size: .875rem;
        line-height: 1.875rem
    }

    .whiteline {
        font-weight: normal !important
    }
}

@media (min-width: 1280px) {
    .screen-inner {
        max-width: 1250px;
        padding: 30px
    }

        .screen-inner h1:before, .screen-inner h2:before, .screen-inner h3:before, .screen-inner h4:before, .screen-inner h5:before, .screen-inner h6:before {
            height: 40px
        }

    .fi {
        font-size: 18px;
        line-height: 40px;
        font-size: 1.125rem;
        line-height: 2.5rem;
        width: 38px;
        height: 40px
    }
}

.page-wrap .work-media {
    position: sticky;
    top: 0;
    z-index: -1;
    height: 100vh
}

    .page-wrap .work-media ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .page-wrap .work-media ul li {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100vw;
            height: 100vh;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover
        }

.page-wrap .work {
    z-index: 1
}

    .page-wrap .work .work-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: 100vh
    }

/*# sourceMappingURL=style.min.css.map */

/* Subscription Banner Styles */
.subscription-banner-top,
.subscription-banner-middle {
    background-color: #f9f9f9; /* Light background color */
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
}

.subscription-banner-top h2,
.subscription-banner-middle h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #333;
}

.subscription-banner-top label,
.subscription-banner-middle label {
    display: block;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
}

.subscription-banner-top input[type="email"],
.subscription-banner-middle input[type="email"],
.subscription-banner-top input[type="text"],
.subscription-banner-middle input[type="text"] {
    padding: 10px;
    width: 60%;
    max-width: 300px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
}

.subscription-banner-top .button,
.subscription-banner-middle .button {
    padding: 10px 20px;
    background-color: #007bff; /* Blue background */
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.subscription-banner-top .button:hover,
.subscription-banner-middle .button:hover {
    background-color: #0056b3; /* Darker blue on hover */
}

/* Responsive Design */
@media (max-width: 600px) {
    .subscription-banner-top input[type="email"],
    .subscription-banner-middle input[type="email"],
    .subscription-banner-top input[type="text"],
    .subscription-banner-middle input[type="text"] {
        width: 80%;
    }

    .subscription-banner-top,
    .subscription-banner-middle {
        padding: 15px;
        margin: 15px 0;
    }

    .subscription-banner-top h2,
    .subscription-banner-middle h2 {
        font-size: 1.2em;
    }
}

/* Mailchimp Signup Form Styles */
#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    width: 300px; /* Example width */
    margin: 0 auto; /* Center the form */
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#mc_embed_signup h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #333;
}

#mc_embed_signup label {
    display: block;
    font-weight: bold;
}

#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="text"] {
    width: 80%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#mc_embed_signup .button {
    padding: 10px 20px;
    background-color: #007bff; /* Blue */
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#mc_embed_signup .button:hover {
    background-color: #0056b3; /* Darker blue */
}

/* Responsive Design for #mc_embed_signup */
@media (max-width: 600px) {
    #mc_embed_signup {
        width: 90%;
    }
}