* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/*Navigation Bar*/
.nav {
    width: 100%;
    height: 15vh;
    background-color: bisque;
}

.navrap {
    width: 70%;
    margin: auto;
}

.menu {
    float: right;
}

.menu ul li {
    display: inline;
}

.menu ul {
    margin-top: -85px;
}

.menu ul li a {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: black;
}

.menu ul li a:hover {
    color: orangered;
    /* border-bottom: 1px solid black; */
}

form.example input[type=text] {
    padding: 7px;
    font-size: 17px;
    border: 2px solid grey;
    margin-left: 550px;
    width: 50%;
    background: #f1f1f1;
    margin-top: -10px;
}

form.example button {
    float: left;
    width: 15%;
    /* height: 3.9vh; */
    padding: 8.5px;
    background: rgb(253, 139, 0);
    color: white;
    font-size: 17px;
    border: 2px solid grey;
    border-left: none;
    margin-top: -37.5px;
    margin-left: 700px;
    cursor: pointer;
}

form.example button:hover {
    background: lightgrey;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}

/* Banner */
.pic {
    width: 100%;
    height: 91vh;
    background-image: url(./ban10.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.picrap {
    width: 100%;
    height: 91vh;
    background-color: rgba(0, 0, 0, 0.2);
    padding-left: 200px;

}

.picrap h1 {
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    font-size: 60px;
    padding-top: 20px;
    font-family: 'Lora', serif;
    font-family: 'Ysabeau Infant', sans-serif;
    font-family: 'Ysabeau SC', sans-serif;
}

.picrap img {
    margin-left: 180px;
    padding-top: 10px;
}

.picrap1 {
    padding-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto;
}

.check {
    height: 7vh;
    width: 70%;
    margin-top: 620px;
    border: 2px solid white;
    border-radius: 80px;
}

.check h2 {
    width: 35%;
    font-size: 28px;
    color: white;
    margin-left: 145px;
    font-weight: 500;
}

.check p input {
    font-size: 18px;
    margin-left: 125px;
}

.check p select {
    font-size: 18px;
    margin-left: 45px;
}

/* Gallery */
.gallery {
    width: 100%;
    height: 400vh;
}

.galleryrap {
    width: 80%;
    margin: auto;
}

.galleryrap h1 {
    padding-top: 50px;
    text-align: center;
    color: goldenrod;
    font-size: 55px;
    font-weight: 500;
}

.galleryrap h2 img {
    margin-left: 650px;
}

.galleryrap h3 {
    padding-top: 50px;
    font-size: 45px;
    font-weight: 500;
    margin-left: 60px;
}

.galleryrap1 {
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto;
}

.write4 h2 {
    padding-top: 40px;
    font-size: 45px;
    font-weight: 500;
    margin-left: 60px;
}

.write5 h2 {
    padding-top: 40px;
    font-size: 45px;
    font-weight: 500;
    margin-left: 60px;
}

.write6 h2 {
    padding-top: 40px;
    font-size: 45px;
    font-weight: 500;
    margin-left: 60px;
}

.galleryrap2 {
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto;
}

.galleryrap3 {
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto;
}

.galleryrap4 {
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto;
}

.img-wrapper {
    margin-top: 50px;
    margin-left: 50px;
    border-radius: 18px;
    overflow: hidden;
}

.inner-img {
    transition: 0.3s;
}

.inner-img:hover {
    transform: scale(1.1);
}

/* Other styling elements, that are not necessary for the example */

.img-wrapper {
    display: inline-block;
    box-sizing: border-box;
    /* border: 1px solid #000; */
}









































/* Footer */
.footer {
    width: 100%;
    height: 45vh;
    background-color: bisque;
}

.footerrap {
    width: 80%;
    margin: auto;
}

.footerrap1 {
    display: grid;
    grid-template-rows: auto auto;
}

.foot1 h1 {
    padding-top: 30px;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}

.foot1 p {
    text-align: center;
    padding-top: 25px;
    font-size: 26px;
}

.foot2 {
    float: right;
    margin-top: 35px;
}

.foot2 ul li {
    display: inline;
    font-size: 20px;
    margin-left: 180px;
}

.foot3 h3 {
    padding-top: 50px;
    text-align: center;
    font-size: 29px;
    font-weight: 600;
}

.mainicon {
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app a {
    display: inline-block !important;
    text-align: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: none;
    margin: 0 10px 10px;
    border-radius: 0;
    background-color: #000;
}

.app a span {
    margin-top: 18px;
    font-size: 20px;
    color: bisque;
    font-size: 1.2em;
    line-height: 10px;
    vertical-align: baseline;
}

.app :hover {
    background-color: green;
}

.app1 a {
    display: inline-block !important;
    text-align: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: none;
    margin: 0 10px 10px;
    border-radius: 0;
    background-color: #000;
}

.app1 a span {
    margin-top: 18px;
    font-size: 20px;
    color: bisque;
    font-size: 1.2em;
    line-height: 10px;
    vertical-align: baseline;
}

.app1 :hover {
    background-color: rgb(31, 186, 238);
}

.app2 a {
    display: inline-block !important;
    text-align: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: none;
    margin: 0 10px 10px;
    border-radius: 0;
    background-color: #000;
}

.app2 a span {
    margin-top: 18px;
    font-size: 20px;
    color: bisque;
    font-size: 1.2em;
    line-height: 10px;
    vertical-align: baseline;
}

.app2 :hover {
    background-color: blue;
}

.app3 a {
    display: inline-block !important;
    text-align: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: none;
    margin: 0 10px 10px;
    border-radius: 0;
    background-color: #000;
}

.app3 a span {
    margin-top: 18px;
    font-size: 20px;
    color: bisque;
    font-size: 1.2em;
    line-height: 10px;
    vertical-align: baseline;
}

.app3 :hover {
    background-color: blue;
}

.app4 a {
    display: inline-block !important;
    text-align: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: none;
    margin: 0 10px 10px;
    border-radius: 0;
    background-color: #000;
}

.app4 a span {
    margin-top: 18px;
    font-size: 20px;
    color: bisque;
    font-size: 1.2em;
    line-height: 10px;
    vertical-align: baseline;
}

.app4 :hover {
    background: linear-gradient(to left, rgb(238, 36, 70), goldenrod);
}

.app5 a {
    display: inline-block !important;
    text-align: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: none;
    margin: 0 10px 10px;
    border-radius: 0;
    background-color: #000;
}

.app5 a span {
    margin-top: 18px;
    font-size: 20px;
    color: bisque;
    font-size: 1.2em;
    line-height: 10px;
    vertical-align: baseline;
}

.app5 :hover {
    background-color: red;
}

.app6 a {
    display: inline-block !important;
    text-align: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: none;
    margin: 0 10px 10px;
    border-radius: 0;
    background-color: #000;
}

.app6 a span {
    margin-top: 18px;
    font-size: 20px;
    color: bisque;
    font-size: 1.2em;
    line-height: 10px;
    vertical-align: baseline;
}

.app6 :hover {
    background-color: green;
}

.foot4 h2 {
    margin-top: -15px;
    font-size: 25px;
    font-weight: 500;
    margin-left: 300px;
}

.social1 {
    float: left;
}

.social1 ul li {
    display: inline;
}

.social1 ul {
    margin-top: -28px;
    margin-left: 460px;
}

.social1 ul li a {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    /* text-transform: uppercase; */
    text-decoration: none;
    font-weight: 500;
    color: black;
}

.social1 ul li a:hover {
    color: orangered;
}

/*last*/
.last {
    width: 100%;
    height: 6vh;
    background-color: black;
}

.lastrap {
    width: 80%;
    margin: auto;
}

.lastrap h2 {
    color: white;
    font-size: 22px;
    padding-top: 17px;
    text-align: center;
    text-decoration: none;
    font-weight: lighter;
}