*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
/* social app */
.social{
    width: 100%;
    height: 4vh;
    background: linear-gradient(to right,rgba(44, 1, 28, 0.9),rgba(243, 3, 123, 0.1));
}
.socialrap{
    width: 80%;
    height: auto;
}
.name{
    position: absolute;
}
.name p{
    color: aliceblue;
}
.app{
    float: right;
}
.app ul li{
    display: inline;
    padding-left: 7px;
}
#google{
    color: rgb(236, 201, 4);
    font-size: 27px;
}
#youtube{
    color: rgb(128, 9, 0);
    font-size: 27px;
}
#facebook{
    color: navy;
    font-size: 27px;
}
#instagram{
    color: purple;
    font-size: 27px;
}


 /* navigation bar */
 #nav{
    width: 100%;
    height: 13vh;
    background-color:rgb(59, 4, 47);
 }
 .navrap{
    width: 80%;
    height: auto;
 }
 .logo{
    position: absolute;
 }
 .logo img{
    height: 10vh;
    width: 13%;
 }
 .logo h1{
    color: white;
    font-size: 43px;
    text-transform: uppercase;
    font-family:'Skranji', 'cursive';
    text-shadow: 1px 1px 2px gold,0 0 25px white, 0 0 5px rgb(2, 2, 78);
 }
 .logo h1 span{
   font-family: 'Skranji', 'cursive';
   text-shadow: -1px 0 black, 0 1px white, 1px 0 black, 0 -1px white;
   font-size: 50px;
   color: palevioletred;
 }
 .menu{
    /* float: right; */
    margin-top: 25px;
    margin-left: 200px;
 }
 .menurap{
    /* background: linear-gradient(to right,rgb(0,0,0,)); */
 }
 .menurap ul li{
    display: inline;
 }
 .menurap ul li a{
    color: rgb(121, 6, 59);
    text-decoration: none;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px yellow,0 0 25px white, 0 0 5px rgb(2, 2, 78);
 }
 .menurap ul li a:hover{
    border-bottom: 4px solid black;
 }
 /* banner */
 .ban{
    width: 100%;
    height: 90vh;
    background-image:url(./maldives\ font\ .1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(to right,rgba(0,0,0,))
 }
 .banrap{
    width: 100%;
    /* height: 70vh; */
    background: linear-gradient(to right,rgb(0,0,0,0.1),rgb(0,0,0,0.1));
 }
.banrap1{
    float: right;
    /* margin-right: 100px; */
    /* border: 4px solid white; */
}

.mid{
   width: 100%;
   height: 11.6vh;
   background-image:url(./bagroung\ img);
   border-top:4px solid blue;
   border-bottom:4px solid blue;
   
}
.mid h1{
   font-size: 50px;
   font-family: 'Skranji', 'cursive';
   text-shadow: 1px 1px 2px gold,0 0 25px white, 0 0 5px rgb(2, 2, 78);
   padding-left: 450px;
}

.midrap{
   width: 100%;
   height: 90vh;
   background-repeat: no-repeat;
   background-size: cover;
   /* padding-top: 50px; */
   background-image: url(./hotel\ amilia.jpg);
}
.foot{
   font-size: 10px;
   background-color: white;
   text-align: center;
   /* height: 90vh; */
}
