/* Header */
/* header.main-header.main-header-new.sticky {
    background: transparent;
    box-shadow: unset;
} */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');



h1, h2, h3, h4, h5, h6{
    font-family: "Bebas Neue", serif;
      font-weight: 400;
      font-style: normal;
}

.main-header .logo img {
    display: block;
}

/* header.main-header.sticky .logo img {
    display: none;
} */

/* .main-header .logo.logo-sticky img {
    display: none;
} */

header.main-header .logo.logo-sticky img {
    display: block;
}

.main-header-new.sticky .nav-menu .nav-item .nav-link ,  .main-header-new.blog-header .nav-menu .nav-item .nav-link {
    color: var(--primary-color);
}
/* 
.main-header-new .nav-menu .nav-item .nav-link {
    color: var(--white-color);
} */

.main-header-new .nav-menu .nav-item .nav-link:hover {
    color: var(--light-green-color);
}

.main-header .navbar-toggler .bars i {
    color: var(--light-green-color);
}

/* Banner */
.banner.banner-new::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000075;
}

.banner-new .banner-content {
    text-align: center;
}

.banner-new .banner-content .title-one {
    color: var(--light-green-color);
    padding-bottom: 15px;
}

.banner-new .banner-content span {
    color: var(--white-color);
}

.banner-new .banner-content .title-two {
    color: var(--light-green-color);
    font-size: 90px;
    line-height: 100px;
}

.header-btn .primary-btn.primary-btn-new{
margin-top: 0;
}

.primary-btn.primary-btn-new {
    background: var(--light-green-color);
    border-color: var(--light-green-color);
    margin-top: 15px;
}

/* Client Logo */
.client-img img {
    filter: unset;
}

/* About Us */
.features-wrap.features-wrap-new {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.features-wrap.features-wrap-new .features {
    padding-top: 0;
    margin-top: 0;
    border: 0;
    box-shadow: 0px 5px 14px #00000029;
    padding: 20px;
    border-radius: 15px;
    transition: 0.5s all;
}
.features-wrap.features-wrap-new .features:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.choose-slide-new .why-choose-bx {
    height: 100%;
}

.choose-slide-new .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.choose-slide-new .owl-nav button.owl-prev,
.choose-slide-new .owl-nav button.owl-next {
    background: var(--secondary-color) !important;
    width: 30px;
    height: 30px;
    margin: 0;
    opacity: 1;
}

.perfect-game-bx p{
    font-size: 20px;
    color: #fff;
}

.perfect-game-bx .h2 {
    font-weight: 800;
    font-size: 42px;
    line-height: 50px;
    color: var(--white-color);
}
.our-content-bx .h4 {
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.why-choose-bx .h3{
    font-size: 20px;
}

.choose-slide-new .owl-nav button.owl-prev i,
.choose-slide-new .owl-nav button.owl-next i {
    color: var(--white-color);
}

.choose-slide-new .owl-nav button.owl-prev:hover,
.choose-slide-new .owl-nav button.owl-next:hover {
    color: var(--white-color);
    opacity: 0.8;
}

.why-choose-img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
}


.panoramic-padel.newpage .panoramic-padel-row{
    display: flex;
    align-items: center;
}
.panoramic-padel-row .colum:nth-child(1), .panoramic-padel-row .colum:nth-child(2) {
    width: 50%;
}
.our-padel-row-new {
    grid-template-columns: repeat(4, 1fr);
}
.padel-couses-list {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}
.panoramic-padel.newpage .panoramic-padel-row.odd-row {
    flex-direction: row-reverse;
}
.padel-couses-list .our-padel-img-bx{
    transform: perspective(1500px) rotateY(15deg);
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  transition: transform 1s ease 0s;
}
.padel-couses-list .our-padel-img-bx:hover{
    transform: perspective(3000px) rotateY(5deg);
}
.our-content-bx {
    height: 100%;
}


.bg-imgage {    
    position: relative;    
    z-index: 0;
}
.bg-imgage::before {
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../image/pedal-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    position: absolute;
    background-attachment: fixed;
}
.bg-imgage:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000075;
    z-index: -1;
}
.bg-imgage .common-heading h2{
    color: #fff;
}
.f-contact-sub-row .col{
    width: 100%;
}

@media only screen and (max-width:1199px) {
.banner-new .banner-content .title-two {
    font-size: 70px;
    line-height: 76px;
}
}
@media only screen and (max-width:991px) {
    .banner{
        height: 80vh;
    }
    .banner-new .banner-content .title-two {
        font-size: 65px;
        line-height: 72px;
    }
    .choose-slide-new .owl-nav {
        position: unset;
        justify-content: center;
        margin-top: 20px;
    }
    .padel-couses-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width:767px) {
    .banner-new .banner-content .title-two {
        font-size: 45px;
        line-height: 55px;
    }
}

@media only screen and (max-width:575px) {
    .banner {
        height: 70vh;
    }
    .banner-new .banner-content .title-two {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width:475px) {
    .banner-new .banner-content .title-two {
        font-size: 35px;
        line-height: 45px;
    }
    .padel-couses-list {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (max-width:375px) {
    .banner {
        height: 60vh;
    }
    .banner-new .banner-content .title-two {
        font-size: 30px;
        line-height: 38px;
    }
}
.pb-25 {
    padding-bottom: 25px !important;
}

