* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

body {
  font-family: "Urbanist", sans-serif;
  background-image: url(/Images/bg_green-01.jpg);
}

p {
  font-size: 18px;
}

h2 {
  font-size: bold;
  text-transform: uppercase;
}

/*Navigation Bar_Desktop*/

nav {
  position: fixed;
  width: 984px;
  top: 0;
  background-color: #7ac943;
  box-shadow: 3px 3px 5px #000000;
  z-index: 9999;
}

.nav_content {
  width: 100%;
  display: flex;
  align-items: center;
}

.logo {
  margin: 10px 20px;
}

nav .nav_content .nav_links {
  display: flex;
  gap: 55px;
  margin-top: 80px;
  padding-left: 10px;
}

nav .nav_links li {
  list-style: none;
}

nav .nav_links a,
.gi {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #0b4100;
}

nav .nav_links a:hover {
  color: white;
}

nav .nav_links li ul li a {
  color: white;
}

/*Dropdown Info Links*/

.open_icon {
  display: none;
  padding: 2px;
  color: #7ac943;
}

header .close_drop_menu {
  padding: 10px;
}

.download_button {
  display: inline-flex;
  height: 30px;
  padding: 0;
  background-color: #7ac943;
  border: none;
  outline: none;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}

.button_text,
.button_icon {
  display: inline-flex;
  align-items: center;
  color: white;
  text-transform: uppercase;
  padding: 5px 20px;
  height: 100%;
}

.button_icon {
  height: 100%;
  font-size: 1.2em;
}

.download_button:hover {
  background-color: #0b4100;
}

.download_button:active {
  background-color: #041800;
}

ul li ul.dropdown_info_links {
  width: 40%;
  height: 300px;
  position: absolute;
  z-index: 999;
  display: none;
  background: rgba(14, 34, 0, 0.7);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

ul li ul.dropdown_info_links li {
  display: block;
  line-height: 2;
  padding-top: 10px;
}

ul li ul.dropdown_info_links:last-child {
  line-height: 3;
}

ul li:hover ul.dropdown_info_links {
  display: block;
}

nav .nav_links li ul li a:hover {
  color: #7ac943;
}

/* Open Nav Menu*/

header .open_nav_menu {
  height: 34px;
  width: 40px;
  margin-right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: auto;
  margin-top: 80px;
}

header .open_nav_menu span {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #0b4100;
  position: relative;
}

header .open_nav_menu span:before,
header .open_nav_menu span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b4100;
  box-sizing: border-box;
}

header .open_nav_menu span::before {
  top: -7px;
}

header .open_nav_menu span::after {
  top: 7px;
}

/*Close Nav Menu*/
header .close_nav_menu {
  height: 40px;
  width: 40px;
  margin: 0 0 15px 15px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-self: center;
}
header .close_nav_menu img {
  width: 40px;
}

/*End of Navbar*/

/*activity starts*/

.activities {
  background-image: url(/Images/launch_image.svg), url(/Images/bg_pink.jpg);
  background-position: bottom left, center;
  background-repeat: no-repeat, repeat-y;
  background-size: 80%, 100%;
  width: 100%;
  height: 1350px;
}

.activities_title {
  text-align: center;
  text-transform: uppercase;
  padding-top: 200px;
  padding-bottom: 30px;
  font-size: 28px;
  color: white;
}

.activities_container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 5px 20px;
  gap: 20px;
}

.activities_sub_titles {
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: center;
}

.activities_container div {
  list-style-type: none;
}

.activities_container img {
  border-radius: 5px;
  border: 2px solid #ffffff;
  box-shadow: 3px 3px 5px #000000;
}

.read_more_button {
  display: inline-flex;
  height: 30px;
  padding: 0;
  background-color: #ffffff;
  border: none;
  outline: none;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}

.xbutton_text,
.xbutton_icon {
  display: inline-flex;
  align-items: center;
  color: rgb(98, 0, 125);
  text-transform: uppercase;
  padding: 5px 5px;
  height: 100%;
  font-weight: 600;
}

.xbutton_icon {
  height: 100%;
  font-size: 1.2em;
}

.download_button:hover {
  background-color: rgb(181, 79, 122);
  color: white;
}

.download_button:active {
  background-color: #970047;
}

.extra_button_monkey {
  display: inline-flex;
  text-align: center;
  justify-self: center;
}

.extra_button_swim {
  display: inline-flex;
  text-align: center;
  justify-self: center;
}

