@import url('https://fonts.googleapis.com/css2?family=Jost&family=Varela+Round&display=swap');

*,
*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
}

h1 {
    font-family: 'Jost', sans-serif;
}

p {
    font-family: 'Jost', sans-serif;

}

.loading {
    animation: loading 1s 2s both;
    width: 100%;
    position: fixed;
    height: 100vh;
    background: #f7f7f7;
    z-index: 1002;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headers {
    height: auto;
}

.carousel-item {
    padding: 0 30px;
}

.carousel-item .img-warp {
    width: 100%;
    border-radius: 20px;
    height: 500px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.img-warp.img1 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('img/book-bg.jpg');
    background-size: cover;
    z-index: -1;
}

.img-warp.img2 {
    background: url('img/faci_bg.jpg');
    background-size: cover;
}

.img-warp.img3 {
    background: url('img/hotel3.jpg');
    background-size: cover;
}

.carousel-indicators {
    bottom: -35px;
}

.nearby-content::-webkit-scrollbar,
.rec-nav::-webkit-scrollbar,
.rec-content::-webkit-scrollbar,
.menus::-webkit-scrollbar {
    height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c7c7c7;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.carousel-indicators li {
    background-color: rgb(102, 102, 102);
    width: 8px;
    height: 8px;
    border-radius: 20px;
}

.carousel-indicators .active {
    background-color: rgb(34, 34, 34);
    width: 14px;
    height: 8px;
}

.navbars {
    width: 100%;
    background-color: #ffffff;

    z-index: 999;
    height: 90px;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbars nav {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbars ul {
    width: 40%;
    display: flex;
    height: 50%;
    padding-left: 20px;
    margin: 0;
    margin-left: 1%;
    border-left: 2px solid rgb(216, 216, 216);
    align-items: center;
}

.navbars ul li {
    width: 90px;
    display: flex;
    /* justify-content: center; */
}

.caro {
    margin-top: 100px;
    animation: appear 2s 2s both;
}

.items a {
    color: #191919;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Varela Round', sans-serif;
    transition: 0.3s;
}


.items a:hover {
    box-shadow: 0 3px 0 -1px #191919;
    transition: 0.3s;
}

.nav-more {
    display: flex;
}

.nav-more div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search i {
    padding: 15px;
    width: fit-content;
    z-index: 1;
    border-radius: 0 0.3rem 0.3rem 0;
    background: #cccccc;
    transition: 0.3s;
}

.search i:hover {
    background: #dbdbdb;
    transition: 0.3s;
}

.nav-more .login {
    margin: 0 0 0 10px;
}

.nav-more input {
    outline: none;
    transform: translateX(1px);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 0.3rem 0 0 0.3rem;
    transition: 0.3s;
}

.nav-more input:focus {
    transition: 0.3s;
    box-shadow: 0 0 10px #dbdbdb;
}

a,
a:hover {
    text-decoration: none;
}

li {
    text-decoration: none;
    list-style: none;
}

.logo {
    width: 100px;
    display: flex;
    justify-content: center;
}

.logo img {
    width: 110px;
}

.login a {
    background: #191919;
    padding: 10px 20px;
    border-radius: 0.3rem;
    color: white;
    transition: 0.3s;
}

.login a:hover {
    background: #444444;
    transition: 0.3s;
}

.login i {
    background: #ececec;
    width: fit-content;
    padding: 14px;
    border-radius: 0.3rem;
    margin-right: 10px;
    transition: 0.3s;
}

.login i:hover {
    background: #dbdbdb;
    color: rgb(78, 78, 78);
    transition: 0.3s;
}

.img-warp h1 {
    color: white;
}

.img-warp p {
    color: rgba(255, 255, 255, 0.8);

}

.carousel div.img-warp {
    justify-content: space-around;
    padding: 1.7rem 0 0 0;
}

.img-warp .tagger a {
    margin-top: 10px;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 0;
    border: white 1px solid;
    background: transparent;
    letter-spacing: 1px;
    transition: 0.3s;
}

.img-warp .tagger a:hover {
    background: #ffffff;
    color: #191919;
    transform: translateY(-4px);
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    transition: 0.3s;
}

.tagger {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.book-search {
    width: 60%;
    height: 60px;
    border-radius: 0.3rem;
    background: white;
}

.book-search form {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.book-search form label {
    margin-bottom: 0;
    font-family: 'Valera Round', sans-serif;
    font-weight: 600;
    font-size: 14px;

}

.group {
    width: 200px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    text-align: start;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: center;
}

.groups {
    display: flex;
    border-right: 1px solid rgba(0, 0, 0, 0.1);

}


.gr-end {
    border: none;
}

.ingroup {
    width: 120px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    text-align: start;
    justify-content: center;
}

.tag-btn {
    display: flex;
    align-items: center;
    height: 80px;
}

.group-btn .searchs {
    padding: 15px;
    border-radius: 0.3rem;
    background: #cccccc;
    transition: 0.3s;
    cursor: pointer;
}

.group-btn .searchs:hover {
    background: #191919;
    color: white;
    transition: 0.3s;
}

.input-form {
    display: flex;
    align-items: center;
    width: 90%;
}

.group-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input-form input {
    border: none;
    outline: none;
}

.body {
    width: 100%;
    height: auto;
    padding: 0 80px;
    margin-top: 50px;
}

.parent-grid {
    width: 100%;
    height: 500px;
    display: grid;
    grid-template-columns: 0 repeat(3, 1fr) 0;
    grid-template-rows: repeat(4, 1fr) 0;
    padding: 30px 0;
}

.parent-grid h6 {
    color: white;
}

.parent-grid p {
    color: rgba(255, 255, 255, 0.5);
}

.grid1,
.grid2,
.grid3,
.grid4 {
    border-radius: 1.3rem;
    display: flex;
    transform: translateY(10px);
    padding: 0 20px;
    align-items: flex-end;
    margin: 10px;
    opacity: 0;
    box-shadow: inset 0 -90px 100px #000000c9;
    transition: 0.3s;

}

.appear {
    transform: translateY(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
    transition: 1s;
}

.appear2 {
    transform: translateY(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
    transition: 1s 0.2s;
}

.appear3 {
    transform: translateY(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
    transition: 1s 0.4s;
}

.appear4 {
    transform: translateY(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
    transition: 1s 0.6s;
}

.grid1:hover,
.grid2:hover,
.grid3:hover,
.grid4:hover {
    box-shadow: none;
    cursor: pointer;
    transition: 0.3s;
}

.grid1 .grid-txt,
.grid2 .grid-txt,
.grid3 .grid-txt,
.grid4 .grid-txt {
    opacity: 1;
    transition: 0.3s;
}

.grid1:hover>.grid-txt,
.grid2:hover>.grid-txt,
.grid3:hover>.grid-txt,
.grid4:hover>.grid-txt {
    opacity: 0;
    transition: 0.3s;
}

.grid1 {
    grid-area: 1 / 2 / 5 / 3;
    background: url('img/171-1710812_forest-wallpaper-4k.jpg');
    background-size: cover;
}

.grid2 {
    grid-area: 3 / 3 / 5 / 4;
    background: url('img/new_zealand_panorama_skyscrapers_buildings_shore_lighting_119195_3840x2160.jpg');
    background-size: cover;
}

.grid3 {
    grid-area: 1 / 3 / 3 / 4;
    background: url('img/bg.jpg');
    background-size: cover;
}

.grid4 {
    grid-area: 1 / 4 / 5 / 5;
    background: url('img/visualsofdana-T5pL6ciEn-I-unsplash.jpg');
    background-size: cover;
}

.tag {
    margin-bottom: 10px;
    margin-top: 20px;
}

.nearby-content {
    width: 100%;
    height: auto;
}

.nearby {
    transform: translateX(20px);
    opacity: 0;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    height: 220px;
    /* transition: 0.5s; */
}

.tag h5 {
    font-family: 'Varela Round', sans-serif;
    font-weight: 600;
}

.nearby-item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.nearby-img {
    width: 50px;
    border-radius: 0.3rem;
    height: 50px;
    overflow: hidden;
}

.nearby-text p {
    margin: 0;
}

.nearby-warp {
    display: flex;
    /* padding: 10px 45px 10px 0; */
}

.nearby-text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 10px;
}

.nearby-text h6 {
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'Varela Round', sans-serif;

}

.nearby-img img {
    /* max-width: 50px; */
    max-height: 50px;
}

.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr) 0;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
}

.div1 {
    grid-area: 2 / 1 / 3 / 2;
}

.div2 {
    grid-area: 2 / 2 / 3 / 3;
}

.div3 {
    grid-area: 2 / 3 / 3 / 4;
}

.div4 {
    grid-area: 2 / 4 / 3 / 5;
}

.div5 {
    grid-area: 3 / 1 / 4 / 2;
}

.div6 {
    grid-area: 3 / 2 / 4 / 3;
}

.div7 {
    grid-area: 3 / 3 / 4 / 4;
}

.div8 {
    grid-area: 3 / 4 / 4 / 5;
}

.recommend {
    opacity: 0;
    transform: translateX(20px);
    padding: 10px;
}

.rec-nav {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}

.rec-items {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;

}

.rec-item.active {
    color: #191919;
    box-shadow: 0 3px 0 -1px #191919;
}

.rec-item {
    font-weight: 400;
    margin: 0 20px 0 0;
    font-family: 'Varela Round', sans-serif;
    display: flex;
    color: #b4b4b4;
    cursor: pointer;
}

.rec-parent {
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(4, 1fr) 0;
    grid-template-rows: repeat(4, 1fr) 0;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.rec-div1 {
    grid-area: 1 / 1 / 2 / 2;
}

.rec-div2 {
    grid-area: 2 / 1 / 3 / 2;
}

.rec-div3 {
    grid-area: 3 / 1 / 4 / 2;
}

.rec-div4 {
    grid-area: 4 / 1 / 5 / 2;
}

.rec-div5 {
    grid-area: 1 / 2 / 2 / 3;
}

.rec-div6 {
    grid-area: 2 / 2 / 3 / 3;
}

.rec-div7 {
    grid-area: 3 / 2 / 4 / 3;
}

.rec-div8 {
    grid-area: 4 / 2 / 5 / 3;
}

.rec-div9 {
    grid-area: 1 / 3 / 2 / 4;
}

.rec-div10 {
    grid-area: 2 / 3 / 3 / 4;
}

.rec-div11 {
    grid-area: 3 / 3 / 4 / 4;
}

.rec-div12 {
    grid-area: 4 / 3 / 5 / 4;
}

.rec-div13 {
    grid-area: 1 / 4 / 2 / 5;
}

.rec-div14 {
    grid-area: 2 / 4 / 3 / 5;
}

.rec-div15 {
    grid-area: 3 / 4 / 4 / 5;
}

.rec-div16 {
    grid-area: 4 / 4 / 5 / 5;
}

.rec-parent p {
    color: rgba(25, 25, 25, 0.6);
}


.foot-more {
    padding: 20px 18% 0 90px;
    /* margin-top: 20px; */
    width: 100%;
    background: rgb(248, 248, 248);
    height: 200px;
    display: flex;
    justify-content: space-between;
}

.table td,
.table th {
    border: none !important;
}

.gaps {
    width: 100%;
    padding-bottom: 20px;
    height: 10px;
    margin-top: 40px;
    background: rgb(248, 248, 248);
    border-top: 2px solid rgb(199, 199, 199);

}

.table td {
    padding: 0 0.75rem;
}

.table thead th {
    border: none !important;

}

.copyright {
    padding: 0 90px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 70px;
    align-items: center;
    /* border-top: 2px solid rgb(199, 199, 199); */
    background: rgb(24, 24, 24);
}

.copy-item p {
    margin: 0;
}

.copy-item:nth-child(2) {
    border-left: 1px solid white;
    padding-left: 10px;
}

.copy-item:nth-child(2) a {
    color: #dbdbdbbe;
}

.copy-item:nth-child(2) a:hover {
    color: #ffffff;

}

.copy-item:nth-child(2) span {
    margin: 0 10px;
    padding-bottom: 6px;
}

.copy-item {
    width: 130px;
    display: flex;
    height: 30px;
    align-items: center;
    color: white;
}

.copy-warp {
    display: flex;
    align-items: center;
}

.social a {
    margin: 0 5px;
    color: rgba(255, 255, 255, 0.3);
}

.social a:hover {
    color: white;
}

.foot-item:nth-child(1) {
    opacity: 0;
    transform: translateY(20px);
}

.foot-item:nth-child(2) {
    opacity: 0;
    transform: translateY(20px);
}

.foot-item:nth-child(3) {
    opacity: 0;
    transform: translateY(20px);
}

.foot-item:nth-child(4) {
    opacity: 0;
    transform: translateY(20px);
}

.foot-item a {
    color: #007bffc9;
}

.foot-item a:hover {
    color: #0068d8;
}

.navbars .hamburger {
    display: none;
}

.hamburger {
    width: 35px;
    height: 30px;
    position: fixed;
    left: 10%;
    top: 2rem;
    display: none;
    z-index: 999;
}

.ham-lines {
    position: absolute;
}

.hamburger span {
    width: 30px;
    height: 3px;
    background: rgb(0, 0, 0);
    position: absolute;
}

.hamburger span.blacks {
    background: black;
}

.ham-lines span:nth-child(2) {
    margin-top: 12px;
    opacity: 1;
    transition: opacity 0.5s ease 0.5s, background 0.3s ease-in-out;

}

.ham-lines span:nth-child(3) {
    margin-top: 24px;
    transition: transform 0.5s ease 0s, margin-top 0.5s ease 0.5s, background 0.5s ease-in-out;
}

.ham-lines {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.ham1 {
    transition: transform 0.5s ease 0s, margin-top 0.5s ease 0.5s, background 0.5s ease-in-out;
}

.ham1.active {
    margin-top: 12px;
    transform: rotate(140deg);
    transition: margin-top 0.5s ease 0s, transform 0.5s ease 0.5s, background 0.3s ease-in-out;
    background: #191919;

}

.ham3.active {
    margin-top: 12px !important;
    transform: rotate(220deg);
    transition: margin-top 0.5s ease 0s, transform 0.5s ease 0.5s, background 0.3s ease-in-out !important;
    background: #191919;

}

.ham-lines span:nth-child(2).active {
    opacity: 0;
    transition: opacity 0.5s ease 0.25s, background 0.3s ease-in-out;
    background: #191919;
}

.navbars.active {
    box-shadow: 0 3px 10px #e6e6e6;
}

.hidden-nav {
    display: none;
    top: 0;
    position: fixed;
    padding-top: 110px;
    width: 100%;
    background: white;
    z-index: 998;
    align-items: flex-end;
}

.hidden-nav ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.hid-search,
.hid-item {
    padding: 10px 50px 10px 90px;
}

.hid-search {
    width: 100%;
    height: 60px;
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.hid-search input {
    width: 100%;
    outline: none;
    padding: 0 10px;
    border-radius: 0.3rem 0 0 0.3rem;
    border: #cccccc 1px solid;
    height: 50px;
    transform: translateX(1px);
    z-index: 0;
}

.hid-search input:focus {
    box-shadow: #dbdbdb 0 0 5px;
}

.hid-search i {
    padding: 17px;
    border-radius: 0 0.3rem 0.3rem 0;
    background: #cccccc;
    z-index: 1;
}

.hid-search i:hover {
    color: white;
    background: #dbdbdb;

}

.hid-item {
    width: 100%;
    border-bottom: #b4b4b4 1px solid;
}

.hid-item a {
    width: 100%;
    color: #191919;
}

.hid-item:hover {
    background: rgb(240, 240, 240);
}

#book {
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    display: none;
    justify-content: center;
    align-items: flex-end;
}

.book-warp {
    width: 70%;
    height: 550px;
    background: white;
    border-radius: 3rem 3rem 0 0;
    display: flex;
    justify-content: start;
    flex-direction: column;
}

.book-h,
.book-c {
    width: 100%;
    padding: 0 50px;
}

.book-h {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.book-h p {
    margin-bottom: 0;
}

.book-c {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.book-c label {
    margin-bottom: 0;
    color: #4e4e4e;
    font-weight: 600;
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.book-input {
    width: 100%;
}

.b-group {
    display: flex;
    width: 100%;
    border: 1px solid rgb(233, 233, 233);
    padding: 10px 20px;
    flex-direction: column;
}

.b-group:nth-child(1) {
    border-radius: 1rem 1rem 0 0;
}

.b-group:nth-child(2) {
    transform: translateY(-1px);
}

.b-group:nth-child(3) {
    transform: translateY(-2px);

}

.b-group:nth-child(4) {
    transform: translateY(-3px);
    border-radius: 0 0 1rem 1rem;

}

.b-group input {
    outline: none;
    border: none;
}

.book-h span {
    text-transform: uppercase;
    font-size: 1.5rem;
    height: 50px;
    width: 50px;
    padding-top: 3px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-family: 'Varela Round', sans-serif;
    border: 1px solid rgb(233, 233, 233);
    border-radius: 0.5rem;
}

.text-book {
    display: flex;
    flex-direction: column;
}

.buton {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buton button {
    width: 230px;
    height: 40px;
    color: white;
    background: #FF7F51;
    border-radius: 0.3rem;
    outline: none;
    border: none;
}

/* ------------------1150px----------- */
@media screen and (max-width:1150px) {
    .carousel div.img-warp {
        justify-content: center;
    }

    .book-search {
        width: auto;
        margin-top: 20px;
    }

    .input-form {
        display: none;
    }
}

/* ---------------------------1050px-------------- */
@media screen and (max-width:1055px) {
    .logo img {
        display: none;
    }

    .hidden-nav.active {
        display: flex;
        animation: nav-down 0.5s ease-in-out both;
        opacity: 1;
    }

    .hidden-nav.hide {
        display: flex;
        animation: nav-up 0.5s ease-in-out both;
        opacity: 0;
        transition: opacity 0.2s 0.6s;
    }

    .hid-search {
        display: none;
    }

    .nav-more {
        justify-content: end;
        padding-right: 10px;
    }

    .navbars ul {
        display: none;
    }

    .navbars .hamburger {
        display: flex;
        align-items: center;

    }

    .hamburger .ham-lines {
        display: flex;
        flex-direction: column;
        align-self: center;
    }

    .parent {
        width: 1000px;
    }

    .nav-more {
        width: 80%;
    }

    .nav-more .search {
        width: 75%;
    }

    .nav-more input {
        width: 100%;
    }

    .nearby-content {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .rec-nav {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .rec-items {
        width: 600px;
    }
}

/* ------------------800px----------- */
@media screen and (max-width:800px) {
    .body {
        padding: 0 50px;
    }

    .foot-more {
        padding: 20px 50px 0 50px;
    }

    .copyright {
        padding: 0 50px;
    }

    .nav-more .search {
        width: 100%;
    }

    .login a {
        width: 90px;
    }

    .nav-more {
        justify-content: end;
        padding-right: 50px;
    }

    .book-warp {
        width: 80%;
    }
}

/* ------------------625px----------- */
@media screen and (max-width:625px) {
    .body {
        padding: 0 30px;
    }

    .hid-search,
    .hid-item {
        padding: 10px 20px 10px 60px;
    }

    .parent-grid {
        width: 700px;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        height: 240px;
    }

    .rec-items {
        width: 500px;
    }

    .grid1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .grid2 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .grid3 {
        grid-area: 1 / 3 / 2 / 4;
    }

    .grid4 {
        grid-area: 1 / 4 / 2 / 5;
    }

    .menus {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .foot-more {
        padding: 20px 30px 0 30px;
    }

    .copyright {
        padding: 0 30px;
    }

    .rec-parent {
        width: 535px;
        grid-template-columns: repeat(3, 1fr) 0;
    }

    .rec-content {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .rec-div13,
    .rec-div14,
    .rec-div15,
    .rec-div16 {
        display: none;
    }

    .foot-item {
        width: 50%;
        display: flex;
        justify-content: center;
    }

    .foot-item h6 {
        font-size: 16px !important;
    }

    .foot-item a {
        font-size: 13px;
    }

    .foot-item li {
        width: 100px;
    }

    .foot-item:nth-child(3),
    .foot-item:nth-child(4) {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .foot-more {
        display: flex;
        height: auto;
        flex-wrap: wrap;
    }
}

/* ------------------565px----------- */
@media screen and (max-width:565px) {
    .nav-more .search {
        display: none;
    }

    .hid-search {
        display: flex;
    }

    .hid-search,
    .hid-item {
        padding: 10px 20px 10px 50px;
    }

    .body {
        padding: 0 20px;
    }

    .foot-more {
        padding: 20px 20px 0 20px;
    }

    .copyright {
        padding: 0 20px;
    }

    .carousel-control-next {
        margin-right: 20px;
    }

    .carousel-control-prev {
        margin-left: 20px;
    }

    .img-warp h1 {
        font-size: 2rem !important;
    }

    .img-warp p {
        font-size: 13px;
    }

    .body h5 {
        font-size: 1rem !important;
    }

    .body h6 {
        font-size: 0.8rem !important;
    }

    .body p {
        font-size: 12px;
    }

    .rec-item {
        font-size: 0.85rem;
    }

    .copyright p,
    .copyright a {
        font-size: 12px;
    }

    .copy-item {
        justify-content: center;
    }

    .nav-more {
        padding-right: 20px;
    }

    .book-warp {
        width: 100%;
    }
}

/* ------------------410px----------- */
@media screen and (max-width:410px) {
    .copyright {
        height: 95px;
        flex-wrap: wrap;
        padding-top: 20px;
        justify-content: space-around;
        align-items: flex-start;
    }

    .loading img {
        width: 300px;
    }

    .copy-warp {
        width: 100%;
        justify-content: center;
    }

    .hid-search,
    .hid-item {
        padding: 10px 20px 10px 40px;
    }
}

/* ------------------350px----------- */
@media screen and (max-width:350px) {
    .carousel-control-next {
        margin-right: 40px;
    }

    .carousel-control-prev {
        margin-left: 40px;
    }
}



/* -----------------animate------------------ */

@keyframes slide-up {
    0% {
        transform: translateY(700px);
    }

    100% {
        transform: translateY(0px);

    }
}

@keyframes slide-down {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(700px);

    }
}

@keyframes nav-down {
    0% {
        transform: translateY(-300px);
    }

    100% {
        transform: translateY(0px);

    }
}

@keyframes nav-up {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-300px);

    }

}

@keyframes appear {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;

        transform: translateY(0px);

    }

}

@keyframes loading {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-1600px);
    }
}