/* Import Noto Serif from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');

/* ===================================
    Font specification
====================================== */
.contact-sec .contact-heading {
    display: inline-block;
    font-size: 35px;
    color: #231F20;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

/* ===================================
   Banner
====================================== */
.pentlja {
    width: 150px;
    height: 150px;
    text-align: center;
    padding-top: 30px;
}

.banner-heading {
    font-size: 25px;
    text-transform: initial;
}

.text-gradient {
	text-transform: uppercase;
	background: linear-gradient(to right, #37302c 0%, #a59184 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-size: 70px;
	}


/* ===================================
   About US
====================================== */
.about-sec {
    text-align: center;
}

.about-sec h1 {
    text-align: center;
    font-size: 30px;
    line-height: 1.3em;
    color: #000;
    font-family: "Noto Serif", serif;
    font-weight: bolder;
}

.about-sec a, .about-sec p a {
    font-family: "Noto Serif", serif;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none; /* Optional: Remove underline */
}

.about-sec a:hover, .about-sec p a:hover {
    color: #5a5a5a;
}

.lokacija {
    font-family: "Noto Serif", serif;
    font-size: 16px;
    line-height: 20px;
    color: #535353;
}

.odpiralni-cas {
    font-family: "Noto Serif", serif;
    font-size: 12px;
    line-height: 18px;
    color: #535353;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}

.social-icons li {
    list-style: none;
}

.social-icons img {
    width: 40px;
    height: auto;
    display: inline-block;
    margin: 0 5px;
}

.social-icons a {
    display: inline-block;
    text-decoration: none;
}


/* ===================================
   RESPONSIVE
====================================== */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px){

.nav-phone {
    margin: 1rem 0 1rem -3rem;
}

.nav-phone a {
    font-family: 'Oswald Regular', sans-serif;
    font-weight: 300;
    color: #231F20;
    font-size: 1rem;
}

.nav-phone a:hover {
    color: #807166;
}


.lokacija {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    line-height: 24px;
    color: #535353;
}

.odpiralni-cas {
    font-family: "Noto Serif", serif;
    font-size: 16px;
    line-height: 20px;
    color: #535353;
}

.social-icons-simple li a {
    font-size: 30px;
    margin: 0 20px 0 ;
}

.social-icons img {
    margin: 0 10px;
}

/*
.banner-des {
    height: 100%;
    padding-bottom: 1rem;
}*/

.about-image {
    display: none;
}

.overlay {
  background-image: linear-gradient(
    rgba(255,255,255,0),
    rgba(55,48,44,0)
    ),
    url("../images/banner-image.jpg");
}

.text-gradient {
    font-size: 48px;
}

.quality-subheading {
    padding: 20px 0 0 0;
    line-height: 1.5rem;
}
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px){
.about-image {
    display: none;
}

.nav-phone {
    margin: 1rem 0 1rem -3rem;
}

.nav-phone a {
    font-family: 'Oswald Regular', sans-serif;
    font-weight: 300;
    color: #231F20;
    font-size: 1.5rem;
}

.nav-phone a:hover {
    color: #807166;
}

.social-icons-simple li a {
    
    font-size: 30px;
    margin: 0 20px 0 ;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.nav-phone {
    display: none;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px){
.navbar-simple .navbar-nav .nav-link {
    font-size: 16px;
    color: #231F20;
    text-align: center;
    padding: 0.7rem 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Oswald Regular', sans-serif;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.nav-phone {
    display: none;
}
}
