@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-ExtraBoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
.bg-primary{
    background-color: #fc7c11 !important;
}
html{
overflow-x: hidden;
}
body{
    overflow-x: hidden;
    }
p{
    font-family: 'poppins' !important;
}
#toggleButton{
    filter: invert(74%) sepia(39%) saturate(3%) hue-rotate(316deg) brightness(97%) contrast(87%) !important;
}
#toggleButton-mob{
    filter: invert(74%) sepia(39%) saturate(3%) hue-rotate(316deg) brightness(97%) contrast(87%) !important;
}
.absolute-text{
    position: absolute;
    top: 25%;
    bottom: 0;
    left: 3%;
    z-index: 999;
}
.absolute-button{
    position: absolute;
    top: 17%;
    bottom: 0;
    left: 0%;
    z-index: 999;
}
.font-size20{
    font-size: 20px !important;
}
.font-size30{
    font-size: 20px !important;
}
.font-size42{
    font-size: 42px !important;
}
.font-size70{
    font-size: 70px !important;
}
.font-size20{
    font-size: 20px !important;
}
.text-orange{
    color: #fc7c11 !important;
}
      

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.bg-orange{
    background-color: transparent !important;
    border: 1px solid #fc7c11;
    color: #fc7c11;
    width: 35% !important;
    border-right-width: 2px solid #fc7c11 !important;
}
.bg-orange-border{
    background-color: transparent !important;
    border: 1px solid #fc7c11 !important;
    color: #fc7c11;
}
.bg-orange-border:hover{
    background-color: #fc7c11 !important;
    border: 1px solid #fc7c11 !important;
    color: white;
    transition: 0.9s !important;
}
.text-align-class{
   align-items: center !important; 
}
.border-top-footer{
    border-top: 1px solid #fc7c11 !important;
}
.hidden-menu {
    display: none;
}

.modal-background {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}
.image-containers {
    position: relative;
    cursor: pointer;
}
/*.image-container img {*/
/*    width: 200px;*/
/*}*/

.overlay {
    position: absolute;
    top: 81%;
    left: 36%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
    
}
.overlay a {
    color: white;
    text-decoration: none;
    background: #fc7c11;
    padding: 10px 20px;
    border-radius: 5px;
}
.image-containers:hover .overlay {
    opacity: 1;
}
.custom-button {
    background: transparent;
    border: 2px solid orange;
    color: orange;
}
/*.gallery img {*/
/*    width: 300px;*/
/*    height: 300px;*/
/*    cursor: pointer;*/
/*}*/

.menu-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: black;
    color: rgb(0, 0, 0);
    padding: 20px;
    width: 100%;
    opacity: 90%;
    display: none;
    z-index: 1000;
}
.list-group-item{
    background-color: transparent !important;
}
#closeButton{
    z-index: 99999 !important;

}
@media (min-width: 1024px) and (max-width: 1201px) {
    .absolute-text{
        position: absolute;
        top: 8%;
        bottom: 0;
        left: 3%;
    }
    .absolute-button{
        position: absolute;
        top: 5%;
        bottom: 0;
        left: 0%;
    }
    .font-lg-40{
        font-size: 40px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1444px) {
    .absolute-text{
        position: absolute;
        top: 12%;
        bottom: 0;
        left: 5%;
    }
    .absolute-button{
        position: absolute;
        top: 6%;
        bottom: 0;
        left: 0%;
    }
    .font-xl-45{
        font-size: 45px !important;
    }
}
@media (min-width: 320px) and (max-width:450px) {
    .font-sm-11{
        font-size: 11px !important;
    }
}
/* Image gallery styling */
.gallery {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
/*.popup img {*/
/*    height: 80%;*/
/*    width: auto;*/
/*    object-fit: contain;*/
/*}*/
.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: white;
    cursor: pointer;
    background: none;
    border: none;
    padding: 10px;
}
.prev-btn {
    left: 20px;
}
.next-btn {
    right: 20px;
}