/*-----------------------------------GENERAL-----------------------------------*/

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity:0;
  }
  100% {
    transform: translateX(0);
      opacity:1;
  }
}

.documentation{
    margin: 201px 4px;
    position: absolute;
    left:0;
    color: #908dce;
    font-weight: bold;
    text-decoration: none;
}

body{
    background: #f5f4f2;
    background: -moz-linear-gradient(left,  #f5f4f2 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left,  #f5f4f2 0%,#ffffff 100%);
    background: linear-gradient(to right,  #f5f4f2 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4f2', endColorstr='#ffffff',GradientType=1 );
    margin:0;
    padding:0;
    font-family:Muli, sans-serif;
    height:100%;
}

header{
    position:absolute;
    z-index: 2;
    width:100%;
    height:100px;
    transition:height .3s;
}

p, h1, h2, h3, h4, h5, h6, a, img, div{
    animation: slideInFromLeft .5s ease-in-out ;
}

header .logo{
    background:url("images/logo.gif") no-repeat;
    background-size:100%;
    height:100px;
    width:180px;
    display:inline-block;
    transition:background-size .3s;
}

.mobile .logo{
    background-position: 0 5px;
    background-size:50%;
    transition:background-size .3s;
    height: 61px;
}

.mobile{
    position: fixed;
    z-index: 3;
    background: #fff;
    width: 100%;
    height: 60px;
    transition:height .3s;
    border-bottom: 1px solid #e8e8e8;
    top:0;
}

#mobile_header{
    height:100px;
}

.hidden{
    display:none!important;
}

.relative{
    position:relative;
}

form, input, section, p, h1, h2, h3{
    margin:0;
    padding:0;
}

a{
    cursor:pointer;
}

.content_size{
    width:80%;
    margin:0 auto;
    transition: left .3s, width .3s, padding .3s;
    padding:0px 0px 0px 0px;
    box-sizing: border-box;
    position:relative;
    left: 0px;
}

.content_size.services{
    padding: 105px 0 0;
}

.small_size{
    width:369px;
    margin:0 auto;
}

/*.hover_content:hover{
    transition: left .3s, width .3s, padding .3s;
    left:20px;
    width:calc(80% + 20px);
    padding:0 0 0 20px;
}*/

.left{
    float:left;
}

.right{
    float:right;
}

.clear{
    clear:both;
}

.revert{
    transform: scale(-1);
}

.no_padding{
    padding:0!important;
}

.fading{
    background:url(images/shade.png)repeat-x;
    width:100%;
    height:93px;
    float:left;
}

.downArrow{
    display:block;
    background: url(images/downArrow.png);
    width:94px;
    height:63px;
    margin:67 auto;
    -webkit-filter: drop-shadow(0px 0px 12px #fff) invert(0.3);
    filter: drop-shadow(0px 0px 12px #fff) invert(0.3);
}

/*-----------------------------------MENU-----------------------------------*/

nav{
    width:650px;
    height:100px;
    float:right;
    display:table;
}

.mobile nav{
    height: 60px;
}

.mobile_nav{
    background:url("images/v2/menu.png") no-repeat center;
    height:100px;
    width:32px;
    float:right;
    margin: 0 20px;
    cursor:pointer;
    display:none;
}

nav a{
    display:table-cell;
    vertical-align:middle;
    text-transform: uppercase;
    text-decoration: none;
    font-size:22px;
    color:#000;
    margin:0 auto;
    text-align: center;
    padding: 0 20px;
    transition:padding .3s, font-size .3s;
}

nav a:hover{
    padding: 0 10px;
    font-size:25px;
    transition:padding .3s, font-size .3s;
}

.mobile nav a{
    font-size:18px;
}

.mobile nav a:hover{
    font-size:22px;
}


nav a.select{
    font-weight: bold;
}

/*-----------------------------------DESCRIPTION-----------------------------------*/

.tab_description{
    background:url("images/backInfos.png") fixed;
    background-size:cover;
    width:100%;
    height:948px;
    color:#000;
    transition: height .3s;
    padding:40px;
    box-sizing: border-box;
}

.tab_description h3{
    font-size:30px;
    margin:0;
    padding:0 0 65px 0;
}

.tab_description p{
    font-size:17px;
    padding:0;
    margin:0;
    text-align:justify;
    color: #fff;
}

.bigAnimatedLogo{
    display:block;
    background:url(images/logo4.png) no-repeat center center;
    width:727px;
    height:353px;
    cursor:context-menu;
    margin: 130px auto;
    background-size: 75%;
}

.shortTitle{
    display:table;
    width:724px;
    max-width:724px;
    height:72px;
    text-align: center;
    padding: 26px;
    font-size: 19px;
    font-weight:bolder;
    box-sizing: border-box;
    margin: -90px auto 60px;
}

.shortTitleVertical{
    display: table-cell;
    color:#c3c3c3;
}

/*-----------------------------------PRODUCT-----------------------------------*/

.tab_product{
    height: calc(100% - 100px);
    width: 100%;
    overflow: hidden;
}

.AWS_product{
    min-height: auto;
    height: auto;
    overflow: inherit;
}

.tab_product .title_product{
    width: max-content;
    display:inline-block;
}

.tab_product h1{
    margin:0;
    padding:130px 0 0 0;
    font-size:55px;
    display:inline-block;
    text-transform: uppercase;
    float:left;
}

.tab_product h2{
    margin:0;
    font-size:45px;
    float:right;
    display:inline-block;
    clear:both;
    text-transform: uppercase;
}

.tab_product h3{
    margin:0;
    font-size:30px;
    text-transform: uppercase;
}

.tab_product p.service_short_description{
    width:817px;
    margin:0;
    padding:100px 0;
    font-size:18px;
    line-height: 1.5;
}

.product_image{
    position:absolute;
    background: url(images/productBackground2.png)no-repeat;
    width: 896px;
    height: 886px;
    right: -250px;
    z-index: 0;
    background-size: 80%;
    
}

.tab_product a.get_now{
    opacity:0;
    width:817px;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    display: block;
    transition: background .3s;
    text-align: center;
    border: 3px solid #fff;
    box-shadow: 0 0 22px -5px #0000002b, inset 0 0 22px -5px #0000002b;
    text-shadow: 0px 0px 21px #00000042;
    transition:opacity .5s;
    margin-bottom: 15px;
}

.tab_product a.get_now_other{
    opacity:0;
    width:399px;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    transition: background .3s;
    text-align: center;
    border: 3px solid #fff;
    box-shadow: 0 0 22px -5px #0000002b, inset 0 0 22px -5px #0000002b;
    text-shadow: 0px 0px 21px #00000042;
    transition:opacity .5s;
    margin-bottom: 15px;
    margin-right: 15px;
}

.tab_product:hover a.get_now, .tab_product:hover .link_get, .tab_product:hover .separator_get{
    opacity:1;
    transition:opacity .5s;
}

.tab_product a.fill_up_mobile{
    opacity: 1;
}

.fill_up_mobile .fill_up{
    background-size:100% 100%;
    transition: background-size 2s;
}

.fill_up{
    padding: 30px 40px;
    background:url("images/v2/tint.jpg")no-repeat;
    background-size:100% 0%;
    transition: background-size 1s;
    transform: scale(-1);
}

.fill_up.other{
    padding: 10px 0;
}

.tab_product:hover .fill_up{
    background-size:100% 100%;
    transition: background-size 2s;
}

.tab_product .fill_up:hover{
    background:url("images/v2/tint.jpg")no-repeat;
    background-size:100% 100%;
    transition: background-size 1s;
}

.service_box{
    background:#232f3f;
    width:100%;
    height:90px;
    border-top:1px solid #dddddd;
    z-index: 2;
    position: relative;
}

.services p{
    padding: 20px 0 105px;
    text-align: justify;
    font-size: 18px;
}

.service_button{
    position:relative;
    width:calc(100% / 5 - 1px);
    height:120px;
    display:inline-block;
    z-index: 2;
    float:left;
    cursor:pointer;
    transition:background .3s;
}

.service_separator{
    background:#3a4258;
    display:inline-block;
    height:54px;
    width:1px;
    float:left;
    margin-top: 20px;
}

#service_selector{
    position:absolute;
    background:#3a4258;
    width:calc(80% / 5 + 1px);
    height:90px;
    z-index: 1;
    margin-left: -1px;
}

.selector_pointer{
    background: url(images/v2/services/dire.jpg) no-repeat center;
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -1px;
}

#service_link{
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    float: right;
    margin-top: -28px;
    display: inline-block;
    padding: 10px;
}

.aws_service{
    background:url("images/v2/services/aws_s.png") no-repeat center;
    background-position: 50% calc(50% - 19px);
    background-size: 30%;
}

.gamelift_service{
    background:url("images/v2/services/gamelift_u.png") no-repeat center;
    background-position: 50% calc(50% - 19px);
    background-size: 30%;
}

.cognito_service{
    background:url("images/v2/services/cognito_u.png") no-repeat center;
    background-position: 50% calc(50% - 19px);
    background-size: 30%;
}

.dynamodb_service{
    background:url("images/v2/services/dynamodb_u.png") no-repeat center;
    background-position: 50% calc(50% - 19px);
    background-size: 30%;
}

.cloudwatch_service{
    background:url("images/v2/services/cloudwatch_u.png") no-repeat center;
    background-position: 50% calc(50% - 19px);
    background-size: 30%;
}

.lambda_service{
    background:url("images/v2/services/lambda_u.png") no-repeat center;
    background-position: 50% calc(50% - 19px);
    background-size: 30%;
}

.backInformationAWS{
    background: #f2f3f3;
    width:100%;
    height: calc(100% - 91px);
    overflow:hidden;
}

.separator_get{
    display:inline-block;
    background: #848484;
    height:15px;
    width:1px;
    opacity:0;
    transition: opacity .5s;
}

.second_link{
    margin-left: 40px;
}

.documentation_b{
    display:inline-block;
    background:url(images/documentation.png)no-repeat;
    background-size:auto;
}

.video_b{
    display:inline-block;
    background:url(images/video.png)no-repeat;
    background-size:auto;
}

.infos_b{
    display:inline-block;
    background:url(images/infos.png)no-repeat;
    background-size:auto;
}

.link_get{
    padding: 0 50px;
    text-decoration: none;
    color:#000;
    height: 22px;
    opacity:0;
    transition: opacity .5s;
}

#product_button.fill_up_mobile .link_get, #product_button.fill_up_mobile .separator_get, #product_button.fill_up_mobile a.get_now{
    opacity:1;
}

