@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins';
    color: #000;
    padding: 0 !important;
    overflow-x: hidden;
}

.header {
    padding: 20px 10px 10px 10px;
}

.navbar {
    text-align: center;
    display: block;
}

.nav-ul {
    list-style: none;
    display: flex;
    justify-content: start;
    gap: 50px;
    margin-bottom: 8px;
    padding-left: 5px;
}

.navlogo {
    width: 80%;
}

.list {
    color: black;
    text-decoration: none;
}

.list:hover {
    color: #EEBF19;
    transition: 0.3s;
}

.nav-down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.nav-mid {
    width: 99%;
    margin: auto;
}

#searchType {
    width: 10%;
    border: 0;
    background-color: #CCCCCC;
    padding: 15px;
}

#searchType:focus {
    outline: 0;
}

.form-control {
    border: 1px solid black;
    border-right: 0;
}

.login {
    border: 1px solid black;
    border-radius: 50px 50px 50px 50px;
    color: black;
    text-decoration: none;
    margin-bottom: 0;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.signup {
    background-color: black;
    text-decoration: none;
    color: white;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid black;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.login:hover,
.signup:hover,
.rm:hover,
.reqinfo:hover {
    background-color: #EEBF19;
    color: black;
    border: 1px solid #EEBF19;
    transition: 0.3s;
}

.btn.btn-default1 {
    background-color: white;
    position: static;
    padding: 13px 20px;
    color: black;
    border: 1px solid black;
    border-left: 0;
    border-radius: 0;
}

.loginbtns {
    display: flex;
    justify-content: space-evenly;
}

.clubbtn:hover,
.tourbtn:hover,
.applybtn:hover {
    background-color: white;
    color: black;
    border: 1px solid #EEBF19;
    transition: 0.3s;
}

.sec1 {
    text-align: center;
    padding: 150px 10px;
    background: url(../images/mainbg.png);
    background-size: cover;
    color: white;
}

.main-inner {
    width: 70%;
    margin: auto;
}

.banner-head h5 {
    font-size: 18px;
    color: #EEBF19;
}

.banner-head h2 {
    font-size: 80px;
    font-weight: 500;
    text-transform: capitalize;
    color: white;
}

.clubbtn {
    color: black;
    text-decoration: none;
    background-color: #EEBF19;
    border: 1px solid #EEBF19;
    width: 150px;
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tourbtn {
    color: #EEBF19;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #EEBF19;
    width: 150px;
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.sec2,
.sec3,
.sec4 {
    padding: 50px 80px;
}

.sec5 {
    padding: 50px 10px;
}

.rm {
    background-color: black;
    padding: 10px 25px;
    text-decoration: none;
    color: #EEBF19;
    border-radius: 5px;
    border: 1px solid black;
}

.sec2 h2 {
    font-size: 55px;
    font-weight: 600;
}

.sec3 h2 {
    font-size: 55px;
    font-weight: 600;
    text-align: center;
}

.abtimg img {
    width: 100%;
    height: 100%;
}

.abtimg {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 15px;
}

.events {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 25px;
}

.event {
    position: relative;
}

.event img {
    width: 100%;
}

.eventcntnt {
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: white;
    width: 100%;
}

.event h6 {
    font-weight: 400;
}

.event h5 {
    font-size: 24px;
}

.events .event h6 {
    font-weight: 400;
    font-size: 14px;
}

.events .event h5 {
    font-size: 16px;
}

.loremimg img {
    width: 100%;
}

.testi {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.testi img {
    width: 20% !important;
    text-align: center;
}

.testi i {
    font-size: 30px;
}

.testi h5 {
    font-size: 14px;
    color: #EEBF19;
}

.testi h6 {
    font-size: 20px;
    font-weight: 400;
}

.testi p {
    font-size: 14px;
}

.btnup {
    margin-bottom: 30px;
}

.footul li a:hover {
    color: #EEBF19;
    transition: 0.3s;
}

.foot-icons i:hover {
    color: #EEBF19;
    transition: 0.3s;
}

footer {
    background: url(../images/footbg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.firstcol img {
    width: 50%;
    padding-bottom: 10px;
}

.footul {
    list-style: none;
    padding: 0;
}

.footul li a {
    color: black;
    text-decoration: none;
}

.Main-foot h4 {
    margin-bottom: 15px;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.footul li {
    line-height: 35px;
}

.firstcol p {
    text-align: left;
}

.Main-foot {
    padding: 40px 10px 0px;
    background: url(../images/foot-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 80%;
}

.foot-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10px;
    border-bottom: 1px solid #ffc928;
}

.foot-icons {
    display: flex;
}

.foot-icons i {
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
}

.foot-icon-cntnt p {
    margin-bottom: 0;
}

footer {
    border-top: 1px solid black;
}

.copyright p {
    text-align: center;
    margin-bottom: 0;
    padding: 20px;
    border-top: 1px solid black;
}




/* CLub Page */

.Main-bg-club {
    background-color: #EEBF19;
    padding: 50px 10px;
    text-align: center;
}

.Main-bg-club h2 {
    font-size: 45px;
    font-weight: 700;
}

.main-sec {
    padding: 50px 0px;
}

.search-type {
    padding: 15px 5px;
    border-bottom: 1px solid #707070;
}

.Lorem,
.grades {
    padding: 15px 5px;
}

.form-check {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

#grade {
    width: 100%;
    padding: 5px;
}

#grade:focus {
    outline: 0;
}

.searching {
    padding: 15px;
    border: 1px solid #707070;
    border-radius: 10px;
}

.applybtn {
    color: black;
    text-decoration: none;
    background-color: #EEBF19;
    padding: 10px 0px;
    border: 1px solid #EEBF19;
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
}

.club-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
}

.club-info p {
    margin-bottom: 0;
    font-size: 13px;
}

.stars i {
    font-size: 12px;
}

.info1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info4 {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.club-head h3 {
    font-size: 38px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.club-head h3 i {
    font-size: 22px;
}

.club-head h5 {
    font-size: 13px;
    color: #EEBF19;
}

.club {
    display: grid;
    grid-template-columns: 70% 30%;
    border: 1px solid #707070;
    border-radius: 10px;
    align-items: stretch;
    margin-bottom: 50px;
}

.picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.cntnt {
    padding: 30px 20px;
}

.info4 h6 {
    font-weight: 600;
    font-size: 14px;
}

.club-head h3 a {
    color: #000;
    text-decoration: none;
}

.check {
    width: 15px;
    height: 15px;
}

.search-type .check:checked {
    border-radius: 15px;
    background-color: #ffa500 !important;
    display: inline-block;
    visibility: visible;
    appearance: none;
}

.Lorem .check:checked {
    accent-color: #ffa500 !important;
}

/* CLub Page */



/* Inner Club Page */

.Liverpool-bg1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Liverpool-bg2 {
    width: 100%;
}

.club-bg {
    position: relative;
}

.inner-sec {
    padding: 80px 50px;
    border: 1px solid #707070;
    border-radius: 15px;
    box-shadow: 0px 3px 6px #EEBF19;
}

.A-plus {
    background-color: black;
    color: white;
    padding: 12px 10px;
    border-radius: 50px;
    font-size: 18px;
}

.inner-grade {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.inner-grade .A-plus {
    background-color: black;
    color: white;
    padding: 15px 12px;
    border-radius: 70px;
    font-size: 35px;
}

.bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.inner-club-sec1 {
    padding: 50px 10px 10px 10px;
}

.inner-club-sec2,
.inner-club-sec3 {
    padding: 50px 10px;
}

.wht-bx {
    position: absolute;
    bottom: 0;
    left: 35px;
    background-color: white;
    padding: 10px 80px;
}

.wht-bx h2 {
    margin-bottom: 0;
}

.contacts {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.reqinfo {
    color: white;
    text-decoration: none;
    background-color: black;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid black;
}

.contacts img {
    height: 35px;
}

.contacts p {
    margin-bottom: 0;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.abtbtns {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 11px;
}

.lrmbtn {
    background-color: #a1a1a1;
    color: white;
    border-radius: 30px;
    padding: 15px 20px;
    text-decoration: none;
    text-align: center;
}

.imgdiv {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.lrmbtn:hover {
    background-color: black;
    transition: 0.3s;
}

.inner-grade h3,
.about-club h3 {
    font-size: 35px;
    font-weight: 600;
}

.bullet p {
    margin-bottom: 0;
}

.cp {
    font-size: 14px;
}

.cp {
    font-size: 14px;
}

.searching h4 {
    font-size: 18px;
}

.searching label {
    font-size: 14px;
}

.searching select {
    font-size: 14px;
}

/* Inner Club Page */


@media screen and (min-width:0px) and (max-width: 767px) {
    .header {
        padding: 10px 0px;
    }

    .navbar-toggler {
        float: right;
    }

    .navbar-toggler i {
        font-size: 25px;
    }

    .navlogo {
        width: 50%;
    }

    .navbar-brand .logo {
        width: 55%;
    }

    #navbarOffcanvas {
        background-color: white !important;
    }

    .nav-up {
        padding-top: 25px;
    }

    .nav-ul {
        gap: 15px;
        flex-direction: column;
    }

    .loginbtns {
        justify-content: start;
        gap: 20px;
        padding-top: 15px;
    }

    .signup {
        width: 110px;
        height: 45px;
        font-size: 12px;
    }

    .login {
        width: 110px;
        height: 45px;
        font-size: 12px;
    }

    .banner-head h2 {
        font-size: 35px;
    }

    .main-inner {
        width: 100%;
    }

    .banner-head h5 {
        font-size: 14px;
    }

    .banner-head p {
        font-size: 14px;
    }

    .clubbtn {
        width: 105px;
        font-size: 12px;
        height: 40px;
    }

    .tourbtn {
        width: 105px;
        font-size: 12px;
        height: 40px;
    }

    .sec1 {
        padding: 100px 10px;
        background-position: center;
        background-size: cover;
    }

    .sec2 h2,
    .sec3 h2 {
        font-size: 35px;
        text-align: center;
    }

    .sec2,
    .sec3,
    .sec4 {
        padding: 30px 10px;
    }

    .abtcntnt {
        text-align: center;
    }

    .abtcntnt p {
        font-size: 14px;
        text-align: center;
    }

    .abtimg {
        margin-top: 50px;
    }

    .rm {
        padding: 10px 20px;
        font-size: 12px;
    }

    .events {
        gap: 15px;
        margin-top: 15px;
    }

    .events .event h6 {
        font-size: 12px;
    }

    .event h5 {
        font-size: 20px;
    }

    .events .event h5 {
        font-size: 12px;
    }

    .loremcntnt p {
        font-size: 14px;
    }

    .loremcntnt {
        text-align: center;
    }

    .loremimg {
        margin-bottom: 10px;
    }

    .testi img {
        width: 15% !important;
    }

    .testi h5 {
        font-size: 12px;
    }

    .testi p {
        font-size: 12px;
    }

    .testi h6 {
        font-size: 18px;
    }

    .firstcol img {
        width: 35%;
    }

    .firstcol {
        padding-bottom: 10px;
    }

    .fourthcol {
        padding-bottom: 15px;
    }

    .footul li {
        font-size: 14px;
    }

    .firstcol p {
        font-size: 14px;
    }

    .copyright p {
        font-size: 14px;
    }



    /* Club page */

    .main-sec .px-4 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .club {
        margin-top: 20px;
    }

    .main-sec {
        padding: 30px 10px;
    }

    .Main-bg-club h2 {
        font-size: 30px;
    }

    .applybtn {
        font-size: 14px;
    }

    .main-sec .club-head h3 {
        font-size: 35px;
        gap: 10px;
    }

    .main-sec .club-head h3 i {
        font-size: 20px;
    }

    .main-sec .club-head h5 {
        font-size: 10px;
    }

    .main-sec .cntnt {
        padding: 10px 10px;
    }

    .club-info {
        display: none;
    }

    .main-sec .cp {
        font-size: 10px;
    }

    .inner-container {
        padding: 0;
    }

    /* Club page */


    /* Inner Club page */

    .imgdiv {
        gap: 0;
    }

    .wht-bx {
        bottom: 0;
        right: 0;
        left: 0;
        padding: 10px;
        text-align: center;
        width: 50%;
        margin: auto;
    }

    .inner-club-sec1 .club-head h3 {
        justify-content: center;
    }

    .inner-club-sec1 .club-head h5 {
        text-align: center;
    }

    .inner-club-sec2,
    .inner-club-sec3 {
        padding: 30px 10px;
    }

    .inner-grade p {
        font-size: 14px;
    }

    .inner-grade h3,
    .about-club h3 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 10px;
    }

    .contacts img {
        height: 30px;
    }

    .inner-grade .A-plus {
        font-size: 25px;
    }

    .inner-sec {
        padding: 50px 50px;
    }

    .bullet {
        justify-content: left;
        gap: 20px;
    }

    .A-plus {
        font-size: 14px;
    }

    .lrmbtn {
        padding: 10px 10px;
        font-size: 10px;
    }

    .about-club {
        padding-top: 25px;
    }

    /* Inner Club page */
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .header {
        padding: 10px 0px;
    }

    .navbar-toggler {
        float: right;
    }

    .navbar-toggler i {
        font-size: 25px;
    }

    .navlogo {
        width: 35%;
    }

    .navbar-brand .logo {
        width: 55%;
    }

    #navbarOffcanvas {
        background-color: white !important;
    }

    .nav-up {
        padding-top: 25px;
    }

    .nav-ul {
        gap: 15px;
        flex-direction: column;
    }

    .loginbtns {
        justify-content: start;
        gap: 20px;
        padding-top: 15px;
    }

    .signup {
        width: 120px;
        height: 50px;
        font-size: 14px;
    }

    .login {
        width: 120px;
        height: 50px;
        font-size: 14px;
    }

    .banner-head h2 {
        font-size: 60px;
    }

    .banner-head p {
        font-size: 15px;
    }

    .clubbtn {
        width: 120px;
        font-size: 14px;
    }

    .tourbtn {
        width: 120px;
        font-size: 14px;
    }

    .sec1 {
        padding: 120px 10px;
        background-position: center;
    }

    .main-inner {
        width: 100%;
    }

    .sec2,
    .sec3,
    .sec4 {
        padding: 40px 10px;
    }

    .sec2 h2 {
        font-size: 50px;
    }

    .abtcntnt p {
        font-size: 15px;
    }

    .events .event h6 {
        font-weight: 400;
        font-size: 10px;
    }

    .loremcntnt p {
        font-size: 15px;
    }

    .sec3 h2 {
        font-size: 45px;
    }

    .event h5 {
        font-size: 20px;
    }

    .events .event h5 {
        font-size: 10px;
    }

    .rm {
        font-size: 14px;
    }

    .footul li {
        font-size: 14px;
    }

    .firstcol p {
        font-size: 14px;
    }

    .foot-icons {
        gap: 10px;
        display: grid;
        grid-template-columns: 42% 42%;
    }

    .foot-icons i {
        font-size: 20px;
        padding: 5px;
    }

    .Main-foot h4 {
        font-size: 23px;
    }


    /* Club page */

    .main-sec .px-4 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .club {
        margin-bottom: 30px;
    }

    .main-sec {
        padding: 30px 10px;
    }

    .searching {
        padding: 5px;
    }

    .Main-bg-club h2 {
        font-size: 40px;
        font-weight: 700;
    }

    .check {
        width: 15px;
        height: 15px;
    }

    .form-check label {
        font-size: 12px;
    }

    .form-check {
        padding: 0;
        gap: 10px;
    }

    .search-type h4,
    .Lorem h4,
    .grades h4 {
        font-size: 15px;
    }

    .search-type {
        padding: 10px 5px;
    }

    .applybtn {
        font-size: 14px;
    }

    #grade {
        font-size: 14px;
    }

    .main-sec .club-head h3 {
        font-size: 40px;
        gap: 10px;
    }

    .main-sec .club-head h3 i {
        font-size: 20px;
    }

    .main-sec .club-head h5 {
        font-size: 12px;
    }

    .main-sec .cntnt {
        padding: 10px 10px;
    }

    .main-sec .club-info {
        gap: 5px;
    }

    .main-sec .club-info p {
        font-size: 9px;
    }

    .main-sec .info4 h6 {
        font-size: 8px;
    }

    .main-sec .info4 {
        gap: 5px;
    }

    .main-sec .stars i {
        font-size: 7px;
    }

    .main-sec .A-plus {
        font-size: 12px;
    }

    .main-sec .cp {
        font-size: 12px;
    }

    /* Club page */


    /* Club page */

    .wht-bx {
        left: 20px;
        padding: 10px 60px;
    }

    .inner-grade h3,
    .about-club h3 {
        font-size: 25px;
        font-weight: 600;
    }

    .inner-grade p {
        font-size: 14px;
    }

    .A-plus {
        font-size: 15px;
    }

    .bullet {
        gap: 20px;
        margin-bottom: 15px;
    }

    .abtbtns {
        grid-template-columns: 32.1% 32.1% 32.1%;
        gap: 10px;
    }

    .lrmbtn {
        padding: 15px;
        font-size: 12px;
    }

    .contacts img {
        height: 32px;
    }

    .contacts p {
        font-size: 15px;
    }

    .reqinfo {
        font-size: 14px;
    }

    /* Club page */

}