* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Navigation Bar */
#nav {
    width: 100%;
    height: 10vh;
    background: linear-gradient(to right, rgb(0, 0, 0), rgb(121, 170, 16));
}
.navrap {
    width: 80%;
    margin: auto;
}

.logo {
    position: absolute;
}

.logo h1 {
    font-size: 55px;
    margin: auto;
    color: white;
    margin-top: 5px;
    margin-left: 50px;
    padding-left: 25px;
    font-style: oblique;
}

.logo img {
    height: 8vh;
    border-radius: 20px;
    border: 2px solid white;
}

.menu {
    float: right;
    padding-top: 35px;
}

.menurap ul li {
    display: inline;
}

.menurap ul li a {
    color: green;
    font-style: oblique;
    background-color: white;
    border-radius: 15px;
    border: 4px solid green;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
}

.menurap ul li a:hover {
    border-bottom: 4px solid white;
    border-radius: 15px;
    color: white;
    background-color: greenyellow;
}

/* banner */
.ban {
    width: 100%;
    height: 85vh;
    background-image: url(./ban2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0px;
}

.banrap {
    width: 100%;
    height: 85vh;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9));
}

/* Navigation Bar1 */
#nav1 {
    width: 80%;
    height: 8vh;
    margin: auto;
    background: green;
    border-radius: 15px;
    border: 2px solid black;
    margin-top: 15px;
}

.navrap1 {
    width: 80%;
    margin: auto;
}

.logo1 h1 {
    color: white;
    font-style: oblique;
    font-size: 30px;
    margin-top: 10px;
}

.logo1 p {
    float: right;
    color: white;
    font-size: 30px;
    font-weight: bold;
    font-style: oblique;
}

/* banner1 */
.ban1 {
    width: 100%;
    height: 40vh;
    margin-top: 15px;
    background: linear-gradient(to bottom, rgba(114, 218, 17, 0.736), rgba(250, 235, 215, 0.956));
}

.banrap1 {
    margin: auto;
    width: 80%;
}

.company1 h1 {
    padding-top: 20px;
    font-size: 50px;
    text-align: center;
    font-style: oblique;
}

.company1 p {
    padding-top: 10px;
    color: black;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    font-style: oblique;
}

/* middle*/
.mid {
    width: 100%;
    height: 50vh;
    background-color: antiquewhite;
}
.midrap1 {
    width: 80%;
    margin: auto;
}
.midrap1 h1 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    font-style: oblique;
}
#like{
    padding-left: 360px;
    font-size: 50px;
}
#like:hover{
    color: rgb(245, 16, 115);
    
}
#kolkata {
    color: rgba(224, 44, 12, 0.634);
}

#its {
    color: rgb(19, 175, 232);
}

.box {
    width: 100%;
    margin-left: 100px;
    display: grid;
    grid-template-columns: auto auto auto ;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.box img{
    height: 30vh;
    width: 30vh;
}
/* middle1*/
.mid1 {
    width: 100%;
    height: 50vh;
    background-color:antiquewhite;
}

.midrap3 h1 {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    font-style: oblique;
}

#top {
    color: rgba(224, 44, 12, 0.634);
}

#visit {
    color: rgb(19, 175, 232);
}
.box1 {
    padding-top: 20px;
    width: 80%;
    margin-left: 200px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.box1 img{
    height:30vh;
    width: 150%;
}


/* middle2*/
.mid2 {
    width: 100%;
    height: 70vh;
    background-color: antiquewhite ;
}

.midrap5 h1 {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    font-style: oblique;
}

.midrap5 h4 {
    width: 80%;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    text-align: justify;
    font-weight: bold;
    font-style: oblique;
}

#kolkata {
    color: rgba(12, 224, 213, 0.634);
}

#its {
    color: rgb(232, 19, 175);
}

.midrap6 {
    width: 80%;
    height: 40vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 40px;
    grid-row-gap: 25px;
    padding-top: 20px;
    text-align: center;
}

.box2 h1 {
    font-size: 30px;
    font-weight: bold;
    font-style: oblique;
    text-align: center;
}

.box2 img {
    margin-top: 10px;
    width: 50vh;
    height: 25vh;
    border-radius: 15px;
}