.AWS_content{
    /*padding: 60px 0px;*/
    display:table-cell;
    vertical-align: middle;
}

/*-----------------------------------AWS_SERVICES------------------------------*/

.infos_product{
    background:#f2f3f3;
    height:auto;
    height: calc(100% - 35%);
}

.infos_back_product{
    margin: 0 auto;
    display:table;
    width: 80%;
    height: 100%;
}

.studio_nav{
    width:100%;
    border-bottom:2px solid #d9dede;
}

.studio_link{
    display:inline-block;
    color:#708aae;
    padding:10px 30px;
    cursor:pointer;
    font-size: 14px;
}

.studio_link:hover{
    color:#af8938;
    border-bottom: 2px solid #708aae;
    transform: translateY(2px);
}

.studio_link.select{
    color:#af8938;
    border-bottom: 2px solid;
    transform: translateY(2px);
}

.big_studio{
    background:url(images/v3/bigStudios.png)no-repeat center center;
    background-size:100%;
    width:100%;
    height: 80px;
    padding: 35px 0;
}

.small_studio{
    background:url(images/v3/smallLogo.png)no-repeat center center;
    background-size:100%;
    width:100%;
    height: 80px;
    padding: 35px 0;
}

.product_aws_box{
    margin: -73px 0px;
}

