body{
    overflow-x: hidden;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbg{
  background-color: rgb(249, 172, 6);
}
a.nav-link:hover{
  color: rgb(154, 140, 10) !important;
}

.navbar-toggler {
  float: none;
  margin-left: auto;
  display: block;
}

.sec1{
    background-image: linear-gradient(to right, rgba(186, 121, 0, 0.796), rgba(244, 228, 135, 0.864));
    background-position:top center;
    background-size: cover;
    background-repeat: no-repeat;

}
.inbox1_1{
    padding: 2%;
    text-align: center;

}
.head{
    color: white;
    font-size: 50px;
    font-weight: bold;
    padding-top: 150px;
    margin-left: 5%;

}

.title{
  margin-left: 10%;
}
.head0{
  /* margin-top: 20%; */
    font-size: 35px;
    color: white;
    font-weight: bold;
}

.img{
  /* height: 350px; */
  width: 60%;
  padding-top: 50px;
  margin: 0px 25px;
  /* border: solid; */
  border-radius: 50%;
  padding: 10px;
  
} 

.levezalogo{
  width: 150px;

}

@media(max-width:1300px){
  .img{
      padding: 30px;
  }
}
@media(max-width:1100px){
  .img{
      padding: 10px;
      margin: 0px 5px;
      width: 100%;
  }
  .title{
    /* height: 100px; */
    margin-left: 35%;
  
  }
}

.about{
    text-align: center;
    font-size: 50px;
    padding: 3%;
    color: #f2d071;
}
.para2{
    text-align: center;
    color: rgb(251, 246, 246);
    font-weight: bold;
}

.inbox2_1 {
  background-image: linear-gradient(to top, rgba(186, 121, 0, 0.796), rgba(244, 228, 135, 0.864));
    margin-bottom: 10%;
    padding: 5%;
    margin: 5% 15%;
    margin-bottom: 4%;
    border-radius: 50px;
    box-shadow: 10px -5px 10px rgb(154, 153, 151);
  }
  
  .img1 {
    margin-top: 10px;
    margin-left: 300px;
    filter: drop-shadow(10px 5px rgba(174, 174, 173, 0.992));
    height: 300px;
    width: 300px;
  }
  
  .speech_bubble {
    position: relative;
    background-color: #fa7e02f7;
    border: 1px solid #d9d7d7;
    padding: 30px;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-top: 50px;
    color: white;
  }
  
  .speech_bubble:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-right: 24px solid #fa7e02f7;
    border-left: 12px solid transparent;
    border-top: 12px solid #fa7e02f7;
    border-bottom: 20px solid transparent;
    right: 32px;
    bottom: -24px;
  }
  
  .popup {
    position: fixed;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    background-color: #f2cba5f7;
    padding: 25px;
    border: 1px solid #ddd;
    display: none;
    color: rgb(109, 4, 4);
    width: 620px;
    height: 450px;
    z-index: 1000;
  }
  
  #close-popup {
    position: absolute;
    top: -10px;
    right: -15px;
    color: rgb(109, 4, 4);
    border: none;
    padding: 10px 20px;
    font-size: 25px;
    cursor: pointer;
  }
  
  /* Media Queries */
  
  /* Global Styles */

