@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
}

body {
  max-width: 375px;
  font-family: 'Sofia Sans Condensed', sans-serif;
  font-weight: 400;
  background-color: #fefefe;
  position: relative;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
ul,
ol,
li,
a,
p,
span,
small,
b,
label,
button,
div,
input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  list-style: none;
  text-decoration: none;
}

a {
  font-weight: 400;
  font-size: 0.8rem;
}

header,
header nav,
header aside,
header div,
main,
section,
footer,
footer aside,
footer div,
form,
label,
.wrapper,
.boxes,
.box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.auto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.heading {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333435;
  margin-bottom: 0.2rem;
  font-family: 'Open Sans', sans-serif;
}

.paragraph {
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.2rem;
  color: #333435;
  font-family: 'Open Sans', sans-serif;
}


.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: fit-content;
}

.dropdown-content {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    background-color: #1a1a1b;
    min-width: 320px;
    padding: 12px 16px;
    z-index: 1;
    border-radius: 0 0 .2rem .2rem;
    top: 3.8rem;
}

.dropdown-content li,.mobile .bottom li{
    margin-bottom: 1rem;
}

.dropdown-content a,.mobile .bottom a{
    color: #ccc;
    font-size: .9rem;
}

header,footer{
    background-color: #161616;
    padding: 1rem;
}

header{
    position: fixed;
    top: 0;
    z-index: 1;
}

.logo{
    width: 100px;
}

.mobile .top{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
}

.mobile .bottom{
    padding: 1rem;
}

