/*
    prefix: kz (Kanazawa {Nihongo HP})
*/

@font-face {
    font-family: "bickham";
    src: url("./assets/fonts/BickhamScriptPro-Semibold.otf");
    src: url("./assets/fonts/BickhamScriptPro-Semibold.otf") format("otf"), url("./assets/fonts/BickhamScriptPro-Semibold.otf") format("opentype"), url("CustomFont.svg#filename") format("svg");
}

@font-face {
    font-family: "default-en";
    src: url("./assets/fonts/default-en.ttf");
    src: url("./assets/fonts/default-en.ttf") format("ttf"), url("./assets/fonts/default-en.ttf") format("opentype"), url("default-en.svg#filename") format("svg");
}
.jp_head_font{
    font-family: jp_head;
}

form,
input,
textarea {
    -moz-user-select: all !important;
    -webkit-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
    -webkit-user-select: text !important;
}

* {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-overflow-style: none;
  /* IE and Edge hide scrollbar bar*/
  scrollbar-width: none;
  /* Firefox hide scrollbar bar */
}

*::-webkit-scrollbar {
    /* chrome hide scrollbar bar */
    display: none;
}

.kz-flag-container {
    font-size: 1.3rem;
    text-align: center;
}

.kz-flag {
    font-size: 2rem;
    text-align: center;
}

.eng-only-title {
    font-family: 'bickham';
    font-size: 3rem;
}

.pdf-download-btn {
    margin: 1em;
    background-color: var(--dark-blue);
    color: #fff;
}

.pdf-download-btn a {
    text-decoration: none;
    color: #fff;
    border: none;
    outline: none;
}

.pdf-download-btn a:hover {
    text-decoration: none;
    color: #fff !important;
    border: none;
}

.pdf-download-btn:hover {
    background-color: #134271;
    color: #fff;
}

*::-webkit-scrollbar {
    /* chrome hide scrollbar bar */
    display: none;
}

:root {
    --black: #000000;
    --white: #ffffff;
    --golden: #CAB15D;
    --dark-golden: #b39430;
    --dark-blue: #182c45;
    --facebook: #1093F4;
    --kz-red: #f51000;
    --golden-glow-1: #7c6004;
    --golden-glow-2: #110e04;
}

img {
    vertical-align: middle;
}

#langMB {
    display: flex;
    font-size: 14px;
    margin-top: -1px !important;
}

.kz-lang-container {
    margin-top: 2px !important;
}


/* all underline padding below */
u {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Horizontal space */

.space-x-10> :not([hidden])~ :not([hidden]) {
    --kz-space-x-reverse: 0;
    margin-right: calc(2.50rem * var(--kz-space-x-reverse));
    margin-left: calc(2.50rem * calc(1 - var(--kz-space-x-reverse)));
}

.space-x-5> :not([hidden])~ :not([hidden]) {
    --kz-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--kz-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--kz-space-x-reverse)));
}

.space-x-2> :not([hidden])~ :not([hidden]) {
    --kz-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--kz-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--kz-space-x-reverse)));
}

.space-x-1> :not([hidden])~ :not([hidden]) {
    --kz-space-x-reverse: 0;
    margin-right: calc(0.35rem * var(--kz-space-x-reverse));
    margin-left: calc(0.35rem * calc(1 - var(--kz-space-x-reverse)));
}

.button-space> :not([hidden])~ :not([hidden]) {
    --kz-space-x-reverse: 0;
    margin-right: calc(2.50rem * var(--kz-space-x-reverse));
    margin-left: calc(2.50rem * calc(1 - var(--kz-space-x-reverse)));
}


/* Smooth transitions */

