@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

/* header start */
/* header.backImage {
    background-image: url("../img/Glasses3.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
} */

/* header.backImage .backImage-sub {
    font-size: 1rem;
    line-height: 1rem;
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
 */
/* header.backImage .backImage-heading {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2rem;
    margin-bottom: 2rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
} */
/* header end */

 /* header.mainHeader {
    background-image: url("../img/Header.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    height: 370px; 
}
 */
header.mainHeader .backImage-sub {
    font-size: 2rem;
    line-height: 2rem;
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
 
header.mainHeader .backImage-heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 1rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


/* mainNavbar start */
#mainNavbar {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    background-color: #212529;
}

#mainNavbar .navbar-brand {
    color: azure;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    letter-spacing: 0.063em;
}

#mainNavbar .navbar-nav .nav-item .nav-link {
    font-family: "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        Roboto,
        Oxygen,
        Ubuntu,
        Cantarell,
        'Open Sans',
        'Helvetica Neue',
        sans-serif;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0.06em;
}

#mainNavbar .navbar-nav .nav-item .nav-link.active,
#mainNavbar .navbar-nav .nav-item .nav-link:hover {
    color: #fa836a;
}
/* mainNavbar end */

.mainContacts {
    min-height: 280px;
}

@media(max-width:767.98px) {
    #cardsMT {
        padding-top: 15rem;
        background-color: aquamarine;
    }
    

}

@media(max-width:991.98px) {

    #mainNavbar .navbar-nav .nav-item .nav-link {
        color: #212529;
    }

    .p-modal .modal-content h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .p-modal .close-modal {
        width: 2rem;
        height: 2rem;
    }
}

@media(min-width:992px) {
/*     header.backImage {
        padding-top: 13rem;
        padding-bottom: 15rem;
    }
 */
    #mainNavbar {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        border: none;
        background-color: transparent;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
        -webkit-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
        -moz-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
        -ms-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
        -o-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }

    #mainNavbar .navbar-brand {
        font-size: 1.5rem;
        transition: font-size 0.3s ease-in-out;
        -webkit-transition: font-size 0.3s ease-in-out;
        -moz-transition: font-size 0.3s ease-in-out;
        -ms-transition: font-size 0.3s ease-in-out;
        -o-transition: font-size 0.3s ease-in-out;
    }

    #mainNavbar .navbar-nav .nav-item {
        margin-right: 1rem;
    }

    #mainNavbar .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }

    #mainNavbar.navbar-mobile .navbar-brand {
        font-size: 1.20em;
    }

    #mainNavbar.navbar-mobile {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #212529;
    }
}


/* 
#carouselId {
    background-color: azure;
}

.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.carousel-control-next-icon {
    width: 40px;
    height: 40px;
}

#carouselMT p {
    font-size: 24px;
}

#smallHeader {
    margin-top: 58px;
    height=100px;
}

#smallHeader .row {
    background-color:darkgrey;
}

#cardsMT .card {
    padding: 6px;
    border: none;
    opacity: 1;
    cursor: pointer;
    transition: all 0.5s ease;
}

#cardsMT .card:hover {
    opacity: 1;
}

#cardsMT {
    margin-bottom: 15px;
}

#cardsId {
   background-color: azure;  
}

#carouselMT {
    margin-top: 64px;
}

#cardBoslukId {
    height: 20px;
}

#contactAsk .row {
   background-color: beige;  
}

#footerAsk .row {
    height:70px;
    padding-top: 25px;
    background-color: beige;
    margin-bottom: 20px;
}


#contacts .row {
    height: 200px;
    background-color: darkcyan;
    margin: 1px;
    color: azure;
}

#contacts {
    border: none;
    padding: 5px;
    opacity: 1;
    cursor: pointer;
    transition: all 0.5s ease;
}

#contactAsk {
    background-image: url(".\img\contactBg.jpg");
    height:590px;
    padding-top: 20px;
}

#contactAsk .input-group-addon{
    width: 50px;
    background-color: white;
    padding-left: 10px;
    padding-top: 5px;
    margin-right: 4px;
}

#contactAsk h4 {
    color: chocolate;
}

#headerId {
    background-color: beige;
}

#pansiyonId {
    color: black;
}

.nav-tabs .nav-item .nav-link  {
    color: black !important;
}
*/