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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}






.bodyImage{
    width:100%;
    height:100vh;
    display:block;
    object-fit: cover;
}
.bodyImageMobile{
    width:100%;
    height:100vh;
    display:none;
}
.bodyImageMobileLarge{
    width:100%;
    height:100vh;
    display:none;
}
.logoImage{
    position: absolute;
    left:20.33%;
    top:2.28%;
}

.firstRectangleMain{
    right:0;
    top:14vh;
    margin:auto;
    position:absolute;
    overflow: hidden;
}
.firstRectangle{
    background-color: #F78501;
    color:white;
    font-family:calibri;
    font-weight:bold;
    font-size: 70px;
    padding:20px 80px 20px 160px;
}


.secondRectangleMain{
    left:0;
    top:35%;
    position:absolute;
    overflow: hidden;
}
.secondRectangle{
    background-color: #F78501;
    color:white;
    font-family:calibri;
    font-size: 70px;
    padding:30px 20px 20px 70px;
}

.thirdRectangleMain{
    width:100%;
    bottom:5vh;
    position:absolute;
    display:block;
}
.thirdRectangle{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #F78501;
    color:white;
    font-family:calibri;
    font-size: 20px;
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
}
.footer{
    display: block;
}

.thirdRectangleMain2{
    width:100%;
    bottom:5vh;
    position:absolute;
    display:none;
}
.thirdRectangle2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #F78501;
    color:white;
    font-family:calibri;
    font-size: 20px;
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
}
.mail{
    margin-left:30px;
    margin-right:30px;
}
.phone{
    margin-right:30px;
}
.address{
    color:black;
    font-weight: bold;
}
.setting1{
    position:relative;
    width:60px;
    height:60px;
    animation: rotation1 2s infinite linear;
}
.setting2{
    position:absolute;
    right:50px;
    bottom:35px;
    width:45px;
    height:45px;
    animation: rotation2 2s infinite linear;
}
.setting3{
    position:absolute;
    bottom:57px;
    left:15px;
    width:45px;
    height:45px;
    animation: rotation3 2s infinite linear;
}
.settingAlign{
    position: relative;
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
}
.twoSetting{
    position: relative;
}
.settingAlign2{
    position: relative;
    display:flex;
    flex-direction: column;
}
.textMain{
    text-align: center;
    position:absolute;
    left:20%;
    color:white;
    font-size:22px;
    bottom:20%;
    line-height: 20px;
    font-family: Calibri;
    display:block;
}
.textMainMobileLarge{
    position:absolute;
    width:100%;
    text-align:center;
    color:white;
    font-size:22px;
    bottom:32vh;
    line-height: 20px;
    font-family: Calibri;
    display:none;
}
.textMainMobile{
    position:absolute;
    width:100%;
    text-align:center;
    color:white;
    font-size:22px;
    bottom:32vh;
    line-height: 20px;
    font-family: Calibri;
    display:none;
}
.linkText{
    color:black;
    text-decoration: none;
}
.linkText:hover{
    color:black;
    text-decoration: none;
}
.linkContent{
    color:white;
    text-decoration: none;
}
.linkContent:hover{
    color:white;
    text-decoration: none;
}
@keyframes rotation1 {
    from {
        transform: rotate(359deg);
    }
    to {
        transform: rotate(0deg);
    }
}
@keyframes rotation2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
@keyframes rotation3 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}




@media only screen and (max-width: 2560px) {
    .setting1{
        width:120px;
        height:120px;
    }
    .setting2{
        right:90px;
        bottom:90px;
        width:70px;
        height:70px;
    }
    .setting3{
        bottom:110px;
        left:50px;
        width:70px;
        height:70px;
    }
    .logoImage{
        width:250px;
        height:130px;
        left:11.33%;
        top:2.28%;
    }
    .textMain{
        display:block;
        left: 16%;
        font-size: 35px;
        bottom: 20%;
        line-height: 32px;
    }
    .textMainMobile{
        display:none;
    }
    .textMainMobileLarge{
        display:none;
    }
    .firstRectangle{
        font-size: 90px;
        padding:25px 80px 25px 160px;
    }
    .secondRectangle{
        font-size: 90px;
        padding:30px 20px 20px 70px;
    }
    .thirdRectangle{
        font-size: 30px;
    }
    .bodyImage{
        display:block;
    }
    .bodyImageMobile{
        display:none;
    }
    .bodyImageMobileLarge{
        display:none;
    }
}


@media only screen and (max-width: 1920px) {
    .firstRectangle{
        font-size: 70px;
    }
    .secondRectangle{
        font-size: 70px;
    }
    .thirdRectangle{
        font-size: 20px;
    }
    .logoImage{
        width:150px;
        height:90px;
        left:12.33%;
        top:2.28%;
    }
    .textMain{
        left:20%;
        font-size:22px;
        bottom:20%;
        line-height: 20px;
    }
    .setting1{
        width:60px;
        height:60px;
    }
    .setting2{
        right:50px;
        bottom:35px;
        width:45px;
        height:45px;
    }
    .setting3{
        bottom:57px;
        left:15px;
        width:45px;
        height:45px;
    }
}
@media only screen and (max-width: 1600px) {
    .logoImage{
        left:15.33%;
        top:2.28%;
    }
}

@media only screen and (max-width: 1440px) {
    .thirdRectangle{
        font-size: 17px;
    }
}

