:root {
    --primary: #FEA116;
    --light: #F1F8FF;
    --dark: #0F172B;
}

.ff-secondary {
    font-family: 'Pacifico', cursive;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

h2,h1 {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 51px !important;
  font-style: normal;
}

h1{
    font-size: 71px !important;
}

#quote{
    font-size: 30px;
}

/* Buttons */

.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

.navbar-dark{
    background-color: #0F172B !important;
}


.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color: var(--light) !important;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.lang{
    width: 50px;
    margin-right: -10%;
}

.hero-header {
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../../../images/hero-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero{
    max-width: 100%;
    height: auto
}

.text-kremovo{
    color: rgb(248, 220, 184);
}

.contact, .contactIcons{
    color: #fea116;
}

.contact{
    font-size: 31px !important;
    font-size: 700;
}

.contactIcons{
    margin-top: 5%;
    margin-left: 5%;
    font-size: 21px;
    font-size: 700;
}

i{
    padding-right: 2% !important;
}

iframe{
    margin-left: 3%;
}

/* Animations */

.spin {
  animation: spin 40s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.slide-in {
  animation: slideIn 0.7s ease-out forwards;
  opacity: 0;
}

@keyframes slideIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.custom-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 1rem; /* Optional rounded corners */
}

@media (max-width: 768px) {
    .custom-img {
        width: 80%; /* Shrink image on mobile */
    }

    .card {
        text-align: center;
    }
}

/* Products */

.mkNaslovna{
    font-size: 21px;
    font-weight: bold;
}

.gbNaslovna{
    color: rgb(223, 102, 55);
}