.box2 img:hover {
    border: 10px solid white;
    border-radius: 15px;
    color: grey;
}

/* middle3*/
.mid4 {
    width: 100%;
    height: 50vh;
    background-color: antiquewhite ;
}

.midrap7 h1 {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    font-style: oblique;
}

#five {
    color: rgba(224, 44, 12, 0.634);
}

#must {
    color: rgb(19, 175, 232);
}

.midrap8 {
    width: 80%;
    height: 40vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-top: 20px;
    text-align: center;
}

.box3 h1 {
    font-size: 15px;
    font-weight: bold;
    font-style: oblique;
    text-align: center;
}

.box3 img {
    width: 30vh;
    height: 25vh;
    border-radius: 15px;
}

.box3 img:hover {
    border: 10px solid white;
    border-radius: 15px;
    color: grey;
}

/* middle4*/
.mid5 {
    width: 100%;
    height: 70vh;
    background-color: antiquewhite;
}

.midrap9 h1 {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    font-style: oblique;
}

#four {
    color: rgba(12, 224, 213, 0.634);
}

#star {
    color: rgb(232, 19, 175);
}

.midrap10 {
    width: 80%;
    height: 60vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-top: 20px;
    text-align: center;
}

.box4 p {
    font-size: 20px;
    font-weight: bold;
}

.box4 h4 {
    border-radius: 15px;
    border: 2px solid black;
    background-color: blue;
    font-size: 40px;
    color: aliceblue;
}

.box4 h5 {
    font-size: 30px;
    font-weight: bold;
    font-style: oblique;
    text-align: center;
}

.box4 h5:hover {
    border: 10px solid rgb(234, 104, 104);
    border-radius: 15px;
    color: burlywood;
    background-color: brown;
}

.box4 img {
    width: 30vh;
    height: 25vh;
    border-radius: 15px;
}

.box4 img:hover {
    border: 10px solid white;
    border-radius: 15px;
    color: grey;
}

/* middle5*/
.mid6 {
    width: 100%;
    height: 60vh;
    background-color: antiquewhite;
}

.midrap11 h1 {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    font-style: oblique;
}

#bengali {
    color: rgba(224, 44, 12, 0.634);
}

#Restaurants {
    color: rgb(19, 175, 232);
}

.midrap12 {
    width: 80%;
    height: 60vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-top: 20px;
    text-align: center;
}

.box5 p {
    font-size: 20px;
    font-weight: bold;
}

.box5 h4 {
    border-radius: 15px;
    border: 2px solid black;
    background-color: blue;
    font-size: 40px;
    color: aliceblue;
}

.box5 h5 {
    font-size: 30px;
    font-weight: bold;
    font-style: oblique;
    text-align: center;
}

.box5 h5:hover {
    border: 10px solid rgb(234, 104, 104);
    border-radius: 15px;
    color: burlywood;
    background-color: brown;
}

.box5 img {
    width: 30vh;
    height: 25vh;
    border-radius: 15px;
}

.box5 img:hover {
    border: 10px solid white;
    border-radius: 15px;
    color: grey;
}

/* middle6*/
.mid7 {
    width: 100%;
    height: 50vh;
    text-align: center;

}

.midrap13 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    font-style: oblique;
}

#india {
    color: rgba(12, 224, 213, 0.634);
}

#packages {
    color: rgb(232, 19, 175);
}

.midrap14 {
    width: 80%;
    margin-left: 150px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 40px;
    grid-row-gap: 25px;
    margin-top: 40px;
}

.box6 {
    height: 180px;
    width: 180px;
    background-color: rgba(114, 218, 17, 0.736);
    border-radius: 50%;
    border: 7px solid green;
    display: inline-block;
}

.box6 p {
    font-weight: bold;
    font-style: oblique;
    margin-top: 50px;
    font-size: 25px;
    text-align: justify;
    text-align: center;
}

/* middle7*/
.mid8 {
    width: 100%;
    height: 50vh;
    background-color: antiquewhite ;
}

.midrap15 h1 {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 70px;
    font-weight: bold;
    font-style: oblique;
}

#by {
    color: rgba(224, 44, 12, 0.634);
}

#kolkata {
    color: rgb(19, 175, 232);
}