.box_corner{
    /*transform: translateY(-165px);*/
}

.product_corner1{
    display:inline-block;
    background:url(images/v3/border3.png) no-repeat;
    background-size: 100%;
    height:120px;
    width:100%;
}

.product_corner2{
    display:inline-block;
    background:url(images/v3/border3.png) no-repeat;
    background-size: 100%;
    height:120px;
    min-width: 100px;
    width:100%;
    margin-top: -104px;
    margin-bottom: 11px;
}

.product_aws_infos{
    display:inline-block;
    width:calc(100% / 5);
    box-sizing: border-box;
    float:left;
}

.product_aws_infos .title{
    text-align: center;
    color:#253141;
    font-size:17px
}

.aws_product_support1{
    background:url(images/v3/aws1.png) no-repeat center center;
    background-size: contain;
    width:100%;
    height:160px;
}

.aws_product_support2{
    background:url(images/v3/aws2.png) no-repeat center center;
    background-size: contain;
    width:100%;
    height:160px;
}

.aws_product_support3{
    background:url(images/v3/aws3.png) no-repeat center center;
    background-size: contain;
    width:100%;
    height:160px;
}

.aws_product_support4{
    background:url(images/v3/aws4.png) no-repeat center center;
    background-size: contain;
    width:100%;
    height:160px;
}

