* {
    box-sizing: 0px;
    padding: 0px;
    margin: 0;
}

.body {
    font-family: "Manrope", serif;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

a {
    text-decoration: none !important;
}

ul li {
    list-style: none !important;
}

ul {
    margin: 0px !important;
}

.container-fluid {
    max-width: 90%;
}

/* background: linear-gradient(90deg, #D3BF7F 0%, #877B59 100%); */

/* font-family: "Playfair", serif; */
/* font-family: "Manrope", serif; */
header {
    background-color: #000;
    color: #fff;
    padding: 10px 0px;
}

.nav-link {
    color: #fff !important;
    font-family: "Manrope", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    text-transform: uppercase;
}


.login-signup-buttons a {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 22.4px;
    border: 1px solid #fff;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.login-signup-buttons a:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-right: -5px;
    padding: 15px 25px;
}

.login-signup-buttons .signup {
    background: linear-gradient(180deg, #D3BF7F 4.62%, #877B59 107.07%);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;

}

.home-banner {
    background-image: url("../images/home-banner2.png");
    background-size: cover;
    padding: 180px 0px 100px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    height: 990px;
    background-color: #D3BF7F;
}

.account-setup {
    background-image: url("../images/account-setup-banner.png");
    background-size: cover;
    padding: 135px 0px 170px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    /* height: 990px; */
    background-color: #D3BF7F;
}

.upcoming-tournaments {
    background-image: url("../images/upcoming-banner.png");
    background-size: cover;
    padding: 135px 0px 170px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    /* height: 990px; */
    background-color: #D3BF7F;
}

.home-banner::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/bann-vector.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 990px;
}

.banner-right h1 {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 60px;
    line-height: 70.4px;

}

.banner-right {
    position: relative;
}

.banner-right::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/corner-1.png");
    top: -60%;
    background-position: center;
    background-repeat: no-repeat;
    left: 30%;
}

.banner-right::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/corner-2.png");
    top: 50%;
    left: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-right h1 span {
    color: #D3BF7F;
}

.banner-right h2 {
    border: 1px solid #000000;
    font-family: "Playfair", serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 28.4px;
    padding: 0px 10px;
    border-radius: 15px;
    margin: 10px 0;
}

.banner-right p {
    font-weight: 400;
    font-size: 15px;
    line-height: 28.4px;
    color: #595959;
    font-family: "Manrope", serif;
}

.banner-right .account {
    padding: 10px 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;

    text-align: center;
    background-color: #000;
    border-radius: 50px;
    margin-top: 10px;
    text-decoration: none;
    color: #fff;
    font-family: "Manrope", serif;
}

.banner-right .block {
    margin-top: 20px;
}

.home-services {
    padding: 60px 0px;
}

.home-services h3 {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 46.4px;
    text-align: center;

}

.home-services h3 span {
    color: #D3BF7F;

}

.service-box {
    background: linear-gradient(180deg, #D3BF7F 4.62%, #877B59 107.07%);
    padding: 50px 30px;
    text-align: center;
    height: 380px;
}

.service-box h4 {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin: 30px 0px;
}

.service-box p {

    font-weight: 400;
    font-size: 16px;
    line-height: 28.8px;

    text-align: center;
    color: #fff;

}

.tournament {
    padding: 70px 0px;
    background-color: #F4F4F4;
}

.tournament h2 {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 39.1px;
    line-height: 46.87px;
    text-align: center;
    color: #000;
}

.tournament p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30.4px;
    text-align: center;
    color: #595959;

}

.tournament span {
    font-weight: 800;
    font-size: 18px;
    line-height: 30.4px;
    text-align: center;
}

.tournament .filter-container {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}

.tournament .form-group {
    position: relative;
    flex: 1;
    min-width: 180px;
}

.tournament .form-control {
    background: #e9ecef;
    border: none;
    padding-left: 35px;
}

.tournament .form-control:focus {
    background: #e9ecef;
    box-shadow: none;
}

.tournament .input-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}

.tournament .datetime-group {
    display: flex;
    /* gap: 5px; */
}

.tournament .datetime-group input {
    flex: 1;
}