.transitionFiveSec,
.share-content .share li {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body {
    background-color: var(--white);
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: var(--black)
}

h1 {
    font-size: 1.5rem;
    font-weight: bold;
}


/* About Kanazawa */

.kz-about-kanazawa {
    background-image: url('../images/single.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 4em 0em;
}

.about-title {
    padding: 2em 0em;
    font-size: 1.5rem;
    font-weight: bold;
}

.about-img {
    width: 250px;
    aspect-ratio: 1;
}

.about-item {
    display: flex;
    height: 4em;
    padding-top: 1em;
    border-bottom: 2px dotted var(--dark-blue);
}


/* KZ Feature section */

.kz-feature-section {
    background-image: url('../images/feature_bg.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 2em 0em;
}

.circle-img {
    width: 300px;
    position: absolute;
}

.mainpoint {
    font-size: 1.2rem;
}

.kz-section-top {
    padding-top: 40px;
    text-align: center;
    font-size: 2rem;
    position: relative;
    z-index: 1;
}

.kz-top-section {
    background-image: url('../images/background.svg');
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    height: calc(450px * 2);
}

.swiper {
    width: 100%;
    height: 400px;
}

.kz-language {
    display: flex;
    align-items: center;
    background-color: cadetblue;
}

.kz-language a {
    color: var(--kz-red);
}

.feature-details:hover {
    color: #c4a12b !important;
}

.form-check-input {
    background-color: var(--golden);
}

input[type=checkbox]:checked {
    background-color: var(--golden);
}

a:hover {
    color: #c4a12b !important;
}

#lang {
    display: inline-block;
}

.kz-language-items {
    padding: .25rem 2rem;
}

.kz-language-items:hover {
    background-color: var(--golden);
}

.kz-language-items:hover {
    color: var(--white) !important;
}

.kz-language-items a:hover {
    color: var(--white);
}

.main-content {
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.langWrap {
    z-index: 1021;
}

.play-btn {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    color: var(--golden);
    font-size: 4rem;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 5;
    top: 65px;
    left: 150px;
}


/* Student's voice section css */

.card-top {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 0rem;
}

.modal-header {
    background-color: var(--golden);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    align-items: center;
    font-size: 65%;
    font-weight: 100;
    text-align: left !important;
}

.swal2-styled {
    background-color: var(--golden) !important;
    border: none;
}

button.swal2-close {
    background-color: red !important;
    color: #fff !important;
    border-radius: 50% !important;
    border: none !important;
}

.kz-st-voice-card-img {
    width: 280px;
    height: 280px;
    aspect-ratio: 1;
}

.kz-student-name {
    padding: .35em 0em;
    font-weight: bold;
}

.card-body {
    padding: 0em 1em 2em 1em;
    text-align: justify;
}

/* News section css */

.kz-news-section {
    padding: 3em 0em;
}

.kz-news {
    display: flex;
    padding: 1.5em 0em;
    align-items: center;
}

.kz-news:hover {
    cursor: pointer;
}

.text-muted {
    white-space: nowrap;
}

hr {
    margin: 0px;
    padding: 0px;
}


/* Contact section css */

.confirmation-contact {
    position: relative;
    top: -400px;
}

.iso-code-group {
    display: flex;
}

.country-codes {
    width: 25%;
    position: relative;
}

.kz-phone {
    width: 75%;
}

.kz-select-icon {
    position: absolute;
    right: 3%;
    top: 19%;
    font-size: 1.25rem;
}

.kz-btn-custom {
    color: #fff;
    background-color: var(--golden);
    border-color: var(--golden);
}

.kz-btn-custom:hover {
    background-color: #a48a46;
}

.kz-policy-title {
    font-weight: bold;
}

.news_contact {
    background-image: url('../images/background.svg');
}

.kz-contact {
    padding: 4rem 0rem;
}

.kz-contact-wrapper {
    padding: 4rem 4rem;
    padding-bottom: 2rem;
    background-color: rgba(255, 255, 255, .75);
    margin: 4em 0em;
    border: 1px solid #000;
}

.kz-btn-back {
    background-color: var(--dark-blue);
    color: var(--white);
}

.kz-btn-back:hover {
    background-color: var(--dark-blue);
    color: var(--white);
}

.kz-form-element {
    padding: 0.5rem 0rem;
}

.kz-important {
    color: var(--kz-red);
}

.kz-input {
    height: 3rem;
    background-color: #ededed;
}

.kz-msg-input {
    background-color: #ededed;
}

.kz-checkbox {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.kz-check-label {
    height: 22px !important;
}

.kz-privacy-policy {
    height: 10rem;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0em 1em;
    margin: 1em 0em;
    overflow-y: scroll;
}

.inactive {
    display: none !important;
}

.error {
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--kz-red);
    background: rgba(192, 0, 0, 0.25);
}

.error p {
    color: var(--kz-red);
}

.err-name,
.err-email,
.err-message {
    color: var(--kz-red);
    padding: .25em 0em;
}

.svg-btn {
    width: 170px;
    height: 170px;
    pointer-events: none;
}

.svg-btn::focus {
    outline: none !important;
    border: none !important;
}

.kz-btn-wrapper {
    padding: 1rem 0rem;
}

.kz-form-btn {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.kz-information {
    padding: 1em 0em;
    text-align: center;
}


/* Footer section css */

.text-container {
    padding: 1em 0em;
}

.kz-logo-title {
    font-size: 2rem;
    font-family: 'effra'
}

.kz-logo-sub-title {
    font-size: 1.65rem;
    display: block;
}

.kz-content-wrapper {
    border-left: 1px solid #fff;
}

.kz-sns-conent {
    display: flex;
    align-items: center;
    padding: 1em 0em;
}

.kz-sns-conent img {
    width: 2.55rem;
}

.kz-sns-conent img:hover {
    opacity: .55;
}

.kz-address {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.kz-address-tt {
    text-align: left;
    color: #fff;
}

.disabled {
    pointer-events: none;
    color: #fff;
}

.kz-copywrite {
    color: #fff;
    padding: 2rem 0 0 0;
    text-align: center;
}

.kz-content-wrapper-center {
    display: flex;
    flex-direction: column;
    padding: 0em 2.5em;
}

.img-fluid-center {
    display: flex;
    align-items: center;
}

.img-footer {
    object-fit: cover;
}

.kz-section-title {
    font-size: 2.5em;
    font-family: 'bickham';
}

.title-dark {
    color: var(--dark-blue);
}

.title-white {
    color: var(--white);
}

.kz-footer {
    padding: 4rem 0rem;
    width: 100%;
    background-image: url("./../images/footer.png");
    background-repeat: no-repeat, repeat;
    object-fit: cover;
    background-color: var(--white);
    background-size: cover;
}

.kz-map {
    width: 100%;
    height: 320px;
}

.gmap_canvas {
    height: 320px;
}

.kz-go-to-top {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: var(--golden);
    border: 1px solid var(--white);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    color: var(--white);
    right: 10px;
    bottom: 20px;
    z-index: 90;
}

.transitionFiveSec,
.kz-go-to-top {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.kz-go-to-top:hover {
    background-color: var(--white);
    color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
}

.text-container {
    font-family: "default-en";
}

.slide-image {
    width: 100%;
    height: 694px;
    object-fit: cover;

}

.kz-slide-position {
    position: relative;
}

@media (min-width:200px) and (max-width: 850px) {
    .kz-checkbox {
        display: block !important;
        text-align: left;
        justify-content: left;
        align-items: center;
    }

    .kz-feature-section {
        background-image: url('../images/feature_bg.svg');
    }

    .button-space> :not([hidden])~ :not([hidden]) {
        --kz-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--kz-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--kz-space-x-reverse)));
    }

    /* for hero images */
    .kz-top-section {
        height: calc(150px * 2);
    }

    .kz-falling-flower {
        width: 10px;
        height: 10px;
    }

    .kz-top-section {
        padding: 20px 0px;
    }

    .kz-sns-icon {
        font-size: 1.5rem;
    }

    div.kz-dd-item:last-of-type {
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    }

    .svg-btn {
        width: 60px;
        height: 60px;
        pointer-events: none;
    }

    .svg-btn:focus {
        outline: none;
    }

    .swiper {
        width: 100%;
        height: 150px;
    }

    .kz-image-wrap {
        width: 105px;
        height: 105px;
    }

    .slide-img {
        width: 100px !important;
        height: 100px !important;
    }

    .kz-news-text {
        font-size: .95rem;
    }

    .kz-contact-wrapper {
        padding: 2rem 1.5rem;
    }

    .confirmation-contact {
        top: -125px;
    }

    .kz-input {
        height: 2.5rem;
    }

    .kz-select-icon {
        right: 3%;
        top: .5rem;
    }

    .iso-code-group {
        display: block;
    }

    .country-codes {
        width: 100%;
        position: relative;
    }

    .kz-phone {
        width: 100%;
        transform: translate(-21px, 7px);
    }

    .kz-st-voice-card-img {
        width: 250px;
        height: 250px;
        aspect-ratio: 1;
    }


    /* footer responsive */
    .kz-logo-title {
        font-size: 1.75rem;
    }

    .kz-logo-sub-title {
        font-size: 1.45rem;
    }

    .kz-address {
        text-align: center;
    }

    .kz-copywrite {
        text-align: center;
    }
}