.midrap16 {
    width: 80%;
    height: 60vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-top: 20px;
    text-align: center;
}

.box7 p {
    font-size: 20px;
    font-weight: bold;
}

.box7 h1 {
    border-radius: 15px;
    border: 2px solid black;
    background-color: blue;
    font-size: 40px;
    color: aliceblue;
}

.box7 h1 {
    font-size: 30px;
    font-weight: bold;
    font-style: oblique;
    text-align: center;
}

.box7 h1:hover {
    border: 10px solid rgb(234, 104, 104);
    border-radius: 15px;
    color: burlywood;
    background-color: brown;
}

.box7 img {
    width: 30vh;
    height: 25vh;
    border-radius: 15px;
}

.box7 img:hover {
    border: 10px solid white;
    border-radius: 15px;
    color: grey;
}

/* middle8*/
.mid9 {
    width: 100%;
    height: 60vh;
    background-color: antiquewhite;
}

.midrap17 h1 {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    font-style: oblique;
}

.midrap17 h1 {
    font-family: 'Kablammo', ' cursive';
    color: brown;
}

#why {
    color: rgba(12, 224, 213, 0.634);
}

#tourisim {
    color: rgb(232, 19, 175);
}

.midrap18 {
    width: 80%;
    height: 60vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 25px;
    grid-row-gap: 10px;
    padding-top: 20px;
    text-align: center;
}

.box8 p {
    font-size: 20px;
    text-align: justify;
}

.box8 h1 {
    font-size: 25px;
    font-weight: bold;
    font-style: oblique;
    text-align: justify;
}

/* middle9*/
.mid10 {
    width: 100%;
    height: 10vh;
    background-color: antiquewhite ;
}

.midrap19 h1 {
    width: 30%;
    margin: auto;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-style: oblique;
    border-radius: 15px;
    border: 2px solid black;
    background-color: blue;
    color: aliceblue;
}

.midrap19 h1:hover {
    border: 2px solid white;
    border-radius: 15px;
    color: grey;
}

/* middle10*/
.mid11 {
    width: 100%;
    height: 80vh;
    text-align: center;

}

.midrap20 h1 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    font-style: oblique;
}

.midrap20 h1 {
    font-family: 'Dancing Script', 'cursive';
    font-size: 70px;
    color: brown;
}

.midrap21 {
    width: 80%;
    margin-left: 135px;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-column-gap: 40px;
    grid-row-gap: 25px;
    margin-top: 40px;
}

.box9 {
    height: 180px;
    width: 180px;
    background-color: rgba(17, 218, 161, 0.736);
    border-radius: 50%;
    border: 7px solid green;
    display: inline-block;
}

.box9 p {
    font-weight: bold;
    font-style: oblique;
    margin-top: 50px;
    font-size: 50px;
    text-align: justify;
    text-align: center;
}

.foot {
    width: 100%;
    height: 60vh;
    background: linear-gradient(to right, rgb(0, 0, 0), rgb(121, 170, 16));
}

.footrap {
    width: 70%;
    height: 30vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 100px;
    grid-row-gap: 25px;
    padding-top: 70px;
}

.box10 img {
    width: 20%;
    height: 10vh;
    border: 2px solid white;
    border-radius: 15px;
    padding: 3px;
}

.box10 h1 {
    margin: auto;
    color: white;
}
.box10 h1 u {
    font-family: 'Dancing Script', 'cursive';
    font-family: 'Pacifico', 'cursive';
}

.box10 p {
    color: white;
    font-size: 30px;
}

.box10 p {
    font-family: 'Dancing Script', 'cursive';
    font-family: 'Pacifico', 'cursive';
}

.box11 p {
    padding: 7px;
    font-size: 20px;
}

.box11 p a {
    text-decoration: none;
    color: white;
}

.foot1 {
    width: 100%;
    height: 10vh;
    background: linear-gradient(to right, rgb(121, 170, 16), rgb(0, 0, 0));
}

.footer1 {
    width: 80%;
    margin: auto;
}

.logo2 h1 {
    font-size: 25px;
    text-align: center;
    color: white;
    padding-top: 25px;
    padding-left: 25px;
    font-style: oblique;
}