.tournament .button-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.tournament .filter-button {
    background: linear-gradient(180deg, #D3BF7F 4.62%, #877B59 107.07%);
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
}

.tournament .filter-button:hover {
    background: #000;
}

.tournament .form-wrap {
    background: #f8f9fa;
    border: 1px solid #AFAFAF;
    box-shadow: 20px 20px 120px 15px #0000000D;
    border-radius: 10px;
    padding-bottom: 20px;
    margin-top: 30px;
}

.tournament-event {
    box-shadow: 0px 2px 7px 0px #0000001A;
    background-color: #fff;
    padding: 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0px;
}

.tournament-event .event-description {
    margin: 0px 40px;
}

.tournament-event .event-description h3 {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 46.87px;
}

.tournament-event .event-description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26.4px;
    text-align: left;
}

.event-description .team-detail a {
    color: #333333;
    font-weight: 800;
    font-size: 18px;
    line-height: 27px;

}

.event-description .team-detail span {
    font-weight: 400;
    font-size: 16px;
    line-height: 26.4px;
    color: #000000;
}

.tournament-event .event-registration {
    background: linear-gradient(180deg, #D3BF7F 4.62%, #877B59 107.07%);
    height: 142px;
    width: 142px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.event-registration a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.tournament .explore a {
    background-color: #000;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    border-radius: 50px;
}

.tournament .explore {
    text-align: center;
}

.why-find {
    padding: 60px;
}

.why-find .why-find-content {}

.why-find .why-find-content h3 {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 39.1px;
    line-height: 46.87px;
    color: #000;
    margin-bottom: 20px;
}

.why-find .why-find-content p {
    color: #595959;
    font-weight: 400;
    font-size: 17px;
    line-height: 29.4px;
}

.why-find-box {

    text-align: center;
    background: linear-gradient(180deg, #D3BF7F 4.62%, #877B59 107.07%);
    padding: 60px;
    margin-bottom: 60px;
    position: relative;
}

.why-find-box .btn {
    display: flex;
    height: 60px;
    width: 60px;
    left: 44%;
    bottom: -6%;
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    position: absolute;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
}

.why-find-box h3 {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    margin: 30px 0px;
}

.why-find-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24.8px;
    text-align: center;
    color: #FFFFFF;
}

.why-find .why-find-content:first-child p {
    margin-bottom: 30px;
}

.why-find-content .btn {
    padding: 20px 20px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;

    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
}

.create-account-section {
    background-color: #F5F5F5;
    padding-bottom: 60px;
}

.create-account-section .main-wrap {
    background: linear-gradient(180deg, #D3BF7F 4.62%, #877B59 107.07%);
    padding: 67px 50px;
    position: relative;
}

.create-account-section .main-wrap h3 {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 39.1px;
    line-height: 46.87px;
    color: #FFFFFF;

}

.create-account-section .main-wrap p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32.4px;
    color: #FFFFFF;

}

.create-account-section .main-wrap .btn {
    background-color: #FFFFFF;
    color: #000;
    padding: 20px 28px;
    border-radius: 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    text-align: center;
    text-transform: uppercase;
}

.hourse {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
}

.create-account-section .main-wrap::before {
    position: absolute;
    content: '';
    background-image: url('../images/hourse.png');
    background-repeat: no-repeat;
    width: 350px;
    height: 100%;
    top: -38px;
    left: 45%;
    background-size: cover;
}

.basic-footer {
    padding: 60px 0px;
}

.basic-footer .footer-left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32.4px;

}

.footer-middle h3 {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
}



.footer-middle ul li::before {
    position: absolute;
    content: '';
    top: 12px;
    left: -18px;
    height: 1px;
    width: 11px;
    color: #D3BF7F;
    border: 1px solid;
}

.footer-middle ul li {
    margin-bottom: 10px;
    position: relative;
}

.footer-middle ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #595959;
    text-transform: uppercase;

}

.footer-right form {
    justify-content: start;
    display: flex;
}

.footer-right h3 {
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    font-family: "Playfair", serif;
    margin-bottom: 30px;
}

.footer-right h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    font-family: "Playfair", serif;
    margin: 30px 0px;
}

