@font-face{
    font-family: 'SuperLegendBoy';
    src: url(../fonts/SuperLegendBoy-4w8Y.ttf);
}

@font-face{
    font-family: 'DidactGothic';
    src: url(../fonts/DidactGothic-Regular.ttf);
}

@font-face{
    font-family: 'Pixeboy';
    src: url(../fonts/Pixeboy-z8XGD.ttf);
}

body{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    text-decoration: none;
    font-family: 'DidactGothic';
}

.allPage{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    text-decoration: none;
    font-family: 'DidactGothic';
    background-color: #f2f2f2;
    overflow: hidden;
}

#firstSection{
    display: block;
    position: relative;
    width: 100%;
    height: 820px;
    font-family: 'DidactGothic';
    background-color: #f2f2f2;
    background-image: url(../img/mainBg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.userArea{
    display: block;
    position: relative;
    width: 500px;
    height: 440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;
    background-color:rgba(0,0,0,0.5);
}

.admin{
    position: relative;
    display: flex;
    justify-content: center;
}

.admin img{
    border-radius: 45%;
    border: 5px solid white;
}

h1{
    display: flex;
    justify-content: center;
    font-size: 52px;
    font-style: normal;
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    padding-top: 10px;
}

h2{
    display: flex;
    justify-content: center;
    font-family: 'SuperLegendBoy';
    font-weight: 100;
    font-size: 28px;
    font-style: italic;
    color: white;
    padding-top: 10px;
}

.languages{
    margin: 0;
    padding: 0;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    font-family: 'SuperLegendBoy';
    color: #ffffff;
}

.languages .dil{
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.languages .dil:nth-child(2){
    margin-left: 30px;
}

.languages .dil:first-child{
    padding-left: 30px;
}

.dilicon{
    margin: 0;
    padding: 0;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.dilicon .dicon img{
    margin: 0;
    padding: 0;
    height: 60px;
    width: auto;
    margin-left: 35px;
    margin-right: 35px;
}

#secondSection{
    display: block;
    width: 100%;
    height: 450px;
    color: white;
    background-color:rgba(218, 144, 60);
}

#secondSection img:nth-child(1){
    position: absolute;
    top: 1080px;
    left: 130px;
}

#secondSection img:last-child{
    position: absolute;
    top: 870px;
    left: 1200px;
}

.about{
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 600px;
    height: 400px;
}

.aboutHead{
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    width: 100%;
    height: 70px;
    font-size: 60px;
    font-family: 'DidactGothic';
    color: #ffffff;
}

.aboutText{
    text-align: left;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 20px;
    font-family: 'DidactGothic';
    color: #ffffff;
    line-height: 30px;
}

.aboutText a{
    color: rgb(72, 23, 185);
    text-decoration: none;
}

.aboutText a:hover{
    color:rgba(55, 139, 106);
    text-decoration: underline;
}

#thirdSection{
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 550px;
    color: white;
    background-color:rgba(31, 16, 97);
}

.textThirdsection{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 600px;
    height: auto;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.thirdHead{
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    width: 600px;
    height: 70px;
    font-size: 60px;
    font-family: 'DidactGothic';
    color: #ffffff;
}

.thirdPara{
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    width: 600px;
    height: 50px;
    font-size: 20px;
    font-family: 'DidactGothic';
    color: #ffffff;
}

.slider{
    position: relative;
    width: 600px;
    height: 340px;
    margin: auto;
    overflow: hidden;
}

.sliderContent{
    display: flex;
    position: absolute;
    width: 600px;
    animation: jobs 18s infinite;
}

.sliderItems{
    width: 600px;
}

@keyframes jobs{
    0%{
        transform: translateX(0px);
    }

    8%{
        transform: translateX(0px);
    }

    16%{
        transform: translateX(-600px);
    }

    24%{
        transform: translateX(-600px);
    }

    32%{
        transform: translateX(-1200px);
    }

    40%{
        transform: translateX(-1200px);
    }

    48%{
        transform: translateX(-1800px);
    }

    56%{
        transform: translateX(-1800px);
    }

    64%{
        transform: translateX(-2400px);
    }

    72%{
        transform: translateX(-2400px);
    }
    80%{
        transform: translateX(-3000px);
    }
    88%{
        transform: translateX(-3000px);
    }    
}

#fourthSection{
    display: block;
    width: 100%;
    height: 330px;
    color: white;
    background-color:rgba(55, 139, 106);
}

