@import url("variables.css");
/* @import url("ac_editor.css"); */
/*===================
    MAIN STYLE
====================*/
.pc-only-1000{
    display: block;
}
.pc-only{
    display: block;
}
.sp-only{
    display: none;
}
.img-fluid{
    width: 100%;
    height: auto;
}


.sec-1{
    padding: 50px 0px 100px 0px;
}

.sec2-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}
.sec2-title img{
    max-width: 380px;
}


.sec-4,
.sec-3,
.sec-2{
    margin-bottom: 200px;
}

.row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.row .column{
    flex: 1;
    min-width: 300px;
    max-width: 45%;
    box-sizing: border-box;
}
.sec-6,
.sec-5{
    margin-bottom: 100px;
}

.parallax-section {
  position: relative;
  height: 50vh; /* full screen for visible effect */
  overflow: hidden;
  margin-top: 50px;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%; /* taller for smooth parallax */
  background-image: url('../img/img11.jpg'); /* replace with your image */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(0);
  will-change: transform;
  z-index: -1;
}

.parallax-section .content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 3em;
  text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}


  .bg-white{
    background-color: var(--white);
  }


  .sec-9{
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .sec-10{
    margin-bottom: 100px;
  }

  .l-footer{
    background-color: var(--black);
    padding: 20px 0px 0px 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-footer .copy img{
    max-width: 300px;
  }

  .video{
    width: 100%;
    height: 400px;
    border: none;
  }

  .recent-news {
  color: #fff;
  font-family: sans-serif;
  margin-top: 50px;
}

.news-item {
  display: flex;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}

.news-date {
  flex: 0 0 200px;
  max-width: 200px;
  font-size: 14px;
}

.news-title {
  flex: 1;
  font-size: 16px;
}

.news-title a {
  color: #fff;
  text-decoration: none;
}

.news-title a:hover {
  text-decoration: underline;
}


.single-wrap{
    margin: 100px 0px;
}
.post-date {
  text-align: left;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.post-title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
}

.post-content {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 40px;
}

.back-link a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  text-align: center;
}

.post-content p{
  font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.post-content a{
  text-decoration: underline;
  color: #fff;
}

.post-content img{
  margin: 30px 0px;
}
.post-content .image{
  display: flex;
  align-items: center;
  justify-content: center;
}

/*=========Maximum 1200px ===========*/
@media screen and (max-width:1200px) {
     
}
/*=========Maximum 1000px ===========*/
@media only screen and (max-width: 1000px) {
    .pc-only-1000{
        display: none;
    }
}
/*=========Maximum 768px ===========*/
@media screen and (max-width:768px) {
    .row{
    flex-direction: column;
}
.sec-9{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sec-4,
  .sec-3,
  .sec-2{
      margin-bottom: 50px;
}
.sec-10{
    margin-bottom: 50px;
}
/* .parallax-section{
    height: 20vh;
} */

.row .column{
    max-width: 100%;   
 }
  .video{
    width: 100%;
    height: 200px;
    border: none;
  }
  .news-item{
    flex-direction: column;
  }
  .news-date{
    flex: none;
  }
  .gallery-columns-2 {
  display: flex;
  gap: 30px;
  flex-direction: column;
    align-items: center;
    justify-content: center;
}
}
/*=========Maximum 576px ===========*/
@media screen and (max-width:576px) {
    
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    }
    
}
