* {
    margin: 0;
    padding: 0;
}
html, body{
    width: 100%;
    height: 100%;
}
body {
    background-image: url(./img/background.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.background {
    height: 100%;
    width: 100%;
    background-color: #333333a0;
}
.navigator {
    height: 80px;
    width: 100%;
    background-color: #242424a0;
}
.n1 {
    float: left;
    height: 80px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items:center;
    margin-right: 50px;
    background-color: rgba(250, 235, 215, 0.189);
    /* background-color: rgba(255, 238, 200, 0.189); */
    text-decoration: none;
    font-size: 35px;
    color: rgb(209, 158, 63);
    font-family: LiSu;
    /* background-color: rgb(215, 250, 215); */
}
/* .logo {
    background-color: rgba(250, 235, 215, 0.189);
} */
.n2 {
    float: left;
    height: 80px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items:center;
    color: aliceblue;
    font-size: 20px;
    margin-right: 20px;
    /* background-color: rgb(34, 27, 244); */
}
.n2 a {
    display: block;
    height: 80px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items:center;
    text-decoration: none;
    color: aliceblue;
    font-size: 20px;
}
.n2:hover {
    background-color: rgba(250, 235, 215, 0.5);
}
.n3 {
    float: left;
    height: 80px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    font-size: 10px;
    margin-left: 20px;
    /* background-color: rgb(34, 27, 244); */
}

.n3 a {
    display: block;
    height: 80px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: aliceblue;
    font-size: 15px;
}

.n3 a:hover {
    color: rgb(252, 148, 11);
}
.container {
    height: 80%;
    width: 100%;
    /* background-color: #0b79e1a0; */
    text-align: center;
}
.center {
    margin: auto;
    height: 100%;
    width: 1200px;
    /* background-color: #e1840ba0; */
}


.c1 {
    float: left;
    height: 50%;
    width: 50%;
    /* background-color: #19e10ba0; */
    padding-top: 200px;
}
.c2 {
    float: left;
    height: 100%;
    width: 50%;
    /* background-color: #e10b0ba0; */
}
h2 {
    color: white;
    font-size: 25px;
}
h4 {
    color: white;
    margin-bottom: 30px;
}
p {
    margin: 5px;
    color: white;
    font-size: 16px;
    line-height: 15px;
    text-align: left;
}
.in {
    margin-left: 80px;
    margin-top: 50px;
    position: absolute;
    height: 50px;
    transform: translate(-50%, -50%);
    background:#ffffff00;
    margin-left: 300px;
}
label {
    position: relative;
    background: #e9e9e9;
    width: 250px;
    height: 80px;
    border-radius: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    display: block;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}
label:hover {
    letter-spacing: 5px;
}



.card {
    width: 240px;
    height: 200px;
    float: left;
    border-radius: 10px;
    padding: 25px 25px;
    box-sizing: border-box;
    margin: 20px 20px;
    background-position: center;
    background-size: cover;
    text-decoration: none;
}
.card1 {
    background-image: url(img/1.jpg);
    transform: skew(-14deg,-14deg);
    margin: 100px 25px;
    margin-bottom: 30px;
}
.card2 {
    background-image: url(img/2.jpg);
    transform: skew(14deg,14deg);
    margin: 100px 25px;
    margin-bottom: 30px;
}
.card3 {
    background-image: url(img/3.jpg);
    transform: skew(14deg,14deg);
    margin: 50px 25px;
    margin-top: 30px;
}
.card4 {
    background-image: url(img/4.jpg);
    transform: skew(-14deg,-14deg);
    margin: 50px 25px;
    margin-top: 30px;
}
.card:hover {
    transform: translateY(-10px);
}
h5 {
    color: white;
    text-shadow: 0 0 5px #999;
}
.card p {
    text-shadow: 0 0 5px #999;
}