@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
:root {
    --red-color: #9e5b57;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #fdfdfd;
    color: #131313;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

.root.rootcontainer {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
a {
    font-family: "Lato", sans-serif;
}
.material-symbols-outlined,
.pointer {
    cursor: pointer;
}
.navbar-brand img {
    width: 100px;
}
.no-drop {
    cursor: no-drop;
}
.section-title {
    color: #63a5de;
}
.top-nav-sticky a {
    color: white;
    text-decoration: none;
}

.nav-link {
    color: #131313;
}

.top-nav-sticky {
    background-color: #9e5b57;
    text-align: right;
    padding: 7px 10px;
    color: white;
    font-size: 12px;
}

.carousel-inner img {
    background: rgba(0, 0, 0, 0.2);
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 18%;
    width: 70%;
    padding: 5% 5% 0 30%;
    height: 100%;
    background-color: #f7fafd;
    font-weight: bold;
    transform: translate(-50%, -50%);
}

.dropdown-toggle::after {
    display: none !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu,
.dropdown-menu[data-bs-popper] {
    right: 10px !important;
    top: auto;
    left: auto !important;
    width: min-content !important;
}
.hero-sub-text {
    font-size: 16px;
    font-weight: normal;
    padding: 15px;
    margin-top: 20px;
    border-left: 2px solid #235784;
}

/* .hero-text {
  position: absolute;
  top: 50%;
  left: 18%;
  padding: 10% 5% 0 20%;
  height: 102%;
  background-color: #F7FAFD;
  font-weight: bold;
  transform: translate(-50%, -50%);
} */

.hr-underline {
    border: 2px solid #9e5b57;
    width: 50%;
    margin: 20px 0 25px 0;
}

.miniabout-img {
    width: 300px;
    border-radius: 50%;
    border: 1px solid lightblue;
    padding: 0 10px 10px 10px;
    margin: 10px 0;
}

.blue-container {
    padding: 40px;
    text-align: center;
    background-color: #f7fafd;
}

.counter-div h1,
.counter-div h6 {
    color: #235784;
    font-weight: bold;
}

.facility-mini-icon {
    text-align: center;
}

.facility-mini-icon p {
    margin: 5px 0 0 0;
    font-size: 12px;
    text-align: center;
}

.facility-mini-icon .material-symbols-outlined {
    color: #235784;
    background-color: #f7fafd;
    padding: 10px;
    font-size: 24px;
    margin: 20px 0 0 0;
    border-radius: 50%;
}
div:has(> img) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-history-facility img {
    max-width: 500px;
    min-width: 60%;
    max-height: fit-content;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.facility-mini-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

p {
    text-align: justify;
}

h1 {
    font-weight: 600;
}

.btn-check-room {
    background-color: #235784;
    color: #fdfdfd;
    font-weight: 600;
    padding: 7px 30px;
    border-radius: 6px;
    border: 0;
    margin: 20px;
}
a.btn-check-room {
    color: white !important;
    text-decoration: none;
    padding: 7px 30px 10px 30px;
}
a.btn-check-room:hover,
.btn-check-room:hover {
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.home-mini-form {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px 0;
    border-radius: 20px;
    margin: 40px 80px;
}

.home-mini-form .col-6 {
    width: 50%;
}

.mini-galler-container {
    padding: 50px 0;
    background-color: #f7fafd;
}

.mini-galler-container img {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

footer {
    background-color: #235784;
    color: #fdfdfd;
    padding: 50px 0 0 0;
}

footer ul,
.login-reg-container ul {
    padding: 0;
    list-style-type: none;
}

footer ul li a,
footer ul li a:hover,
footer a,
footer a:hover,
footer ul li .nav-link {
    color: #fdfdfd;
    text-decoration: none;
}

footer small.material-symbols-outlined,
.login-reg-container .material-symbols-outlined {
    font-size: 20px;
    font-weight: 300;
    vertical-align: text-bottom;
}

footer label {
    margin: 0;
}

.c-stmt {
    background-color: #093254;
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 80px;
}

footer .hr {
    width: 100px;
    margin: 10px 0;
    border: 1.2px solid white;
}

.c-stmt span {
    color: #fdfdfd;
}

.old-bg1 {
    /* background-image: url('./images/old-bg.png'); */
    background-image: url("/imgs/old-bg.png");
    background-size: cover;
    padding: 200px;
    width: 100%;
    overflow-x: hidden;
    background-position: top center;
    background-attachment: fixed;
}

/* about below */

.about-title {
    background-image: url("/imgs/aboutus-banner.png");
    background-size: cover;
    background-position: center;
}

.histry-title {
    background-image: url("/imgs/history-background.png");
}

.facility-title {
    background-image: url("/imgs/facility-baner.png");
    background-position: center;
}

.abt-title {
    background-image: url("/imgs/aboutus-banner.png");
    background-position: bottom;
}

.gallary-title {
    background-image: url("/imgs/gallary-banner.png");
}

.notice-title {
    background-image: url("/imgs/notice-banner.png");
}

.notice-details-title {
    background-image: url("/imgs/notice-banner.png");
}

.contact-title {
    background-image: url("/imgs/contact-banner.png");
    background-position: center;
}

.login-title {
    background-image: url("/imgs/login-banner.png");
}

.contact-title h1,
.login-title h1,
.notice-details-title h1,
.abt-title h1,
.histry-title h1,
.facility-title h1,
.notice-title h1,
.gallary-title h1,
.about-title h1 {
    margin: 0;
    background: rgb(0 0 0 / 30%);
    padding: 70px 80px;
    color: white;
}

.abt-c1 img {
    width: 95%;
    border-radius: 15px;
}

/* about above */
/* history below */
.history-quot {
    background-color: #f7fafd;
    padding: 50px;
    margin: 50px 0;
}

.history-quot p,
.facility-para {
    font-weight: bold;
    font-family: lato;
    width: 75%;
    text-align: center;
    margin: auto;
    font-size: 20px;
}

/* history above */
/* facility below */
.facility-collection {
    margin: 50px;
}

.facility-card {
    border: 1px solid lightgray;
    border-radius: 10px;
    height: 95%;
}

.facility-card img {
    border-radius: 10px 10px 0 0;
    height: 180px;
}

.facility-card figcaption {
    padding: 7px;
    text-align: center;
}

/* facility above */
/* gallary below */
.gallary-conatiner {
    margin: 50px;
}

.gallary-conatiner img {
    border-radius: 10px;
    width: 100%;
    height: -webkit-fill-available;
    border: 0.1px solid white;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

/* gallary above */
/* contact below */
.contact-form,
iframe {
    padding: 30px;
    /* margin:  50px; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}

.btn-submit:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-submit {
    background-color: #235784;
    color: white;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    padding: 5px 24px;
}

/* contact above */
/* notice below */
.notice-card {
    padding: 20px;
    border: 1px solid lightgray;
    border-radius: 10px;
    height: 100%;
}

.notice-card a {
    text-decoration: none;
}

.btn-login {
    font-weight: 500;
    border: none;
    padding: 5px 25px;
    background-color: #235784;
    border-radius: 7px;
    color: white;
}

.notice-container,
.contact-container {
    margin: 45px;
}

.notice-detail-form {
    margin: 40px;
    padding: 40px;
    border: 1px solid lightgray;
    border-radius: 20px;
}

.notice-detail-form h3 {
    font-weight: bold;
    margin: 0 auto;
    width: 75%;
    text-align: center;
}

.about-tab-view {
    display: block;
}

.about-phone-view {
    display: none !important;
}

/* notice above */

.welocme_logo {
    width: 100px;
}
.color-site {
    color: #235784;
}

@media only screen and (max-width: 992px) {
    .contact-title h1,
    .login-title h1,
    .notice-details-title h1,
    .abt-title h1,
    .histry-title h1,
    .facility-title h1,
    .notice-title h1,
    .gallary-title h1,
    .about-title h1 {
        padding: 70px 40px;
    }

    .navbar-nav.ms-auto.mb-2.mb-lg-0 .nav-link.btn {
        margin-top: 20px;
    }
    .navbar-nav.ms-auto.mb-2.mb-lg-0 .nav-link {
        border-bottom: 1px solid lightgray;
        padding: 10px 20px;
    }
    #carouselExampleFade .position-relative,
    #carouselExampleFade .hero-text {
        position: unset;
        transform: translate(0%, 0%);
        padding: 30px;
        width: 100%;
    }

    .miniabout-img {
        margin: 100px 0;
    }

    .home-mini-form .col-6,
    .about-phone-view .col-md-5,
    .about-phone-view .col-md-7,
    .tab-full-width .col-ms-12,
    .tab-full-width .col-md-5,
    .tab-full-width .col-md-7 {
        width: 100%;
    }

    .home-history-facility.row,
    .tab-full-width {
        display: block;
    }

    .col-reverce .col-md-6,
    .col-tab-row .col-md-6 {
        width: 100%;
    }

    .col-tab-row {
        display: block;
    }

    .col-reverce {
        flex-direction: column-reverse;
    }

    .col-reverce .col-sm-12,
    .tab-full-width .col-ms-12,
    .tab-full-width .col-md-5,
    .tab-full-width .col-md-7,
    .abt-c1 img {
        height: auto;
    }

    .about-tab-view {
        display: none !important;
    }

    .about-phone-view {
        display: block !important;
    }

    .login-reg-container .p-5 {
        padding: 25px !important;
    }

    footer .row .col-md-2 {
        width: 40% !important;
    }

    footer .row .col-lg-4 {
        width: 60% !important;
    }
}

.login-reg-container {
    background-color: #f8f9fa;
    margin: 50px;
    border-radius: 20px;
    padding: 30px;
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 90px;
    }

    .miniabout-img {
        margin: 50px 0;
    }

    .notice-detail-form {
        margin: 25px;
        padding: 20px;
        border-radius: 8px;
    }

    .notice-detail-form h3 {
        width: 100%;
    }

    footer .row .col-md-2,
    footer .row .col-md-4 {
        width: 100% !important;
    }

    .login-reg-container .border-right {
        border: none !important;
    }

    footer img {
        display: none;
    }

    footer .c-stmt {
        font-size: 12px;
        padding: 5px 20px;
    }

    footer .col-sm-12.position-relative,
    footer .col-sm-12.position-relative .position-absolute {
        position: unset !important;
    }

    .carousel-item .position-relative img {
        height: 200px;
    }

    .carousel-item .position-relative {
        padding: 0 !important;
    }

    .row.mx-5.px-5.my-3 {
        margin: 0 !important;
        padding: 0 25px !important;
    }

    .home-mini-form .col-6 .mx-4 {
        margin: 0 !important;
    }

    .home-mini-form p {
        text-align: left !important;
    }

    .home-mini-form {
        margin: 25px !important;
    }

    .home-mini-form .col-6.border-left.pt-3 {
        border: 0 !important;
    }

    .home-history-facility .row.mx-3.px-5.my-3 {
        padding: 0 !important;
    }

    .mini-galler-container .row.mx-5 {
        margin: 0 !important;
    }

    .history-quot {
        padding: 25px !important;
    }

    .history-quot p,
    .facility-para {
        width: 90%;
    }

    .about-title h1 {
        padding: 50px 25px;
    }

    .contact-container iframe {
        height: 250px !important;
    }

    .notice-container,
    .contact-container {
        margin: 35px 25px;
    }

    .login-reg-container {
        margin: 25px !important;
        padding: 15px !important;
        border-radius: 10px !important;
    }
}

/* captach below */

.captcha {
    background-color: #f9f9f9;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    color: #4c4a4b;
    display: flex;
    align-items: center;
    width: max-content;
}

@media screen and (max-width: 500px) {
    .text {
        text-align: center;
    }

    .logo {
        align-self: center !important;
    }
}

.spinner {
    position: relative;
    width: 1em;
    height: 1em;
    display: flex;
    margin: 1em;
    align-items: center;
    justify-content: center;
}

input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

input[type="checkbox"] + .checkmark {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: #fcfcfc;
    border: 2.5px solid #c3c3c3;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

input[type="checkbox"] + .checkmark span {
    content: "";
    position: relative;

    margin-top: -3px;
    transform: rotate(45deg);
    width: 0.75em;
    height: 1.2em;
    opacity: 0;
}

input[type="checkbox"] + .checkmark > span:after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #029f56;
}

input[type="checkbox"] + .checkmark > span:before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    bottom: 0;
    right: 0;
    background-color: #029f56;
}

input[type="checkbox"]:checked + .checkmark {
    animation: 2s spin forwards;
}

input[type="checkbox"]:checked + .checkmark > span {
    animation: 1s fadein 1.9s forwards;
}

input[type="checkbox"]:checked + .checkmark > span:after {
    animation: 0.3s bottomslide 2s forwards;
}

input[type="checkbox"]:checked + .checkmark > span:before {
    animation: 0.5s rightslide 2.2s forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bottomslide {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes rightslide {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.logo-c {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    margin: 0.5em 1em;
}

.logo-c img {
    height: 2em;
    width: 2em;
}

.logo-c p {
    color: #9d9ba7;
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    margin: 0.4em 0 0.2em 0;
}

.logo-c small {
    color: #9d9ba7;
    margin: 0;
    font-size: 0.8em;
}

@keyframes spin {
    10% {
        width: 0;
        height: 0;
        border-width: 6px;
    }

    30% {
        width: 0;
        height: 0;
        border-radius: 50%;
        border-width: 1em;
        transform: rotate(0deg);
        border-color: rgb(199, 218, 245);
    }

    50% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
    }

    70% {
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
    }

    90% {
        border-width: 4px;
    }

    100% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        transform: rotate(720deg);
        border-color: transparent;
    }
}

::selection {
    background-color: transparent;
    color: teal;
}

::-moz-selection {
    background-color: transparent;
    color: teal;
}

/* captacha aobve */

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-bottom: 1px solid black;
}

.sailor-edit-form input {
    border: 1px solid lightgray;
    padding: 3px 7px;
    border-radius: 4px;
    width: 100%;
}
.sailor-form input,
.sailor-form select,
.sailor-form textarea {
    /* border-0 border-bottom w-100 */
    border: none;
    border-bottom: 1px solid lightgray;
    width: 100%;
    padding: 3px 0;
    background: transparent !important;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 50% !important;
    }
}
.sailor-form label {
    margin: 0;
}
.sailor-form a {
    color: #093254;
    text-decoration: none;
}
.book-table table {
    width: 100%;
    max-width: max-content;
    min-width: 100%;
}
.book-table table thead {
    /* background-color: #235784;
    color: white; */
    border-bottom: 1px solid #235784;
    border-collapse: collapse;
    font-weight: bold;
}
.book-table table td,
.book-table th {
    padding: 5px 9px;
}
.book-table table button:hover {
    background-color: #235784 !important;
    color: white;
}
.book-table table tr:nth-child(even) {
    background-color: #f8f9fa;
}

tr:first-child th:first-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

tr:first-child th:last-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

td:first-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

td:last-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.register-img-holder {
    text-align: center;
    margin: 20px 0;
    display: flex;
    height: 200px;
    justify-content: center;
    align-items: center;
}
.register-img-holder img {
    height: 200px;
    width: 200px;
    border: 1px solid lightgray;
    border-radius: 10px;
}
.register-img-holder img#sign-div {
    height: 130px;
}

:root {
    --circle-size: clamp(1rem, 3vw, 1rem);
    --spacing: clamp(0.25rem, 2vw, 0.5rem);
}
.c-stepper {
    display: flex;
}
.c-stepper__item {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
}
.c-stepper__item:before {
    --size: 1rem;
    content: "";
    display: block;
    width: var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    background-color: lightgrey;
    /* background-color: red; */
    opacity: 0.5;
    margin: 0 auto 1rem;
}
.c-stepper__item:not(:last-child):after {
    content: "";
    position: relative;
    top: calc(var(--circle-size) / 2);
    width: calc(100% - var(--circle-size) - calc(var(--spacing) * 2));
    left: calc(50% + calc(var(--circle-size) / 2 + var(--spacing)));
    height: 2px;
    background-color: #e0e0e0;
    order: -1;
}
.c-stepper__title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0.5rem;
}
.c-stepper__desc {
    color: grey;
    font-size: clamp(0.85rem, 2vw, 1rem);
    padding-left: var(--spacing);
    padding-right: var(--spacing);
}
/*** Non-demo CSS ***/
.wrapper {
    max-width: 1000px;
    margin: 2rem auto 0;
}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.container-fixed {
    position: relative;
    width: 500px;
    max-width: 100%;
    color: white;
    font-weight: bold;
    margin: 30px auto; /* Center container horizontally */
    padding: 20px;
    background: rgba(
        0,
        0,
        0,
        0.6
    ); /* Semi-transparent background for readability */
    border-radius: 8px; /* Optional: rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: shadow for better visibility */
    text-align: center;
}

/* curtian style below */
.curtain {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}

.curtain-left,
.curtain-right {
    background-image: url("https://img.freepik.com/free-vector/stage-curtain-backdrop-banner-with-focus-light-effect-award-ceremony_1017-44453.jpg?w=826&t=st=1726680927~exp=1726681527~hmac=15f8be0494ee78dc87db452676d23492e51a0ba7c71106b98df678a0c537a4aa");
    background-size: cover;
    width: 50%;
    height: 100%;
    transition: transform 1s ease;
}

.curtain-left {
    transform: translateX(0);
    z-index: 1;
}

.curtain-right {
    transform: translateX(0);
    z-index: 1;
}

.open .curtain-left {
    transform: translateX(-100%);
}

.open .curtain-right {
    transform: translateX(100%);
}

/* .curtain#curtain .rope-button img{mar} */
.curtain#curtain .rope-button {
    position: absolute;
    /* background-image: url("../imgs/rope.png"); */
    top: -20px;
    right: 20px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    z-index: 9999;
}
body:has(> .curtain) {
    overflow: hidden;
}
/* curtain style above */
thead.table-dark tr th {
    background: #dc3545;
}