@media only screen and (max-width: 1280px) {
    .firstRectangle{
        font-size: 40px;
    }
    .secondRectangle{
        font-size: 40px;
    }
    .footer{
        display:none;
    }
    .thirdRectangleMain2{
        display:block;
    }
    .thirdRectangle{
        font-size: 18px;
        flex-direction: column;
    }
    .logoImage{
        width:90px;
        height:52px;
        left:18.33%;
        top:2.28%;
    }
    @media only screen and (max-height: 1024px) {
        .logoImage{
            left:16.33%;
            top:5.28%;
        }
    }
    @media only screen and (max-height: 720px) {
        .logoImage{
            width:80px;
            height:45px;
            left:20.33%;
            top:3.28%;
        }
    }
}

@media only screen and (max-width: 1070px) {
    .firstRectangle{
        font-size: 40px;
    }
    .secondRectangle{
        font-size: 40px;
    }
    .footer{
        display: none;
    }
    .thirdRectangleMain2{
        display:block;
    }
    .logoImage{
        width:100px;
        height:60px;
        left:12.33%;
        top:4.28%;
    }
}

@media only screen and (max-width: 900px) {
    .bodyImage{
        display:none;
    }
    .bodyImageMobile{
        display:none;
    }
    .bodyImageMobileLarge{
        display:block;
    }
    .thirdRectangleMain{
        bottom:2vh;
     }
    .textMain{
        display:none;
    }
    .textMainMobile{
        display:none;
    }
    .textMainMobileLarge{
        display:block;
    }
    .footer{
        display:none;
    }
    .thirdRectangleMain2{
        display:block;
    }
}

@media only screen and (max-width: 832px) {
    .firstRectangle{
        font-size: 25px;
    }
    .secondRectangle{
        font-size: 25px;
    }
    .footer{
        display:none;
    }
    .thirdRectangleMain2{
        display:block;
    }
    .logoImage{
        width:70px;
        height:40px;
        left:16.33%;
        top:3.28%;
    }
}

@media only screen and (max-width: 700px) {
    .firstRectangle{
        font-size: 30px;
    }
    .secondRectangle{
        font-size: 30px;
    }
    .thirdRectangle{
        flex-direction: column;
        font-size: 18px;
    }
    .footer{
        display:block;
    }
    .thirdRectangleMain2{
        display:none;
    }
}

@media only screen and (max-width: 600px) {
    .setting1{
        width:45px;
        height:45px;
    }
    .setting2{
        right:36px;
        bottom:30px;
        width:30px;
        height:30px;
    }
    .setting3{
        bottom:42px;
        left:15px;
        width:30px;
        height:30px;
    }
    .logoImage{
        width:100px;
        height:59px;
        left:17.33%;
        top:1.28%;
    }
    .textMain{
        display:none;
    }
    .textMainMobile{
        display:block;
    }
    .textMainMobileLarge{
        display:none;
    }
    .firstRectangle{
        font-size: 25px;
    }
    .secondRectangle{
        font-size: 25px;
    }
    .thirdRectangleMain{
        display:block;
    }
    .thirdRectangle{
        flex-direction: column;
        font-size: 15px;
    }
    .bodyImage{
        display:none;
    }
    .bodyImageMobile{
        display:block;
    }
    .bodyImageMobileLarge{
        display:none;
    }
}
@media only screen and (max-width: 425px) {
    .setting1{
        width:40px;
        height:40px;
    }
    .setting2{
        right:35px;
        bottom:25px;
        width:25px;
        height:25px;
    }
    .setting3{
        bottom:40px;
        left:10px;
        width:25px;
        height:25px;
    }
    .logoImage{
        width:65px;
        height:35px;
        left:17.33%;
        top:2.28%;
    }
    .textMain{
        display:none;
    }
    .textMainMobile{
        display:block;
    }
    .textMainMobileLarge{
        display:none;
    }
    .firstRectangle{
        font-size: 20px;;
        padding:15px 20px 20px 20px;
    }
    .secondRectangle{
        font-size: 20px;
        padding:18px 12px 20px 18px;
    }
    .thirdRectangleMain{
        display:block;
    }
    .thirdRectangle{
        font-size: 11px;
        flex-direction: column;
    }
    .bodyImage{
        display:none;
    }
    .bodyImageMobile{
        display:block;
    }
    .bodyImageMobileLarge{
        display:none;
    }
}
@media only screen and (max-width: 320px) {
    .setting1{
        width:40px;
        height:40px;
    }
    .setting2{
        right:35px;
        bottom:25px;
        width:25px;
        height:25px;
    }
    .setting3{
        bottom:40px;
        left:10px;
        width:25px;
        height:25px;
    }
    .logoImage{
        width:65px;
        height:35px;
        left:17.33%;
        top:2.28%;
    }
    .textMain{
        display:none;
    }
    .textMainMobile{
        display:block;
    }
    .textMainMobileLarge{
        display:none;
    }
    .firstRectangle{
        font-size: 17px;
        padding:15px 20px 20px 20px;
    }
    .secondRectangle{
        font-size: 18px;
        padding:18px 12px 20px 18px;
    }
    .thirdRectangleMain{
        display:block;
    }
    .thirdRectangle{
        font-size: 10px;
        flex-direction: column;
    }
    .bodyImage{
        display:none;
    }
    .bodyImageMobile{
        display:block;
    }
    .bodyImageMobileLarge{
        display:none;
    }
}






