* {
    margin: 0;
    font-family: times New Roman;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
}
header {
    width: 99%;
    height: 100px;
    background-color: white;
    text-align: center;
    border-radius: 10px;
    z-index: 12;
    position: fixed;
    
}
p {
    text-align: center;
    font-family: arial;
    font-weight: bold;
    font-size: 25px;
}
.contact {
    text-align: center;
    font-size: 20px;
}
.logo {
    width: 200px;
    height: 100px;
    text-align: center;
}
.footer {
    width: 80%;
    height: 220px;
}
nav {
    text-align: center;
    line-height: 100px;
    
}
nav a {
    font-size: 30px;
    font-weight: bold;
    margin: 0 10px;
    background-color: black;
    opacity: 0.9;
    color: white;
    border-radius: 10px;
    text-decoration: none;
    padding: 15px;
}
.banner-area {
    width: 100%;
    height: 100px;
    position: fixed;
    background: transparent;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.content-area {
    width: 70%;
    position: relative;
    top: 100px;
    margin-left: 15%;
    text-align: justify;
}
h1 {
    font-size: 40px;
}
h3 {
    text-align: center;
    font-size: 30px;
}
h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 48px;
}
.package {
    margin-left: 10%;
}
.text {
    text-align: center;
    font-size: 15px;
}
.qr {
    width: 200px;
    height: 200px;
    padding: 15px;
}
.sue {
    width: 70%;
    height: 600px;
    margin-left: 15%;
    border-radius: 10px;
}
.land {
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
.form .landtitle {
    width: 100%;
    height: 500px;
    border-radius: 10px;
}
.image {
    width: 70%;
    height: 550px;
    margin-left: 15%;
    border-radius: 10px;
}
.landone {
    width: 100%;
    height: 650px;
    border-radius: 10px;
}
.form {
    width: 100%;
    height: 8000px;
    padding: 15px;
    background-color: white;
    border-radius: 15px;
}
.formo {
    width: 100%;
    height: 6000px;
    padding: 15px;
    background-color: gray;
    border-radius: 15px;
}
.forms {
    width: 90%;
    height: 600px;
    padding: 15px;
    background-color: rgb(207, 245, 223);
    border-radius: 15px;
    margin-left: 5%;
}
#wrapperone { 
    width: 1200px; 
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    
} 

.home1 { 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
    height: 600px;
    margin-top: 280px;
    
} 

@media {
    .home1 {
        position: relative;
        padding-bottom: 56.25%; /* 16/9 ratio */
        padding-top: 30px; /* IE6 workaround*/
        height: 0;
}
.form .flyer {

}
video {
    text-align: center;
    border: 5px solid gray;
    border-radius: 10px;
    box-shadow: 0 0 10px black;
}
.img-responsive {
    text-align: center;
}
.message {
    margin-left: 10%;
    width: 80%;
    height: 150px;
}
.form .forget {
    text-align: center;
}
.lady {
    width: 250px;
    height: 200px;
    float: right;
}
.top {
    font-size: 12px;
}
.form .link {
    font-size: 40px;
}
.bold {
    font-weight: bold;
}

.input {
    width: 80%;
    height: 60px;
    font-size: 18px;
    margin-top: 10%;
    margin-left: 10%;
    border-style: 5px solid;
}
header .instant {
    width: 10px;
    height: 5px;
    float: left;
    
}
.photo {
    float: left;
    background-color: black;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    color: white;
    font-size: 20px;
    padding: 20px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;

}

.photo:hover {
    background-color: rgb(41, 40, 40);


}

.photo:hover {
    opacity: 1;
    right: 0;

}
.btn {
    float: right;
    background-color: black;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    color: white;
    font-size: 28px;
    padding: 20px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;

}

.btn:hover {
    background-color: rgb(41, 40, 40);


}

.btn:hover {
    opacity: 1;
    right: 0;

}

