* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

#nav {
    /*position: sticky;*/
    top: 0px;
    width: 100%;
    height: 10vh;
    background: linear-gradient(to bottom left, rgb(221, 122, 180), white);
    border-bottom: 2px solid white;
}

.navrap {
    width: 80%;
    margin: auto;
}

.menu {
    float: right;
}

.menu ul {
    padding-top: 20px;
}

.menu ul li {
    display: inline;
}

.menu ul li a {
    color: rgb(0, 0, 0);
    font-size: 25px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
}

.menu ul li a:hover {
    background-color: rgba(209, 190, 190, 0.1);
    border-top: 2px solid rgb(235, 12, 12);
    border-bottom: 2px solid rgb(240, 15, 15);
}

.logo {
    position: absolute;
}

.logo h1 {
    color: rgb(3, 3, 3);
    font-size: 50px;
    font-family: cursive;

}

.logopic img {
    width: 100%;
    height: 10vh;
}

/* banner */
.ban {
    background-image: url(./cover\ 1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.banrap {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
}

.banrap1 {
    padding-top: 250px;
}

.logo1 {
    /*border: 2px solid rgb(20, 20, 20);*/
    width: 70%;
    margin: auto;
    padding: 10px;
    background: rgba(10, 10, 10, 0.281);
}

.logo2 h1 {
    text-align: center;
    color: rgb(255, 242, 0);
    font-size: 100px;
}

.logo2 p {
    text-align: center;
    color: rgb(64, 255, 0);
    font-size: 60px;
}

#mid {
    width: 100%;
    height: 150vh;
    background: linear-gradient(to top left, rgb(221, 122, 180), white);
}

.midrap {
    width: 95%;
    margin: auto;
    padding-top: 70px;
}

.midrap h1 {
    text-align: center;
    color: black;
    font-size: 45px;
}

.card1 {
    transition: inherit;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.midrap1 {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    padding-top: 30px;
    width: 100%;
    /*padding-left:200px;*/
}

.card :hover {
    transition: inherit;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.pics img {
    width: 100%;
    height: 40vh;
}

.box {
    background-color: rgba(78, 56, 56, 0.2);
    /*border: 2px solid rgb(136, 151, 238);*/
    /* padding: 5px;*/
    width: 100%;
}

.box h1 {
    /*background: linear-gradient(to bottom right, white, rgb(95, 95, 221));*/
    text-align: center;
    color: rgb(8, 8, 8);
    text-transform: uppercase;
    padding: 10px;
}

.box p {
    text-align: justify;
    color: rgb(240, 234, 234);
}

.mid1 {
    height: 50vh;
    background: linear-gradient(to bottom left, rgb(221, 122, 180), white);
}

.mid1rap {
    width: 80%;
    margin: auto;
    padding-top: 40px;

}

.box4 h1 {
    text-align: center;
    font-size: 45px;
    font-family: "Lucida Console", "Courier New", monospace;
}

.note1 h1 {
    text-align: center;
    font-size: 45px;
}

.note1 p {
    padding-top: 20px;
    text-align: center;
    color: rgb(7, 7, 7);
    font-size: 30px;
}

.mid2 {
    height: 50vh;
    background: linear-gradient(to top left, rgb(221, 122, 180), white);
}

.mid2rap {
    width: 80%;
    margin: auto;
}

.mid2rap1 {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    padding-top: 120px;
}

.note2 p {
    font-size: 30px;
    text-align: justify;
}

.box5 h1 {
    text-align: center;
    font-size: 45px;
}

.pic1 img {
    width: 100%;
    height: 75.8vh;
}

.mid3 {
    height: 105vh;
    background: linear-gradient(to bottom left, rgb(221, 122, 180), white);
    padding-top: 450px;
}

.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: none;
    color: #0f1923;
    cursor: pointer;
    position: relative;
    padding: 20px;
    margin-top: 50px;
    margin-left: 675px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    transition: all .15s ease;
}

.button a {
    color: #ff4655;
}

.button::before,
.button::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: calc(50% - 5px);
    border: 1px solid #7D8082;
    transition: all .15s ease;
}

.button::before {
    top: 0;
    border-bottom-width: 0;
}

.button::after {
    bottom: 0;
    border-top-width: 0;
}

.button:active,
.button:focus {
    outline: none;
}

.button:active::before,
.button:active::after {
    right: 3px;
    left: 3px;
}

.button:active::before {
    top: 3px;
}

.button:active::after {
    bottom: 3px;
}

.button_lg {
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #fff;
    background-color: #0f1923;
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 1px transparent;
}

.button_lg::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: #0f1923;
}

