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;
}


/* Upper Main */
/* Upper Main */
/* Upper Main */

.MainTitleText{
display: flex;
justify-content: center;
gap: 15px;
color: white;
font-family: "Bebas Neue", sans-serif;
font-size: 5rem;
font-weight: 500;
letter-spacing: 2px;
margin: 0px;
padding: 20px 0px 0px 0px;
}

.TitleSpanText{
color: red;
}

.SubTitleText{
display: flex;
justify-content: center;
color: rgb(229, 229, 229);
font-family: "Inter", sans-serif;
font-size: 1.3rem;
font-weight: 500;
margin: 0px;
padding: 0px 0px 20px 0px;
}

.NoClass{
display: none;
justify-content: center;
color: rgb(229, 229, 229);
font-family: "Oswald", sans-serif;
font-size: 1.5rem;
font-weight: 700;
margin: 0px;
padding: 0px 0px 20px 0px;
}


/* Main */
/* Main */
/* Main */

main{
padding: 0px 375px 30px 375px;
display: block;
}


/* Form */
/* Form */
/* Form */

.WhoIsYou{
display: flex;
align-items: center;
gap: 10px;
flex-direction: column;
padding: 20px 40px 40px 40px;
}

.WhoIsYou > div:first-child{
display: flex;
gap: 10px;
}

.InputName{
border: solid 2px white;
background-color: black;
color: white;
padding: 20px 10px;
width: 265px;
box-sizing: border-box;
}

.Input{
border: solid 2px white;
background-color: black;
color: white;
padding: 20px 10px;
width: 540px;
box-sizing: border-box;
}

input[type="number"]{
appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
-webkit-appearance: none;
margin: 0;
}

.Continue{
background-color: red;
color: white;
padding: 20px 40px;
border: none;
border-radius: 20px;
font-family: "Oswald", sans-serif;
font-weight: 700;
font-size: 1.35rem;
margin: 15px 0px 0px 0px;
box-shadow: 0 0 6px 1px rgba(255, 100, 100, 0.4), 0 10px 12px rgba(255, 70, 70, 0.25);
display: block;
cursor: pointer;
}

.Continue:hover{
filter: brightness(80%);
}

.Continue:active{
filter: brightness(60%);
transform: translateY(3px);
}


/* Calendar */
/* Calendar */
/* Calendar */

.UpperCalendar{
display: none;
align-items: center;
justify-content: center;
padding: 0px 0px 35px 0px;
}

.LeftArrow{
width: 43px;
height: 43px;
margin: 0px 10px 0px 0px;
cursor: pointer;
}

.LowerCalendar{
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 450px;
}

.CalendarDate{
display: flex;
justify-content: center;
font-family: "Oswald", sans-serif;
font-weight: 700;
font-size: 1.8rem;
color: white;
margin: 0px;
text-align: center;
}

.RightArrow{
width: 43px;
height: 43px;
margin: 0px 0px 0px 10px;
cursor: pointer;
}

.WhiteCalendar{
width: 50px;
height: 50px;
}


/* Time */
/* Time */
/* Time */

.Time{
display: none;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 30px;
padding: 10px 100px 45px 100px;
}

.TimeCard{
display: flex;
flex-direction: column;
align-items: center;
border: 2px solid white;
border-radius: 15px;
padding: 50px;
cursor: pointer;
}

.TimeSlot{
color: white;
font-family: "Bebas Neue", sans-serif;
font-weight: 700;
font-size: 2.5rem;
margin: 0px 0px 20px 0px;
}

.Border{
width: 200px;
border-bottom: 2px solid white;
margin: 0px 0px 20px 0px;
}

.TimeTitle{
color: white;
font-family: "Oswald", sans-serif;
font-size: 2rem;
font-weight: 600;
margin: 0px 0px 20px 0px;
text-align: center;
height: 80px;
}

.RedCircle{
background-color: transparent;
border: solid 3px white;
width: 36px;
height: 36px;
padding: 0px;
border-radius: 50%;
margin: 25px auto 0px auto;
align-self: center;
}

.Submit{
background-color: red;
color: white;
padding: 20px 40px;
border: none;
border-radius: 20px;
font-family: "Oswald", sans-serif;
font-weight: 700;
font-size: 1.35rem;
margin: 15px auto 0px auto;
box-shadow: 0 0 6px 1px rgba(255, 100, 100, 0.4), 0 10px 12px rgba(255, 70, 70, 0.25);
display: none;
cursor: pointer;
}

.Submit:hover{
filter: brightness(80%);
}

.Submit:active{
filter: brightness(60%);
transform: translateY(3px);
}


