@import"./nav_bar.css";
@import"./datepicker.css";
@import"./footer.css";
@font-face {
    font-family: "F1_bold";
    src: url("../font/Formula1-Bold.otf");
    /* src: url("https://alldata.sgp1.digitaloceanspaces.com/fonts/NotoSerifTC/NotoSerifTC-Light.otf"); */
}

@font-face {
    font-family: "F1_regular";
    src: url("../font/Formula1-Regular.otf");
    /* src: url("https://alldata.sgp1.digitaloceanspaces.com/fonts/NotoSerifTC/NotoSerifTC-Light.otf"); */
}

#main_header nav.main_nav ul.link_list>li>a.b_n {
    color: rgb(216, 40, 28);
    text-decoration: underline;
}

#main_header nav.main_nav ul.link_list>li>a.o_f {
    color: black;
    text-decoration: none;
}

div.pic_container {
    text-align: center;
    background-color: black;
    font-size: 0;
    position: relative;
}

img.img_flow {
    /* border: 1px solid brown; */
    width: 80%;
    font-size: 0px;
    text-align: center;
    /* border: 2px solid red; */
}

div.pic_container>h1 {
    position: absolute;
    font-size: 5vw;
    font-family: 'f1_bold';
    z-index: 1;
    bottom: 40%;
    left: 5%;
    margin: 0;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
}

div.banner1 {
    background: rgba(0, 0, 0, 0.07);
    margin: 0;
    text-align: center;
}

div.banner1>h1 {
    color: black;
    font-family: f1_bold;
    font-size: 3vw;
    margin: 0;
    margin-left: 5px;
    opacity: 0.3;
    padding-bottom: 8px;
    text-align: left!important;
    display: inline-block;
    vertical-align: middle;
}

div.banner1>h3 {
    color: rgb(216, 40, 28);
    font-size: 30px;
    margin: 0 auto;
    font-family: 'f1_regular';
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

div.step1 {
    position: relative;
}


/* owl----------------------------------------------------- */

#sync1 {
    background-color: rgba(0, 0, 0, 0.884);
}

#sync1 .item {
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

#sync2 {
    height: 12vw;
}

#sync2 .item {
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    outline: none;
    width: 70%;
    margin: auto;
    margin-top: 4%;
}

#sync2 .item h1 {
    font-size: 18px;
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all 0.3s ease;
}


/* .owl-theme .owl-nav [class*='owl-'].disabled:hover {
background-color: #D6D6D6;
} */

#sync1.owl-theme {
    position: relative;
}

#sync2.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync2.owl-theme .owl-next,
#sync2.owl-theme .owl-prev {
    width: 10px;
}

#sync2.owl-theme .owl-prev {
    position: absolute;
    bottom: 15%;
    left: 45%;
}

#sync2.owl-theme .owl-next {
    position: absolute;
    bottom: 15%;
    right: 45%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

div.owl-dots {
    width: 10% auto;
    position: absolute;
    bottom: 18%;
    left: 48%;
}

@media (max-width: 1078px) {
    div.owl-dots {
        left: 27%;
        bottom: 3%;
    }
    #sync1 .item {
        width: 90%;
    }
    #sync2 .item {
        width: 50%;
    }
    #sync2 {
        height: 15vw;
        width: 50%;
    }
    div.price {
        right: 10% !important;
        bottom: 8% !important;
    }
}

@media (max-width: 727px) {
    #sync1.owl-theme {
        position: relative;
        /* border: 3px solid yellow; */
    }
    div.owl-dots {
        display: none;
    }
    #sync2 {
        height: 30vw;
        width: 100%;
    }
    div.price {
        right: 29% !important;
        bottom: 4% !important;
    }
    div.select_later {
        /* border: 1px solid red; */
        right: 5%!important;
        bottom: 2% !important;
    }
}

@media (max-width: 500px) {
    #sync1.owl-theme {
        position: relative;
        /* border: 3px solid yellow; */
    }
}

@media (max-width: 520px) {
    #sync1 .item {
        width: 100%;
    }
    #sync2 {
        height: 200px;
        width: 100%;
    }
    #sync2 .item {
        width: 70%;
    }
    div.price {
        right: 5% !important;
        bottom: 8% !important;
    }
}


/* @media (max-width: 559px) */


/* owl-------------------------------------------------------- */