.aws_product_support5{
    background:url(images/v3/aws5.png) no-repeat center center;
    background-size: contain;
    width:100%;
    height:160px;
}

.button_link{
    float: left;
    padding:15px 50px;
    margin: 0 15px 0 0;
    opacity: 0;
    width: 409px;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    transition: background .3s;
    text-align: center;
    border: 3px solid #fff;
    box-shadow: 0 0 22px -5px #0000002b, inset 0 0 22px -5px #0000002b;
    text-shadow: 0px 0px 21px #00000042;
    transition: opacity .5s;
    margin-bottom: 100px;
}

.button_box{
    width: 80%;
    margin: 0 auto 65px;
}

.know_more_aws{
    background:#8baacf;
    width:20%;
}

.documentation_button{
    background:#5b79a4;
}

.video_tutorial{
    background:#78a6dd;
}

.gamelift_box{
    float:left;
    width:calc(100% / 3 - 20px);
    padding-right: 20px;
    padding-bottom: 50px;
    margin-top:30px;
}

.gamelift_box h3, .gamelift_box b, .gamelift_box p{
    display:inline-block;
    width:100%;
    text-align: center;
    box-sizing: border-box;
}

.gamelift_box b{
    height:20px;
}

.gamelift_box h3{
    text-transform: inherit;
    font-size: 45px;
    padding: 20px;
}

.gamelift_box p{
    padding: 20px;
}

.cognito_box{
    float:left;
    width:calc(100% / 3 - 20px);
    padding-right:20px;
    margin-bottom: 33px;
}

.cognito_box h4{
    font-size: 17px;
    padding:0;
    margin:0;
    text-align: center;
    font-weight: normal;
}

.cognito_row{
    float: right;
    width: 100%;
}

.cognito_icon{
    width:50%;
    height:180px;
    margin: 0 auto;
}

.cognito1{
    background: url(images/v3/cognito1.png) no-repeat center;
    background-size: contain;
}

.cognito2{
    background: url(images/v3/cognito2.png) no-repeat center;
    background-size: contain;
}

.cognito3{
    background: url(images/v3/cognito3.png) no-repeat center;
    background-size: contain;
}

.cognito4{
    background: url(images/v3/cognito4.png) no-repeat center;
    background-size: contain;
}

.cognito5{
    background: url(images/v3/cognito5.png) no-repeat center;
    background-size: contain;
}

.cognito6{
    background: url(images/v3/cognito6.png) no-repeat center;
    background-size: contain;
}

.dynamodb_how{
    float:left;
    width:54%;
    margin-right: 40px;
}

.dynamodb_test{
    float:left;
    width: calc(46% - 40px);
}

.dynamodb_how_visual{
    background: url(images/v3/dynamodbPicture.png)no-repeat;
    background-size:contain;
    width:100%;
    height:346px;
    margin: -17px 0 36px;
}

.dynamodb_test_visual{
    display:block;
    background: url(images/v3/dynamodbStudies.png)no-repeat;
    background-size:contain;
    width:100%;
    height:278px;
}

.dynamodb h4{
    font-size: 26px;
    font-weight: normal;
    padding: 35px 0;
    margin: 0;
}

.lambda_how{
    float:left;
    width:64%;
    margin-right: 40px;
}

.lambda_test{
    float:left;
    width: calc(36% - 40px);
}

.lambda_how_visual{
    background: url(images/v3/lambda.png)no-repeat;
    background-size:contain;
    width:100%;
    height:275px;
    margin: 0 0 90px;
}

.lambda_test_visual{
    display:block;
    background: url(images/v3/lambdaStudies.png)no-repeat;
    background-size:contain;
    width:100%;
    height:278px;
}

.click_icon{
    background: url(images/v3/clickHere.png)no-repeat center center;
    width: 97%;
    height: 164px;
}

/*-----------------------------------SAMURAI-----------------------------------*/