/* 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;
flex-shrink: 0;
}

.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;
}


/* Laptop */
/* Laptop */
/* Laptop */

@media(max-width: 1200px){

header{
padding: 25px 35px 25px 20px;
}

.HeaderTwo{
gap: 24px;
}

main{
padding: 0px 150px 30px 150px;
}

.Time{
grid-template-columns: 1fr 1fr;
padding: 10px 60px 45px 60px;
}

.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;
}

.MainTitleText{
font-size: 4rem;
padding: 30px 20px 0px 20px;
text-align: center;
}

.SubTitleText{
font-size: 1.15rem;
text-align: center;
padding: 0px 20px 20px 20px;
}

main{
padding: 0px 60px 30px 60px;
}

.WhoIsYou{
padding-left: 0px;
padding-right: 0px;
}

.Input{
width: 540px;
max-width: 100%;
}

.WhoIsYou > div:first-child{
width: 540px;
max-width: 100%;
}

.InputName{
width: 50%;
}

.Time{
grid-template-columns: 1fr 1fr;
padding: 10px 40px 45px 40px;
gap: 20px;
}

.TimeCard{
padding: 35px 25px;
min-width: 0px;
box-sizing: border-box;
}

.Border{
width: 100%;
}

.TimeTitle{
overflow-wrap: break-word;
}

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;
}

.MainTitleText{
font-size: 3rem;
gap: 8px;
padding: 30px 15px 5px 15px;
}

.SubTitleText{
font-size: 1rem;
padding: 0px 15px 20px 15px;
}

main{
width: 100%;
padding: 0px 15px 30px 15px;
box-sizing: border-box;
}


/* Form */

.WhoIsYou{
width: 100%;
padding: 20px 0px 40px 0px;
box-sizing: border-box;
gap: 10px;
}

.WhoIsYou > div:first-child{
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
gap: 10px;
}

.InputName,.Input{
width: 180px;
max-width: 100%;
padding: 18px 10px;
box-sizing: border-box;
}

.Continue{
margin: 15px auto 0px auto;
padding: 18px 35px;
font-size: 1.2rem;
}


/* Calendar */

.UpperCalendar{
width: 100%;
box-sizing: border-box;
padding: 5px 15px 30px 15px;
gap: 8px;
}

.LowerCalendar{
width: auto;
flex: 1;
min-width: 0px;
gap: 8px;
}

.CalendarDate{
font-size: 1.25rem;
line-height: 1.3;
text-align: center;
white-space: normal;
}

.LeftArrow,.RightArrow{
width: 34px;
height: 34px;
flex-shrink: 0;
margin: 0px;
}

.WhiteCalendar{
width: 38px;
height: 38px;
flex-shrink: 0;
}


/* Time Cards */

.Time{
grid-template-columns: 1fr !important;
width: 100%;
box-sizing: border-box;
padding: 10px 18px 35px 18px;
gap: 18px;
}

.TimeCard{
width: 100%;
min-width: 0px;
box-sizing: border-box;
padding: 28px 20px;
}

.TimeSlot{
font-size: 2rem;
text-align: center;
margin-bottom: 18px;
}

.Border{
width: 100%;
max-width: 260px;
}

.TimeTitle{
font-size: 1.5rem;
line-height: 1.3;
height: auto;
min-height: 55px;
text-align: center;
overflow-wrap: break-word;
}

.RedCircle{
width: 34px;
height: 34px;
margin-top: 18px;
}

.Submit{
padding: 18px 35px;
font-size: 1.2rem;
margin: 10px auto 15px auto;
}

.NoClass{
font-size: 1.2rem;
text-align: center;
padding: 10px 15px 30px 15px;
}


/* Footer */

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;
}

.MainTitleText{
font-size: 2.7rem;
}

main{
padding-left: 12px;
padding-right: 12px;
}

.InputName,.Input{
width: 180px;
padding: 16px 10px;
}


/* Calendar */

.UpperCalendar{
padding-left: 10px;
padding-right: 10px;
gap: 5px;
}

.CalendarDate{
font-size: 1.05rem;
line-height: 1.25;
}

.LeftArrow,.RightArrow{
width: 30px;
height: 30px;
}

.WhiteCalendar{
width: 32px;
height: 32px;
}


/* Time Cards */

.Time{
grid-template-columns: 1fr !important;
padding-left: 12px;
padding-right: 12px;
gap: 15px;
}

.TimeCard{
padding: 25px 18px;
}

.TimeSlot{
font-size: 1.85rem;
}

.TimeTitle{
font-size: 1.35rem;
min-height: 50px;
}

.RedCircle{
width: 32px;
height: 32px;
}

}