.extra_button_kick {
  display: inline-flex;
  text-align: center;
  justify-self: center;
}

.extra_button_dance {
  display: inline-flex;
  text-align: center;
  justify-self: center;
}

.extra_button_karate {
  display: inline-flex;
  text-align: center;
  justify-self: center;
}
/*activity ends*/

/*Special events begins*/
.special_events_title {
  text-align: center;
  text-transform: uppercase;
  padding-top: 70px;
  padding-bottom: 30px;
  font-size: 28px;
  color: white;
}

.mobile-image {
  display: none; /* Hide the image by default */
}

.special_events_container {
  padding: 5px 100px;
  font-weight: 800;
}

.special_events_images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 40px 0px 40px 350px;
  gap: 20px;
}

.special_events_images img {
  border-radius: 5px;
  border: 2px solid #ffffff;
  box-shadow: 3px 3px 5px #000000;
}

/*Special events ends*/

.seperation_wave_bottom {
  background-image: url(/Images/seperator_bottom.png);
  height: 58px;
  margin-top: -50px;
}

/*Social Media*/

.footer {
  width: 1024;
  margin: 0 auto;
  display: block;
}

footer .social_media {
  background-color: #0b4100;
  width: 100%;
  text-align: center;
}
.social_media_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  color: white;
  padding-top: 20px;
}

.social_media a {
  font-size: 50px;
  color: #7ac943;
}

.social_media p {
  color: white;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #7ac943;
}

/*Responsive Styling*/
/*Navbar starts*/

@media (max-width: 430px) {
  .container {
    width: 430px;
    margin: 0 auto;
  }

  header .close_nav_menu,
  header .open_nav_menu {
    display: flex;
  }

  .open_icon {
    display: inline;
    padding: 10px;
    color: #7ac943;
  }

  nav {
    width: 430px;
  }

  nav .nav_content .nav_links {
    display: block;
    padding: 20px;
  }

  .navbar {
    position: fixed;
    padding-bottom: 500px;
    right: -430px;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    overflow-y: auto;
    background: rgba(11, 65, 0, 0.8);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    z-index: 1000;
    transition: all 0.5s ease;
  }

  .navbar.open {
    visibility: visible;
    right: 0px;
  }

  .nav_links li {
    padding: 20px 0;
  }

  header .nav_links a {
    color: #7ac943;
  }

  header .nav_links {
    padding: 20px;
  }

  nav .nav_links a,
  .gi {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #7ac943;
  }

  ul li ul.dropdown_info_links {
    width: 280px;
    height: 450px;
    position: absolute;
    z-index: 1000;
    display: none;
    background: rgba(14, 34, 0, 0.7);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease;
    text-align: right;
    margin-left: 50px;
  }

  ul li ul.dropdown_info_links li {
    display: block;
    line-height: 2;
    padding-top: 10px;
  }

  ul li ul.dropdown_info_links:last-child {
    line-height: 3;
  }

  ul li:hover ul.dropdown_info_links {
    display: block;
  }

  nav .nav_links li ul li a:hover {
    color: #7ac943;
  }

  .download_btn {
    background-color: #0b4100;
    margin: 10px;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
  }

  /*Navbar ends*/

  /*activity starts*/

  .activities {
    background-image: url(/Images/launch_image.svg), url(/Images/bg_pink.jpg);
    background-position: bottom left, center;
    background-repeat: no-repeat, repeat-y;
    background-size: 150%, 100%;
    width: 100%;
    height: 3550px;
  }

  .activities_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 200px;
    padding-bottom: 30px;
    font-size: 28px;
    color: white;
  }

  .activities_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    padding: 5px 20px;
    gap: 20px;
  }

  .monkey {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .monkey_icon {
    grid-column: 1/2;
    grid-row: 2/2;
    justify-self: center;
  }

  .extra_button_monkey {
    grid-column: 1/2;
    grid-row: 3/4;
    justify-self: center;
  }

  .swim {
    padding-top: 50px;
    grid-column: 1/2;
    grid-row: 4/5;
  }

  .swim_icon {
    grid-column: 1/2;
    grid-row: 5/6;
    justify-self: center;
  }

  .extra_button_swim {
    grid-column: 1/2;
    grid-row: 6/7;
    justify-self: center;
  }

  .kick {
    padding-top: 50px;
    grid-column: 1/2;
    grid-row: 7/8;
  }

  .kick_icon {
    grid-column: 1/2;
    grid-row: 8/9;
    justify-self: center;
  }

  .extra_button_kick {
    grid-column: 1/2;
    grid-row: 9/10;
    justify-self: center;
  }

  .dance {
    padding-top: 50px;
    grid-column: 1/2;
    grid-row: 11/12;
  }

  .dance_icon {
    grid-column: 1/2;
    grid-row: 12/13;
    justify-self: center;
  }

  .extra_button_dance {
    grid-column: 1/2;
    grid-row: 13/14;
    justify-self: center;
  }

  .karate {
    padding-top: 50px;
    grid-column: 1/2;
    grid-row: 14/15;
  }

  .karate_icon {
    grid-column: 1/2;
    grid-row: 15/16;
    justify-self: center;
  }

  .extra_button_karate {
    grid-column: 1/2;
    grid-row: 16/17;
    justify-self: center;
  }

  .activities_sub_titles {
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-align: center;
  }

  .activities_container div {
    list-style-type: none;
  }

  .activities_container img {
    border-radius: 5px;
    border: 2px solid #ffffff;
    box-shadow: 3px 3px 5px #000000;
  }

  .read_more_button {
    display: inline-flex;
    height: 30px;
    padding: 0;
    background-color: #ffffff;
    border: none;
    outline: none;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
  }

  .xbutton_text,
  .xbutton_icon {
    display: inline-flex;
    align-items: center;
    color: rgb(98, 0, 125);
    text-transform: uppercase;
    padding: 5px 5px;
    height: 100%;
    font-weight: 600;
  }

  .xbutton_icon {
    height: 100%;
    font-size: 1.2em;
  }

  .download_button:hover {
    background-color: rgb(181, 79, 122);
    color: white;
  }

  .download_button:active {
    background-color: #970047;
  }

  .extra_button {
    display: inline-flex;
    text-align: center;
    justify-self: center;
  }
  /*activity ends*/

  .mobile-image {
    display: block; /* Show the image on mobile screens */
    padding-bottom: 30px;
  }

  /*Special events begins*/
  .special_events_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 70px;
    padding-bottom: 30px;
    font-size: 28px;
    color: white;
  }

  .special_events_container {
    padding: 5px 30px;
    font-weight: 800;
    text-align: center;
  }

  .special_events_images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
    gap: 20px;
  }

  .special_events_images img {
    border-radius: 5px;
    border: 2px solid #ffffff;
    box-shadow: 3px 3px 5px #000000;
  }

  .birthday {
    display: none;
  }
  /*Special events ends*/
}

