﻿html {
    scroll-behavior: smooth;
}

a:hover {
    text-decoration: none;
}

.arrowSlider {
    width: 50px;
    height: 50px;
}

/*@font-face {
    font-family: BirchtFont;
    src: url('../fonts/BirchStd.otf');
}*/

@font-face {
    font-family: Geometr;
    src: url('../fonts/Geometr.ttf');
}

#mainCarousel img {
    width: 100%;
}

@media (min-width: 1370px) {
    #mainCarousel {
        height: 55vh;
    }

    #mainCarousel img {
        width: auto;
        max-height: 60vh;
        margin: auto;
    }
}

.menuCenter {
}

.menu {
    width: 100% !important;
    z-index: 9999;
}

.menu a {
    color: #D25751;
}

.menu .active-link {
    color: #F3B744;
}

.pages {
    font-family: 'Geometr';
    font-size: 28px;
}


.fullScreenImg {
    /* height:100vh; */
    width: 100%;
    position: relative;
    z-index: -15;
}


.bottomBackground {
    background-image: url('../images/presentation/bottom-bg.png');
    background-size: cover;
    background-repeat-y: no-repeat;
    position: relative;
    z-index: 150;
    padding-bottom: 1%;
    margin-top: -10%;
}

.background {
    background-image: url('../images/presentation/background.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.about {
    margin-top: 30px;
    font-family: 'Geometr';
    font-size: 16px;
    z-index: 100;
    color: #FFB935;
}

.contact {
    margin-top: 30px;
    font-family: 'Geometr';
    font-size: 16px;
    z-index: 100;
    color: #FFB935;
}

    .contact input {
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #FFB935;
        border-radius: 5px;
        background-color: #0E1B30;
        color: #FFB935;
        width: 100%;
        max-width: 400px;
    }

    .contact textarea {
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #FFB935;
        border-radius: 5px;
        background-color: #0E1B30;
        color: #FFB935;
        width: 100%;
        max-width: 400px;
    }

    .error {
        border-color: red !important;
    }

    .contact button {
        margin-top: 20px;
        padding: 5px;
        border: 1px solid #FFB935;
        border-radius: 5px;
        background-color: #0E1B30;
        color: #FFB935;
        max-width: 80px;
    }

.footer {
    margin-top: 10px;
    font-family: 'Geometr';
    font-size: 16px;
    z-index: 100;
    color: #F3B744;

    display: flex;
    justify-content: flex-end;
    height: 250px;
}

.footer .footer-text {
    margin-top: 50px;
    margin-right: 50px;
    width: 300px;
}

.footer .copyright {
    font-size: 12px;
    color: lightgray;
}

    .footer a {
        text-decoration: none;
        color: #F3B744;
    }

.footer-bg {
    background-image: url('../images/presentation/footer.png');
    background-size: 100% 250px;
    background-repeat: no-repeat;
}

.mainBottom {
    margin-top: 15%;
}

.heading {
    font-family: 'Exo', sans-serif;
    color: white;
    font-size: 35px;
    text-align: left;
}

@media (max-width: 640px) and (min-width: 320px) {
    .menuCenter {
        margin: auto;
    }

    .heading {
        font-family: 'Exo', sans-serif;
        color: white;
        font-size: 35px;
        text-align: center;
    }

    .pages {
        font-family: 'Geometr';
        letter-spacing: 3px;
        color: #C08F0C;
        font-size: 15px;
    }
}

@media only screen and (max-width: 1000px) {
    .col-lg-3 {
        width: 40% !important;
    }
}

@media only screen and (max-width: 900px) {
    .fullScreenImg {
        height: 100%;
        width: 100%;
        position: relative;
        z-index: -15;
    }

    .col-lg-3 {
        width: 40% !important;
    }

    .menuCenter {
        margin: auto;
    }

    .heading {
        font-family: 'Exo', sans-serif;
        color: white;
        font-size: 35px;
        text-align: left;
    }

    .pages {
        font-family: 'Geometr';
        letter-spacing: 3px;
        color: #C08F0C;
        font-size: 15px;
    }

    .col-lg-4 {
        width: 50% !important;
    }

    .bottomBackground {
        background-image: url('../images/presentation/bottom-bg.png');
        position: relative;
        z-index: 150;
        margin-top: -23%;
    }

    .mainBottom {
        margin-top: 27%;
    }

    #mainCarousel {
        padding-top: 60px;
    }

    .arrowSlider {
        width: 30px;
        height: 30px;
    }

    .footer-bg {
        background-size: 100% 150px;
    }

    .footer {
        height: 150px;
    }
}

@media only screen and (max-width: 600px) {
    .fullScreenImg {
        position: absolute;
        height: 100%;
        width: 100%;
        position: relative;
        z-index: -15;
    }

    .menuCenter {
        margin: auto;
    }

    .col-lg-3 {
        width: 100% !important;
    }

    .col-lg-4 {
        width: 100% !important;
    }

    .pages {
        padding-top: 20px;
    }

    #mainCarousel {
        padding-top: 20px;
    }

    .arrowSlider {
        width: 30px;
        height: 30px;
    }

    .heading {
        font-family: 'Exo', sans-serif;
        color: white;
        font-size: 35px;
        text-align: center;
    }

    .marginImg {
        margin-top: 13% !important;
    }

    .bottomBackground {
        background-image: url('../images/presentation/bottom-bg-mobile.png');
        position: relative;
        z-index: 150;
        margin-top: -55%;
        padding-bottom: 44%;
    }

    .mainBottom {
        margin-top: 75%;
    }

    .contact {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-bg {
        background-size: 100% 150px;
    }

    .footer {
        height: 150px;
    }
}

@media only screen and (min-width: 768px) {
    .col-lg-4 {
        width: 50% !important;
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-4 {
        width: 50% !important;
    }
}

.marginImg {
    margin-top: 5%;
}

.img-border {
    border: 3px solid rgba(0, 0, 0, 0.2);
}

.imgFrame {
    background-image: url('../images/presentation/frame.png');
    background-repeat: no-repeat;
    border: 2px;
    border-radius: 10px;
    background-size: 102% 102%;
}


.borderBottom {
    -webkit-border-image: url('../images/presentation/border_bottom.png') 30 round; /* Safari 3.1-5 */
    -o-border-image: url('../images/presentation/border_bottom.png') 30 round; /* Opera 11-12.1 */
    border-image: url('../images/presentation/border_bottom.png') 30 round;
}