.mobile .bottom .row{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

.mobile .bottom .row .paragraph{
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    cursor: pointer;
}

.mobile .bottom .container{
    height: 2.5rem;
    overflow-y: hidden;
}

.mobile{
    height: 5rem;
    overflow-y: hidden;
    transition: height .4s ease-in-out;
}

.menu{
    cursor: pointer;
}

.sliding{
    height: 20rem;
}

.sliding .bottom{
    overflow-y: auto;
}

.mobile .bottom .dropping{
    height: auto;
}

.right-mobile{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
}

.login{
    border: 1px solid #CD0511 ;
    color: #fff;
    font-weight: 400;
    width: 4.5rem;
    height: 2.2rem;
    border-radius: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .5rem;
}

.register{
    color: #fff;
    font-weight: 400;
    width: 4.5rem;
    height: 2.2rem;
    border-radius: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #179149;
}

.login:hover{
    background-color: #CD0511;
    color: #fff;
}

.register:hover{
    background-color: #0f6e37;
}

.menu{
    width: 28px;
}

.desktop{
    display: none;
}

.desktop .bottom{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

label,
input,
select,
textarea {
  width: 100%;
}

label {
  margin-bottom: 1rem;
}

input,
select,
textarea {
  height: 2.3rem;
  padding: 0.3rem;
  background-color: #fafafa;
  border: 1px solid #ccc;
}

textarea {
  height: 15rem;
}

input:hover,
input:active,
input:focus,
select:focus,
select:active,
select:hover,
textarea:active,
textarea:focus,
textarea:hover {
  outline: none;
  border: none;
}

.desktop .center span{
    color: #fff;
}

.desktop .right{
    width: 10rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.desktop small{
    color:#ccc;
    font-weight: 300;
    font-size: .65rem;
    margin-bottom: .5rem;
}

footer .heading{
    color: #fff;
    font-size: .9rem;
}

footer a{
    color: #6c757d;
}

.grid .row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.grid .row img{
    width: 1.5rem;
    margin-right: .5rem;
}

footer .bottom{
    border-top: 2px solid #6c757d;
    margin-top: 1rem;
    padding-top: 1rem;
}

footer .row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

footer .row img{
    width: 100px;
}

footer .bottom span{
    color: #5c5e60;
    font-weight: 400;
    font-size: .65rem;
    margin-bottom: .5rem;
}

footer .bottom li{
    color: #5c5e60;
    font-weight: 400;
    font-size: .65rem;
    margin-bottom: .5rem;
}

footer .bottom b{
    font-weight: 600;
    color: #6c757d;
}

.hero{
    background-color: #f4f4f4;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero .box{
    padding: 1rem;
}

.hero .wrapper{
    height: 100%;
}

.hero img{
    width: 100%;
}

button{
    width: 15rem;
    height: 3rem;
    background-color: #179149;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: .3rem;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
}

button:hover{
    background-color: #0f6e37;
}

.hero .box{
    align-items: center;
    justify-content: center;
}

.hero h1,.text h3{
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
    max-width: 600px;
    text-align: center;
}

.hero h1 b,.text h3 b{
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #CD0511;
    text-transform: uppercase;
}

.hero .paragraph{
    text-align: center;
    max-width: 800px;
    color: #1a1a1b;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 2rem;
    margin-block: 2rem;
}

.hero .paragraph b{
    font-weight: 700;
    color: #161616;
}

main{
    padding-top: 7rem;
}

.discover{
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.discover .box{
    background-color: #ffff;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    cursor: pointer;
    height: 400px;
}

.discover .box .paragraph{
    text-align: center;
    line-height: 1.5rem;
    margin-block: 1rem;
}

.discover .box > img{
    width: 200px;
}

.discover .text{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 3rem;
}

.discover .text .heading{
    font-weight: 400;
    line-height: 2.5rem;
}

.logo{
    width: 100px;
}

.discover .wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.discover .wrapper > a{
    margin-top: 4rem;
}

.discover button,.zerohero button{
    background-color:transparent;
    border: 1px solid #CD0511;
    color: #161616;
    font-weight: 700;
}

.discover button:hover,.zerohero button:hover{
    background-color: #CD0511;
    color: #fff;
}

section{
    padding: 1rem;
    padding-block: 2.5rem;
}

.global{
    background-color: #161616;
}

.global .box{
    background-color: #272727;
    transition: background-color .4s ease-in-out;
}

.global .box .paragraph{
    color: #fff;
    max-width: 300px;
}

.global .box .heading{
    color: #fff;
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;


}

.global .box:hover{
    background-color: #3e3e3e;
}

.global .text .heading{
    color: #fff;
    line-height: 2.5rem;
}

.introduction .box:nth-of-type(1){
    display: none;
}

.introduction .text h3,.numbers .text h3{
    text-align: left;
    line-height: 2.5rem;
    font-weight: 500;
    font-size: 2rem;
    color: #161616;
    max-width: 400px;
}

.introduction .text b,.numbers .text b{
    font-weight: 500;
    font-size: 2rem;
}

.introduction .box .paragraph,.numbers .box small{
    color: #161616;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

.introduction .box .paragraph b{
    font-weight: 600;
    color: #161616;
}

.numbers .box ul{
    width: 100%;
}

.numbers .box li{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}

.numbers .box li b{
    font-weight: 600;
    font-size: 1.5rem;
}

.numbers .box:nth-of-type(2){
    display: none;
}

.numbers{
    background-color: #f4f4f4;
}

.boost .wrapper{
    align-items: center;
    justify-content: center;
}

.boost{
    background-color: #f4f4f4;
}

.boost button,.awarded button,.promotions button,.black button{
    background-color: transparent;
    border: 1px solid #CD0511;
    color: #161616;
    font-weight: 700;
    text-transform: uppercase;
}

.boost button:hover,.awarded button:hover,.black button:hover{
    background-color: #CD0511;
    color: #fff;
}

.boost .box{
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
    height: 350px;
    cursor: pointer;
    transition: background-color .4s ease-in-out;
}

.boost .box:hover{
    background-color: #dddddd;
}

.boost .box li{
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    width: 100%;
    padding-bottom: .5rem;
}

.boost .boxes{
    gap: 4rem;
    margin-block: 4rem;
}

.boost .box span,.boost .box h3{
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-family: 'Sofia Sans Condensed', sans-serif;
}

.boost .box h3{
    font-size: 1.5rem;
}

.hero{
    padding-top: 0;
}

.awarded .boxes,.awarded .wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.awarded .box:nth-of-type(2){
    gap: 2rem;
}

.awarded .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.awarded .text h3,.awarded .text b{
    font-weight: 400;
    line-height: 2.5rem;
}

.awarded .text h3{
    color: #161616;
    margin-bottom: 2rem;
}

.awarded .box .paragraph,.gallery .text .paragraph{
    font-size: 1rem;
    max-width: 600px;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 2rem;
}

.awarded .box .paragraph b,.gallery .text b{
    font-weight: 700;
    color: #000;
}

.awarded .column{
    background-color: #f0f0f0;
    width: 100%;
    padding:2rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.awarded .column li{
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: center;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
}

.awarded .column h3{
    font-weight: 700;
    margin-bottom: 2rem;
}

.awarded button{
    margin-top: 3rem;
}

.sponsorship .wrapper{
    align-items: center;
    justify-content: center;
}

.sponsorship .text h3{
    margin-bottom: 2rem;
    font-size: 2.5rem;
}

.sponsorship .text .paragraph{
    font-size: 1.2rem;
    color: #161616;
    font-weight: 400;
    margin-bottom: 2rem;
}

.sponsorship .box{
    background-color: #f4f4f4;
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    height: 300px;
}

.sponsorship .box h3{
    font-size: 1rem;
    text-transform: uppercase;
    color: #161616;
}

.sponsorship .box img{
    width: 80%;
}

.athletics{
    background-color: #f4f4f4;
}

.athletics .box .column:nth-of-type(2){
    background-color: #fff;
    padding: 2rem;
    min-height: 100%;
}

.athletics .box .column small{
    color: #CD0511;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
}

.athletics .box .column h3{
    margin-block: 1rem;
    font-weight: 700;
}

.athletics .box .paragraph{
    max-width: 400px;
    font-size: .9rem;
    line-height: 1.5rem;
}

.athletics .box{
    margin-bottom: 2rem;
    min-height: 350px;
}

.athletics .box .column{
    height: 350px;
    width: 100%;
    border-radius: 0;
}

.athletics .box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.values .paragraph{
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    max-width: 400px;
    text-align: center;
    line-height: 1.5rem;
}

.values .auto-grid{
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: .5rem;
    margin-bottom: 5rem;
}

.values button{
    width: 15rem;
    height: 3rem;
    background-color: #179149;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: .3rem;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 4rem;
}

.red{
    color: #CD0511;
}

.gallery .wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gallery .text .paragraph{
    max-width: 100%;
}


.breadcrumb{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 1rem;
}

.breadcrumb .right{
    min-width: 150px;
    display: flex;
    flex-direction: row;
}

.breadcrumb li{
    color: #5c5e60;
    font-size: .8rem;
    padding-right: .4rem;
}

.breadcrumb .red{
    color: #CD0511;
}

.gallerytabs small{
    border-bottom: 2px solid #CD0511;
    padding-bottom: .3rem;
    font-size: .9rem;
}

.gallerytabs span{
    margin-bottom: 1rem;
}

.gallerytabs .grid img{
    width: 100%;
    height: 200px;
    border-radius: .2rem;
    object-fit: cover;
}

.gallerytabs .auto-grid{
    width: 100%;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
}

.gallerytabs .box{
    margin-bottom: 2rem;
}

.gallerytabs .heading{
    font-weight: 700;
    font-size: .9rem;
}

.banner .heading{
    font-size: 1.2rem;
    max-width: 305px;
    font-weight: 500;
    line-height: 1.8rem;
    color: #fff;
}

.banner{
    background-image: url(assets/csr_main_pic.jpg);
    background-position: center;
    background-size: cover;
    height: 50vh;
    align-items: flex-start;
    justify-content: flex-start;
}


.clubs .box{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: .3rem;
    height: 900px;
}

.clubs .box img{
    margin-bottom: 1rem;
}

.clubs .box .paragraph{
    font-size: .8rem;
    text-align: center;
    line-height: 1.5rem;
    margin-bottom: 1rem;

}

.clubs .box li{
    font-size: .8rem;
    text-align: center;
    margin-bottom: 1rem;
}

.clubs .box img:nth-of-type(2){
    border-radius: .4rem;
}

.foundation .boxes{
    padding: 2rem;
    border-radius: .4rem;
}

.foundation .box:nth-of-type(1){
    display: flex;
    align-items: center;
    justify-content: center;
}

.foundation .box img{
    margin-bottom: 1rem;
    width: 100px;
}

.foundation .box .paragraph{
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

.foundation .heading{
    font-weight: 400;
    margin-bottom: 1rem;
}

.redcross{
    background-image: url(assets/red_cross_pic.jpg);
    background-position: center;
    background-size: cover;
}

.redcross .paragraph{
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    max-width: 600px;
}

.redcross .heading{
    font-size: 1.2rem;
}

.support .box{
    padding:2rem;
}

.support .box .heading{
    font-size: 1.5rem;
    max-width: 300px;
    font-weight: 400;
    color: #000;
    line-height: 2rem;
}

.support .box .paragraph{
    font-size: .9rem;
    margin-bottom: 1rem;
    line-height: 1.5rem;
}

.donates{
    background-color: #e9e9e9;
}

.donates .box{
    background-color: #fff;
    padding: 2rem;
    border-radius: .4rem;
    border: none;
}

.donates .box .paragraph{
    margin-bottom: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.donates .box:nth-of-type(2){
    display: none;
    background-color: transparent;
    border-radius: .1rem;
    border: none;
    height: 600px;
    padding: 0;
}

.donates .box:nth-of-type(2) img{
    border-radius: .1rem;
    height: 100%;
    width: 100%;
}



.organisations .box > img{
    width: 100%;
    border-radius: .2rem;
}

.organisations .box .text-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.organisations .box .logo{
    width: 250px;
    margin-block: 2rem;
}

.organisations .box .heading{
    font-weight: 500;
    color: #000;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.organisations .box .paragraph{
    text-align: center;
    line-height: 1.5rem;
    font-size: .85rem;
    font-weight: 500;
}

.organisations .box{
    margin-bottom: 2rem;
}

.organisations span{
    color: #4d917b;
    margin-block: 1rem;
    font-weight: 600;
    font-size: 1.5rem;
    max-width:200px;
    text-align: center;
}

.promotions .box{
    border-radius: .4rem;
}

.promotions button{
    width: 7rem;
    height: 2.3rem;
    font-weight: 600;
    font-size: .9rem;
    color: #CD0511;
    text-transform: capitalize;
}

.promotions .text .heading{
    color: #CD0511;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.promotions .text .paragraph{
    line-height: 1.5rem;
    font-size: .9rem;
    margin-bottom: 1rem;
}

.promotions .box img{
    width: 100%;
    border-radius: .3rem .3rem 0 0;
}

.promotions .box .row{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.promotions .box .text{
    padding: 2rem;
}

.promotions .text a{
    color: #0f6e37;
}

.promotions .box{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 500px;
}

.promotions .auto-grid{
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
}

.faq .wrapper img{
    width: 100%;
    border-radius: .3rem;
    margin-bottom: 2rem;
}

.faq .box{
    height: 2rem;
    overflow-y: hidden;
    border-bottom: 2px solid #ccc;
    margin-bottom: 1rem;
}

.faq-top{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: .3rem;
}

.faq-top .heading:hover{
    color: #CD0511;
}

.faq-top .heading{
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

.faq-top .heading:nth-of-type(2){
    font-weight: 800;
}

.faq-bottom{
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.faq-bottom .paragraph{
    font-size: .85rem;
    margin-bottom: 1rem;
    text-align: center;
}

.faq-bottom ul{
    padding: 1rem;
    list-style: disc;
}

.faq-bottom li{
    list-style: disc;
    font-size: .85rem;
    margin-bottom: 1rem;
    text-align: center;
}

.faq .wrapper > a{
    width: 100%;
}

.faq a button{
    width: 100%;
    height: 2rem;
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-size: .9rem;
}

.faq .wrapper > a:nth-of-type(2) button{
    background-color: #95a5a6;
}

.help{
    margin-block: 2rem;
}

.help  .heading{
    border-bottom: 2px solid #CD0511;
    color: #161616;
    margin-bottom: .5rem;
}

.help  small{
    color: #CD0511;
    font-weight: 800;
}

.latest{
    background-color: #f0f0f0;
    padding: .5rem;
}

.latest .heading{
    border-bottom: 1px solid #CD0511;
    margin-bottom: .5rem;
}

.latest .paragraph{
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

.latest b{
    color: #CD0511;
    font-weight: 800;
}

.faq{
    gap: 3rem;
}

.advantages .auto-grid{
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
}

.advantages .bottom{
    background-color: #f7f7f7;
    padding: 2rem;
    width: 100%;
    height: 80%;
}

.advantages .box{
    border: 1px solid #ccc;
    border-radius: .2rem;
    height: 600px;
    justify-content: space-between;
}

.advantages li{
    list-style: disc;
    font-size: .8rem;
    font-weight: 400;
    margin-bottom: .5rem;
}

.advantages li a{
    font-size: .8rem;
    font-weight: 700;
    color: #161616;
}

.advantages li a:hover{
    color: #CD0511;
}

.advantages .top{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.advantages .box img{
    width: 50px;
    margin-right: 1rem;
}

.advantages .boxes{
    margin-top: 4rem;
}

.aboutimg{
    width: 100%;
}

.lightbackground{
    background-color: #eeeeee;
}

.lightbackground h3{
    color: #CD0511;
    font-weight: 700;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
}

.lightbackground h3 span{
    color: #161616;
    font-weight: 400;
    font-size: 1rem;
}

.lightbackground .auto-grid{
    width: 100%;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
}

.aboutinfo .content{
    gap: 2rem;
}

.aboutinfo .content h2{
    font-size: 1.2rem;
}

.aboutinfo a{
    color: #CD0511;
    font-size: .8rem;
    font-weight: 500;
}

.lightbackground .QuotedText b{
    font-size: .8rem;
    font-weight: 800;
}

.aboutinfo p,.lightbackground .QuotedText p{
    font-size: .8rem;
    color: #333333;
    line-height: 1.5rem;
}

.lightbackground .color-red{
    color: #CD0511;
    font-size: 1.2rem;
}

.lightbackground .QuotedText{
    padding-inline: 2rem;
}

#about-quotation1{
    background-image: url(assets/quoteleft.png);
    background-position: center;
    background-size: cover;
    width: 60px;
    height: 60px;
}

#about-quotation2{
    background-image: url(assets/quoteright.png);
    background-position: center;
    background-size: cover;
    width: 60px;
    height: 60px;
}

.lightbackground .row{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-inline: 2rem;
}

.whyhfm .box{
    align-items: center;
    justify-content: center;
}

.whyhfm .box img{
    width: 100px;
}

.ourvalues .rounded{
    border: 1px solid #ccc;
    border-radius: .4rem;
    padding: 2rem;
}

.ourvalues .rounded h2{
    font-size: 1rem;
}

.ourvalues .rounded p{
    font-size: .8rem;
    line-height: 1.5rem;
    color: #333333;
    font-weight: 500;
}

.ourvalues .col-md-12 h2,.regulationsmarkets h2{
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.ourvalues ul,.regulationsmarkets ul{
    padding: 1rem;
    list-style: disc;
}

.ourvalues li,.regulationsmarkets li{
    list-style: disc;
    font-size: .8rem;
    margin-bottom: 1rem;
    color: #333;
}

.ourvalues li b{
    font-weight: 600;
}

.ourvalues .col-md-12 p,.regulationsmarkets p{
    font-size: .8rem;
    color: #333;
    font-weight: 400;
}

.ourvalues .row{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.regulationsmarkets a{
    color: #CD0511;
    font-weight: 400;
}

.social-responsibility .boxes{
    border-bottom: 2px solid #ccc;
    padding-bottom: 1rem;
    padding-inline: 1rem;
}

.social-responsibility .heading{
    margin-bottom: 4rem;
    font-size: 1.3rem;
    font-weight: 400;
}

.social-responsibility img{
    width: 100px;
}

.sponsorship-responsibility .boxes{
    border-bottom: none;
}

.sponsorship-responsibility img{
    width: 250px;
}

.sponsorship-responsibility .auto-grid{
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    justify-items: center;
    align-items: center;
}

.sponsorship-responsibility .box{
    align-items: center;
    justify-content: center;
}

.sponsorship-responsibility .box small{
    color: #CD0511;
    font-weight: 500;
    margin-top: 1rem;
}

.zerohero .paragraph{
    font-weight: 400;
}

.zerohero{
    height: auto;
}

.zerohero img{
    display: none;
}

.accounts .box{
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    padding: 2rem;
    height: 400px;
    cursor: pointer;
}

.accounts .box:hover{
    background-color: #d3d3d3;
}

.accounts .box .heading{
    font-weight: 700;
}

.accounts .box img{
    width: 200px;
}

.accounts .boxes{
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
}

.account-details a{
    color: #CD0511;
    font-weight: 500;
    font-size: .8rem;
}

.account-details .col-md-7 {
    margin-bottom: 1rem;
}

.account-details h3{
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.account-details .box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    width: 50%;
}

.account-details .box small{
    color: #161616;
    font-weight: 400;
    font-size: .8rem;
    margin-right: 1rem;
}

.account-details .wrapper > small{
    font-size: .65rem;
    margin-bottom: .3rem;
}

.available .box img{
    width: 60%;
}


.available .text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
}

.available .box{
    display: flex;
    align-items: center;
    justify-content: center;
}


.zerofaq .text{
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.zerofaq .box{
    height: 3rem;
    border-bottom: none;
}

.zerofaq .box .heading{
    font-weight: 500;
    color: #000;
    font-size: 1.1rem;
}

.mainfeatures span{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.3rem;
}

.mainfeatures span img{
    width:40px;
    display: block;
}

.mainfeatures span .paragraph{
    font-size: 1rem;
    margin: 0;
}


.whym4 .text,.device .text,.hmfhowto .text{
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-block: 3rem;
    width: 100%;
}

.whym4 .text h3,.device .text h3,.hmfhowto .text h3,.discovertwo .text h3{
    margin-bottom: 3rem;
    line-height: 2.5rem;
}

.whym4 .text .paragraph,.device .text .paragraph,.discovertwo .text .paragraph{
    font-size: 1rem;
    margin-bottom: 1rem;
}

.black{
    background-color: #161616;
}

.black .heading{
    color: #ffff;
    line-height: 3rem;
    text-align: left;
    margin-bottom: 2rem;
}

.black .paragraph{
    color: #fff;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.7rem;
}

.black button{
    color: #fff;
}

.black small{
    color: #fff;
    margin-top: .3rem;
    max-width: 300px;
    font-size: .8rem;
}

.device .box{
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.device .auto-grid{
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
}

.device .box img{
    width: 80px;
}

.device .box .heading{
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    color: #161616;
}

.hmfhowto .box img{
    width: 100%;
    border-radius: 1rem;
}

.hmfhowto .auto-grid{
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
}

.whatis .boxes{
    width: 100%;
}

.whatis .text,.whytrade .text,.discovertwo .text{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.whytrade .box .heading{
    text-align: center;
}

.whytrade .text{
    margin-block: 4rem;
}

.discovertwo button{
    width: fit-content;
    padding: .5rem;
}

.discovertwo .text .paragraph{
    max-width: 600px;
    text-align: center;
    line-height: 1.5rem;
}

.whytrade .paragraph{
    font-weight: 500;
    font-size: .8rem;
    text-align: center;
}

.whytrade button{
    width: 7rem;
    height: 2.4rem;
    font-weight: 400;
    text-transform: capitalize;
    margin-block: 3rem;
}

.whytrade .text .heading{
    max-width: 700px;
    line-height: 3rem;
}

.whytrade .box .heading{
    font-weight: bolder;
    max-width: 200px;
    color: #000;
}

.auth .box{
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth form{
    background-color: #fff;
    border-radius: .5rem;
    max-width: 500px;
}

.auth form label{
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000;
    position: relative;
}

.auth form label > img{
    position: absolute;
    top: 55%;
    left: .5rem;
    width: 1rem;
    height: 1rem;
}

.auth form input,.auth form select{
    background-color: transparent;
    border-radius: .3rem;
    margin-top: .5rem;
    padding-left:2rem ;
}

.auth form select{
    padding: .5rem;
}

.registration form input{
    padding-left: .5rem;
}

.auth form input:focus,.auth form input:hover,.auth form select:focus,.auth form select:hover{
    border: 1px solid #ccc;
}

.auth .center{
    width: 100%;
    padding: 1.5rem;
}

.auth .row{
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
}

.auth .bottom{
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.auth .top{
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 1.5rem;
}

.auth .top .paragraph{
    font-size: .8rem;
}

.auth a{
    font-size: .75rem;
    color: #CD0511;
    font-weight: 600;
}

.auth .paragraph{
    font-size: .75rem;
    font-weight: 700;
}

.auth .bottom button{
    height: 2rem;
    width: fit-content;
    font-size: .7rem;
    background-color: transparent;
    border: 1px solid #0f6e37;
    text-transform: capitalize;
    color: #0f6e37;
    font-weight: 700;
    padding: .3rem;
}

.auth .center button{
    height: 2rem;
    width: fit-content;
    font-size: .7rem;
    background-color: #CD0511;
    border: 1px solid #CD0511;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    padding: .3rem;
}

.registration .box{
    align-items: flex-start;
}

.registration .box .heading{
    font-weight: 400;
    color: #000;
}

.registration .tab{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: #eeeeee;
    width: 100%;
}

.registration .tabone{
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .5rem;
}

.registration .tab img{
    margin-right: .5rem;
}


.registration .center{
    padding: 1.5rem;
}

.registration .wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

.registration .box{
    max-width: 500px;
    margin: 0 auto;
}

.registration .box .heading{
    margin-bottom: 1rem;
}

.registration .bottom{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-top: 0;
    padding-top: 0;
}

.registration .second-row{
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .4rem;
}

.registration .bottom .paragraph{
    font-weight: 400;
}

.registration .check{
    width:auto;
    margin-right: .3rem;
    margin-top: 0;
}

.registration .bottom button{
    width: 7rem;
    background-color: #0f6e37;
    color: #fff;
    margin-bottom: .4rem;
}

.downinput{
    display: none;
}

.show{
    display: flex;
}

.auth form label .down{
    position: absolute;
    top: 0;
    left: 9.5rem;
    cursor: pointer;
}

.hero{
    padding-left: 0;
}

.error,.success{
    background-color:#fff;
    padding:1rem;
    border-radius:.4rem;
    width:300px;
    height:200px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.fa-check-circle{
    color:green;
}

.fa-exclamation-triangle{
    color:red;
}

.error p,.success p{
    margin-top:1rem;
    font-size:.8rem;
    text-align:center;
}

.error h1,.success h1{
    font-size:1rem;
}

@media screen and (min-width:376px){
    body{
        max-width: 100%;
    }
}

@media screen and (min-width:600px){
    section{
        padding: 2.5rem;
    }



    .banner{
        padding-block: 1rem;
    }

    .banner .heading{
        font-size: 1.3rem;
        max-width: 450px;
        font-weight: 600;
        line-height: 1.8rem;
        color: #fff;
    }

    .breadcrumb{
        padding-inline: 2.5rem;
    }

    .hero{
        padding-top: 0;
        padding-left: 2.5rem;
    }

    .zerohero{
        padding-top: 2.5rem;
    }

    .mainfeatures{
        padding: 2.5rem;
    }

    .hero .box{
        padding: 0;
    }

    .awarded .wrapper .box{
        align-items: flex-start;
    }

    .awarded .box h3{
        text-align: left;
        line-height: 2.5rem;
    }

    .awarded .wrapper .box .paragraph{
        text-align: left;
    }

    .awarded .box .column{
        background-color: transparent;
        align-items: flex-start;
        padding: 0;
    }

    .awarded .box li{
        text-align: left;
    }

    .awarded .box:nth-of-type(2){
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
        gap: 2rem;
        padding: 0;
    }
}

@media screen and (min-width:800px){
    .mobile{
        display: none;
    }

    .desktop{
        display: flex;
    }

    .desktop .top{
        height: 16px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }

    .desktop .top .line{
        height: 100%;
        width: 1.5px;
        background-color: #6c757d ;
        margin-inline: .5rem;
    }

    .desktop .top a{
        color: #fff;
        font-weight: 400;
        font-size: .9rem;
    }

    .desktop .bottom .center ul{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 300px;
    }

    .desktop .bottom .left{
        width: 250px;
    }

    .desktop .center{
        width: 400px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    header,footer,section{
        padding-inline: 4rem;
    }

    .hero{
        padding-left: 4rem;
    }

    .breadcrumb{
        padding-inline: 4rem;
    }

    footer{
        padding-block: 2rem;
    }

    .hero .box{
        align-items: flex-start;
        justify-content: flex-start;
        max-width: 50%;
    }

    .hero .boxes{
        height: 100%;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
    }

    .mainfeatures .boxes{
        flex-direction: row;
    }

    .mainfeatures .boxtwo{
        width: 80%;
        margin-left: 2rem;
    }

    .hero h1{
        text-align: left;
    }

    .hero .paragraph{
        text-align: left;
    }

    .hero img{
        display: none;
    }

    .hero{
        background-image: url(assets/sv.jpg);
        background-position: top right;
        background-size: 51%;
        background-repeat: no-repeat;
    }

    .zerohero{
        background-image: none;
        height: 100vh;
        padding-top: 4rem;
    }

    .zerohero img{
        display: block;
        width: 50%;
    }

    main{
        padding-top: 6.4rem;
    }

    section{
        padding-block: 5rem;
    }

    .introduction .box:nth-of-type(1){
        display: flex;
    }

    .introduction .box img{
        width: 100%;
    }

    .introduction .wrapper,.numbers .boxes{
        flex-direction: row;
        justify-content: space-between;
    }

    .introduction .text h3,.numbers .text h3{
        text-align: left;
        line-height: 3rem;
        font-weight: 500;
        font-size: 3rem;
        color: #161616;
        max-width: 500px;
    }

    .introduction .text b,.numbers .text b{
        font-weight: 500;
        font-size: 3rem;
    }

    .numbers .box{
        width: 45%;
        margin-right: 2rem;
    }

    .numbers .box:nth-of-type(2){
        display: flex;
        width: 400px;
        height: 400px;
        background-color: #fff;
        border-radius: 1rem;
        margin-right: 0;
    }


    .boost .boxes{
        flex-direction: row;
    }

    .awarded .wrapper{
        align-items: flex-start ;
    }

    .awarded .boxes{
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .awarded .box{
        width: 45%;
    }

    .awarded .box .paragraph{
        max-width: 400px;
        margin-top: 3rem;
    }

    .awarded button{
        position: relative;
        top: -12rem;
    }

    .sponsorship .text h3{
        margin-bottom: 2rem;
        font-size: 3rem;
    }

    .athletics .box{
        flex-direction: row;
        align-items: center;
    }

    .clubs .box img:nth-of-type(2){
        width: 200px;
        margin-top: 5rem;
    }

    .foundation .boxes{
        flex-direction: row;
        justify-content: flex-start;
    }

    .foundation .box{
        width: 80%;
    }

    .foundation .box:nth-of-type(1){
        align-items: flex-start;
        justify-content: flex-start;
        width: fit-content;
        margin-right: 1rem;
    }

    .foundation .box .paragraph{
        font-weight: 500;
    }

    .support{
        padding: 0;
    }

    .support .boxes{
        flex-direction: row;
        height: 800px;
    }

    .support .box{
        height: 100%;
        padding: 4rem;
    }

    .donates .boxes{
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .donates .box{
        width: 400px;
        height: 600px;
        align-items: center;
    }

    .donates .box:nth-of-type(1){
        padding-inline: 3rem;
    }

    .donates .box:nth-of-type(2){
        display: flex;
        position: relative;
        top: -5rem;
    }

    .donates{
        padding-block: 16rem;
    }

    .organisations .boxes{
        align-items: center;
        justify-content: center;
    }

    .organisations .box{
        max-width: 70%;
    }

    .organisations .box .text-content{
        position: relative;
        top: -6rem;
        background-color: #ffff;
        width: 85%;
        border-radius: .4rem;
        align-self: center;
        padding: 1rem;
    }

    .organisations .box .heading{
        text-align: center;
    }

    .faq{
        flex-direction: row;
    }

    .faq .wrapper{
        width: 74%;
    }

    .faq .wrapper:nth-of-type(2){
        width: 25%;
    }

    .ourvalues .row{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .ourvalues .row > div{
        width: 45%;
    }

    .zerofaq .wrapper{
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .zerofaq .boxes{
        width: 80%;
    }

    .centhero{
        height: 150vh;
    }

    .black .boxes{
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .black .box{
        width:45%;
    }

    .black .box:nth-of-type(2){
        align-items: center;
        justify-content: center;
    }

    .black small{
        text-align: center;
    }

    .whatis .boxes{
        width: 100%;
    }

    .whatis .box:nth-of-type(2){
        width: 50%;
        align-items: flex-start;
    }

    .whatis .box .paragraph{
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .howtostart .boxes > img{
        border-radius: 1rem;
        width: 50%;
    }

    .mainfeatures{
        height: 120vh;
    }
}