html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: arkhip;
    src: url('../fonts/arkhip.regular.ttf');
}

body {
    color: #000;
    background-color: #dff3fc;
    font-family: arkhip;
}

.ckin_sec01{
	padding-top:60px;
}
.skna_nav_hdr {
    z-index: 10;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 60px;
    width: 100%;
    background-color: #276284 !important;
}
.skna_logo_txt {
    font-size: 32px;
    margin-bottom: 0;
    padding-top: 15px;
}

.skna_ckin_sec_hr {
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
    background: url('../img/line.png');
    background-size: 60%;
    background-position: center;
    padding: 7px;
    outline: none;
    border: none;
    background-repeat: repeat-x;
    height: 7px;
    opacity: 1;
}   
.skna_cmn_btn {
    background-color: #276284;
    border: 1px solid #276284;
    color: #fff;
    text-transform: lowercase;
    width: 165px;
    height: 38px;
    border-radius: 5px;
    font-weight: normal;
    font-size: 18px;
    transition-duration: .2s;
}
.skna_cmn_btn:hover {
    background-color: #63aae2 !important;
    color: #fff !important;
    border: 1px solid #63aae2 !important;
}
.cmn_btn_alt {
    background-color: #ddd;
    color: #276284;
    border: 1px solid #ccc;
}
.skna_cntnt_wrap {
    padding: 0 25px;
}
.skna_bkngid_inpt {
    width: 100%;
    height: 40px;
    color: #000 !important;
    padding-left: 35px;
    padding-top: 5px;
    border: 1px solid #276284;
    border-radius: 5px;
    position: relative;
}
.skna_bkngid_p {
    position: relative;
}
.skna_bkngid_p::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-image: url('../img/user.png');
    background-size: contain;
    z-index: 2;
}
.ckin_cmn_p {
    color: #276284;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
}
.ckin_cmn_ul {
    color: #276284;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
    padding-left: 25px;
}
.bksmry_img {
    width: 100%;
    max-width: 550px;
    min-height: 200px;
    max-height: 250px;
    background: #fff;
}
.ckin_sml_p {
    color: #276284;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
}
.sknackin_btn_p {
    display: flex;
    justify-content: space-evenly;
}
.drnks_pkg_wrap {
    display: flex;
    flex-wrap: wrap;
}
.drnks_pkg_bx {
    width: 19%;
    margin: .5%;
    background-color: #fff;
}
.drnks_pkgbx_img_p {
    margin-bottom: 4px;
}
.drnks_pkgbx_img {
    width: 100%;
}
.drnks_pkgbx_name {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px !important;
    color: #276284;
    margin-bottom: 4px;
}
.drnks_pkgbx_qty_dv {
    display: flex;
    margin-bottom: 6px;
    border: 1px solid rgba(0,0,0,0.07);
}
.drnks_pkgbx_qty_btn {
    width: 20%;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 20px;
    height: 29px;
}
.drnks_pkgbx_qty_btn:hover {
    background-color: #d8e9f3;
}
.drnks_pkgbx_qty_inpt {
    width: 60%;
    text-align: center;
    border: 0;
    height: 29px;
    padding-top: 4px;
}
.drnks_pkgbx_price_p {
    text-align: center;
    color: #276284;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 4px;
}
.drnks_pkgbx_info_p {
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    padding: 0 3px;
    color: #276284;
    margin-bottom: 10px;
}
















