@import url('https://fonts.googleapis.com/css2?family=Winky+Sans:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.fsb {
    display: flex;
    justify-content: space-between;
}

.fsa {
    display: flex;
    justify-content: space-around;
}

.fcc {
    display: flex;
    justify-content: center;
    align-items: center;
}

select {
    text-transform: capitalize;
}

#n1 {
    float: right;
    clear: right;
    margin-bottom: 10px;
    transition: 1s;
}

#d3 {
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

#hd {
    background: linear-gradient(#2e4b69, #06142e);
    overflow: hidden;
}

#i0 {
    float: left;
    width: 126px;
    margin: 10px 0 5px;
}

.a1,
h1,
h2,
h3,
.e0,
.a2,
#p1 {
    font-family: 'Overlock SC', cursive;
}

.a1 {
    color: #fff;
    text-decoration: none;
    padding: 2px 10px;
    margin: 10px 0 0;
    float: left;
    border-right: 1px solid #484b52;
    transition: 1s color;
    display: inline-block;
}

.a1:last-child {
    border: 0;
}

.a1:hover,
.a2:hover {
    color: #2FC7FF;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 2em;
    margin: 20px 0 10px;
}

h2 {
    font-size: 2em;
    margin-bottom: 10px;
    padding: 15px 0 0;
    color: #005b84;
}

h3 {
    color: #232323;
}

p {
    padding: 10px;
    word-spacing: 2px;
    line-height: 1.6em;
    font-family: 'Open sans', sans-serif;
    margin: 0;
    color: #222;
}

li {
    list-style: none;
    font-family: 'Open sans', sans-serif;
}

#ft {
    background: #06142e;
    padding: 20px 0;
    margin-top: 40px;
}

.e1 {
    float: left;
}

.e2 {
    float: right;
}

#d1 {
    float: right;
    color: #32ceff;
    margin: 10px 10px 0;
    font-weight: bold;
    font-family: 'Titillium Web';
    cursor: pointer;
}

#s1 {
    width: 200px;
}

#i1 {
    float: left;
    margin-right: 5px;
}

#p1 {
    color: #ccc;
    text-align: center;
    width: 550px;
    margin: 0 auto;
}

.e4 {
    text-align: center;
}

.e5 {
    color: #fff;
}

.e6 {
    text-decoration: none;
}

#s5:hover {
    text-shadow: 0 0 3px #F1C301;
}

#s6:hover {
    text-shadow: 0 0 3px #F18D01;
}

#s5 {
    color: #fff;
}

#s6 {
    color: #fdbf55;
    font-size: 18px;
}

.i2 {
    width: 30px;
    margin: 0px 5px;
}

#n2 {
    text-align: center;
    width: 720px;
    margin: 0 auto;
}

.a2 {
    text-decoration: none;
    color: #ccc;
    border-right: 1px solid #222;
    padding: 0 5px 0 3px;
}

.a2:last-child {
    border: 0;
}

#s4 {
    float: left;
    display: inline-block;
    color: #fff;
    clear: both;
    width: 150px;
    font-size: .8em;
    margin-top: 10px;
}

#s7 {
    color: #32ceff;
}

#i2 {
    float: right;
    height: 250px;
    box-shadow: 0 0 9px 0px #fff;
    margin: 20px;
}

.s3 {
    margin: 18px 5px 0 0;
    color: #ccc;
    font-family: 'Overlock SC', cursive;
    width: 100px;
    display: inline-block;
}

#i3 {
    width: 20px;
    cursor: pointer;
    display: none;
    margin-left: 10px;
    float: right;
    margin-top: 10px;
}

.s3:hover {
    color: #fdbf55;
    transition: .5s;
}

#s3:hover,
.s3:hover #s3 {
    border-bottom: 12px #fdbf55 solid;
    margin: 4px 5px 0;
}

#s3 {
    border-left: 12px transparent solid;
    border-right: 12px transparent solid;
    background: transparent;
    width: 0;
    height: 0;
    float: left;
    border-bottom: 12px #fff solid;
    margin: 4px 5px 0;
}

/* validation errors */
.ok {
    color: white;
    background: #528738;
    margin-bottom: 15px;
    font-family: 'Open sans', sans-serif;

}

.ko1 {
    margin: 5px 0;
    color: red;
    font-size: 13px;
    font-family: 'Open sans', sans-serif;
}

.error {
    margin: 5px 0;
    color: red;
    font-family: 'Open sans', sans-serif;
}

/* validation errors end */

@media screen and (max-width:1220px) {
    .w {
        width: 96%;
        margin: 0 auto;
    }
}

@media screen and (max-width:830px) {
    #n2 {
        width: inherit;
    }

    #p1 {
        clear: both;
        width: inherit;
    }

    #d3 {
        width: inherit;
    }
}

@media screen and (max-width:755px) {
    .a1 {
        padding: 2px 5px;
    }

    #i2 {
        float: inherit;
        margin: 20px auto 0;
        display: inherit;
        height: auto;
        width: 94%;
    }
}

@media screen and (max-width:675px) {
    #n1 {
        float: inherit;
        clear: both;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .a1 {
        display: block;
        float: inherit;
        border-right: 0;
        border-bottom: 1px solid #484b52;
        padding: 0px 5px 10px
    }

    #d4 {
        clear: both;
    }

    #i3 {
        display: block;
    }

    #n1 {
        height: 0;
    }

    #s5 {
        display: block;
    }

    #s7 {
        display: none;
    }

    h1,
    h2 {
        text-align: center;
    }

    #s1 {
        display: block;
        margin: 0 auto 5px;
    }

    #d1 {
        width: 68%;
        text-align: center;
    }

    #s5 {
        float: left;
    }
}

@media screen and (max-width:560px) {
    .a2 {
        border-right: 0;
        border-bottom: 1px solid #222;
        width: 150px;
        padding: 5px;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (max-width:340px) {
    #i1 {
        display: none;
    }
}

@media screen and (max-width:320px) {
    .w {
        width: 310px;
        padding: 0 5px;
    }
}