.tab_samurai{
    background:url(images/v2/SE_back.jpg)no-repeat;
    background-position-x: calc((100% + 200px) - 50%);
    background-size:cover;
    width:100%;
    height:940px;
    clear: both;
}

.samurai_design{
    background:url(images/v2/SE_left.png) no-repeat left;
    width:100%;
    height:940px;
    position: absolute;
    z-index: 0;
}

.samurai_logo{
    background:url(images/v2/SE_logo.png) no-repeat left;
    width:100%;
    height:265px;
    padding: 100px 0 70px 0;
}

.tab_samurai p{
    color:#fff;
    font-size:18px;
    width:680px;
    text-align:center;
}

.tab_samurai .samurai_box{
    width:680px;
    margin-top:60px;
}

.tab_samurai .samurai_link{
    margin: 0 auto;
    display:table;
    cursor:pointer;
    background: rgba(248,80,50,0);
    background: -moz-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(255,255,255,0.14) 51%, rgba(255,255,255,0.26) 97%, rgba(255,255,255,0.27) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,80,50,0)), color-stop(51%, rgba(255,255,255,0.14)), color-stop(97%, rgba(255,255,255,0.26)), color-stop(100%, rgba(255,255,255,0.27)));
    background: -webkit-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(255,255,255,0.14) 51%, rgba(255,255,255,0.26) 97%, rgba(255,255,255,0.27) 100%);
    background: -o-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(255,255,255,0.14) 51%, rgba(255,255,255,0.26) 97%, rgba(255,255,255,0.27) 100%);
    background: -ms-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(255,255,255,0.14) 51%, rgba(255,255,255,0.26) 97%, rgba(255,255,255,0.27) 100%);
    background: linear-gradient(to right, rgba(248,80,50,0) 0%, rgba(255,255,255,0.14) 51%, rgba(255,255,255,0.26) 97%, rgba(255,255,255,0.27) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#ffffff', GradientType=1 );
    border-radius:2px;
}

.tab_samurai a{
    display:inline-block;
    background:#8c3434;
    margin:1px;
    padding: 30px 40px;
    border-radius:2px;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    color:#fff;
    transition: background .3s, padding .3s;
}

.tab_samurai a:hover{
    transition: background .3s, padding .3s;
    background:#741f1f;
    padding: 30px 50px;
}

/*-----------------------------------CONTACT-----------------------------------*/

.tab_contact{
    background:url("images/backInfos.png")no-repeat fixed center;
    width:100%;
    height:775px;
    background-size: cover;
}

.tab_contact h3{
    font-weight:lighter;
    font-size:60px;
    text-transform: uppercase;
    color:#fff;
    text-align:center;
    padding:80px 0;
}

.c_link{
    margin:30px 0px 30px 0px;
    display: block;
    transition:background-size .3s;
}

.c_link:hover{
    transition:background-size .3s;
    background-size:90%;
}

.contact_mail{
    background:url("images/mail.png") no-repeat;
    width:110px;
    height:79px;
    display:inline-block;
    padding:0 10px;
    float:left;
}

.contact_discord{
    background:url("images/discord.png")no-repeat;
    background-size:100%;
    width:100%;
    height:110px;
}

.contact_twitter{
    background:url("images/twitter.png")no-repeat;
    background-size:100%;
    width:100%;
    height:110px;
}

.contact_youtube{
    background:url("images/youtube.png")no-repeat;
    background-size:100%;
    width:100%;
    height:110px;
}

.mail_box form{
    float:left;
}

.mail_box input{
    width:100%;
    padding:10px;
    margin:0 0 10px 0;
    outline-style:none;
    border:none;
}

.mail_box input[type="submit"]{
    background:#000;
    color:#fff;
}

/*-----------------------------------FOOTER-----------------------------------*/

footer{
    background:#1a1a1a;
    height:100px;
    width:100%;
    padding: 13px;
    background-position: 13px;
    box-sizing: border-box;
}

.pegi{
    background: url("images/v2/pegi.jpg")no-repeat;
    display:inline-block;
    float:left;
    width: 70px;
    height:74px;
    margin-right: 20px;
}

.footer_nav_container{
    height: 56px;
}

footer a{
    font-size:15px;
    float:left;
    color:#fff;
    text-decoration:none;
}

