
/* Define the custom font */
/* Define the custom font */
@font-face {
    font-family: 'regular_brush';
    src: url('./fonts/Regular%20Brush.otf') format('opentype'); /* Correct format for .otf files */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'norwester';
    src: url('./fonts/norwester.otf') format('opentype'); /* Correct format for .otf files */
    font-weight: normal;
    font-style: normal;
}

.h164 {
    font-size:64px;
} 
.imgwer{
width:100%;}
p {
    font-size:22px;
    line-height: 1.8;
     font-family: "Overpass", system-ui;
}
a {
    font-family: "Overpass", system-ui;
    font-weight:600;
}

.step {
    display: flex;
    margin-bottom:30px;
    line-height: 1.4;
    
}

.step i {
    margin-right: 10px; /* Add space between the icon and text */
}


.hero-inner-block h4{
    font-weight: normal;
    text-align: center;
    color: #fff;
    margin: 0px;
    font-family: regular_brush;
    margin-top:10px;
    font-size:42px;
}
.imsrcth {position:relative;}
.trsdb {
    position: absolute;
    right: 20px;
    z-index: 9;
    top: -90px;
}
.over-ons p{
    color: #1D5069;
    margin-bottom: 20px;
    line-height: 1.5;
    }
    
    .over-ons {
        display: flex;
        justify-content: center;
        background-color: #D3E6D5;
        padding: 120px 0px 120px 0px;
    }
    .over-ons-desc {
        width: 65%;
    }
    
    .over-ons-desc h4{
        color: #095D40;
        font-family: norwester;
        text-transform:uppercase;
    }
    .over-ons-desc a.btn{
         font-family: "Overpass", system-ui;
        border: 1px solid #095d40;
        color:#095D40;
        font-weight:600;
        font-size:16px;
        letter-spacing: 3px;
        text-transform: uppercase;
        height:60px;
        line-height:60px;
        padding:0px 25px;
        border-radius:0px;
        background-color: transparent;
        margin-top:20px;
        transition:all .4s;
        position: relative;
        z-index: 1;
        overflow:hidden;
    }
    .over-ons-desc a.btn:hover {
        background-color:#e4ffe7 ;
        color:#fff;
    }
   .over-ons-desc a.btn:before {
        content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    background-color: #095d40;
    z-index: -1;
    transform: translateX(-102%);
    }
    .over-ons-desc a.btn:hover:before {
    transform: translateX(0);
}
    .over-ons-desc p{
       color: #095D40;
    
    }
    .Kantine{
    background-color: #095D40;
    display: flex;
    justify-content: center;
    padding: 80px 0px 30px 0px;
    }
    .Kantine p {
        font-size:18px;
    }
   
    
    .Kantine-desc h1{
        color: #D3E5D4;
        text-transform:uppercase;
        font-family: norwester;
    }

     
    .Kantine-desc-title{
        text-align: center;
    }
    
    .card-Kantine {
        margin-top:60px;
    }
    .card-Kantine h2{
        font-family: 'regular_brush';
        font-size: 36px;
        color:#D3E5D4;
        font-weight:normal;
    }
    .card-Kantine .row {
        justify-content: space-between;
    }
    .card-Kantine .col-6 {
        width:47%;
        max-width:47%;
        flex:0 0 47%;
        margin-bottom:40px;
    }
    .card-Kantine p{
    color: #D3E6D5;
    line-height:1.8;
    }
    
    .Kantine-card {
        border-bottom: 2px dashed #D3E5D4;
    }
    .Kantine-card:last-child {
        border-bottom:none;
    }
    .Clr095D40 {
        margin-top:0px !important;
    }
    
    .card-without-border {
        margin-left: 25px;
    }
    
    .Kantine-to-go{
        background-color: #D3E6D5;
    display: flex;
    }

    .Kantine-to-go-img img{
        max-width: 70%;
    }
    .Kantine-to-go-text.mt-5 {
        padding: 50px 50px 0 0px;
    }
    /* .Kantine-to-go-desc{
        width: 65%;
    } */
   .Kantine-to-go-desc {
    position:relative;
    padding:0px;
   }
   .Kantine-to-go-desc .row {
    margin:0px;
   }
   div .Kantine-to-go-img {
    position:absolute;
    height:100%;
    right:0px;
   }
    
    
    .Kantine-to-go-text h1{
    font-family: norwester;
    color: #095D40;
    }
    
     .Clr095D40{
        color: #095D40;
        }
    .regular_brush{
        font-family: regular_brush;
    }
    
    .bi-1-circle-fill, .bi-2-circle-fill, .bi-3-circle-fill {
        font-size: 1.8rem;
    }
    .step{
        font-size: 36px;
    }
    
    .tip{
        display: inline-flex;
    }
    .tip p {
        color:#095D40;
        font-weight:600;
    }
    .tip-logo {
        margin-top: -15%;
    margin-left: -15%;
        /* margin-top: -90px;
        margin-left: -60px; */
    }
   
    
    .Kantine-to-go-text .btndndl {
        background-color: #095d40;
        color: #ffffff;
        height:60px;
        line-height:60px;
        font-family: "Overpass", system-ui;
        display: inline-block;
        border-radius:0px;
        padding:0 20px;
        margin-bottom:60px;
        font-size:16px;
        letter-spacing: 3px;
        font-weight:600;
    }
    
    .ons{
        background-color: #095d40;
        display: flex;
        justify-content: center;
        padding: 80px 0px 80px 0px;
    }
    
    .ons-desc h1{
        color: #D3E5D4;
        font-family: 'norwester';
    }
    .ons-desc p{
        color: #D3E5D4;
    }
    div .btnmbe {
        height:60px;
        letter-spacing: 5px;
        text-transform: uppercase;
        border-radius:0px;
        color:#095D40;
        font-family: "Overpass", system-ui;
        line-height:60px;
        font-size:16px;
        padding:0 20px;
        font-weight:600;
        background-color: #D3E5D4;
    }
    div .btndndl, a.btnmbe {position:relative; overflow: hidden; z-index: 1;}
    div .btndndl:before, a.btnmbe:before{content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    background-color: #D3E5D4;
    z-index: -1;
    transform: translateX(-102%);}

    div .btndndl:hover:before,  a.btnmbe:hover:before{    transform: translateX(0);}
     div .btndndl:hover {color:#095d40}
     a.btnmbe:before {
        background-color:#095D40;
     }
     a.btnmbe:hover {
        color:#D3E5D4;
     }
    .ons-desc{
        width: 60%;
    }
    
    .image-container {
        display: inline-block; /* Ensures div size matches the image */
        padding: 10px; /* Optional: Adds padding around each image */
      }
      .image-container img {
        display: block; /* Removes extra spacing below images */
        width: auto; /* Maintain original image width */
        height: auto; /* Maintain aspect ratio */
      }



      
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
    /* CSS */

    .Kantine-to-go-text.mt-5 {
        padding: 50px 50px 0 0px;
    }
    .Kantine-to-go-img img {
        max-width: 85%;
    }
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1024px) and (max-width: 1280px) {
    
    /* CSS */
        /* CSS */
        .Kantine-to-go-text.mt-5 {
            padding: 0px 0px 0 0rem;
        }
        .Kantine-to-go-img img {
            max-width: 130%;
        }

        html, body {
            overflow-x: hidden; /* Prevent horizontal scroll */
        }
        
        * {
            box-sizing: border-box; /* Ensures padding and borders are included in element's width/height */
        }
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1023px) {
    html, body {
        overflow-x: hidden; /* Prevent horizontal scroll */
    }
    
    * {
        box-sizing: border-box; /* Ensures padding and borders are included in element's width/height */
    }
    
    /* CSS */
    .Kantine-to-go-text.mt-5 {
        padding: 0px 60px 0 25px;
    }
    .Kantine-to-go-img img {
        max-width: 180%;
    }
  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    html, body {
        overflow-x: hidden; /* Prevent horizontal scroll */
    }
    
    * {
        box-sizing: border-box; /* Ensures padding and borders are included in element's width/height */
    }
    
    .Kantine-to-go-text.mt-5 {
        padding: 0px 60px 0 25px;
    }
    .Kantine-to-go-img img {
        max-width: 180%;
    }
    
  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
    html, body {
        overflow-x: hidden; /* Prevent horizontal scroll */
    }
    
    * {
        box-sizing: border-box; /* Ensures padding and borders are included in element's width/height */
    }
    
    .row.align-items-start.first-card-Kantine {
        display: block;
    }
    
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {

    html, body {
        overflow-x: hidden; /* Prevent horizontal scroll */
    }
    
    * {
        box-sizing: border-box; /* Ensures padding and borders are included in element's width/height */
    }
    
    .hero-inner-block {
        background-size: cover;
        background-position: center;
        position: relative;
        padding-top: 165px;
        text-align: center;
        padding-bottom: 112px;
    }
    
    .hero-inner-block img{
        max-width: 60%;
    }

    .over-ons p {
        color: #1D5069;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 20px;
    }

    .over-ons-desc h4 {
        font-size: 35px;
    }

    .over-ons {
        padding: 75px 0px 75px 0px;
    }

    .Kantine-card {
        margin-left: 0px;
    }
    .card-without-border{
        margin-left: 0px;
    }
    .card-without-border:nth-child(2) {
        border-bottom: 2px dashed white;
    }

    .card-without-border-hide {
       display: none;
    }
    
    .card-without-border:nth-of-type(2) {
        margin-left: 0px;
        margin-bottom: 55px;
        border-bottom: 2px dashed white;
    }

    
    .Kantine-card:nth-child(1) {
        margin-left: 0px;
        margin-bottom: 3rem;
    }
    .ons-desc h1 {
        font-size: 2rem;
    }
    .ons-desc {
        width: 75%;
        text-align: left;
    }
    .first-card-Kantine,.secound-card-Kantine {
        display: block;
    }

    .Kantine-to-go-text.mt-5 {
        padding: 0px 0px 0 0px;
    }

    .Kantine-to-go-img {
   
        padding: 0 0 0 100px  !important;
    }

    .Kantine-to-go-img {
        margin-top: 1.7rem;
    }
  }

  @media (max-width: 1200px) {
    .hero-inner-block h1 {
        font-size:44px;
    }
    .ons-desc {width:90%;}
    .container .container {max-width:100% !important;}
    .container {max-width:90% !important;}
    p {line-height:1.5;}
    .h164 {font-size:44px;}
    .hero-inner-block h4 {font-size:32px;}
    .hero-inner-block img {width:150px;}
    .over-ons-desc {width:90%;}
    .trsdb {width:170px; top:-40px;}
    .card-Kantine h2 {font-size:26px;}
    .step {font-size:26px;}
    .card-Kantine p {line-height:1.5;}
  }
 .Kantine-to-go.Kantine-to-go-desc {
            padding: 0px !important;
        }
        @media (min-width: 766px) {
        .Kantine-card:nth-child(4) {border-bottom:0px;} 
        .card-Kantine p {min-height:150px;}
        }
    @media (max-width: 766px) {
    .Kantine-to-go-text.mt-5 {margin-top:0px !important; padding-top:50px !important;}
    
    .Kantine-to-go.Kantine-to-go-desc {display:block;}
       .Kantine-to-go-img img {
       
        width:100%;
        max-width:100%;
       }
        .Kantine-to-go-text h1 br{
            display:none;
        }
        .Kantine-to-go-desc .row {
            display:block;
        }
        .Kantine-to-go-text.mt-5 {
            width:100%; 
            padding:0px;
        }
        div .Kantine-to-go-img {
            position:static;
        }
        .hero-inner-block h4 {font-size:26px;}
        .Kantine-to-go-text.mt-5 {
            padding-left:0px;
        }
        .Kantine-card{
            margin-left:0px;
            margin-bottom:50px;
        }
        .secound-card-Kantine {
            display: block;
        }
        .card-Kantine .col-6 {
            width: 100%;
            max-width: 100%;
            flex: 0 0 100%;
            margin-bottom: 40px;
        }
       .card-Kantine  .col-2{
            padding-right:10px;
            padding-left:10px;
        }
    }
 @media (max-width: 620px) {
    .hero-inner-block h1 {
        margin-bottom:20px !important;
    }
    .hero-inner-block h4 {
        font-size:22px;
    }
    .over-ons-desc a.btn {
        font-size:16px;
        height:50px;
        line-height:50px;
    }
    .h164 {
        font-size:34px;
    }
    .card-Kantine p {
        padding-bottom:20px !important;
    }
    .card-Kantine .col-6 {margin-bottom:30px;}
    .trsdb {
        width:90px;
        top:-20px;
    }
    p {
        font-size:18px;
    }
    .container {
        width:100%;
    }
    .Kantine-to-go-text .btndndl {
        height:50px;
        line-height:50px;
        font-size:16px;
    }
    div .btnmbe {
        height:50px;
        line-height:50px;
    }
}