.inbox2_1 {
  background-image: linear-gradient(to right, rgba(186, 121, 0, 0.796), rgba(244, 228, 135, 0.864));
    margin-bottom: 10%;
    padding: 5%;
    margin: 5% 15%;
    margin-bottom: 4%;
    border-radius: 50px;
    box-shadow: 10px -5px 10px rgb(154, 153, 151);
  }
  
  .img1 {
    margin-top: 10px;
    margin-left: 300px;
    filter: drop-shadow(10px 5px rgba(174, 174, 173, 0.992));
    height: 300px;
    width: 300px;
  }
  
  .speech_bubble {
    position: relative;
    background-color: #fa7e02f7;
    border: 1px solid #d9d7d7;
    padding: 30px;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-top: 50px;
    color: white;
  }
  
  .speech_bubble:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-right: 24px solid #fa7e02f7;
    border-left: 12px solid transparent;
    border-top: 12px solid #fa7e02f7;
    border-bottom: 20px solid transparent;
    right: 32px;
    bottom: -24px;
  }
  
  .popup {
    position: fixed;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    background-color: #f2cba5f7;
    padding: 25px;
    border: 1px solid #ddd;
    display: none;
    color: rgb(109, 4, 4);
    width: 620px;
    height: 450px;
    z-index: 1000;
  }
  
  #close-popup {
    position: absolute;
    top: -10px;
    right: -15px;
    color: rgb(109, 4, 4);
    border: none;
    padding: 10px 20px;
    font-size: 25px;
    cursor: pointer;
  }
  
  /* Media Queries */
  
  @media (max-width: 1500px) {
    .img1 {
      margin-left: 200px;
    }
  }
  
  @media (max-width: 1300px) {
    .img1 {
      margin-left: 150px;
    }
  }
  
  @media (max-width: 1221px) {
    .img1 {
      margin-top: 50px;
      margin-left: 150px;
      height: 250px;
      width: 250px;
    }
  }
  
  @media (max-width: 1024px) {
    .inbox2_1 {
      margin: 5% 10%;
    }
    .img1 {
      margin-left: 100px;
    }
  }
  
  @media (max-width: 900px) {
    .inbox2_1 {
      margin: 5% 5%;
    }
    .img1 {
      margin-left: 50px;
    }
    .popup {
        position: fixed;
        top: 70%;
        left: 45%;
        transform: translate(-50%, -50%);
        background-color: #f2cba5f7;
        padding: 20px;
        border: 1px solid #ddd;
        display: none;
        color: rgb(109, 4, 4);
        width: 80%;
        height: 80vh;
        z-index: 1000;
        overflow-y: auto;
    }
  }
  
  @media (max-width: 768px) {
    .img1 {
      margin-top: 50px;
      margin-left: 100px;
      height: 150px;
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
    }
    .speech_bubble:after {
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
    }
    .popup {
        position: fixed;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #f2cba5f7;
        padding: 20px;
        border: 1px solid #ddd;
        display: none;
        color: rgb(109, 4, 4);
        width: 80%;
        height: 80vh;
        z-index: 1000;
        overflow-y: auto;
    }
    #close-popup {
      top: -10px;
      right: 20px;
    }
  }
  
  @media (max-width: 600px) {
    .inbox2_1 {
      margin: 5% 2%;
    }
    .img1 {
      margin-left: 20px;
    }
    .popup {
      width: 500px;
      height: 350px;
    }
  }
  
  @media (max-width: 460px) {
    .img1 {
      margin-top: 50px;
      margin-left: 100px;
      height: 150px;
      width: 100px;
    }

    .speech_bubble {
      width: 250px;
    }
    .popup{
        width: 90%;
        height: 80vh;
    }
    
}


.sec3_1{
  background-image: linear-gradient(to right, rgba(186, 121, 0, 0.796), rgba(244, 228, 135, 0.864));
}
.inbox4{
    text-align: left;
    margin: 35% 0%;
    margin-left: 5%;
}

.head2{
    font-size: 60px;
    font-weight: bolder;
    /* color: rgb(124, 42, 42); */
    color: rgb(245, 245, 245);
    margin-top: 200px;

}
.head3{
    font-size: 20px;
    font-weight: bolder;
    color: rgb(245, 245, 245);
}
.span1{
    color: rgb(245, 245, 245);
    font-size: 17px;
    font-weight: bold;
}


.img2{
    height: 350px;
    /* padding-top:-3%; */
}

@media(max-width:768px){
    .inbox4{
        text-align: left;
        margin: 5% 0%;
        margin-left: 5%;
    }
    .inbox5{
        text-align: left;
        margin: 0%;
        margin-left: 5%;
    }
    .img2{
        height: 350px;
        margin-right:20%;
    }
}

@media(max-width:631px){
    
    .inbox5{
        text-align: left;
        /* margin: 5% 0%; */
        margin-right: 35%;
    }
}


.sec3_2{
  background-image: linear-gradient(to right, rgba(186, 121, 0, 0.796), rgba(244, 228, 135, 0.864));
}

.subhead{
  font-size: 30px;
  color: white;
  padding: 5%;
  font-weight: bold;
  text-align: center;
}


.head4{
    color: rgb(137, 4, 4);
    font-size: 40px;
    text-transform: uppercase;
    /* padding-top: 5%; */
    font-weight: bold;
    text-align: center;
}

.img3{
    margin-right: 20px;
    height: 250px;
    width:280px;
}

.img3_0{
  margin-right: 20px;
  height: 180px;
  width:150px;
  margin: 7% 2%;
}

.img3_1{
  margin-right: 20px;
  height: 350px;
  width:280px;
}
.inbox8_1{
  border: solid;
  border-width: thin;
  text-align: center;
  border-color: rgb(221, 220, 220);
  padding:5%;

}

.inbox8{
    border: solid;
    border-width: thin;
    text-align: center;
    border-color: rgb(221, 220, 220);
    /* padding: 10% 5%; */
    color: rgb(254, 254, 254);


}

.head5{
    color: rgb(254, 254, 254);
    font-style: italic;
    text-align: center;
    padding: -10px 15px;
    font-size: 20px;
}
.head5_1{
  color: rgb(120, 7, 7);
  font-style: italic;
  text-align: center;
  padding: -10px 15px;
  font-size: 20px;
}



