/* --------------------------------------------------------------------------------------------------------
base
-------------------------------------------------------------------------------------------------------- */

html, body, header, nav, main, section, aside, footer, div, ul, h1, h2, h3, h4, li, p, a, span, label, select, option, textarea, input, button, video, fieldset {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

html, body { 
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

html { 
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    width: 100%;
    /* min-height: 100vh; */
    background-size: cover;
    font-size: 16px;
    text-align: center; 
    font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
    background-color: rgba(53, 53, 53, 1);
}

/* ---------------------------------------------------------
scroll
--------------------------------------------------------- */

.scroll {
    overflow-x: hidden;
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch;
}

.scroll::-webkit-scrollbar { width: 0px; height: auto; }
.scroll::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,0); }

/* --------------------------------------------------------------------------------------------------------
bg
-------------------------------------------------------------------------------------------------------- */

.bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 8888;
}
.bgnone {
  display: none;
}
.bgshow {
  display: block;
}

.loader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}

/* --------------------------------------------------------------------------------------------------------
base font
-------------------------------------------------------------------------------------------------------- */

a { 
    text-decoration: none; 
    color: #fff;
}
li { list-style-type: none; }
img {
    width: 100%;
    height: auto;
}

/* ---------------------------------------------------------
flex
--------------------------------------------------------- */