.footer_separator{
    color:#fff;
    float:left;
    display:inline-block;
    padding:0 30px;
}

.copyright{
    float:left;
    color:#727272;
}

.top{
    background:url("images/v2/top.jpg")no-repeat;
    height:72px;
    width:62px;
    cursor:pointer;
    float:right;
    transition: margin .3s;
    margin:0px 0;
}

.top:hover{
    margin:-10px 0;
    transition: margin .3s;
}

.right_side{
    float:right;
    margin-top: -54px;
}

.lang_box{
    float:left;
    color:#fff;
}

.lang{
    background:url("images/v2/lang.jpg")no-repeat;
    width:100%;
    height:30px;
    padding: 0 24px;
    background-position: 0 5px;
    cursor:pointer;
    box-sizing: border-box;
}

#lang_options{
    display:none;
}

#lang_options.display{
    display:inline-block;
}

#lang_options>span{
    font-size:13px;
    display: block;
    padding: 3px 30px 3px 30px;
    cursor:pointer;
}
    
/*-----------------------------------RESPONSIVE-----------------------------------*/

@media screen and (max-width: 1650px) {
    .product_image {
        background: url("images/productBackground2.png") no-repeat right top;
        background-size: 80%;
        z-index: -1;
    }
}

@media screen and (max-width: 1450px) {
    .product_image {
        background: url("images/productBackground2.png") no-repeat right top;
        background-size: 60%;
        z-index: -1;
    }
}


@media screen and (max-width: 1366px) {
    .tab_product h1 {
        margin: 0;
        padding: 100px 0 0 0;
    }
    
    .tab_product h3{
        font-size: 29px;
    }
    
    .content_size.services {
        padding: 57px 0 0;
    }

    .services p{
        font-size: 17px;
        margin: 20px 0 0x;
    }
    
    .studio_link{
        padding: 5px 30px;
        font-size: 14px;
    }
    
    .big_studio{
        background-size: 80%;
        padding: 10px 0;
    }
    
    .small_studio{
        background-size: 80%;
        padding: 10px 0;
    }
    
    .button_link{
        padding: 10px 50px;
    }
    
    .aws_product_support1{
        height: 120px;
    }
    
    .aws_product_support2{
        height: 120px;
    }
    
    .aws_product_support3{
        height: 120px;
    }
    
    .aws_product_support4{
        height: 120px;
    }
    
    .aws_product_support5{
        height: 120px;
    }
    
    .product_aws_infos .title{
        font-size: 16px;
    }
    
    .button_box{
        margin: 0 auto 55px;
    }
    
    .gamelift_box p{
        padding: 20px 20px 5px;
    }
    
    .gamelift_box p{
        padding: 20px 20px 5px;
    }
    
    .cognito_box{
        margin-top: -30px;
    }
    
    .cognito1{
        background-size: 70%;
    }
    
    .cognito2{
        background-size: 70%;
    }
    
    .cognito3{
        background-size: 70%;
    }
    
    .cognito4{
        background-size: 70%;
    }
    
    .cognito5{
        background-size: 70%;
    }
    
    .cognito6{
        background-size: 70%;
    }
    
    .cognito_box h4{
        margin-top: -12px;
    }
    
    .dynamodb_how_visual{
        height: 262px;
    }
    
    .lambda_how_visual{
        height: 262px;
        margin: 0 0 19px;
    }
}

@media screen and (max-width: 1150px) {
    .shortTitle {
        display:none;
    }
        
    .bigAnimatedLogo {
        width: 100%;
        background-size: 100%;
    }
    
    footer {
        height: 150px;
    }
    
    .footer_nav_container {
        display: table-caption;
        width: 200px;
    }
    
    .footer_separator {
        display: none;
    }
    
    .copyright {
        position: absolute;
        bottom: -72px;
        left: 0;
    }
    
    footer a {
        display: table-cell;
        padding: 4px 0;
    }
    
    .lang_box {
        float: none;
        width: 114px;
    }
}

@media screen and (max-width: 1060px) {
    nav {
        width: 631px;
    }
}

