@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
html {
    width:100%;
    height: 100%;
    overflow-x: hidden;
}
body {
    width:100%;
    min-height:100%;
    font-family: 'DM Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}


.loginheadertext {
	text-align:center;
	left:50%;
	position:relative;
	transform:translate(-50%,0);
}

.gallery-title {
    margin: 24px;
    margin-bottom: 0px;
    font-size: 35px;
}
.gallery-buttons {
    display: flex;
}
.gallery-button {
    border-color: black;
    border-width: 1.5px;
    border-radius: 10px;
    border-style: solid;
    width: 297px;
    display: flex;
    margin-left: 24px;
    padding: 0;
    cursor: pointer;
}
.gallery-button img {
    margin: 9px;
}

.gallery-button p {
    margin: auto;
    padding: 0;
    margin-left: 12px;
    font-weight: 600;
}

.gallery-subtitle {
    margin-left:24px;
    margin-top: 0px;
    font-size: 20px;
}


.gallery-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    height:74px;
    z-index: 820;
}

.gallery-header .logo {
    height:59px;
}

.cart-icon, .menu-icon {
    height: 32px;
    display: inline-block;
    margin-left: 25px;
    cursor:pointer;
}

.cart-container {
    margin: 32px;

}

.gallery-header .icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.gallery-header .icons img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}


.gallery-main {
    padding: 30px;
    min-height: 500px;
}

main {
    background-color: #EAEAEA;
    position:relative;
    min-height: 70vh;
}

.navbar {
    background-color: #2757f7;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar img {
    height: 40px;
}

.events-container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
}

.events-container h1 {
    font-size: 2em;
    margin-bottom: 20px;
}

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
}

