@font-face {
    font-family: gravtrac;
    src: url(font\gravtrac.otf);
  }
  
body{
    background-color: #D9B79A;
    font-family: gravtrac;
}
#carousel-item{
    background-color: #362020;
}
.marking{
    background-color: #d1e3dd;
}
.custom-font {
    font-family: 'Spiderman-Homecoming';
    text-transform: uppercase;
}
.orange-text{
    color:#eb6932;
    font-weight: bolder;
}
.blue-text{
    color:#362020;
    font-weight: bolder;
}
.marking a {
    color:rgb(0, 0, 0);
    text-decoration: none;
}

.button{
    background-color: #23af38;
    height:5rem;
    width:10rem;
    border: black solid 0.5px;
    font-size: 2rem;
}
.links a{
    text-decoration: none;
    font-size:2rem;
    padding: 20px 15px;
    color:#362020;

}
#get-to-know-us{
    background-color: #362020;
    color:white;
    margin:auto;
    width: 100%;
}
.divider-mark{
    height:2em;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top:0.5em;
    margin-bottom: 0.5em;
}
.gfs-logo{
    height:10em;
    width:auto;
}
.carousel-indicators [data-bs-target] {
    background-color: black;
}
#font{
    font-family: gravtrac;
}
.dropdown{
    color:white;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border: 2px solid black;
  }
.dropdown:hover .dropdown-content {display: block;}

.flag{
    width:auto;
    height: 20px;
    border: 1px solid black;
    padding:0;
    margin-left: 4px;
}
.caption{
    display: block;
    z-index: 2;
    position: absolute;
    top:25%;
    padding:0;
    font-size: 40px;
    color:white;
    text-align: center;
}
body {
    margin: 0;
    padding: 0;
    display: block;
}

.vertical-image {
    width: auto;
    height: 50vh;
    transform: rotate(90deg);
    transform-origin: center center;
    margin-left: 20px; /* Adjust this value to move the image more to the right */
}
#dobarzmej{
position:static;
margin: 0%;
padding: 0%;
border: 0;
right: 0%;
}
#aboutslika{
    background-image: url(images/aboutgorendel.svg);
    background-size: cover;
    margin-top: 0%;
    height: 12% ;
    display: grid;
	align-items: center;
}
#slika{
    margin-top: 0%;
    /* padding-top: 3.5vh; */
    margin-bottom: 0%;
}
#about-us{
    margin-top: 0%;
    padding-top: 0%;

}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  .pop-up {
    display: none;
    position: fixed;
    z-index: 1;
    margin-top: 10vh;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
    /* Add overflow for small screens */
}

.image-content {
    margin: 10% auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    opacity: 1 !important;
    animation-name: zoom;
    animation-duration: 0.6s;
}

/* Media Query for smaller screens */
@media only screen and (max-width: 600px) {
    .image-content {
        margin: 10% auto;
        max-width: 95%;
        max-height: 95%;
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.gallery{
    margin: 10px 50px;
    animation: fadeIn 5s;
}
.gallery img{
    transition: 1s;
    padding: 15px;
    width: 200px;
    
}
.gallery body{
    place-content: center;
}
.gallery img:hover{
    filter:contrast(1);
    transform: scale(1.1);
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
  }
 html{
    display: block;
 }
h1.blue-text {
    color: #000000;
    font-weight: bold;
}

.divider-mark {
    width: 50px;
    margin: 0 auto;
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid black; 
    overflow: hidden;
    border-radius: 10px; 
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(61, 85, 76, 0.253);
}

.card .card-img-top {
    transition: transform 0.3s ease;
}

.card:hover .card-img-top {
    transform: scale(1.1);
}

.card-title {
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
}

.card-text {
    font-size: 0.95rem;
    color: rgb(254, 252, 252);
}

.embed-responsive-1by1 {
    position: relative;
    padding-bottom: 100%;
}

.embed-responsive-1by1 .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.shadow-lg {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.card-body{
    background-color:  #7F618C ;
    ;
}

.card{
    border-radius: 10px;
    border: none;
}

a {
    color: white;
}
#loader {
    padding-top: 0%;
    background: #1A1226;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    display: flex;
    justify-content: center;
}