@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*-- RESET --*/

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea, input, button {
    font-family: inherit;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
	height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
    margin: 0;
	height: 100%;
	width: 100%;
}
a {
	color: #001c28;
}
a:hover {
	text-decoration: none;
}
ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong, b {
    font-weight: 700;
}
img {
	max-width: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
img {
	max-width: 100%;
}
button input {
	display: none !important;
}
form *:focus {
    outline: none;
}

/*-- GENERAL --*/

body {
    background-image: url(../img/bg_large.jpg);
	background-color: #fff;
	background-position: center;
    background-attachment: fixed;
	background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    height: auto;
    position: relative;
}
.container {
    display: block;
    margin: 0 auto;
    padding: 0 212px 0 176px;
    position: relative;
    width: 100%;
}
.wrapper {
    overflow: hidden;
    position: relative;
}

.maintenance_wrapper {
    padding: 180px 0 148px;
    height: 100vh;
}
.maintenance {
    position: relative;
    height: 100%;
}
.maintenance_title {
    font-weight: 800;
    font-size: 6.18vh;
    line-height: 124%;
    color: #783dbd;
    position: absolute;
}
.maintenance_title__1 {
    left: 0;
    top: 0;
}
.maintenance_title__2 {
    font-family: 'Noto Sans Arabic';
    direction: rtl;
    text-align: right;
    right: 0;
    bottom: 0;
}
.maintenance_logo {
    font-size: 0;
}
.maintenance_contacts {
    position: absolute;
    left: 0;
    bottom: 0;
}
.maintenance_contacts_title {
    font-weight: 700;
    font-size: 48px;
    color: #783dbd;
}
.maintenance_contacts_value {
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    margin-top: 48px;
}
.maintenance_contacts_value a {
    color: inherit;
    text-decoration: none;
    transition: 0.25s;
}
.maintenance_contacts_value a:hover {
    opacity: 0.65;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.j_content_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.a_items_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*--------------- RESPONSIVE ---------------*/

.container {
    padding: 0 10.45vw 0 8.65vw;
}
.maintenance_wrapper {
    padding: 12.8vh 0 10.5vh;
}
.maintenance_logo {
    margin: 0 auto;
    max-width: 50vw;
}

@media screen and (max-width: 1440px) {
    body {
        background-image: url(../img/bg_big.jpg);
    }
    .maintenance_logo {
        margin: calc(5vh / 2 + 5vw / 2) auto;
        max-width: calc(40vh / 2 + 40vw / 2);
    }
    .maintenance_contacts_title {
        font-size: calc(3vh / 2 + 3.5vw / 2);
    }
    .maintenance_contacts_value {
        margin-top: calc(2vh / 2 + 2vw / 2);
        font-size: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 32px;
    }
}

@media screen and (max-width: 936px) {
    .container {
        padding: 0 calc(3vw + 3vh) 0 calc(3vw + 3vh);
    }
    .maintenance_wrapper {
        padding: calc(3vw + 3vh) 0;
        position: relative;
        height: auto;
    }
    .maintenance {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .maintenance > * {
        width: 100%;
    }
    .maintenance_title {
        font-size: calc((5vw / 2) + (5.42vh / 2));
        position: relative;
    }
    .maintenance_logo {
        margin: calc(5vh / 2 + 5vw / 2) auto;
        max-width: calc(40vh / 2 + 40vw / 2);
    }
    .maintenance_contacts {
        position: relative;
        text-align: center;
        margin-top: calc(4vh / 2 + 4vw / 2);
    }
    .maintenance_contacts_title {
        font-size: calc(4vh / 2 + 4.5vw / 2);
    }
    .maintenance_contacts_value {
        margin-top: calc(2vh / 2 + 2vw / 2);
        font-size: 18px;
    }
}

@media screen and (max-width: 700px) {
    body {
        background-image: url(../img/bg_tablet.jpg);
    }
}

@media screen and (max-width: 408px) {
    body {
        background-image: url(../img/bg_mobile.jpg);
    }
}

@media screen and (max-width: 936px) and (min-height: 360px) {
    .maintenance_wrapper {
        height: auto;
        overflow: auto;
    }
    .maintenance {
        height: 100%;
    }
}
@media screen and (max-width: 680px) and (min-height: 340px) {
    .maintenance_wrapper {
        height: 100vh;
    }
    .maintenance {
        height: 100%;
    }
}