.button_lg::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4px;
    height: 4px;
    background-color: #0f1923;
    transition: all .2s ease;
}

.button_sl {
    display: block;
    position: absolute;
    top: 0;
    bottom: -1px;
    left: -8px;
    width: 0;
    background-color: #f7f5f5;
    transform: skew(-15deg);
    transition: all .2s ease;
}

.button_text {
    position: relative;
}

.button:hover {
    color: #0f1923;
}

.button:hover .button_sl {
    width: calc(100% + 15px);
}

.button:hover .button_lg::after {
    background-color: #fff;
}

.mid3rap h2 {
    text-align: center;
    font-size: 55px;
    background: #FF0000;
    background: linear-gradient(to left, #FF0000 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mid3rap h1 {
    text-align: center;
    font-size: 80px;
    background: #00FF00;
    background: linear-gradient(to left, #00FF00 0%, #1900ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.container {
    width: 100%;
    height: 100vh;
    background-image: url(./contact\ 1.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}

.containerrap {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.679);
    padding-top: 80px;
}

.containerrap h1 {
    padding-left: 80px;
    text-align: center;
    font-size: 55px;
    color: rgb(194, 214, 17);
}

.containerrap1 {
    width: 50%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 30px;
}

.photo img {
    height: 45vh;
}

.enquery {
    /*border: 2px solid rgb(194, 19, 19);*/
    margin-top: 60px;

}

.enquery th {
    /*height: 20px;*/
    font-size: 30px;
    color: rgb(17, 214, 92);
    font-family: monospace;
}

.enquery table {
    width: 69%;
}

#firstname {
    margin-top: 10px;
    height: 7vh;
    width: 100%;
}

#secondname {
    height: 7vh;
    width: 100%;
}

#btn {
    width: 50%;
    height: 6vh;
    margin-top: 30px;
    font-size: 30px;
    background-color: rgb(201, 186, 17);
    color: rgb(0, 0, 0);
    border-radius: 30px;
}

#E-mail {
    height: 7vh;
    width: 100%;
}

#area {
    height: 7vh;
    width: 100%;
    text-align: center;
    font-size: 30px;
}

#Mobile {
    height: 7vh;
    width: 100%;
}

#heading {
    font-size: 30px;
    text-align: right;
    color: rgb(194, 214, 17);
    font-family: cursive;
    margin-top: 5px;

}

.footer2 {
    width: 100%;
    background: linear-gradient(to bottom left, rgb(221, 122, 180), white);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 45vh;
    /*margin-top: 1px; 
    /*background: rgba(65, 63, 63, 0.1);*/
}

.foot2rap {
    padding-top: 0px;
    width: 100%;
    margin: auto;
}

.foot2rap1 {
    width: 100%;
    height: 40vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 20px;
}

.application1 {
    margin-left: 50%;
}

.application1 ul {
    margin-top: 15px;
}

.application1 ul li {
    display: inherit;
    /*padding-left: 0px;*/
    padding-right: 10px;
}

#facebook {
    color: blue;
    font-size: 30px;
}

#youtube {
    color: red;
    font-size: 30px;
}

#whatsapp {
    color: rgb(0, 255, 13);
    font-size: 30px;
}

#twitter {
    color: rgb(0, 153, 255);
    font-size: 30px;
}

#instagram {
    color: rgb(223, 82, 180);
    font-size: 30px;
}

.box1 {
    /*background-color: rgba(49, 46, 88, 0.2);
    /*border: 2px solid rgb(241, 247, 242);*/
    padding: 20px;
    font-size: 20px;
    color: rgb(14, 13, 13);
    text-align: justify;
}
.box1 ul li a{
    text-decoration: none;
}
.box1 ul {
    list-style: none;
    color: black;
    /*text-align: center;*/
}

.box1 a {
    color: rgba(207, 30, 7, 0.932);
}

.box1 p {
    color: rgb(10, 10, 10);
    text-align: center;
}

.box1 h1 {
    text-align: center;
    color: rgb(13, 13, 14);
    font-size: 25px;
}

.box1 iframe {
    width: 130%;
    height: 40vh;
}

.footpic img {
    width: 100%;
}