@media (max-width: 393px) {
  .container {
    width: 393px;
    margin: 0 auto;
  }

  header .close_nav_menu,
  header .open_nav_menu {
    display: flex;
  }

  .open_icon {
    display: inline;
    padding: 10px;
    color: #7ac943;
  }

  nav {
    width: 393px;
  }

  nav .nav_content .nav_links {
    display: block;
    padding: 20px;
  }

  .navbar {
    position: fixed;
    padding-bottom: 500px;
    right: -393px;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    overflow-y: auto;
    background: rgba(11, 65, 0, 0.8);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    z-index: 1000;
    transition: all 0.5s ease;
  }

  .navbar.open {
    visibility: visible;
    right: 0px;
  }

  .nav_links li {
    padding: 20px 0;
  }

  header .nav_links a {
    color: #7ac943;
  }

  header .nav_links {
    padding: 20px;
  }

  nav .nav_links a,
  .gi {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #7ac943;
  }

  ul li ul.dropdown_info_links {
    width: 280px;
    height: 450px;
    position: absolute;
    z-index: 1000;
    display: none;
    background: rgba(14, 34, 0, 0.7);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease;
    text-align: right;
    margin-left: 50px;
  }

  ul li ul.dropdown_info_links li {
    display: block;
    line-height: 2;
    padding-top: 10px;
  }

  ul li ul.dropdown_info_links:last-child {
    line-height: 3;
  }

  ul li:hover ul.dropdown_info_links {
    display: block;
  }

  nav .nav_links li ul li a:hover {
    color: #7ac943;
  }

  .download_btn {
    background-color: #0b4100;
    margin: 10px;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
  }

  /*Navbar ends*/

  /*activity starts*/

  .activities {
    background-image: url(/Images/launch_image.svg), url(/Images/bg_pink.jpg);
    background-position: bottom left, center;
    background-repeat: no-repeat, repeat-y;
    background-size: 150%, 100%;
    width: 100%;
    height: 3550px;
  }

  .activities_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 200px;
    padding-bottom: 30px;
    font-size: 28px;
    color: white;
  }

  .activities_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    padding: 5px 20px;
    gap: 20px;
  }

  .monkey {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .monkey_icon {
    grid-column: 1/2;
    grid-row: 2/2;
    justify-self: center;
  }

  .extra_button_monkey {
    grid-column: 1/2;
    grid-row: 3/4;
    justify-self: center;
  }

  .swim {
    padding-top: 50px;
    grid-column: 1/2;
    grid-row: 4/5;
  }

  .swim_icon {
    grid-column: 1/2;
    grid-row: 5/6;
    justify-self: center;
  }

  .extra_button_swim {
    grid-column: 1/2;
    grid-row: 6/7;
    justify-self: center;
  }

  .kick {
    padding-top: 50px;
    grid-column: 1/2;
    grid-row: 7/8;
  }

  .kick_icon {
    grid-column: 1/2;
    grid-row: 8/9;
    justify-self: center;
  }

  .extra_button_kick {
    grid-column: 1/2;
    grid-row: 9/10;
    justify-self: center;
  }

  .dance {
    padding-top: 50px;
    grid-column: 1/2;
    grid-row: 11/12;
  }

  .dance_icon {
    grid-column: 1/2;
    grid-row: 12/13;
    justify-self: center;
  }

  .extra_button_dance {
    grid-column: 1/2;
    grid-row: 13/14;
    justify-self: center;
  }

  .karate {
    padding-top: 50px;
    grid-column: 1/2;
    grid-row: 14/15;
  }

  .karate_icon {
    grid-column: 1/2;
    grid-row: 15/16;
    justify-self: center;
  }

  .extra_button_karate {
    grid-column: 1/2;
    grid-row: 16/17;
    justify-self: center;
  }

  .activities_sub_titles {
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-align: center;
  }

  .activities_container div {
    list-style-type: none;
  }

  .activities_container img {
    border-radius: 5px;
    border: 2px solid #ffffff;
    box-shadow: 3px 3px 5px #000000;
  }

  .read_more_button {
    display: inline-flex;
    height: 30px;
    padding: 0;
    background-color: #ffffff;
    border: none;
    outline: none;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
  }

  .xbutton_text,
  .xbutton_icon {
    display: inline-flex;
    align-items: center;
    color: rgb(98, 0, 125);
    text-transform: uppercase;
    padding: 5px 5px;
    height: 100%;
    font-weight: 600;
  }

  .xbutton_icon {
    height: 100%;
    font-size: 1.2em;
  }

  .download_button:hover {
    background-color: rgb(181, 79, 122);
    color: white;
  }

  .download_button:active {
    background-color: #970047;
  }

  .extra_button {
    display: inline-flex;
    text-align: center;
    justify-self: center;
  }
  /*activity ends*/

  .mobile-image {
    display: block; /* Show the image on mobile screens */
    padding-bottom: 30px;
  }

  /*Special events begins*/
  .special_events_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 70px;
    padding-bottom: 30px;
    font-size: 28px;
    color: white;
  }

  .special_events_container {
    padding: 5px 30px;
    font-weight: 800;
    text-align: center;
  }

  .special_events_images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
    gap: 20px;
  }

  .special_events_images img {
    border-radius: 5px;
    border: 2px solid #ffffff;
    box-shadow: 3px 3px 5px #000000;
  }

  .birthday {
    display: none;
  }
  /*Special events ends*/
}

