@charset "UTF-8";
/*
    This CSS stylesheet was created by the Crattivo Department of Gocreattivo.
    It is designed to style NavbarStyle-1.html template with a customizable logo positioned at the center.
    Our team specializes in Full Stack Development, Database Management, API Integration,
    Frontend & Backend Coordination, and Code Optimization.
    Gocreattivo is dedicated to providing high-quality, efficient, and scalable design solutions.
*/

*{
    padding:0;
    margin:0;
}
body{
    overflow-x: hidden;
}
/*Base css for default-nav*/
header{
    display: flex;
    height: auto;
    width: 100%;
    top: 0;
    position: fixed;
    transition: background 0.8s ease-in-out, opacity 0.8s ease-in-out;
    box-shadow: none;
    z-index: 10;
}
header.scrolled{
    background: #222222;
    box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
    opacity: 0.98;
}
.default-nav{
    display: flex;
    margin:0;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    height: auto;
    width: 100%;
}
.default-nav-links{
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
}
.default-nav-links li.nav-logo{
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    margin-left: 15vw;
}
.default-nav ul{
    list-style: none;
    margin-right: 20vw;
}
.default-nav ul li {
    display: inline-block;
    position: relative;
}
.default-nav li.nav-logo a{
    display: block;
}
.default-nav li.nav-logo svg{
    height: 10vw;
    width:auto;
    display: inline;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}
