body{
background-color: black;
margin: 0px;
}

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: rgb(255, 255, 255);
font-family: "Inter", sans-serif;
font-size: 1.3rem;
font-weight: 500;
margin: 0px;
}

.FootSectionTwo{
padding: 10px 120px 0px 20px;
}

.QuickLinkText{
color: rgb(255, 255, 255);
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;
}

.ContactUsText{
color: white;
font-family: "Inter", sans-serif;
font-size: 1.4rem;
font-weight: 700;
margin: 0px 0px 0px 0px;
}

.MailImg,.PhoneImg,.LocImg{
width: 30px;
height: auto;
}

.InnerSection{
display: flex;
align-items: center;
gap: 10px;
padding: 10px 0px 0px 0px;
}


/* Top Main */
/* Top Main */
/* Top 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;
gap: 15px;
color: rgb(229, 229, 229);
font-family: "Inter", sans-serif;
font-size: 1.3rem;
font-weight: 500;
margin: 0px;
padding: 0px 0px 20px 0px;
}


/* Main */
/* Main */
/* Main */

main{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
padding: 30px 30px 60px 30px;
gap: 45px;
}

.MainCard{
display: flex;
flex-direction: column;
align-items: center;
padding: 30px 30px 30px 30px;
border: 2px solid white;
border-radius: 20px;
}

.ProfilImage{
width: 150px;
height: auto;
}

.UpperText{
color: white;
margin: 0px 0px 0px 0px;
font-family: "Oswald", sans-serif;
font-weight: 700;
font-size: 2rem;
text-align: center;
line-height: 33px;
}

.MiddleText{
color: red;
margin: 10px 0px 0px 0px;
font-family: "Oswald", sans-serif;
font-weight: 700;
font-size: 1rem;
}

.LowerText{
color: white;
text-align: center;
margin: 10px 0px 0px 0px;
font-family: "Inter", sans-serif;
font-weight: 500;
font-size: 1rem;
}


/* Laptop */
/* Laptop */
/* Laptop */

@media(max-width: 1200px){

header{
padding: 25px 35px 25px 20px;
}

.HeaderTwo{
gap: 24px;
}

main{
grid-template-columns: 1fr 1fr;
padding: 30px 40px 60px 40px;
gap: 30px;
}

.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: 25px 20px 0px 20px;
text-align: center;
}

.SubTitleText{
font-size: 1.1rem;
padding: 0px 20px 20px 20px;
text-align: center;
}

main{
grid-template-columns: 1fr 1fr;
padding: 25px 25px 50px 25px;
gap: 22px;
}

.MainCard{
padding: 25px 20px;
}

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: 3.2rem;
gap: 9px;
}

.SubTitleText{
font-size: 1rem;
}

main{
grid-template-columns: 1fr;
padding: 20px 18px 40px 18px;
}

.MainCard{
max-width: 430px;
width: 100%;
box-sizing: border-box;
margin: 0px auto;
}

.ProfilImage{
width: 130px;
}

.UpperText{
font-size: 1.7rem;
line-height: 29px;
}

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;
}

}