body{
background-color: black;
margin: 0px;
overflow-x: hidden;
}

a{
text-decoration: none;
}


/* Header */
/* Header */
/* Header */

header{
display: flex;
justify-content: space-between;
align-items: center;
padding: 25px 100px 25px 20px;
}

.HeaderOne,.HeaderTwo{
display: flex;
}

.HeaderTwo{
gap: 40px;
}

.HeaderText,.HeaderLogoText{
font-family: "Oswald", sans-serif;
font-weight: 700;
font-size: 1.35rem;
color: white;
margin: 0px;
}

.HeaderText{
cursor: pointer;
}

.HeaderText:hover{
color: red;
}

.HeaderText:active{
color: rgb(200, 0, 0);
}

.SpanLogoText{
color: red;
font-size: 1.2rem;
}


/* Footer */
/* Footer */
/* Footer */

footer{
display: flex;
padding: 35px;
border-top: solid 1px rgb(110, 110, 110);
margin: 25px 0px 0px 0px;
}

.FootSectionOne{
display: flex;
}

.FootSectionOne,.FootSectionTwo{
border-right: solid 1px rgb(110, 110, 110);
}

.FootSectionOne{
align-items: center;
padding: 0px 30px 0px 0px;
}

.LionIcon{
width: 150px;
height: auto;
}

.InstaIcon{
width: 30px;
height: auto;
}

.SectionOneText{
color: white;
font-family: "Inter", sans-serif;
font-size: 1.3rem;
font-weight: 500;
margin: 0px;
}

.FootSectionTwo{
padding: 10px 120px 0px 20px;
}

.QuickLinkText{
color: white;
font-family: "Inter", sans-serif;
font-size: 1.4rem;
font-weight: 600;
margin: 0px;
}

.SectionTwoText{
color: white;
font-family: "Inter", sans-serif;
font-size: 1rem;
font-weight: 500;
margin: 3px 0px 0px 0px;
}

.FootSectionThree{
padding: 10px 0px 0px 20px;
}

.ContactText{
color: white;
font-family: "Inter", sans-serif;
font-size: 1rem;
font-weight: 500;
margin: 3px 0px 0px 0px;
overflow-wrap: anywhere;
}

.ContactUsText{
color: white;
font-family: "Inter", sans-serif;
font-size: 1.4rem;
font-weight: 700;
margin: 0px;
}

.MailImg,.PhoneImg,.LocImg{
width: 30px;
height: auto;
flex-shrink: 0;
}

.InnerSection{
display: flex;
align-items: center;
gap: 10px;
padding: 10px 0px 0px 0px;
}


/* Main */
/* Main */
/* Main */

.MainText{
color: red;
text-align: center;
font-family: "Oswald", sans-serif;
font-weight: 700;
font-size: 4.2rem;
margin: 20px 0px 0px 0px;
line-height: 70px;
}

.MainSpanText{
color: white;
}

.MainContainer{
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 15px;
padding: 50px 100px;
}

.CalendarSection{
background-color: white;
color: black;
padding: 25px;
border-radius: 15px;
font-family: "Oswald", sans-serif;
font-weight: 700;
font-size: 1.2rem;
text-align: center;
}

.CalendarWeekName{
background-color: red;
border-radius: 15px;
color: white;
font-family: "Oswald", sans-serif;
font-weight: 700;
font-size: 1.6rem;
text-align: center;
padding: 18px;
}


/* Mobile Schedule */
/* Mobile Schedule */
/* Mobile Schedule */

.MobileSchedule{
display: none;
}

.MobileDay{
border: solid 2px white;
border-radius: 15px;
overflow: hidden;
background-color: white;
}

.MobileDayTitle{
background-color: red;
color: white;
font-family: "Oswald", sans-serif;
font-size: 1.5rem;
font-weight: 700;
text-align: center;
margin: 0px;
padding: 13px;
}

.MobileClass{
display: flex;
justify-content: space-between;
align-items: center;
gap: 15px;
padding: 16px;
border-bottom: solid 1px rgb(210, 210, 210);
background-color: white;
}

