@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ol,
ul,
li {
    list-style: none;
    padding: 0;
    font-size: 12px;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

body {
    font-family: "Poppins", sans-serif;
}

.navbar {
    padding: 0;
    margin: 0;
    align-items: center;
}

.main-btn {
    font-size: 14px;
    border-radius: 57.5px;
    background: #4299E1;
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 8px 25px;
    border: 1px solid transparent;
}

.main-btn:hover {
    color: #4299E1;
    border: 1px solid #4299E1;
}

.nav-link {
    font-size: 14px;
    color: #848484;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 !important;
}

.nav-link:hover {
    color: #4299E1;
}

.nav-item {
    margin-right: 45px;
}

.nav-item:last-child {
    margin-right: 50px;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

header {
    padding-top: 30px;
}

.hero h1,
.hero h2 {
    font-size: 40px;
    color: #5F5F5F;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.hero h1 span,
.hero h2 span {
    color: #4299E1;
}

.hero p {
    font-size: 12px;
    color: #848484;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 55px;
}

.hero-main {
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
}

.hero .main-btn {
    padding: 8px 35px;
}

.hero {
    padding-bottom: 90px;
}

.info-inner {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img-box {
    width: 81px;
    border: 2px solid #4299E1;
    border-radius: 10px;
    margin-right: 14px;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box {
    display: flex;
    border-right: 3px solid #4299E1;
    padding-right: 33px;
}

.last-box {
    border-right: 0;
}

.info-textbox small,
.info-textbox span,
.info-textbox h6 {
    font-size: 25px;
    color: #4299E1;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    display: block;
}

.info-textbox span {
    color: #5F5F5F;
}

.info-sec {
    padding-bottom: 63px;
}

.main-heading {
    font-size: 30px;
    color: #5F5F5F;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main-heading span {
    color: #4299E1;
}

.choose-box {
    border-radius: 10px;
    border: 2px solid #D2D2D2;
    padding: 16px 46px 35px 48px;
    margin-bottom: 46px;
}

.choose-box h4 {
    font-size: 20px;
    color: #4299E1;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 17px;
}

.choose-box p {
    color: #848484;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    max-width: 351px;
    margin: 0 auto;
    width: 100%;
}

.choose-us .main-heading {
    padding-bottom: 33px;
    padding-left: 20px;
}

.reg-box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.25);
    padding: 29px 37px 15px 37px;
    max-width: 407px;
    width: 100%;
    margin: auto;
}

.reg-box h5 {
    font-size: 32px;
    color: #4299E1;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 185px;
    width: 100%;
    padding-bottom: 9px;
}

.choose-btn {
    max-width: 100%;
    width: 100%;
    padding: 11px 25px;
    border-radius: 10px;
}

.reg-inner {
    display: flex;
    align-items: center;
    padding-bottom: 21px;
}

.input-main {
    margin-right: 22px;
}

.reg-box .last-pra {
    font-size: 11px;
    color: #A9A9A9;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 14px;
    text-align: center;
}

.input-main input {
    border-radius: 10px;
    border: 2px solid #D2D2D2;
    height: 27px;
    color: #A9A9A9;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 14px;
}

.choose-us {
    padding-bottom: 74px;
}

.best-courts h4 {
    color: #5F5F5F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 14px;
}

.best-courts-box {
    text-align: center;
}

.best-courts-box img {
    height: 200px;
    border-radius: 30px;
}

.best-courts .main-heading {
    text-align: center;
    padding-bottom: 15px;
}

.best-courts-box .main-btn {
    border-radius: 10px;
    padding: 11px 28px;
}

.best-courts {
    padding-bottom: 70px;
}

.players .main-heading {
    text-align: center;
    padding-bottom: 14px;
}

.best-courts-inner {
    max-width: 1018px;
    margin: 0 auto;
}

.players-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.players-box ul li {
    margin-right: 13px;
}

.players-box ul li:last-child {
    margin-right: 0;
}

.players-box {
    border-radius: 10px;
    border: 2px solid #D2D2D2;
    text-align: center;
    padding-top: 31px;
    padding-bottom: 26px;
}

.players-box p {
    padding-top: 11px;
    padding-bottom: 19px;
    color: #5F5F5F;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 239px;
    width: 100%;
    margin: 0 auto;
    min-height: 94px;
}

.players-box span {
    font-size: 12px;
    color: #5F5F5F;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    padding-top: 11px;
}

.players {
    padding-bottom: 90px;
}

.reverse .main-heading {
    font-size: 32px;
    color: #5F5F5F;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding-bottom: 19px;
}

.reverse .main-heading span {
    color: #4299E1;
}

.reverse input {
    border-radius: 10px;
    border: 2px solid #D2D2D2;
    max-width: 374px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 14px;
    color: #A9A9A9;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.reverse .main-btn {
    border-radius: 10px;
    padding: 10px 16px;
}

.reverse-top {
    text-align: center;
}

.reverse {
    padding-bottom: 60px;
}

.choose-inner {
    max-width: 942px;
    margin: 0 auto;
}

footer {
    background: #4299E1;
    padding: 23px 0;
}

footer p {
    font-size: 15px;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding-bottom: 14px;
}

.info-tittle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-btn {
    display: block;
    margin-left: auto;
}