@media screen and (min-width: 1025px){
html{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
    background-color: #f2f0e6;
    text-decoration: none;
    overflow-y: scroll;
}


header{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

a:hover{
  color: #BFA14A;
  transform: scale(1.02); /* Slightly enlarge on hover */
}


h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 50px;
    padding-top: 25px;
    align-items: left;
}

h2{
    font-size: 2.5em;
    font-family: "Bruno Ace SC", sans-serif;
    padding-left: 110px;
    padding-top: 25px;
    align-items: left;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.search{
    width: 100%;
    padding-top: 50px;
    position: left;
    align-items: left;
    justify-content: left;
    padding-left: 60px;
    margin-left: 0;
    display: inline-flex;
    background-position: center;
    background-size: cover;
    border: none;
    outline: none;
}

.fa-search{
    height: 100%;
    width: 60px;
    cursor: pointer;
    border-radius: 60px;
    border: none;
    outline: none;
    text-align: center;
}

.searchBtn{
    border: 0;
    outline: 0;
    border-radius: 60px;
    text-align: center;
    height: 100%;
    padding-top: 10px;
}

#searchForm{
    outline: 4px solid gold;
    border: none;
    border-radius: 60px;
    width: 500px;
    position: left;
    align-items: left;
    justify-content: left;
    backdrop-filter: blur(5px) saturate(200%);
    background: rgb(128, 0, 0);
    height: 35px;
    padding-left: 0;
    margin-left: 0;
    display: inline-flex;
}

#searchForm input{
    background: transparent;
    flex: 1;
    outline: none;
    border: none;
    font-size: 20px;
    color: whitesmoke;
    margin-left: 10px;
}

::placeholder{
    color: white;
    margin-left: 10px;
}