@media (max-width: 536px) {
    div.step2 {
        /* border: 1px solid red; */
        height: 250px !important;
        background-position: 10% 70%!important;
        background-size: 30%!important;
    }
    div.select_later {
        /* border: 1px solid red; */
        width: 50%;
        right: 4%!important;
    }
    div.select_later>p {
        width: 200px !important;
    }
}

@media (max-width: 361px) {
    div.select_later>p {
        width: 150px !important;
    }
    div.step2 {
        background-position: 3% 60%;
    }
}

div.price {
    position: absolute;
    font-family: 'f1_bold';
    font-size: 1.5vw;
    color: rgb(216, 40, 28);
    bottom: 2%;
    right: 2%;
    z-index: 2;
    vertical-align: middle;
}

#count {
    vertical-align: middle;
    font-family: 'f1_regular';
}

div.step2 {
    position: relative;
    height: 36vw;
}

div.banner2 {
    background: rgba(0, 0, 0, 0.07);
    margin: 0;
    text-align: center;
}

div.banner2>h1 {
    color: black;
    font-family: f1_bold;
    font-size: 3vw;
    margin: 0;
    margin-left: 5px;
    opacity: 0.3;
    padding-bottom: 8px;
    text-align: left!important;
    display: inline-block;
    vertical-align: middle;
}

div.banner2>h3 {
    color: rgb(216, 40, 28);
    font-size: 30px;
    margin: 0 auto;
    font-family: 'f1_regular';
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

div.select_later {
    color: black;
    font-size: 2vw;
    font-family: 'f1_regular';
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 20%;
    top: 32%;
}

div.select_later>p {
    color: black;
    font-size: 1vw;
    font-family: 'Arimo', sans-serif;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    line-height: 1.5;
}

@media (max-width: 1436px) {
    .app-container {
        /* border: 2px solid red; */
        display: none;
    }
    div.step2 {
        /* border: 1px solid red; */
        background-image: url(../book_pics/calender.png);
        background-repeat: no-repeat;
        background-size: 20vw;
        background-position: 20% 80%;
    }
}

div.step3 {
    height: 500px;
    position: relative;
}

div.banner3 {
    background: rgba(0, 0, 0, 0.07);
    margin: 0;
    text-align: center;
}

div.banner3>h1 {
    color: black;
    font-family: f1_bold;
    font-size: 3vw;
    margin: 0;
    margin-left: 5px;
    opacity: 0.3;
    padding-bottom: 8px;
    text-align: left!important;
    display: inline-block;
    vertical-align: middle;
}

div.banner3>h3 {
    color: rgb(216, 40, 28);
    font-size: 30px;
    margin: 0 auto;
    font-family: 'f1_regular';
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

ul.info {
    text-align: center;
    padding: 0;
    margin: 0px;
    margin-top: 1.5%;
}

ul.info>li {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 20px;
}

div.button a.sum {
    text-align: center;
}

a.sum {
    font-size: 30px;
    font-family: f1_regular;
    text-decoration: none;
    text-align: center;
    display: block;
    /* border: 2px solid green; */
    width: 150px;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
    color: white;
    background-color: rgb(111, 177, 12);
    margin-top: 2%;
    padding-left: 4px;
    padding-bottom: 2px;
}

div.step3>img {
    width: 25%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

div.step3>h6 {
    width: 30%;
    font-size: 1vw;
    font-family: 'Arimo', sans-serif;
    position: absolute;
    left: 35%;
    bottom: 5%;
}

#count:focus {
    font-size: 1.5vw;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

@media (max-width: 800px) {
    div.step3 {
        height: 400px;
    }
    div.step3>h6 {
        width: 60%;
        bottom: 10%;
        left: 20%;
    }
    #main_header nav.main_nav ul.hiden_list {
        top: 10%;
    }
}

@media (max-width: 446px) {
    div.step3 {
        height: 500px;
    }
    div.step3>h6 {
        width: 60%;
        bottom: 5%;
        left: 20%;
    }
    #main_header nav.main_nav ul.hiden_list {
        top: 6.8%;
    }
}

@media (max-width: 376px) {
    div.step3 {
        height: 550px;
    }
    div.step3>h6 {
        width: 60%;
        bottom: 5%;
        left: 20%;
    }
}

div.footer {
    margin: 0;
}