.flex_column {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flex_row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.flex_top {
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* ---------------------------------------------------------
effect
--------------------------------------------------------- */

.trans {
    transition: all 0.68s cubic-bezier(1,0,0.2,1);
}
 
.animation { 
    transition: all 0.3s ease-in-out;
}

.hero {
    width: 1075px;
    height: 100%;
    background-color: rgba(53, 53, 53, 1);
    padding-left: 148px;
    padding-bottom: 90px;
    text-align: left;
}
.hero .hero-child {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #999;
}
.hero h1 {
    color: #ccc;
}
.hero h2 {
    width: 100%;
    font-size: 21px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 5px;
    font-weight: 400;
    color: #5cfcff;
}
.hero h2 a {
    color: #5cfcff;
}
.hero h2 a:hover {
    color: orangered;
}
.hero h3 {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 5px;
    font-weight: 400;
    color: #5cfcff;
}
.hero p {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    color: #ccc;
}

.me {
    width: 50%;
    margin-top: 50px;
    margin-left: 0;
}

/* --------------------------------------------------------------------------------------------------------
mobile-icon
-------------------------------------------------------------------------------------------------------- */

.photo {
    width: 100%;
    height: 100vw;
    background-position: center top; 
    background-repeat: no-repeat; 
    background-attachment: local, scroll; 
    background-size: cover;
}
.service_map {
    background-image: url("../Media/unit/services_photo.webp");
}
.works_map {
    background-image: url("../Media/unit/works_photo.webp");
}
.blog_map {
    background-image: url("../Media/unit/blog_photo.webp");
}
.about_map {
    background-image: url("../Media/unit/about_photo.webp");
}
.contact_map {
    background-image: url("../Media/unit/contact_photo.webp");
}

.unittitle {
    float: right;
}
.service_title {
    padding-right: 0px;
}
.works_title {
    padding-top: 10px;
    padding-right: 0px;
}
.blog_title {
    padding-right: 0px;
}
.about_title {
    padding-right: 0px;
}
.contact_title {
    padding-right: 0px;
}

/* --------------------------------------------------------------------------------------------------------
mobile-icon
-------------------------------------------------------------------------------------------------------- */

.mobile-icon {
    position: fixed;
    top: 30px;
    left: 20px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999999;
}
.mobile-icon .ul {
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.mobile-icon span {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #999;
}
.mobile-icon .line1 {
    width: 100%;
}
.mobile-icon .line2 {
    width: 80%;
}
.mobile-icon .line3 {
    width: 90%;
}

.mobile-icon .open1 {
    top: 10px;
}
.mobile-icon .open2 {
    top: 16px;
    opacity: 1;
}
.mobile-icon .open3 {
    top: 22px;
}

.mobile-icon .close1 {
    width: 100%;
    transform: rotate(45deg);
    top: 25px;
}
.mobile-icon .close2 {
    opacity: 0;
}
.mobile-icon .close3 {
    width: 100%;
    transform: rotate(-45deg);
    top: 25px;
}


/* --------------------------------------------------------------------------------------------------------
tools
-------------------------------------------------------------------------------------------------------- */

.tools {
    position: fixed;
    top: 70px;
    right: 10px;
    z-index: 99999;

    /* 暫時 */
    /* display: none;  */
}
.tools li {
    float: left;
    width: 36px;
    margin-right: 20px;
    cursor: pointer;
}
.tools li img {
    width: 100%;
}
.tools li div {
    position: absolute;
    width: 100%;
    height: 36px;
    top: 0;
    /* background-color: orange; */
}


.member-menu {
    position: fixed;
    width: 150px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 7px;
    background-color: #999;
    top: 11vmin;
    border-radius: 4px;
    z-index: 999999;
    box-shadow: 5px 5px 24px rgba(0, 0, 0, .5);
}
.member-menu a {
    float: left;
    width: 100%;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    border-bottom: 1px solid #999;
    margin-bottom: 1px;
    color: #48323d;
    background-color: #fff;
    cursor: pointer;
}
.member-menu a:hover {
    color: #fff;
    background-color: orangered;
}

.min {
    right: 15vmin;
}
.mout {
    right: -150px;
}

/* --------------------------------------------------------------------------------------------------------
nav-frame
-------------------------------------------------------------------------------------------------------- */

.nav-frame {
    position: fixed;
    width: 480px;
    height: 100vh;
    top: 0;
    background-color: rgba(33, 33, 33, .93);
    padding-top: 110px;
    padding-bottom: 110px;
    z-index: 9999;
}
.nav-frame ul {
    /* width: calc(100% - 50px); */
    height: calc(100vh - 60px);
    /* margin-left: 50px; */
    padding: 30px;
    padding-top: 0px;
}
.nav-frame ul .unitname  {
    width: 100%;
    font-size: 28px;
    text-align: right;
    margin-bottom: 15px;
    /* color: #fff; */
}
.nav-frame ul li {
    width: 100%;
    margin-bottom: 20px;
}
.nav-frame ul li a {
    cursor: pointer;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
.nav-frame ul li .no {
    color: #999;
}
.nav-frame ul li a:hover {
    color: #cccccc;
}
.nav-close {
    left: -480px;
}
.nav-open {
    left: 0;
}

/* ---------------------------------------------------------
nav
--------------------------------------------------------- */


.nav {
    float: right;
    width: auto;
    padding-top: 80px;
    margin-right: 180px;
    display: block;
}
.nav ul {
    width: 100%;
    margin-top: 0%;
    margin-left: 0%;
}
.nav ul li {
    width: auto;
    margin-top: 0%;
    margin-left: 56px;
    float: left;
}
.nav ul li a {
    width: 100%;
}

.is {
    color: #5cfcff;
}
.no {
    color: #999;
}

/* ---------------------------------------------------------
area
--------------------------------------------------------- */

.m60 {
    width: 60%;
}

.slides {
    top: 0;
    width: 100%;
    height: 100vw;
    overflow: hidden;
    background-color: rgba(53, 53, 53, 1);
    
    background-image: url("../Media/slides/map.webp");
    background-position: center top; 
    background-repeat: no-repeat; 
    background-attachment: local, scroll; 
    background-size: cover;
}
.map {
    width: 100%;
    z-index: 1;
}

.header {
    width: 100%;
    height: 41vh;
    top: 0px;
    background-color: rgba(53, 53, 53, 1);
}
.homeheader {
    width: 100%;
    height: auto;
    display: none;
}

/* // ----------------------------------------------------- */
canvas {
    display: block;
    position: relative;
    z-index: 2;

    /* position: fixed;  */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent; /* 關鍵：讓畫布背景透明 */
    pointer-events: none; /* 不阻擋滑鼠事件 */
}
.homelogo {
    position: absolute;
    width: 36%;
    height: auto;
    top: 16%;
    left: 8%;
    z-index: 5;

    color: #fff;
}
.homelogo img {
    margin-bottom: 15px;
}
.homelogo h1 {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 33px;
    font-weight: 400;
    margin: 50px 0 10px 36px;
}
.homelogo h3 {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 28px;
    margin: 0 3px 30px 0;
    font-weight: 400;
}
.homelogo p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 50px;
    margin-left: 36px;
}
.booking-btn {
    float: left;
    height: 48px;
    width: 330px;
    border-radius: 24px;
    outline: none;
    border: none;
    color: #212121;
    background-color: #d8caaf;
    margin: 0 0px 10px 16px;
    font-size: 18px;
    cursor: pointer;
}

.booking-btn:hover {
    color: #fff;
    background-color: orangered;
}
.homelogo p {
    clear: both;
    width: 100%;
    height: auto;
    text-align: left;
}

.logo {
    position: absolute;
    width: 21%;
    margin-top: 70px;
    margin-left: 110px;
    top: 0%;
    left: 0%;
}
.alogo {
    position: absolute;
    width: 9.4%;
    height: auto;
    padding-top: 7.7%;
    margin-left: 8.2%;
}
.alogo a {
    width: 100%;
}
.alogo a img {
    width: 100%;
}


.white {
    position: absolute;
    width: 18%;
    height: auto;
    bottom: 7%;
    left: 12%;
    z-index: 3;
}
.white {
  display: flex;
  justify-content: center;
  align-items: flex-end; /* 讓圖片底部對齊 */
  height: 400px; /* 可依實際圖片大小調整 */
  transform: rotate(-3deg);
}

.white img {
  transform-origin: center bottom; /* 以腳底為中心搖 */
  animation: sway 3s ease-in-out infinite;
}

@keyframes sway {
  0%   { transform: rotate(-3deg); }
  /* 25%  { transform: rotate(0deg); } */
  50%  { transform: rotate(3deg); }
  /* 75%  { transform: rotate(0deg); } */
  100% { transform: rotate(-3deg); }
}
/* .white img {
    display: block;
    margin: 0 auto;
    width: 150px;
    animation: jump 1s infinite; 
}

@keyframes jump {
    0%   { transform: translateY(0); }
    25%  { transform: translateY(900px); } 
    50%  { transform: translateY(500); }     
    75%  { transform: translateY(451px); } 
    100% { transform: translateY(0); }     
} */
/* .macbook {
    position: absolute;
    width: 491px;
    height: auto;
    top: 15%;
    right: 10%;
    z-index: 4;
} */
.pad {
    position: absolute;
    width: 491px;
    height: auto;
    top: 11%;
    right: 10%;
    z-index: 4;
}


.main {
    width: 100%;
    height: auto;
}

/* unitname */
.unitname {
    width: 100%;
}
.unitname h2 {
    font-size: 48px;
    font-weight: 400;
    text-align: left;
    color: #5d67f6;
}
.ColorBars {
    width: auto;
    clear: both;
}
.ColorBars span {
    width: 6.8rem;
    height: 10px;
    margin-right: 0.8rem;
    background-color: rgba(228, 228, 228, 0.3);
}

.web {
    width: 75%;
    height: auto;
    /* padding-top: 8%; */
    margin-top: -150px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: flex-start; 
    z-index: 999;
}
.web a {
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    box-sizing: border-box;
}

.graphic {
    width: 75%;
    height: auto;
    margin-top: -160px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: flex-start; 
}
.graphic a {
    border-radius: 8px;
    /* box-shadow: 0 6px 18px rgba(0,0,0,0.06); */
    box-sizing: border-box;
}

.graphic a:nth-child(1) {
    margin-top: -60px;
}
.graphic a:nth-child(2) {
    margin-top: 175px;
}
.graphic a:nth-child(3) {
    margin-top: 0px;
}


.illustrator {
    width: 75%;
    height: auto;
}
.illustrator .a:nth-child(1) { 
    float: left;
    width: 69%;
    height: auto;
    margin-top: 60px;
    margin-left: -3%;
}
.illustrator .a:nth-child(2) { 
    float: right;
    width: 33%;
    height: auto;
    margin-left: 5%;
    margin-top: -45%;
}

.cute {
    width: 75%;
    height: auto;
}
.people {
    float: right;
    width: 48%;
    height: auto;
}
.animal {
    float: left;
    width: 48%;
    height: auto;
    margin-top: 60px;
}

.say {
    width: 100%;
    height: auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 60px;
    padding-top: 30px;
}
.say h2 {
    text-align: right;
    margin-bottom: 15px;
    color: #ccc;
}
.say p {
    line-height: 28px;
    text-align: right;
    color: #ccc;
}

iframe {
    width: 100%;
    height: 100vh;
}

/* --------------------------------------------------------------------------------------------------------
works css
-------------------------------------------------------------------------------------------------------- */

.works { 
  width: 56%; 
  /* min-height: 100vh;  */
  margin-left: 7.7%;
  display: flex; 
  align-items: center; 
  justify-content: center; 
  padding-bottom: 80px;
}

/* ------------------------------- */
/* 導覽列容器 */
.work-nav {
  /* border-bottom: 2px solid #eee; */
  padding: 10px 0;
  font-family: "Noto Sans TC", sans-serif;
  margin-left: 7.7%;
}

/* 列表設定 */
.work-nav ul {
  display: flex;
  
  /* align-items: center; */
  list-style: none;
  margin: 0;
  padding: 0;
  /* flex-wrap: wrap;  */
  /* 手機時自動換行 */
}

/* 每個項目 */
.work-nav li {
  margin: 0 5px 0 0;
}

/* 連結樣式 */
.work-nav a {
  text-decoration: none;
  color: #555;
  font-size: 1rem;
  padding: 8px 20px;
  /* border-radius: 4px; */
  position: relative;
  transition: all 0.3s ease;
  background-color: #fff;
  border-radius: 38px;
}

/* 滑過效果 */
.work-nav a:hover {
  color: #222;
}

/* 底線滑入動畫 */
.work-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  /* background: #007aff; */
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

/* 滑過時底線展開 */
.work-nav a:hover::after {
  width: 100%;
}

/* 當前頁面 (active) 樣式 */
.work-nav a.active {
  color: #666;
  
  background-color: #5cfcff;
  font-weight: 600;
}

.work-nav a.active::after {
  width: 100%;
}

/* RWD 響應式 */
@media (max-width: 1075px) {
    .hero {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 600px) {
    .work-nav {
        margin-left: 0%;
    }
    .work-nav ul {
        margin-left: 5px;
        justify-content: center;
    }
    .work-nav li {
        margin-left: 0;
    }

    video {
        width: 100%;
    }
  /* .work-nav ul {
    flex-direction: column;
  }

  .work-nav li {
    width: 100%;
    margin: 8px 0 10px 0;
  }

  .work-nav a {
    width: 100%;
  } */
}
/* ------------------------------- */

.container {
    clear: both;
    width: 100%; 
    display: grid; 
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 90px;
}

/* ------------------- 卡片 ------------------- */
.box {
  border-radius: 10px;
  opacity: 0; /* 初始隱藏 */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  transform: translateY(20px);
}
.box img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* ------------------- 初始動畫方向 ------------------- */
.from-left  { transform: translateX(-80px); }
.from-right { transform: translateX(80px); }
.zoom-in    { transform: scale(0.8); }

/* ------------------- 顯示狀態 ------------------- */
.from-left.show  { opacity: 1; transform: translateX(0); }
.from-right.show { opacity: 1; transform: translateX(0); }
.zoom-in.show    { opacity: 1; transform: scale(1); }

/* --------------------------------------------------------------------------------------------------------
card css
-------------------------------------------------------------------------------------------------------- */

.card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 1rem;
    text-align: center;
    font-size: 1.2rem;
    color: #333;
    transform: translateY(40px);
    opacity: 0;
    transition: all 0.1s ease;

    height: 370px;          /* 固定高度，可改為 200px / 300px 等 */
    overflow: hidden;       /* 超出內容隱藏 */
    /* display: flex;           */
    align-items: center;
    justify-content: center;
}

/* ---------------- 動畫 ---------------- */
@keyframes fadeInUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* 顯示狀態：播放動畫 */
.card.show {
  animation: fadeInUp 0.8s ease forwards;
}

/* ---------------- 響應式微調 ---------------- */
@media (max-width: 768px) {
  .card {
    font-size: 1rem;
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .container {
    gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .card {
    font-size: 0.95rem;
    padding: 1.2rem;
  }
}


.card-body {
    width: 100%;
    margin-top: 20px;
}
.card-body h3 {
    width: 100%;
    text-align: justify;
    font-size: 21px;
    margin-bottom: 10px;
}
.card-body p {
    width: 100%;
    text-align: justify;
    font-size: 16px;
}

.teacofee {
    margin-top: -50%;
}
.poster {
    margin-top: -37%;
}

/* --------------------------------------------------------------------------------------------------------
single css
-------------------------------------------------------------------------------------------------------- */

.single {
    width: 100%;
    padding: 0px 30px 90px 30px;
}
.content {
    width: 50%; 
}
.content img {
    width: 100%;
    margin-bottom: 80px;
}

/* H1（文章主標題）：28px – 36px
H2（段落主標）：22px – 28px
H3（次標題）：18px – 22px
H4 以後：16px – 18px */

.content h1 {
    width: 100%;
    color: #ccc;
    text-align: justify;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 36px;
}
.content h2 {
    width: 100%;
    color: #ccc;
    text-align: justify;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 28px;
}
.content h3 {
    width: 100%;
    color: #ddd;
    text-align: justify;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 22px;
}
.content h4 {
    width: 100%;
    color: #ccc;
    text-align: justify;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
}
.content p {
    width: 100%;
    color: #ccc;
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
    margin-bottom: 60px;
    font-weight: 400;
}
.content span {
    width: 100%;
    color: #ccc;
    font-size: 14px;
    line-height: 36px;
    text-align: justify;
    margin-bottom: 60px;
    font-weight: 400;
}
.content ul {
    width: 100%;
    margin-bottom: 50px;
    padding: 45px 15px 45px 15px;
    background-color: #fff;
    border-radius: 6px;
}
.content ul li {
    width: 100%;
    color: #212121;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
}

.back-button {
    position: absolute;
    top: -60px;
    right: 0;

    background-color: transparent;
    color: #666;
    border: 2px solid #333;
    padding: 0.5rem 1rem;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;

    z-index: 9999;
}

.back-button:hover {
    background-color: #333;
    color: #fff;
    transform: translateX(-3px);
}


/* --------------------------------------------------------------------------------------------------------
member
-------------------------------------------------------------------------------------------------------- */

.member {
    width: 100%;
}
.member h2 {
    font-size: 60px;
    font-weight: 400;
    font-family: Vidaloka;
    color: #fff;
}
.member ul {
    width: 100%;
}
.area {
    width: 100%;
    padding-bottom: 3em;
}
.area h2 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 60px;
}
.form {
    width: 100%;
}

/* --------------------------------------------------------------------------------------------------------
sign
-------------------------------------------------------------------------------------------------------- */

.sign {
    width: 100%;
    color: #fff;
}

.sign .title {
    width: 100%;
    text-align: center;
    font-size: 10vmin;
    font-family: Vidaloka;
    margin-bottom: 2vmin;
    color: #fff;
}
.sign a {
    font-size: 12px;
    top: 10px;
    padding-left: 16px;
    color: #fff;
}
.sign a:hover {
    color: #ff2893;
    border-bottom: 1px solid #fff;
}

.btn {
    float: right;
    height: 48px;
    color: #ffffff;
    font-size: 18px;
    line-height: 48px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 4px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    color: #212121;
    background-color: #5cfcff;
}
.btn:hover {
    color: #fff;
    background-color: orangered;
}

/* input / textarea  */
input, textarea {
    width: 100%;
    height: 48px;
    font-size: 18px;
    margin-bottom: 2px;
    border: none;
    outline: none;
    border-radius: 4px;
    padding: 15px;
    background-color: #fff;
    /* border-bottom: 1px solid #fff; */
    color: #212121;
}
textarea {
    height: 130px;
}

/* --------------------------------------------------------------------------------------------------------
footer css
-------------------------------------------------------------------------------------------------------- */

.footer {
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 0 60px 0;
    color: #aab7a9;
    background-color: #444951;
}

.footer-logo {
    position: absolute;
    left: 68px;
    font-weight: 400;
}
.footer-logo img {
    float: left;
    margin-left: 0px;
}
.footer-logo h3 {   
    padding-top: 150px;
    font-weight: 400;
}

.footer-nav {
    width: auto;
    float: right;
    margin-right: 10%;
}
.footer-nav ul {
    width: 300px;
    float: left;
    /* clear: none; */
    /* margin-left: 10%; */
}
.footer-nav ul li {
    width: 100%;
    text-align: left;
    clear: both;
}
.footer-nav ul li a {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #aab7a9;
}
.footer-nav ul li p {
    font-size: 16px;
    line-height: 36px;
    clear: both;
    text-align: left;
    color: #aab7a9;
}
.footer-nav ul li a:hover {
    color: #fff;
}


@media (max-width: 1500px) {

    .logo {
        /* width: 40%; */
        margin-top: auto;
        margin-left: auto;
        top: 28%;
        left: 10%;
    }

}
@media (max-width: 1400px) {

    .unittitle {
        width: 80%;
    }

    .footer-logo {
        left: 50px;
    }
    .footer-nav {
        width: 100%;
        margin-top: 15%;
        margin-left: 0%;
        padding-left: 68px;
        clear: both;
    }
    .footer-nav ul {
        width: 100%;
        clear: both;
        margin-left: 0%;
        padding-bottom: 3%;
    }
    .footer-nav ul li a, .footer-nav ul li p {
        font-size: 12px;
        line-height: 24px;
    }

    .say {
        padding-top: 30px;
    }
    .say h2 {
        text-align: center;
    }
    .say p {
        text-align: center;
    }
}

@media (max-width: 1024px) {

    .hero {
        width: 100%;
    }
    .area {
        padding-bottom: 1.5em
    }
    .area h2 {
        font-size: 36px;
        line-height: 36px;
    }

    .works {
        width: calc(100% - 15.4%);
    }

    .content {
        width: 100%; 
    }
    .homelogo {
        width: 60%;
    }
    .homelogo h1 {
        font-size: 23px;
    }
    .booking-btn {
        width: 230px;
        font-size: 14px;
    }

    .logo {
        width: 36%;
        margin-top: auto;
        margin-left: auto;
        top: 28%;
        left: 10%;
    }

    .white {
        width: 30%;
        left: auto;
        right: 12%;
        bottom: 10%;
    }

    .web {
        width: 80%;
        height: auto;
        grid-template-columns: repeat(1, 1fr);
    }
    .web a { 
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .pad {
        display: none;
    }

    .graphic {
        width: 80%;
        height: auto;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
    }
    .graphic a {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .graphic a:nth-child(1) {
        margin-top: 0px;
    }
    .graphic a:nth-child(2) {
        margin-top: 0px;
    }
    .graphic a:nth-child(3) {
        margin-top: 0px;
    }

    .illustrator {
        width: 80%;
        height: auto;
    }
    .illustrator .a {
        margin-bottom: 30px;
    }
    .illustrator .a:nth-child(1) { 
        float: none;
        width: 100%;
        height: auto;
        margin-top: 60px;
        margin-left: 0%;
    }
    .illustrator .a:nth-child(2) { 
        float: right;
        width: 100%;
        height: auto;
        margin-left: 0%;
        margin-top: 41px;
    }

    .cute {
        width: 80%;
        height: auto;
        padding-bottom: 30px;
    }
    .people {
        float: none;
        width: 100%;
        height: auto;
    }
    .animal {
        float: none;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 960px) {

    .header {
        height: 30vh;
    }

    .tools {
        top: 30px;
    }

    .alogo {
        width: 13%;
        padding-top: 18%;
        margin-left: 15%;
    }

    .nav {
        display: none;
    }

    .me {
        width: 100%;
    }

    .teacofee {
        margin-top: 0%;
    }
    .poster {
        margin-top: 0%;
    }

    .footer-nav {
        width: 100%;
        margin-top: 48%;
        margin-left: 0%;
        padding-left: 68px;
        clear: both;
    }

    .footer-nav ul {
        width: 100%;
        clear: both;
        margin-left: 0%;
        padding-bottom: 6%;
    }
}
@media (max-width: 480px) {
 
    .logo {
        width: 60%;
        margin-top: auto;
        margin-left: auto;
        top: 28%;
        left: 10%;
    }

    .homelogo {
        width: 56%;
        top: 20%;
    }
    .homelogo h1 {
        font-size: 21px;
    }
    .homelogo p {
        font-size: 14px;
    }

    .homefalse {
        display: none;
    }

    .booking-btn {
        height: 36px;
        width: 210px;
        font-size: 12px;
    }

    .nav-frame {
        width: 100%;
    }
    .nav-frame ul {
        width: 100%;
        margin-left: 0px;
    }

    .tools {
        top: 20px;
    }

    .web {
        margin-top: -68px;
    }

    .white {
        bottom: 7%;
    }

    .unittitle {
        width: 75%;
    }

    .footer-logo {
        left: 68px;
    }
    .footer-logo h3 {
        margin-top: 20px;
        margin-left: 0px;
        padding-top: 10px;
        clear: both;
    }
}