/*
    Copyright © 2019 Azmi SAHIN.
    All rights reserved.
    
    Cybotranik Web Site Html Template;
    The all-in-one, user interface kit.
    This template comes with ready-to-use examples in many programming languages.
    HTML, ASP, ASP-NET, PHP, JAVA, NODEJS, PYTHON
    
    by Azmi SAHIN is licensed
    
    Based on a work at https://cybotranik-template.bitbucket.io.

    kizilatesengineering.co.uk is a lifetime license.
*/


/* Theme Defination
 * __________________________________________________ */

:root {
    --color-brand: rgb(54, 54, 53);
    --color-primary: rgb(217, 7, 24);
    --color-secondary: rgb(45, 42, 140);
    --color-light: rgb(55, 54, 53);
    --color-soft: rgba(255, 255, 255, 0.6431372549019608);
    --color-white: rgb(255, 255, 255);
    --color-dark: rgb(231, 231, 231);
    --color-dark-soft: rgb(189, 189, 189);
}


/* Bootstrap Extension
 * __________________________________________________ */

.h-100 {
    height: 100% !important;
}

.rounded-top-50 {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.rounded-10r {
    border-radius: 5rem
}


/* GLOBAL STYLES
 * __________________________________________________ */


/* NAVBAR
 * __________________________________________________ */

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.navbar-wrapper>.container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

.navbar-soft {
    background-color: rgba(55, 54, 52, 0.38);
    border-color: #ffffff;
    border-style: dashed;
    border-top-width: 2px;
    border-bottom-width: 2px;
}

.navbar-soft .navbar-toggle {
    border-color: #ddd;
}

.navbar-soft .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-nav a {
    color: rgba(255, 255, 255, 1);
}

.soft-logo {
    display: block;
    margin-top: -10%;
    margin-left: 0%;
    width: 25%;
    padding: 1%;
    border-width: 10px;
    border-style: solid;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-color: rgb(189, 189, 189);
    background: rgb(255, 255, 255, 1);
}


/* CAROUSEL STYLES
 * __________________________________________________ */

.carousel {
    height: 500px;
}

.carousel-caption {
    z-index: 10;
    /* Since positioning the image, we need to help out the caption */
}


/* Declare heights because of positioning of img element */

.carousel .item {
    height: 500px;
    background-color: rgb(119, 119, 119, 1);
}

.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}


/* Footer
 * __________________________________________________ */

.footer {
    width: 100%;
    background-color: rgb(245, 245, 245, 1);
    padding: 2%;
}

#About {
    background: rgb(240, 248, 255);
    padding: 1%;
}

#Services,
#Rezervation {
    background: rgb(247, 246, 246);
}