.checkbox {
    position:absolute;
    margin-left: 245px;
    margin-top:12px;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.event-card, .pic-card{
    background: white;
    border-radius: 10px;
    overflow: hidden;
    margin: 24px;
    display: inline-grid;
    cursor: pointer;
}
.shadow {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.menu {
    position: absolute;
    right: 52px;
    background-color: #000;
    color: #FFF;
    border-radius: 10px;
    padding-top: 24px;
    padding-bottom: 24px;
    top: 64px;
    width: 322px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.gallery-top {
    display:flex;
}
.cart-list-header {
    display: flex;
}

.cart-list-header .left {
    width:50%;
}
.cart-list-header .right {
    width: 50%;
    text-align: right;
}

.cart-event {
    width: 100%;
    display: flex;
    margin-top: 36px;
    margin-bottom: 36px;
}

.payment-inputs input[type="text"]{
    width:100%;
    margin-top: 12px;
    border-style: none;
    border-radius: 10px;
    border-style: none;
    font-size:16px;

}

.payment-inputs {
    background-color:#fff;
    width:100%;
    margin-top: 12px;
    border-style: none;
    border-radius: 10px;
    border-style: none;
    font-size:16px;
    color:#000;
}

.pay-inputs ::placeholder {
    color:#7a7a7c;
}
.total-container {
    margin: 60px;
    margin-top: 36px;
    margin-left: auto;
    padding: 0;
    text-align: right;
    display: flex;
    flex-direction: column;
}
.payment-container {
    margin:0;
    padding:48px;
    max-width: 600px;
    
}
.checkout-left {
    background-color: #fff;
    width:50%;
    height:100%;
    min-height:81vh;
    min-width:750px;
}
.payment-container h4 {
    font-weight: 400;
    font-size: 14px;
    margin-top:12px;
    margin-bottom:24px;
}
.bottom-border {
    border-bottom: #000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.total {
    text-align: right;
    display: flex;
    margin-left: auto;
}

.total h2 {
    margin: 0;
    margin-left: 48px;
}

.total-container .checkout-button {
    margin-top: 36px;
    margin-left: 12px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    text-align: center;
}

.checkout-button {
    max-width: 400px;
    margin-left: auto;
    cursor: pointer;
}

.checkout-button p {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}

.cart-event-img {
    width: 183px;
    height: 117px;
    object-fit: cover;
}

.cart-event .left {
    width: 50%;
    display: flex;
}

.cart-info {
    margin-left:12px;
}

.cart-info h2 {
    font-size: 18px;
    margin: 0;
}

.cart-info h3 {
    font-size: 18px;
    font-weight: 300;
    margin: 0;

}

.cart-event .right {
    width:50%;
    text-align: right;
    margin-top: auto;
    margin-bottom: auto;
}

.cart-event .right .p {
    font-weight: 600;
    font-size: 18px;
}
.cart-list {
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.big-overlay {
    width: 100%;
    min-height: 530px;
    text-align: center;
    max-width: 85vw;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    max-width: 90vw;
}
.big-overlay .bold {
    font-weight:600;

}
.big-overlay h3{
    font-weight: 400;
}

.big-overlay h1 {
    font-size: 65px;
    margin:auto;
    margin-top: 48px;
    margin-bottom: 48px;
}
.big-overlay h2 {
    font-size: 40px;
}

.big-overlay p {
    margin: 0;
    font-size: 18px;
}
.price-list-container, .fs-container, .big-overlay-container{
    width: 100%;
    height: 100%;
    background-color: #000000cc;
    position: absolute;
    z-index: 500;
    max-height: -webkit-fill-available;
    
}
.fs-container {
    z-index: 801;
}

.fs-container .x {
    position: fixed;
    margin: 1%;
    width: 3%;
    min-width: 20px;
    right: 0;
    top: 10%;
    cursor: pointer;
}
.fs-container .fs-img {
    margin: 5%;
    width: 90%;
    position: fixed;
    max-width: 1920px;
    object-fit: scale-down;
    max-height: 70%;
    max-width: 90vw;
    max-height: 80vh;
}

.fs-img {
    width: 1920px;
    height: 1920px;
    
}
.price-list-main {
    max-width: 558px;
    margin: auto;
    max-height: 900px;
    border-radius: 10px;
    text-align: center;
    padding-top: 24px;
    margin-top: 5vh;
    z-index: 850;
    position: relative;
    padding-bottom: 48px;
}
.price-list-main h4 {
    margin: 6px;
    margin-bottom: 48px;
}

.price-list-main h2 {
    margin-bottom: 0;
    margin-top: 24px;
    font-size: 35px;
}

.details {
    margin-top: 36px;
    margin-bottom: 36px;
    font: size 20px;
    font-weight: 400;
}

.price-list {
    display:inline-flex;
    margin-left: auto;
    border-radius: 10px;
    width: 221px;
    color:#000;
    height: 50px;
    text-align: center;
    margin-right: 24px;
    cursor: pointer;

}
.pointer {
    cursor: pointer;
}

.close-button {
    width: 326px;
    height: 50px;
    margin: auto;
    border-radius: 10px;
    border-style: solid;
    border-width: 1.5px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}


.price-tiers {
    margin-left: 38px;
    margin-right: 38px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.price-tier {
    display: flex;
    padding: 24px 0;
    border-top-style: solid;
    font-size: 20px;
    border-top-width: 1px;
}

.price-tier .left {
    margin-left: 0;
}

.price-tier .right {
    margin-right: 0;
    margin-left: auto;
}

.price-list p {
    margin: auto;
    font-weight: 600;
}
.menu p {
    padding-left: 24px;
    margin-left: 24px;
    font-size: 18px;
}
.menu a {
    color:#fff;
    text-decoration: none;
    cursor:pointer;
}
.event-card {
    width: 270px;
    height:386px;
}

.pic-card {
    width: 270px;
    height: 266px;
}

.pic-card .card-img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}

.pic-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: auto;
}

.pic-buttons img {
    margin: auto;
}
.pic-buttons a {
    margin:auto;
}

.event-card img {
    width: 100%;
    height: 246px;
    object-fit: cover;
}

.event-info {
    padding: 15px;
}

.event-info h3 {
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
}

.event-info p {
    margin: 5px 0;
    color: #555;
}


.content-box h2 {
    font-size: 35px;
    margin: 0;
}

.language-picker {
    position: absolute;
    right: 12px;
    top: 24px;
    
}
.language-picker-select {
    background-color: black;
    color: white;
    border-style: none;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-family: DM Sans;
    font-weight: 800;
    width:70px;
}

.content-box .logo {
    margin: 24px;

}

.content-box p {
    font-weight: 600;
    margin: 24px;
}

.content-box .error {
    font-weight: 400;
    color: #FFC010;
}

.top-bar {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    min-height: 78px;
    padding-bottom: 0;
}

.bgy {
    background-color: #FFC010;
    color: #000;
}

.bgbl {
    background-color: #2757f6;
    color: #FFF;
}

.bgb {
    background-color: #000;
    color: #fff;
}
.background {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin-bottom: -15px;
}

.content-box {
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    width:390px;

}

.faq {
    border-bottom: #000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.faq h3 {
    font-weight: 400;
}

.lpflex {
    display: flex;
    position:inherit;
}
nav {
    display: flex;
}

.input-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 326px;
    height: 50px;
    margin: auto;
}

.input-icon {
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

input[type="email"] {
    width: 100%;
    padding: 13px;
    padding-left: 40px;
    margin: 30px 0;
    border-radius: 10px;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-color: #BABABA;
    color: #000;
}

input[type="text"] {
    padding: 12px;
    border-radius: 10px;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    border-color: #BABABA;
    color: #000;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

::placeholder {
    color:#BABABA;
}
.top-bar h3 {
    font-weight: 600;
    margin: 5px;
    font-size: 1.2em;
}
.top-bar h4 {
    font-weight: 300;
    margin-top:0;
    margin-bottom:15px;
    font-size:14px;
}
.btn {
    border: none;
    padding: 13px 20px;
    font-size: 16px;
    border-radius: 10px;
    width: 326px;
    height:50px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top:30px;
}

.btn:hover {
    background-color: #151515;
}

footer {
    background: black;
    color: white;
    padding: 20px;
    text-align: center;
    min-height:269px;
    display:flex;
    z-index: 800;
    bottom: 0;
    position: relative;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.footer-logo {
    height: 62px;
}
.footer-left p {
    font-size: 30px;
    font-weight: 200;
}

.footer-left, .footer-right {
    width: 100%;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
}

.footer-content a {
    color:white;
    text-decoration: none;
}
.footer-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-right p{
    margin:0;
}

.footer-right h4{
    margin:0px
}

.footer-right-col2 {
    margin-left:24px;
}

.loader-container {
    width: 12vh;
    margin: auto;
    margin-top: 4vh;
    margin-bottom: 4vh;
}
.more-info-container {
    display: flex;
    width:100%;
    height: 100%;
    margin:24px;
}
.more-info-left {
    width:558px;
    height:798px;
    border-radius: 10px;
    background-color: #fff;
    max-height: 70vh;
    min-width: 40vw;
}

.more-info-info {
    margin:24px;
}
.pay-button {
    width: 50%;
    
}
.card-field {
    width:100%;
}

.button {
    height: 50px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    border:none;
}

.button .p {
    display: inline-block;
}
.bold, .button{
    font-weight: 600;
}
.more-info-info p {
    margin: 0;
}

.more-info-left img {
    object-fit: cover;
    width: 100%;
    height: 508px;
    max-height: 70%;
    border-radius: 10px 10px 0 0;
}
.more-info-right {
    margin: auto;
    margin-left: 24px;
    max-width:50%;
    margin-right: 24px;
    box-sizing: border-box;
}

.more-info-right .button {
    align-content: center;
}

.loader {
    width: 100%;
    aspect-ratio: 1;
    display: grid;
  }
  .loader::before,
  .loader::after {    
    content:"";
    grid-area: 1/1;
    --c:no-repeat radial-gradient(farthest-side,#fff 92%,#0000);
    background: 
      var(--c) 50%  0, 
      var(--c) 50%  100%, 
      var(--c) 100% 50%, 
      var(--c) 0    50%;
    background-size: 16px 16px;
    animation: l12 1s infinite;
  }
  .loader::before {
    margin: 4px;
    filter: hue-rotate(45deg);
    background-size: 8px 8px;
    animation-timing-function: linear
  }
  .cartx {
    background-color: black;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    margin: auto;
    margin-right: auto;
    margin-right: 12px;
    cursor:pointer;
  }
  .ppmsgcontainer {
    padding: 12px;
    display: none;
  }
  
  @keyframes l12 { 
    100%{transform: rotate(.5turn)}
  }

@media (min-width: 768px) {
    .footer-content {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
    .footer-right {
        flex-direction: row;
        justify-content: space-between;
    }
    .footer-right div {
        width: 48%;
    }
    .content-box {
        margin: 0;
    }
}