.inbox9{
    padding: 20px;
    margin: 50px 10px;
    text-align: center;
}

.inbox9_1 {
    margin-top: 75px;
    border: solid;
    border-color: #aaaaaa;
    background-image: linear-gradient(to top, rgba(245, 244, 244, 0.796), rgba(191, 191, 191, 0.864));
    border-width: thin;
    /* border-radius: 10%; */
    /* background-color: #e9ae0c; */
    text-align: center;
    padding: 20px;
    
}

.image4{
  filter: drop-shadow(0px 10px 10px  rgba(0, 0, 0, 0.5));

}

/* General Styles */

.head6 {
    font-size: 35px;
    color: rgb(160, 3, 3);
    font-weight: bolder;
}



/* Responsive Grid Gallery */
.grid-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    max-width: 800px;
    margin: 40px auto;
}

.grid-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.grid-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
}

.grid-item img:hover {
    transform: scale(1.1);
}

.grid-caption {
    padding: 5px;
    /* background-color: #fff; */
    /* border: 1px solid #ddd; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.grid-caption p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Whole Bird Container */


.wb{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-top: 5%;
}


.btnbox {
    text-align: center;
    padding: 10px;
}

.btn1 {
    text-align: center;
    padding: 20px;
    border: solid rgb(206, 195, 195);
    border-width: thin;
    border-radius: 20px;
    /* color: white; */
    background-color: #f8d54b;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.btn1:hover {
    transform: scale(1.05);
    box-shadow: -3px -3px 3px #838080;
}

.link2 {
    color: rgb(249, 249, 249);
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
}

.link2:hover {
    text-decoration: none;
    color: #f68301;
}

/* Responsive */
@media (max-width: 992px) {
    .grid-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .grid-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .grid-gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}

.head7{
    color: white;
    font-size: 25px;
    font-weight: bold;
    margin-top: 15px;
}

.img4{
    /* width: 200px; */
    height: 150px;
    border-radius: 25px;
    margin-top: 20px;
}

.para3{
    font-size: 16px;
    margin-top: 15px;
    /* font-weight: bold; */
}
.inbox10_1,.inbox10_2,.inbox10_3{
    border: solid;
    border-color: #aaa;
    border-width: thin;
    /* border-radius: 25px; */
    padding: 5%;
    padding-bottom: 8%;
    text-align: center;
    background-image: linear-gradient(to right, rgba(186, 121, 0, 0.796), rgba(244, 228, 135, 0.864));
    color: white;
    margin: 20px;
    box-shadow:10px 15px 5px rgb(194, 193, 192) ;

}
.inbox10_4{
    border: solid;
    border-color: #aaa;
    border-width: thin;
    /* border-radius: 25px; */
    padding: 3%;
    padding-bottom: 10%;
    text-align: center;
    background-image: linear-gradient(to right, rgba(186, 121, 0, 0.796), rgba(244, 228, 135, 0.864));
    color: white;
    margin: 20px;
    box-shadow:10px 15px 5px rgb(194, 193, 192) ;
}

@media(max-width:1400px){
    .inbox10_3{
        padding-bottom: 13%;
    }
}
@media(max-width:991px){
    .inbox10_4{
        padding-bottom: -3%;
    }
    .inbox10_3{
        padding-bottom: 20%;
    }
}

.sec5{
  background-image: linear-gradient(to bottom, rgba(186, 121, 0, 0.796), rgba(244, 228, 135, 0.864));
}
.inbox11{
    padding:10% 15%;
}

.icon1{
    color: rgb(254, 254, 252);
    border: solid;
    border-radius: 50px;
    border-width: thin;
    padding: 8px 10px;
    margin: 20px 10px;
    display: inline-block;
    font-weight: bold;
}

.icon1:hover{
    color: #a34103;
    text-decoration: none;
    transform: scale(1.05);

}

.inbox11_1,.inbox11_2{
    color: white;
    padding:15% 15%;
}

.inbox11_1 ul{
    list-style-type: none;
    padding-left:0;
    /* margin-top: 50px; */
}
.head8{
    font-size: 25px;
    font-style: italic;
    color: white;
    padding-top: 35%;
    font-weight: bold;
}
.head9{
    font-size: 25px;
    font-style: italic;
    color: white;
    /* padding-top: 25%; */
    font-weight: bold;

}
.link3{
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 8px;
    display: inline-block;
    /* font-family: 'Cascadia mono';  */
}
.link3:hover{
    text-decoration: underline;
    color: #930404;
}
.para4{
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    /* margin-top: 5px;
    margin-left: 15%; */
    color: rgb(255, 255, 255);

}
.link4{
    color: white;
    text-decoration: none;
}

.link4:hover{
    color: #930404;
    text-decoration: none;
}

.line1{
    width: 100%;
    height: 1px;
    background-color: #666a6b;
    /* margin-top: 5%; */
}

@media(max-width:460px){
    .inbox11,.inbox11_1,.inbox11_2{
        padding-top:5%;
        text-align: center;
    }
}

@media(max-width:768px){
    .inbox11{
        padding-top:8%;
        text-align: center;
        margin-bottom:-50%;
    }
    .inbox11_1,.inbox11_2{
    margin-bottom:-20%;

    }
    .span2{
        text-align: left;
    }
    .icon1{
        color: rgb(254, 254, 252);
        border: solid;
        border-radius: 50px;
        border-width: thin;
        padding: 8px 10px;
        margin: 10px 5px;
        display: inline-block;
        font-weight: bold;
    }
}

@media(max-width:1197px){
    .icon1{
        color: rgb(254, 254, 252);
        border: solid;
        border-radius: 50px;
        border-width: thin;
        padding: 8px 10px;
        margin: 10px 5px;
        display: inline-block;
        font-weight: bold;
    }
}

.inbox12{
    font-size: 17px;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    text-align: right;
}

.icon5{
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 30px;
    color: rgb(224, 135, 0) ;
}


.head10 {
    color: rgb(10, 107, 10);
    text-align: center;
    font-size: 35px;
    font-weight: bolder;
    display: inline;
  }
  
  .inbox13 {
    text-align: left;
    /* margin-left: 2%; */
    padding: 3% 0%;
    border: solid;
    border-width: thin;
    border-color: #b7bbbc;
  }

  .inbox13_2 {
    text-align: right;
  }
  
  .inbox14,.inbox13_1 {
    text-align: center;
  }
  

/* Responsive Grid Gallery */

.grid-gallery1 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    max-width: 1300px;
    margin: 40px auto;
}

