section {
    display: flex;
    flex-flow: column;
    height: 100%;
    /* max-width: 450px;*/
    margin: 0 auto;
    position: relative;
}

header {
    padding: 1%;
    position: relative;
    /* no flex rules, it will grow */
}

.headerform {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.center-auto {
    margin: auto;
    text-align: center;
}

.left-auto {
    margin: auto auto auto 0px;
    position: absolute;
    left: 10px;
    display: flex;
    width: 30%;
    direction: ltr;
}

.left-auto .menu-item {
    width: 30%;
    margin: 1vw;
}

.left-auto .menu-item img {
    width: 100%;
}

.lang {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lang span {
    color: rgba(255, 255, 255, 1);
}

.lang span.en {
    font-family: "AeonikBoldAR";
    font-size: 2.5vw;
}

.lang span.ar {
    font-family: "AeonikBoldEN";
    font-size: 3vw;
}

.right-auto {
    margin: auto 0px auto auto;
}

.headerform .logo {
    max-width: 500px;
    width: 30%;
    padding: 2vw;
}

.headerform .logo-b {
    max-width: 600px;
    width: 100%;
}

.headerform .logo-c {
    max-width: 400px;
    width: 70%;
}

.headerform .logo-s {
    max-width: 50px;
}

.headerform .logo-ab {
    max-width: 130px;
}

.headerform .logo-moq {
    max-width: 100px;
}

.headerform .logo-moq-s {
    max-width: 100px;
}

.headerform .logo-wtc {
    max-width: 200px;
}

.headerform .logo-alj {
    max-width: 150px;
}

.headerform .logo-yai {
    max-width: 200px;
    margin: 15px auto;
}

.headerform .logo-yai-s {
    max-width: 80px;
}

.headerform h2 {
    font-size: 3.5vw;
    font-family: "GothamBold";
    text-align: center;
    padding: 0px 0px 0px 0px;
}

.topbox h2 {
    font-size: 20px;
    font-family: "GothamBold";
    padding: 0px 0px 0px 0px;
}

.headerform h2,
.headerform p,
.topbox h2,
.topbox p,
.topbox label {
    color: rgba(255, 255, 255, 1);
}

.main-content {
    padding: 5px 20px 5px 20px;
    flex: 1;
    overflow-x: hidden;
    /* 1 and it will fill whole space left if no flex value are set to other children*/
    /*  overflow: auto;*/
    -webkit-overflow-scrolling: touch;
}

.cup-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 30%;
    direction: ltr;
}

.cup-box img {
    height: 100%;
    object-fit: contain;
}

.cup-box .left {
    width: 40%;
    margin-left: -15%;
}

.cup-box .center {
    margin: 0 auto;
}

.cup-box .right {
    width: 40%;
    margin-right: -15%;
}

footer {
    background-color: transparent;
    text-align: center;
    padding: 10px;

    /*min-height: 60px;*/
    /* min-height has its purpose :) , unless you meant height*/
}

footer a {
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
}

.loginform .loginbox {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 3vw;
    padding: 3%;
    /* border: 2px solid #ffffff;*/
    /*  background: url("../images/bg-box.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;*/

    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.signup_bottom img {
    max-height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.loginform input.form_input {
    width: 94%;
}

.allround {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 12px;

    /* Firefox 1-3.6 */
    -moz-border-radius: 12px;

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 12px;
}

.topround {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    /*-webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;*/

    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    /*-moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 4px;*/

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /*  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 4px;*/
}

.home_top {
    width: 60%;
    text-align: center;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    margin: 0px auto;
    background: transparent;
    border: none;
}

.home_top a,
.home_top span {
    background: url("../images/bgbtn1.png") no-repeat;
    background-position: center;
    background-size: contain;
    color: #ffffff;
    font-family: "AeonikRegular";
    width: 30vw;
    line-height: 7vw;
    font-size: 3vw;
    margin: 10px auto;
}

@media screen and (max-width: 1124px) {
    .headerform h2 {
        font-size: 5.5vw;
    }

    .home_top a,
    .home_top span {
        width: 30vw;
        line-height: 7vw;
        font-size: 3vw;
    }
}

/* Responsive */
@media screen and (max-width: 991px) {
    .headerform h2 {
        font-size: 5.5vw;
    }
}

@media screen and (max-width: 575px) {
    .headerform h2 {
        font-size: 10.5vw;
    }

    .left-auto {
        width: 40%;
    }
    .left-auto .menu-item {
        width: 30%;
        margin: 1vw;
    }

    .lang span.en {
        font-size: 3vw;
    }

    .lang span.ar {
        font-size: 3.5vw;
    }

    .cup-box {
        height: 25%;
    }

    .home_top a,
    .home_top span {
        width: 45vw;
        line-height: 10vw;
        font-size: 5vw;
    }
}

@media screen and (max-width: 375px) {
    .headerform h2 {
        font-size: 10vw;
    }
}