@media (max-width: 360px) {
  .container {
    width: 360px;
    margin: 0 auto;
  }

  header .close_nav_menu,
  header .open_nav_menu {
    display: flex;
  }

  .open_icon {
    display: inline;
    padding: 10px;
    color: #7ac943;
  }

  nav {
    width: 360px;
  }

  nav .nav_content .nav_links {
    display: block;
    padding: 20px;
  }

  .navbar {
    position: fixed;
    padding-bottom: 500px;
    right: -360px;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    overflow-y: auto;
    background: rgba(11, 65, 0, 0.8);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    z-index: 1000;
    transition: all 0.5s ease;
  }

  .navbar.open {
    visibility: visible;
    right: 0px;
  }

  .nav_links li {
    padding: 20px 0;
  }

  header .nav_links a {
    color: #7ac943;
  }

  header .nav_links {
    padding: 20px;
  }

  nav .nav_links a,
  .gi {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #7ac943;
  }

  ul li ul.dropdown_info_links {
    width: 280px;
    height: 450px;
    position: absolute;
    z-index: 1000;
    display: none;
    background: rgba(14, 34, 0, 0.7);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease;
    text-align: right;
    margin-left: 50px;
  }

  ul li ul.dropdown_info_links li {
    display: block;
    line-height: 2;
    padding-top: 10px;
  }

  ul li ul.dropdown_info_links:last-child {
    line-height: 3;
  }

  ul li:hover ul.dropdown_info_links {
    display: block;
  }

  nav .nav_links li ul li a:hover {
    color: #7ac943;
  }

  .download_btn {
    background-color: #0b4100;
    margin: 10px;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
  }

  /*Navbar ends*/

  /*activity starts*/

  .activities {
    background-image: url(/Images/launch_image.svg), url(/Images/bg_pink.jpg);
    background-position: bottom left, center;
    background-repeat: no-repeat, repeat-y;
    background-size: 150%, 100%;
    width: 100%;
    height: 3550px;
  }

  .activities_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 200px;
    padding-bottom: 30px;
    font-size: 28px;
    color: white;
  }

  .activities_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    padding: 5px 20px;
    gap: 20px;
  }

  .monkey {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .monkey_icon {
    grid-column: 1/2;
    grid-row: 2/2;
    justify-self: center;
  }

  .extra_button_monkey {
    grid-column: 1/2;
    grid-row: 3/4;
    justify-self: center;
  }

  .swim {
    padding-top: 50px;
    grid-column: 1/2;
    grid-row: 4/5;
  }

  .swim_icon {
    grid-column: 1/2;
    grid-row: 5/6;
    justify-self: center;
  }

  .extra_button_swim {
    grid-column: 1/2;
    grid-row: 6/7;
    justify-self: center;
  }

  .kick {
    padding-top: 50px;
    grid-column: 1/2;
    grid-row: 7/8;
  }

  .kick_icon {
    grid-column: 1/2;
    grid-row: 8/9;
    justify-self: center;
  }

  .extra_button_kick {
    grid-column: 1/2;
    grid-row: 9/10;
    justify-self: center;
  }

  .dance {
    padding-top: 50px;
    grid-column: 1/2;
    grid-row: 11/12;
  }

  .dance_icon {
    grid-column: 1/2;
    grid-row: 12/13;
    justify-self: center;
  }

  .extra_button_dance {
    grid-column: 1/2;
    grid-row: 13/14;
    justify-self: center;
  }

  .karate {
    padding-top: 50px;
    grid-column: 1/2;
    grid-row: 14/15;
  }

  .karate_icon {
    grid-column: 1/2;
    grid-row: 15/16;
    justify-self: center;
  }

  .extra_button_karate {
    grid-column: 1/2;
    grid-row: 16/17;
    justify-self: center;
  }

  .activities_sub_titles {
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-align: center;
  }

  .activities_container div {
    list-style-type: none;
  }

  .activities_container img {
    border-radius: 5px;
    border: 2px solid #ffffff;
    box-shadow: 3px 3px 5px #000000;
  }

  .read_more_button {
    display: inline-flex;
    height: 30px;
    padding: 0;
    background-color: #ffffff;
    border: none;
    outline: none;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
  }

  .xbutton_text,
  .xbutton_icon {
    display: inline-flex;
    align-items: center;
    color: rgb(98, 0, 125);
    text-transform: uppercase;
    padding: 5px 5px;
    height: 100%;
    font-weight: 600;
  }

  .xbutton_icon {
    height: 100%;
    font-size: 1.2em;
  }

  .download_button:hover {
    background-color: rgb(181, 79, 122);
    color: white;
  }

  .download_button:active {
    background-color: #970047;
  }

  .extra_button {
    display: inline-flex;
    text-align: center;
    justify-self: center;
  }
  /*activity ends*/

  .mobile-image {
    display: block; /* Show the image on mobile screens */
    padding-bottom: 30px;
  }

  /*Special events begins*/
  .special_events_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 70px;
    padding-bottom: 30px;
    font-size: 28px;
    color: white;
  }

  .special_events_container {
    padding: 5px 30px;
    font-weight: 800;
    text-align: center;
  }

  .special_events_images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
    gap: 20px;
  }

  .special_events_images img {
    border-radius: 5px;
    border: 2px solid #ffffff;
    box-shadow: 3px 3px 5px #000000;
  }

  .birthday {
    display: none;
  }
  /*Special events ends*/
}