footer{
    display: block;
    margin: 0;
    padding: 0;
}

.contact{
    width: 700px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 60px;
    font-family: 'DidactGothic';
    color: #ffffff;
    padding-top: 30px;
}

.linksArea{
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 700px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.sahsi{
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-family: 'DidactGothic';
    padding-right: 50px;
}

.sahsi .ad{
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.sahsi a{
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-family: 'DidactGothic';
}

.sahsi a:hover{
    text-decoration: underline;
}

.socialLinks{
    padding-left: 50px;
    padding-right: 200px;
}

.socialLinks li{
    margin-bottom: 25px;
}

.socialLinks a{
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-family: 'DidactGothic';
}

.socialLinks a:hover{
    text-decoration: underline;
}

.socialLinks span{
    margin-right: 10px;
}

.jobLinks li{
    margin-bottom: 25px;
}

.jobLinks a{
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-family: 'DidactGothic';
}

.jobLinks a:hover{
    text-decoration: underline;
}

.jobLinks span{
    margin-right: 10px;
}

.copy{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    height: 20px;
    font-size: 13px;
    color: #ccc;
    padding-top: 10px;
    border-top: 1px solid #fff;
}

@media (max-width:375px){
    
    #firstSection{
        display: block;
        position: relative;
        width: 375px;
        height: auto;
        font-family: 'DidactGothic';
        background-color: #f2f2f2;
        background-image: url(../img/mainBg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .userArea{
        display: block;
        position: relative;
        width: 250px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
        padding-bottom: 25px;
        background-color:rgba(0,0,0,0.5);
    }
    
    .admin{
        position: relative;
        display: flex;
        justify-content: center;
    }
    
    .admin img{
        width: 100px;
        height: 100px;
        border-radius: 45%;
        border: 2px solid white;
    }
    
    h1{
        display: flex;
        justify-content: center;
        font-size: 28px;
        font-style: normal;
        color: white;
        border-bottom: 1px solid white;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    
    h2{
        display: flex;
        justify-content: center;
        font-family: 'SuperLegendBoy';
        font-weight: 100;
        font-size: 11px;
        font-style: italic;
        color: white;
        padding-top: 10px;
    }
    

    .languages{
        width: 200px;
        height: 20px;
        margin: 0;
        padding: 0;
        padding-left: 10px;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        font-family: 'SuperLegendBoy';
        color: #ffffff;
    }
    
    .languages .dil{
        margin: 0;
        padding: 0;
        font-size: 7px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .languages .dil:nth-child(2){
        margin-left: 30px;
    }
    
    .languages .dil:first-child{
        padding-left: 30px;
    }
    
    .languages .dil:last-child{
        margin-left: 20px;
    }

    .dilicon{
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }
    
    .dilicon .dicon img{
        margin: 0;
        padding: 0;
        height: 30px;
        width: auto;
        margin-left: 25px;
        margin-right: 25px;
    }
    

    #secondSection{
        display: block;
        width: 375px;
        height: 270px;
        color: white;
        background-color:rgba(218, 144, 60);
    }
    
    #secondSection img{
        display: none;
    }

    .about{
        margin: 0;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 250px;
        height: auto;
        padding-top: 25px;
    }
    
    .aboutHead{
        margin: 0;
        padding: 0;
        text-align: center;
        position: relative;
        width: 100%;
        height: 50px;
        font-size: 28px;
        font-family: 'DidactGothic';
        color: #ffffff;
    }
    
    .aboutText{
        text-align: left;
        position: relative;
        width: 100%;
        height: auto;
        font-size: 11px;
        font-family: 'DidactGothic';
        color: #ffffff;
        line-height: 14px;
        word-spacing: 1.5px;
    }

    #thirdSection{
        margin: 0;
        padding: 0;
        display: block;
        width: 375px;
        height: auto;
        color: white;
        background-color:rgba(31, 16, 97);
    }
    
    .textThirdsection{
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: relative;
        width: 250px;
        height: auto;
        padding-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .thirdHead{
        margin: 0;
        padding: 0;
        text-align: center;
        position: relative;
        width: 250px;
        height: 50px;
        font-size: 28px;
        font-family: 'DidactGothic';
        color: #ffffff;
    }
    
    .thirdPara{
        margin: 0;
        padding: 0;
        text-align: center;
        position: relative;
        width: 250;
        height: 30px;
        font-size: 11px;
        font-family: 'DidactGothic';
        color: #ffffff;
    }
    
    .slider{
        position: relative;
        width: 300px;
        height: 170px;
        margin: auto;
        padding-bottom: 50px;
        overflow: hidden;
    }
    
    .sliderContent{
        display: flex;
        position: absolute;
        width: 300px;
        animation: jobs 18s infinite;
    }
    
    .sliderItems{
        width: 300px;
    }

    .sliderItems img{
        width: 300px;
        height: 170px;
    }
    
    @keyframes jobs{
        0%{
            transform: translateX(0px);
        }
    
        8%{
            transform: translateX(0px);
        }
    
        16%{
            transform: translateX(-300px);
        }
    
        24%{
            transform: translateX(-300px);
        }
    
        32%{
            transform: translateX(-600px);
        }
    
        40%{
            transform: translateX(-600px);
        }
    
        48%{
            transform: translateX(-900px);
        }
    
        56%{
            transform: translateX(-900px);
        }
    
        64%{
            transform: translateX(-1200px);
        }
    
        72%{
            transform: translateX(-1200px);
        }
        80%{
            transform: translateX(-1500px);
        }
        88%{
            transform: translateX(-1500px);
        }    
    }

    #fourthSection{
        display: block;
        width: 375px;
        height: 220px;
        color: white;
        background-color:rgba(55, 139, 106);
    }
    
    footer{
        display: block;
        margin: 0;
        padding: 0;
    }
    
    .contact{
        width: 300px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 28px;
        font-family: 'DidactGothic';
        color: #ffffff;
        padding-top: 20px;
    }
    
    .linksArea{
        display: flex;
        justify-content: center;
        flex-direction: row;
        width: 300px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
    }
    
    .sahsi{
        margin: 0;
        padding: 0;
        text-decoration: none;
        color: #ffffff;
        font-size: 11px;
        font-family: 'DidactGothic';
    }
    
    .sahsi .ad{
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
    }
    
    .sahsi a{
        text-decoration: none;
        color: #ffffff;
        font-size: 11px;
        font-family: 'DidactGothic';
    }
    
    .sahsi a:hover{
        text-decoration: underline;
    }
    
    .socialLinks{
        margin: 0;
        padding: 0;
        margin-left: 30px;
        margin-right: 30px;
    }
    
    .socialLinks li{
        margin-bottom: 5px;
    }
    
    .socialLinks a{
        text-decoration: none;
        color: #ffffff;
        font-size: 11px;
        font-family: 'DidactGothic';
    }
    
    .socialLinks a:hover{
        text-decoration: underline;
    }
    
    .socialLinks span{
        margin-right: 5px;
    }
    
    .jobLinks{
        margin: 0;
        padding: 0;
    }

    .jobLinks li{
        margin-bottom: 5px;
    }
    
    .jobLinks a{
        text-decoration: none;
        color: #ffffff;
        font-size: 11px;
        font-family: 'DidactGothic';
    }
    
    .jobLinks a:hover{
        text-decoration: underline;
    }
    
    .jobLinks span{
        margin-right: 5px;
    }
    
    .copy{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        height: 20px;
        font-size: 8px;
        color: #ccc;
        padding-top: 10px;
        border-top: 1px solid #fff;
    }
    












}










































