    * {
    box-sizing: border-box;
}
@font-face {
    font-family: Gotham-Font;
    src:local("C:\Users\ryana\OneDrive\Desktop\Cloned Repository\Hotel-Website\Gotham-Font");
}
@import url('https://fonts.googleapis.com/css?family=Courgette|Open+Sans:400,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300&family=Open+Sans+Condensed:wght@300&display=swap');
:root {
    --dark-color: #2d2c2c;
    --purple-solid: #303030;
    --purple-transparent: rgba(50, 10, 70, .7);
    --purple-transparent-alt: rgba(50, 10, 75, .5);
    --purple-light: #8f50fb;
    --transparent-black:rgba(0, 0, 0, .5);
    --transparent-darkblue:rgba(32, 64, 81,0.8);
    --darkblue:rgba(32, 64, 81);
} 
.header{
    width: 100%;
    height: 3rem;
    display: flex;
    font-family: Arial;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color:var( --darkblue);
    z-index: 999;
    transition: all 0.65s;
}
.header a{
    font-size: 0.9rem;
    padding: 35px;
    padding-left: 60px;
}
.header.active{
    background-color: var(--transparent-darkblue);
}
/*Header styles-nav*/
.nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hamburger-menu{
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 1500; 
} 
.hamburger-menu:hover {
 
  color: #cca42f;
}

.hamburger-menu .fa-times{
    display: none;
} 
.menu-open .hamburger-menu .fa-times{
display: block;
}
.menu-open .hamburger-menu .fa-bars{
 
display: none; 
}

.nav-list{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--purple-solid);
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    z-index: 1400;
    opacity: 0;
    transform: scale(0);
    list-style: none;
    transition: opacity .5s; 
}
.menu-open .nav-list{  
    opacity: .97;
    transform: scale(1);
}
.nav-item:not(last-child){

    margin-bottom: .5rem;
}
.nav-link{
    display: block;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .1px;
    padding: 1rem;
}
.container{
    width: 100%;
    max-width: 120rem;
    padding: 0 1.5rem;
    margin: 0 auto;
}
.dots{
    font-size: 2.5rem;
    margin-left: .5rem;
    opacity: .80;
}
.hvrr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvrr-grow:hover,
.hvrr-grow:focus,
.hvrr-grow:active {
    transform: scale(1.1);
}               
.hamburger-menu{
    display: none;
}
.nav-list{
    position: relative;
    width: initial;
    height: initial;
    background-color: transparent;
    flex-direction: row;
    justify-content: initial;
    opacity: 1;
    transform:scale(1);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .1px;
    padding: 0rem 0rem;
}
.nav-item:not(last-child)
{
    margin-bottom: 0;
}
.nav-link{
    font-size: 1px;
    font-size: normal;
}
.heading{
    font-size: 12rem;
}
  /*Footer Styling*/
.footer{
    position: absolute;
    top: 4900;
    width: 100%;
    height: 20rem;
    padding : 0rem 0;
    background-color: #2e2e2e;
    margin-top: 130px;
    margin-bottom: -20px;
} 

.footer .paragraph{
color: #fff;
text-align: center;
font-family: Arial;
}

.footer-heading{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
    color: #fff;
}
.socail-media{
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.sm-link{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    margin-right: 1rem;
    transition: background color .5s;

}
.sm-link {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.sm-link:hover,
.sm-link:focus,
.sm-link:active {
    transform: scale(1.1);
    color: #cca42f;
}               
.sm-link{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sm-link i
{
    margin:auto;
    display: flex;
    justify-content: center;
    text-align: center;
}
.footer-center
{
    color: #fff;
    text-align: center;
}
.logo{
display: flex;
justify-content: center;
align-items: center;
padding-top: 10px;

}
.logo img {
max-width: 15%;
height: 80px;
}
@media screen and (min-width:780px){
    .header{
        height:3rem;
    }
    .header .active{
        height: 6rem;
    }
    /*Hero section styling*/
    .title{
        font-size: 8rem;   
    } 
   
    .footer-content-brand{
        margin-bottom: 0;
        
    }
    .footer .paragraph {
        margin-top: 2.5rem;
    }
    .footer-heading{

        margin-bottom: 2rem;
    }
    .bottom-line {
    position: absolute;
    display: grid;
    top:5350;
    width: 100%;
}
.bottom-line p {
    grid-column: 2;
    justify-content: center;
}
.bottom-line {
    background-color: #444554;
}
.bottom-line a {
    color: #fff;
} 
a{
    text-decoration: none;   
}
section{
    padding: 5rem;
}
    /*Making Website responsive*/

@media screen and (min-width:1080px){
 section{
        padding: 0rem 0;
 }                            