.row2{
    display: inline-block;
}
:root {
    --primary-clr: #b38add;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }
  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }
  
  body {
    position: relative;
    min-height: 150px;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    background-color: #e2e1dc;
    padding-top: 80px;
  }
  .containerLeft{
    float: left;
    width: 30%;
  }

  #advert1{
    background-color: black;
    width: 300px;
    height: 250px;
    margin-left: 80px;
    margin-top: 80px;
    margin-right: 50px;
    align-items: left;
    justify-content: left;
    display: inline-block;
    position: absolute;
    border-radius: 20px;
  }

  .photoOne{
    width: 300px;
    height: 350px;
    margin-left: 450px;
    margin-top: 50px;
    margin-right: 30px;
    align-items: center;
    justify-content: center;
    position: relative;
    display: inline-block;
    border-radius: 20px;
  }

  .containerRight {
    position: relative;
    width: 60%;
    min-height: 150px;
    margin: 0 auto;
    padding: 5px;
    color: #fff;
    display: flex;
    border-radius: 10px;
    float: right;
    padding-right: 50px;
  }
  .left {
    width: 60%;
    padding: 20px;
  }
  .calendar {
    position: relative;
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    color: black;
    border-radius: 5px;
    background-color: #fff;
  }

  
  .calendar .month {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: capitalize;
  }
  .calendar .month .prev,
  .calendar .month .next {
    cursor: pointer;
  }
  .calendar .month .prev:hover,
  .calendar .month .next:hover {
    color: var(--primary-clr);
  }
  .calendar .weekdays {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
  }
  .weekdays div {
    width: 14.28%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .calendar .days {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 10px;
  }
  .calendar .days .day {
    width: 14.28%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: black;
    border: 1px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(7n + 1) {
    border-left: 2px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(7n) {
    border-right: 2px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(-n + 7) {
    border-top: 2px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(n + 29) {
    border-bottom: 2px solid #f5f5f5;
  }
  
  .calendar .days .day:not(.prev-date, .next-date):hover {
    color: #fff;
    background-color: #FF6F61;
  }
  .calendar .days .prev-date,
  .calendar .days .next-date {
    color: #b3b3b3;
  }
  .calendar .days .active {
    position: relative;
    font-size: 2rem;
    color: #fff;
    background-color: #FF6F61;
  }
  .calendar .days .active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 2px gold;
  }
  .calendar .days .today {
    font-size: 2rem;
  }
  .calendar .days .event {
    position: relative;
  }
  .calendar .days .event::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 75%;
    height: 6px;
    border-radius: 30px;
    transform: translateX(-50%);
    background-color: var(--primary-clr);
  }
  .calendar .days .day:hover.event::after {
    background-color: #fff;
  }
  .calendar .days .active.event::after {
    background-color: #fff;
    bottom: 20%;
  }
  .calendar .days .active.event {
    padding-bottom: 10px;
  }
  .calendar .goto-today {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 0 20px;
    margin-bottom: 20px;
    color: var(--primary-clr);
  }
  .calendar .goto-today {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid black;
  }
  .calendar .goto-today input {
    width: 100%;
    height: 30px;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
    color: var(--primary-clr);
    border-radius: 5px;
  }
  .calendar .goto-today button {
    padding: 5px 10px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    color: black;
  }
  .calendar .goto-today button:hover {
    color: #fff;
    background-color: #FF6F61
  }
  .calendar .goto-today button {
    border: none;
    border-left: 1px solid var(--primary-clr);
    border-radius: 0;
  }

  .goto{
    display: none !important;
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none !important;
  }

  .goto-today{
    border: none !important;
  }

  .goto * {
    border: none !important;
}

  .containerRight .right {
    position: relative;
    width: 40%;
    min-height: 100%;
    padding: 20px 0;
  }
  
  .right .today-date {
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    padding-left: 70px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  .right .today-date .event-day {
    font-size: 2rem;
    font-weight: 500;
  }
  .right .today-date .event-date {
    font-size: 1rem;
    font-weight: 400;
    color: #878895;
  }
  .events {
    width: 100%;
    height: 100%;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-left: 4px;
  }
  .events .event {
    position: relative;
    width: 95%;
    min-height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0 20px;
    padding-left: 50px;
    color: #fff;
    background: linear-gradient(90deg, #3f4458, transparent);
    cursor: pointer;
  }
  /* even event */
  .events .event:nth-child(even) {
    background: transparent;
  }
  .events .event:hover {
    background: linear-gradient(90deg, var(--primary-clr), transparent);
  }
  .events .event .title {
    display: flex;
    align-items: center;
    pointer-events: none;
  }
  .events .event .title .event-title {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 20px;
  }
  .events .event i {
    color: var(--primary-clr);
    font-size: 0.5rem;
  }
  .events .event:hover i {
    color: #fff;
  }
  .events .event .event-time {
    font-size: 0.8rem;
    font-weight: 400;
    color: #878895;
    margin-left: 15px;
    pointer-events: none;
  }
  .events .event:hover .event-time {
    color: #fff;
  }
  /* add tick in event after */
  .events .event::after {
    content: "✓";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 3rem;
    line-height: 1;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
    color: var(--primary-clr);
    transform: translateY(-50%);
  }
  .events .event:hover::after {
    display: flex;
  }
  .add-event {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #878895;
    border: 2px solid #878895;
    opacity: 0.5;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
  }
  .add-event:hover {
    opacity: 1;
  }
  .add-event i {
    pointer-events: none;
  }
  .events .no-event {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #878895;
  }
  .add-event-wrapper {
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 90%;
    max-height: 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: max-height 0.5s ease;
  }
  .add-event-wrapper.active {
    max-height: 300px;
  }
  .add-event-header {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #373c4f;
    border-bottom: 1px solid #f5f5f5;
  }
  .add-event-header .close {
    font-size: 1.5rem;
    cursor: pointer;
  }
  .add-event-header .close:hover {
    color: var(--primary-clr);
  }
  .add-event-header .title {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .add-event-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
  }
  .add-event-body .add-event-input {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .add-event-body .add-event-input input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 400;
    color: #373c4f;
  }
  .add-event-body .add-event-input input::placeholder {
    color: #a5a5a5;
  }
  .add-event-body .add-event-input input:focus {
    border-bottom: 1px solid var(--primary-clr);
  }
  .add-event-body .add-event-input input:focus::placeholder {
    color: var(--primary-clr);
  }
  .add-event-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .add-event-footer .add-event-btn {
    height: 40px;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
    border: none;
    color: #fff;
    background-color: var(--primary-clr);
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid var(--primary-clr);
  }
  .add-event-footer .add-event-btn:hover {
    background-color: transparent;
    color: var(--primary-clr);
  }
  
  
  .credits {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    background-color: #b38add;
  }
  .credits a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  .credits a:hover {
    text-decoration: underline;
  }

  .asul-regular {
    font-family: "Asul", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }

  #eventsTitle{
    padding-top: 40px;
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
    text-transform: lowercase;
    letter-spacing: 5px;
    line-height: 1.3;
    word-spacing: 3px;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    background: linear-gradient(45deg, #ff7e5f, #feb47b); 
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

body {
  background-color: #2A2E66 !important; /* Dark Slate Blue */
  color: #FFFFFF !important; /* White */
  height: 107vh;
}

.today-btn {
  background-color: #00A0E1 !important; /* Electric Blue */
  color: #FFFFFF !important; /* White */
  margin: 0 auto;
}

.goto-btn{
  border: none;
}

.event-day, .event-date {
  color: #FF6F61 !important; /* Soft Coral */
}

.containerRight {
  background-color: #1F1F4E; /* Darker Slate Blue */
}

p{
  padding-left: 50px;
  padding-top: 30px;
}
}

@media screen and (min-width: 901px) and (max-width: 1024px){
html{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
    background-color: #f2f0e6;
    text-decoration: none;
    overflow-y: scroll;
}


header{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

a:hover{
  color: #BFA14A;
  transform: scale(1.02); /* Slightly enlarge on hover */
}


h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 50px;
    padding-top: 25px;
    align-items: left;
}

h2{
    font-size: 2.5em;
    font-family: "Bruno Ace SC", sans-serif;
    padding-left: 110px;
    padding-top: 25px;
    align-items: left;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.search{
    width: 100%;
    padding-top: 50px;
    position: left;
    align-items: left;
    justify-content: left;
    padding-left: 60px;
    margin-left: 0;
    display: inline-flex;
    background-position: center;
    background-size: cover;
    border: none;
    outline: none;
}

.fa-search{
    height: 100%;
    width: 60px;
    cursor: pointer;
    border-radius: 60px;
    border: none;
    outline: none;
    text-align: center;
}

.searchBtn{
    border: 0;
    outline: 0;
    border-radius: 60px;
    text-align: center;
    height: 100%;
    padding-top: 10px;
}

#searchForm{
    outline: 4px solid gold;
    border: none;
    border-radius: 60px;
    width: 500px;
    position: left;
    align-items: left;
    justify-content: left;
    backdrop-filter: blur(5px) saturate(200%);
    background: rgb(128, 0, 0);
    height: 35px;
    padding-left: 0;
    margin-left: 0;
    display: inline-flex;
}

#searchForm input{
    background: transparent;
    flex: 1;
    outline: none;
    border: none;
    font-size: 20px;
    color: whitesmoke;
    margin-left: 10px;
}

::placeholder{
    color: white;
    margin-left: 10px;
}

.row2{
    display: inline-block;
}
:root {
    --primary-clr: #b38add;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }
  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }
  
  body {
    position: relative;
    min-height: 150px;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    background-color: #e2e1dc;
    padding-top: 80px;
  }
  .containerLeft{
    float: left;
    width: 30%;
  }

  #advert1{
    background-color: black;
    width: 300px;
    height: 250px;
    margin-left: 50px;
    margin-top: 80px;
    margin-right: 50px;
    align-items: left;
    justify-content: left;
    display: inline-block;
    position: absolute;
    border-radius: 20px;
  }

  .photoOne{
    width: 300px;
    height: 350px;
    margin-left: 450px;
    margin-top: 50px;
    margin-right: 30px;
    align-items: center;
    justify-content: center;
    position: relative;
    display: inline-block;
    border-radius: 20px;
  }

  .containerRight {
    position: relative;
    width: 60%;
    min-height: 150px;
    margin: 0 auto;
    padding: 5px;
    color: #fff;
    display: flex;
    border-radius: 10px;
    float: right;
    padding-right: 50px;
    max-height: 80%;
  }
  .left {
    width: 60%;
    padding: 20px;
  }
  .calendar {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    color: black;
    border-radius: 5px;
    background-color: #fff;
  }

  
  .calendar .month {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: capitalize;
  }
  .calendar .month .prev,
  .calendar .month .next {
    cursor: pointer;
  }
  .calendar .month .prev:hover,
  .calendar .month .next:hover {
    color: var(--primary-clr);
  }
  .calendar .weekdays {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
  }
  .weekdays div {
    width: 14.28%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .calendar .days {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 10px;
  }
  .calendar .days .day {
    width: 14.28%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: black;
    border: 1px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(7n + 1) {
    border-left: 2px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(7n) {
    border-right: 2px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(-n + 7) {
    border-top: 2px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(n + 29) {
    border-bottom: 2px solid #f5f5f5;
  }
  
  .calendar .days .day:not(.prev-date, .next-date):hover {
    color: #fff;
    background-color: #FF6F61;
  }
  .calendar .days .prev-date,
  .calendar .days .next-date {
    color: #b3b3b3;
  }
  .calendar .days .active {
    position: relative;
    font-size: 2rem;
    color: #fff;
    background-color: #FF6F61;
  }
  .calendar .days .active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 2px gold;
  }
  .calendar .days .today {
    font-size: 2rem;
  }
  .calendar .days .event {
    position: relative;
  }
  .calendar .days .event::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 75%;
    height: 6px;
    border-radius: 30px;
    transform: translateX(-50%);
    background-color: var(--primary-clr);
  }
  .calendar .days .day:hover.event::after {
    background-color: #fff;
  }
  .calendar .days .active.event::after {
    background-color: #fff;
    bottom: 20%;
  }
  .calendar .days .active.event {
    padding-bottom: 10px;
  }
  .calendar .goto-today {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 0 20px;
    margin-bottom: 20px;
    color: var(--primary-clr);
  }
  .calendar .goto-today {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid black;
  }
  .calendar .goto-today input {
    width: 100%;
    height: 30px;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
    color: var(--primary-clr);
    border-radius: 5px;
  }
  .calendar .goto-today button {
    padding: 5px 10px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    color: black;
  }
  .calendar .goto-today button:hover {
    color: #fff;
    background-color: #FF6F61
  }
  .calendar .goto-today button {
    border: none;
    border-left: 1px solid var(--primary-clr);
    border-radius: 0;
  }

  .goto{
    display: none !important;
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none !important;
  }

  .goto-today{
    border: none !important;
  }

  .goto * {
    border: none !important;
}

  .containerRight .right {
    position: relative;
    width: 40%;
    min-height: 100%;
    padding: 20px 0;
  }
  
  .right .today-date {
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    padding-left: 70px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  .right .today-date .event-day {
    font-size: 2rem;
    font-weight: 500;
  }
  .right .today-date .event-date {
    font-size: 1rem;
    font-weight: 400;
    color: #878895;
  }
  .events {
    width: 100%;
    height: 100%;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-left: 4px;
  }
  .events .event {
    position: relative;
    width: 95%;
    min-height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0 20px;
    padding-left: 50px;
    color: #fff;
    background: linear-gradient(90deg, #3f4458, transparent);
    cursor: pointer;
  }
  /* even event */
  .events .event:nth-child(even) {
    background: transparent;
  }
  .events .event:hover {
    background: linear-gradient(90deg, var(--primary-clr), transparent);
  }
  .events .event .title {
    display: flex;
    align-items: center;
    pointer-events: none;
  }
  .events .event .title .event-title {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 20px;
  }
  .events .event i {
    color: var(--primary-clr);
    font-size: 0.5rem;
  }
  .events .event:hover i {
    color: #fff;
  }
  .events .event .event-time {
    font-size: 0.8rem;
    font-weight: 400;
    color: #878895;
    margin-left: 15px;
    pointer-events: none;
  }
  .events .event:hover .event-time {
    color: #fff;
  }
  /* add tick in event after */
  .events .event::after {
    content: "✓";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 3rem;
    line-height: 1;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
    color: var(--primary-clr);
    transform: translateY(-50%);
  }
  .events .event:hover::after {
    display: flex;
  }
  .add-event {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #878895;
    border: 2px solid #878895;
    opacity: 0.5;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
  }
  .add-event:hover {
    opacity: 1;
  }
  .add-event i {
    pointer-events: none;
  }
  .events .no-event {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #878895;
  }
  .add-event-wrapper {
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 90%;
    max-height: 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: max-height 0.5s ease;
  }
  .add-event-wrapper.active {
    max-height: 300px;
  }
  .add-event-header {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #373c4f;
    border-bottom: 1px solid #f5f5f5;
  }
  .add-event-header .close {
    font-size: 1.5rem;
    cursor: pointer;
  }
  .add-event-header .close:hover {
    color: var(--primary-clr);
  }
  .add-event-header .title {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .add-event-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
  }
  .add-event-body .add-event-input {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .add-event-body .add-event-input input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 400;
    color: #373c4f;
  }
  .add-event-body .add-event-input input::placeholder {
    color: #a5a5a5;
  }
  .add-event-body .add-event-input input:focus {
    border-bottom: 1px solid var(--primary-clr);
  }
  .add-event-body .add-event-input input:focus::placeholder {
    color: var(--primary-clr);
  }
  .add-event-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .add-event-footer .add-event-btn {
    height: 40px;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
    border: none;
    color: #fff;
    background-color: var(--primary-clr);
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid var(--primary-clr);
  }
  .add-event-footer .add-event-btn:hover {
    background-color: transparent;
    color: var(--primary-clr);
  }
  
  
  .credits {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    background-color: #b38add;
  }
  .credits a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  .credits a:hover {
    text-decoration: underline;
  }

  .asul-regular {
    font-family: "Asul", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }

  #eventsTitle{
    padding-top: 40px;
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
    text-transform: lowercase;
    letter-spacing: 5px;
    line-height: 1.3;
    word-spacing: 3px;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    background: linear-gradient(45deg, #ff7e5f, #feb47b); 
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

body {
  background-color: #2A2E66 !important; /* Dark Slate Blue */
  color: #FFFFFF !important; /* White */
  height: 107vh;
}

.today-btn {
  background-color: #00A0E1 !important; /* Electric Blue */
  color: #FFFFFF !important; /* White */
  margin: 0 auto;
}

.goto-btn{
  border: none;
}

.event-day, .event-date {
  color: #FF6F61 !important; /* Soft Coral */
}

.containerRight {
  background-color: #1F1F4E; /* Darker Slate Blue */
}

p{
  padding-left: 50px;
  padding-top: 30px;
}
}

@media screen and (min-width: 769px) and (max-width: 900px){
html{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
    background-color: #f2f0e6;
    text-decoration: none;
    overflow-y: scroll;
}


header{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

a:hover{
  color: #BFA14A;
  transform: scale(1.02); /* Slightly enlarge on hover */
}


h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 50px;
    padding-top: 25px;
    align-items: left;
}

h2{
    font-size: 2.5em;
    font-family: "Bruno Ace SC", sans-serif;
    padding-left: 110px;
    padding-top: 25px;
    align-items: left;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.search{
    width: 100%;
    padding-top: 50px;
    position: left;
    align-items: left;
    justify-content: left;
    padding-left: 60px;
    margin-left: 0;
    display: inline-flex;
    background-position: center;
    background-size: cover;
    border: none;
    outline: none;
}

.fa-search{
    height: 100%;
    width: 60px;
    cursor: pointer;
    border-radius: 60px;
    border: none;
    outline: none;
    text-align: center;
}

.searchBtn{
    border: 0;
    outline: 0;
    border-radius: 60px;
    text-align: center;
    height: 100%;
    padding-top: 10px;
}

#searchForm{
    outline: 4px solid gold;
    border: none;
    border-radius: 60px;
    width: 500px;
    position: left;
    align-items: left;
    justify-content: left;
    backdrop-filter: blur(5px) saturate(200%);
    background: rgb(128, 0, 0);
    height: 35px;
    padding-left: 0;
    margin-left: 0;
    display: inline-flex;
}

#searchForm input{
    background: transparent;
    flex: 1;
    outline: none;
    border: none;
    font-size: 20px;
    color: whitesmoke;
    margin-left: 10px;
}

::placeholder{
    color: white;
    margin-left: 10px;
}

.row2{
    display: inline-block;
}
:root {
    --primary-clr: #b38add;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }
  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }
  
  body {
    position: relative;
    min-height: 150px;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    background-color: #e2e1dc;
    padding-top: 80px;
  }
  .containerLeft{
    float: left;
    width: 35%;
  }

  #advert1{
    background-color: black;
    width: 200px;
    height: 250px;
    margin-left: 50px;
    margin-top: 80px;
    margin-right: 50px;
    align-items: left;
    justify-content: left;
    display: inline-block;
    position: absolute;
    border-radius: 20px;
  }

  .photoOne{
    width: 300px;
    height: 350px;
    margin-left: 450px;
    margin-top: 50px;
    margin-right: 30px;
    align-items: center;
    justify-content: center;
    position: relative;
    display: inline-block;
    border-radius: 20px;
  }

  .containerRight {
    position: relative;
    width: 60%;
    min-height: 150px;
    margin: 0 auto;
    padding: 5px;
    color: #fff;
    display: flex;
    border-radius: 10px;
    float: right;
    padding-right: 50px;
  }
  .left {
    width: 40%;
    padding: 20px;
    float: left;
  }
  .calendar {
    position: relative;
    width: 90%;
    height: 40%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    color: black;
    border-radius: 5px;
    background-color: #fff;
  }

  
  .calendar .month {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: capitalize;
  }
  .calendar .month .prev,
  .calendar .month .next {
    cursor: pointer;
  }
  .calendar .month .prev:hover,
  .calendar .month .next:hover {
    color: var(--primary-clr);
  }
  .calendar .weekdays {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
  }
  .weekdays div {
    width: 14.28%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .calendar .days {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 10px;
  }
  .calendar .days .day {
    width: 14.28%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: black;
    border: 1px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(7n + 1) {
    border-left: 2px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(7n) {
    border-right: 2px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(-n + 7) {
    border-top: 2px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(n + 29) {
    border-bottom: 2px solid #f5f5f5;
  }
  
  .calendar .days .day:not(.prev-date, .next-date):hover {
    color: #fff;
    background-color: #FF6F61;
  }
  .calendar .days .prev-date,
  .calendar .days .next-date {
    color: #b3b3b3;
  }
  .calendar .days .active {
    position: relative;
    font-size: 2rem;
    color: #fff;
    background-color: #FF6F61;
  }
  .calendar .days .active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 2px gold;
  }
  .calendar .days .today {
    font-size: 2rem;
  }
  .calendar .days .event {
    position: relative;
  }
  .calendar .days .event::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 75%;
    height: 6px;
    border-radius: 30px;
    transform: translateX(-50%);
    background-color: var(--primary-clr);
  }
  .calendar .days .day:hover.event::after {
    background-color: #fff;
  }
  .calendar .days .active.event::after {
    background-color: #fff;
    bottom: 20%;
  }
  .calendar .days .active.event {
    padding-bottom: 10px;
  }
  .calendar .goto-today {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 0 20px;
    margin-bottom: 20px;
    color: var(--primary-clr);
  }
  .calendar .goto-today {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid black;
  }
  .calendar .goto-today input {
    width: 100%;
    height: 30px;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
    color: var(--primary-clr);
    border-radius: 5px;
  }
  .calendar .goto-today button {
    padding: 5px 10px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    color: black;
  }
  .calendar .goto-today button:hover {
    color: #fff;
    background-color: #FF6F61
  }
  .calendar .goto-today button {
    border: none;
    border-left: 1px solid var(--primary-clr);
    border-radius: 0;
  }

  .goto{
    display: none !important;
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none !important;
  }

  .goto-today{
    border: none !important;
  }

  .goto * {
    border: none !important;
}

  .containerRight .right {
    position: relative;
    width: 20%;
    min-height: 100%;
    padding: 20px 0;
  }

  
  .right .today-date {
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    padding-left: 70px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  .right .today-date .event-day {
    font-size: 2rem;
    font-weight: 500;
  }
  .right .today-date .event-date {
    font-size: 1rem;
    font-weight: 400;
    color: #878895;
  }


  .events {
    width: 100%;
    height: 100%;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-left: 4px;
  }
  .events .event {
    position: relative;
    width: 95%;
    min-height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0 20px;
    padding-left: 50px;
    color: #fff;
    background: linear-gradient(90deg, #3f4458, transparent);
    cursor: pointer;
  }
  /* even event */
  .events .event:nth-child(even) {
    background: transparent;
  }
  .events .event:hover {
    background: linear-gradient(90deg, var(--primary-clr), transparent);
  }
  .events .event .title {
    display: flex;
    align-items: center;
    pointer-events: none;
  }
  .events .event .title .event-title {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 20px;
  }
  .events .event i {
    color: var(--primary-clr);
    font-size: 0.5rem;
  }
  .events .event:hover i {
    color: #fff;
  }
  .events .event .event-time {
    font-size: 0.8rem;
    font-weight: 400;
    color: #878895;
    margin-left: 15px;
    pointer-events: none;
  }
  .events .event:hover .event-time {
    color: #fff;
  }
  /* add tick in event after */
  .events .event::after {
    content: "✓";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 3rem;
    line-height: 1;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
    color: var(--primary-clr);
    transform: translateY(-50%);
  }
  .events .event:hover::after {
    display: flex;
  }
  .add-event {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #878895;
    border: 2px solid #878895;
    opacity: 0.5;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
  }
  .add-event:hover {
    opacity: 1;
  }
  .add-event i {
    pointer-events: none;
  }
  .events .no-event {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #878895;
  }
  .add-event-wrapper {
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 90%;
    max-height: 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: max-height 0.5s ease;
  }
  .add-event-wrapper.active {
    max-height: 300px;
  }
  .add-event-header {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #373c4f;
    border-bottom: 1px solid #f5f5f5;
  }
  .add-event-header .close {
    font-size: 1.5rem;
    cursor: pointer;
  }
  .add-event-header .close:hover {
    color: var(--primary-clr);
  }
  .add-event-header .title {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .add-event-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
  }
  .add-event-body .add-event-input {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .add-event-body .add-event-input input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 400;
    color: #373c4f;
  }
  .add-event-body .add-event-input input::placeholder {
    color: #a5a5a5;
  }
  .add-event-body .add-event-input input:focus {
    border-bottom: 1px solid var(--primary-clr);
  }
  .add-event-body .add-event-input input:focus::placeholder {
    color: var(--primary-clr);
  }
  .add-event-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .add-event-footer .add-event-btn {
    height: 40px;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
    border: none;
    color: #fff;
    background-color: var(--primary-clr);
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid var(--primary-clr);
  }
  .add-event-footer .add-event-btn:hover {
    background-color: transparent;
    color: var(--primary-clr);
  }
  
  
  .credits {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    background-color: #b38add;
  }
  .credits a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  .credits a:hover {
    text-decoration: underline;
  }

  .asul-regular {
    font-family: "Asul", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }

  #eventsTitle{
    padding-top: 40px;
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
    text-transform: lowercase;
    letter-spacing: 5px;
    line-height: 1.3;
    word-spacing: 3px;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    background: linear-gradient(45deg, #ff7e5f, #feb47b); 
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 1.8em;
}

body {
  background-color: #2A2E66 !important; /* Dark Slate Blue */
  color: #FFFFFF !important; /* White */
  height: 100%;
}

.today-btn {
  background-color: #00A0E1 !important; /* Electric Blue */
  color: #FFFFFF !important; /* White */
  margin: 0 auto;
}

.goto-btn{
  border: none;
}

.event-day, .event-date {
  color: #FF6F61 !important; /* Soft Coral */
}

.containerRight {
  background-color: #1F1F4E; /* Darker Slate Blue */
}

p{
  padding-left: 50px;
  padding-top: 30px;
}
}

@media screen and (min-width: 701px) and (max-width: 768px){
html{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
    background-color: #f2f0e6;
    text-decoration: none;
    overflow-y: scroll;
    font-size: 0.7em;
}


header{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

a:hover{
  color: #BFA14A;
  transform: scale(1.02); /* Slightly enlarge on hover */
}


h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 50px;
    padding-top: 25px;
    align-items: left;
}

h2{
    font-size: 2.5em;
    font-family: "Bruno Ace SC", sans-serif;
    padding-left: 110px;
    padding-top: 25px;
    align-items: left;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.search{
    width: 100%;
    padding-top: 50px;
    position: left;
    align-items: left;
    justify-content: left;
    padding-left: 60px;
    margin-left: 0;
    display: inline-flex;
    background-position: center;
    background-size: cover;
    border: none;
    outline: none;
}

.fa-search{
    height: 100%;
    width: 60px;
    cursor: pointer;
    border-radius: 60px;
    border: none;
    outline: none;
    text-align: center;
}

.searchBtn{
    border: 0;
    outline: 0;
    border-radius: 60px;
    text-align: center;
    height: 100%;
    padding-top: 10px;
}

#searchForm{
    outline: 4px solid gold;
    border: none;
    border-radius: 60px;
    width: 500px;
    position: left;
    align-items: left;
    justify-content: left;
    backdrop-filter: blur(5px) saturate(200%);
    background: rgb(128, 0, 0);
    height: 35px;
    padding-left: 0;
    margin-left: 0;
    display: inline-flex;
}

#searchForm input{
    background: transparent;
    flex: 1;
    outline: none;
    border: none;
    font-size: 20px;
    color: whitesmoke;
    margin-left: 10px;
}

::placeholder{
    color: white;
    margin-left: 10px;
}

.row2{
    display: inline-block;
}
:root {
    --primary-clr: #b38add;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }
  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }
  
  body {
    position: relative;
    min-height: 150px;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    background-color: #e2e1dc;
    padding-top: 80px;
  }
  .containerLeft{
    float: left;
    width: 30%;
  }

  #advert1{
    background-color: black;
    width: 200px;
    height: 250px;
    margin-left: 50px;
    margin-top: 80px;
    margin-right: 50px;
    align-items: left;
    justify-content: left;
    display: inline-block;
    position: absolute;
    border-radius: 20px;
  }

  .photoOne{
    width: 300px;
    height: 350px;
    margin-left: 450px;
    margin-top: 50px;
    margin-right: 30px;
    align-items: center;
    justify-content: center;
    position: relative;
    display: inline-block;
    border-radius: 20px;
  }

  .containerRight {
    position: relative;
    width: 60%;
    min-height: 150px;
    margin: 0 auto;
    padding: 5px;
    color: #fff;
    display: flex;
    border-radius: 10px;
    float: right;
    padding-right: 50px;
  }
  .left {
    width: 60%;
    padding: 20px;
  }
  .calendar {
    position: relative;
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    color: black;
    border-radius: 5px;
    background-color: #fff;
  }

  
  .calendar .month {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: capitalize;
  }
  .calendar .month .prev,
  .calendar .month .next {
    cursor: pointer;
  }
  .calendar .month .prev:hover,
  .calendar .month .next:hover {
    color: var(--primary-clr);
  }
  .calendar .weekdays {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
  }
  .weekdays div {
    width: 14.28%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .calendar .days {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 10px;
  }
  .calendar .days .day {
    width: 14.28%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: black;
    border: 1px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(7n + 1) {
    border-left: 2px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(7n) {
    border-right: 2px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(-n + 7) {
    border-top: 2px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(n + 29) {
    border-bottom: 2px solid #f5f5f5;
  }
  
  .calendar .days .day:not(.prev-date, .next-date):hover {
    color: #fff;
    background-color: #FF6F61;
  }
  .calendar .days .prev-date,
  .calendar .days .next-date {
    color: #b3b3b3;
  }
  .calendar .days .active {
    position: relative;
    font-size: 2rem;
    color: #fff;
    background-color: #FF6F61;
  }
  .calendar .days .active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 2px gold;
  }
  .calendar .days .today {
    font-size: 2rem;
  }
  .calendar .days .event {
    position: relative;
  }
  .calendar .days .event::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 75%;
    height: 6px;
    border-radius: 30px;
    transform: translateX(-50%);
    background-color: var(--primary-clr);
  }
  .calendar .days .day:hover.event::after {
    background-color: #fff;
  }
  .calendar .days .active.event::after {
    background-color: #fff;
    bottom: 20%;
  }
  .calendar .days .active.event {
    padding-bottom: 10px;
  }
  .calendar .goto-today {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 0 20px;
    margin-bottom: 20px;
    color: var(--primary-clr);
  }
  .calendar .goto-today {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid black;
  }
  .calendar .goto-today input {
    width: 100%;
    height: 30px;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
    color: var(--primary-clr);
    border-radius: 5px;
  }
  .calendar .goto-today button {
    padding: 5px 10px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    color: black;
  }
  .calendar .goto-today button:hover {
    color: #fff;
    background-color: #FF6F61
  }
  .calendar .goto-today button {
    border: none;
    border-left: 1px solid var(--primary-clr);
    border-radius: 0;
  }

  .goto{
    display: none !important;
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none !important;
  }

  .goto-today{
    border: none !important;
  }

  .goto * {
    border: none !important;
}

  .containerRight .right {
    position: relative;
    width: 40%;
    min-height: 100%;
    padding: 20px 0;
  }
  
  .right .today-date {
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    padding-left: 70px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  .right .today-date .event-day {
    font-size: 2rem;
    font-weight: 500;
  }
  .right .today-date .event-date {
    font-size: 1rem;
    font-weight: 400;
    color: #878895;
  }
  .events {
    width: 100%;
    height: 100%;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-left: 4px;
  }
  .events .event {
    position: relative;
    width: 95%;
    min-height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0 20px;
    padding-left: 50px;
    color: #fff;
    background: linear-gradient(90deg, #3f4458, transparent);
    cursor: pointer;
  }
  /* even event */
  .events .event:nth-child(even) {
    background: transparent;
  }
  .events .event:hover {
    background: linear-gradient(90deg, var(--primary-clr), transparent);
  }
  .events .event .title {
    display: flex;
    align-items: center;
    pointer-events: none;
  }
  .events .event .title .event-title {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 20px;
  }
  .events .event i {
    color: var(--primary-clr);
    font-size: 0.5rem;
  }
  .events .event:hover i {
    color: #fff;
  }
  .events .event .event-time {
    font-size: 0.8rem;
    font-weight: 400;
    color: #878895;
    margin-left: 15px;
    pointer-events: none;
  }
  .events .event:hover .event-time {
    color: #fff;
  }
  /* add tick in event after */
  .events .event::after {
    content: "✓";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 3rem;
    line-height: 1;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
    color: var(--primary-clr);
    transform: translateY(-50%);
  }
  .events .event:hover::after {
    display: flex;
  }
  .add-event {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #878895;
    border: 2px solid #878895;
    opacity: 0.5;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
  }
  .add-event:hover {
    opacity: 1;
  }
  .add-event i {
    pointer-events: none;
  }
  .events .no-event {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #878895;
  }
  .add-event-wrapper {
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 90%;
    max-height: 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: max-height 0.5s ease;
  }
  .add-event-wrapper.active {
    max-height: 300px;
  }
  .add-event-header {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #373c4f;
    border-bottom: 1px solid #f5f5f5;
  }
  .add-event-header .close {
    font-size: 1.5rem;
    cursor: pointer;
  }
  .add-event-header .close:hover {
    color: var(--primary-clr);
  }
  .add-event-header .title {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .add-event-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
  }
  .add-event-body .add-event-input {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .add-event-body .add-event-input input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 400;
    color: #373c4f;
  }
  .add-event-body .add-event-input input::placeholder {
    color: #a5a5a5;
  }
  .add-event-body .add-event-input input:focus {
    border-bottom: 1px solid var(--primary-clr);
  }
  .add-event-body .add-event-input input:focus::placeholder {
    color: var(--primary-clr);
  }
  .add-event-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .add-event-footer .add-event-btn {
    height: 40px;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
    border: none;
    color: #fff;
    background-color: var(--primary-clr);
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid var(--primary-clr);
  }
  .add-event-footer .add-event-btn:hover {
    background-color: transparent;
    color: var(--primary-clr);
  }
  
  
  .credits {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    background-color: #b38add;
  }
  .credits a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  .credits a:hover {
    text-decoration: underline;
  }

  .asul-regular {
    font-family: "Asul", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }

  #eventsTitle{
    padding-top: 40px;
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
    text-transform: lowercase;
    letter-spacing: 5px;
    line-height: 1.3;
    word-spacing: 3px;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    background: linear-gradient(45deg, #ff7e5f, #feb47b); 
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

body {
  background-color: #2A2E66 !important; /* Dark Slate Blue */
  color: #FFFFFF !important; /* White */
  height: 100%;
}

.today-btn {
  background-color: #00A0E1 !important; /* Electric Blue */
  color: #FFFFFF !important; /* White */
  margin: 0 auto;
}

.goto-btn{
  border: none;
}

.event-day, .event-date {
  color: #FF6F61 !important; /* Soft Coral */
}

.containerRight {
  background-color: #1F1F4E; /* Darker Slate Blue */
}

p{
  padding-left: 50px;
  padding-top: 30px;
}
}

@media screen and (min-width: 481px) and (max-width: 700px){
html{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
    background-color: #f2f0e6;
    text-decoration: none;
    overflow-y: scroll;
    font-size: 0.7em;
}


header{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

a:hover{
  color: #BFA14A;
  transform: scale(1.02); /* Slightly enlarge on hover */
}


h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 50px;
    padding-top: 25px;
    align-items: left;
}

h2{
    font-size: 2.5em;
    font-family: "Bruno Ace SC", sans-serif;
    padding-left: 110px;
    padding-top: 25px;
    align-items: left;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.search{
    width: 100%;
    padding-top: 50px;
    position: left;
    align-items: left;
    justify-content: left;
    padding-left: 60px;
    margin-left: 0;
    display: inline-flex;
    background-position: center;
    background-size: cover;
    border: none;
    outline: none;
}

.fa-search{
    height: 100%;
    width: 60px;
    cursor: pointer;
    border-radius: 60px;
    border: none;
    outline: none;
    text-align: center;
}

.searchBtn{
    border: 0;
    outline: 0;
    border-radius: 60px;
    text-align: center;
    height: 100%;
    padding-top: 10px;
}

#searchForm{
    outline: 4px solid gold;
    border: none;
    border-radius: 60px;
    width: 500px;
    position: left;
    align-items: left;
    justify-content: left;
    backdrop-filter: blur(5px) saturate(200%);
    background: rgb(128, 0, 0);
    height: 35px;
    padding-left: 0;
    margin-left: 0;
    display: inline-flex;
}

#searchForm input{
    background: transparent;
    flex: 1;
    outline: none;
    border: none;
    font-size: 20px;
    color: whitesmoke;
    margin-left: 10px;
}

::placeholder{
    color: white;
    margin-left: 10px;
}

.row2{
    display: inline-block;
}
:root {
    --primary-clr: #b38add;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }
  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }
  
  body {
    position: relative;
    min-height: 150px;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    background-color: #e2e1dc;
    padding-top: 80px;
  }
  .containerLeft{
    float: left;
    width: 30%;
  }

  #advert1{
    background-color: black;
    width: 150px;
    height: 250px;
    margin-left: 40px;
    margin-top: 50px;
    margin-right: 60px;
    align-items: left;
    justify-content: left;
    display: inline-block;
    position: absolute;
    border-radius: 20px;
  }

  .photoOne{
    width: 300px;
    height: 350px;
    margin-left: 450px;
    margin-top: 50px;
    margin-right: 30px;
    align-items: center;
    justify-content: center;
    position: relative;
    display: inline-block;
    border-radius: 20px;
  }

  .containerRight {
    position: relative;
    width: 60%;
    min-height: 150px;
    margin: 0 auto;
    padding: 5px;
    color: #fff;
    display: flex;
    border-radius: 10px;
    float: right;
    padding-right: 50px;
  }
  .left {
    width: 60%;
    padding: 20px;
  }
  .calendar {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    color: black;
    border-radius: 5px;
    background-color: #fff;
  }

  
  .calendar .month {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: capitalize;
  }
  .calendar .month .prev,
  .calendar .month .next {
    cursor: pointer;
  }
  .calendar .month .prev:hover,
  .calendar .month .next:hover {
    color: var(--primary-clr);
  }
  .calendar .weekdays {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
  }
  .weekdays div {
    width: 10.28%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .calendar .days {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 5px;
  }
  .calendar .days .day {
    width: 14.28%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: black;
    border: 1px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(7n + 1) {
    border-left: 2px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(7n) {
    border-right: 2px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(-n + 7) {
    border-top: 2px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(n + 29) {
    border-bottom: 2px solid #f5f5f5;
  }
  
  .calendar .days .day:not(.prev-date, .next-date):hover {
    color: #fff;
    background-color: #FF6F61;
  }
  .calendar .days .prev-date,
  .calendar .days .next-date {
    color: #b3b3b3;
  }
  .calendar .days .active {
    position: relative;
    font-size: 2rem;
    color: #fff;
    background-color: #FF6F61;
  }
  .calendar .days .active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 2px gold;
  }
  .calendar .days .today {
    font-size: 2rem;
  }
  .calendar .days .event {
    position: relative;
  }
  .calendar .days .event::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 75%;
    height: 6px;
    border-radius: 30px;
    transform: translateX(-50%);
    background-color: var(--primary-clr);
  }
  .calendar .days .day:hover.event::after {
    background-color: #fff;
  }
  .calendar .days .active.event::after {
    background-color: #fff;
    bottom: 20%;
  }
  .calendar .days .active.event {
    padding-bottom: 10px;
  }
  .calendar .goto-today {
    width: 100%;
    height: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 0 20px;
    margin-bottom: 20px;
    color: var(--primary-clr);
  }
  .calendar .goto-today {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid black;
  }
  .calendar .goto-today input {
    width: 100%;
    height: 0px;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
    color: var(--primary-clr);
    border-radius: 5px;
  }
  .calendar .goto-today button {
    padding: 5px 10px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    color: black;
  }
  .calendar .goto-today button:hover {
    color: #fff;
    background-color: #FF6F61
  }
  .calendar .goto-today button {
    border: none;
    border-left: 1px solid var(--primary-clr);
    border-radius: 0;
  }

  .goto{
    display: none !important;
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none !important;
  }

  .goto-today{
    border: none !important;
  }

  .goto * {
    border: none !important;
}

.right{
  height: 500px;
}
  .containerRight .right {
    position: relative;
    width: 40%;
    padding: 10px 0;
    height: 300px;
  }
  
  .right .today-date {
    width: 100%;
    height: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    padding-left: 70px;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  .right .today-date .event-day {
    font-size: 2rem;
    font-weight: 500;
  }
  .right .today-date .event-date {
    font-size: 1rem;
    font-weight: 400;
    color: #878895;
  }
  .events {
    width: 100%;
    height: 80%;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-left: 4px;
  }
  .events .event {
    position: relative;
    width: 95%;
    min-height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0 20px;
    padding-left: 50px;
    color: #fff;
    background: linear-gradient(90deg, #3f4458, transparent);
    cursor: pointer;
  }
  /* even event */
  .events .event:nth-child(even) {
    background: transparent;
  }
  .events .event:hover {
    background: linear-gradient(90deg, var(--primary-clr), transparent);
  }
  .events .event .title {
    display: flex;
    align-items: center;
    pointer-events: none;
  }
  .events .event .title .event-title {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 20px;
  }
  .events .event i {
    color: var(--primary-clr);
    font-size: 0.5rem;
  }
  .events .event:hover i {
    color: #fff;
  }
  .events .event .event-time {
    font-size: 0.8rem;
    font-weight: 400;
    color: #878895;
    margin-left: 15px;
    pointer-events: none;
  }
  .events .event:hover .event-time {
    color: #fff;
  }
  /* add tick in event after */
  .events .event::after {
    content: "✓";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 3rem;
    line-height: 1;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
    color: var(--primary-clr);
    transform: translateY(-50%);
  }
  .events .event:hover::after {
    display: flex;
  }
  .add-event {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #878895;
    border: 2px solid #878895;
    opacity: 0.5;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
  }
  .add-event:hover {
    opacity: 1;
  }
  .add-event i {
    pointer-events: none;
  }
  .events .no-event {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #878895;
  }
  .add-event-wrapper {
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 90%;
    max-height: 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: max-height 0.5s ease;
  }
  .add-event-wrapper.active {
    max-height: 300px;
  }
  .add-event-header {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #373c4f;
    border-bottom: 1px solid #f5f5f5;
  }
  .add-event-header .close {
    font-size: 1.5rem;
    cursor: pointer;
  }
  .add-event-header .close:hover {
    color: var(--primary-clr);
  }
  .add-event-header .title {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .add-event-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
  }
  .add-event-body .add-event-input {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .add-event-body .add-event-input input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 400;
    color: #373c4f;
  }
  .add-event-body .add-event-input input::placeholder {
    color: #a5a5a5;
  }
  .add-event-body .add-event-input input:focus {
    border-bottom: 1px solid var(--primary-clr);
  }
  .add-event-body .add-event-input input:focus::placeholder {
    color: var(--primary-clr);
  }
  .add-event-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .add-event-footer .add-event-btn {
    height: 40px;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
    border: none;
    color: #fff;
    background-color: var(--primary-clr);
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid var(--primary-clr);
  }
  .add-event-footer .add-event-btn:hover {
    background-color: transparent;
    color: var(--primary-clr);
  }
  
  
  .credits {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    background-color: #b38add;
  }
  .credits a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  .credits a:hover {
    text-decoration: underline;
  }

  .asul-regular {
    font-family: "Asul", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }

  #eventsTitle{
    padding-top: 10px;
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
    text-transform: lowercase;
    letter-spacing: 5px;
    line-height: 1.3;
    word-spacing: 3px;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    background: linear-gradient(45deg, #ff7e5f, #feb47b); 
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

body {
  background-color: #2A2E66 !important; /* Dark Slate Blue */
  color: #FFFFFF !important; /* White */
  height: 100%;
}

.today-btn {
  background-color: #00A0E1 !important; /* Electric Blue */
  color: #FFFFFF !important; /* White */
  margin: 0 auto;
  visibility: hidden;
  display: none;
}

.goto-btn{
  border: none;
}

.event-day, .event-date {
  color: #FF6F61 !important; /* Soft Coral */
}

.containerRight {
  background-color: #1F1F4E; /* Darker Slate Blue */
}

p{
  padding-left: 50px;
  padding-top: 30px;
}
}

@media screen and (max-width: 480px){
html{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
    background-color: #f2f0e6;
    text-decoration: none;
    overflow-y: scroll;
    font-size: 0.7em;
}


header{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

a:hover{
  color: #BFA14A;
  transform: scale(1.02); /* Slightly enlarge on hover */
}


h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 50px;
    padding-top: 25px;
    align-items: left;
}

h2{
    font-size: 2.5em;
    font-family: "Bruno Ace SC", sans-serif;
    padding-left: 110px;
    padding-top: 25px;
    align-items: left;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.search{
    width: 100%;
    padding-top: 0px;
    position: left;
    align-items: left;
    justify-content: left;
    padding-left: 60px;
    margin-left: 0;
    display: inline-flex;
    background-position: center;
    background-size: cover;
    border: none;
    outline: none;
}

.fa-search{
    height: 100%;
    width: 60px;
    cursor: pointer;
    border-radius: 60px;
    border: none;
    outline: none;
    text-align: center;
}

.searchBtn{
    border: 0;
    outline: 0;
    border-radius: 60px;
    text-align: center;
    height: 100%;
    padding-top: 10px;
}

#searchForm{
    outline: 4px solid gold;
    border: none;
    border-radius: 60px;
    width: 500px;
    position: left;
    align-items: left;
    justify-content: left;
    backdrop-filter: blur(5px) saturate(200%);
    background: rgb(128, 0, 0);
    height: 35px;
    padding-left: 0;
    margin-left: 0;
    display: inline-flex;
}

#searchForm input{
    background: transparent;
    flex: 1;
    outline: none;
    border: none;
    font-size: 20px;
    color: whitesmoke;
    margin-left: 10px;
}

::placeholder{
    color: white;
    margin-left: 10px;
}

.row2{
    display: inline-block;
}
:root {
    --primary-clr: #b38add;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }
  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }
  
  body {
    position: relative;
    min-height: 150px;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    background-color: #e2e1dc;
    padding-top: 80px;
  }
  .containerLeft{
    float: left;
    width: 35%;
  }

  #advert1{
    background-color: black;
    width: 120px;
    height: 150px;
    margin-left: 20px;
    margin-top: 40px;
    margin-right: 20px;
    align-items: left;
    justify-content: left;
    display: inline-block;
    position: absolute;
    border-radius: 20px;
  }

  .photoOne{
    width: 300px;
    height: 350px;
    margin-left: 450px;
    margin-top: 50px;
    margin-right: 30px;
    align-items: center;
    justify-content: center;
    position: relative;
    display: inline-block;
    border-radius: 20px;
  }

  .containerRight {
    position: relative;
    width: 60%;
    min-height: 150px;
    margin: 0 auto;
    padding: 5px;
    color: #fff;
    display: flex;
    border-radius: 10px;
    float: right;
    padding-right: 50px;
  }
  .left {
    width: 60%;
    padding: 20px;
  }
  .calendar {
    position: relative;
    width: 120%;
    height: 80%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    color: black;
    border-radius: 5px;
    background-color: #fff;
  }

  
  .calendar .month {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    padding-bottom: 0px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: capitalize;
  }
  .calendar .month .prev,
  .calendar .month .next {
    cursor: pointer;
  }
  .calendar .month .prev:hover,
  .calendar .month .next:hover {
    color: var(--primary-clr);
  }
  .calendar .weekdays {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: capitalize;
  }
  .weekdays div {
    width: 14.28%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .calendar .days {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 500;
  }
  .calendar .days .day {
    width: 14.28%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: black;
    border: 1px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(7n + 1) {
    border-left: 2px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(7n) {
    border-right: 2px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(-n + 7) {
    border-top: 2px solid #f5f5f5;
  }
  .calendar .days .day:nth-child(n + 29) {
    border-bottom: 2px solid #f5f5f5;
  }
  
  .calendar .days .day:not(.prev-date, .next-date):hover {
    color: #fff;
    background-color: #FF6F61;
  }
  .calendar .days .prev-date,
  .calendar .days .next-date {
    color: #b3b3b3;
  }
  .calendar .days .active {
    position: relative;
    font-size: 2rem;
    color: #fff;
    background-color: #FF6F61;
  }
  .calendar .days .active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 2px gold;
  }
  .calendar .days .today {
    font-size: 2rem;
  }
  .calendar .days .event {
    position: relative;
  }
  .calendar .days .event::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 75%;
    height: 6px;
    border-radius: 30px;
    transform: translateX(-50%);
    background-color: var(--primary-clr);
  }
  .calendar .days .day:hover.event::after {
    background-color: #fff;
  }
  .calendar .days .active.event::after {
    background-color: #fff;
    bottom: 20%;
  }
  .calendar .days .active.event {
    padding-bottom: 10px;
  }
  .calendar .goto-today {
    width: 100%;
    height: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 0 20px;
    color: var(--primary-clr);
  }
  .calendar .goto-today {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid black;
  }
  .calendar .goto-today input {
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
    color: var(--primary-clr);
    border-radius: 5px;
  }
  .calendar .goto-today button {
    padding: 5px 10px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    color: black;
  }
  .calendar .goto-today button:hover {
    color: #fff;
    background-color: #FF6F61
  }
  .calendar .goto-today button {
    border: none;
    border-left: 1px solid var(--primary-clr);
    border-radius: 0;
  }

  .goto{
    display: none !important;
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none !important;
  }

  .goto-today{
    border: none !important;
  }

  .goto * {
    border: none !important;
}

  .containerRight .right {
    position: relative;
    width: 40%;
    min-height: 100%;
    padding: 20px 0;
  }
  
  .right .today-date {
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    padding-left: 70px;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  .right .today-date .event-day {
    font-size: 2rem;
    font-weight: 500;
  }
  .right .today-date .event-date {
    font-size: 1rem;
    font-weight: 400;
    color: #878895;
  }
  .events {
    width: 100%;
    height: 100%;
    max-height: 700px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-left: 4px;
  }
  .events .event {
    position: relative;
    width: 95%;
    min-height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0 20px;
    padding-left: 50px;
    color: #fff;
    background: linear-gradient(90deg, #3f4458, transparent);
    cursor: pointer;
  }
  /* even event */
  .events .event:nth-child(even) {
    background: transparent;
  }
  .events .event:hover {
    background: linear-gradient(90deg, var(--primary-clr), transparent);
  }
  .events .event .title {
    display: flex;
    align-items: center;
    pointer-events: none;
  }
  .events .event .title .event-title {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 20px;
  }
  .events .event i {
    color: var(--primary-clr);
    font-size: 0.5rem;
  }
  .events .event:hover i {
    color: #fff;
  }
  .events .event .event-time {
    font-size: 0.8rem;
    font-weight: 400;
    color: #878895;
    margin-left: 15px;
    pointer-events: none;
  }
  .events .event:hover .event-time {
    color: #fff;
  }
  /* add tick in event after */
  .events .event::after {
    content: "✓";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 3rem;
    line-height: 1;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
    color: var(--primary-clr);
    transform: translateY(-50%);
  }
  .events .event:hover::after {
    display: flex;
  }
  .add-event {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #878895;
    border: 2px solid #878895;
    opacity: 0.5;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
  }
  .add-event:hover {
    opacity: 1;
  }
  .add-event i {
    pointer-events: none;
  }
  .events .no-event {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #878895;
  }
  .add-event-wrapper {
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 90%;
    max-height: 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: max-height 0.5s ease;
  }
  .add-event-wrapper.active {
    max-height: 300px;
  }
  .add-event-header {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #373c4f;
    border-bottom: 1px solid #f5f5f5;
  }
  .add-event-header .close {
    font-size: 1.5rem;
    cursor: pointer;
  }
  .add-event-header .close:hover {
    color: var(--primary-clr);
  }
  .add-event-header .title {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .add-event-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
  }
  .add-event-body .add-event-input {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .add-event-body .add-event-input input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 400;
    color: #373c4f;
  }
  .add-event-body .add-event-input input::placeholder {
    color: #a5a5a5;
  }
  .add-event-body .add-event-input input:focus {
    border-bottom: 1px solid var(--primary-clr);
  }
  .add-event-body .add-event-input input:focus::placeholder {
    color: var(--primary-clr);
  }
  .add-event-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .add-event-footer .add-event-btn {
    height: 40px;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
    border: none;
    color: #fff;
    background-color: var(--primary-clr);
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid var(--primary-clr);
  }
  .add-event-footer .add-event-btn:hover {
    background-color: transparent;
    color: var(--primary-clr);
  }
  
  
  .credits {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    background-color: #b38add;
  }
  .credits a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  .credits a:hover {
    text-decoration: underline;
  }

  .asul-regular {
    font-family: "Asul", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }

  #eventsTitle{
    padding-top: 0px;
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
    text-transform: lowercase;
    letter-spacing: 5px;
    line-height: 1.3;
    word-spacing: 3px;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    background: linear-gradient(45deg, #ff7e5f, #feb47b); 
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 1.4em;
}

body {
  background-color: #2A2E66 !important; /* Dark Slate Blue */
  color: #FFFFFF !important; /* White */
  height: 100%;
}

.today-btn {
  background-color: #00A0E1 !important; /* Electric Blue */
  color: #FFFFFF !important; /* White */
  margin: 0 auto;
  visibility: hidden;
  display: none;
}

.goto-btn{
  border: none;
}

.event-day, .event-date {
  color: #FF6F61 !important; /* Soft Coral */
}

.containerRight {
  background-color: #1F1F4E; /* Darker Slate Blue */
}

p{
  padding-left: 50px;
  padding-top: 30px;
}
}







  /* media queries */
  
  @media screen and (max-width: 1000px) {
    body {
      align-items: flex-start;
      justify-content: flex-start;
    }
    .containerRight {
      min-height: 100vh;
      flex-direction: column;
      border-radius: 0;
    }
    .containerRight .left {
      width: 100%;
      height: 100%;
      padding: 20px 0;
    }
    .containerRight .right {
      width: 100%;
      height: 100%;
      padding: 20px 0;
    }
    
    .events {
      padding-bottom: 340px;
    }
    .add-event-wrapper {
      bottom: 100px;
    }
  }
  @media screen and (max-width: 500px) {
    .calendar .month {
      height: 75px;
    }
    .calendar .weekdays {
      height: 50px;
    }
    .calendar .days .day {
      height: 40px;
      font-size: 0.8rem;
    }
    .calendar .days .day.active,
    .calendar .days .day.today {
      font-size: 1rem;
    }
    .right .today-date {
      padding: 20px;
    }
  }


  .overlay {
            position: fixed; /* Stays in place even when scrolling */
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.9); /* White with 90% opacity */
            display: flex; /* Use flexbox for easy centering */
            justify-content: center; /* Center horizontally */
            align-items: center; /* Center vertically */
            z-index: 999; /* Ensure it's on top of everything else */
            text-align: center;
        }

        .overlay-content {
            font-size: 4em; /* Large text size */
            color: #333; /* Dark gray text */
            font-weight: bold;
            padding: 20px;
            background-color: #f0f0f0; /* Light background for the text box */
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }