/* hcpm.xyz */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
html, body, div, span, applet, object, iframe,  blockquote,  abbr, acronym, big, font, img, small, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, input, textarea, select, a {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-family: 'Raleway', sans-serif;
    vertical-align:baseline;
    box-sizing:border-box;
    text-decoration: none;
    outline: none;
    list-style: none;
}
body {
    background:#fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, button, input[type='submit'], p, * {
    margin: 0;
}
*, *:before, *:after {
    box-sizing: border-box;
}
* {
    transition: all 0.3s ease-out;
}
a, a:hover { 
    text-decoration: none!important; 
}
input[type='submit']:focus, button:focus, input:focus, .btn:focus {
    box-shadow: none!important;
    border: 0;
}
img {
    width: auto;
    max-width: 100%;
}
.flexx {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
::-webkit-scrollbar-track
{
    background-color: #F4F8FC;
}
::-webkit-scrollbar
{
    width: 4px;
    background-color: #F4F8FC;
}
::-webkit-scrollbar-thumb
{
    background-color: #ffcc29;
    border: 0px solid #555555;
}
@supports (scrollbar-color: #ffcc29 #F4F8FC) {
    * {
    scrollbar-width: thin;
    scrollbar-color: #ffcc29 #F4F8FC;
    }
}
header {
    width: 100%;
    padding: 2rem 1rem;
    border-bottom: solid thin #dadada;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff;
}
.header-nav {
    max-width: 1480px;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}
.header-nav a.logo {
    max-width: 360px;
}
.header-nav__rht {
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}
.header-nav__rht p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #000;
    margin: 0;
}
.header-nav__rht .dropdown-toggle {
    background-color: #ffcc29;
    border: solid thin #ffcc29;
    color: #000;
    font-size: 0.925rem;
    text-transform: capitalize;
}
.header-nav__rht .dropdown-toggle:hover {
    background-color: #ffcc29;
    border: solid thin #ffcc29;
    color: #000;
}
.header-nav__rht .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.header-nav__rht .dropdown-menu a {
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: #000;
}
.movie-date-container {
    max-width: 1480px;
    width: calc(100% - 3rem);
    margin: 2rem auto;
}
.main-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.movie-date__list {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1.25rem;
    margin-bottom: 1rem;
}
.movie-date__list a {
    min-width: 70px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #d8d5d5;
    font-size: 0.825rem;
    font-weight: 400;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.movie-date__list a span {
    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
}
.movie-date__list a:hover, .movie-date__list a.active {
    background-color: #000;
    color: #ffcc29;
}
.movie-date__list a:hover span,  .movie-date__list a.active span {
    color: #ffcc29;
}
.movie-list__row {
    width: 100%;
    padding: 1.5rem 0;
    border-bottom: solid thin #ddd;
}
.movie-list__title {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: #ddd;
    margin-bottom: 1rem;
}
.movie-list__title h4 {
    font-size: 1.325rem;
    font-weight: 500;
    color: #000;
    margin: 0;
}
.movie-list__title span {
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
}
.movie-list__date {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.25rem;
}
.movie-list__date a {
    min-width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #d8d5d5;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    border-bottom: solid 2px #ffcc29;
    font-family: 'Poppins', sans-serif;
}
.movie-list__date a:hover {
    color: #000;
}
.movie-list__date a.filled {
    border-bottom: solid 2px #f00;
	display: none;
}
.theatre-ads__row {
    width: 100%;
    justify-content: space-between;
    margin: 3rem 0;
}
.theatre-ads__col{
    width: 30%;
}
footer {
    background-color: #000;
    padding: 3rem 1.5rem;
}
.ftr-row {
    max-width: 1480px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
.ftr-link {
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.ftr-link a {
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
.ftr-link a:hover {
    color: #fff;
}
.ftr-rht {

}
.ftr-social {
    justify-content: flex-end;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1rem;
}
.ftr-rht p {
    font-size: 0.75rem;
    font-weight: 400;
    color: #fff;
}

.main-title-contact {
    text-align: center;
    padding: 2rem 0;
}
.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.contact-form {
    max-width: 600px;
    width: 90%;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    padding: 1.5rem;
}
.ig-row {
    width: 100%;
    margin-bottom: 0.7rem;
}
.ig-row input, .ig-row select, .ig-row textarea {
    width: 100%;
    height: 3rem;
    border-radius: 4px;
    border: solid thin #dadada;
    background-color: #fff;
    padding: 0 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: #222;
}
.ig-row textarea {
    height: 8rem;
}
.contact-form input[type='submit'], .contact-form button {
    max-width: 70%;
    width: 100%;
    height: 3rem;
    border-radius: 4px;
    background-color: #ffcc29;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin: 1.5rem auto 0;
    border: 0;
}
.carousel, .main-title-contact {
    margin-top: 100px;
}

@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');

.link-ftr-container {
    max-width: 1000px;
    margin: 4rem auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
    min-height: 51.9vh;
}
.link-ftr-lft {
    width: 450px;
}
.link-ftr-rht {
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    margin: auto;
}
.link-ftr-rht h3 {
    font-size: 2rem;
    margin: 0;
    font-weight: bold;
}
.link-ftr-rht p {
    font-size: 1rem;
    margin: 0;
}
.link-ftr-rht h2 {
    font-size: 2.5rem;
    margin: 0;
    font-family: 'Secular One', sans-serif;
    font-weight: bold;
}
.link-ctr-row {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 2rem;
    width: 100%;
    border-top: solid thin #ddd;
    padding-top: 2rem;
    flex-wrap: wrap;
}
.link-ctr-col {
    width: 350px;
    text-align:center;
}
.link-ctr-row h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-family: 'Secular One', sans-serif;
}
.link-ctr-img img {
    width: 28px;
    margin-bottom: 1rem;
}
.link-ctr-row h4 {
    font-size: 17px;
    font-weight: 500;
    color: #222;
    margin-bottom: 1rem;
    font-family: 'Secular One', sans-serif;
    display:flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.link-ctr-row h4 img {
    max-height: 20px;
    opacity: 0.7;
}
.link-ctr-row h4 img.email-ico {
    margin-right: 5px;
    max-height: 18px;
}

@media (max-width: 1025px) {
    .ftr-row {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 2rem;
    }
    .ftr-social {
        justify-content: center;
    }
}

@media (max-width: 800px) {
    .link-ctr-col {
        width: 45%;
    }
}

@media (max-width: 700px) {
    .theatre-ads__col {
        width: 100%;
        margin-bottom: 1rem;
    }
    .header-nav {
        justify-content: center;
        flex-direction: column;
        gap: 1.5rem;
    }
    .movie-date-container {
        width: calc(100% - 2rem);
    }
    .carousel-item img {
        height: 400px;
        object-fit: cover;
    }
    .link-ftr-container {
        flex-direction: column;
        padding: 6rem 0 2rem;
    }
    .link-ftr-lft,
    .link-ftr-rht{
        width: 100%;
        text-align: center;
    }
    .link-ftr-rht h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 600px) {
    .link-ctr-col {
        width: 100%;
        margin-bottom: 1.5rem;
    }
}