@media screen and (max-width: 1030px) {
    
    .button_box {
        width: 100%;
    }
    
    .product_image {
        z-index: -1;
    }
    
    .bigAnimatedLogo {
        height:450px;
    }
    
    .documentation{
        margin: 0;
    }

    .content_size{
        width:calc(100% - 60px);
    }
    
    #mobile_header {
        height: 60px;
    }
    
    header {
        height: 60px;
    }
    
    header .logo {
        background-size: 60%;
        height: 60px;
    }
        
    nav{
        background:#fff;
        width:100%;
        display:none;
    }
    
    .open{
        display:inline-table;;
    }
    
    nav a{
        width:100%;
        display:block;
        box-sizing: border-box;
        padding: 15px;
        border-bottom: 1px solid #efece7;
        animation: none;
    }
    
    nav a:hover{
        padding:15px 0px 15px 50px;
    }
    
    .mobile_nav{
        display:block;
        height: 60px;
    }
    
    .mobile_scroll{
        height:60px;
        transition:height .3s;
    }
    
    .hover_content{
        width: calc(100% - 60px);
        transition:none;
        left:0;
        padding:0;
    }
    
    .hover_content:hover{
        width: calc(100% - 60px);
        transition:none;
        left:0;
        padding:0;
    }
    
    #service_selector{
        width: calc((100% - 60px) / 5 + 1px);
    }
    
    .tab_product .title_product {
        width: auto;
        display: table;
    }
    
    .tab_product h2 {
        float:left;   
    }
    
    .tab_product p.service_short_description {
        width:auto;
        text-align:justify;
    }
    
    .tab_product a.get_now {
        width:100%;
        opacity: 1;
    }
    
    .product_image {
        background: url("images/productBackground2.png") no-repeat right top;
        background-size: 50%;
    }
    
    .tab_samurai .samurai_box {
        width:auto;   
    }
    
    .tab_samurai p {
        width:auto; 
    }
    
    .mobile_override_content_size{
        width:100%;
    }
    
    .samurai_logo{
        background-position: center;
    }
}



@media screen and (max-width: 875px) {
    .tab_product {
        height: auto;
    }
    
    .tab_product a.get_now {
        margin: 0 0 50px 0;
    }
    
    .infos_b{
        display:none;   
    }
    
    .infos_separator{
        width:0;   
    }
}

@media screen and (max-width: 700px) {
    
    .separator_get {
        height: 15px;
        width: 0px;
    }
    
    .second_link {
        margin-left: 0px;
    }
    
    .link_get {
        display: table;
        margin: 0 auto;
    }
    
    .hideMobile{
        display:none;
    }
    
    .button_link {
        margin: 15px 0;
        width: 100%;
    }
    
    .video_tutorial {
        margin: 0 0 15px;
    }
    
    .tab_description {
        padding: 0;
    }
    
    .bigAnimatedLogo {
        height:300px;
    }
    
    .shortTitle {
        display:none;
    }
    
    .aws_service{
        background-size: 100%!important;
    }

    .gamelift_service{
        background-size: 100%!important;
    }

    .cognito_service{
        background-size: 100%!important;
    }

    .dynamodb_service{
        background-size: 100%!important;
    }

    .cloudwatch_service{
        background-size: 100%!important;
    }

    .lambda_service{
        background-size: 100%!important;
    }
    
    .samurai_logo{
        background-size: 100%;
    }
    
    .contact_discord{
        background:url("images/discord.png")no-repeat;
        background-size:100%;
        width:100%;
        height:107px;
        display:inline-block;
    }

    .contact_twitter{
        background:url("images/twitter.png")no-repeat;
        background-size:100%;
        width:100%;
        height:93px;
        display:inline-block;
    }

    .contact_youtube{
        background:url("images/youtube.png")no-repeat;
        background-size:100%;
        width:100%;
        height:86px;
        display:inline-block;
    }
    
    .tab_samurai {
        height: 720px;
    }
    
    .samurai_design {
        height: 720px;
    }
}

@media screen and (max-width: 460px) {
    .copyright {
        bottom: -85px;
    }
    
    footer {
        height: 230px;
    }
    
    .tab_samurai {
        background-position-x: calc((100% + 97px) - 50%);
    }
    
    .samurai_design {
        width: 200%;
        left: -100%;
    }
        
    .small_size {
        width:100%;
    }
    
    .tab_samurai a {
        padding: 30px 30px;
    }
    
    .tab_samurai a:hover {
        padding: 30px 30px;
    }
}

/*-----------------------------------FONT-----------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Muli&display=swap%27);