.footer-right ul li {
    display: inline-block;
}

.footer-right ul li a {
    border-radius: 50%;
    color: #fff;
    background-color: #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-right .btn {
    padding: 11px 21px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 18.4px;
    text-align: center;
    background-color: #000;
    color: #fff;
}

.footer-right input[type="text"] {
    height: 40px;
    padding: 15px 5px;
    margin: 0px;
    border: 1px solid #D3D3D3;
    margin-right: 10px;
}

.copyright {
    background-color: #000;
    padding: 30px 0px;
}

.copyright-links ul li {
    position: relative;
    margin-left: 30px;
    display: inline-block;
}

.copyright-links ul li::before {
    position: absolute;
    content: '';
    top: 12px;
    left: -18px;
    height: 1px;
    width: 11px;
    color: #D3BF7F;
    border: 1px solid;
}

.footer-middle ul {
    margin-left: 30px !important;
}

.copyright-text {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-links ul li a {

    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    text-align: right;
    color: #fff;
    text-transform: uppercase;

}

/* account page start  */

.inner-banner-heading h1 {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 70.4px;
    text-align: center;
    color: #FFFFFF;
}

.account-setup-registration {
    padding: 60px 0px;
}

.account-setup-registration .from-wrap {
    padding: 60px 0px;
}

.account-setup-registration h1 {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 39px;
    line-height: 70.4px;
    text-align: center;

}

label {
    font-weight: 500;
    font-size: 14px;
    line-height: 16.41px;
    color: #333333;


}

.account-setup-registration .btn {
    background: linear-gradient(180deg, #D3BF7F 4.62%, #877B59 107.07%);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 18.75px;
    text-align: center;
    padding: 16px 80px;
    border-radius: 50px;
}

.account-setup-registration input,
.account-setup-registration select {
    background-color: #E0E0E0;
    border-radius: 50px;
    padding: 16px 20px;
    height: 50px;
    border: none;
    width: 100%;
}

.form-group {
    margin-bottom: 2rem;
}

/* account page end */

/* Upcoming Tournaments page start  */

.upcoming-tournaments-detail {
    padding: 60px 0px;

}

.upcoming-tournaments-detail .sortBy {
    padding: 30px;
    border: 1px solid #AFAFAF;
    box-shadow: 0px 5px 4px 0px #0000001A;
    border-radius: 10px;

}

.upcoming-tournaments-detail .sortBy h1 {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 25px;
    line-height: 70.4px;
    text-align: center;


}

.upcoming-tournaments-detail .sortBy .btn {

    border: 1px solid #000000;
    padding: 16px 66px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18.75px;

    text-align: center;
    border-radius: 50px;

}

.upcoming-tournaments-detail .sortBy .btn-filled {
    background: linear-gradient(180deg, #D3BF7F 4.62%, #877B59 107.07%);
    padding: 16px 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18.75px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    border: none;
}

.upcoming-tournaments-detail .sortBy .form-group {
    margin-bottom: 2rem;
}

.upper-tournament-part {
    display: flex;
}

.bottom-tournament-part {
    margin-top: 36px;
}

.tournamenter-detail {
    margin-left: 10px;
}

.tournamenter-detail h3 {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 46.87px;

    color: #000;

}

.tournamenter-detail .btn-show {
    color: #595959;
    font-weight: 800;
    font-size: 14px;
    line-height: 21px;
}

.tournamenter-detail .btn-show span {
    color: #D3BF7F;
    margin-right: 3px;
    font-family: 'Poppins', sans-serif;
}

.tournamenter-detail h6 {

    font-weight: 600;
    font-size: 13px;
    line-height: 26.4px;


    color: #333333;
}

.tournamenter-detail p {
    font-weight: 400;
    font-size: 13px;
    color: #595959;

    line-height: 22.4px;
}

.tournamenter-detail .btn-register {
    background: linear-gradient(180deg, #D3BF7F 4.62%, #877B59 107.07%);
    font-weight: 700;
    font-size: 12px;
    line-height: 14.06px;
    color: #F2F2F2;
    text-align: center;
    padding: 10px 30px;
    border-radius: 20px;
}



.bottom-tournament-part {
    display: none;
}

.action-or-register {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tournamentship {
    background: #FAFAFA;
    border: 1px solid #AFAFAF;
    box-shadow: 0px 5px 4px 0px #0000001A;
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.multi-fillter {
    border: 1px solid #AFAFAF;
    box-shadow: 0px 5px 4px 0px #0000001A;
    border-radius: 10px;
    padding: 30px;
    background-color: #FAFAFA;
    margin-top: 40px;
}

.form-control {
    background: #E0E0E0;
    border-radius: 50px;
}

.multi-fillter h1 {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 25px;
    line-height: 70.4px;
    letter-spacing: 0%;
}

.multi-fillter .btn {
    padding: 10px;
    background: linear-gradient(180deg, #D3BF7F 4.62%, #877B59 107.07%);
    font-weight: 700;
    font-size: 16px;
    line-height: 18.75px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
    border-radius: 50px;
    width: 100%;
    border: none;
}

.sortBySerch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.table-responsive {
    border-radius: 10px;
    overflow: hidden;
}

.table-bordered {
    border-collapse: separate;
    border-spacing: 0;
    border-color: #000;
}

.table-bordered>thead>tr:first-child>th:first-child {
    border-top-left-radius: 10px;
}

.table-bordered>thead>tr:first-child>th:last-child {
    border-top-right-radius: 10px;
}

.table-bordered>tbody>tr:last-child>td:first-child {
    border-bottom-left-radius: 10px;
}

.table-bordered>tbody>tr:last-child>td:last-child {
    border-bottom-right-radius: 10px;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #000000;
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom: 1px solid #000000;
}

.bottom-tournament-part .other-details-box a {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    line-height: 21px;
    color: #333333;
    margin-bottom: 5px;
    display: block;
}

.bottom-tournament-part .other-details-box a span {
    color: #D3BF7F;
}

.bottom-tournament-part .other-details-box .details-box {
    border: 2px solid #000000;
    border-radius: 10px;
    padding: 13px;
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 16px;
    color: #333333;
}

.bottom-tournament-part .other-details-box:last-child {
    margin-top: 20px;
}

/* Upcoming Tournaments page end */

/* Upcoming Tournaments details page start */
.upcoming-tournaments-details {
    margin: 80px 0px;
}

.upcoming-tournaments-details-content h2 {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 39px;
    line-height: 70.4px;
    text-align: center;
}

.upcoming-tournaments-details-box {
    background-color: #FAFAFA;
    border: 1px solid #AFAFAF;
    box-shadow: 0px 5px 4px 0px #0000001A;
    padding: 38px 26px;
    border-radius: 10px;
}

.upcoming-tournaments-details-table-one table {
    border-collapse: collapse;
    font-family: sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
    width: 100%;
}

.upcoming-tournaments-details-table-one th,
.upcoming-tournaments-details-table-one td {
    border: 2px solid rgb(160 160 160);
    padding: 21px;
}

.upcoming-tournaments-details-table-one {
    overflow-x: auto;
    border: 2px solid rgb(140 140 140);
    border-radius: 10px;
    max-height: 350px;
}

/* width */
.upcoming-tournaments-details-table-one::-webkit-scrollbar {
    width: 7px;
    border-radius: 100px;
}

/* Track */
.upcoming-tournaments-details-table-one::-webkit-scrollbar-track {
    background: #EDEDED;
}

/* Handle */
.upcoming-tournaments-details-table-one::-webkit-scrollbar-thumb {
    background: #D3BF7F;
    border-radius: 100px;
}

.upcoming-tournaments-details-box-content {
    margin: 30px 0px;
}

.upcoming-tournaments-details-box-content h3 {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 17px;
}

.upcoming-tournaments-details-box-content p {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0px;
}

.upcoming-tournaments-details .btn-register {
    background: linear-gradient(180deg, #D3BF7F 4.62%, #877B59 107.07%);
    font-weight: 700;
    font-size: 12px;
    line-height: 14.06px;
    color: #F2F2F2;
    text-align: center;
    padding: 10px 30px;
    border-radius: 20px;
}

.tounament-advanced-details h3 {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}

/* Upcoming Tournaments details page end */