.MobileClass:last-child{
border-bottom: none;
}

.MobileClass p{
color: black;
font-family: "Oswald", sans-serif;
font-size: 1rem;
font-weight: 600;
margin: 0px;
}

.MobileClass span{
color: red;
font-family: "Oswald", sans-serif;
font-size: 1rem;
font-weight: 700;
white-space: nowrap;
}


/* Responsive */
/* Responsive */
/* Responsive */

@media(max-width: 1200px){

header{
padding: 25px 35px 25px 20px;
}

.HeaderTwo{
gap: 24px;
}

.MainContainer{
padding: 40px 35px;
}

.FootSectionTwo{
padding: 10px 60px 0px 20px;
}

}


/* Tablet */
/* Tablet */
/* Tablet */

@media(max-width: 900px){

header{
flex-direction: column;
justify-content: center;
align-items: center;
padding: 22px 20px;
gap: 18px;
}

.HeaderOne{
justify-content: center;
text-align: center;
}

.HeaderTwo{
width: 100%;
justify-content: center;
flex-wrap: wrap;
gap: 14px 28px;
}

.HeaderText{
font-size: 1.1rem;
}

.MainText{
font-size: 3.5rem;
line-height: 58px;
padding: 0px 20px;
}

.MainContainer{
overflow-x: auto;
grid-template-columns: repeat(5, 140px);
justify-content: start;
padding: 35px 25px 45px 25px;
gap: 12px;
}

.CalendarSection{
padding: 20px 14px;
font-size: 1rem;
}

.CalendarWeekName{
padding: 15px 10px;
font-size: 1.3rem;
}

footer{
flex-direction: column;
padding: 30px 25px;
}

.FootSectionOne,.FootSectionTwo{
border-right: none;
border-bottom: solid 1px rgb(110, 110, 110);
}

.FootSectionOne{
padding: 0px 0px 25px 0px;
}

.FootSectionTwo{
padding: 25px 0px;
}

.FootSectionThree{
padding: 25px 0px 0px 0px;
}

}


/* Mobile */
/* Mobile */
/* Mobile */

@media(max-width: 600px){

header{
padding: 20px 15px;
}

.HeaderLogoText{
font-size: 1.15rem;
}

.SpanLogoText{
font-size: 1rem;
}

.HeaderTwo{
gap: 10px 18px;
}

.HeaderText{
font-size: 0.95rem;
}

.MainText{
font-size: 2.8rem;
line-height: 46px;
margin: 22px 0px 30px 0px;
}

.MainContainer{
display: none;
}

.MobileSchedule{
display: flex;
flex-direction: column;
gap: 20px;
padding: 0px 16px 35px 16px;
}

.MobileDay{
width: 100%;
box-sizing: border-box;
}

.MobileDayTitle{
font-size: 1.4rem;
}

.MobileClass{
padding: 15px;
}

.MobileClass p{
font-size: 0.95rem;
}

.MobileClass span{
font-size: 0.95rem;
}

footer{
padding: 25px 18px;
}

.FootSectionOne{
flex-direction: column;
align-items: flex-start;
gap: 15px;
}

.LionIcon{
width: 120px;
}

.SectionOneText{
font-size: 1rem;
line-height: 1.55;
}

.QuickLinkText,.ContactUsText{
font-size: 1.2rem;
}

.SectionTwoText,.ContactText{
font-size: 0.95rem;
}

}


/* Small Mobile */
/* Small Mobile */
/* Small Mobile */

@media(max-width: 400px){

.HeaderTwo{
gap: 9px 14px;
}

.HeaderText{
font-size: 0.88rem;
}

.MainText{
font-size: 2.5rem;
line-height: 42px;
}

.MobileSchedule{
padding-left: 12px;
padding-right: 12px;
}

.MobileClass{
padding: 13px 12px;
}

.MobileClass p{
font-size: 0.9rem;
}

.MobileClass span{
font-size: 0.9rem;
}

}