body {
  margin: 0;
  padding: 0;
  background-color: #fff5f5;
  font-family: Poppins;
}

/* Make everything box-sizing safe */
* {
  box-sizing: border-box;
}

/* Body & html full scale */
html,
body {
  width: 100%;
  height: 100%;
}

/* ===== Main Scaling ===== */
body>main {
  width: 1920px;
  height: 1080px;
  /* your base design size */
  transform: scale(1);
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0;
}


/* 2K (2560×1440) */
@media (min-width: 2560px) {
  body>main {
    transform: scale(1.3333);
    /* 2560 / 1920 */
  }

  .firstpage {
    zoom: 75%;
  }
}

@media (min-width: 1921px) {
  body>main {
    transform: scale(1.06);
    /* 2560 / 1920 */
  }
}

/* 2K (2560×1440) */
@media (min-width: 2560px) {
  body>main {
    transform: scale(1.3333);
    /* 2560 / 1920 */
  }

  .firstpage {
    zoom: 75%;
  }
}

/* 4K (3840×2160) */
@media (min-width: 3820px) {
  body>main {
    transform: scale(2);
    /* 3840 / 1920 */
  }

  .firstpage {
    zoom: 45% !important;
  }

  .header {
    zoom: 220% !important;
  }

  .firstpage_container_info {
    zoom: 200% !important;
  }

  .thirdpage {
    height: 35vh !important;
  }

  .secondpage {
    height: 35vh !important;
  }
  .secondpage_duplicate{
    height: 35vh !important;
  }

  .firstpage_container_info_title {
    line-height: 3.5vh !important;
  }

  .fourthpage {
    height: 60vh !important;
  }
}

@media (max-width: 1920px) {
  body>main {
    transform: scale(calc(100vw / 1920));
  }
}

@media (max-width: 1920px) {
  body>main {
    transform: scale(calc(100vw / 1920));
  }
}

@media (max-width: 1600px) {
  body>main {
    transform: scale(calc(100vw / 1920));
  }
}

@media (max-width: 1366px) {
  body>main {
    transform: scale(calc(100vw / 1920));
  }
}

@media (max-width: 1024px) {
  body>main {
    transform: scale(calc(100vw / 1920));
  }
}

@media (max-width: 768px) {
  body>main {
    transform: scale(calc(100vw / 1920));
  }
}

@media (max-width: 480px) {
  body>main {
    transform: scale(calc(100vw / 1920));
  }
}

body {
  overflow-x: hidden;
}

