@import url('https://fonts.googleapis.com/css2?family=Sora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ceviche+One&family=Oswald:wght@400;700&family=Poppins:wght@100;300;400;500&family=Sedgwick+Ave+Display&display=swap');

* {
    font-family: Montserrat, sans-serif;
    box-sizing : border-box;
    margin     : 0;
    padding    : 0;
}

.wrap {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .nav-btn {
    min-width: 100px;
    /* min-height: 60px; */
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #fff;
    background: #4FD1C5;
    background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);
    border: none;
    border-radius: 100px;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
    }
    
  @media (max-width: 768px){
    .container, .container-sm {
        max-width: 540px;
    }
    .bookbg_Section:before{
        display: none;
    }
    .burj{
        display: none;
    }
}

/* button css end */



.navbar {
    background   : #004557;
    /* height       : 70px; */
    z-index      : 99;
    
    width: 100%;
    top: 0px;
    /* overflow: hidden; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.nav-logo{
    width: 38%!important;
}
a:active {
    /* background-color: #aa0b5d; */
    /* border-bottom: 1px solid #fff; */
    opacity: 100px;
  }
  /* a:hover {
     background-color: #aa0b5d;
     border-radius: 5px;
  } */
  

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color    : #004557;
    font-size: 18px;
    cursor: pointer;
}

@media(max-width:600px) {
    .navbar-collapse {
        background-color: #004557;
        padding         : 28px 30px;
        margin          : -16px;
        margin-top      : 30px;

    }
    #nav-button {
        display: none;
    }

    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        color  : #004557;
        padding: 20px 0px;
    }

    .navbar-light .navbar-nav .nav-link {
        color    : #004557;
        font-size: 18px;
        padding  : 20px 0px;
    }

    .navbar-light .navbar-toggler {
        color       : none;
        border-color: none;
    }

    .navbar-light .navbar-nav .nav-link {
        color    : #fff;
        font-size: 18px;
        padding  : 13px 0px;

    }

    .nav-order{
        background-color: rgb(207, 49, 131);
    border: 1px solid rgb(207, 49, 131);
    color: rgb(255, 255, 255);
    margin-right: 3.5rem;
    margin-left: 10px;
    }
    .nav-logo{
        width: 68%!important;
    }
    .nav-order {
        left: calc(50% - 3em);
        top: calc(50% - 2em);
        height: 3rem;
        width: 9rem;
    }
    .nav-a{
        width: 60%;
    }
   
    .navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color     : #858f96!important;
    font-size : 18px;
}
.navbar-light .navbar-nav .nav-link {
    color: #858f96!important;
    font-size: 18px;
}




}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color     : #004557;
    font-size : 17px;
    /* padding: 5px 30px; */

}

.navbar-light .navbar-nav .nav-link {
    color    : #004557;
    font-size: 17px;
    padding  : 13px 20px;

}

.dropdown-item {
    display         : block;
    width           : 100%;
    padding         : 1rem 1rem;
    clear           : both;
    font-weight     : 400;
    color           : #212529;
    text-align      : inherit;
    text-decoration : none;
    white-space     : nowrap;
    background-color: transparent;
    border          : 0;
    border-color    : #fff;

}

.dropdown-item:hover {
    background-color: #004557;
    color           : #fff;
    box-shadow      : 0 0.1rem 0.4rem rgba(0, 0, 0, 0.16);
}
.head_top {
    width: 100%;
    padding: 0px 0;
    background-color: #3f3f3f;
    height: 52px;
}
.top_left {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 12px 0;
}

.top_left p {
    font-size: 16px;
    font-weight: 500;
}
.hd_mid {
    background: #009b9b;
    padding: 10px 0px;
    overflow: hidden;
}
.top_mid {
    width: 100%;
    text-align: center;
    padding: 4px 0;
}
.top_mid a {
    color: #ffffff;
}
.top_mid_bot {
    text-align: center;
    padding: 1px 0px;
    background-color: #3f3f3f;
}
.top_mid_bot:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 15px solid #3f3f3f;
    border-bottom: 14px solid transparent;
    left: 0px;
    position: absolute;
    top: 0px;
}
.top_mid_bot a {
    color: #fff;
    font-weight: 700;
}
.hd_mid:after {
    content: " ";
    position: absolute;
    display: block;
    width: 7%;
    height: 52px;
    top: 0px;
    background: #009b9b;
    transform-origin: top left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
span.top_icon {
    margin: 0 10px 0 0;
    font-size: 18px;
    color: #78acc2;
}
  