@font-face {
    font-family: 'CloisterBlack';
    src: url('../assets/fonts/CloisterBlack.ttf') format('truetype');
}

@font-face {
    font-family: 'LoraRegular';
    src: url('../assets/fonts/Lora-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'UnifrakturCook';
    src: url('../assets/fonts/UnifrakturCook-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'anton';
    src: url('../assets/fonts/Anton-Regular.ttf') format('truetype');
}
 
body * {

    font-family: 'LoraRegular';
       padding: 0 !important;
       margin: 0 !important;
    }
/*------------------navBar Css-----------------------*/
.navbar-custom {
    background-color: #FF5733; /* Background color */
    padding: 10px 0;
    
}
.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
    color: #fff; /* White text for brand and links */
    font-weight: bold;
    padding: 8px 15px; /* Adjust padding for better spacing */
}
.navbar-custom .navbar-brand {
    font-size: 1.5rem; /* Make the brand name larger */
    margin-right: auto; /* Align brand to the left */
}
.navbar-custom .nav-link {
    color: #fff;
    margin: 0 10px; /* Add space between nav items */
    transition: color 0.3s ease;
}
.navbar .nav-link:hover {
    color: #ffffff;
    background-color: #ff6347;/* Hover color for links */
}

.navbar-brand{

    font-family: 'CloisterBlack';
    color: #ff6347;
    margin-left: 10% !important;
    margin-right: 15% !important;
    font-size: 3rem;

}

/*===================hero ==================================*/
     
       .hero-section {
        position: relative;
        height: 80vh;
        overflow: hidden;
    } 
.heroTitle{
    position: absolute;
    z-index: 100;
    top:200px;
    left: 40%;
    
    font-family: 'CloisterBlack';
} 
 
    .hero-section h1 { 
      
        color: rgb(255, 255, 255);
        font-size: 70px;
        font-weight: 800;

        text-align: center;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
        z-index: 2; 
        border-bottom: #ff6347 solid 3px;
    } 
    .hero-section p{
        font-size: 29px;

    color: #FFFFFF !important;
    z-index: 1000  !important;
    }
    .hero-section
    {
        background-color: #FF5733 !important;
       
        
    }
    .hero-section::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50px; /* Adjust height of the orange section */
         transform: skewY(-1deg); /* Adjust angle */
        transform-origin: top left;
        background-image: url('../images/hero.jpg')  !important;
        opacity: 90%;
        z-index: 1000;
    }
    .hero-section::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4); 
        z-index:0;
    }
 

    .second-section h1{
        
        font-family: anton;
    }

    .border-orange {
        border: 5px solid #FF5733; /* Customize the orange color */
        padding: 10px;
    }
    .section-title {
        font-family: 'Impact', sans-serif; /* Use the appropriate font */
        font-size: 24px;
        text-transform: uppercase;
    }
    .line-orange {
        border-bottom: 3px solid #FF5733; /* Orange line under headings */
        width: 40px;
        margin-bottom: 10px;
    }
    .list-icon {
        color: #ffffff; /* Red/orange icon color */
        font-weight: bold;
        background-color: #ff6347;
        border-radius: 100px;
    }
    .list-item {
        border-bottom: 1px solid #ff6347; /* Orange line for each list item */
        padding: 5px 0;
    }
    .unsere img{
        box-shadow: -20px -20px 0px #ff6347;
    }

    .gallery {
        padding-top: 20px;
    } 
    .gallery-item {
        overflow: hidden;
        position: relative;
        cursor: pointer;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .gallery-item img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        box-shadow: -10px -10px 0px #ff6347 !important;
    }
    .gallery-item:hover {
        transform: scale(1.05);
    }
    .gallery-item:hover img {
        transform: scale(1.1);
        box-shadow: -15px -15px 0px #ff6347;
    }
    .bg-primary{
        background-color: #ff6347 !important;
    }
    .modal-dialog-centered {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        left: 30%;
    }
    .modal-content {
        background-color: transparent;
        border: none;
    }
    #modalImage {
        max-height: 80vh;
        max-width: 80vw;
    }
    .modal-navigation {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2rem;
        color: #fff;
        cursor: pointer;
        user-select: none;
    }
    .modal-close {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 2rem;
        color: #fff;
        cursor: pointer;
    }
    .modal-prev {
        left: 10px;
    }
    .modal-next {
        right: 10px;
    }
        .card1{

            color: white; 
            justify-content: space-between  ;
        }
    .card1 img{
            box-shadow: 10px -10px 0px white;
        
    }


    .kontakt-form button{
        background-color: #ff6347;
        color: white;
        padding: 10px 20px !important;
    }
.footer-Title{
    color:#ff6347  ;
    font-size: 70px;
    font-weight: 800;

    text-align: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    z-index: 2; 
    border-bottom:#ff6347  solid 3px;
    
    font-family: 'CloisterBlack';
}

.footer{
    background-color: #252525 !important;
}
.custom-nav {
    font-size: 1.2rem;
    font-family: 'Times New Roman', serif;
    text-align: center;
    padding: 10px 0;
}
.custom-nav .nav-link {
    color: #fcfcfc; /* Text color */
    position: relative;
    padding: 0 15px;
font-size: small;
}

.custom-nav .nav-link:hover {
    color: #b01c1c; /* Red color on hover */
    text-decoration: none;
}
.custom-nav .nav-item:not(:last-child) .nav-link::after {
    content: "|";
    position: absolute;
    right: -8px;
    color: #b01c1c; /* Red separator color */
    font-weight: bold;
}
.custom-nav .nav-link.active {
    color: #b01c1c; /* Active link color */
}
.custom-underline {
    width: 100%;
    height: 3px;
    background-color: #b01c1c; /* Red underline color */
    margin: 5px auto 0;
}
/*============================mobile=========================**/
@media only screen and (max-width: 767px) {

    
    .heroTitle{
        position: absolute;
        z-index: 100;
        top:200px;
        left: 20%;
        color: rgb(255, 255, 255);
            font-size: 20px !important;
            font-weight: 800;
    
            text-align: center;
            font-family: 'CloisterBlack';
            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
            z-index: 2; 
            border-bottom: #bf080a solid 3px;
    }
        
    .heroTitle p{
            font-size: 10px;
        }
         .footer-Title{
            font-size: 20px;
            width: 20%;
         }
}



