/* CSS Document */

@charset "UTF-8";
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir.eot');
    src: local('../fonts/Vazir'), url('../fonts/Vazir.woff') format('woff'), url('../fonts/Vazir.ttf') format('truetype');
}

body {
    font-family: 'Vazir';
    direction: rtl;
    background-color: #04B4FF;
}

.SecHeader {
    position: relative;
    height: 12em;
}

.SecHeader .Logo {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 20em;
    top: 2em;
}

.SecHeader .Airplane {
    position: absolute;
    right: 2em;
    top: 12em;
    width: 50em;
}

.SecHeader .Text1Header {
    position: absolute;
    left: 0;
    top: 0;
}

.SecHeader .TH1 {
    width: 15em;
    top: 15em;
    left: 5em;
}

.SecHeader .TH2 {
    width: 30em;
    top: 20em;
    left: 5em;
}

.SecHeader img {}

.SecClouds {
    position: relative;
}

.SecClouds img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.SecClouds .Cloud1 {
    animation: AnimCloads 2s ease-in-out alternate infinite;
}

.SecClouds .Cloud2 {
    animation: AnimCloads 2s 1s ease-in-out alternate infinite;
}

.SecClouds .Cloud3 {
    top: 4em;
    position: relative;
}

@keyframes AnimCloads {
    from {
        top: 0;
    }
    to {
        top: 2em;
    }
}

.SecBoxes {
    position: relative;
    display: flex;
    max-width: 100%;
    margin: auto;
    background-color: white;
    padding: 0 3em 5em 3em;
    margin-top: -4em;
}

.SecBoxes a {
    flex: 1;
    margin: 1em;
}

.SecBoxes img {
    width: 100%;
}

@media screen and (max-width: 1100px) {
    .SecHeader .Airplane {
        position: absolute;
        right: 1em;
        top: 10em;
        width: 40em;
    }
    .SecHeader .TH1 {
        width: 12em;
        top: 12em;
        left: 3em;
    }
    .SecHeader .TH2 {
        width: 24em;
        top: 17em;
        left: 3em;
    }
}

@media screen and (max-width: 900px) {
    .SecHeader .Airplane {
        width: 35em;
    }
    .SecHeader .TH1 {
        width: 9em;
    }
    .SecHeader .TH2 {
        width: 18em;
        top: 16em;
    }
    .SecBoxes {
        margin-top: -2em;
    }
}

@media screen and (max-width: 600px) {
    .SecHeader .Airplane {
        width: 80%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .SecHeader .TH1 {
        top: 20em;
    }
    .SecHeader .TH2 {
        top: 24em;
    }
    .SecHeader {
        height: 20em;
    }
    .SecBoxes {
        display: block;
        padding-top: 2em;
    }
    .SecBoxes a {
        margin: 0;
        padding: 1em 0;
        display: block;
    }
    .SecBoxes {
        margin-top: 0;
    }
    .SecClouds .Cloud3 {
        top: 3em;
    }
    .SecBanner {
        margin-top: 1em !important;
        background-color: white;
    }
    .SecBanner img {
        margin-bottom: 0em !important;
    }
}

@media screen and (max-width: 450px) {
    .SecHeader .TH1 {
        top: 17em;
    }
    .SecHeader .TH2 {
        top: 20.5em;
    }
}