.grid-item1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: solid;

}

.grid-item1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
}

.grid-item1 img:hover {
    transform: scale(1.1);
}

/* Responsive */

@media (max-width: 1496px) {
    .grid-gallery1 {
        max-width: 800px;
        margin: 10px auto;
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-item1 img {
        width: 80%;
        height: 200px;
        object-fit: cover;
        transition: transform 0.2s ease-in-out;
    }
}

@media (max-width: 992px) {
    .grid-gallery1 {
        max-width: 600px;
        margin: 10px auto;
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-item1 img {
        width: 60%;
        height: 150px;
        object-fit: cover;
        transition: transform 0.2s ease-in-out;
    }
}

@media (max-width: 768px) {
    .grid-gallery1 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .grid-gallery1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.sec7 {
  background-image: linear-gradient(to left, rgba(186, 121, 0, 0.796), rgba(244, 228, 135, 0.864));
    padding: 50px 0;
  }
  
  .head11 {
    color: brown;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-top: 5%;
  }
  
  .inbox15_1 {
    text-align: center;
    padding-left: 5%;
  }
  
  .image-gallery {
    display: flex;
    gap: 15px;
    padding: 20px;
    justify-content: center;
  }
  
  .thumbnail {
    cursor: pointer;
    width: 350px;
    height: auto;
    border: 2px solid #693232bc;
    border-radius: 15px;
    border-width: 2px;
    transition: transform 0.2s;
    margin: 30px 0px;
  }
  
  /* Responsive Styles for Section 7 */
  
  @media (max-width: 1024px) {
    .image-gallery {
      flex-direction: column;
    }
    .thumbnail {
      width: 100%;
      height: auto;
      margin: 20px 0;
    }
  }
  
  @media (max-width: 768px) {
    .sec7 {
      padding: 30px 0;
    }
    .head11 {
      font-size: 25px;
    }
    .thumbnail {
      width: 100%;
      height: auto;
      margin: 15px 0;
    }
  }
  
  @media (max-width: 480px) {
    .sec7 {
      padding: 20px 0;
    }
    .head11 {
      font-size: 20px;
    }
    .thumbnail {
      width: 100%;
      height: auto;
      margin: 10px 0;
    }
  
  }
  

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    left: 0;
    top: 50px;
    width: 100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 100%;
}

.close {
    position: absolute;
    top: 100px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover, .close:focus {
    color: #aaa;
    text-decoration: none;
}

@media (max-width: 480px) {
  .close {
    position: absolute;
    top: 100px;
    right: 10px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 50px;
  left: 0;
  top: 80px;
  width: 100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.9);
}
  

}

html{
    scroll-behavior: smooth;
}


