@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 800;
    font-style: bold;
  }
  @font-face {
    font-family: 'Gotham-Black';
    src: url('../fonts/Gotham-Black.otf') format('opentype');
    font-weight: 800;
    font-style: bold;
  }
  @font-face {
    font-family: 'Gotham-Thin';
    src: url('../fonts/Gotham-Thin.otf') format('opentype');
    font-weight: 800;
    font-style: bold;
  }
button {
    transition: all 0.4s linear;
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}



html {
    height: 100%;
}
body {
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    width: 100%;
    position: relative;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body span,
body ul,
body li,
body p,
body a {
    font-family: "Gotham", sans-serif;
}
body a {
    color: inherit;
}
img {
    display: block;
}
.img-fluid {
    width: 100%;
}
.right {
    text-align: right;
}
.container {
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: initial;
    justify-content: space-between;
}
.flex {
    display: flex;
}
.bg-blue{
    background-color: #0099da;
    color: #fff;
}
.bg-white{
    background-color: #ffffff;
    color: #0099da;
}
.invert{
    transform: scaleX(-1);
}
.v-align{
    display: flex;
    align-items: center;
    justify-content: center;
}
.v-align-column{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.stamps-align{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
header {
    height: 68vw;
    width: 100%;
    background: url(../img/bg-header.png);
    background-size: cover;
    display: block;
    position: relative;
    text-align: center;
}
header h1{
    color: #fff;
    font-size: 40px;
    line-height: 51px;
    padding-top: 19vw;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
}
header h1 strong{
    color: #0099da
}
header .img-right img {
    position: absolute;
    right: 81px;
}

header .img-left img {
    position: absolute;
    left: 81px;
    top: 60px;
}
header .bottom h2 strong {
    font-family: 'Gotham-Bold';
    font-size: 27px;
}
header .bottom h2 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Gotham-Thin';
    text-transform: uppercase;
    text-align: left;
    position: relative;
    top: 38px;
}
header .bottom h2 span {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-family: 'Gotham-Thin';
    display: inline-block;
    margin-top: 17px;
}
header .bottom {
    position: absolute;
    bottom: 3vw;
    left: 0;
    right: 0;
    display: flex;
}
header .col:first-child {
    width: 55%;
    margin-left: 10vw;
}
header .col{
    display: flex;
    justify-content: center;
    align-items: center;
}
#functions .row:last-child {
    justify-content: center;
}
#functions .row:first-child {
    justify-content: center;
}
#saving{
    min-height: 36vw;
    width: 100%;
    background: url(../img/bg-1.png);
    background-size: cover;
    display: block;
    position: relative;
    text-align: center;
    background-position: center;
}
#saving h3{
    font-size: 43px;
    line-height: 1;
    color: #fff;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 3vw; */
    padding-top: 20vw;
}
#saving h3 strong {
    font-family: 'Gotham-Bold';
    font-size: 116px;
    letter-spacing: 12px;
}
#saving h3 span {
    font-family: 'Gotham-Bold';
}
section.description .row:hover img {
    filter: drop-shadow(2px 4px 6px #000);
}
section.description  img {
    transition:  0.5s all;
}
.description .row .col {
    width: 50%;
}
.description .stamps-right img {
    margin-right: 15px;
    width: auto;
    height: auto;
}
.description p {
    position: absolute;
    bottom: 4vw;
    text-align: left;
    left: 8vw;
}
.description b {
    font-family: 'Gotham-Bold';
    font-size: 32px;
}
.description h4 {
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
}
.description .stamps-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    top: 25px;
    position: absolute;
    right: 25px;
}
.description .flex.left {
    justify-content: end;
    width: 90%;
    text-align: right;
}
.description .flex.left img {
    margin-left: 60px;
}


.description .flex.right {
    justify-content: start;
    text-align: left;
    width: 90%;
}
.description .flex.right img {
    margin-right: 60px;
}
#gold {
    height: 35vw;
    width: 100%;
    background: url(../img/bg-2.png);
    background-size: cover;
    display: block;
    position: relative;
   
}
#gold h4 {
    font-size: 28px;
    line-height: 35px;
    color: #0099da;
}
#gold b {
    font-family: 'Gotham-Bold';
    font-size: 28px;
}
#gold img {
    padding-top: 6vw;
    padding-bottom: 1vw;
}
#functions {
    background-color: #0099da;
    padding: 60px 0;
}
#functions .col img {
    
    margin: 0 auto;
    margin-top: 17px;
    padding-bottom: 15px;
}

#functions .col {
    cursor: pointer;
    border: 4px solid #fff;
    border-radius: 16px;
    margin-bottom: 40px;
    height: 275px;
    width: 154px;
    margin-right: 31px;
    text-align: center;
    color: #fff;
    padding: 3px 12px;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.5s all;
}
}

#functions .row:last-child {
    justify-content: center;
}

 #functions .col:hover {
    background-color:  #fff;
    color: #0099da;;
}

#functions .col:hover img{
    filter: drop-shadow(2px 4px 6px black);
}
#functions b{
    font-family: Gotham-Bold;
}
#functions p.op {
    text-align: center;
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}
#machines{
    background-color: #eeecec;
    padding: 60px 0;
}
#machines h4 strong {
    color: #0099da;
    font-family: 'Gotham-Black';
    font-size: 35px;
}

