@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-family: "Montserrat";
}

body {
    background: url(../images/travelux2.jpg) no-repeat fixed;
    background-size: cover;
    display:flex; 
    flex-direction:column; 
    height:100vh; 
    margin:0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navbar {
    top: auto;
    z-index: 100;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: rgba(20,20,20, 1);
    height: 111px;
    width: 100%;
    position: fixed;
    float: left;
}
#logo {
    width: 64px;
    height: 76px;
    padding-top: 10px;
    box-sizing: content-box;
    padding-bottom: 10px;
    padding-left: 30px;
    cursor: pointer;
}
#logo1 {
    height: 64px;
    padding-top: 10px;
    box-sizing: content-box;
    padding-bottom: 10px;
    padding-left: 30px;
    cursor: pointer;
}
.nav-links ul {
    list-style: none;
    display: flex;
}
.nav-links li a {
    display: block;
    padding-left: 60px;
    color: #e1e4eb;
    cursor: pointer;
    z-index: 998;
}
.toggle-button {
    position: absolute;
    right: 6%;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    border: none;
    background-color: transparent;
    outline: none;
}
#toggle {
    font-size: 50px;
    color: #e1e4eb; 
    box-sizing: content-box;
}



.desktop {
    display: block;
}
.mobile {
    display: none;
}
.mobile55on {
    display: none;
}

.nopee-container {
    margin: auto;
    text-align: justify;
    width: 80%;
    background: #dbdbdb;
    margin-bottom: 20px;
    padding: 2em;
}
.lasi-cont {
    margin-top:130px; 
    margin-bottom: 10px; 
    text-align:center;
}
.las-ren {
    width:80%;
    height:40em;
    border:0;
    padding: 0;
}
    


footer {
    background:rgba(20,20,20, 1);
    width: 100%;
    font-family: 'Quattrocento Sans';
    font-size: small;
    text-align: center;
    color: #cccccc;
    line-height: 180%;
    padding: 1.3em 0 1.3em 0;
    margin-top: auto;
}

.footer-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
    align-items: center;
    grid-template-areas: ". in  mid last .";
    grid-gap:1em;
}

.footer-in {
    justify-items: end;
    grid-area: in;
}

.footer-mid {
    grid-area: mid;
}

.footer-end {
    grid-area: last;
}
.logos {
    width:50px;
}

@media (max-width: 1400px) {
    .desktop{
        display: none;
    }
    
}

@media (max-width: 900px) {
    .nav-links li a {
        padding-left: 35px;
    }
}

@media (max-width: 750px) {
    .navbar {
        height: 80px;
        justify-content: space-between;
    }
    #logo {
        width: 46px; 
        height: 55px;
    }
    .mobile{
        display: block;
    }
    .nav-links ul {
        top: 80px;
        padding-bottom: 111px;
        position: fixed;
        background: rgba(20,20,20, 1);
        height: 100vh;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        clip-path: circle(0 at 90% -50%);
        -webkit-clip-path: circle(0 at 90% -50%);
        transition: all 1s ease-out;
        pointer-events: none;
        flex-wrap: wrap;
        right: 0;
    }

    .nav-links ul li {
        padding-bottom: 1em;
        opacity: 0;
    }

    .nav-links li a {
        font-size: 1.4em;
        color: #e1e4eb;
    }

    .nav-links ul li:nth-child(1) {
        transition: all 0.5s ease 0.2s;
    }

    .nav-links ul li:nth-child(2) {
        transition: all 0.5s ease 0.2s;
    }

    .nav-links ul li:nth-child(3) {
        transition: all 0.5s ease 0.2s;
    }

    .nav-links ul li:nth-child(4) {
        transition: all 0.5s ease 0.2s;
    }

    .nav-links ul li:nth-child(5) {
        transition: all 0.5s ease 0.2s;
    }

    .nav-links ul li:nth-child(6) {
        transition: all 0.5s ease 0.2s;
    }

    .nav-links ul li.fade {
        opacity: 1;
    }

    .nav-links ul.active {
        clip-path: circle(calc(150vh + 150vw) at 90% -50%);
        -webkit-clip-path: circle(calc(150vh + 150vw) at 90% -50%);
        pointer-events: all;
    }

    .toggle-button {
        display: flex;
        border:none;
        background-color: transparent;
        outline:none;
        width: 60px;
        height: 60px;
        z-index: 999;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    .logos {
        width:40px;
    }
    .nopee-container {
    text-align: center;
    width: 88%;
    font-size: 10px;
    background: #dbdbdb;
    margin-bottom: 20px;
    padding: 2em;
    }
    .lasi-cont {
        margin-top:95px;
    }
    .las-ren {
        width: 88%;
    }


}
@media (max-width: 550px) {
    .mobile55 {
        display: none;
    }
    .mobile55on {
        display: block;
    }
    .footer-box {
        display: flex;
        justify-content: space-evenly;
    }
}