* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --poppins: "Poppins", sans-serif;
  --montserrat: "Montserrat", sans-serif;
  --praimary-color: #212529;
  --secondary-color: #211745;
}
html {
  line-height: 1.4;
}
body {
  font-family: var(--montserrat);
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: var(--praimary-color);
}
/* Reset Css here */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* Main css here */
.header_area {
  background: #ffffff;
  padding: 30px 0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo {
  max-width: 188px;
}
.logo img {
  width: 100%;
}
.hero_btn .btns,
.header_btn .btns {
  font-family: var(--montserrat);
  font-size: 20px;
  font-weight: 700;
  color: #e08644;
  display: inline-block;
  padding: 12px 20px;
  background: transparent;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hero_btn .btns.active,
.header_btn .btns.active,
.header_btn .btns:hover {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  background: #e08644;
  border-radius: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* End header area  */
.hero_aere {
  background-image: url("../../images/corps/6061d613255545046c476745/general.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 113px 0;
  position: relative;
  z-index: 1;
}
.hero_aere::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.1);*/
  z-index: -1;
}
.hero_content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}
.hero_content h1 {
  font-family: var(--montserrat);
  font-size: 70px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  margin-bottom: 35px;
}
.form {
  padding: 0 20px;
  max-width: 757px;
  margin: 0 auto;
}
.form input {
  width: 100%;
  background: #f8f8f8;
  border-radius: 25px;
  padding: 10px 40px 10px 22px;
  font-family: var(--poppins);
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  border: none;
  outline: none;
}
.form input ::-webkit-input-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.form input ::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.form input :-ms-input-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.form input ::-ms-input-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.form input ::placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.single__input {
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}
.buttom_input {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 48px;
}

.buttom_input input{
  color: #a3a3a3;
  opacity: 1;
  padding-right: 10px;
}

.date_input ::-webkit-calendar-picker-indicator{
  opacity: 1;
  background-image: url('../img/calendar-date.svg');
}

.time_input ::-webkit-calendar-picker-indicator{
  opacity: 1;
  background-image: url('../img/access-time.svg');
}

.single__input span {
  position: absolute;
  right: 0px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: transparent;
  border-radius: 0 25px 25px 0;
}
.single__input span img {
  max-width: 20px;
}
.hero_btn .btns {
  font-weight: 600;
}
/* End Hero section */
.sports_area {
  padding: 40px 0 30px 0;
  background: #ffffff;
}
.sports_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-bottom: 20px;
}
.sports_content h2 {
  font-family: var(--poppins);
  font-size: 32px;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 3px;
}
.sports_content p {
  font-family: var(--poppins);
  font-size: 24px;
  font-weight: 400;
  color: var(--secondary-color);
}
.sports_content h3 {
  color: #a3a3a3;
}
.sports_text a {
  font-family: var(--poppins);
  font-size: 14px;
  font-weight: 700;
  color: #f22233;
  display: inline-block;
}
.sports_widgets {
  padding: 10px 0 15px 0;
}
.single_widget {
  max-width: 240px;
  background: #ffffff;
  border: 1px solid #e1e3e5;
  border-radius: 8px;
}
.single_widget img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.owl-nav {
  top: -40px;
  position: absolute;
  right: 10px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.owl-nav span {
  font-size: 32px;
  color: #cccccc;
}
.widgets_content h4 {
  font-family: var(--poppins);
  font-size: 14px;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 5px;
}
.widgets_content {
  padding: 16px 16px 38px 16px;
}
.widgets_content a {
  font-family: var(--poppins);
  font-size: 12px;
  font-weight: 300;
  color: #8898ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widgets_content a img {
  max-width: 14px;
  margin-right: 8px;
}
.sports_widget_btn {
  text-align: center;
  margin-bottom: 16px;
  padding: 0 8px;
}
.sports_widget_btn button {
  font-family: var(--poppins);
  font-size: 14px;
  font-weight: 500;
  color: black;
  display: inline-block;
  text-align: center;
  background: #e08644;
  border: 1px solid #211745;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 20px;
}
/* End sports centers section */
.booking_area {
  background: #f6f6f7;
  padding: 60px 0;
}

.bokking_title h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: var(--praimary-color);
  padding-bottom: 85px;
}
.bokking_widgets {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px;
}
.booking_single_widget {
  text-align: center;
  max-width: 278px;
  margin: 0 auto;
}
.booking_single_widget img {
  max-width: 190px;
  margin-bottom: 36px;
}
.booking_single_widget h4 {
  font-family: var(--montserrat);
  font-size: 30px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 10px;
}
/* Booking area End  */
.manage_area {
  padding: 80px 0;
  background: #ffffff;
}
.manage_main {
  padding: 70px 0;
  background: #e08644;
}
.manage_warpper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.manage_content h2 {
  font-family: var(--poppins);
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}
.manage_content p {
  font-family: var(--poppins);
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #ffffff;
  padding-bottom: 23px;
  max-width: 477px;
}
.manage_btn a {
  font-family: var(--poppins);
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  background: #f22233;
  border: 1px solid #f22233;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 25px;
}

.manage_img {
  max-width: 628px;
}
.manage_img img {
  max-width: 628px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* End Manage area */
.footer_area {
  padding: 60px 0;
  background: #ffffff;
  -webkit-box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
}

.footer_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.footer_content ul li a {
  font-family: var(--poppins);
  font-size: 14px;
  font-weight: 400;
  color: var(--secondary-color);
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer_content ul li a:hover {
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
