/* nav {
    background-color: #111;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 150px;
    width: 100%;
    margin: 0;
    padding: 0 50px;
    position: fixed;
    font-family: 'Bangers', cursive;
    z-index: 1;
}

.topnav {
    overflow: hidden;
    padding: 0 100px;
}

nav img {
    max-height: 100px;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    border-radius: 5px;
    margin: 0 10px;
    border: 2px solid #111;
    ;
}

.topnav a:hover {
    border: 2px solid #d42e2e;
    transform: skew(-21deg);
}

.topnav a.active {
    border: 2px solid #d42e2e;
    background-color: #d42e2e;
    transform: skew(-21deg);
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 1400px) {
    nav {
        padding: 0 200px 0 0;
    }
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 1400px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
} */

nav {
    height: 120px;
    width: 100vw;
    background-color: #111;
    box-shadow: 0px 0px 16px #000;
    display: flex;
    position: fixed;
    z-index: 10;
}


/*Styling logo*/

.logo {
    padding: 1vh 1vw;
    text-align: center;
}

.logo img {
    height: 100px;
}


/*Styling Links*/

.nav-links {
    display: flex;
    list-style: none;
    width: 88vw;
    padding: 0 0.7vw;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
}

.nav-links li a {
    text-decoration: none;
    font-family: 'Bangers', cursive;
    font-size: 1em;
    color: #fff;
    margin: 0 0.7vw;
    padding: 10px 20px;
    border: 2px solid #111;
    border-radius: 5px;
    ;
}

.nav-links li a:hover {
    color: #fff;
    border: 2px solid #cc2e2e;
}

.nav-links li {
    position: relative;
}

.nav-links li.active {
    transform: skew(-21deg);
}

.nav-links li.active a {
    border: 2px solid #cc2e2e;
}

.nav-links li:hover {
    transform: skew(-21deg);
}

.nav-links li a:hover::before {
    width: 80%;
}


/*Styling Hamburger Icon*/

.hamburger div {
    width: 30px;
    height: 3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease;
}

.hamburger {
    display: none;
}


/*Stying for small screens*/

@media screen and (max-width: 1366px) {
    nav {
        position: fixed;
        z-index: 3;
    }
    .hamburger {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }
    .nav-links {
        position: fixed;
        background: #131418;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
    }
    .nav-links.open {
        clip-path: circle(2000px at 90% -10%);
        -webkit-clip-path: circle(2000px at 90% -10%);
        pointer-events: all;
    }
    .nav-links li {
        opacity: 0;
        margin: 25px;
        top: 10%;
        ;
    }
    .nav-links li:nth-child(1) {
        transition: all 0.5s ease 0.2s;
    }
    .nav-links li:nth-child(2) {
        transition: all 0.5s ease 0.4s;
    }
    .nav-links li:nth-child(3) {
        transition: all 0.5s ease 0.6s;
    }
    .nav-links li:nth-child(4) {
        transition: all 0.5s ease 0.7s;
    }
    .nav-links li:nth-child(5) {
        transition: all 0.5s ease 0.8s;
    }
    .nav-links li:nth-child(6) {
        transition: all 0.5s ease 0.9s;
    }
    .nav-links li:nth-child(7) {
        transition: all 0.5s ease 1s;
    }
    li.fade {
        opacity: 1;
    }
    .landing h1 {
        font-family: 'Bangers', cursive;
        font-size: 3.5em;
        letter-spacing: 5px;
        color: #fff;
        width: 50%;
        text-align: center;
        font-style: normal;
        text-shadow: 1px 2px 8px #000;
        text-transform: uppercase;
    }
    .landing h1 span {
        font-size: 1em;
        color: #cc2e2e;
        font-family: 'Racing Sans One', cursive;
        text-shadow: none;
        font-style: normal;
    }
    .landing .hbox img {
        width: 30%;
    }
    .landing .hbox {
        flex-direction: column;
    }
    .halfbox {
        width: 100%;
    }
    .landing button {
        font-size: .5em;
    }
    p {
        font-size: 1.25em;
    }
    .about-us {
        width: 100%;
        padding: 15px;
    }
    .about-us .hbox {
        flex-direction: column;
        padding: 0;
        width: 100%;
    }
    .about-us p {
        width: 100%;
        padding: 0;
    }
    .images {
        min-width: 60%;
    }
    .images img {
        width: 100%
    }
    h3 {
        font-size: 2em;
        width: 90%;
        margin: 0 auto;
    }
    h4 {
        font-size: 1.5em;
    }
    .circle {
        border-radius: 10px;
        width: 80%;
        height: auto;
        margin: 80px auto 0 auto;
        padding: 15px;
    }
    .circle h4 {
        font-size: 3em;
        padding: 0;
        margin: 0;
    }
    .circle p {
        font-size: 1.5em
    }
    .prices {
        padding: 15px;
    }
    .prices .hbox {
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    .prices .hbox:nth-child(2) {
        padding-bottom: 50px;
    }
    .prices ul {
        font-size: 0.8em;
    }
    .prices p {
        margin-left: 10px;
    }
    .prices table td {
        font-size: 1.25em;
        padding: 0 5px;
        font-weight: lighter;
        color: #111;
    }
    .prices table {
        margin-left: 10px;
    }
    .contact {
        padding: 15px;
        padding-bottom: 100px;
    }
    .contact a {
        font-size: 1em;
        vertical-align: middle;
        padding-left: 0px
    }
    .contact img {
        height: 50px;
        vertical-align: middle;
        padding: 0 25px;
    }
    .contact .hbox {
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    .contact .vbox {
        padding: 0;
    }
    input,
    textarea {
        padding: 10px;
    }
    footer .hbox {
        flex-direction: column;
    }
    .mobileFooter {
        display: block;
        height: fit-content;
        text-align: center;
    }
    .mobileFooter .siteLinks {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .mobileFooter .socialMedia {
        display: flex;
        flex-direction: row;
        text-align: center;
        margin-top: 50px;
    }
    .mobileFooter .socialMedia img {
        width: 30px;
        height: 30px;
    }
    .mobileFooter img {
        height: 100px;
        margin-bottom: 50px;
        ;
    }
    .mobileFooter h5 {
        font-size: 2em;
    }
    .desktopFooter {
        display: none;
    }
    .gallery {
        padding: 50px 20px;
    }
    .gallery2 {
        padding: 50px 20px;
    }
    .gallery img {
        max-height: 500px;
        width: 80%;
    }
    .gallery2 h3 {
        font-size: 2em;
        padding: 10px 25px;
        width: 100%;
    }
    .gallery2 h5 {
        font-size: 1.5em;
        width: 100%;
        text-shadow: none;
    }
    .gallery2 .hbox {
        width: 100%;
        gap: 0;
        padding: 0;
        text-align: left;
    }
    .gallery2 h4 {
        font-size: 1.25em;
        width: 100%;
        margin: 0;
        padding: 5px 10px;
    }
    .gallery2 p {
        width: 100%;
        margin: 0;
        padding: 0;
        word-wrap: normal;
    }
    .gallery2 .vbox {
        padding: 0;
    }
    .gallery2 .hbox {
        flex-direction: column;
    }
    .learnMoreBtn {
        position: initial;
        width: 50%;
        margin: 0 25%;
        align-self: center;
    }
}


/*Animating Hamburger Icon on Click*/

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    transition: all 0.7s ease;
    width: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}