.default-nav ul li a{
    display: block;
    padding: 5px 25px;
    color:white;
    text-decoration: none;
    text-align: center;
    font-size: 0.7vw;
}
.default-nav ul li ul.dropdown li{
    display: block;
    text-align: center;
}
.default-nav ul li ul.dropdown{
    width: 100%;
    height: auto;
    background-color:#222222;
    position: absolute;
    z-index:10;
    display: none;
    border: #222222;
}
.default-nav ul li a:hover{
    background: rgba(70, 70, 70, 0.5);
}
.default-nav ul li ul.dropdown a:hover {
    background: rgba(70, 70, 70, 0.5);
}
.default-nav ul li.nav-logo a:hover{
    background: none;
}
.default-nav ul li:hover ul.dropdown{
    display: block;
}
.default-nav-contact_button{
    display: inline-block;
    border: none;
    margin-left: 1vw;
    background: rgba(253, 188, 21, 0.9);
    border-radius: 15px;
    outline: none;
    a.default-nav-contact_button-text{
        padding: 12px 20PX;
        font-size: 1.1em;
        color: rgba(0,0,0,0.8);
        letter-spacing: 0;
        border-radius: 15px;
    }
}
.default-nav-contact_button:hover{
    transition: 0.75s ease-in-out;
    background: rgba(253, 188, 21, 1);
    a.default-nav-contact_button-text:hover{
        background: rgba(253, 188, 21, 1);
        color: rgba(0,0,0,1);
    }
}
/*Base css for mobile-nav*/
.mobile-nav-button {
    display: none;
    background: none;
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    align-items: center;
    justify-content: flex-end;
}
.mobile-nav-open .mobile-nav {
    transform: translateX(30vw);
}
.mobile-nav {
    width: 70vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #222222;
    transform: translateX(100vw);
    transition: transform 0.7s ease-in-out;
    overflow: hidden;
}
.mobile-nav-close {
    background: none;
    display: flex;
    align-items: center;
    border: 0;
    padding: 15px 25px;
    color: #dddddd;
    margin-right: auto;
    width: 100%;
    cursor: pointer;
}
.mobile-nav-close:hover {
    background: rgba(70, 70, 70, 0.5);
}
.mobile-nav-links-container {
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.15);
}
.mobile-nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    text-decoration: none;
    color: #dddddd;
}
.mobile-nav__text {
    font-size: 22px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.mobile-nav__link:hover {
    background: rgba(70, 70, 70, 0.5);
    text-decoration: none !important;
    color: white;
}
.mobile-nav__contact-button{
    display: flex;
    width: 50%;
    border: none;
    margin: 0 auto;
    justify-content: center;
    background: rgba(253, 188, 21, 0.8);
    border-radius: 15px;
    outline: none;
    a.default-nav__contact-button-text{
        padding: 15px 20PX;
        font-size: 1.5em;
        color: rgba(0,0,0,0.8);
        letter-spacing: 0;
        text-decoration: none !important;
    }
}
.mobile-nav__contact-button:hover{
    border-radius: 15px;
    transition: 0.75s ease-in-out;
    background: rgba(253, 188, 21, 1);
    a.default-nav__contact-button-text{
        transition: 0.75s ease-in-out;
        color: rgba(0,0,0,1);
    }
}
dl, ol, ul {
    margin-bottom: 0;
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width:1200px) {
    .default-nav-links li.nav-logo{
        margin-left: 20%;
        margin-right: 2vw;
    }
    .default-nav ul{
        margin-right: 15%;
    }
    .default-nav li.nav-logo svg{
        height: 10.5vh;
    }
    .default-nav li.nav-logo a{
        padding: 3px 15px;
    }
    .default-nav ul li a{
        padding: 15px 20px;
        font-size: 0.8em;
        letter-spacing: 0.8px;
    }
    .default-nav-contact_button{
        margin-left: 1vw;
        a.default-nav-contact_button-text{
            padding: 12px 20px;
            font-size: 1.10em;
            letter-spacing: 0;
        }
    }
    .mobile-nav{
        display: none;
    }
    .mobile-nav-button {
        display: none;
    }
}
/*Desktops and large Laptops*/
@media only screen and (min-width:993px) and (max-width: 1199px){
    .default-nav-links li.nav-logo{
        margin-left: 15%;
        margin-right: 2vw;
    }
    .default-nav ul{
        margin-right: 10%;
    }
    .default-nav li.nav-logo svg{
        height: 9.7vh;
    }
    .default-nav li.nav-logo a{
        padding: 3px 15px;
    }
    .default-nav ul li a{
        padding: 15px 15px;
        font-size: 0.75em;
        letter-spacing: 0.6px;
    }
    .default-nav-contact_button{
        margin-left: 1vw;
        a.default-nav-contact_button-text{
            padding: 12px 20px;
            font-size: 0.925em;
            letter-spacing: 0;
        }
    }
    .mobile-nav{
        display: none;
    }
    .mobile-nav-button {
        display: none;
    }
}
/* small and medium laptops*/
@media only screen and (min-width: 769px) and (max-width: 992px){
    .default-nav-links li.nav-logo{
        margin-left: 10%;
        margin-right: 3vw;
    }
    .default-nav ul{
        margin-right: 5%;
    }
    .default-nav li.nav-logo svg{
        height: 9.4vh;
    }
    .default-nav li.nav-logo a{
        padding: 3px 15px;
    }
    .default-nav ul li a{
        padding: 15px 10px;
        font-size: 0.7em;
        letter-spacing: 0.6px;
    }
    .default-nav-contact_button{
        margin-left: 2vw;
        a.default-nav-contact_button-text{
            padding: 12px 20px;
            font-size: 0.85em;
            letter-spacing: 0;
        }
    }
    .mobile-nav{
        display: none;
    }
    .mobile-nav-button {
        display: none;
    }
}
/* small and medium devices (portrait tablets/large phones and landscape tablets) */
@media only screen and (min-width: 601px) and (max-width: 768px){
    .default-nav{
        justify-content: flex-end;
    }
    .mobile-nav-button {
        display: flex;
        margin-right: 5vw;
    }
    .default-nav ul li{
        display: none;
    }
    .default-nav-links li.nav-logo{
        margin-left: 20%;
    }
    .default-nav li.nav-logo a{
        padding: 5px 10px;
    }
    .default-nav li.nav-logo svg{
        height: 7vh;
    }
    .mobile-nav-close {
        height: 8vh;
    }
    .mobile-nav-open .mobile-nav {
        transform: translateX(40vw);
    }
    .mobile-nav {
        width: 60vw;
    }
    .mobile-nav__link {
        padding: 15px 25px;
    }
    .mobile-nav__text {
        font-size: 1.5em;
        letter-spacing: 0.8px;
    }
    .mobile-nav__contact-button{
        width: 55%;
        margin: 3vw auto;
        padding: 5px 5px;
        a.default-nav__contact-button-text{
            font-size: 1.5em;
            letter-spacing: 0;
            font-weight: bold;
        }
    }
}
/*Mobile Devices */
@media only screen and (max-width: 600px){
    .default-nav{
        justify-content: flex-end;
    }
    .mobile-nav-button {
        display: flex;
        margin-right: 5vw;
    }
    .default-nav ul li{
        display: none;
    }
    .default-nav-links li.nav-logo{
        margin-left: 20%;
    }
    .default-nav li.nav-logo a{
        padding: 5px 10px;
    }
    .default-nav li.nav-logo svg{
        height: 7vh;
    }
    .mobile-nav-close {
        height: 8vh;
    }
    .mobile-nav-open .mobile-nav {
        transform: translateX(40vw);
    }
    .mobile-nav {
        width: 60vw;
    }
    .mobile-nav__link {
        padding: 15px 25px;
    }
    .mobile-nav__text {
        font-size: 1.25em;
        letter-spacing: 0.8px;
    }
    .mobile-nav__contact-button{
        width: 70%;
        margin: 5vw auto 0 25px ;
        padding: 0;
        a.default-nav__contact-button-text{
            font-size: 1.15em;
            letter-spacing: 0;
            font-weight: bold;
        }
    }
}

