@font-face {

    font-family: Exo;
    src: url("Exo-Regular.ttf");
    font-display: swap;

}

h1, h2, h3, h4, p, strong
{

    font-family: Exo, sans-serif;

}

::selection {
    background: rgba(96, 190, 235, 0.7);
}

html
{
    scroll-behavior: smooth;
}

.navbar
{

    background-color: rgba(255,255,255, 0);

}


.navbar-container
{
    /*padding-left: 38vw;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.fa-solid
{
    position: relative;
    padding-right: 5px;
}

.material-symbols-outlined
{
    top: 5px;
    position: relative;
}

.menu
{
    margin-left: 1vw;
}

.nav-item a
{

    font-size: 18px;

}

.nav-link
{
    padding-left: 30px;
    margin-bottom: 10px;
    border-radius: 30px;
}

.nav-link:hover
{

    background-color: #d9ecfc;


}

.navbar-toggler
{

    border-style: none;

}

.navbar-toggler:focus,.navbar-toggler:active, #nav-search input:active, #nav-search input:focus {
    outline: none !important;
    box-shadow: none;
}

.navbar-toggler-icon:hover
{

    color: white;
    transition: 0.3s;
    transform: rotate(180deg);

}

.nav-item a:hover
{

    transition: 0.3s;
    color: #4fafff;

}

#nav-search input
{

    border-radius: 30px;

}

#nav-search button
{

    border-style: none;
    border-radius: 30px;
    background-color: #4fafff;
    color: white;

}

#nav-search button:hover
{
    transition: 0.3s;
    background-color: #bde0fe;
}

.offcanvas
{

    background-image: linear-gradient(#fefeff, #c1dcfb, #c3cbee, #bde0fe);

}

.offcanvas-header h5
{
    position: relative;
    margin:auto;
}

#offcanvas-logos
{

    position: relative;
    bottom: 10px;

    display: flex;
    justify-content: center;

}

#offcanvas-logos i
{

    color: #4fafff;
    padding: 8px;
    margin-right: 10px;

}

#offcanvas-logos i:hover
{

    color: #d9ecfc;
    transition: 0.3s;

}

.nav-item i
{
    margin-left: 5px;
}

.active
{

    background-color: #bde0fe;
    border-radius: 30px;

}

#telefoane
{

    width: 100%;

}

.main-row
{
    align-content: center;
    align-items: center;
    margin-bottom: 5vh;
    margin-top: 5vh;

}

#consola
{

    width: 100%;

}

#change_theme
{
    margin-right: 10px;
}

#picture
{

    margin-top: 5vh;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;

}

#picture img
{

    width: 10vh;
    height: 10vh;
    border-radius: 100px;
    margin-right: 20px;

}

.buton i, .buton_left i
{

    position: relative;
    margin: auto;

}

.buton
{
    margin: auto;
}

.buton, .buton_left
{

    border-style: none;
    padding: 10px;
    display: flex;
    position: relative;
    border-radius: 24px;

}

.long-button-cont
{
    width: 100%;
    display: flex;
}

.buton:hover, .buton_left:hover
{
    background: #bde0fe;
    color: white;
    transition: 0.3s;
}


#button-div
{

    position: relative;
    align-content: center;
    align-items: center;


}

.table-responsive
{
    scrollbar-width: thin;
}

.longest-button
{
    width: 100%;
    background-color: white;
    color: black;
    font-family: Exo;
    border-radius: 10px;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    transition: 0.3s;
}

.longest-button:hover
{
    cursor: pointer;
    background-color: rgba(255,255,255, 0.85);
}




.row h1:not(#skills-title, #quotes-title, #portfolio-title)
{
    text-align: center;
}

#code h1, #code p
{

    padding: 20px;

}

#trusted
{
    margin-top: 10vh;
}

.trusted-image-container
{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.trusted-image-container img
{


    max-height: 20vh;
    max-width: 20vw;

}

.footer-text
{

    display: flex;
    justify-content: left;
    margin-bottom: 5vh;

}

.footer-icons
{

    display: flex;
    justify-content: right;
    margin-bottom: 5vh;

}

.footer-icons i
{

    color: gray;
    text-decoration: none;
    margin-left: 15px;

}

.footer-icons i:hover
{

    color: white;
    transition: 0.3s;
}

.footer-text a
{

    text-decoration: none;
    color: gray;
    margin-right: 15px;

}

.footer-text a:hover
{

    color: white;
    transition: 0.3s;


}

.space
{
    height: 10vh;
}

.pdf-obj
{
    display: flex;
    justify-content: center;
}

.bubble
{

    background-color: rgba(0, 119, 181, 0.25);
    width: 100%;
    border-radius: 10px;

}

.sidebar
{


}

/*
.sidebar
{

    width: 375px;
    position: fixed;
    z-index: 0;
    top: 15vh;
    right: 15px;
    background-color: rgba(1,1,1,0);
    overflow-x: hidden;
    padding-top: 20px;
}*/


.sidebar-button
{
    width: 350px;
    height: 50px;
    border-radius: 10px;
    border: none;
    background-color: #0077b5;
    color: white;
    font-family: Exo;

}

.sidebar-buttons
{
    margin-top: 5px;
    display: flex;
    justify-content: center;
    column-gap: 5px;
}

.sidebar-buttons a
{
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    font-family: Exo;
    width: 175px;
    height: 50px;
    background-color: rgba(0, 119, 181, 0.25);
    padding: 5px;
    border-radius: 10px;
    color: white;
    font-size: 16px;

}

.sidebar-buttons a:hover
{

    background-color: #0077b5;
    transition: 0.3s;

}

.linkedin:hover
{
    transition: 0.3s;
    background-color: #0a53be;
}

.page
{

    display: flex;
    justify-content: center;
    padding: 20px;

}

#before-footer
{

    margin-top: 10vh;

}


/* width */
::-webkit-scrollbar {
    width: 10px;
    -webkit-border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
    -webkit-border-radius: 20px;

}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bde0fe;
    -webkit-border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #bde0fe;
    -webkit-border-radius: 20px;
}

.github i, .paypal i
{
    margin-right: 5px;
}

#cookie-container
{

    display: flex;
    justify-content: center;

}

#cookie
{

    position: fixed;
    bottom: 10px;
    max-width: 700px;
    max-height: 7vh;
    background-color: #bde0fe;
    border-radius: 20px;

}

#cookie p
{
    position: relative;
    margin: auto;
    padding: 1vh;
}

#cookie button
{

    position: relative;
    margin-top: 1vh;

}

#text-columns
{
    margin-top: 5vh;
    margin-bottom: 5vh;
}

@media screen and (max-width: 577px) {


    #cookie
    {
        display: none;
    }


}

@media screen and (max-width: 760px) {

    iframe
    {
        display: none;
    }


}

#linie
{
    display: inline;
}

@media screen and (min-width: 993px) {

    hr:not(#before-footer, #linie)
    {
        display: inline;
    }

    #linie
    {
        display: none;
    }

}

@media screen and (max-width: 993px) {

    #text_consola
    {
        margin-top: 2vh;
    }

}


