:root {
    --mainFont: Inter;
    --mainColor: #003EFF;
}

* {
    font-family: var(--mainFont);
    font-weight: 400;
    scroll-behavior: smooth;
}

body {
    width: 100vw;
    overflow-x: hidden;
    background: url("./imgs/BlueElipse1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-position: top;

    background-color: #090A17;
    color: white;

    margin: 0px;
}

footer {
    color: #5D5D6D;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    background-image: url(./imgs/BlueElipse2.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 50px;
}

h1 {
    font-size: 46px;
    font-weight: 600;
}

h2 {
    font-size: 42px;
    font-weight: 500;
}

h3 {
    font-size: 18px;
    font-weight: 700;
}

.navbar {
    font-family: var(--mainFont);
    display: flex;
    text-align: center;
    align-items: center;
    margin: 62px 10%;
    overflow: inherit;

}

div .proInvestory {
    border-radius: 40px;
    background: var(--mainColor);
    padding: 18px 42px;
    width: 105px;
    margin: auto;
    display: flex;
}

.navbarItem {
    color: white;
    text-align: center;
    align-items: center;
    padding: 8px 8px;
    margin: 12px 10px;
    text-decoration: underline;
    text-decoration-color: transparent;
    font-size: 14px;
    height: 17px;

    transition: 0.4s;


}



.hover {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    transition: 0.4s;
}

.hover:hover {
    border-bottom-color: white;
    transition: 0.4s;
}


.sendButton {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 0.4s;

}

.sendButton:hover {
    text-decoration-color: white;
    transition: 0.4s;

}


.navbarSpace {
    margin: auto;
}

.navbarLogo {
    height: 45px;
    width: auto;
}

.mainPage {
    text-align: center;
}

.mainText {
    text-align: center;
    font-size: 48px;
    margin: 10% 15%;
    margin-bottom: 3%;

}

.kotaktujteNas {
    border-radius: 40px;
    padding: 18px 42px;
    border-color: white;
    border-style: solid;

    border-width: 2px;

    color: white;
    text-align: center;
    align-items: center;
    margin: 14px 24px;
    text-decoration: none;
    font-size: 14px;
    height: 17px;
}

.kotaktujteNas:hover {
    background-color: var(--mainColor);
    color: white;
    border-color: transparent;
    transition: 0.4s;
}

.oNas {
    display: flex;
    margin: 5vw;
}

.oNasImg img {
    width: 500px;
    max-width: 35vw;
    height: auto;
    margin: auto;
}

.oNasImg {
    margin: 5vw auto;
    width: 35vw;
    text-align: center;
}

.oNasText {
    margin: auto;
    width: 35vw;
}


.investicniStrategie {
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    padding: 3vw;
    width: 70vw;
    height: auto;
    margin: auto;
    margin-top: 15vh;
    display: flex;
    align-items: center;
}

.kontakt {
    width: 80vw;
    margin: 5vw auto;
    display: flex;
    line-height: 160%;
    align-items: center;
}

.kontakt div {
    margin: 50px auto;
}

.contactForm input,
textarea {
    border-radius: 40px;
    border: 1px solid #FFF;
    background: #151623;
    font-size: 14px;
    color: white;
    resize: none;
    display: block;
    width: 35vw;
    height: 31px;
    padding: 20px;
    align-items: center;
    margin: 20px auto;
}

.contactForm textarea {
    height: 100px;
}

.contactForm input[type="submit"] {
    padding: 18px 42px;
    border: none;
    background-color: var(--mainColor);
    width: 37vw;

}

.contactForm *::placeholder {
    color: white;
}

.footerNavbar {
    text-align: center;
    color: white;
    margin: 25px auto;

}

.footerNavbar a {
    margin: auto 2vw;
    color: white;
    font-size: 14px;
}

.imgArrowDown:hover {
    border-radius: 50px;
    padding: 0px;
}

.imgArrowDown:hover {
    border-radius: 50px;
    padding: 0px;
    margin-top: -10px;
}

.toHideHamburger {
    display: none;
}

#toHide {
    margin: auto;
    margin-right: 20px;
    display: flex;
}

@media only screen and (min-width: 1300px) {
    .navbar {
        display: flex;
    }


    .toHideHamburger{
        display: none;
    }

}
@media only screen and (max-width: 1300px) {
    .navbar {
        display: grid;
    }

    #toHide {
        width: 200px; 
        margin: auto;
        display: none;
    }
    .toHideHamburger{
        display: block;
    }
    .proInvestory
    {
        margin-top: 20px;
    }
    .navbarSmallFlex{
        display: flex;
    }
}


@media only screen and (max-width: 1150px) {
    #toHide {
        width: 200px; 
        margin: auto;
        display: none;
    }
    .kontakt {
        display: grid;
    }

    .investicniStrategie {
        display: grid;
    }

    .oNas {
        display: grid;
    }

    .investicniStrategieImg {
        margin: auto;
    }

    .oNasImg img {

        max-width: 80vw;
        margin: auto;

    }

    .oNasText {
        width: 80vw;
    }

    .oNasImg {
        margin: auto;
        width: 80vw;
        margin-top: 20px;
    }

    .contactForm input,
    textarea {
        border-radius: 40px;
        border: 1px solid #FFF;
        background: #151623;
        font-size: 14px;
        color: white;
        resize: none;
        display: block;
        width: 70vw;
        height: 31px;
        padding: 20px;
        align-items: center;
        margin: 20px auto;
    }

    .investicniStrategieText {
        max-width: 75vw;
        padding: 5px;
    }

    .investicniStrategieText svg {
        width: 186px;
        height: 24px;
        background-color: var(--mainColor);
    }

    .mainText {
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 40px;
    }
}