footer {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.firstpage {
  width: 100%;
  height: 100vh;
  background-image: url(./images/firstpage_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.header_container {
  width: 90%;
  display: flex;
  position: relative;
  align-items: center;
}

.header_logo {
  width: 120px;
  height: 120px;
  background-image: url(./images/logonew.png);
  background-size: 99%;
  background-position: center;
  background-repeat: no-repeat;
}

.header_itemcontainer {
  display: flex;
  margin-left: 120px;
  margin-top: -30px;
}

.header_item {
  margin-left: 40px;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s;
}

.header_item:hover {
  color: #9a0000;
  transition: 0.3s;
}

.header_language {
  position: absolute;
  right: 0;
  font-size: 22px;
  cursor: pointer;
}

.header_language_item {
  transition: 0.3s;
}

.header_language_item:hover {
  color: #9a0000;
  transition: 0.3s;
}

.firstpage_container {
  width: 90%;
  height: 75%;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
}

.firstpage_container_info {
  height: 65%;
}

.firstpage_container_info_title {
  max-width: 40%;
  font-weight: 600;
  font-size: 55px;
  color: #0e1e28;
  line-height: 6.5vh;
}

.firstpage_container_info_desc {
  font-size: 21px;
  max-width: 30%;
  font-weight: 500;
  margin-top: 20px;
  color: #3e5766;
}

.firstpage_container_info_button {
  width: 260px;
  height: 80px;
  border-radius: 40px;
  background-color: #990000;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  zoom: 90%;
  margin-top: 80px;
  cursor: pointer;
  transition: 0.3s;
}

.firstpage_container_info_button:hover {
  transition: 0.3s;
  background-color: rgb(184, 184, 184);
  color: black;
}

.firstpage_socials {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  zoom: 90%;
}

.firstpage_socials_facebook {
  width: 30px;
  height: 30px;
  background-image: url(./images/fb.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 99%;
  cursor: pointer;
}

.firstpage_socials_instagram {
  width: 30px;
  height: 30px;
  background-image: url(./images/instagram.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 99%;
  margin-left: 15px;
  cursor: pointer;
}

.secondpage {
  width: 90%;
  height: 80vh;
  margin: auto;
  border-radius: 45px;
  background-color: #550808;
  margin-top: 100px;
  background-image: url(./images/fox-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secondpage_duplicate{
    width: 90%;
  height: 70vh;
  margin: auto;
  border-radius: 45px;
  background-color: #550808;
  margin-top: 100px;
  background-image: url(./images/longbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secondpage_right {
  width: 700px;
  height: 780px;
  border-radius: 45px;
  margin-left: 15%;
  zoom: 90%;
}

.secondpage_right_duplicate{
  width: 600px;
  height: 600px;
  margin-left: 10%;
  background-image: url(./images/bigfox.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

.secondpage_right_item {
  width: 700x;
  height: 100px;
  background-color: #8b1717;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}

.secondpage_right_item_inactive {
  width: 700x;
  height: 100px;
  background-color: #8b171781;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}

.secondpage_right_item:hover {
  background-color: #a52626;
  transition: 0.3s;
}

.secondpage_right_item_title {
  font-size: 27px;
  letter-spacing: -1px;
  line-height: 44px;
  color: #fafafa;
  font-weight: 600;
  margin-left: 30px;
}

.secondpage_right_item_rightbox {
  position: absolute;
  right: 30px;
  width: 75px;
  height: 75px;
  background-color: #550808;
  border-radius: 15px;
}

.secondpage_right_item_rightbox_date {
  text-align: center;
  font-size: 21px;
  letter-spacing: -1px;
  line-height: 25px;
  color: #fafafa;
  font-weight: 600;
  margin-top: 10px;
}

.secondpage_right_item_rightbox_datename {
  text-align: center;
  font-size: 21px;
  letter-spacing: -1px;
  line-height: 25px;
  color: #fafafa;
  font-weight: 600;
  margin-top: 3px;
}

.secondpage_left_datelist {
  display: flex;
  align-items: center;
}

.secondpage_left_duplicate{
  position: relative;
  margin-top: -80px;
}

.secondpage_left_detelist_item {
  border-radius: 23px;
  background-color: #b61515;
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
  font-size: 19px;
  color: #f1caca;
}

.secondpage_left_title {
  margin-top: 20px;
  font-size: 55px;
  letter-spacing: -2px;
  line-height: 70px;
  color: #fafafa;
  font-weight: 600;
  max-width: 500px;
}

.secondpage_left_desc {
  margin-top: 20px;
  font-size: 21px;
  line-height: 30px;
  color: #f1caca;
  font-weight: 500;
  max-width: 570px;
}

.secondpage_left_desc_duplicate{
    margin-top: 20px;
  font-size: 33px;
  line-height: 30px;
  color: #f1caca;
  font-weight: 500;
  max-width: 700px;
}

.leftquote{
  width: 50px;
  height: 30px;
  background-image: url(./images/Quoteleft.png);
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  zoom: 150%;
}

.rightquote{
    width: 50px;
  height: 30px;
  background-image: url(./images/quoteright.png);
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  zoom: 150%;
  position: absolute;
  right: 0;
  margin-top: 15px;
}

.secondpage_left_button {
  width: 300px;
  height: 80px;
  border-radius: 40px;
  background-color: #990000;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  zoom: 90%;
  margin-top: 40px;
  cursor: pointer;
  transition: 0.3s;
}

.secondpage_left_button:hover {
  transition: 0.3s;
  background-color: rgb(184, 184, 184);
  color: black;
}

.decorline {
  width: 100%;
  height: 350px;
  background-image: url(./images/longshape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.decorline_second {
  width: 100%;
  height: 250px;
  background-image: url(./images/longshape_second.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  z-index: 2;
  margin-bottom: -100px;
  position: relative;
}

.thirdpage {
  width: 90%;
  height: 70vh;
  margin: auto;
  margin-top: -120px;
}

.infoboxer {
  width: 90%;
  height: 150px;
  background-color: #9a0000;
  margin: auto;
  margin-top: 250px;
  border-radius: 0px 0px 20px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;

}

.infobox_container{
  max-width: 70%;
  
  letter-spacing: -1px;
  line-height: 44px;
  color: #ffffff;
  font-weight: 500;

}

.thirdpage_title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 80px;
  color: #0e1e28;
  font-weight: 600;
}

.thirdpage_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.thirdpage_list_item {
  margin-top: 40px;
  flex: 1;
  max-width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thirdpage_list_item_image1 {
  box-sizing: border-box;
  width: 549px;
  height: 549px;
  border-radius: 15px;
  box-shadow: 1px -1px 8px 7px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 1px -1px 8px 7px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 1px -1px 8px 7px rgba(0, 0, 0, 0.34);
  background-color: #f3d2d2;
  border: 3px solid #f3d2d2;
  cursor: pointer;
  transition: 0.3s;
  background-image: url(./images/about1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.thirdpage_list_item_image1:hover {
  border: 3px solid #e0abab;
  box-sizing: border-box;
  transition: 0.3s;
}

.thirdpage_list_item_image1:hover+.thirdpage_list_item_desc1 {
  color: #9a0000;
  transition: 0.3s;
}

.thirdpage_list_item_desc1 {
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 42px;
  color: #0e1e28;
  font-weight: 500;
  text-align: center;
  margin-top: 50px;
  transition: 0.3s;
}

.thirdpage_list_item_image2 {
  width: 549px;
  height: 549px;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 1px -1px 8px 7px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 1px -1px 8px 7px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 1px -1px 8px 7px rgba(0, 0, 0, 0.34);
  border: 3px solid #f3d2d2;
  background-color: #f3d2d2;
  cursor: pointer;
  transition: 0.3s;
  background-image: url(./images/about2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.thirdpage_list_item_image2:hover {
  border: 3px solid #e0abab;
  box-sizing: border-box;
  transition: 0.3s;
}

.thirdpage_list_item_image2:hover+.thirdpage_list_item_desc2 {
  color: #9a0000;
  transition: 0.3s;
}

.thirdpage_list_item_desc2 {
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 42px;
  color: #0e1e28;
  font-weight: 500;
  text-align: center;
  margin-top: 50px;
  transition: 0.3s;
}

.thirdpage_list_item_image3 {
  width: 549px;
  height: 549px;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 1px -1px 8px 7px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 1px -1px 8px 7px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 1px -1px 8px 7px rgba(0, 0, 0, 0.34);
  border: 3px solid #f3d2d2;
  background-color: #f3d2d2;
  cursor: pointer;
  transition: 0.3s;
  background-image: url(./images/about3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.thirdpage_list_item_image3:hover {
  border: 3px solid #e0abab;
  box-sizing: border-box;
  transition: 0.3s;
}

.thirdpage_list_item_image3:hover+.thirdpage_list_item_desc3 {
  color: #9a0000;
  transition: 0.3s;
}

.thirdpage_list_item_desc3 {
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 42px;
  color: #0e1e28;
  font-weight: 500;
  text-align: center;
  margin-top: 50px;
  transition: 0.3s;
}

.fxr {
  margin-left: 2%;
  margin-right: 2%;
}

.fourthpage {
  width: 100%;
  height: 100vh;
  margin: auto;
  margin-top: -100px;
  position: relative;
  background-image: url(./images/Location_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  margin-bottom: 70px;
  margin-top: 120px;
}

.fourthpage_desc {
  font-size: 21px;
  line-height: 30px;
  color: #3e5766;
  font-weight: 500;
}

.fourthpage_button_info {
  width: 250px;
  height: 80px;
  border-radius: 40px;
  background-color: #990000;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  zoom: 90%;
  margin-top: 40px;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 0;
}

.fourthpage_button_info:hover {
  transition: 0.3s;
  background-color: rgb(184, 184, 184);
  color: black;
}

a {
  text-decoration: none;
}

.fourthpage_container {
  margin-top: 40px;
  width: 90%;
  height: 100%;
  margin: auto;
  position: relative;
}

.fourthpage_map {
  margin-top: 50px;
  flex: 2;
  width: 100%;
  height: 65%;
  box-shadow: 1px -1px 8px 7px rgba(0, 0, 0, 0.100);
  -webkit-box-shadow: 1px -1px 8px 7px rgba(0, 0, 0, 0.100);
  -moz-box-shadow: 1px -1px 8px 7px rgba(0, 0, 0, 0.100);
  border-radius: 20px;
}

.fourthpage_info {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}

/* Info box styling */
.info_box {
  zoom: 90%;
  min-width: 400px;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  box-shadow: 1px -1px 8px 7px rgba(0, 0, 0, 0.100);
  -webkit-box-shadow: 1px -1px 8px 7px rgba(0, 0, 0, 0.100);
  -moz-box-shadow: 1px -1px 8px 7px rgba(0, 0, 0, 0.100);
}

.info_icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #990000;
  margin-right: 15px;
  flex-shrink: 0;
  background-position: center;
  background-size: 40%;
  background-repeat: no-repeat;
}

.info_icon.phone {
  background-image: url('./images/phone.png');
}

.info_icon.email {
  background-image: url('./images/email.png');
}

.info_text h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.info_text p {
  margin: 5px 0 0;
  font-size: 20px;
  color: #333;
}

/* ===== Fifth Page (Gallery) ===== */
.fifthpage {
  width: 100%;
  padding: 100px 0;
  background: #fff5f5;
}

.gallery-container {
  width: 90%;
  margin: auto;
  padding: 0 20px;
}

.gallery-title {
  font-size: 42px;
  font-weight: 600;
  /* font-family: "Poppins", sans-serif; */
  color: #0e1e28;
  margin-bottom: 40px;
}

/* Swiper Core */
.swiper {
  width: 100%;
  padding-bottom: 60px;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.swiper-slide img {
  width: 100%;
  height: 15%;
  object-fit: cover;
  display: block;
}

/* Navigation Arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background: #990000;
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 1px -1px 8px 7px rgba(0, 0, 0, 0.100) !important;
  -webkit-box-shadow: 1px -1px 8px 7px rgba(0, 0, 0, 0.100) !important;
  -moz-box-shadow: 1px -1px 8px 7px rgba(0, 0, 0, 0.100) !important;
  transition: 0.3s;

}

.swiper-button-next {
  background-image: url(./images/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}

.swiper-button-prev {
  background-image: url(./images/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  rotate: 180deg;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #7a0000;
  transition: 0.3s;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
  opacity: 0;
}

footer {
  background-color: #990000;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 170px;
  position: relative;
}

.footer-text {
  font-size: 21px;
  line-height: 30px;
  color: #f7f7f7;
  font-weight: 300;
  margin-left: 5%;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 100px;
}

.footer-social {
  display: flex;
  gap: 10px;
  filter: brightness(0) invert(1);
  margin-right: 50px;
}

.footer-social a {
  color: white;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.footer-social a:hover {
  color: #ccc;
}

.footer-logo {
  width: 220px;
  height: 190px;
  position: relative;
  top: 0px;
  background-image: url(./images/Foooter_fox.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -23px;
}