#machines h4 {
    text-align: right;
    font-size: 21px;
    line-height: 31px;
    text-transform: uppercase;
    margin-left: 14px;
}
#machines .row {
    justify-content: space-around;
}
#machines .row .col:last-child img {
    width: 116px;
    height: 132px;
}
#machines h5 {
    color: #0099da;
    font-size: 25px;
    font-family: 'Gotham-Bold';
    margin-top: 22px;
    margin-bottom: 38px;
}
#machines .row.info .col.border {
    border-right: 1px solid black;
}

#machines .row.info .col {
    padding-right: 10px;
    padding-left: 10px;
}
#machines p.infos {
    font-size: 12px;
}
#machines p.infos b {
    font-family: 'Gotham-Bold';
}
#machines .n-b {
    display: inline-block;
    margin: 75px 206px 21px 0;
}
#end {
    background-color: #232d47;
    color:#fff;
    padding: 20px 0;
}
footer{
    text-align: center;
    background-color: #0099da;
    padding: 30px 0;
}
footer img{
    display: inline-block;
}
@media (max-width: 992px) {
    header .col img {
        display: none;
    }
    
    
    header .img-right img {

        right: 0;
        width: 84px;
    }
    header .img-left img {
        position: absolute;
        left: 0;
        top: 0;
        width: 72px;
    }
    header h1 br {
        display: none;
    }
    
    header h1 {
        font-size: 22px;
        line-height: 23px;
        padding-top: 32vw;
    }
    header .bottom h2 span {
        font-size: 15px;
        line-height: 1;
        margin-top: 1px;
    }
    header .bottom h2 strong {
        font-size: 15px;
    }
    .description .stamps-right {

        padding-top: 0;
        margin-top: 0;
        position: relative;
    }
    header .col:last-child {
        display: none;
    }
    header .col:first-child {
        width: 100%;
        margin-left: 3vw;
    }
    .flex {
        display: block;
    }
    .description p {
        position: relative;
        bottom: 4vw;
        text-align: left;
        left: 8vw;
        padding-right: 18vw;
    }
    header .bottom {
        position: absolute;
        bottom: 11vw;
        left: 0;
        right: 0;
        display: block;
    }
    header .bottom h2 {
        font-size: 15px;
        line-height: 15px;
    }
    #saving h3 {
        font-size: 17px;
        padding-top: 32vw;
    }
    #saving h3 strong {
        font-size: 29px;

    }
    #saving {
        height: 56vw;

    }
    .description .row {
        display: block;
    }
    .description .row .col {
        width: 100%;
        position: relative;
    }
    .description .flex.left img, .description .flex.right img {
        position: absolute;
    transform: rotate(90deg) translateX(-50%);
    left: 50%;
    top: 0;
    display: none;
    }
    .description .flex.left img{
        margin-left: 0px;        
    }
    .description .flex.left , .description .flex.right {
        text-align: center;
        width: 100%;
        justify-content: center;
    }
    .description b {
        font-family: 'Gotham-Bold';
        font-size: 25px;
    }
    #machines .row.info .col {
        margin: 25px;
    }
    
    
    .description h4 {
        font-size: 15px;
        line-height: 24px;
        padding: 60px 18px;
    }
    .description .row:nth-child(2), .description .row:nth-child(4) {
        flex-direction: column-reverse;
        display: flex;
    }
    #gold {
        height: 111vw;
        background-position-x: -600px!important;
        text-align: center;
    }
    #gold .row{
        display: block;
    }
    #gold img {
        padding-top: 9vw;
        padding-bottom: 6vw;
        display: inline;
    }
    #gold h4 {
        font-size: 19px;
        line-height: 30px;
        color: #0099da;
    }
    #gold b {
        font-family: 'Gotham-Bold';
        font-size: 20px;
    }
    #functions .row{
        display: block;
    }
    #functions .col {
        border: 4px solid #fff;
        border-radius: 16px;
        margin-bottom: 40px;
        height: 235px;
        width: 88%;
        margin-left: 2vw;
        margin-right: 31px;
        text-align: center;
        color: #fff;
        padding: 3px 12px;
        font-size: 16px;
        text-transform: uppercase;
        transition: 0.5s all;
    }

    #functions p.op {
        text-align: center;
        font-size: 17px;
        line-height: 23px;
        margin-top: 20px;
    }
    #machines img {
        display: inline;
    }
    #machines h4 {
        text-align: center;
        font-size: 21px;
        line-height: 31px;
        text-transform: uppercase;
        margin-left: 14px;
    }
    #machines .flex {
        display: block;
        text-align: center;
    }
    #machines {
        text-align: center;
    }
    #machines .row.info .col.border {
        border-right: 0;
    }
    #machines .n-b {
        display: inline-block;
        margin: 50px 0;
    }
    #end {

        padding: 20px 13px;
    }
    body {

        overflow-x: hidden!important;
    }
    #machines .row {

        display: block;
    }
    header {
        height: 107vw;

        background-position-x: center;
    }
}
