@font-face {
    font-family: 'mada';
    src: url('../fonts/mada-regular.eot');
    src: url('../fonts/mada-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/mada-regular.woff2') format('woff2'),
    url('../fonts/mada-regular.woff') format('woff'),
    url('../fonts/mada-regular.ttf') format('truetype'),
    url('../fonts/mada-regular.svg#madaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mada';
    src: url('../fonts/mada-bold.eot');
    src: url('../fonts/mada-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/mada-bold.woff2') format('woff2'),
        url('../fonts/mada-bold.woff') format('woff'),
        url('../fonts/mada-bold.ttf') format('truetype'),
        url('../fonts/mada-bold.svg#madabold') format('svg');
    font-weight: bold;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

:root {
    font-size: 62.5%;
}


html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: mada, arial, sans-serif;
    font-size: 1.6rem;
}

.main-container {
    display: flex;
    flex-direction: column;
    align-content: space-between;

    background: url(../images/body-bg.jpg) no-repeat top center;
    background-size: cover;
    width: 100vw;
    min-height: 100vh;
}

.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    width: 100%;
    background: #f6f6f6;
}

.header__start {
    max-width: 270px;
    padding-left: 50px;
}

.header__start img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 0 -6px 0;
}

.header__end {
    position: relative;
    padding: 0 50px 0 85px;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}

.header__end:before {
    position: absolute;
    left: -25px;
    top: 0;
    content: "";
    background: rgb(246, 246, 246, 1);
    background: linear-gradient(90deg, rgba(246, 246, 246, 1) 0%, rgba(210, 210, 210, 1) 100%);

    width: 40px;
    height: 100%;
    transform: skew(-15deg);

}

.language {
    
    display: flex;
    justify-content: flex-start;
    padding: 40px 50px 0 50px;
}
.language svg {
    width: 80px;
    height: 80px;
}

#language:hover .st7 {
    fill: #000;
}

#language .st0 {
    fill: #FFFFFF;
}

#language .st1 {
    display: none;
    fill: #FF2929;
}

#language .st2 {
    font-family: 'Mada-Regular';
}

#language .st3 {
    font-size: 48px;
}

#language .st4 {
    display: none;
}

#language .st5 {
    font-size: 12px;
}

#language .st6 {
    display: inline;
    fill: #FF2929;
}

#language .st7 {
    fill: #FF2929;
}

.header__text {
    font-family: mada;
    font-size: 1.2rem;
    line-height: 1.2em;
    color: #797979;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.header__logo {
    margin: 0 0 0 50px;
    transition: all .5s ease;;
}
.omantel {
    width: 69px;
    height: auto;
}
 path {
     transition: all .3s ease;
 }

 polygon {
     transition: all .3s ease;
 }

#omantel .st0,
#omantel .st1,
#omantel .st2,
#omantel .st3,
#omantel .st4,
#omantel .st5,
#omantel .st6
    {
    fill: #000;
}

#omantel .st2 {
    display: none;
}

#omantel .st3 {
    display: inline;
}

#omantel .st4 {
    display: inline;
}

#omantel .st5 {
    display: inline;
}


#omantel:hover .st0 {
    fill: #004C97;
}

#omantel:hover .st1 {
    fill: #FF9E1B;
}

#omantel:hover .st3 {
    fill: #00204A;
}

#omantel:hover .st4 {
    fill: #00C5B0;
}

#omantel:hover .st6 {
    fill: #00204A;
}

.tuatara {
    width: 137px;
    height: auto;
}

#tuatara .st0,
#tuatara .st1,
#tuatara .st2,
#tuatara .st3,
#tuatara .st4,
#tuatara .st5,
#tuatara .st6,
#tuatara .st7 {
    fill: #000;
}

#tuatara .st0 {
    display: none;
}

#tuatara .st1 {
    display: inline;
}

#tuatara .st4 {
    display: inline;
}

#tuatara .st5 {
    display: inline;
}

#tuatara:hover .st2 {
    fill: #004C97;
}

#tuatara:hover .st3 {
    fill: #FF9E1B;
}

#tuatara:hover .st4 {
    fill: #00204A;
}

#tuatara:hover .st5 {
    fill: #00C5B0;
}

#tuatara:hover .st6 {
    fill: #00204A;
}

#tuatara:hover .st7 {
    fill: #00C5B0;
}

.footer {
    height: 55px;
    display: flex;
    align-items: center;
    margin-top: auto;
    max-width: 40%;
    flex: 0 0 40%;
    text-align: left;
    font-family: mada;
    font-weight: normal;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.1rem;
    letter-spacing: 4px;
    padding: 25px 0 30px 50px;
}
@media screen and (max-width: 1024px) {
    .header {
        height: 85px;
    }
    .header__start {
        padding-left: 45px;
    }
    .header__end {
        padding-right: 45px;
        padding-left: 70px;
    }
    .header__logo {
        margin-left: 40px;
        margin-bottom: -5px;
    }
    .header__text {
        font-size: 1rem;
        letter-spacing: 3px;
    }
    .language {
        padding: 30px 40px 0 40px;
    }

    .language svg {
        width: 80px;
        height: 80px;
    }
    .omantel {
        width:60px;
    }
    .tuatara {
        width: 120px;
    }
    .footer {
        width: 270px;
        padding: 40px 0  40px 50px;
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.7rem;
    }
}

@media screen and (max-width: 768px) {
    .footer {
        width: 350px;
        padding: 25px 0 25px 50px;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .header {
        height: 170px;
        display: block;
    }
    .header__start {
        padding: 13px 0;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        height: 90px;
        background: rgb(246, 246, 246, 1);
        background: linear-gradient(180deg, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 1) 86%, rgba(210, 210, 210, 1) 100%);
    }
    .header__end {
        height: 80px;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 25px;
        justify-content: space-between;
    }
    .header__end:before {
        display: none;
    }
    .language {
        padding: 15px 25px 0 25px;
    }

    .language svg {
        width: 70px;
        height: 70px;
    }
    .footer {
        font-size: 1.2rem;
        line-height: 1.4rem;
        width: 260px;
        padding: 25px 25px;
        text-align: left;
        flex: 0 0 100%;
        max-width: 100%;
        font-weight: normal;
        letter-spacing: 3px;
    }
}

