* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&display=swap');

@font-face {
    font-family: header;
    src: url("./fonts/Merriweather-Regular.ttf");
}

@font-face {
    font-family: devator;
    src: url("./fonts/Devator.ttf");
}

@font-face {
    font-family: jokerman;
    src: url(../fonts/Jokerman-Regular.ttf);
}


@font-face {
    font-family: fonttype4;
    src: url(../fonts/A\ Love\ of\ Thunder.ttf);
}

@font-face {
    font-family: orbitron;
    src: url(../fonts/Orbitron\ Bold.ttf);
}

@font-face {
    font-family: fonttype6;
    src: url(../fonts/Bold.ttf);
}

@font-face {
    font-family: fonttype7;
    src: url(../fonts/RAVIE.TTF);
}

.main {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background-image: url(/images/bg_pattern.webp);
    /* background-position: center; */
    /* background-size: cover; */
    /* background-repeat: repeat-y; */
}

.section1 nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: end;
    height: 7.5vw;
    width: 100%;
}

.nav ul {
    padding-right: 9%;

}

.nav ul li {
    display: inline-block;
    padding: 1.2vw;


}

.nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 1.25vw;
    font-family: gilroy, sans-serif;
    font-weight: bolder;
}

.nav ul li a:hover {
    color:#ffd500
}

.nav .active {
    color:#ffd500
}

.nav .active::before {
    content: url(/images/desktop-lines\ 1.webp);
    position: absolute;
    top: 2.9vw;
    margin-left: 2.7vw;
}

.nav i {
    display: none;
}

.main_box .sidebar_menu {
    position: fixed;
    height: 100vh;
    width: 50vw;
    z-index: 15;
    right: -50vw;
    background: #099962;
    overflow: hidden;
    transition: all 0.3s linear;
}

.sidebar_menu .menu {
    position: absolute;
    top: 80px;
    width: 100%;
}

.sidebar_menu .menu li {
    margin-top: .7vw;
    padding: 1vw 2vw 1vw 2vw;
    text-align: end;
}

.sidebar_menu .menu li img {
    rotate: 90deg;
    width: 5vw;
}

.sidebar_menu .menu i {
    color: #fff;
    font-size: 4vw;
    padding-right: 8px;
}

.sidebar_menu .menu a {
    color: #fff;
    font-size: 4vw;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
}

.sidebar_menu .menu li a:hover {
    color: #ffde04;
}

.sidebar_menu .menu li:hover {
    border-right: 1vw solid #fff;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}

#check {
    display: none;
}

.mobile-active {
    color: #ffde04 !important;
}

.main_box .btn_one i {
    color: #fff;
    font-size: 4vw;
    font-weight: 700;
    position: absolute;
    right: 6vw;
    line-height: 15vw;
    cursor: pointer;
    opacity: 1;
    z-index: 2;
    transition: all 0.3s linear;
    z-index: 16;
}

.sidebar_menu .btn_two i {
    font-size: 4vw;
    line-height: 15vw;
    position: absolute;
    right: 40vw;
    cursor: pointer;
    opacity: 0;
    z-index: 22;
    color: white;
    transition: all 0.3s linear;
    z-index: 16;
}

.btn_one i:hover {
    font-size: 4.3vw;
}

.btn_two i:hover {
    font-size: 4.2vw;
}

#check:checked~.sidebar_menu {
    right: 0;
}

#check:checked~.btn_one i {
    opacity: 0;
}

#check:checked~.sidebar_menu .btn_two i {
    opacity: 1;
}

.section1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.section1 .banner {
    width: 100%;
    height: 100%;
}

.b-text {
    position: absolute;
    right: 6%;
    bottom: 0%;
    width: 30vw;
}

.section2 {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 0 8%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 15px;
}

.img-left,
.img-right {
    margin-top: 10%;
    height: 60%;
    width: 50%;
}

.img-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-right {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    /* overflow: hidden; */
}

.food {
    height: 49%;
    width: 32%;
    /* margin-bottom: 7.5px; */
}

.food img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section2 .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.section2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.section2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section3 {
    width: 100%;
    min-height: 170vh;
    position: relative;
    background-image: url(/images/location/map-background.webp);
    background-size: cover;
    padding: 0 8%;
}

.section3 iframe {
    width: 100%;
    height: 80vh;
    position: relative;
    z-index: 2;
    margin-top: 12%;

}

.section3 .swiper {
    margin-top: 2vw;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    height: 450px;
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    color: white;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

.swiper-slide img {
    display: block;
    width: 80%;
    object-fit: cover;
}

.swiper-scrollbar {
    background: #dcdcdc;
    height: 8px;
    border-radius: 4px;
}

.swiper-scrollbar-drag {
    background: #ffd500;
    border-radius: 4px;
    height: 5px;
    width: 20px;
}

.swiper-slide h2 {
    color: #fbd100;
    margin-top: 1.5vw;
    margin-bottom: .2vw;
}

.section4 {
    width: 100%;
    height: 70vh;
    position: relative;
}

.section4>h1{
    font-size: 2vw;
    margin-bottom: -2vw;
    margin-top: 6vw;
    width: 100%;
    text-align: center;
    
}

.section4 .locations{
    padding: 0 8%;
}

.section4 .swiper {
    width: 100%;
    height: 100%;
}

.section4 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.section4 .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.section4 .swiper-slide .name-time{
    position: relative;
    z-index: 2;
}

.section4 .swiper-slide .name-time h1{
    font-size: 2.2vw;
}

.section4 .swiper-slide p{
    font-size: 1.5vw;
}


footer {
    background-image: url(/images/footer_bg.webp);
    width: 100%;
    background-size: cover;
    height: 50vh;
    margin-top: -1vw;
    z-index: 222;
    position: relative;
}

footer .ft-content {
    padding: 0 8vw 9vw 8vw;
}

footer ul {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
}

footer ul li {
    margin: 4vw 0vw 2vw 0vw;
    list-style-type: none;

}

footer ul li a {
    text-decoration: none;
    color: white;
    font-size: 1.5vw;
    text-align: center;
    font-family: gilroy, sans-serif;
    font-weight: bolder;
}

footer h4 {
    font-size: 1.3vw;
    padding-top: 2vw;
    float: left;
    color: white;
}

footer .social {
    padding-top: 2vw;
    float: right;
    cursor: pointer;
}

footer .social i {
    margin-left: 1vw;
    background-color: #ffde04;
    padding: .4vw .4vw;
    border-radius: 50%;
    font-size: 1.4vw;
}

footer .social a {
    text-decoration: none;
    color: black;
}


















@media screen and (min-width:800px) {
    .main_box .btn_one {
        display: none;
    }
}

@media screen and (max-width:800px) {
    .section1 .nav ul {
        display: none;
    }
}